:root {
    --color-dark-start: #0f172a;
    --color-dark-end: #1e293b;
    --color-white: #ffffff;
    --color-text: #0f172a;
    --color-secondary: #cbd5e1;
    --color-accent: #38bdf8;
    --color-cta: #f97316;
    --color-cta-hover: #ea580c;
    --color-footer-muted: #94a3b8;
    --color-light-bg: #f8fafc;
    --color-card: #ffffff;
    --color-border: #e2e8f0;
    --shadow-soft: 0 20px 50px rgba(15, 23, 42, 0.08);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--color-text); background: #fff; line-height: 1.6; text-rendering: optimizeLegibility; }
a { color: var(--color-accent); text-decoration: none; }
img { max-width: 100%; display: block; }
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
button { appearance: none; -webkit-appearance: none; }
input, textarea, select { appearance: none; -webkit-appearance: none; }
main { min-height: 60vh; }
body.page-transitioning { overflow: hidden; }
.article-content, .prose-block, .card-body, .info-card, .sidebar-card, .cta-banner, .newsletter-inner { overflow-wrap: anywhere; word-wrap: break-word; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.narrow { width: min(calc(100% - 2rem), 760px); margin: 0 auto; }
.section { padding: 4rem 0; }
.section-light { background: var(--color-light-bg); }
.section-compact { padding: 2.5rem 0; }
.eyebrow { display: inline-flex; align-items: center; justify-content: center; padding: 0.42rem 0.82rem; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.76rem; font-weight: 800; color: #0369a1; background: linear-gradient(135deg, #e0f2fe, #f0f9ff); border: 1px solid #bae6fd; box-shadow: 0 10px 24px rgba(14, 165, 233, 0.1); margin-bottom: 0.75rem; }
h1, h2, h3, h4 { line-height: 1.15; color: #0f172a; margin: 0 0 0.85rem; }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 0.9rem; color: #334155; }
.muted { color: #64748b; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.site-navbar { position: sticky; top: 0; z-index: 50; background: rgba(15, 23, 42, 0.92); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(148, 163, 184, 0.18); }
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; color: #fff; flex: 0 0 auto; max-width: 420px; }
.brand-logo {
    display: block;
    width: auto;
    height: 82px;
    max-width: 420px;
    object-fit: contain;
    border-radius: 0;
}
.nav-links { display: flex; align-items: center; gap: 1.35rem; }
.nav-links a { color: #e2e8f0; font-weight: 600; }
.nav-links .nav-cta { color: #fff; background: rgba(249, 115, 22, 0.14); padding: 0.8rem 1rem; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; padding: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }
.page-loader { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 28%), linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.98)); z-index: 160; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s cubic-bezier(0.22, 1, 0.36, 1); }
.page-loader.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.page-loader-inner { display: grid; justify-items: center; gap: 0.95rem; text-align: center; color: #ffffff; }
.page-loader-inner strong { font-size: 1rem; letter-spacing: 0.04em; }
.page-loader-inner p { margin: 0; color: #cbd5e1; font-size: 0.96rem; }
.page-loader-mark { position: relative; width: 200px; height: 132px; display: grid; place-items: center; }
.loader-aura {
    position: absolute;
    inset: 18px 26px;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, rgba(56, 189, 248, 0.28), transparent 58%),
        radial-gradient(circle at 75% 35%, rgba(249, 115, 22, 0.22), transparent 40%);
    filter: blur(12px);
    animation: ebn-loader-pulse 2.25s ease-in-out infinite;
}
.loader-orbit {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.loader-orbit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.12);
}
.loader-orbit-one { animation: ebn-loader-orbit 2.8s linear infinite; }
.loader-orbit-two {
    inset: 12px 18px;
    border-color: rgba(249, 115, 22, 0.14);
    animation: ebn-loader-orbit-reverse 3.4s linear infinite;
}
.loader-orbit-two::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #f97316;
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.12);
}
.loader-logo-shell {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 84px;
    padding: 0.35rem 0.4rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.loader-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 72px;
    filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.28));
    animation: ebn-loader-float 2.2s ease-in-out infinite;
}
@keyframes ebn-loader-pulse {
    0%, 100% { transform: scale(0.96); opacity: 0.8; }
    50% { transform: scale(1.04); opacity: 1; }
}
@keyframes ebn-loader-orbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes ebn-loader-orbit-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}
@keyframes ebn-loader-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
.hero-section { background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.25), transparent 26%), linear-gradient(135deg, var(--color-dark-start), var(--color-dark-end)); color: var(--color-white); padding: 4.75rem 0 4.25rem; }
.hero-section h1, .hero-section p { color: #fff; }
.hero-section .eyebrow { color: #fff; background: rgba(56, 189, 248, 0.14); border-color: rgba(125, 211, 252, 0.2); box-shadow: none; }
.hero-section p { color: var(--color-secondary); max-width: 640px; }
.hero-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 2rem; align-items: center; }
.hero-copy { max-width: 720px; }
.hero-actions, .card-actions, .article-meta, .meta-row, .hero-trust { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.hero-actions { margin-top: 1.45rem; }
.hero-trust { margin-top: 1.2rem; color: var(--color-secondary); font-size: 0.95rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 0.35rem; }
.hero-panel { display: grid; gap: 1rem; }
.metric-card, .info-card, .sidebar-card, .cta-banner, .card, .contact-form, .disclaimer-box, .ad-placeholder { background: var(--color-card); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.metric-card { padding: 1.35rem; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.08); color: #fff; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.metric-card strong { display: block; font-size: 2rem; margin-bottom: 0.3rem; }
.metric-card.highlight { background: rgba(15, 23, 42, 0.45); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 999px; padding: 0.95rem 1.35rem; font-weight: 700; border: 0; transition: 0.2s ease; cursor: pointer; }
.btn-primary { background: var(--color-cta); color: #fff; }
.btn-primary:hover { background: var(--color-cta-hover); }
.btn-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.18); }
.btn-secondary:hover { border-color: rgba(255,255,255,0.4); }
.btn-small { padding: 0.8rem 1rem; font-size: 0.95rem; }
.btn:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
.card-body h3 a:focus-visible,
.card-image-link:focus-visible,
.mini-link-card:focus-visible,
.ad-slot-card:focus-visible,
.breadcrumbs a:focus-visible,
.guide-search-meta a:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.4); outline-offset: 3px; }
.page-hero { padding: 3.5rem 0 1.5rem; background: linear-gradient(180deg, #f8fafc, #fff); }
.page-hero-tight { padding-bottom: 0.6rem; }
.destination-hero { background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(30,41,59,0.92)), linear-gradient(180deg, #f8fafc, #fff); color: #fff; }
.destination-hero h1, .destination-hero p { color: #fff; }
.page-hero-light p { max-width: 700px; }
.breadcrumbs { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.85rem; color: #64748b; font-size: 0.94rem; }
.breadcrumbs a { color: #475569; }
.section-heading { margin-bottom: 1.5rem; max-width: 700px; }
.grid.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch; }
.card { overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14); border-color: rgba(56, 189, 248, 0.22); }
.card-image-link { display: block; }
.card-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background-size: cover; background-position: center; }
.destination-image { background: linear-gradient(135deg, #38bdf8, #0f172a); }
.stay-image { background: linear-gradient(135deg, #f97316, #fb7185); }
.guide-image { background: linear-gradient(135deg, #1d4ed8, #38bdf8); }
.card-body { padding: 1.35rem; display: flex; flex-direction: column; flex: 1; }
.card-body p { flex: 1; }
.card-body > .card-actions,
.card-body > .btn { margin-top: auto; }
.card-body h3 a { color: #0f172a; transition: color 0.2s ease; }
.card:hover .card-body h3 a { color: #0369a1; }
.card-topline { display: flex; justify-content: space-between; gap: 0.8rem; align-items: center; margin-bottom: 0.8rem; }
.card-topline-group { display: flex; flex-wrap: wrap; gap: 0.55rem; align-items: center; }
.card-actions { margin-top: 1.15rem; }
.card-link-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0.72rem 1rem; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease; background: #f97316; border: 1px solid #f97316; color: #fff; box-shadow: 0 10px 22px rgba(249, 115, 22, 0.2); }
.card-link-button:hover { background: #ea580c; border-color: #ea580c; color: #fff; transform: translateY(-1px); }
.card-link-button-secondary { background: #eff6ff; border: 1px solid #bfdbfe; color: #0f172a; box-shadow: none; }
.card-link-button-secondary:hover { background: #dbeafe; border-color: #93c5fd; color: #0f172a; transform: translateY(-1px); }
.card-link-button.is-disabled,
.card-link-button.is-disabled:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
    color: #64748b;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
    pointer-events: none;
}
.pill, .tag { display: inline-flex; padding: 0.4rem 0.75rem; border-radius: 999px; font-size: 0.82rem; font-weight: 700; background: #eff6ff; color: #0f172a; }
.pill-accent { background: #fff7ed; color: #c2410c; }
.pill-neutral { background: #f8fafc; color: #475569; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1rem 0 1.2rem; }
.tag { background: #f8fafc; color: #475569; font-weight: 600; }
.two-column-feature, .content-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; }
.stacked-cards, .trust-grid, .stack-grid, .faq-list { display: grid; gap: 1rem; }
.stack-grid-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-list { padding-left: 1.2rem; color: #334155; }
.mini-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.mini-link-card { padding: 1.3rem; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); color: #0f172a; }
.mini-link-card span { display: block; color: #64748b; margin-top: 0.35rem; }
.quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 1.6rem 0; }
.fact-card { padding: 1.1rem; border-radius: var(--radius-md); background: #f8fafc; border: 1px solid var(--color-border); }
.fact-card span { display: block; font-size: 0.85rem; color: #64748b; margin-bottom: 0.35rem; }
.fact-card strong { font-size: 1rem; }
.info-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.6rem 0; }
.info-card, .sidebar-card, .cta-banner, .disclaimer-box, .ad-placeholder, .contact-form { padding: 1.4rem; }
.content-sidebar { display: grid; gap: 1rem; align-content: start; }
.cta-banner { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; background: linear-gradient(135deg, #fff7ed, #ffffff); }
.cta-banner > :first-child { flex: 1 1 auto; min-width: 0; }
.cta-banner .btn { white-space: nowrap; flex-shrink: 0; }
.newsletter-block { background: linear-gradient(135deg, #e0f2fe, #f8fafc); padding: 3.5rem 0; scroll-margin-top: 110px; }
.newsletter-inner { display: grid; gap: 1rem; align-items: center; }
.newsletter-form { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.newsletter-form input, .contact-form input, .contact-form textarea, .admin-form input, .admin-form textarea, .admin-form select { width: 100%; padding: 0.95rem 1rem; border-radius: 14px; border: 1px solid var(--color-border); font: inherit; }
.newsletter-form input { flex: 1 1 320px; }
.guide-search-shell { margin-bottom: 1.6rem; padding: 1.5rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: linear-gradient(135deg, #f8fafc, #ffffff); box-shadow: var(--shadow-soft); }
.guide-search-copy { margin-bottom: 0.9rem; max-width: 760px; }
.guide-search-copy .eyebrow { margin-bottom: 0.85rem; background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #ffffff; border-color: rgba(255, 255, 255, 0.12); box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18); }
.guide-search-copy h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.55rem; }
.guide-search-copy p { margin-bottom: 0; color: #475569; }
.guide-search-form { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 0; }
.guide-search-form input { flex: 1 1 320px; width: 100%; padding: 1rem 1.05rem; border-radius: 16px; border: 1px solid #cbd5e1; font: inherit; background: #fff; box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04); }
.guide-search-form input:focus { outline: none; border-color: #38bdf8; box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12); }
.guide-search-meta { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.25rem; color: #475569; }
.guide-search-meta a { font-weight: 700; }
.empty-state-card { margin-top: 1.25rem; padding: 1.4rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.is-hidden { display: none !important; }
.faq-item { overflow: hidden; }
.faq-question { width: 100%; border: 0; background: #fff; padding: 1.1rem 1.3rem; display: flex; justify-content: space-between; align-items: center; font: inherit; font-weight: 700; cursor: pointer; }
.faq-question:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.28); outline-offset: -1px; }
.faq-answer { display: none; padding: 0 1.3rem 1.2rem; }
.faq-item.is-open .faq-answer { display: block; }
.article-shell { padding: 2.5rem 0 0; }
.article-container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.article-container .article-content,
.article-container .article-excerpt,
.article-container .article-meta,
.article-container .inline-planning-box { max-width: 920px; }
.article-shell .eyebrow { margin-bottom: 0.55rem; }
.article-shell h1 { margin-bottom: 0.6rem; }
.article-meta { color: #64748b; margin-bottom: 0.55rem; row-gap: 0.35rem; column-gap: 0.95rem; font-size: 0.98rem; }
.article-meta span, .article-meta a { display: inline-flex; align-items: center; }
.article-excerpt { font-size: 1.12rem; line-height: 1.55; margin-bottom: 0.55rem; max-width: 820px; }
.context-links {
    margin: 0.25rem 0 1rem;
    color: #475569;
    font-size: 0.98rem;
    max-width: 820px;
}

.context-links a {
    color: var(--color-primary);
    font-weight: 600;
}

.context-links a:hover,
.context-links a:focus-visible {
    color: #0ea5e9;
}

.hero-media-card, .article-cover { margin-top: 1.3rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--color-border); box-shadow: var(--shadow-soft); background: #fff; }
.hero-media-card img, .article-cover img { display: block; width: 100%; height: auto; object-fit: cover; }
.hero-media-card img { max-height: 420px; }
.hero-media-card-light { max-width: 840px; }
.article-cover { margin-bottom: 1.5rem; }
.article-content h2 { margin-top: 1.9rem; }
.article-content ul { padding-left: 1.2rem; }
.article-content p, .prose-block p { font-size: 1.05rem; }
.inline-planning-box { margin: 1.3rem 0 1.7rem; padding: 1.25rem; border: 1px solid var(--color-border); border-radius: 18px; background: #f8fafc; }
.content-main > h2 { margin-top: 2.4rem; }
.content-main > h2:first-child { margin-top: 0; }
.contact-meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.25rem; }
.contact-form textarea { resize: vertical; min-height: 180px; }
.ad-placeholder { text-align: center; border-style: dashed; color: #64748b; }
.ad-placeholder span { display: block; font-weight: 700; margin-bottom: 0.35rem; }
.ad-slot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.25rem; text-align: left; }
.ad-slot-card { display: block; padding: 1rem; border-radius: 16px; border: 1px solid var(--color-border); background: #fff; color: #0f172a; }
.ad-slot-card strong { display: block; margin-bottom: 0.4rem; }
.ad-slot-card p { margin-bottom: 0.5rem; color: #475569; }
.ad-slot-card em { color: #c2410c; font-style: normal; font-weight: 700; font-size: 0.85rem; }
.ad-slot-card.is-disabled {
    opacity: 0.72;
    cursor: not-allowed;
    pointer-events: none;
}
.adsense-shell {
    margin-top: 1.1rem;
    min-height: 140px;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.8), rgba(255, 255, 255, 0.96));
}
.adsense-shell .adsbygoogle {
    min-height: 120px;
}
.alert { padding: 1rem 1.2rem; border-radius: 14px; margin-bottom: 1rem; }
.alert-success, .form-success { background: #ecfdf5; color: #166534; }
.alert-error, .form-error { background: #fef2f2; color: #b91c1c; }
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-weight: 600; margin-bottom: 0.5rem; }
.site-footer { background: #0f172a; color: #fff; padding: 4rem 0 2rem; }
.site-footer h3, .site-footer h4, .site-footer p, .site-footer a { color: inherit; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 1.5rem; }
.footer-grid a { display: block; margin-bottom: 0.65rem; color: var(--color-secondary); }
.footer-muted, .site-footer .muted { color: var(--color-footer-muted); }
.footer-bottom { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(148, 163, 184, 0.18); display: flex; justify-content: space-between; gap: 1rem; }
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .site-navbar { background: #0f172a; }
    .loader-logo-shell, .metric-card { background: rgba(15, 23, 42, 0.9); }
}
@supports not (aspect-ratio: 16 / 10) {
    .card-image { height: 220px; }
}
@media (hover: none) {
    .card:hover { transform: none; box-shadow: var(--shadow-soft); border-color: var(--color-border); }
    .card-link-button:hover,
    .card-link-button-secondary:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
@media (max-width: 980px) {
    .hero-grid, .two-column-feature, .content-grid, .grid.cards-grid, .trust-grid, .quick-facts, .mini-link-grid, .footer-grid, .info-split { grid-template-columns: 1fr 1fr; }
    .stack-grid-split { grid-template-columns: 1fr; }
    .ad-slot-grid { grid-template-columns: 1fr; }
    .contact-meta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .nav-toggle { display: block; }
    .nav-links { position: absolute; left: 1rem; right: 1rem; top: 78px; padding: 1rem; border-radius: 20px; background: #0f172a; border: 1px solid rgba(148, 163, 184, 0.18); display: none; flex-direction: column; align-items: stretch; }
    .nav-links.is-open { display: flex; }
    .hero-grid, .two-column-feature, .content-grid, .grid.cards-grid, .trust-grid, .quick-facts, .mini-link-grid, .footer-grid, .footer-bottom, .info-split { grid-template-columns: 1fr; }
    .hero-section { padding-top: 4rem; }
    .cta-banner { flex-direction: column; align-items: flex-start; }
    .newsletter-form, .guide-search-form { flex-direction: column; }
    .hero-actions .btn, .cta-banner .btn, .newsletter-form .btn, .newsletter-form input, .guide-search-form .btn, .guide-search-form input { width: 100%; }
    .guide-search-shell { padding: 1rem; }
    .guide-search-copy { margin-bottom: 0.7rem; }
    .guide-search-copy .eyebrow { margin-bottom: 0.55rem; }
    .guide-search-copy h2 { font-size: 1.32rem; margin-bottom: 0.35rem; }
    .guide-search-form { gap: 0.65rem; }
    .guide-search-form input { flex: 0 0 auto; }
    .guide-search-form input { padding: 0.88rem 0.95rem; border-radius: 14px; }
    .guide-search-meta { flex-direction: column; align-items: flex-start; }
    .card-image { aspect-ratio: 16 / 10; }
    .site-navbar { position: sticky; }
    .nav-links a, .nav-links .nav-cta { min-height: 44px; display: inline-flex; align-items: center; }
    .card-topline { align-items: flex-start; }
    .article-container .article-content,
    .article-container .article-excerpt,
    .article-container .article-meta,
    .article-container .inline-planning-box { max-width: 100%; }
}
@media (max-width: 560px) {
    .section { padding: 3rem 0; }
    .hero-section { padding: 3.1rem 0; }
    .container, .narrow { width: min(calc(100% - 1.25rem), var(--container)); }
    .nav-inner { gap: 0.35rem; }
    .brand { max-width: 196px; margin-left: -0.35rem; }
    .brand-logo { height: 56px; max-width: 196px; }
    .nav-toggle { padding: 0.45rem; margin-right: 0.15rem; }
    .nav-toggle span { width: 30px; height: 3px; margin: 6px 0; }
    .page-loader-mark { width: 170px; height: 116px; }
    .loader-logo-shell { min-width: 128px; min-height: 72px; }
    .loader-logo { max-width: 130px; max-height: 58px; }
    .hero-trust, .card-topline, .meta-row, .footer-bottom { gap: 0.6rem; }
    .hero-trust { flex-direction: column; align-items: flex-start; }
    .btn { padding: 0.9rem 1.1rem; }
    .guide-search-shell { padding: 0.9rem; margin-bottom: 1.2rem; }
    .guide-search-copy h2 { font-size: 1.2rem; }
    .guide-search-copy p { font-size: 0.95rem; }
    .guide-search-form input { padding: 0.82rem 0.9rem; }
    .guide-search-form .btn { padding: 0.82rem 1rem; min-height: 44px; }
    .faq-question { padding: 1rem 1rem; }
    .faq-answer { padding: 0 1rem 1rem; }
    .article-shell { padding-top: 2rem; }
    .article-excerpt { font-size: 1.05rem; }
}
