:root {
  --navy: #010305;
  --navy-soft: #071321;
  --graphite: #202837;
  --graphite-2: #2c3647;
  --gold: #fbd300;
  --gold-deep: #dea300;
  --silver: #f2f2f1;
  --silver-mid: #cbcbcb;
  --paper: #f6f7f8;
  --white: #ffffff;
  --ink: #111927;
  --muted: #5c6675;
  --line: #dfe3e8;
  --success: #19a974;
  --danger: #b42318;
  --shadow-sm: 0 12px 30px rgba(1, 3, 5, 0.08);
  --shadow-lg: 0 30px 80px rgba(1, 3, 5, 0.24);
  --radius-sm: 6px;
  --radius: 14px;
  --container: 1240px;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
address { font-style: normal; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: var(--display); font-stretch: condensed; letter-spacing: -0.035em; line-height: 1.06; }
h1 { font-size: clamp(2.65rem, 5.8vw, 5.8rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.4rem); }
h3 { font-size: 1.35rem; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-180%); padding: 12px 18px; border-radius: 4px; background: var(--gold); color: var(--navy); font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding-block: clamp(76px, 8vw, 128px); }
.section-dark { background: var(--navy-soft); color: var(--white); }
.section-soft { background: var(--paper); }
.section-gold { background: linear-gradient(135deg, var(--gold-deep), var(--gold) 62%, #ffe45e); color: var(--navy); }

.utility-bar { position: relative; z-index: 30; background: var(--gold); color: var(--navy); font-size: 0.75rem; font-weight: 800; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; display: flex; align-items: center; }
.utility-inner > div { display: flex; gap: 22px; white-space: nowrap; }
.utility-inner a { border-bottom: 1px solid transparent; }
.utility-inner a:hover { border-color: currentColor; }
.status-dot { width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: #087a4c; box-shadow: 0 0 0 5px rgba(8, 122, 76, 0.13); }

.site-header { position: sticky; z-index: 25; top: 0; min-height: 82px; background: rgba(1, 3, 5, 0.97); color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 226px; max-height: 66px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; padding-block: 28px; color: #c8cdd4; font-size: 0.78rem; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: right 180ms ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, 0.18); line-height: 1.2; }
.phone-link span { color: var(--gold); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.phone-link strong { margin-top: 5px; font-size: 0.92rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 4px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); transition: transform 180ms ease, opacity 180ms ease; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 13px 24px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 0.83rem; font-weight: 900; line-height: 1.2; text-align: center; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 16px 35px rgba(251, 211, 0, 0.18); }
.button-gold:hover { background: #ffe13b; box-shadow: 0 18px 45px rgba(251, 211, 0, 0.27); }
.button-outline { border-color: rgba(255, 255, 255, 0.42); background: rgba(255, 255, 255, 0.05); color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: #122033; }
.button-light { border-color: rgba(1, 3, 5, 0.2); background: var(--white); color: var(--navy); }
.button-small { min-height: 44px; padding: 11px 16px; font-size: 0.73rem; }

.hero { position: relative; min-height: 700px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(1, 3, 5, 0.98) 0%, rgba(4, 12, 20, 0.92) 42%, rgba(4, 12, 20, 0.32) 72%, rgba(1, 3, 5, 0.58) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--gold) 0 38%, transparent 38% 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding-block: 82px; }
.hero-copy { max-width: 900px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--gold-deep); font-size: 0.66rem; font-weight: 950; letter-spacing: 0.17em; text-transform: uppercase; }
.eyebrow { color: var(--gold); }
.eyebrow::before, .section-label::before { content: ""; width: 34px; height: 2px; flex: 0 0 auto; background: currentColor; }
.hero h1 { max-width: 830px; margin: 18px 0 24px; text-wrap: balance; }
.hero-lead { max-width: 720px; margin: 0; color: #d2d8df; font-size: clamp(1rem, 1.6vw, 1.22rem); line-height: 1.72; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #c4cbd3; font-size: 0.75rem; font-weight: 750; }
.hero-points li { position: relative; padding-left: 18px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.availability { margin: 18px 0 0; color: #8f9ba8; font-size: 0.69rem; }
.problem-bar { position: relative; z-index: 3; background: var(--white); box-shadow: var(--shadow-sm); }
.problem-grid { display: grid; grid-template-columns: 0.74fr 1.26fr; align-items: center; gap: 54px; padding-block: 34px; }
.problem-grid h2 { margin: 7px 0 6px; font-size: 1.75rem; }
.problem-grid > div:first-child > p:last-child { margin: 0; color: var(--muted); font-size: 0.78rem; }
.problem-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.problem-options button { min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: #344050; font-size: 0.7rem; font-weight: 850; cursor: pointer; transition: border 160ms ease, background 160ms ease, transform 160ms ease; }
.problem-options button:hover { transform: translateY(-2px); border-color: var(--gold-deep); background: #fff9d8; color: var(--navy); }

.section-heading { max-width: 780px; }
.section-heading h2 { margin: 17px 0 22px; text-wrap: balance; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.section-heading-light > p:last-child { color: #aeb8c4; }
.narrow { max-width: 700px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr 0.65fr; align-items: end; gap: 100px; }
.split-heading > p { padding-bottom: 10px; }

.identity-section { background: var(--white); }
.identity-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.fact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: clamp(22px, 3vw, 30px); border: 1px solid #17283a; border-radius: 24px; background: linear-gradient(145deg, #050c14 0%, #0a1725 58%, #0e1d2e 100%); color: var(--white); box-shadow: 0 28px 70px rgba(1, 3, 5, .2); }
.fact-card { position: relative; min-width: 0; min-height: 188px; display: flex; align-items: center; gap: 18px; overflow: hidden; padding: 25px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 12px 26px rgba(1,3,5,.18); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.fact-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gold); opacity: .88; }
.fact-card:hover { transform: translateY(-4px); border-color: rgba(251,211,0,.7); background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(251,211,0,.035)); box-shadow: inset 0 1px rgba(255,255,255,.07), 0 18px 32px rgba(1,3,5,.28); }
.fact-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; padding: 10px; border: 1px solid rgba(251,211,0,.48); border-radius: 16px; background: rgba(251,211,0,.08); color: var(--gold); }
.fact-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fact-content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.fact-panel strong { font-family: var(--body); font-size: clamp(2rem, 3vw, 3rem); font-weight: 680; letter-spacing: -.055em; line-height: 1; }
.fact-panel .fact-phone { font-size: clamp(1rem, 1.35vw, 1.35rem); letter-spacing: -.035em; white-space: nowrap; }
.fact-label { margin-top: 8px; color: #f0f3f6; font-size: .73rem; font-weight: 650; line-height: 1.35; }
.fact-action { margin-top: 16px; color: var(--gold); font-size: .61rem; font-weight: 900; letter-spacing: .035em; line-height: 1.25; }
.fact-action span { display: inline-block; margin-left: 4px; transition: transform 180ms ease; }
.fact-card:hover .fact-action span { transform: translateX(3px); }

.symptoms { position: relative; overflow: hidden; }
.symptoms::before { content: ""; position: absolute; width: 560px; height: 560px; top: -360px; right: -80px; border: 90px solid rgba(251, 211, 0, 0.06); border-radius: 50%; }
.symptom-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border: 1px solid rgba(255, 255, 255, 0.12); }
.symptom-grid article { min-width: 0; overflow: hidden; border-right: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: rgba(8, 22, 36, 0.72); }
.symptom-grid article:nth-child(4n) { border-right: 0; }
.symptom-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.symptom-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #0b1724; }
.symptom-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease, filter 420ms ease; }
.symptom-grid article:hover .symptom-image img { transform: scale(1.035); filter: brightness(1.05); }
.symptom-copy { min-height: 160px; padding: 24px 26px 28px; }
.symptom-copy h3 { margin: 0 0 10px; font-size: 1.32rem; }
.symptom-copy p { margin: 0; color: #9eaab7; font-size: 0.8rem; }
.symptom-disclaimer { position: relative; margin: 18px 0 0; color: #768697; font-size: 0.7rem; text-align: right; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #d8dde3; background: var(--white); box-shadow: 0 10px 28px rgba(13, 29, 47, 0.07); transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: var(--navy-soft); color: var(--white); box-shadow: var(--shadow-lg); }
.service-card-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #0b1724; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease, filter 420ms ease; }
.service-card:hover .service-card-image img { transform: scale(1.035); filter: brightness(1.04); }
.service-card-copy { min-height: 315px; display: flex; flex: 1; flex-direction: column; padding: 28px; }
.service-card h3 { margin: 0 0 15px; font-size: 1.55rem; }
.service-card p { margin: 5px 0; color: var(--muted); font-size: 0.75rem; line-height: 1.66; }
.service-card strong { color: #273243; }
.service-card .benefit { margin-top: 12px; }
.service-card-copy > a { margin-top: auto; padding-top: 22px; color: #926a00; font-size: 0.73rem; font-weight: 900; }
.service-card:hover p { color: #aeb9c5; }
.service-card:hover strong { color: #e1e6eb; }
.service-card:hover .service-card-copy > a { color: var(--gold); }
.service-disclaimer { margin: 18px 0 0; color: #697789; font-size: 0.7rem; text-align: right; }

.image-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.institutional-figure { position: relative; margin: 0; }
.institutional-figure::before { content: ""; position: absolute; z-index: -1; left: -18px; bottom: -18px; width: 48%; height: 46%; background: var(--gold); }
.institutional-figure picture { display: block; overflow: hidden; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
.institutional-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.institutional-figure figcaption { margin-top: 13px; color: var(--muted); font-size: 0.63rem; }
.image-copy h2 { margin: 16px 0 24px; }
.image-copy > p:not(.section-label) { color: var(--muted); font-size: 1rem; line-height: 1.82; }
.check-list { margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; display: flex; flex-direction: column; padding: 16px 0 16px 32px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 9px; height: 9px; background: var(--gold); }
.check-list strong { font-size: 0.85rem; }
.check-list span { margin-top: 3px; color: var(--muted); font-size: 0.75rem; }

.process-list { counter-reset: steps; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin: 54px 0 0; padding: 0; list-style: none; }
.process-list li { position: relative; grid-column: span 2; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: var(--white); box-shadow: var(--shadow-sm); }
.process-list li:last-child { grid-column: 3 / span 2; }
.process-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #0b1724; }
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease, filter 420ms ease; }
.process-list li:hover .process-image img { transform: scale(1.035); filter: brightness(1.04); }
.process-step { position: absolute; z-index: 2; top: 17px; left: 17px; min-width: 48px; height: 48px; display: grid; place-items: center; padding: 0 10px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 8px 22px rgba(1,3,5,.28); font-size: .75rem; font-weight: 950; letter-spacing: .08em; }
.process-copy { min-height: 145px; padding: 25px; border-top: 1px solid var(--line); }
.process-list h3 { margin: 0 0 12px; font-size: 1.24rem; }
.process-list p { margin: 0; color: var(--muted); font-size: 0.76rem; }

.technology { overflow: hidden; }
.technology .image-copy > p:not(.section-label) { color: #aeb8c4; }
.technology .institutional-figure::before { left: auto; right: -18px; background: var(--gold-deep); }
.technology .institutional-figure figcaption { color: #7f8a98; }
.tech-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin-top: 30px; }
.tech-list article { padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.tech-list h3 { margin: 0 0 8px; font-size: 1.15rem; }
.tech-list p { margin: 0; color: #9da9b5; font-size: 0.73rem; }

.segments { background: var(--white); }
.segment-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 52px; }
.segment-grid article { grid-column: span 2; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--navy); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: var(--white); box-shadow: 0 10px 28px rgba(13, 29, 47, 0.06); }
.segment-grid article:nth-child(4) { grid-column: 2 / span 2; }
.segment-grid article:nth-child(5) { grid-column: 4 / span 2; }
.segment-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #0b1724; }
.segment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease, filter 420ms ease; }
.segment-grid article:hover .segment-image img { transform: scale(1.035); filter: brightness(1.04); }
.segment-copy { min-height: 245px; display: flex; flex: 1; flex-direction: column; padding: 28px; }
.segment-grid span { color: #8a6500; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.segment-grid h3 { margin: 18px 0 12px; font-size: 1.45rem; }
.segment-grid p { margin: 0; color: var(--muted); font-size: 0.8rem; }
.segment-grid a { margin-top: auto; padding-top: 20px; color: #765900; font-size: 0.71rem; font-weight: 900; }

.preservation-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; align-items: center; }
.preservation-grid .section-label { color: var(--navy); }
.preservation-grid h2 { margin: 16px 0 0; }
.preservation-grid > div:last-child > p { max-width: 650px; font-size: 1.12rem; font-weight: 750; }
.preservation-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; margin: 25px 0 0; padding: 0; list-style: none; }
.preservation-grid li { position: relative; padding: 12px 0 12px 22px; border-top: 1px solid rgba(1, 3, 5, 0.2); font-size: 0.78rem; font-weight: 750; }
.preservation-grid li::before { content: "✓"; position: absolute; left: 0; font-weight: 950; }

.regions-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(50px, 8vw, 110px); }
.regions .button { margin-top: 30px; }
.region-accordions { border-top: 3px solid var(--navy); background: var(--white); box-shadow: var(--shadow-sm); }
.region-accordions details { border-bottom: 1px solid var(--line); }
.region-accordions summary, .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; cursor: pointer; list-style: none; font-size: 0.86rem; font-weight: 850; }
.region-accordions summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.region-accordions summary span, .faq-list summary span { color: var(--gold-deep); font-size: 1.3rem; transition: transform 180ms ease; }
.region-accordions details[open] summary span, .faq-list details[open] summary span { transform: rotate(45deg); }
.region-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0 24px 22px; list-style: none; }
.region-list li { padding: 5px 9px; border: 1px solid #d8dde3; border-radius: 999px; background: var(--paper); color: #465263; font-size: 0.68rem; font-weight: 720; }

.trust { background: #f7f8fa; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.testimonial-card { min-height: 292px; display: flex; flex-direction: column; padding: 26px; border: 1px solid #dadce0; border-radius: 14px; background: var(--white); box-shadow: 0 2px 5px rgba(60,64,67,.08), 0 8px 24px rgba(60,64,67,.06); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.testimonial-card:hover { transform: translateY(-4px); border-color: #c8ccd1; box-shadow: 0 4px 8px rgba(60,64,67,.1), 0 14px 32px rgba(60,64,67,.1); }
.testimonial-head { display: flex; align-items: center; gap: 13px; }
.review-avatar { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: #1a73e8; color: var(--white); font-size: 1.05rem; font-weight: 750; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.testimonial-card:nth-child(2) .review-avatar { background: #188038; }
.testimonial-card:nth-child(3) .review-avatar { background: #a142f4; }
.testimonial-card:nth-child(4) .review-avatar { background: #d93025; }
.testimonial-card:nth-child(5) .review-avatar { background: #1967d2; }
.testimonial-card:nth-child(6) .review-avatar { background: #e37400; }
.testimonial-person { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.testimonial-person strong { color: #202124; font-family: var(--body); font-size: .86rem; font-weight: 720; letter-spacing: -.01em; line-height: 1.3; }
.testimonial-person span { color: #70757a; font-size: .68rem; line-height: 1.35; }
.review-stars { margin: 19px 0 14px; color: #f9ab00; font-size: 1rem; letter-spacing: .11em; line-height: 1; }
.testimonial-card blockquote { margin: 0; color: #3c4043; font-size: .81rem; line-height: 1.72; }

.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-list { border-top: 3px solid var(--gold); }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.faq-list summary { padding-inline: 0; font-size: 0.86rem; }
.faq-list details p { margin: 0; padding: 0 38px 22px 0; color: #aeb8c4; font-size: 0.78rem; line-height: 1.75; }

.final-cta { background: var(--gold); color: var(--navy); }
.final-cta-inner { min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding-block: 55px; }
.final-cta h2 { max-width: 860px; margin: 15px 0; font-size: clamp(2.3rem, 4.4vw, 4.4rem); }
.final-cta p:not(.section-label) { max-width: 760px; margin: 0; }
.final-cta .section-label { color: var(--navy); }
.final-cta-inner > div:last-child { display: grid; gap: 12px; min-width: 250px; }

.site-footer { padding-top: 64px; background: var(--navy); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 0.8fr 0.8fr; gap: 50px; padding-bottom: 54px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 320px; color: #8995a2; font-size: 0.75rem; }
.site-footer address, .footer-links { display: flex; flex-direction: column; gap: 7px; }
.site-footer strong { margin-bottom: 10px; font-size: 0.74rem; }
.site-footer address span, .footer-links a, .footer-links span { color: #8995a2; font-size: 0.71rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #667381; font-size: 0.63rem; }
.mobile-actions { display: none; }
.legal-page { background: var(--paper); }
.legal-header { background: var(--navy); color: var(--white); border-bottom: 3px solid var(--gold); }
.legal-header > div { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header img { width: 220px; max-height: 68px; object-fit: contain; }
.legal-main { padding-block: clamp(60px, 8vw, 110px); }
.legal-content { max-width: 880px; padding: clamp(26px, 5vw, 64px); border-top: 4px solid var(--gold); background: var(--white); box-shadow: var(--shadow-sm); }
.legal-content h1 { margin: 16px 0 8px; font-size: clamp(2.7rem, 7vw, 5.2rem); }
.legal-content h2 { margin: 42px 0 12px; font-size: 1.65rem; }
.legal-content p, .legal-content li { color: #4f5a69; font-size: 0.9rem; line-height: 1.85; }
.legal-content a { color: #735700; text-decoration: underline; }
.legal-content ul { padding-left: 22px; }
.legal-updated { margin: 0 0 40px; color: #7f8895 !important; font-size: 0.72rem !important; }
.legal-footer { padding-block: 24px; background: var(--navy); color: #8c98a5; }
.legal-footer > div { display: flex; flex-wrap: wrap; gap: 12px 25px; justify-content: center; font-size: 0.7rem; }
.legal-footer a:hover { color: var(--gold); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 70% 20%, #17283d, var(--navy) 55%); color: var(--white); text-align: center; }
.error-page main { max-width: 720px; }
.error-page img { width: 270px; margin: 0 auto 45px; }
.error-page .section-label { justify-content: center; color: var(--gold); }
.error-page h1 { margin: 15px 0; font-size: clamp(3rem, 10vw, 6.5rem); }
.error-page p:not(.section-label) { color: #aeb8c4; }
.error-page main > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

.reveal { animation: reveal-up 650ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
  .main-nav { display: none; position: fixed; top: 118px; left: 0; right: 0; bottom: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: rgba(1, 3, 5, 0.99); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 18px 5px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 0.9rem; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .phone-link { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: clamp(3rem, 6.5vw, 5rem); }
  .problem-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .symptom-grid article:nth-child(4n) { border-right: 1px solid rgba(255,255,255,.12); }
  .symptom-grid article:nth-child(2n) { border-right: 0; }
  .symptom-grid article:nth-last-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .symptom-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li, .process-list li:last-child { grid-column: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner > div { display: none; }
  .header-actions .button { display: none; }
  .hero { min-height: 720px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-overlay { background: linear-gradient(90deg, rgba(1,3,5,.96), rgba(4,12,20,.72)); }
  .problem-options { grid-template-columns: repeat(2, 1fr); }
  .identity-grid, .image-copy-grid, .preservation-grid, .regions-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .image-copy-reverse .image-copy { order: 2; }
  .image-copy-reverse .institutional-figure { order: 1; }
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
  .segment-grid article, .segment-grid article:nth-child(4), .segment-grid article:nth-child(5) { grid-column: auto; }
  .process-list li:last-child, .segment-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .preservation-grid { gap: 25px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .final-cta-inner > div:last-child { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 68px; font-size: 15px; }
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section-pad { padding-block: 70px; }
  .utility-bar { font-size: 0.63rem; }
  .utility-inner { min-height: 34px; }
  .status-dot { display: none; }
  .site-header, .header-inner { min-height: 70px; }
  .brand img { width: 185px; max-height: 55px; }
  .main-nav { top: 104px; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(1,3,5,.97) 0%, rgba(1,3,5,.87) 60%, rgba(1,3,5,.7)); }
  .hero-grid { padding-block: 65px; }
  .hero h1 { margin-top: 15px; font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .hero-cta { flex-direction: column; }
  .hero-cta .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .problem-grid { padding-block: 28px; }
  .problem-options { grid-template-columns: 1fr 1fr; }
  .problem-options button { min-height: 48px; padding: 8px; }
  .fact-panel { grid-template-columns: 1fr; padding: 18px; border-radius: 20px; }
  .fact-card { min-height: 170px; padding: 22px 19px; }
  .fact-icon { width: 52px; height: 52px; flex-basis: 52px; }
  .testimonial-card { min-height: 0; }
  .symptom-grid, .service-grid, .process-list, .trust-grid, .segment-grid { grid-template-columns: 1fr; }
  .symptom-grid article, .symptom-grid article:nth-child(2n), .symptom-grid article:nth-child(4n) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .symptom-grid article:last-child { border-bottom: 0; }
  .symptom-copy { min-height: 0; padding: 22px 22px 26px; }
  .symptom-disclaimer { text-align: left; }
  .service-card { min-height: 0; }
  .service-card-copy { min-height: 330px; padding: 24px; }
  .service-disclaimer { text-align: left; }
  .institutional-figure::before { left: -10px; bottom: -10px; }
  .technology .institutional-figure::before { right: -10px; }
  .process-list li, .process-list li:last-child { grid-column: auto; width: auto; min-height: 0; }
  .process-copy { min-height: 0; }
  .tech-list { grid-template-columns: 1fr; }
  .segment-grid article:last-child { grid-column: auto; width: auto; }
  .preservation-grid ul { grid-template-columns: 1fr; }
  .final-cta-inner > div:last-child { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); box-shadow: 0 -10px 30px rgba(1,3,5,.28); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); font-size: 0.8rem; font-weight: 900; }
  .mobile-actions a:last-child { background: var(--gold); color: var(--navy); }
  .legal-header > div { min-height: 72px; }
  .legal-header img { width: 175px; }
  .legal-header .button { display: none; }
  .legal-content { width: min(calc(100% - 26px), 880px); }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 170px; }
  .menu-toggle { width: 43px; height: 43px; }
  .hero h1 { font-size: 2.45rem; }
  .hero-points li:last-child { display: none; }
  .problem-options { grid-template-columns: 1fr; }
}

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