:root {
    --navy: #0b2a4a;
    --navy-dark: #071d32;
    --teal: #1f8e9b;
    --teal-bright: #25b8b2;
    --teal-soft: #e8f7f6;
    --blue-soft: #eef5fb;
    --bg: #f4f7fc;
    --surface: #ffffff;
    --text: #16283a;
    --muted: #587087;
    --line: #dbe5ee;
    --success: #16866c;
    --warning: #a66b12;
    --danger: #c94555;
    --radius: 10px;
    --shadow: 0 12px 35px rgba(16, 42, 67, .09);
    --shadow-lg: 0 24px 70px rgba(10, 40, 68, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: #137f89; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
::selection { color: #fff; background: var(--teal); }
.container { width: min(100% - 36px, 1200px); max-width: 1200px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1030; }
.navbar-neo { min-height: 76px; padding: 10px 0; border-bottom: 3px solid var(--teal); background: rgba(11, 42, 74, .98); box-shadow: 0 8px 26px rgba(4, 24, 42, .16); backdrop-filter: blur(14px); }
.navbar-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.brand-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.34); border-radius: 11px; background: linear-gradient(135deg, var(--teal-bright), #187896); box-shadow: 0 8px 22px rgba(31,142,155,.26); }
.brand-copy, .footer-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.025em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 500; }
.navbar-neo .nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 9px !important; color: rgba(255,255,255,.78) !important; border-radius: 6px; font-size: .78rem; font-weight: 600; text-decoration: none; }
.navbar-neo .nav-link:hover, .navbar-neo .nav-link.active, .navbar-neo .nav-link:focus { color: #fff !important; background: rgba(255,255,255,.1); }
.navbar-neo .nav-link i { color: #63cec8; }
.navbar-neo .register-link { color: #fff !important; border: 1px solid rgba(99,206,200,.42); }
.header-cta { display: inline-flex; align-items: center; gap: 7px; margin-left: 4px; padding: 9px 14px; color: #fff; border: 0; border-radius: 6px; background: var(--teal); box-shadow: 0 8px 20px rgba(31,142,155,.28); font-size: .78rem; font-weight: 700; text-decoration: none; }
.header-cta:hover { color: #fff; background: #16727d; transform: translateY(-1px); }
.navbar-toggler { border-color: rgba(255,255,255,.25); }
.dropdown-menu { min-width: 245px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-lg); }
.dropdown-item { display: flex; align-items: center; gap: 9px; padding: 9px 11px; color: var(--text); border-radius: 5px; font-size: .82rem; white-space: normal; }
.dropdown-item i { width: 17px; color: var(--teal); text-align: center; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--navy); background: var(--teal-soft); }
.query-menu { width: min(330px, calc(100vw - 28px)); }
.query-menu .dropdown-item { justify-content: space-between; }
.query-menu .dropdown-item span { padding: 1px 7px; color: var(--muted); border-radius: 999px; background: var(--blue-soft); font-size: .68rem; }

main { min-height: 55vh; }
.breadcrumbs { padding: 22px 0 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: #9aabb9; }
.breadcrumbs a { color: #477086; text-decoration: none; }

.page-hero { position: relative; overflow: hidden; padding: 54px 0 48px; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 84% 18%, rgba(37,184,178,.17), transparent 25rem), radial-gradient(circle at 5% 90%, rgba(48,117,168,.11), transparent 28rem), linear-gradient(180deg, #f8fbfd, #f2f7fb); }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .28; background-image: radial-gradient(rgba(31,142,155,.2) .7px, transparent .7px); background-size: 26px 26px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; color: #116f77; border: 1px solid #c8e7e4; border-radius: 999px; background: rgba(232,247,246,.9); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.page-hero h1 { max-width: 820px; margin: 16px 0 18px; color: var(--navy); font-size: clamp(2rem, 4.7vw, 3.75rem); line-height: 1.08; letter-spacing: -.055em; }
.page-hero h1 span { color: var(--teal); }
.hero-lead { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn-primary-med, .btn-secondary-med { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 19px; border: 1px solid transparent; border-radius: 7px; font-size: .9rem; font-weight: 750; text-decoration: none; transition: .2s ease; }
.btn-primary-med { color: #fff; background: var(--navy); box-shadow: 0 11px 28px rgba(11,42,74,.2); }
.btn-primary-med:hover { color: #fff; background: var(--teal); transform: translateY(-2px); }
.btn-secondary-med { color: var(--navy); border-color: #c8d8e4; background: #fff; }
.btn-secondary-med:hover { color: var(--teal); border-color: var(--teal); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 23px 0 0; padding: 0; list-style: none; color: #3f5f75; font-size: .8rem; font-weight: 600; }
.trust-list i { color: var(--teal); }
.hero-panel { padding: 26px; border: 1px solid rgba(206,223,234,.95); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); }
.hero-panel h2 { margin: 0 0 7px; color: var(--navy); font-size: 1.18rem; }
.hero-panel > p { margin: 0 0 18px; color: var(--muted); font-size: .86rem; }
.mini-steps { display: grid; gap: 10px; }
.mini-step { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 11px; border: 1px solid #e2ebf1; border-radius: 8px; background: #f8fbfd; }
.mini-step > span { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border-radius: 8px; background: var(--teal); font-weight: 800; }
.mini-step strong { display: block; color: var(--navy); font-size: .84rem; }
.mini-step small { display: block; margin-top: 1px; color: var(--muted); font-size: .73rem; }

.section { padding: 68px 0; }
.section-white { background: var(--surface); }
.section-soft { background: #eef4f9; }
.section-heading { max-width: 770px; margin: 0 auto 36px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 12px 0 10px; color: var(--navy); font-size: clamp(1.65rem, 3.2vw, 2.45rem); line-height: 1.18; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 24px rgba(16,42,67,.05); }
.feature-card:hover { border-color: #b9deda; box-shadow: var(--shadow); transform: translateY(-2px); }
.feature-icon { display: grid; width: 46px; height: 46px; margin-bottom: 16px; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(135deg, var(--teal-bright), #177f9f); box-shadow: 0 9px 22px rgba(31,142,155,.22); }
.feature-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; align-items: start; }
.content-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.content-card h2, .content-card h3 { color: var(--navy); }
.content-card p:last-child { margin-bottom: 0; }
.check-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; color: var(--muted); }
.check-list i { margin-top: 5px; color: var(--success); }
.notice { display: flex; gap: 14px; padding: 18px; border: 1px solid #f0d7a7; border-left: 4px solid #d99a2b; border-radius: 8px; color: #70521f; background: #fffaf0; font-size: .86rem; }
.notice.danger { border-color: #efc8ce; border-left-color: var(--danger); color: #7b303a; background: #fff7f8; }
.notice.info { border-color: #cfe3ee; border-left-color: #2b83a6; color: #315f74; background: #f4fafe; }
.notice i { margin-top: 4px; }

.analyzer-shell { padding: 30px; border: 1px solid #cbdde8; border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg); }
.analyzer-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.analyzer-head h2 { margin: 0 0 4px; color: var(--navy); font-size: 1.35rem; }
.analyzer-head p { margin: 0; color: var(--muted); font-size: .84rem; }
.free-pill { align-self: flex-start; padding: 5px 9px; color: #106e5c; border-radius: 999px; background: #e7f7f1; font-size: .72rem; font-weight: 750; white-space: nowrap; }
.upload-zone { padding: 34px 20px; border: 2px dashed #a9c7d7; border-radius: 10px; background: #f7fbfd; text-align: center; cursor: pointer; transition: .2s ease; }
.upload-zone:hover, .upload-zone.dragover { border-color: var(--teal); background: var(--teal-soft); }
.upload-zone i { color: var(--teal); font-size: 2.3rem; }
.upload-zone strong { display: block; margin-top: 10px; color: var(--navy); }
.upload-zone small { display: block; margin-top: 4px; color: var(--muted); }
.analyzer-options { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 16px; }
.field label { display: block; margin-bottom: 5px; color: #38566d; font-size: .76rem; font-weight: 700; }
.field select, .field input { width: 100%; min-height: 44px; padding: 9px 11px; color: var(--text); border: 1px solid #cad9e3; border-radius: 7px; background: #fff; }
.consent-box { display: grid; gap: 9px; margin-top: 16px; padding: 14px; border: 1px solid #dbe7ee; border-radius: 8px; background: #f8fbfd; }
.consent-box label { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; color: #4e687b; font-size: .74rem; }
.consent-box input { margin-top: 3px; accent-color: var(--teal); }
.analyze-submit { width: 100%; min-height: 48px; margin-top: 16px; color: #fff; border: 0; border-radius: 7px; background: var(--navy); font-weight: 800; }
.analyze-submit:hover:not(:disabled) { background: var(--teal); }
.analyze-submit:disabled { opacity: .48; cursor: not-allowed; }
.file-info { display: none; margin-top: 12px; padding: 9px 12px; color: #36586d; border-radius: 7px; background: var(--teal-soft); font-size: .78rem; }
.analyzer-loader, .analyzer-result { display: none; margin-top: 20px; }
.analyzer-loader { padding: 23px; color: var(--muted); text-align: center; }
.loader-ring { width: 34px; height: 34px; margin: 0 auto 10px; border: 3px solid #d8e8ec; border-top-color: var(--teal); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.result-summary { padding: 18px; border: 1px solid #c7e1dd; border-radius: 9px; background: #f2fbf9; }
.result-summary h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.result-list { display: grid; gap: 10px; margin-top: 12px; }
.result-row { padding: 14px; border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 7px; background: #fff; }
.result-row.high, .result-row.critical { border-left-color: var(--danger); }
.result-row.low { border-left-color: #d99a2b; }
.result-row-head { display: flex; justify-content: space-between; gap: 12px; }
.result-row h4 { margin: 0; color: var(--navy); font-size: .9rem; }
.status-pill { padding: 2px 8px; border-radius: 999px; background: var(--teal-soft); font-size: .68rem; font-weight: 750; white-space: nowrap; }
.result-row p { margin: 7px 0 0; color: var(--muted); font-size: .78rem; }

.steps-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step-card { position: relative; padding: 24px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(16,42,67,.05); }
.step-card::before { counter-increment: steps; content: counter(steps); display: grid; width: 38px; height: 38px; margin-bottom: 14px; place-items: center; color: #fff; border-radius: 9px; background: var(--teal); font-weight: 800; }
.step-card h3 { margin: 0 0 7px; color: var(--navy); font-size: .96rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .82rem; }

.faq-list { display: grid; gap: 10px; max-width: 940px; margin: 0 auto; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(16,42,67,.04); }
.faq-question { display: flex; width: 100%; justify-content: space-between; gap: 16px; padding: 17px 19px; color: var(--navy); border: 0; background: transparent; text-align: left; font-family: inherit; font-size: .9rem; font-weight: 750; cursor: pointer; }
.faq-question i { color: var(--teal); transition: transform .2s ease; }
.faq-question[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 19px 17px; color: var(--muted); font-size: .85rem; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.report-demo { overflow: hidden; border: 1px solid #cadbe5; border-radius: 13px; background: #fff; box-shadow: var(--shadow-lg); }
.report-demo-head { display: flex; justify-content: space-between; gap: 20px; padding: 24px; color: #fff; background: var(--navy); }
.report-demo-head h2 { margin: 0; font-size: 1.1rem; }
.report-demo-head span { color: #a9dad8; font-size: .76rem; }
.report-demo-body { padding: 24px; }
.report-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.report-stat { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #f7fafc; }
.report-stat strong { display: block; color: var(--navy); font-size: 1.35rem; }
.report-stat small { color: var(--muted); }
.report-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.report-table th, .report-table td { padding: 11px; border-bottom: 1px solid var(--line); text-align: left; }
.report-table th { color: #415f74; background: #f5f8fa; }

.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.article-card { display: flex; height: 100%; flex-direction: column; padding: 22px; color: inherit; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 7px 22px rgba(16,42,67,.05); text-decoration: none; }
.article-card:hover { color: inherit; border-color: #b4dad7; box-shadow: var(--shadow); transform: translateY(-2px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .7rem; }
.article-card h2, .article-card h3 { margin: 13px 0 9px; color: var(--navy); font-size: 1.04rem; line-height: 1.35; }
.article-card p { margin: 0 0 16px; color: var(--muted); font-size: .82rem; }
.article-card .read-more { margin-top: auto; color: var(--teal); font-size: .78rem; font-weight: 750; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 16px; }
.sidebar-card { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.sidebar-card h2, .sidebar-card h3 { margin: 0 0 12px; color: var(--navy); font-size: .95rem; }
.sidebar-links { display: grid; gap: 8px; }
.sidebar-links a { padding: 9px 10px; color: #49677b; border-radius: 6px; background: #f5f9fb; font-size: .78rem; text-decoration: none; }
.sidebar-links a:hover { color: var(--navy); background: var(--teal-soft); }
.article-body { padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.article-body .article-intro { color: #38596f; font-size: 1.05rem; }
.article-body h2 { margin: 34px 0 12px; color: var(--navy); font-size: 1.38rem; letter-spacing: -.025em; }
.article-body p { color: #425e72; }
.article-body .notice { margin-top: 30px; }

.query-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.query-link { display: flex; justify-content: space-between; gap: 14px; padding: 15px 16px; color: var(--navy); border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: .84rem; font-weight: 650; text-decoration: none; }
.query-link:hover { color: var(--teal); border-color: #b4dad7; }
.query-link span { align-self: center; padding: 2px 8px; color: var(--muted); border-radius: 999px; background: var(--blue-soft); font-size: .68rem; }
.query-link .query-label { padding: 0; color: inherit; border-radius: 0; background: none; font-size: inherit; }

.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
.legal-nav { position: sticky; top: 100px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.legal-nav strong { display: block; margin-bottom: 10px; color: var(--navy); }
.legal-nav a { display: block; padding: 7px 8px; color: #506c80; border-radius: 5px; font-size: .76rem; text-decoration: none; }
.legal-nav a:hover { color: var(--navy); background: var(--teal-soft); }
.legal-content { padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.legal-content h1 { margin-top: 0; color: var(--navy); font-size: clamp(1.7rem, 3.3vw, 2.5rem); }
.legal-content h2 { margin: 34px 0 12px; color: var(--navy); font-size: 1.3rem; }
.legal-content h3 { margin: 24px 0 10px; color: #24465f; font-size: 1rem; }
.legal-content p, .legal-content li { color: #496477; font-size: .88rem; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.legal-content th, .legal-content td { padding: 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { color: var(--navy); background: #f3f8fa; }
.legal-meta { display: inline-flex; margin-bottom: 20px; padding: 5px 9px; color: var(--muted); border-radius: 999px; background: var(--blue-soft); font-size: .7rem; }

.dashboard-shell { display: grid; grid-template-columns: 250px 1fr; gap: 22px; padding: 34px 0 70px; }
.account-sidebar { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 7px 22px rgba(16,42,67,.05); }
.account-sidebar nav { display: grid; gap: 6px; margin-top: 16px; }
.account-sidebar nav a { padding: 10px 12px; color: #4b687c; border-radius: 6px; text-decoration: none; }
.account-sidebar nav a.active, .account-sidebar nav a:hover { color: var(--navy); background: var(--teal-soft); }
.dashboard-content { min-width: 0; }
.dashboard-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 20px; }
.dashboard-head h1 { margin: 0; color: var(--navy); font-size: 1.8rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.stat-card { padding: 17px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.stat-card strong { display: block; color: var(--navy); font-size: 1.45rem; }
.stat-card small { color: var(--muted); }
.history-list { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.history-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 120px; gap: 14px; align-items: center; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.history-row:last-child { border-bottom: 0; }
.history-row strong { display: block; overflow: hidden; color: var(--navy); text-overflow: ellipsis; white-space: nowrap; }
.history-row small { color: var(--muted); }

.site-footer { color: rgba(255,255,255,.75); background: var(--navy-dark); }
.footer-cta { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cta > div { display: flex; gap: 13px; align-items: center; }
.footer-cta-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: #fff; border-radius: 9px; background: var(--teal); }
.footer-cta strong, .footer-cta small { display: block; }
.footer-cta strong { color: #fff; }
.footer-cta small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: .77rem; }
.footer-cta > a { padding: 10px 15px; color: #fff; border-radius: 6px; background: var(--teal); font-size: .8rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 38px; padding: 42px 0; }
.footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.footer-brand strong { font-size: .95rem; }
.footer-brand small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: .62rem; }
.footer-about p, .footer-note p { max-width: 380px; margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.trust-row span { padding: 4px 7px; color: #a9d9d6; border: 1px solid rgba(99,206,200,.18); border-radius: 5px; font-size: .66rem; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links strong, .footer-note strong { margin-bottom: 3px; color: #fff; font-size: .8rem; }
.footer-links a { color: rgba(255,255,255,.58); font-size: .75rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 19px 0 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.footer-bottom a { color: rgba(255,255,255,.55); text-decoration: none; }

@media (max-width: 1199px) {
    .navbar-collapse { padding: 13px 0 4px; }
    .navbar-neo .nav-link { padding: 9px 10px !important; }
    .header-cta { margin: 8px 0 3px; }
    .dropdown-menu { box-shadow: none; }
}

@media (max-width: 920px) {
    .page-hero-grid, .blog-layout, .legal-layout, .dashboard-shell { grid-template-columns: 1fr; }
    .hero-panel { max-width: 620px; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-timeline { grid-template-columns: repeat(2, 1fr); }
    .sidebar, .legal-nav { position: static; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1200px); }
    .brand-copy small { display: none; }
    .page-hero { padding: 36px 0; }
    .page-hero-grid { gap: 28px; }
    .page-hero h1 { font-size: 2.05rem; }
    .section { padding: 50px 0; }
    .card-grid, .two-column, .article-grid, .query-list, .steps-timeline, .analyzer-options, .report-stat-grid { grid-template-columns: 1fr; }
    .analyzer-shell, .hero-panel, .content-card, .article-body, .legal-content { padding: 20px; }
    .analyzer-head, .dashboard-head, .footer-cta, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom nav { justify-content: flex-start; }
    .history-row { grid-template-columns: 1fr; }
    .report-demo-body { padding: 16px; overflow-x: auto; }
    .report-table { min-width: 560px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ============================================================
   ЕДИНЫЙ ВИЗУАЛЬНЫЙ СЛОЙ — ТОЧНО ПО ДИЗАЙНУ ГЛАВНОЙ
   ============================================================ */
:root {
    --bg: #f4f8fb;
    --surface: rgba(255, 255, 255, .94);
    --card: rgba(255, 255, 255, .94);
    --navy: #102a43;
    --navy-dark: #081c2c;
    --teal: #17a6a1;
    --teal-bright: #25c4ba;
    --teal-soft: #e6f8f6;
    --blue-soft: #eaf2ff;
    --text: #102a43;
    --muted: #61758a;
    --line: #dce8ef;
    --success: #16866c;
    --warning: #d58922;
    --danger: #d94f5c;
    --radius: 20px;
    --shadow: 0 12px 36px rgba(20, 55, 78, .08);
    --shadow-lg: 0 24px 70px rgba(20, 55, 78, .14);
    --transition: 220ms cubic-bezier(.2, .7, .3, 1);
}

html { scroll-padding-top: 96px; }
body {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 7% 4%, rgba(37, 196, 186, .11), transparent 24rem),
        radial-gradient(circle at 93% 12%, rgba(65, 133, 224, .10), transparent 27rem),
        linear-gradient(180deg, #f7fbfd 0%, #f3f8fb 42%, #f7fafc 100%);
    color: var(--text);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
    background-image: radial-gradient(rgba(23, 166, 161, .16) .7px, transparent .7px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, #000, transparent 52%);
}
main { flex: 1; }
.container { width: min(100% - 36px, 1240px); max-width: 1240px; }

/* Шапка */
.navbar-neo {
    min-height: 76px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(207, 224, 234, .82);
    background: rgba(255, 255, 255, .91) !important;
    box-shadow: 0 10px 34px rgba(20, 55, 78, .08);
    backdrop-filter: blur(18px) saturate(140%);
}
.navbar-neo .navbar-brand { display: flex; gap: 12px; color: var(--navy); font-size: 1.22rem; font-weight: 800; letter-spacing: -.035em; }
.navbar-neo .navbar-brand > i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--teal-bright), #1788ac);
    box-shadow: 0 8px 22px rgba(23, 166, 161, .34);
    font-size: 1.14rem;
}
.navbar-brand-copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.navbar-brand-title { color: var(--navy); font-size: 1.02rem; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.navbar-brand-subtitle { margin-top: 5px; color: #7890a3; font-size: .58rem; font-weight: 550; letter-spacing: .025em; white-space: nowrap; }
.navbar-neo .nav-link { display: flex; align-items: center; gap: 7px; padding: 9px 11px !important; color: #526a7d !important; border-radius: 12px; font-size: .86rem; font-weight: 600; }
.navbar-neo .nav-link:hover, .navbar-neo .nav-link.active, .navbar-neo .nav-link:focus { color: #0c827e !important; background: var(--teal-soft); }
.navbar-neo .nav-link i { color: #179b97; }
.navbar-neo .nav-link-register { color: #176b87 !important; border: 1px solid #d5e3eb; background: #f8fbfc; }
.navbar-toggler { padding: 8px 10px; border: 1px solid #d7e5ed !important; border-radius: 11px; background: #f5f9fb; box-shadow: 0 5px 14px rgba(20, 55, 78, .07); }
.navbar-toggler-icon { background-image: var(--bs-navbar-toggler-icon-bg); filter: none; }
.navbar-neo .dropdown-menu { min-width: 245px; margin-top: 12px; padding: 9px; border: 1px solid rgba(220, 232, 239, .9); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: 0 24px 70px rgba(8, 28, 44, .18); }
.navbar-neo .dropdown-item { padding: 10px 12px; border-radius: 10px; font-weight: 550; }
.navbar-neo .dropdown-item:hover { color: var(--navy); background: var(--teal-soft); transform: translateX(2px); }
.query-menu .dropdown-item span { color: #176b87; background: var(--blue-soft); }
.nav-item-cta { margin-left: 5px; }
.header-analyze-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: linear-gradient(135deg, #1ab8ae, #1682a2); box-shadow: 0 9px 24px rgba(23,166,161,.26); font-size: .78rem; font-weight: 750; white-space: nowrap; }
.header-analyze-btn:hover { color: #fff; filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 13px 28px rgba(23,166,161,.35); }

/* Внутренние hero-блоки */
.breadcrumbs { padding-top: 25px; }
.breadcrumbs ol { gap: 8px; color: #7890a3; font-size: .75rem; }
.breadcrumbs a { color: #587486; }
.page-hero { overflow: visible; padding: clamp(48px, 6vw, 82px) 0 58px; }
.page-hero::before { inset: -25px 0 0; background: radial-gradient(circle at 84% 18%, rgba(37,196,186,.14), transparent 25rem), radial-gradient(circle at 5% 90%, rgba(48,117,168,.09), transparent 28rem), linear-gradient(180deg, rgba(248,251,253,.35), rgba(242,247,251,.12)); }
.page-hero::after { opacity: .20; background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.page-hero-grid { gap: clamp(36px, 5vw, 68px); }
.eyebrow { gap: 6px; padding: 8px 13px; color: #087b78; border-color: rgba(23,166,161,.19); border-radius: 999px; background: rgba(230,248,246,.82); box-shadow: 0 7px 22px rgba(23,166,161,.08); font-size: .72rem; font-weight: 800; }
.page-hero h1 { margin: 19px 0 21px; color: var(--navy-dark); font-size: clamp(2.55rem, 4.5vw, 4.1rem); font-weight: 800; line-height: 1.04; letter-spacing: -.062em; }
.page-hero h1 span { color: transparent; background: linear-gradient(100deg, #139d98, #16799f 70%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { color: var(--muted); font-size: 1.04rem; line-height: 1.78; }
.trust-list { gap: 10px; }
.trust-list li { padding: 7px 11px; color: #536a7d; border: 1px solid rgba(207,224,234,.82); border-radius: 12px; background: rgba(255,255,255,.72); box-shadow: 0 7px 18px rgba(20,55,78,.04); font-size: .75rem; }
.btn-primary-med { min-height: 50px; padding: 12px 20px; color: #fff; border: 0; border-radius: 14px; background: linear-gradient(135deg, #19b4aa, #177f9f); box-shadow: 0 10px 24px rgba(23,166,161,.22); }
.btn-primary-med:hover { background: linear-gradient(135deg, #19b4aa, #177f9f); box-shadow: 0 16px 34px rgba(23,166,161,.30); }
.btn-secondary-med { min-height: 50px; padding: 12px 20px; color: #176b87; border-color: #cfe0ea; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 6px 18px rgba(20,55,78,.07); }
.hero-panel { padding: 27px; border: 1px solid rgba(255,255,255,.88); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 28px 80px rgba(20,55,78,.13), inset 0 1px 0 #fff; backdrop-filter: blur(20px); }
.hero-panel h2 { color: var(--navy); letter-spacing: -.03em; }
.mini-step { padding: 13px; border-color: var(--line); border-radius: 14px; background: rgba(248,251,253,.9); }
.mini-step > span { border-radius: 12px; background: linear-gradient(145deg, var(--teal-bright), #1785a3); box-shadow: 0 8px 18px rgba(23,166,161,.18); }

/* Секции и карточки */
.section { padding: 72px 0; }
.section-white { background: rgba(255,255,255,.48); }
.section-soft { background: rgba(232,241,247,.58); }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { color: var(--navy-dark); font-size: clamp(1.9rem, 3.2vw, 2.85rem); font-weight: 800; letter-spacing: -.05em; }
.section-heading p { color: var(--muted); line-height: 1.75; }
.feature-card, .content-card, .step-card, .article-card, .sidebar-card, .article-body, .query-link, .legal-nav, .legal-content, .account-sidebar, .stat-card, .history-list {
    border-color: rgba(215,229,237,.9);
    border-radius: 20px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 10px 30px rgba(20,55,78,.055);
    backdrop-filter: blur(8px);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.feature-card:hover, .article-card:hover, .query-link:hover, .step-card:hover { border-color: rgba(23,166,161,.30); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.feature-card { padding: 25px; }
.feature-icon { width: 52px; height: 52px; border: 1px solid rgba(23,166,161,.12); border-radius: 16px; background: linear-gradient(145deg, #e5f9f7, #edf4ff); box-shadow: 0 8px 18px rgba(23,166,161,.08); color: #118b88; }
.feature-card h3, .step-card h3, .content-card h2, .content-card h3 { color: var(--navy); }
.step-card { border-radius: 20px; }
.step-card::before { color: #0e837f; border: 1px solid rgba(23,166,161,.18); border-radius: 12px; background: var(--teal-soft); }
.notice { border-radius: 14px; }
.faq-item { border-color: rgba(215,229,237,.95); border-radius: 17px; background: rgba(255,255,255,.90); box-shadow: 0 8px 24px rgba(20,55,78,.05); }
.faq-item:hover { border-color: rgba(23,166,161,.30); box-shadow: 0 13px 30px rgba(20,55,78,.09); }
.faq-question { min-height: 62px; padding: 16px 20px; color: var(--navy); font-size: .94rem; }
.faq-question:hover { background: rgba(230,248,246,.55); }
.article-card, .sidebar-card, .article-body { border-radius: 20px; }
.article-card { padding: 24px; }
.article-meta, .article-card p, .article-body p { color: var(--muted); }
.sidebar-links a { border-radius: 11px; background: #f6fafc; }
.query-link { padding: 17px 18px; border-radius: 14px; }
.legal-nav { border-radius: 18px; }
.legal-content { border-radius: 22px; }
.legal-content h1 { color: var(--navy-dark); font-weight: 800; letter-spacing: -.045em; }
.legal-content h2 { color: var(--navy); }
.report-demo { border-color: rgba(215,229,237,.9); border-radius: 24px; box-shadow: var(--shadow-lg); }
.report-demo-head { padding: 25px; background: linear-gradient(135deg, #102a43, #176b87); }
.report-stat { border-radius: 13px; }
.account-sidebar, .history-list { border-radius: 18px; }
.stat-card { border-radius: 15px; }

/* Форма проверки — тот же блок, что на главной */
.analyzer-widget { width: 100%; }
.analyzer-shell.hero-form-card { position: relative; padding: 27px; border: 1px solid rgba(255,255,255,.88); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 28px 80px rgba(20,55,78,.15), inset 0 1px 0 #fff; backdrop-filter: blur(20px); transition: transform var(--transition), box-shadow var(--transition); }
.analyzer-shell.hero-form-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(37,196,186,.32), rgba(255,255,255,.1), rgba(65,133,224,.18)); }
.analyzer-shell.hero-form-card:hover { transform: translateY(-4px); box-shadow: 0 34px 90px rgba(20,55,78,.18), inset 0 1px 0 #fff; }
.analyzer-head { align-items: flex-start; margin-bottom: 18px; }
.analyzer-head h2 { margin: 8px 0 4px; color: var(--navy); font-size: 1.35rem; font-weight: 800; letter-spacing: -.035em; }
.analyzer-head p { color: var(--muted); }
.analyzer-kicker { display: inline-flex; align-items: center; gap: 6px; color: #0e837f; font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.free-pill { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; color: #0e837f; border: 1px solid rgba(23,166,161,.15); background: var(--teal-soft); }
.upload-zone-neo { padding: 34px 22px; border: 1.5px dashed #b9d8df; border-radius: 20px; background: linear-gradient(135deg, rgba(230,248,246,.80), rgba(234,242,255,.60)), #f7fbfd; transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.upload-zone-neo:hover, .upload-zone-neo.dragover { border-color: var(--teal); background: linear-gradient(135deg, #e2f8f5, #e8f2ff); box-shadow: inset 0 0 0 1px rgba(23,166,161,.06), 0 16px 30px rgba(23,166,161,.10); transform: translateY(-2px); }
.upload-zone-neo > i { display: grid; width: 68px; height: 68px; margin: 0 auto 14px; place-items: center; color: #fff; border-radius: 22px; background: linear-gradient(145deg, var(--teal-bright), #1686a6); box-shadow: 0 15px 32px rgba(23,166,161,.25); font-size: 1.65rem; }
.upload-zone-neo h5 { margin: 0 0 4px; color: var(--navy); font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
.upload-zone-neo p { margin: 0; color: var(--muted); font-size: .79rem; }
.upload-select { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; padding: 9px 16px; color: #176b87; border: 1px solid #c9dce7; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 6px 16px rgba(20,55,78,.06); font-size: .84rem; font-weight: 700; }
.file-info { padding: 10px 13px; color: #176b87; border: 1px solid #cde7e5; border-radius: 12px; background: var(--teal-soft); }
.analyzer-options { gap: 14px; }
.field label, .gender-field legend { margin: 0 0 7px; color: #526a7d; font-size: .75rem; font-weight: 700; }
.gender-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.gender-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gender-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.gender-options label, .field input { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 6px; padding: 9px 11px; color: #526a7d; border: 1px solid #d4e2ea; border-radius: 12px; background: #f7fafc; font-size: .82rem; cursor: pointer; }
.field input { width: 100%; justify-content: flex-start; cursor: text; }
.gender-options input:checked + label { color: #fff; border-color: var(--teal); background: linear-gradient(135deg, #19b4aa, #1783a1); box-shadow: 0 8px 18px rgba(23,166,161,.22); }
.field input:focus { outline: 0; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(23,166,161,.11); }
.consent-box { padding: 14px 15px; border-color: #dbe5ee; border-radius: 12px; background: #f7fafc; }
.consent-box label { color: var(--muted); font-size: .72rem; line-height: 1.48; }
.analyze-submit.btn-analyze-neo { min-height: 54px; border-radius: 16px; background: linear-gradient(135deg, #19b4aa, #177f9f); box-shadow: 0 10px 24px rgba(23,166,161,.20); font-size: .9rem; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); }
.analyze-submit.btn-analyze-neo:hover:not(:disabled) { background: linear-gradient(135deg, #19b4aa, #177f9f); filter: brightness(1.04); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(23,166,161,.30); }
.analyze-submit.btn-analyze-neo:disabled { color: #8193a4; background: #e4edf2; box-shadow: none; opacity: 1; }
.loader-neo { margin: 26px 0; padding: 42px 24px; color: var(--muted); border: 1px solid rgba(215,229,237,.9); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.loader-ring { width: 42px; height: 42px; border-width: 4px; border-top-color: var(--teal); }
.loader-track { display: block; overflow: hidden; max-width: 300px; height: 4px; margin: 17px auto 0; border-radius: 999px; background: #e5eef2; }
.loader-track span { display: block; width: 45%; height: 100%; border-radius: inherit; background: var(--teal); animation: loaderMove 1.2s ease-in-out infinite; }
@keyframes loaderMove { 0% { transform: translateX(-110%); } 100% { transform: translateX(260%); } }

/* Подвал */
.footer-neo { margin-top: 78px; padding: 0 0 24px; border-top: 1px solid var(--line); background: radial-gradient(circle at 12% 8%, rgba(37,196,186,.08), transparent 23rem), radial-gradient(circle at 88% 18%, rgba(65,133,224,.06), transparent 24rem), rgba(255,255,255,.96); box-shadow: 0 -14px 44px rgba(20,55,78,.055); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px; border: 1px solid #cce7e5; border-top: 0; border-radius: 0 0 22px 22px; background: linear-gradient(120deg, #e8f9f7, #eef5ff); box-shadow: 0 14px 38px rgba(20,55,78,.075); }
.footer-cta-copy { display: flex; align-items: center; gap: 16px; }
.footer-cta-icon { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: linear-gradient(145deg, var(--teal-bright), #1785a3); box-shadow: 0 12px 26px rgba(23,166,161,.24); }
.footer-cta h3 { margin: 0 0 4px; color: var(--navy); font-size: 1.12rem; font-weight: 750; letter-spacing: -.025em; }
.footer-cta p { margin: 0; color: var(--muted); font-size: .78rem; }
.footer-cta-button { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 11px 16px; color: #fff; border-radius: 12px; background: linear-gradient(135deg, #19b4aa, #1682a2); box-shadow: 0 10px 24px rgba(23,166,161,.24); font-size: .79rem; font-weight: 750; text-decoration: none; }
.footer-cta-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,166,161,.32); }
.footer-main { display: grid; grid-template-columns: minmax(280px,1.65fr) repeat(2,minmax(130px,.72fr)) minmax(210px,1fr); gap: clamp(28px,4vw,58px); padding: 44px 0 34px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.footer-brand-icon { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; color: #fff; border-radius: 14px; background: linear-gradient(145deg, var(--teal-bright), #1785a3); }
.footer-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.footer-brand strong { color: var(--navy); font-size: .96rem; }
.footer-brand small { margin-top: 4px; color: #7890a3; font-size: .61rem; }
.footer-about > p { max-width: 370px; margin: 17px 0; color: var(--muted); font-size: .78rem; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-trust span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #536d80; border: 1px solid #d6e5ec; border-radius: 9px; background: #f6fafc; font-size: .66rem; }
.footer-trust i { color: var(--teal); }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-column h6 { margin: 2px 0 6px; color: var(--navy); font-size: .69rem; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.footer-column a { color: #687f91; font-size: .75rem; text-decoration: none; }
.footer-column a:hover { color: #0c827e; transform: translateX(2px); }
.footer-column-info p { margin: 0; padding: 13px; color: #60778a; border: 1px solid #d8e6ed; border-radius: 12px; background: #f7fafc; font-size: .72rem; }
.footer-column-info i { color: var(--teal); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 0; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: #8194a4; font-size: .68rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-legal a { color: #71889a; font-size: .68rem; text-decoration: none; }
.footer-legal a:hover { color: #0c827e; }

@media (max-width: 1199px) {
    .navbar-neo .nav-link { padding-inline: 8px !important; font-size: .8rem; }
    .navbar-brand-subtitle { display: none; }
    .header-analyze-btn span { display: none; }
    .footer-main { grid-template-columns: 1.4fr repeat(2,.7fr) 1fr; gap: 28px; }
}
@media (max-width: 991.98px) {
    .navbar-collapse { margin-top: 12px; padding: 12px; border: 1px solid #d8e6ee; border-radius: 16px; background: rgba(248,251,252,.96); box-shadow: 0 15px 38px rgba(20,55,78,.10); }
    .navbar-nav { align-items: stretch !important; }
    .nav-item-cta { margin: 7px 0 0; }
    .header-analyze-btn { justify-content: center; width: 100%; }
    .header-analyze-btn span { display: inline; }
    .navbar-neo .dropdown-menu { margin-top: 5px; box-shadow: none; }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-column-info { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .container { width: min(100% - 24px,1240px); }
    .page-hero { padding: 42px 0 34px; }
    .page-hero h1 { font-size: clamp(2.15rem,10vw,3.05rem); }
    .analyzer-shell.hero-form-card { padding: 18px; border-radius: 23px; }
    .upload-zone-neo { padding: 28px 15px; border-radius: 17px; }
    .footer-neo { margin-top: 58px; }
    .footer-cta { align-items: stretch; flex-direction: column; }
    .footer-cta-button { justify-content: center; }
    .footer-main { grid-template-columns: 1fr 1fr; text-align: left; }
    .footer-about, .footer-column-info { grid-column: 1 / -1; }
    .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
    .footer-legal { justify-content: center; }
}
@media (max-width: 520px) {
    .navbar-neo .navbar-brand > i { width: 38px; height: 38px; flex-basis: 38px; }
    .analyzer-head { flex-direction: column; }
    .analyzer-options { grid-template-columns: 1fr; }
    .footer-cta { padding: 20px; }
    .footer-cta-copy { align-items: flex-start; }
    .footer-main { grid-template-columns: 1fr; padding: 36px 2px 28px; }
    .footer-about, .footer-column-info { grid-column: auto; }
    .footer-column { align-items: center; text-align: center; }
    .footer-about { text-align: center; }
    .footer-brand { justify-content: center; }
    .footer-about > p { margin-inline: auto; }
    .footer-trust { justify-content: center; }
}
