:root { --primary: #2457A7; --primary-hover: #1c4a8d; --primary-ink: #ffffff; --accent: #943CB8; --accent-soft: rgba(148, 60, 184, 0.10); --background: #F6F8FC; --surface: #FFFFFF; --surface-2: #E9EEF7; --surface-3: #DFE7F3; --text: #1B2638; --muted: #5A6B80; --muted-2: #5A6B80; --border: #CDD8E8; --border-strong: #9DAFCB; --success: #166238; --warning: #7A4F0E; --danger: #8C2C38; --radius-sm: 6px; --radius: 10px; --radius-lg: 14px; --radius-xl: 20px; --shadow-sm: 0 1px 2px rgba(27, 38, 56, 0.06); --shadow: 0 4px 12px rgba(27, 38, 56, 0.08); --shadow-lg: 0 12px 28px rgba(27, 38, 56, 0.10); --font-sans: "Manrope", "Noto Sans Devanagari", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; --font-display: "Manrope", "Noto Sans Devanagari", system-ui, sans-serif; --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem; --space-4: 1rem; --space-5: 1.5rem; --space-6: 2rem; --space-7: 3rem; --space-8: 4rem; --space-9: 6rem; --container: 1240px; --container-narrow: 880px;} *, *::before, *::after { box-sizing: border-box;} html { -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; overflow-x: hidden; scroll-behavior: smooth;} body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0;} ul[role='list'], ol[role='list'] { list-style: none; padding: 0;} body { font-family: var(--font-sans); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: clip; max-width: 100vw;} img, picture, video, svg { max-width: 100%; height: auto; display: block;} input, button, textarea, select { font: inherit; color: inherit;} button { cursor: pointer; background: none; border: 0; padding: 0;} a { color: var(--primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px;} a:hover { text-decoration-thickness: 2px;} :focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 2px;} hr { border: 0; border-top: 1px solid var(--border); margin: var(--space-6) 0;} h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; letter-spacing: -0.012em; color: var(--text);} h1 { font-size: clamp(36px, 4.5vw, 56px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em;} h2 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.18;} h3 { font-size: clamp(20px, 1.6vw, 24px); line-height: 1.25;} h4 { font-size: 18px; line-height: 1.3;} p { color: var(--text);} .muted { color: var(--muted);} .tiny { font-size: 13px; line-height: 1.5; color: var(--muted);} .lead { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; color: var(--muted);} .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary);} .skip-link { position: absolute; left: 8px; top: 8px; clip-path: inset(50%); background: var(--primary); color: #fff; padding: 12px 16px; z-index: 999; border-radius: 0 0 var(--radius) 0; text-decoration: none;} .skip-link:focus { clip-path: none; outline: 3px solid #fff; outline-offset: 2px;} .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-5);} .container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--space-5);} .site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.92); -webkit-backdrop-filter: saturate(140%) blur(8px); backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--border);} .site-header .container { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: var(--space-5);} .brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; letter-spacing: -0.01em; font-size: 19px; text-decoration: none;} .brand:hover { text-decoration: none;} .brand-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--primary) 0%, #3873c8 100%); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 14px; flex-shrink: 0;} .brand-tag { display: block; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 1px;} .brand-name { display: block; line-height: 1;} .main-nav { display: none; align-items: center; gap: 4px;} @media (min-width: 980px) { .main-nav { display: flex;} } .main-nav a { color: var(--text); font-weight: 600; font-size: 14.5px; padding: 8px 12px; border-radius: var(--radius-sm); white-space: nowrap; text-decoration: none;} .main-nav a:hover { background: var(--surface-2); text-decoration: none;} .main-nav a.active { color: var(--primary); background: var(--surface-2);} .main-nav .cta { background: var(--primary); color: #fff; padding: 9px 16px; border-radius: var(--radius-sm); margin-left: 6px; text-decoration: none;} .main-nav .cta:hover { background: var(--primary-hover); color: #fff; text-decoration: none;} .hamburger { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--radius-sm); background: transparent; border: 1px solid var(--border); position: relative; z-index: 110;} @media (min-width: 980px) { .hamburger { display: none;} } .hamburger span { position: absolute; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.2s ease, opacity 0.15s ease;} .hamburger span:nth-child(1) { transform: translateY(-7px);} .hamburger span:nth-child(2) { transform: translateY(0);} .hamburger span:nth-child(3) { transform: translateY(7px);} .hamburger.is-open span:nth-child(1) { transform: translateY(0) rotate(45deg);} .hamburger.is-open span:nth-child(2) { opacity: 0;} .hamburger.is-open span:nth-child(3) { transform: translateY(0) rotate(-45deg);} .mobile-drawer { display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; width: 100vw; max-width: 100vw; background: var(--surface); border-top: 1px solid var(--border); padding: var(--space-5); overflow-y: auto; overflow-x: hidden; z-index: 90; transform: translateX(100%); transition: transform 0.25s ease;} .mobile-drawer.is-opening, .mobile-drawer.is-open, .mobile-drawer.is-closing { display: block;} .mobile-drawer.is-opening, .mobile-drawer.is-open { transform: translateX(0);} .mobile-drawer.is-closing { transform: translateX(100%);} .mobile-drawer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px;} .mobile-drawer a { display: block; padding: 14px 16px; font-weight: 600; color: var(--text); border-radius: var(--radius); background: var(--background); font-size: 16px; text-decoration: none;} .mobile-drawer a:hover { background: var(--surface-2); text-decoration: none;} .mobile-drawer .drawer-cta { margin-top: var(--space-5); display: block; width: 100%; text-align: center; background: var(--primary); color: #fff; padding: 14px; border-radius: var(--radius); font-weight: 700; text-decoration: none;} .mobile-drawer .drawer-meta { margin-top: var(--space-5); font-size: 13px; color: var(--muted); text-align: center; padding-top: var(--space-5); border-top: 1px solid var(--border);} body.drawer-open { overflow: hidden;} @media (min-width: 980px) { body.drawer-open { overflow: visible;} } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: var(--radius); font-weight: 700; font-size: 15px; line-height: 1.2; border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease; white-space: nowrap;} .btn:hover { text-decoration: none;} .btn-primary { background: var(--primary); color: #fff;} .btn-primary:hover { background: var(--primary-hover); color: #fff; text-decoration: none; transform: translateY(-1px);} .btn-ghost { background: transparent; color: var(--primary); border-color: var(--border-strong);} .btn-ghost:hover { background: var(--surface-2); text-decoration: none;} .btn-accent { background: var(--accent); color: #fff;} .btn-accent:hover { background: #8234a0; color: #fff; text-decoration: none;} .btn-lg { padding: 15px 26px; font-size: 16px;} .btn-sm { padding: 8px 14px; font-size: 13.5px;} .aff-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 700; font-size: 14px; text-decoration: none;} .aff-link:hover { text-decoration: none;} .aff-link::after { content: "↗"; font-size: 12px; transition: transform 0.15s ease;} .aff-link:hover::after { transform: translate(2px, -2px);} .aff-link[rel~="sponsored"] { color: var(--primary);} .hero { position: relative; background: var(--surface); border-bottom: 1px solid var(--border); overflow: hidden; min-height: clamp(560px, 80vh, 760px); display: flex; align-items: center;} .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6); align-items: center; padding: var(--space-7) 0 var(--space-7); position: relative; z-index: 2;} @media (min-width: 880px) { .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: var(--space-8);} } .hero-copy h1 { margin-top: 12px;} .hero-lede { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; color: var(--muted); margin-top: var(--space-4); max-width: 56ch;} .hero-cta { margin-top: var(--space-5); display: flex; gap: 12px; flex-wrap: wrap;} .hero-trust { margin-top: var(--space-5); font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-5);} .hero-trust span { display: inline-flex; align-items: center; gap: 6px;} .hero-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success); display: inline-block;} .hero-photo { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 3; background: var(--surface-2); box-shadow: var(--shadow-lg);} .hero-photo img { width: 100%; height: 100%; object-fit: cover;} .layered-note { position: absolute; background: var(--surface); border-radius: var(--radius); padding: 10px 14px; box-shadow: var(--shadow); font-size: 13px; font-weight: 600; line-height: 1.3; border: 1px solid var(--border); color: var(--text); max-width: 200px;} .layered-note small { display: block; color: var(--muted); font-weight: 500; font-size: 11px; margin-top: 2px;} .layered-note.note-1 { top: 8%; right: -10px; transform: rotate(2deg);} .layered-note.note-2 { bottom: 10%; left: -10px; transform: rotate(-3deg);} .layered-note .badge { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-right: 6px;} @media (max-width: 879px) { .layered-note { display: none;} } .rule-band { background: var(--surface-2); border-bottom: 1px solid var(--border); padding: var(--space-4) 0; font-size: 13.5px;} .rule-band .container { display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-5); align-items: center; justify-content: center;} .rule-band .pill { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); padding: 7px 14px; border-radius: 999px; border: 1px solid var(--border); color: var(--text); font-weight: 600;} .rule-band .pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary);} .editorial-lede { padding: var(--space-8) 0; background: var(--background);} .editorial-lede .grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6);} @media (min-width: 880px) { .editorial-lede .grid { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); gap: var(--space-7);} } .editorial-lede .byline { font-size: 13px; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700;} .editorial-lede h2 { margin-top: 8px;} .editorial-lede p { margin-top: var(--space-4);} .editorial-lede p + p { margin-top: var(--space-4);} .bento { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);} .section-head { display: flex; flex-direction: column; gap: 8px; margin-bottom: var(--space-6);} .section-head h2 { letter-spacing: -0.018em;} .section-head p { color: var(--muted); max-width: 64ch; margin: 0;} .bento-grid { display: grid; gap: var(--space-4); grid-template-columns: minmax(0, 1fr);} @media (min-width: 640px) { .bento-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);} } @media (min-width: 980px) { .bento-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: minmax(160px, auto);} .bento-tile.span-3 { grid-column: span 3;} .bento-tile.span-2 { grid-column: span 2;} .bento-tile.span-4 { grid-column: span 4;} .bento-tile.row-2 { grid-row: span 2;} } .bento-tile { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; justify-content: space-between; gap: var(--space-4); text-decoration: none; color: inherit; transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease; min-width: 0;} .bento-tile:hover { border-color: var(--border-strong); transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none;} .bento-tile h3 { font-size: 19px; line-height: 1.25;} .bento-tile p { font-size: 14.5px; color: var(--muted); margin: 0;} .bento-tile .icon { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--surface-2); color: var(--primary); display: grid; place-items: center; font-weight: 800; font-size: 14px;} .bento-tile.feature { background: linear-gradient(160deg, #1B2638 0%, #2c3a52 100%); color: #fff; border-color: transparent;} .bento-tile.feature h3 { color: #fff;} .bento-tile.feature p { color: rgba(255, 255, 255, 0.75);} .bento-tile.feature .icon { background: rgba(255, 255, 255, 0.12); color: #fff;} .bento-tile .arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--primary);} .bento-tile.feature .arrow { color: #9DC4FF;} .feed-list { padding: var(--space-8) 0; background: var(--background);} .feed-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-5);} @media (min-width: 880px) { .feed-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);} } .feed-headlines { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-4);} .feed-headlines .stamp { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--warning); text-transform: uppercase; letter-spacing: 0.1em;} .feed-headlines .stamp::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--warning);} .feed-row { border-top: 1px solid var(--border); padding-top: var(--space-4); display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: var(--space-4); align-items: start;} .feed-row:first-of-type { border-top: 0; padding-top: 0;} .feed-row .time { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--primary); font-size: 14px;} .feed-row h3 { font-size: 16.5px; line-height: 1.3;} .feed-row p { color: var(--muted); font-size: 14px; margin-top: 4px;} .feed-side { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-4);} .feed-side h3 { font-size: 17px;} .feed-side ul { padding-left: 18px; color: var(--muted); margin: 0;} .feed-side li { margin-bottom: 8px; font-size: 14.5px;} .feed-side .note { background: var(--surface-2); border-radius: var(--radius); padding: var(--space-3) var(--space-4); font-size: 13.5px; color: var(--muted);} .split-feature { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);} .split-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6); align-items: start;} @media (min-width: 880px) { .split-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: var(--space-7);} } .split-feature figure { margin: 0; position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3;} .split-feature figure img { width: 100%; height: 100%; object-fit: cover;} .split-feature .step-list { margin-top: var(--space-5);} .split-feature .step { display: flex; gap: var(--space-4); padding: var(--space-4) 0; border-top: 1px solid var(--border);} .step:first-of-type { border-top: 0; padding-top: 0;} .step .num { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; flex-shrink: 0;} .step h3 { font-size: 16.5px; margin-bottom: 4px;} .step p { color: var(--muted); font-size: 14.5px; margin: 0;} .photo-essay { padding: var(--space-8) 0; background: var(--background);} .photo-essay .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6);} @media (min-width: 880px) { .photo-essay .container { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-8);} } .photo-essay figure { margin: 0; position: relative; border-radius: var(--radius-xl); overflow: visible; background: var(--surface);} .photo-essay .photo-frame { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-lg);} .photo-essay .photo-frame img { width: 100%; height: 100%; object-fit: cover;} .photo-essay .essay-body h2 { margin-bottom: var(--space-4);} .photo-essay .essay-body p { margin-bottom: var(--space-4); color: var(--text);} .photo-essay .essay-body p.muted { color: var(--muted);} .photo-essay .annotation { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--accent); padding: var(--space-3) var(--space-4); border-radius: var(--radius); font-size: 14px; color: var(--muted); margin-top: var(--space-4);} .photo-essay .annotation strong { color: var(--text);} .step-section { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border);} .step-section .steps { margin-top: var(--space-5); display: grid; gap: var(--space-4);} .data-table-section { padding: var(--space-8) 0; background: var(--background);} .table-wrap { margin-top: var(--space-5); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; overflow-x: auto;} .data-table { width: 100%; border-collapse: collapse; font-size: 14.5px;} .data-table th, .data-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--border); vertical-align: top;} .data-table thead th { background: var(--surface-2); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted);} .data-table tbody tr:last-child td { border-bottom: 0;} .data-table .num { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--primary);} .compare-section { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border);} .compare-grid { margin-top: var(--space-5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-5);} @media (min-width: 720px) { .compare-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);} } .compare-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3);} .compare-card .label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); background: var(--accent-soft); padding: 4px 10px; border-radius: 999px; align-self: flex-start;} .compare-card h3 { font-size: 20px;} .compare-card ul { padding-left: 18px; color: var(--muted); margin: 0;} .compare-card li { margin-bottom: 6px; font-size: 14.5px;} .card-grid-section { padding: var(--space-8) 0; background: var(--background);} .card-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4); margin-top: var(--space-5);} @media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr));} } @media (min-width: 980px) { .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr));} } .card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); min-width: 0;} .card .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);} .card h3 { font-size: 17px;} .card p { color: var(--muted); font-size: 14.5px; margin: 0;} .card .status { display: inline-block; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; align-self: flex-start;} .card .status.ok { background: rgba(31, 122, 77, 0.10); color: var(--success);} .card .status.caution { background: rgba(180, 122, 27, 0.10); color: var(--warning);} .card .status.no { background: rgba(178, 58, 72, 0.10); color: var(--danger);} .methodology { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border);} .method-grid { margin-top: var(--space-5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4);} @media (min-width: 720px) { .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr));} } .method-card { background: var(--background); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5);} .method-card h3 { font-size: 16px; margin-bottom: 6px;} .method-card p { color: var(--muted); font-size: 14.5px; margin: 0;} .process-panel { padding: var(--space-8) 0; background: var(--background); border-top: 1px solid var(--border);} .process-grid { margin-top: var(--space-5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4);} @media (min-width: 720px) { .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr));} } .process-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3);} .process-card .stage { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);} .process-card h3 { font-size: 18px;} .process-card p { color: var(--muted); font-size: 14.5px; margin: 0;} .callout-band { padding: var(--space-7) 0; background: linear-gradient(160deg, #1B2638 0%, #2c3a52 100%); color: #fff;} .callout-band .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-5); align-items: center;} @media (min-width: 880px) { .callout-band .container { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);} } .callout-band h2 { color: #fff;} .callout-band p { color: rgba(255, 255, 255, 0.78);} .callout-band a { color: #9DC4FF;} .callout-band .helplines { background: rgba(255, 255, 255, 0.06); border-radius: var(--radius-lg); padding: var(--space-5); border: 1px solid rgba(255, 255, 255, 0.12);} .callout-band .helplines h3 { color: #fff; font-size: 17px; margin-bottom: var(--space-3);} .callout-band .helplines ul { list-style: none; padding: 0; margin: 0;} .callout-band .helplines li { display: flex; justify-content: space-between; gap: var(--space-4); padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.10); font-size: 14.5px;} .callout-band .helplines li:last-child { border-bottom: 0;} .callout-band .helplines li strong { color: #fff;} .stat-section { padding: var(--space-8) 0; background: var(--background);} .stat-tiles { margin-top: var(--space-5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4);} @media (min-width: 720px) { .stat-tiles { grid-template-columns: repeat(2, minmax(0, 1fr));} } @media (min-width: 980px) { .stat-tiles { grid-template-columns: repeat(4, minmax(0, 1fr));} } .stat-tile { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); text-align: left;} .stat-tile .num { font-size: 36px; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--primary); line-height: 1;} .stat-tile .label { margin-top: var(--space-2); font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;} .stat-tile .desc { margin-top: var(--space-3); font-size: 14px; color: var(--muted); line-height: 1.5;} .card-row { padding: var(--space-8) 0; background: var(--surface); border-top: 1px solid var(--border);} .card-row .row { margin-top: var(--space-5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4);} @media (min-width: 720px) { .card-row .row { grid-template-columns: repeat(3, minmax(0, 1fr));} } .article-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease; min-width: 0; text-decoration: none; color: inherit;} .article-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none;} .article-card .thumb { aspect-ratio: 4 / 3; background: var(--surface-2); overflow: hidden;} .article-card .thumb img { width: 100%; height: 100%; object-fit: cover;} .article-card .meta { padding: var(--space-4) var(--space-5) 0; display: flex; gap: var(--space-3); font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;} .article-card .body { padding: var(--space-3) var(--space-5) var(--space-5); display: flex; flex-direction: column; gap: 8px; flex: 1;} .article-card h3 { font-size: 17px; line-height: 1.3;} .article-card p { color: var(--muted); font-size: 14px; margin: 0;} .article-card .read-more { margin-top: auto; font-weight: 700; color: var(--primary); font-size: 14px;} .faq-section { padding: var(--space-8) 0; background: var(--background); border-top: 1px solid var(--border);} .faq-list { margin-top: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3);} .faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;} .faq-item summary { list-style: none; cursor: pointer; padding: var(--space-4) var(--space-5); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);} .faq-item summary::-webkit-details-marker { display: none;} .faq-item summary::after { content: "+"; width: 22px; height: 22px; border-radius: 50%; background: var(--surface-2); color: var(--primary); display: grid; place-items: center; font-weight: 800; font-size: 16px; line-height: 1; transition: transform 0.15s ease, background 0.15s ease; flex-shrink: 0;} .faq-item[open] summary::after { content: "−"; background: var(--primary); color: #fff;} .faq-item .answer { padding: 0 var(--space-5) var(--space-5); color: var(--muted); font-size: 15px; line-height: 1.7;} .faq-item .answer p + p { margin-top: var(--space-3);} .cta-band { padding: var(--space-7) 0; background: linear-gradient(160deg, var(--primary) 0%, #3873c8 100%); color: #fff; text-align: center;} .cta-band h2 { color: #fff;} .cta-band p { color: rgba(255, 255, 255, 0.85); margin-top: var(--space-3);} .cta-band .btn { margin-top: var(--space-5); background: #fff; color: var(--primary);} .cta-band .btn:hover { background: #f0f0f0; color: var(--primary); transform: translateY(-1px);} .cta-band .small-note { margin-top: var(--space-4); font-size: 12px; color: #ffffff;} .colophon { padding: var(--space-7) 0; background: var(--surface); border-top: 1px solid var(--border);} .colophon .grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-5);} @media (min-width: 720px) { .colophon .grid { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); gap: var(--space-7);} } .colophon h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted);} .colophon p { color: var(--text); font-size: 14.5px; margin-top: 8px;} .colophon .signature { display: flex; align-items: center; gap: var(--space-3); margin-top: var(--space-3);} .colophon .signature .scribble { font-family: "Brush Script MT", cursive; font-size: 22px; color: var(--primary);} .site-footer { background: #15202F; color: rgba(255, 255, 255, 0.78); padding: var(--space-8) 0 var(--space-5);} .site-footer .grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6); margin-bottom: var(--space-6);} @media (min-width: 720px) { .site-footer .grid { grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: var(--space-7);} } .site-footer h3, .site-footer h4 { color: #fff; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: var(--space-3);} .site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px;} .site-footer a { color: rgba(255, 255, 255, 0.78); font-size: 14px; text-decoration: none;} .site-footer a:hover { color: #fff; text-decoration: underline;} .site-footer .brand-block .brand { color: #fff;} .site-footer .brand-block .brand-tag { color: rgba(255, 255, 255, 0.55);} .site-footer .brand-block p { font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.65); margin-top: var(--space-3);} .site-footer .legal { border-top: 1px solid rgba(255, 255, 255, 0.10); padding-top: var(--space-4); display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-5); font-size: 12px; color: rgba(255, 255, 255, 0.55); align-items: center; justify-content: space-between;} .site-footer .legal a { font-size: 12px; color: rgba(255, 255, 255, 0.65);} .site-footer .affiliate-note { font-size: 12px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; max-width: 700px; margin-top: var(--space-4);} .sticky-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 80; background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--radius-lg); padding: 10px 12px; box-shadow: var(--shadow-lg); align-items: center; gap: 10px;} .sticky-cta.is-commercial { display: flex;} .sticky-cta .cta-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; flex: 1;} .sticky-cta .cta-text strong { font-size: 14px; color: var(--text);} .sticky-cta .cta-text small { font-size: 11px; color: var(--muted);} .sticky-cta .cta-btn { background: var(--primary); color: #fff; font-weight: 800; font-size: 14px; padding: 11px 18px; border-radius: var(--radius); white-space: nowrap; text-decoration: none; letter-spacing: 0.04em;} .sticky-cta .cta-btn:hover { background: var(--primary-hover); text-decoration: none;} .sticky-cta .cta-close { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); background: var(--surface-2); font-size: 18px; font-weight: 700; line-height: 1; flex-shrink: 0;} @media (min-width: 980px) { .sticky-cta { display: none !important;} } body.has-sticky { padding-bottom: 90px;} @media (min-width: 980px) { body.has-sticky { padding-bottom: 0;} } .inline-photo { margin: var(--space-5) 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-2);} .inline-photo img { width: 100%; height: auto; display: block;} .inline-photo figcaption { padding: 10px 14px; font-size: 13px; color: var(--muted); background: var(--surface); border-top: 1px solid var(--border);} .content-figure { margin: var(--space-5) 0;} .content-figure img { border-radius: var(--radius-lg);} .content-figure figcaption { font-size: 13px; color: var(--muted); margin-top: 8px;} .inline-image-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-4); margin: var(--space-6) 0; align-items: center;} @media (min-width: 720px) { .inline-image-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);} } .inline-image-row img { border-radius: var(--radius-lg); width: 100%; height: 100%; object-fit: cover;} .inline-image-row .text { min-width: 0;} .page-wrap { padding: var(--space-7) 0 var(--space-8);} .page-header { background: var(--surface); padding: var(--space-7) 0 var(--space-6); border-bottom: 1px solid var(--border);} .page-header .breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: var(--space-3);} .page-header .breadcrumb a { color: var(--muted); text-decoration: none;} .page-header h1 { max-width: 28ch;} .page-header .lead { margin-top: var(--space-4); max-width: 64ch;} .page-header .meta { margin-top: var(--space-4); font-size: 13px; color: var(--muted); display: flex; gap: var(--space-3); flex-wrap: wrap;} .prose { max-width: 760px; margin: 0 auto;} .prose h2 { margin-top: var(--space-7); margin-bottom: var(--space-4);} .prose h3 { margin-top: var(--space-6); margin-bottom: var(--space-3); font-size: 19px;} .prose p { margin-bottom: var(--space-4); line-height: 1.75; font-size: 17px;} .prose ul, .prose ol { margin-bottom: var(--space-4); padding-left: 22px;} .prose li { margin-bottom: 8px; line-height: 1.7;} .prose a { text-decoration: underline; text-underline-offset: 3px;} .prose blockquote { margin: var(--space-5) 0; padding: var(--space-3) var(--space-5); border-left: 4px solid var(--accent); background: var(--surface-2); border-radius: 0 var(--radius) var(--radius) 0; font-style: normal; color: var(--text);} .callout { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--space-4) var(--space-5); margin: var(--space-5) 0; font-size: 15px; color: var(--text);} .callout strong { color: var(--primary);} .callout.warn { border-left: 4px solid var(--warning);} .callout.important { border-left: 4px solid var(--danger);} .toc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--space-4) var(--space-5); margin: var(--space-5) 0; font-size: 14px;} .toc h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: var(--space-3);} .toc ul { padding-left: 18px;} .toc li { margin-bottom: 6px;} .toc a { color: var(--text); text-decoration: none;} .toc a:hover { color: var(--primary); text-decoration: underline;} .image-content-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-5); margin: var(--space-6) 0; align-items: start;} @media (min-width: 720px) { .image-content-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);} } .image-content-grid img { border-radius: var(--radius-lg);} .center { text-align: center;} .mt-0 { margin-top: 0;} .mb-0 { margin-bottom: 0;} .mt-5 { margin-top: var(--space-5);} .mb-5 { margin-bottom: var(--space-5);} .mt-7 { margin-top: var(--space-7);} .mt-8 { margin-top: var(--space-8);} .mt-3 { margin-top: var(--space-3);} .hidden-mobile { display: none;} @media (min-width: 720px) { .hidden-mobile { display: initial;} } @media (max-width: 719px) { .hidden-desktop { display: none !important;} } section[id] { scroll-margin-top: 80px;} .prose > * { min-width: 0;} table { table-layout: fixed;} @media print { .site-header, .site-footer, .sticky-cta, .mobile-drawer { display: none !important;} body { background: #fff; color: #000;} a { color: #000; text-decoration: underline;} }
