/* ==========================================================================
   Trusted section
   ========================================================================== */

.trusted {
  --trusted-canvas: 1920px;
  --trusted-title-w: 514px;
  --trusted-title-h: 216px;
  --trusted-title-page-left: 240px;
  --trusted-text-w: 535px;
  --trusted-text-h: 178px;
  --trusted-text-gap: 10px;
  --trusted-acts-w: 430px;
  --trusted-acts-h: 66px;
  --trusted-acts-gap: 20px;
  --trusted-canvas-offset: calc((min(100vw, var(--trusted-canvas)) - var(--trusted-canvas)) / 2);
  background: #fff;
}

.trusted-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.trusted-copy {
  min-width: 0;
}

/* Figma title: 514×216 at page top 5875 / left 240 */
.trusted-title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: var(--trusted-title-w);
  min-width: var(--trusted-title-w);
  max-width: var(--trusted-title-w);
  height: var(--trusted-title-h);
  min-height: var(--trusted-title-h);
  max-height: var(--trusted-title-h);
  margin: 0 0 18px;
  padding: 0;
  font-family: 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1c45c1;
  opacity: 1;
  transform: rotate(0deg);
  overflow: visible;
}

.trusted-title__desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.trusted-title__mobile {
  display: none;
}

.trusted-title__line {
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: 72px;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  white-space: nowrap;
}

.trusted-title__badge {
  display: inline-block;
  margin: 0;
  padding: 0 18px 0 14px;
  background: #f5a623;
  transform: skewX(-8deg);
  transform-origin: left center;
  line-height: 72px;
  vertical-align: top;
}

.trusted-title__badge-text {
  display: inline-block;
  transform: skewX(8deg);
  color: #fff;
  font-family: 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Figma copy block: 535×178 at page top 6106 / left 240, gap 10px */
.trusted-text-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--trusted-text-gap);
  width: var(--trusted-text-w);
  min-width: var(--trusted-text-w);
  max-width: var(--trusted-text-w);
  min-height: var(--trusted-text-h);
  margin: 0 0 30px;
  padding: 0;
  opacity: 1;
}

.trusted-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Gilroy-Medium', var(--body);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #464646;
  opacity: 1;
  transform: rotate(0deg);
}

.trusted-text:last-child {
  margin-bottom: 0;
}

/* Figma buttons: 430×66 at page top 6314 / left 240, gap 20px */
.trusted-acts {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--trusted-acts-gap);
  width: var(--trusted-acts-w);
  min-width: var(--trusted-acts-w);
  max-width: var(--trusted-acts-w);
  height: var(--trusted-acts-h);
  min-height: var(--trusted-acts-h);
  max-height: var(--trusted-acts-h);
  margin: 0;
  padding: 0;
  opacity: 1;
}

.trusted-btn-call,
.trusted-btn-quote {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: var(--trusted-acts-h);
  min-height: var(--trusted-acts-h);
  max-height: var(--trusted-acts-h);
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 50px;
  font-family: 'Baloo Chettan', var(--display);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  gap: 10px;
  transition: background .15s ease;
}

.trusted-btn-call {
  background: #fab72a;
  color: var(--navy);
  box-shadow: 0 2px 10px rgba(245, 166, 35, .3);
}

.trusted-btn-call:hover { background: #e8920a; }

.trusted-btn-quote {
  background: var(--blue);
  color: #fff;
}

.trusted-btn-quote:hover { background: var(--blue-600); }

.trusted-btn-call svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.trusted-btn-quote svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.trusted-btn-call .ic,
.trusted-btn-quote .ic {
  width: 18px;
  height: 18px;
}

.trusted-media {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 280px;
}

.trusted-visual {
  --trusted-w: 583px;
  --trusted-h: 645px;
  --trusted-features-w: 432px;
  --trusted-features-h: 446px;
  --trusted-features-left: 423px;
  --trusted-features-top: 169px;
  --trusted-accent: #5eb8ff;
  position: relative;
  width: var(--trusted-w);
  height: var(--trusted-h);
  max-width: 100%;
  border-radius: 40px;
  overflow: visible;
  line-height: 0;
  background: var(--navy-2);
  box-shadow: 0 18px 44px rgba(15, 33, 66, .14);
}

.trusted-visual__photo-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.trusted-photo,
.trusted-visual img.trusted-photo {
  width: var(--trusted-w);
  height: var(--trusted-h);
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 40px;
}

.trusted-visual__stripe {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--trusted-accent);
  z-index: 2;
  pointer-events: none;
}

.trusted-visual__stripe--bottom {
  bottom: 0;
}

