/* Guide styles are isolated from the original landing page. */
.guide-page { background: #fffdf9; }
.guide-page a:focus-visible, .guide-page summary:focus-visible, .table-scroll:focus-visible { outline: 3px solid #156a70; outline-offset: 5px; }
.guide-page .topbar { position: absolute; }
.guide-page .lang-link { display: inline-block; text-align: center; text-decoration: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 14px 20px; border-radius: 12px; background: var(--navy); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.guide-hero { padding: 142px 0 54px; background: radial-gradient(ellipse at 95% 95%, #c7eeea 0, transparent 45%), var(--cream); border-bottom: 1px solid #e4e5df; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #596077; font-size: 13px; margin-bottom: 32px; }
.breadcrumbs a { text-underline-offset: 4px; }
.guide-hero__body { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 36px; align-items: center; }
.guide-eyebrow { margin: 0 0 15px; color: #ab3925; font-size: 12px; line-height: 1.5; letter-spacing: .15em; font-weight: 850; text-transform: uppercase; }
.guide-hero h1 { max-width: 900px; margin: 0; font-size: clamp(34px, 4.8vw, 62px); line-height: 1.06; letter-spacing: -.045em; color: var(--navy); text-wrap: balance; }
.guide-lead { max-width: 780px; margin: 24px 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; color: #465067; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin: 0; padding: 9px 13px; background: #fffdf6; border: 1px solid #dfded3; border-radius: 999px; font-size: 12px; font-weight: 750; line-height: 1.4; }
.status-pill > span { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #16817f; }
.pod-mark { position: relative; height: 220px; }
.pod-mark span { position: absolute; display: grid; place-items: center; width: 104px; height: 104px; border: 12px solid var(--navy); border-radius: 50%; font-size: 26px; font-weight: 900; box-shadow: 0 13px 0 #0f172a, 0 22px 28px #18233d26; color: var(--navy); transform: rotate(-14deg); }
.pod-mark span:nth-child(1) { background: var(--coral); left: 0; top: 0; }
.pod-mark span:nth-child(2) { background: var(--aqua); right: 0; top: 77px; transform: rotate(12deg); }
.pod-mark span:nth-child(3) { background: var(--yellow); left: -12px; top: 144px; transform: rotate(-7deg); }
.guide-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; padding-block: 48px 24px; }
.guide-sidebar { min-width: 0; }
.guide-nav { position: sticky; top: 24px; }
.guide-nav > p { font-size: 12px; font-weight: 800; color: #697286; margin: 0 0 16px; line-height: 1.5; }
.guide-nav > a { display: flex; align-items: baseline; gap: 11px; padding: 13px 10px; margin-bottom: 4px; border-radius: 10px; text-decoration: none; font-size: 14px; line-height: 1.45; color: #48536a; }
.guide-nav > a:hover { background: #f1f4f3; }
.guide-nav > a[aria-current] { background: var(--navy); color: #fff; font-weight: 750; }
.guide-nav__number { font-size: 11px; font-variant-numeric: tabular-nums; }
.guide-article { min-width: 0; max-width: 884px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px 24px; font-size: 12px; line-height: 1.6; color: #657084; padding-bottom: 24px; border-bottom: 1px solid #e3e7e8; margin-bottom: 32px; }
.guide-article > section { margin-block: 0 42px; scroll-margin-top: 24px; }
.guide-article h2, .related h2 { font-size: clamp(25px, 3vw, 33px); letter-spacing: -.025em; line-height: 1.2; color: var(--navy); margin: 0 0 18px; text-wrap: balance; }
.guide-article h3 { font-size: 21px; letter-spacing: -.02em; line-height: 1.3; color: var(--navy); margin: 0 0 10px; }
.guide-article p, .guide-article li, .guide-article dd { font-size: 17px; line-height: 1.8; color: #455168; }
.guide-article p { margin: 0 0 18px; }
.guide-article strong { color: var(--navy); }
.guide-article a:not(.cta) { color: #9b3423; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.guide-article ul, .guide-article ol { padding-left: 23px; margin: 16px 0 22px; }
.guide-article li + li { margin-top: 8px; }
.guide-article .intro-answer { font-size: 20px; color: var(--navy); }
.note { padding: 22px 24px; border-radius: 16px; border-left: 4px solid #16817f; background: #edf6f3; }
.note p:last-child { margin-bottom: 0; }
.note--warm { background: #fff5df; border-left-color: #b47811; }
.step-list { list-style: none; counter-reset: steps; padding: 0 !important; }
.step-list li { position: relative; padding: 0 0 24px 57px; counter-increment: steps; margin: 0 !important; }
.step-list li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 12px; font-weight: 900; }
.step-list strong { display: block; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-block: 22px; }
.topic-card { padding: 25px; border: 1px solid #e3e6e5; border-radius: 20px; background: #fff; }
.topic-card p { font-size: 16px; margin-bottom: 0; }
.topic-card p + p { margin-top: 12px; }
.topic-card .tag { display: inline-block; padding: 4px 9px; border-radius: 6px; background: #f8efd9; color: #735315; font-size: 11px; font-weight: 800; margin-bottom: 14px; }
.topic-card:nth-child(3n + 1) { border-top: 4px solid var(--aqua); }
.topic-card:nth-child(3n + 2) { border-top: 4px solid var(--yellow); }
.topic-card:nth-child(3n) { border-top: 4px solid var(--coral); }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid #dfe5e6; border-radius: 16px; margin-block: 24px; }
.guide-table { border-collapse: collapse; width: 100%; font-size: 14px; line-height: 1.65; text-align: left; }
.guide-table caption { padding: 16px; font-weight: 800; text-align: left; color: var(--navy); background: #f0f5f3; }
.guide-table th, .guide-table td { padding: 17px 16px; vertical-align: top; min-width: 140px; border-bottom: 1px solid #e3e8e7; }
.guide-table thead th { background: var(--navy); color: #fff; font-size: 12px; }
.guide-table tbody th { color: var(--navy); }
.guide-table tr:last-child > * { border-bottom: 0; }
.guide-table tbody tr:nth-child(even) { background: #f5f8f6; }
.guide-table .own-product { background: #e8f5f1; }
.guide-table a { font-weight: 750; }
.guide-table td { color: #455168; }
.guide-article .small { font-size: 14px; line-height: 1.7; }
.guide-article .source-list { font-size: 14px; }
.source-list li { font-size: 14px; overflow-wrap: anywhere; }
.faq-list details { padding: 21px 0; border-bottom: 1px solid #dde4e2; }
.faq-list details:first-child { border-top: 1px solid #dde4e2; }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 750; font-size: 18px; line-height: 1.5; }
.faq-list details p { margin: 16px 0 0; }
.guide-article .contact-card { padding: clamp(24px, 4vw, 38px); border-radius: 24px; background: var(--navy); color: #fff; margin-top: 44px; }
.contact-card h2, .contact-card p { color: #fff; }
.contact-card .guide-eyebrow { color: var(--yellow); font-size: 12px; margin-bottom: 14px; }
.guide-page .cta { background: #b93c29; color: white; gap: 15px; box-shadow: none; }
.guide-page .cta:hover { background: #992d1c; }
.related { padding-bottom: 64px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-card { display: flex; flex-direction: column; gap: 13px; padding: 26px; border: 1px solid #dfe5e3; border-radius: 20px; background: #fff; text-decoration: none; transition: border-color .15s; }
.related-card:hover { border-color: #16817f; }
.related-card > span:first-child { font-size: 12px; color: #59677a; }
.related-card strong { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
.related-card > span:last-child { margin-top: auto; color: #9b3423; font-size: 24px; }
.guide-page .footer__links { flex-wrap: wrap; justify-content: center; }
.guide-article figure { margin: 22px 0; }
.guide-article figure img { display: block; width: 100%; height: auto; border-radius: 20px; }
.guide-article figcaption { margin-top: 12px; font-size: 13px; line-height: 1.6; color: #5d697e; }
@media (max-width: 1000px) {
  .guide-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 28px; }
  .guide-hero__body { grid-template-columns: minmax(0, 1fr) 140px; }
  .pod-mark { transform: scale(.85); transform-origin: right center; }
  .topic-card { padding: 20px; }
}
@media (max-width: 760px) {
  .guide-hero { padding-top: 132px; padding-bottom: 34px; }
  .guide-hero__body { display: block; }
  .pod-mark { display: none; }
  .guide-layout { display: block; padding-top: 24px; }
  .guide-nav { position: static; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid #e2e5df; }
  .guide-nav > p { width: 100%; margin-bottom: 5px; }
  .guide-nav > a { margin: 0; padding: 9px 11px; border: 1px solid #dde3df; font-size: 12px; }
  .guide-nav__number { display: none; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { padding: 22px; }
  .article-meta { margin-bottom: 26px; }
}
@media (max-width: 520px) {
  .guide-page .brand__logo { width: 64px; height: 64px; }
  .guide-page .topbar { padding: 8px 14px; gap: 10px; }
  .guide-page .brand { gap: 5px; }
  .guide-page .brand__name { font-size: 12px; max-width: 92px; }
  .guide-page .lang-btn { min-width: 31px; padding: 8px 6px; font-size: 12px; }
  .guide-hero { padding-top: 106px; }
  .breadcrumbs { font-size: 12px; margin-bottom: 25px; }
  .card-grid { grid-template-columns: 1fr; }
  .guide-article p, .guide-article li { font-size: 16px; }
  .guide-article .intro-answer { font-size: 18px; }
  .guide-table th, .guide-table td { padding: 14px; min-width: 150px; }
}
@media (prefers-reduced-motion: reduce) { .related-card { transition: none; } }

.guide-page .cookie-primary { background: #b93c29; }
