.trust-main {
  padding: 34px 0 42px;
}

.trust-hero,
.trust-card,
.trust-panel,
.contact-card,
.thank-you-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
}

.trust-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: center;
  min-height: 320px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 78% 24%, rgba(77, 163, 255, 0.16), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(255, 142, 199, 0.16), transparent 20%),
    linear-gradient(180deg, #fffdf8, #fff4de);
}

.trust-hero::after {
  position: absolute;
  right: 44px;
  top: 30px;
  color: rgba(255, 178, 44, 0.3);
  font-size: 122px;
  font-weight: 900;
  content: "?";
}

.trust-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 14px;
  color: white;
  background: var(--coral);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.trust-hero h1,
.thank-you-card h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #082757;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.92;
  letter-spacing: 0;
}

.trust-hero p,
.thank-you-card > p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.trust-mini-art {
  position: relative;
  z-index: 1;
  min-height: 220px;
}

.trust-box {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 230px;
  height: 150px;
  background: #d9933a;
  border: 4px solid #ae6420;
  border-radius: 10px 10px 20px 20px;
  box-shadow: var(--shadow);
  transform: skewY(3deg);
}

.trust-box::before,
.trust-box::after {
  position: absolute;
  top: -54px;
  width: 126px;
  height: 58px;
  background: #efb866;
  border: 4px solid #ae6420;
  border-radius: 10px;
  content: "";
}

.trust-box::before {
  left: -26px;
  transform: rotate(-20deg) skewX(-22deg);
}

.trust-box::after {
  right: -4px;
  transform: rotate(15deg) skewX(24deg);
}

.trust-box strong {
  position: absolute;
  left: 26px;
  top: 58px;
  color: #11151f;
  font-size: 26px;
  line-height: 0.95;
  transform: rotate(-3deg);
}

.trust-sticker {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 5px solid white;
  box-shadow: var(--soft-shadow);
  font-weight: 900;
  text-align: center;
}

.trust-sticker.wow {
  left: 26px;
  top: 32px;
  width: 88px;
  height: 64px;
  background: var(--pink);
  border-radius: 48% 42% 50% 44%;
  transform: rotate(-12deg);
}

.trust-sticker.open {
  right: 4px;
  top: 10px;
  width: 100px;
  height: 72px;
  color: #1461b6;
  background: white;
  border-color: var(--blue);
  border-radius: 16px;
  font-size: 22px;
  line-height: 0.9;
  transform: rotate(8deg);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.trust-card,
.trust-panel,
.contact-card,
.thank-you-card {
  padding: clamp(22px, 3vw, 34px);
}

.trust-card h2,
.trust-panel h2,
.contact-card h2 {
  margin: 0 0 12px;
  color: #082757;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.05;
}

.trust-card p,
.trust-card li,
.trust-panel p,
.trust-panel li,
.contact-card p {
  font-size: 17px;
  font-weight: 700;
}

.trust-card p,
.trust-panel p,
.contact-card p {
  margin: 0;
}

.trust-card ul,
.trust-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.trust-card li::marker,
.trust-panel li::marker {
  color: var(--coral);
}

.trust-full {
  grid-column: 1 / -1;
}

.policy-stack {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.contact-card {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 24px auto 0;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: fit-content;
  max-width: 100%;
  padding: 0 22px;
  color: white;
  background: var(--blue);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.thank-you-card {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(126, 230, 168, 0.2), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(255, 142, 199, 0.2), transparent 20%),
    var(--white);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.thank-you-actions .btn {
  min-width: 220px;
}

.trust-footer-note {
  margin-top: 18px;
  color: rgba(23, 32, 51, 0.78);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 860px) {
  .trust-hero {
    grid-template-columns: 1fr;
  }

  .trust-mini-art {
    min-height: 180px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .trust-main {
    padding-top: 22px;
  }

  .trust-hero,
  .trust-card,
  .trust-panel,
  .contact-card,
  .thank-you-card {
    border-radius: 22px;
  }

  .trust-hero {
    padding: 24px 20px;
  }

  .trust-hero h1,
  .thank-you-card h1 {
    font-size: 42px;
  }

  .trust-mini-art {
    transform: scale(0.85);
    transform-origin: center top;
    margin-bottom: -28px;
  }

  .contact-email,
  .thank-you-actions .btn {
    width: 100%;
  }

  .thank-you-card {
    margin-left: 12px;
    margin-right: auto;
    width: min(calc(100vw - 24px), 366px);
    max-width: min(calc(100vw - 24px), 366px);
  }
}