.trusted-topbar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px 14px;
  padding: 14px 16px 12px;
  background: #0b1b34;
  border-bottom: 4px solid var(--trusted-accent);
  border-radius: 40px 40px 0 0;
}

.trusted-topbar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-align: left;
}

.trusted-topbar__ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}

.trusted-topbar__ring svg {
  width: 15px;
  height: 15px;
}

.trusted-topbar__label {
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  letter-spacing: .02em;
}

.trusted-features {
  position: absolute;
  left: var(--trusted-features-left);
  top: var(--trusted-features-top);
  right: auto;
  transform: none;
  width: var(--trusted-features-w);
  height: var(--trusted-features-h);
  background: #0056b3;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 30px;
  padding: 24px 22px 22px;
  box-shadow: 0 16px 40px rgba(8, 20, 50, .28);
  z-index: 4;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.trusted-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.trusted-features__item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 0;
}

.trusted-features__tick {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  margin-top: calc((36px - 22px) / 2); /* center icon with title line-height */
  align-self: flex-start;
}

.trusted-features__tick svg {
  width: 22px;
  height: 22px;
}

.trusted-features__copy b {
  display: block;
  font-family: 'Gilroy-SemiBold', var(--display);
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 2px;
}

.trusted-features__copy small {
  display: block;
  font-family: 'Gilroy-Medium', var(--font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .9);
}

/* ------------------------------- Responsive ------------------------------- */

