.trust-shell {
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 24px 20px 56px;
}

.trust-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 8px 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.trust-brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 7px 8px;
  border-radius: 12px;
}

.trust-brand img {
  display: block;
  width: 118px;
  height: auto;
}

.trust-topnav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-topnav a {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 11px;
  color: #526277;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.trust-topnav a:hover,
.trust-topnav a:focus-visible {
  background: rgba(99, 102, 241, 0.08);
  color: #4f46e5;
}

.trust-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 4px 12px;
  color: #7c8ba1;
  font-size: 13px;
}

.trust-breadcrumb a {
  color: #64748b;
  font-weight: 650;
  text-decoration: none;
}

.trust-article {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.trust-hero,
.trust-section,
.trust-final-card,
.trust-footer {
  padding: 42px clamp(24px, 6vw, 58px);
}

.trust-hero {
  background:
    radial-gradient(circle at 88% 8%, rgba(199, 210, 254, 0.6), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.96));
}

.trust-kicker {
  margin: 0 0 14px;
  color: #5b62d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.trust-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #526277;
  font-size: 17px;
  line-height: 1.9;
}

.trust-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 18px;
  background: rgba(238, 242, 255, 0.76);
}

.trust-answer-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4f46e5;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.22);
}

.trust-answer strong {
  color: #3730a3;
  font-size: 14px;
}

.trust-answer p {
  margin: 6px 0 0;
  color: #334155;
  line-height: 1.85;
}

.trust-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.trust-facts div {
  min-width: 0;
  padding: 16px 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.trust-facts strong,
.trust-facts span {
  display: block;
}

.trust-facts strong {
  color: #1e293b;
  font-size: 15px;
}

.trust-facts span {
  margin-top: 3px;
  color: #718096;
  font-size: 12px;
  line-height: 1.55;
}

.trust-section {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.trust-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.trust-section-heading > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 11px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 850;
}

.trust-section-heading p {
  margin: 0 0 3px;
  color: #7c8ba1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-section-heading h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.trust-table-wrap {
  overflow-x: auto;
  border: 1px solid #e5eaf1;
  border-radius: 17px;
}

.trust-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.trust-table th,
.trust-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf0f4;
  vertical-align: top;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.trust-table thead th {
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.trust-table tbody th {
  width: 112px;
  color: #1e293b;
  white-space: nowrap;
}

.trust-table tbody tr:last-child th,
.trust-table tbody tr:last-child td {
  border-bottom: 0;
}

.trust-table a,
.trust-section a,
.trust-footer a {
  color: #4f46e5;
  font-weight: 700;
  text-underline-offset: 3px;
}

.trust-table code,
.trust-note-copy strong {
  color: #3730a3;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
}

.trust-stat-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) 1fr;
  gap: 26px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, #f0fdf8, #f8fafc);
}

.trust-stat-number {
  color: #047857;
  font-size: clamp(38px, 7vw, 58px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}

.trust-stat-card strong {
  color: #14532d;
  font-size: 17px;
}

.trust-stat-card p {
  margin: 8px 0 0;
  color: #4b6358;
  line-height: 1.8;
}

.trust-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  border: 1px solid #e7ebf1;
  border-radius: 16px;
  background: #fbfcfe;
}

.trust-steps li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.trust-steps strong {
  color: #1e293b;
  font-size: 15px;
}

.trust-steps p {
  margin: 5px 0 0;
  color: #64748b;
  line-height: 1.75;
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  border-radius: 12px;
  background: #fff;
  color: #4f46e5;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.trust-button--primary {
  background: #4f46e5;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.18);
}

.trust-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 28px;
}

.trust-checklist {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-checklist li {
  position: relative;
  padding: 11px 14px 11px 38px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #fbfcfd;
  color: #475569;
}

.trust-checklist li::before {
  content: "×";
  position: absolute;
  top: 10px;
  left: 14px;
  color: #dc2626;
  font-weight: 900;
}

.trust-note-copy {
  margin: 16px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.trust-safety-card {
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(99, 102, 241, 0.17);
  border-radius: 18px;
  background: #f7f8ff;
}

.trust-safety-card > strong {
  color: #312e81;
  font-size: 16px;
}

.trust-safety-card ol {
  margin: 16px 0;
  padding-left: 22px;
  color: #526277;
  line-height: 1.9;
}

.trust-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-choice-grid > div {
  padding: 22px;
  border: 1px solid #e6eaf0;
  border-radius: 17px;
  background: #fbfcfe;
}

.trust-choice-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
}

.trust-choice-label--accent {
  background: #eef2ff;
  color: #4f46e5;
}

.trust-choice-grid h3 {
  margin: 0;
  color: #1e293b;
  font-size: 17px;
  line-height: 1.45;
}

.trust-choice-grid p {
  margin: 9px 0 0;
  color: #64748b;
  line-height: 1.75;
}

.trust-faq {
  display: grid;
  gap: 10px;
}

.trust-faq details {
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fff;
}

.trust-faq summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  color: #1e293b;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.trust-faq summary::-webkit-details-marker {
  display: none;
}

.trust-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #6366f1;
  font-size: 20px;
}

.trust-faq details[open] summary::after {
  content: "−";
}

.trust-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: #64748b;
  line-height: 1.8;
}

.trust-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(135deg, #312e81, #4f46e5);
  color: #fff;
}

.trust-final-card p,
.trust-final-card h2 {
  margin: 0;
}

.trust-final-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.trust-final-card h2 {
  margin-top: 5px;
  font-size: clamp(20px, 3vw, 27px);
  line-height: 1.35;
}

.trust-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.trust-final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.trust-final-actions a:first-child {
  background: #fff;
  color: #3730a3;
}

.trust-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: #f8fafc;
  color: #7c8ba1;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.trust-footer p {
  margin: 0;
}

.trust-footer p + p {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .trust-shell {
    padding: 12px 12px 36px;
  }

  .trust-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
  }

  .trust-brand {
    min-height: 38px;
  }

  .trust-brand img {
    width: 110px;
  }

  .trust-topnav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-topnav a {
    display: grid;
    place-items: center;
    padding-inline: 7px;
    text-align: center;
  }

  .trust-article {
    border-radius: 22px;
  }

  .trust-hero,
  .trust-section,
  .trust-final-card,
  .trust-footer {
    padding: 30px 20px;
  }

  .trust-hero h1 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .trust-lead {
    font-size: 15px;
  }

  .trust-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-table-wrap {
    margin-inline: -4px;
  }

  .trust-stat-card,
  .trust-section--split,
  .trust-choice-grid {
    grid-template-columns: 1fr;
  }

  .trust-stat-card {
    gap: 12px;
  }

  .trust-final-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-final-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  .trust-shell {
    padding-inline: 8px;
  }

  .trust-hero,
  .trust-section,
  .trust-final-card,
  .trust-footer {
    padding-inline: 16px;
  }

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

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

  .trust-actions,
  .trust-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-button,
  .trust-final-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
