

:root {
  --navy: #0b1c36;
  --navy-2: #122b4f;
  --wine: #8e2134;
  --coral: #ef5a38;
  --coral-dark: #d94021;
  --gold: #f4b847;
  --cream: #fff8ef;
  --mist: #f3f6f8;
  --ink: #172033;
  --muted: #5e6878;
  --line: #dce3e9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.disclosure-bar { padding: 8px 20px; background: var(--navy); color: #dbe7f6; text-align: center; font-size: 14px; letter-spacing: .01em; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 13px max(28px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid #e9edf1; backdrop-filter: blur(14px); }
.brand { display: grid; grid-template-columns: 34px auto; align-items: center; column-gap: 7px; text-decoration: none; color: var(--wine); font-size: 28px; font-weight: 900; line-height: 1; }
.brand-mark { grid-row: 1 / span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #f9e8e7; }
.brand small { margin-top: 4px; color: var(--navy); font-size: 9px; letter-spacing: .17em; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; font-size: 15px; font-weight: 800; color: #334054; }
nav a:hover { color: var(--wine); }
.nav-cta { text-decoration: none; background: var(--coral); color: #fff; padding: 11px 19px; border-radius: 999px; font-size: 15px; font-weight: 900; box-shadow: 0 8px 20px rgba(239,90,56,.24); }

.ticker { overflow: hidden; background: var(--wine); color: #fff; }
.ticker div { min-width: max-content; display: flex; justify-content: center; gap: 24px; padding: 10px 22px; font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.ticker b { color: var(--gold); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 44px; padding: 76px max(28px, calc((100vw - 1180px) / 2)) 84px; background: radial-gradient(circle at 78% 42%, rgba(244,184,71,.22), transparent 32%), linear-gradient(125deg, #fff 0%, var(--cream) 58%, #f7eee7 100%); overflow: hidden; }
.hero-copy { max-width: 680px; }
.eyebrow, .section-heading > span, .safety-copy > span, .guarantee > div > span, .sources > div > span, .final-cta span { display: inline-block; margin-bottom: 12px; color: var(--wine); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--wine); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 770px; margin-bottom: 20px; color: var(--navy); font-size: clamp(42px, 5.2vw, 67px); line-height: 1.03; letter-spacing: -.045em; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(34px, 4vw, 49px); line-height: 1.1; letter-spacing: -.035em; }
h3 { color: var(--navy); font-size: 24px; line-height: 1.25; }
.hero-lead { max-width: 650px; margin-bottom: 22px; color: #4d5868; font-size: 20px; line-height: 1.65; }
.verdict-pill { display: inline-flex; align-items: center; gap: 14px; padding: 10px 18px 10px 10px; border: 1px solid #e5c8c1; border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 10px 30px rgba(36,43,57,.08); }
.verdict-pill .score { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 13px; background: var(--wine); color: #fff; font-size: 25px; font-weight: 900; }
.verdict-pill strong, .verdict-pill small { display: block; }
.verdict-pill strong { color: var(--navy); font-size: 17px; }
.verdict-pill small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.hero-list { display: grid; gap: 9px; margin: 24px 0 28px; padding: 0; list-style: none; }
.hero-list li { position: relative; padding-left: 30px; font-weight: 700; color: #303b4c; }
.hero-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--coral); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 22px; border-radius: 9px; text-decoration: none; font-size: 16px; font-weight: 900; line-height: 1.2; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: #fff; box-shadow: 0 12px 25px rgba(239,90,56,.24); }
.button.primary:hover { background: var(--coral-dark); }
.button.secondary { border: 1px solid #ccd4db; background: #fff; color: var(--navy); }
.microcopy { margin: 12px 0 0; color: #727b88; font-size: 12px; }
.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: min(620px, 100%); filter: drop-shadow(0 30px 28px rgba(22,31,48,.22)); }
.image-halo { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 45px rgba(142,33,52,.06), 0 0 0 90px rgba(244,184,71,.08); }
.floating-card { position: absolute; z-index: 3; right: 4%; bottom: 9%; display: flex; flex-direction: column; padding: 13px 17px; border-radius: 12px; background: var(--navy); color: #fff; box-shadow: 0 14px 30px rgba(11,28,54,.26); }
.floating-card strong { font-size: 22px; }
.floating-card span { color: #cbd9e9; font-size: 11px; }

.trust-row { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1120px; margin: -38px auto 0; position: relative; z-index: 4; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(15,31,52,.12); }
.trust-row div { padding: 22px 25px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--navy); font-size: 16px; }
.trust-row span { color: var(--muted); font-size: 13px; }

.section { max-width: 1180px; margin: 0 auto; padding: 105px 28px; }
.section-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.section-heading.left { max-width: none; margin-left: 0; text-align: left; }
.section-heading p, .split-heading > p { color: var(--muted); font-size: 19px; }
.verdict-grid { display: grid; gap: 24px; }
.verdict-main { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 36px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(120deg,#fff,#f9f4ef); }
.score-ring { align-self: start; display: grid; place-items: center; align-content: center; width: 138px; height: 138px; border: 10px solid #f5d9d4; border-top-color: var(--coral); border-right-color: var(--wine); border-radius: 50%; color: var(--navy); }
.score-ring span { font-size: 45px; font-weight: 900; line-height: 1; }
.score-ring small { font-size: 13px; color: var(--muted); }
.verdict-main p { color: #4d5868; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pros-cons article { padding: 30px; border-radius: 18px; }
.pros { background: #eef8f2; border: 1px solid #cfe9d8; }
.cons { background: #fff4ef; border: 1px solid #f4d4c8; }
.pros-cons ul { margin: 0; padding-left: 22px; }
.pros-cons li { margin: 7px 0; }

.tinted { max-width: none; padding-left: max(28px, calc((100vw - 1124px) / 2)); padding-right: max(28px, calc((100vw - 1124px) / 2)); background: var(--mist); }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.facts-grid article { min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid #d7e0e7; border-radius: 15px; background: #fff; }
.facts-grid small { color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.facts-grid strong { color: var(--navy); font-size: 21px; line-height: 1.3; }
.fact-note { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: end; margin-bottom: 42px; }
.split-heading > p { margin-bottom: 13px; }
.ingredient-table { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.ingredient-row { display: grid; grid-template-columns: 1.1fr .8fr 2fr; gap: 20px; align-items: center; padding: 18px 23px; border-bottom: 1px solid var(--line); }
.ingredient-row:last-child { border-bottom: 0; }
.ingredient-row:nth-child(odd) { background: #fafbfc; }
.ingredient-row.head { background: var(--navy); color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.ingredient-row > strong { color: var(--navy); }
.ingredient-row.head > strong { color: #fff; }
.ingredient-row > span { color: var(--wine); font-weight: 900; }
.ingredient-row p { margin: 0; color: #536071; font-size: 16px; }
.editorial-note { display: grid; grid-template-columns: 210px 1fr; gap: 20px; margin-top: 20px; padding: 22px 24px; border-left: 5px solid var(--gold); background: #fff8df; }
.editorial-note p { margin: 0; color: #5c5747; }

.dark-section { max-width: none; display: grid; grid-template-columns: 1.55fr .75fr; gap: 60px; padding-left: max(28px, calc((100vw - 1124px) / 2)); padding-right: max(28px, calc((100vw - 1124px) / 2)); background: var(--navy); color: #d9e4ef; }
.dark-section h2, .dark-section h3 { color: #fff; }
.safety-copy > span { color: #ff967b; }
.safety-copy p { font-size: 19px; color: #c5d2e0; }
.safety-copy ul { display: grid; gap: 13px; padding-left: 22px; }
.safety-copy li::marker { color: var(--coral); }
.safety-card { display: flex; flex-direction: column; align-self: start; padding: 28px; border: 1px solid #3e5270; border-radius: 18px; background: #132948; }
.safety-card span { margin-bottom: 15px; color: #ffaf9c; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.safety-card strong { padding: 13px 0; border-bottom: 1px solid #334b6b; color: #fff; font-size: 17px; }
.safety-card a { margin-top: 20px; color: #ffae99; font-weight: 900; text-decoration: none; }

.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 28px 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 40px rgba(19,36,57,.08); text-align: center; }
.price-card.featured { border: 3px solid var(--wine); transform: translateY(-10px); background: linear-gradient(#fff,#fff9f5); }
.package-label, .popular { min-height: 30px; color: var(--wine); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.popular { position: absolute; top: -16px; min-height: 0; padding: 6px 18px; border-radius: 999px; background: var(--wine); color: #fff; }
.price-card h3 { margin: 8px 0 0; font-size: 28px; }
.price-card img { width: 100%; height: 235px; object-fit: contain; margin: 8px 0; }
.price { color: var(--navy); font-size: 58px; font-weight: 900; line-height: 1; }
.price sup { font-size: 25px; vertical-align: top; }
.price small { color: var(--muted); font-size: 14px; font-weight: 700; }
.price-card p { min-height: 55px; margin: 13px 0; color: var(--muted); font-size: 14px; }
.price-card > a { width: 100%; padding: 14px 10px; border-radius: 9px; background: var(--coral); color: #fff; text-decoration: none; font-weight: 900; }
.price-card > a:hover { background: var(--coral-dark); }
.price-warning { max-width: 920px; margin: 35px auto 0; padding: 20px 24px; border-radius: 13px; background: #f4f6f8; color: #566171; text-align: center; }
.price-warning strong { color: var(--navy); }

.guarantee { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; border-radius: 24px; background: var(--cream); padding: 56px; }
.guarantee img { max-height: 400px; object-fit: contain; }
.guarantee p, .guarantee li { color: #4f5969; }
.guarantee ol { margin-bottom: 28px; padding-left: 24px; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 13px; background: #fff; }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 25px; line-height: 1; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 22px 20px; color: var(--muted); font-size: 16px; }

.sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; border-top: 1px solid var(--line); }
.source-copy > p { color: #4f5b6b; font-size: 18px; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 23px 0 15px; }
.source-links a { padding: 9px 13px; border: 1px solid #ced7df; border-radius: 8px; text-decoration: none; color: var(--navy); font-size: 14px; font-weight: 800; }
.source-copy small { color: #6d7785; }

.final-cta { max-width: 1124px; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 0 auto 95px; padding: 42px 46px; border-radius: 22px; background: linear-gradient(120deg,var(--wine),#541124); color: #fff; box-shadow: 0 24px 60px rgba(76,18,35,.25); }
.final-cta h2 { max-width: 720px; color: #fff; font-size: 36px; }
.final-cta p { max-width: 720px; margin-bottom: 0; color: #f6dfe4; }
.final-cta span { color: #ffd3c8; }
.final-cta .button { flex: 0 0 auto; background: #fff; color: var(--wine); box-shadow: none; }

footer { background: #09182e; color: #c7d3e0; }
.footer-top { max-width: 1124px; display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 65px; margin: 0 auto; padding: 62px 28px 40px; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-top strong { margin-bottom: 14px; color: #fff; font-size: 18px; }
.footer-top a { margin: 5px 0; color: #b8c7d8; text-decoration: none; font-size: 15px; }
.footer-brand > strong { margin-bottom: 4px; color: #fff; font-size: 31px; }
.footer-brand > span { color: #ff9e86; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-brand p { max-width: 400px; margin-top: 16px; color: #9fb0c3; font-size: 15px; }
.footer-bottom { max-width: 1124px; margin: 0 auto; padding: 26px 28px 50px; border-top: 1px solid #243650; }
.footer-bottom p { margin-bottom: 10px; color: #95a8bb; font-size: 13px; }
.footer-bottom small { display: block; margin-top: 22px; color: #75889c; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-visual { min-height: 390px; }
  .trust-row { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; }
  .trust-row div:nth-child(2) { border-right: 0; }
  .trust-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .verdict-main, .split-heading, .dark-section, .sources { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .price-card.featured { transform: none; order: -1; }
  .guarantee { grid-template-columns: 1fr; margin-left: 20px; margin-right: 20px; }
  .final-cta { margin-left: 20px; margin-right: 20px; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .disclosure-bar { font-size: 12px; }
  .site-header { min-height: 70px; padding: 10px 16px; }
  .brand { grid-template-columns: 29px auto; font-size: 22px; }
  .brand-mark { width: 29px; height: 29px; }
  .nav-cta { padding: 9px 13px; font-size: 13px; }
  .ticker div { justify-content: flex-start; animation: ticker 17s linear infinite; }
  @keyframes ticker { to { transform: translateX(-45%); } }
  .hero { min-height: auto; gap: 25px; padding: 45px 20px 65px; }
  h1 { font-size: 42px; }
  h2 { font-size: 33px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 310px; }
  .image-halo { width: 270px; height: 270px; }
  .floating-card { right: 0; bottom: 2%; }
  .trust-row { margin-top: -28px; grid-template-columns: 1fr; }
  .trust-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row div:last-child { border-bottom: 0; }
  .section { padding: 75px 20px; }
  .verdict-main { grid-template-columns: 1fr; padding: 25px; }
  .pros-cons, .facts-grid, .faq-grid { grid-template-columns: 1fr; }
  .score-ring { width: 112px; height: 112px; }
  .ingredient-row, .ingredient-row.head { grid-template-columns: 1fr; gap: 5px; }
  .ingredient-row.head { display: none; }
  .ingredient-row { padding: 18px; }
  .editorial-note { grid-template-columns: 1fr; }
  .dark-section { gap: 35px; }
  .guarantee { padding: 35px 22px; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 34px 25px; }
  .final-cta h2 { font-size: 31px; }
  .final-cta .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; padding-left: 20px; padding-right: 20px; }
  .footer-bottom { padding-left: 20px; padding-right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
}

/* Long-form guide pages */
.breadcrumb { max-width: 1180px; display: flex; flex-wrap: wrap; gap: 9px; margin: 0 auto; padding: 26px 28px 0; color: #758091; font-size: 13px; }
.breadcrumb a { color: var(--wine); font-weight: 800; text-decoration: none; }
.guide-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; max-width: 1180px; margin: 0 auto; padding: 58px 28px 70px; }
.guide-hero h1, .legal-page h1 { font-size: clamp(40px, 5vw, 62px); }
.guide-hero > div:first-child > p { max-width: 700px; color: #536071; font-size: 20px; }
.guide-image { min-height: 390px; display: grid; place-items: center; border-radius: 28px; background: radial-gradient(circle,#fff 0 42%,#fff3e4 43% 61%,#f8e4e2 62%); overflow: hidden; }
.guide-image img { max-height: 380px; width: 100%; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(28,38,52,.18)); }
.guide-takeaways { display: grid; gap: 8px; margin: 24px 0 26px; }
.guide-takeaways span { padding-left: 2px; color: #303c4d; font-weight: 800; }
.guide-takeaways span::first-letter { color: var(--coral); }
.guide-hero .button + small { display: block; margin-top: 11px; color: #77818d; font-size: 12px; }
.guide-layout { max-width: 1180px; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 55px; margin: 0 auto; padding: 35px 28px 105px; }
.guide-article > section { position: relative; padding: 50px 0; border-top: 1px solid var(--line); }
.guide-article > section:first-child { border-top: 0; padding-top: 0; }
.guide-article h2 { max-width: 760px; font-size: 36px; }
.guide-article p, .legal-page article p { color: #4e5a6b; font-size: 18px; line-height: 1.85; }
.guide-article ul, .legal-page article ul { display: grid; gap: 10px; padding-left: 24px; color: #465365; }
.guide-article li::marker, .legal-page li::marker { color: var(--coral); }
.section-number { display: block; margin-bottom: 8px; color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.guide-sidebar { display: flex; flex-direction: column; gap: 18px; }
.guide-sidebar > div { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.guide-sidebar > div:first-child { position: sticky; top: 112px; }
.guide-sidebar strong { display: block; margin-bottom: 10px; color: var(--navy); }
.guide-sidebar a { display: block; padding: 8px 0; border-bottom: 1px solid #edf0f3; color: #536071; font-size: 13px; line-height: 1.35; text-decoration: none; }
.guide-sidebar a:last-child { border-bottom: 0; }
.guide-sidebar a:hover { color: var(--wine); }
.guide-sidebar .sidebar-offer { border-color: #efd4cb; background: var(--cream); }
.sidebar-offer span, .sidebar-offer small { display: block; color: #6e7784; font-size: 12px; }
.sidebar-offer strong { margin: 2px 0; color: var(--wine); font-size: 44px; line-height: 1; }
.sidebar-offer a { margin-top: 15px; padding: 11px 12px; border: 0; border-radius: 8px; background: var(--coral); color: #fff; text-align: center; font-weight: 900; }
.sidebar-note p { margin: 0; color: #687483; font-size: 13px; }
.guide-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 20px 0 40px; padding: 30px; border-radius: 18px; background: var(--navy); color: #d6e2ef; }
.guide-cta span { color: #ff9c84; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.guide-cta h2 { margin: 7px 0 8px; color: #fff; font-size: 28px; }
.guide-cta p { margin: 0; color: #b8c7d8; font-size: 15px; }
.guide-cta .button { flex: 0 0 auto; }
.guide-faq details { margin: 11px 0; }
.related-pages { max-width: none; padding: 90px max(28px, calc((100vw - 1124px) / 2)); background: var(--mist); }
.related-pages > span { color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.related-pages > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-pages > div > a { min-height: 185px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #dce3e9; border-radius: 15px; background: #fff; text-decoration: none; }
.related-pages strong { color: var(--navy); font-size: 19px; }
.related-pages small { flex: 1; margin: 10px 0; color: #697585; font-size: 13px; line-height: 1.55; }
.related-pages b { color: var(--coral); font-size: 13px; }
.footer-guides { max-width: 1124px; margin: 0 auto; padding: 52px 28px 28px; border-bottom: 1px solid #243650; }
.footer-guides h2 { color: #fff; font-size: 27px; }
.footer-guides > div { display: flex; flex-wrap: wrap; gap: 9px; }
.footer-guides a { padding: 7px 11px; border: 1px solid #344965; border-radius: 7px; color: #b9c8d8; font-size: 13px; text-decoration: none; }

.legal-page { max-width: 960px; margin: 0 auto; padding: 0 28px 105px; }
.legal-page .breadcrumb { padding-left: 0; }
.legal-page > header { padding: 65px 0 48px; border-bottom: 1px solid var(--line); }
.legal-page > header > span { color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.legal-page > header > p { max-width: 740px; color: #596677; font-size: 20px; }
.legal-page > header > small { color: #7a8592; }
.legal-page article section { padding: 42px 0; border-bottom: 1px solid var(--line); }
.legal-page article h2 { font-size: 34px; }

@media (max-width: 960px) {
  .guide-hero { grid-template-columns: 1fr; }
  .guide-image { min-height: 340px; order: -1; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-sidebar { display: none; }
  .related-pages > div { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .breadcrumb { padding-left: 20px; padding-right: 20px; }
  .guide-hero { gap: 32px; padding: 40px 20px 55px; }
  .guide-hero h1, .legal-page h1 { font-size: 40px; }
  .guide-image { min-height: 260px; }
  .guide-layout { padding: 25px 20px 75px; }
  .guide-article h2 { font-size: 31px; }
  .guide-article p, .legal-page article p { font-size: 17px; }
  .guide-cta { flex-direction: column; align-items: flex-start; }
  .guide-cta .button { width: 100%; }
  .related-pages { padding: 65px 20px; }
  .related-pages > div { grid-template-columns: 1fr; }
  .footer-guides { padding-left: 20px; padding-right: 20px; }
  .legal-page { padding-left: 20px; padding-right: 20px; }
}
