@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/josefin-sans-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/josefin-sans-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --navy: #0e324a;
  --blue: #0e324a;
  --blue-2: #0e263a;
  --cta: #527586;
  --cta-hover: #3f6272;
  --cta-text: #ffffff;
  --ink: #0e263a;
  --muted: #666977;
  --paper: #ffffff;
  --soft: #f3f3f3;
  --line: #eeeeee;
  --card-tint: #edf2f4;
  --card-tint-alt: #f4f5f5;
  --nav-hover: #edf2f4;
  --nav-active: #527586;
  --nav-active-border: #0e324a;
  --nav-active-text: #ffffff;
  --danger: #b43a3a;
  --shadow: 0 22px 55px rgba(14, 50, 74, .13);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 14px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(238, 238, 238, .95);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; font-family: "Josefin Sans", "Inter", sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--blue-2)); box-shadow: 0 9px 22px rgba(14, 50, 74, .25); }
.brand-mark::after { content: ""; position: absolute; top: -3px; right: -3px; width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: var(--navy); }
.brand .dot { color: var(--navy); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { color: var(--blue-2); text-decoration: none; font-size: .9rem; font-weight: 750; }
.nav-item { position: relative; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; border-radius: 9px; transition: color .2s, background .2s, border-color .2s; }
.nav-parent, .nav-direct { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 10px; border-bottom: 2px solid transparent; border-radius: 9px; transition: color .2s, background .2s, border-color .2s; }
.nav-item:hover, .nav-item:focus-within, .nav-direct:hover, .nav-direct:focus-visible { color: var(--navy); background: var(--nav-hover); }
.nav-item.active-section, .nav-direct.active-page { color: var(--nav-active-text); border-bottom-color: var(--nav-active-border); background: var(--nav-active); }
.nav-item.active-section .nav-parent, .nav-item.active-section .submenu-toggle, .nav-direct.active-page { color: var(--nav-active-text); }
.submenu-toggle { width: 28px; height: 42px; display: grid; place-items: center; margin-left: -7px; padding: 0; border: 0; border-radius: 8px; color: var(--blue-2); background: transparent; font-size: 1rem; transition: color .2s, background .2s, transform .2s; }
.submenu-toggle:hover, .submenu-toggle:focus-visible { color: var(--navy); background: rgba(255,255,255,.65); outline: 2px solid var(--nav-active-border); outline-offset: -2px; }
.submenu-open .submenu-toggle { transform: rotate(180deg); }
.submenu { position: absolute; z-index: 60; top: calc(100% + 10px); left: 0; min-width: 310px; display: grid; gap: 3px; margin: 0; padding: 10px; border: 1px solid rgba(14, 50, 74, .13); border-radius: 14px; list-style: none; background: #fff; box-shadow: 0 18px 42px rgba(14, 50, 74, .16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .18s, visibility .18s, transform .18s; }
.submenu::before { content: ""; position: absolute; top: -11px; right: 0; left: 0; height: 11px; }
.submenu.wide { min-width: 550px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.submenu li { min-width: 0; }
.submenu.wide li { break-inside: avoid; }
.submenu .submenu-overview { grid-column: 1 / -1; margin-bottom: 4px; padding-bottom: 7px; border-bottom: 1px solid var(--line); }
.submenu a { display: block; padding: 9px 11px; border-radius: 8px; line-height: 1.35; }
.submenu a:hover, .submenu a:focus-visible { color: var(--navy); background: var(--nav-hover); outline: none; }
.submenu a.active-page { color: var(--nav-active-text); background: var(--nav-active); box-shadow: inset 3px 0 0 var(--nav-active-border); }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu, .has-submenu.submenu-open .submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-links .nav-cta { margin-left: 6px; padding: 11px 16px; border: 1px solid rgba(14, 50, 74, .1); border-radius: 9px; color: var(--cta-text); background: var(--cta); box-shadow: 0 3px 9px rgba(14, 50, 74, .1); }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { color: var(--cta-text); background: var(--cta-hover); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 125px) 0 90px;
  background: radial-gradient(circle at 6% 5%, rgba(14, 50, 74, .08), transparent 27rem), linear-gradient(180deg, #f5f5f5, #fff);
}
.hero::after { content: ""; position: absolute; top: -285px; right: -310px; width: 760px; height: 760px; border: 110px solid rgba(14, 50, 74, .07); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(34px, 5vw, 66px); }
.hero-intro { min-width: 0; }
.hero-visual-wide { width: 100%; min-width: 0; align-self: start; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-2); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--navy); }
h1, h2, h3 { color: var(--navy); font-family: "Josefin Sans", "Inter", sans-serif; font-weight: 700; }
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.35rem, 3.6vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
  hyphens: auto;
}
h1 span, .accent { color: var(--blue-2); }
.hero-copy { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.03rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; text-decoration: none; font-weight: 850; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--navy); box-shadow: 0 13px 26px rgba(14, 50, 74, .22); }
.button.primary:hover { background: var(--blue-2); }
.button.cta { border-color: rgba(14, 50, 74, .1); border-radius: 10px; color: var(--cta-text); background: var(--cta); box-shadow: 0 4px 10px rgba(14, 50, 74, .11); }
.button.cta:hover { background: var(--cta-hover); box-shadow: 0 5px 12px rgba(14, 50, 74, .13); transform: translateY(-1px); }
.button.cta:focus-visible, .nav-links .nav-cta:focus-visible { outline: 4px solid rgba(82, 117, 134, .38); outline-offset: 3px; }
.button.accent { color: var(--navy); background: #eeeeee; box-shadow: 0 13px 26px rgba(14, 50, 74, .08); }
.button.accent:hover { background: #f5f5f5; }
.button.ghost { color: var(--blue); border-color: var(--line); background: #fff; }
.button.ghost:hover { border-color: var(--blue-2); }
.mini-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 24px; color: var(--muted); font-size: .87rem; font-weight: 700; }
.mini-trust span::before { content: "✓"; margin-right: 7px; color: var(--navy); font-weight: 950; }

.hero-photo { position: relative; margin: 0; padding: 0 0 98px; }
.hero-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; border: 1px solid rgba(14, 50, 74, .1); border-radius: 28px; box-shadow: var(--shadow); }
.photo-score { position: absolute; left: 0; bottom: 0; min-width: 305px; display: grid; grid-template-columns: 68px 1fr; gap: 14px; align-items: center; padding: 14px 18px 14px 14px; border: 1px solid rgba(14, 50, 74, .12); border-radius: 20px; color: var(--navy); background: rgba(255, 255, 255, .96); box-shadow: 0 16px 36px rgba(14, 50, 74, .17); backdrop-filter: blur(12px); }
.photo-score-value { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 1.55rem; font-weight: 850; }
.photo-score strong, .photo-score small { display: block; }
.photo-score strong { font-size: .94rem; }
.photo-score small { margin-top: 4px; color: var(--muted); font-size: .7rem; font-weight: 650; }
.image-caption { position: absolute; top: 14px; right: 14px; padding: 5px 9px; border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(8, 25, 39, .7); font-size: .64rem; line-height: 1.2; }

.score-card { padding: 24px; border: 1px solid rgba(14, 50, 74, .13); border-radius: 28px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.score-top { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; }
.score-ring { position: relative; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--navy) 0 72%, #eeeeee 72%); }
.score-ring::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #fff; }
.score-ring strong { position: relative; z-index: 1; color: var(--navy); font-size: 1.85rem; }
.score-card h2 { margin: 5px 0; font-size: 1.42rem; line-height: 1.15; }
.score-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.bars { display: grid; gap: 11px; margin-top: 23px; }
.bar { display: grid; grid-template-columns: 120px 1fr 34px; gap: 9px; align-items: center; font-size: .76rem; }
.track { height: 9px; overflow: hidden; border-radius: 999px; background: #eeeeee; }
.fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy), var(--blue-2)); }