@media (max-width: 1024px) {
  .trusted-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .trusted-visual {
    --trusted-features-w: 360px;
    --trusted-features-left: clamp(220px, calc(19vw + 5px), 423px);
  }

  .trusted-media {
    padding-right: clamp(120px, 9vw, 240px);
  }

  .trusted-visual {
    width: min(583px, 100%);
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .trusted-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 2.8vw, 36px);
    width: 100%;
    max-width: 100%;
  }

  .trusted-title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(40px, 3.3vw, 50px);
    line-height: clamp(52px, 4.2vw, 66px);
  }

  .trusted-title__line,
  .trusted-title__badge,
  .trusted-title__badge-text {
    line-height: inherit;
  }

  .trusted-title__line {
    white-space: normal;
  }

  .trusted-text-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
  }

  .trusted-text {
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: clamp(24px, 1.75vw, 28px);
  }

  .trusted-text br {
    display: none;
  }

  .trusted-acts {
    width: 100%;
    min-width: 0;
    max-width: min(100%, 430px);
  }

  .trusted-media {
    justify-content: flex-end;
    /* ~47% of photo width extends past the image (Figma); reserve space in the column */
    padding-right: clamp(180px, 47%, 280px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .trusted-visual {
    --trusted-features-w: 385px;
    --trusted-features-h: 398px;
    width: min(520px, 100%);
    height: auto;
    aspect-ratio: 583 / 645;
    overflow: visible;
  }

  .trusted-visual__photo-wrap {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .trusted-photo,
  .trusted-visual img.trusted-photo {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  /* Anchor overlay to photo — same Figma ratios as desktop/tablet */
  .trusted-features {
    left: 72.47%;
    top: 26.2%;
    right: auto;
    width: 74.1%;
    height: 69.15%;
    max-width: var(--trusted-features-w);
    max-height: var(--trusted-features-h);
    min-height: 0;
    padding: clamp(14px, 1.4vw, 22px) clamp(12px, 1.2vw, 20px);
    border-radius: clamp(20px, 2vw, 30px);
  }

  .trusted-features__list {
    min-height: 0;
    justify-content: space-evenly;
  }

  .trusted-features__item {
    gap: clamp(8px, 0.8vw, 11px);
  }

  .trusted-features__tick {
    width: clamp(18px, 1.4vw, 22px);
    height: clamp(18px, 1.4vw, 22px);
    margin-top: calc((clamp(22px, 1.8vw, 32px) - clamp(18px, 1.4vw, 22px)) / 2);
  }

  .trusted-features__tick svg,
  .trusted-features__tick img {
    width: 100%;
    height: 100%;
  }

  .trusted-features__copy b {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: clamp(22px, 1.75vw, 32px);
  }

  .trusted-features__copy small {
    font-size: clamp(13px, 0.95vw, 17px);
    line-height: clamp(18px, 1.45vw, 26px);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE ≤ 768px — centered copy, side-by-side CTAs, stacked service card
───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .trusted-btn-call {
    display: none !important;
  }

  .trusted {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }

  .trusted .container.trusted-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    max-width: 100%;
    padding: 0 20px;
  }

  .trusted-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .trusted-title {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .trusted-title__desktop {
    display: none;
  }

  .trusted-title__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .trusted-title__line {
    line-height: 40px;
    white-space: normal;
    text-align: center;
  }

  .trusted-title__badge {
    align-self: center;
    line-height: 40px;
    padding: 2px 16px 4px 12px;
    transform: skewX(-8deg);
  }

  .trusted-title__badge-text {
    font-size: 30px;
    line-height: 40px;
  }

  .trusted-text-block {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    margin: 0 0 24px;
    gap: 12px;
  }

  .trusted-text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .trusted-text br {
    display: none;
  }

  .trusted-acts {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: var(--trusted-acts-h);
    min-height: var(--trusted-acts-h);
    max-height: var(--trusted-acts-h);
    flex-wrap: nowrap;
    gap: var(--trusted-acts-gap);
  }

  .trusted-btn-call,
  .trusted-btn-quote {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: clamp(14px, 1vw, 20px);
    line-height: 26px;
    letter-spacing: 0;
    padding: 0 10px;
    gap: 8px;
  }

  .trusted-btn-call svg {
    width: 20px;
    height: 20px;
  }

  .trusted-btn-quote svg {
    width: 26px;
    height: 26px;
  }

  .trusted-media {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  .trusted-visual {
    --trusted-card-m-w: 390px;
    --trusted-photo-m-w: 390px;
    --trusted-photo-m-h: 431px;
    --trusted-photo-m-radius: 40px;
    --trusted-features-m-h: 356px;
    --trusted-features-m-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--trusted-card-m-w);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    opacity: 1;
  }

  .trusted-topbar {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px 12px;
    padding: 14px 14px 12px;
    background: rgba(11, 27, 52, .92);
    border-bottom: 4px solid var(--trusted-accent);
    border-radius: var(--trusted-photo-m-radius) var(--trusted-photo-m-radius) 0 0;
  }

  .trusted-topbar__item {
    gap: 7px;
  }

  .trusted-topbar__ring {
    width: 28px;
    height: 28px;
  }

  .trusted-topbar__ring svg {
    width: 14px;
    height: 14px;
  }

  .trusted-topbar__label {
    font-size: .54rem;
    line-height: 1.1;
    letter-spacing: .03em;
  }

  .trusted-visual__photo-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: var(--trusted-photo-m-w);
    height: var(--trusted-photo-m-h);
    min-height: var(--trusted-photo-m-h);
    max-height: var(--trusted-photo-m-h);
    flex: none;
    overflow: hidden;
    border-radius: var(--trusted-photo-m-radius) var(--trusted-photo-m-radius) 0 0;
    box-shadow: 0 12px 32px rgba(15, 33, 66, .12);
    opacity: 1;
  }

  .trusted-photo,
  .trusted-visual img.trusted-photo {
    width: 100%;
    height: 100%;
    min-height: var(--trusted-photo-m-h);
    max-width: 100%;
    max-height: var(--trusted-photo-m-h);
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center top;
    border-radius: var(--trusted-photo-m-radius) var(--trusted-photo-m-radius) 0 0;
    display: block;
    opacity: 1;
  }

  .trusted-visual__stripe--bottom {
    display: block;
    bottom: 0;
    height: 4px;
    z-index: 2;
  }

  .trusted-features {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    height: var(--trusted-features-m-h);
    min-height: var(--trusted-features-m-h);
    max-height: var(--trusted-features-m-h);
    margin: calc(var(--trusted-features-m-radius) * -0.55) 0 0;
    padding: 24px 22px 22px;
    background: #0056b3;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: var(--trusted-features-m-radius);
    box-shadow: 0 16px 40px rgba(8, 20, 50, .28);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    opacity: 1;
    flex: none;
  }

  .trusted-features__list {
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    min-height: 0;
    height: 100%;
    width: min(278px, 100%);
    max-width: 100%;
    margin: 0 auto;
  }

  .trusted-features__item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }

  .trusted-features__tick {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    align-self: flex-start;
  }

  .trusted-features__tick svg,
  .trusted-features__tick img {
    width: 24px;
    height: 24px;
  }

  .trusted-features__copy {
    min-width: 0;
    text-align: left;
  }

  .trusted-features__copy b {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
    text-align: left;
    white-space: nowrap;
  }

  .trusted-features__copy small {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .9);
    text-align: left;
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .trusted-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .trusted-title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .trusted-title__line {
    white-space: normal;
  }

  .trusted-text-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
  }

  .trusted-text br {
    display: none;
  }

  .trusted-acts {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .trusted-media {
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding-right: 0;
  }

  .trusted-visual {
    width: min(var(--trusted-w), 100%);
    height: auto;
    aspect-ratio: 583 / 645;
    overflow: visible;
  }

  .trusted-visual__photo-wrap {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .trusted-photo,
  .trusted-visual img.trusted-photo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 40px;
  }

  .trusted-features {
    left: 72.47%;
    top: 26.2%;
    width: 74.1%;
    height: 69.15%;
    max-width: var(--trusted-features-w);
    max-height: var(--trusted-features-h);
    padding: 18px 16px;
    border-radius: 30px;
    border-width: 2px;
  }

  .trusted-features__copy b { font-size: clamp(14px, 2.5vw, 22px); line-height: clamp(20px, 3.5vw, 32px); }
  .trusted-features__copy small { font-size: clamp(12px, 2vw, 16px); line-height: clamp(18px, 2.8vw, 24px); }
}

/* ── Trusted mobile card: 425px ── */
@media (max-width: 425px) {
  .trusted-visual {
    --trusted-card-m-w: calc(390px * 425 / 430);
    --trusted-photo-m-w: calc(390px * 425 / 430);
    --trusted-photo-m-h: calc(431px * 425 / 430);
    --trusted-photo-m-radius: calc(40px * 425 / 430);
    --trusted-features-m-h: calc(356px * 425 / 430);
    --trusted-features-m-radius: calc(30px * 425 / 430);
  }

  .trusted-topbar {
    gap: 9px 10px;
    padding: 12px 12px 10px;
  }

  .trusted-topbar__ring {
    width: 26px;
    height: 26px;
  }

  .trusted-topbar__ring svg {
    width: 13px;
    height: 13px;
  }

  .trusted-topbar__label {
    font-size: .5rem;
  }

  .trusted-features {
    padding: calc(22px * 425 / 430) calc(20px * 425 / 430) calc(20px * 425 / 430);
  }

  .trusted-features__copy b {
    font-size: 17px;
    line-height: 25px;
  }

  .trusted-features__copy small {
    font-size: 13px;
    line-height: 21px;
  }
}

/* ── Trusted mobile card: 375px ── */
@media (max-width: 375px) {
  .trusted-visual {
    --trusted-card-m-w: calc(390px * 375 / 430);
    --trusted-photo-m-w: calc(390px * 375 / 430);
    --trusted-photo-m-h: calc(431px * 375 / 430);
    --trusted-photo-m-radius: calc(40px * 375 / 430);
    --trusted-features-m-h: calc(356px * 375 / 430);
    --trusted-features-m-radius: calc(30px * 375 / 430);
  }

  .trusted-topbar {
    gap: 8px 8px;
    padding: 11px 10px 10px;
  }

  .trusted-topbar__ring {
    width: 24px;
    height: 24px;
  }

  .trusted-topbar__ring svg {
    width: 12px;
    height: 12px;
  }

  .trusted-topbar__label {
    font-size: .46rem;
  }

  .trusted-features {
    padding: 20px 18px 18px;
  }

  .trusted-features__item {
    gap: 9px;
  }

  .trusted-features__tick {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }

  .trusted-features__tick svg,
  .trusted-features__tick img {
    width: 20px;
    height: 20px;
  }

  .trusted-features__copy b {
    font-size: 16px;
    line-height: 24px;
  }

  .trusted-features__copy small {
    font-size: 12px;
    line-height: 20px;
  }
}

/* ── Trusted mobile card: 320px ── */
@media (max-width: 320px) {
  .trusted-visual {
    --trusted-card-m-w: min(calc(390px * 320 / 430), calc(100vw - 40px));
    --trusted-photo-m-w: min(calc(390px * 320 / 430), calc(100vw - 40px));
    --trusted-photo-m-h: calc(431px * 320 / 430);
    --trusted-photo-m-radius: calc(40px * 320 / 430);
    --trusted-features-m-h: calc(356px * 320 / 430);
    --trusted-features-m-radius: calc(30px * 320 / 430);
  }

  .trusted-topbar {
    gap: 7px 6px;
    padding: 10px 8px 8px;
  }

  .trusted-topbar__ring {
    width: 22px;
    height: 22px;
  }

  .trusted-topbar__ring svg {
    width: 11px;
    height: 11px;
  }

  .trusted-topbar__label {
    font-size: .42rem;
  }

  .trusted-features {
    padding: 18px 16px 16px;
  }

  .trusted-features__item {
    gap: 8px;
  }

  .trusted-features__tick {
    width: 18px;
    height: 18px;
  }

  .trusted-features__tick svg,
  .trusted-features__tick img {
    width: 18px;
    height: 18px;
  }

  .trusted-features__copy b {
    font-size: 14px;
    line-height: 22px;
  }

  .trusted-features__copy small {
    font-size: 11px;
    line-height: 18px;
  }
}
