@import url("/real-assets/trust-page.css?v=20260726c");

.seo-page .hero {
  min-height: clamp(610px, 82svh, 760px);
}

.seo-page .hero-inner {
  padding-bottom: 66px;
}

.seo-page .hero-copy {
  max-width: 820px;
}

.answer-block {
  max-width: 900px;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(0, 128, 140, 0.24);
  border-left: 6px solid var(--sage);
  border-radius: var(--radius);
  background: var(--sky);
  box-shadow: 0 16px 36px rgba(47, 48, 45, 0.08);
}

.answer-block strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.answer-block p {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
  font-weight: 690;
}

.prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  margin-top: 32px;
}

.prose {
  display: grid;
  gap: 18px;
}

.prose p,
.prose li {
  color: var(--muted);
  font-weight: 630;
}

.prose p:first-child {
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 720;
}

.prose h3 {
  margin-top: 10px;
  font-family: "Readex Pro", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.28;
}

.prose ul,
.prose ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.side-card {
  position: sticky;
  top: 92px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 18px 42px rgba(47, 48, 45, 0.1);
}

.side-card h3 {
  font-family: "Readex Pro", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.side-card p {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 650;
}

.side-card .button {
  width: 100%;
  margin-top: 18px;
}

.side-card .button.secondary,
.section .button.secondary {
  border-color: var(--sage);
  background: transparent;
  color: var(--sage-dark);
}

.content-photo {
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.comparison-wrap {
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 14px 32px rgba(47, 48, 45, 0.06);
}

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

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison-table th {
  background: var(--sky);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.comparison-table td {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 640;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}

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

.trust-strip div {
  padding: 16px;
  border: 1px solid rgba(255, 148, 22, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.trust-strip strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.trust-strip span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 20px 54px 20px 20px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--sage);
  font-size: 1.5rem;
  transform: translateY(-50%);
}

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

.faq-item .faq-answer {
  padding: 0 20px 20px;
}

.faq-item .faq-answer p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.source-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 4px solid var(--sage);
  background: rgba(0, 128, 140, 0.07);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.source-note a {
  color: var(--sage-dark);
  font-weight: 850;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.related-card {
  display: grid;
  align-content: start;
  min-height: 160px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(47, 48, 45, 0.07);
  transition: transform 160ms ease, border-color 160ms ease;
}

.related-card:hover,
.related-card:focus {
  border-color: var(--orange);
  outline: 2px solid transparent;
  transform: translateY(-2px);
}

.related-card strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.related-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.updated-line {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 720;
}

.seo-page footer {
  border-top: 1px solid var(--line);
}

.seo-page .footer-official {
  padding: 12px 14px;
  border: 1px solid rgba(255, 148, 22, 0.24);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
}

.seo-page .footer-list a {
  color: inherit;
  text-decoration: none;
}

.seo-page .footer-list a:hover,
.seo-page .footer-list a:focus {
  color: var(--sage-dark);
}

@media (max-width: 980px) {
  .prose-grid,
  .trust-strip,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .side-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .prose-grid,
  .trust-strip,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .comparison-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table {
    min-width: 0;
  }

  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .comparison-table tbody {
    display: grid;
    gap: 14px;
  }

  .comparison-table tr {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: 0 10px 24px rgba(47, 48, 45, 0.06);
  }

  .comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .comparison-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: var(--sage-dark);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.055em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .comparison-table tr:last-child td {
    border-bottom: 1px solid var(--line);
  }

  .comparison-table td:last-child {
    border-bottom: 0;
  }

  .seo-page .hero {
    min-height: 670px;
  }

  .seo-page .hero-actions .button {
    width: 100%;
  }
}