.page-hero { padding: 80px 0 65px; background: radial-gradient(circle at 88% 10%, rgba(14, 50, 74, .09), transparent 26rem), var(--soft); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(34px, 5vw, 66px); align-items: start; }
.page-hero-copy { min-width: 0; }
.page-hero-media { position: relative; margin: 0; align-self: start; }
.page-hero-media img { width: 100%; height: auto; object-fit: contain; object-position: center; border: 1px solid rgba(14, 50, 74, .1); border-radius: 26px; box-shadow: var(--shadow); }
.page-hero .hero-copy { max-width: 800px; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.section { padding: clamp(70px, 8vw, 110px) 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 780px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 3.55rem); line-height: 1.1; letter-spacing: -.025em; }
h3 { letter-spacing: -.012em; }
.section-head p { margin: 17px 0 0; color: var(--muted); font-size: 1.05rem; }
.lead { color: var(--muted); font-size: 1.08rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card { padding: 26px; border: 1px solid rgba(14, 50, 74, .12); border-radius: var(--radius); background: var(--card-tint); box-shadow: 0 12px 32px rgba(14, 50, 74, .06); }
.card:nth-child(even) { background: var(--card-tint-alt); }
.card h3 { margin: 15px 0 8px; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); }
.icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; color: var(--navy); background: rgba(14, 50, 74, .1); font-weight: 950; }
.card:nth-child(even) .icon { color: var(--blue-2); background: rgba(14, 50, 74, .16); }
.number { color: var(--navy); font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(14, 50, 74, .12); border-radius: 24px; background: var(--card-tint); box-shadow: 0 12px 32px rgba(14, 50, 74, .06); }
.price-card:nth-child(3n) { background: var(--card-tint-alt); }
.price-card.featured { border-color: var(--nav-active-border); box-shadow: 0 15px 35px rgba(14, 50, 74, .1); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 999px; color: var(--cta-text); background: var(--cta); font-size: .72rem; font-weight: 850; }
.price-label { color: var(--muted); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 10px 0 3px; font-size: 1.65rem; }
.price { margin-top: 12px; color: var(--navy); font-family: "Josefin Sans", "Inter", sans-serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; line-height: 1; }
.price span { font-family: "Inter", sans-serif; font-size: .88rem; font-weight: 750; }
.price-period { margin: 7px 0 22px; color: var(--muted); font-size: .88rem; }
.price-card .check-list { margin: 0 0 26px; }
.price-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: auto; }
.price-actions > a:not(.button) { color: var(--navy); text-underline-offset: 3px; font-size: .88rem; font-weight: 750; }
.price-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--nav-active-border); border-radius: 0 12px 12px 0; color: var(--muted); background: var(--soft); font-size: .9rem; }
.price-note strong { color: var(--navy); }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: rgba(14, 50, 74, .12); font-weight: 950; }
.check-list a { color: inherit; text-decoration-color: rgba(14, 50, 74, .3); text-underline-offset: 3px; }
.check-list a:hover, .check-list a:focus-visible { color: var(--navy); text-decoration-color: var(--navy); }
.related-section { padding: 0 0 52px; }
.related-links { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 18px 20px; border: 1px solid rgba(14, 50, 74, .11); border-radius: 16px; background: var(--soft); }
.related-links strong { margin-right: 5px; color: var(--navy); font-family: "Josefin Sans", "Inter", sans-serif; }
.related-links a { padding: 7px 11px; border: 1px solid rgba(14, 50, 74, .12); border-radius: 999px; color: var(--blue-2); background: #fff; text-decoration: none; font-size: .86rem; font-weight: 750; transition: color .2s, background .2s, border-color .2s; }
.related-links a:hover, .related-links a:focus-visible { color: var(--nav-active-text); border-color: var(--nav-active-border); background: var(--nav-active); outline: none; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.dark-panel { padding: 38px; overflow: hidden; border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--blue-2)); box-shadow: var(--shadow); }
.dark-panel h2, .dark-panel h3 { color: #fff; }
.dark-panel p { color: rgba(255,255,255,.78); }
.dark-panel .eyebrow { color: #eeeeee; }
.dark-panel .eyebrow::before { background: #eeeeee; }

.process { position: relative; display: grid; gap: 15px; }
.process-card { display: grid; grid-template-columns: 62px 1fr; gap: 16px; padding: 22px; border: 1px solid rgba(14, 50, 74, .12); border-radius: 20px; background: var(--card-tint); }
.process-card:nth-child(even) { background: var(--card-tint-alt); }
.process-card > strong { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: var(--navy); font-size: 1.1rem; }
.process-card h3 { margin: 0 0 4px; }
.process-card p { margin: 0; color: var(--muted); }
.process-card .hero-actions { margin-top: 14px; }

.form-shell { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label, fieldset legend { color: var(--navy); font-size: .87rem; font-weight: 850; }
input, textarea, select { width: 100%; border: 1px solid #dddddd; border-radius: 11px; padding: 12px 13px; color: var(--ink); background: #ffffff; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(14, 50, 74, .16); border-color: var(--navy); }
textarea { min-height: 120px; resize: vertical; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .82rem; }
.status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 11px; color: var(--navy); background: #eeeeee; font-weight: 750; }
.status.show { display: block; }
fieldset { margin: 0; padding: 0; border: 0; }
.question-list { display: grid; gap: 14px; }
.question { display: grid; grid-template-columns: 1fr 210px; gap: 18px; align-items: center; padding: 17px; border: 1px solid rgba(14, 50, 74, .12); border-radius: 14px; background: var(--card-tint); }
.question:nth-child(even) { background: var(--card-tint-alt); }
.question label { font-weight: 780; }
.score-result { display: none; margin-top: 22px; padding: 26px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue-2)); }
.score-result.show { display: block; }
.score-result strong { display: block; font-size: 2.4rem; }

.cta { padding: 62px 0; }
.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 38px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue-2)); box-shadow: var(--shadow); }
.cta-box h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.cta-box p { margin: 8px 0 0; color: rgba(255,255,255,.78); }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--navy); border-radius: 0 12px 12px 0; background: var(--soft); }
.legal { max-width: 850px; }
.legal h2 { margin-top: 42px; font-size: 1.6rem; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: var(--muted); }

.site-footer { padding: 55px 0 24px; color: #eeeeee; background: var(--navy); }
.site-footer .brand .dot { color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 45px; }
.site-footer h3 { margin: 0 0 14px; color: #fff; font-size: 1rem; }
.site-footer p { color: rgba(255,255,255,.72); }
.footer-links { display: grid; gap: 8px; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: #ffffff; }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: .82rem; }

@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-media { max-width: 820px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1050px) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 78px 0 auto; max-height: calc(100vh - 78px); display: none; gap: 5px; overflow-y: auto; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .nav-item { width: 100%; display: grid; grid-template-columns: 1fr 44px; border: 1px solid transparent; border-bottom-width: 2px; }
  .nav-parent, .nav-direct { width: 100%; min-height: 44px; padding: 9px 11px; }
  .submenu-toggle { width: 44px; height: 44px; margin: 0; }
  .submenu { position: static; min-width: 0; display: none; grid-column: 1 / -1; margin: 0 8px 8px; padding: 8px; border-radius: 10px; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .submenu::before { display: none; }
  .submenu.wide { min-width: 0; grid-template-columns: 1fr; }
  .has-submenu:hover .submenu, .has-submenu:focus-within .submenu { display: none; }
  .has-submenu.submenu-open .submenu { display: grid; }
  .nav-direct { border-bottom: 2px solid transparent; }
  .nav-links .nav-cta { width: 100%; margin: 4px 0 0; }
  .question { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 650px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .hero { padding: 58px 0; }
  .page-hero { padding: 56px 0 45px; }
  h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .grid-2, .grid-3, .grid-4, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .score-top { grid-template-columns: 1fr; }
  .hero-photo { padding-bottom: 88px; }
  .hero-photo img { border-radius: 20px; }
  .page-hero-media img { border-radius: 20px; }
  .photo-score { left: 12px; right: 12px; min-width: 0; grid-template-columns: 56px 1fr; padding: 12px; border-radius: 17px; }
  .photo-score-value { width: 56px; height: 56px; font-size: 1.3rem; }
  .bar { grid-template-columns: 105px 1fr 30px; }
  .copyright { display: grid; }
  .dark-panel, .form-shell, .cta-box { padding: 25px; }
  .related-links { align-items: stretch; }
  .related-links strong { width: 100%; }
}

@media print {
  .site-header, .site-footer, .cta, .hero-actions, .menu-button { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .page-hero { padding: 28px 0; }
  .card, .form-shell { box-shadow: none; }
}
