:root {
  --navy: #0b2545;
  --blue: #1769e0;
  --blue-dark: #0b4fb3;
  --orange: #f97316;
  --ink: #172033;
  --muted: #5d687a;
  --line: #dce3ec;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --success: #13795b;
  --shadow: 0 18px 50px rgba(11, 37, 69, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: #fff; padding: 10px 16px; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--navy); color: #fff; font-size: .9rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar p { margin: 0; }
.topbar a { color: #fff; font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 1.12rem; line-height: 1.15; font-weight: 900; text-decoration: none; max-width: 250px; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border-radius: 12px; font-size: 1.25rem; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a, .nav-drop > button { border: 0; background: none; padding: 10px 0; color: #26354b; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.nav-links > a:hover, .nav-drop > button:hover { color: var(--blue); }
.nav-drop { position: relative; }
.dropdown { display: none; position: absolute; top: 48px; left: 50%; transform: translateX(-50%); width: 560px; grid-template-columns: repeat(2, 1fr); gap: 6px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.nav-drop.open .dropdown { display: grid; }
.dropdown a { padding: 10px 12px; color: #2d3a4e; font-size: .94rem; font-weight: 700; text-decoration: none; border-radius: 10px; }
.dropdown a:hover { color: var(--blue); background: var(--wash); }
.phone-btn, .primary-btn, .secondary-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 0; border-radius: 12px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.phone-btn, .primary-btn { color: #fff; background: var(--orange); box-shadow: 0 9px 24px rgba(249,115,22,.25); }
.phone-btn:hover, .primary-btn:hover { color: #fff; background: #df5e08; transform: translateY(-1px); }
.secondary-btn { color: var(--blue); background: #fff; border: 1px solid #b9c8dc; }
.secondary-btn:hover { background: var(--wash); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 1.4rem; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,56,.96) 0%, rgba(5,27,56,.78) 48%, rgba(5,27,56,.25) 100%); z-index: 1; }
.hero-bg { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero .container { position: relative; z-index: 2; min-height: 590px; display: grid; align-items: center; grid-template-columns: minmax(0, 660px) 1fr; padding-block: 75px; }
.hero.compact .container { min-height: 510px; }
.eyebrow { margin: 0 0 14px; color: #b9d4ff; font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { margin-bottom: 20px; color: #fff; font-size: clamp(2.55rem, 5vw, 4.65rem); max-width: 780px; }
.hero.compact h1 { font-size: clamp(2.4rem, 4.4vw, 4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
.hero-copy { margin: 0 0 28px; max-width: 650px; color: #e3edf9; font-size: clamp(1.05rem, 2vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.hero .secondary-btn { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }
.hero .secondary-btn:hover { background: rgba(255,255,255,.18); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0 0; padding: 0; color: #e7f0fb; list-style: none; font-size: .94rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #79e1bd; font-weight: 900; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 1.04rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding-block: 88px; }
.section.alt { background: var(--wash); }
.section-intro { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-intro p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.service-card, .info-card, .step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(11,37,69,.06); }
.service-card { overflow: hidden; }
.service-card img { height: 205px; object-fit: cover; }
.service-card-body { padding: 24px; }
.service-card p, .info-card p, .step-card p { margin: 0 0 18px; color: var(--muted); }
.text-link { color: var(--blue); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; color: var(--blue); background: #eaf2ff; border-radius: 12px; font-size: 1.3rem; font-weight: 900; }
.info-card, .step-card { padding: 28px; }
.split { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.split.reverse { grid-template-columns: .96fr 1.04fr; }
.split-image { min-height: 480px; height: 100%; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 13px; margin: 24px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.steps { counter-reset: steps; }
.step-card { position: relative; padding-top: 70px; }
.step-card::before { counter-increment: steps; content: counter(steps); position: absolute; left: 28px; top: 25px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-weight: 900; }
.notice { padding: 20px 22px; color: #3e4b5f; background: #fff9ed; border: 1px solid #f5d79c; border-radius: 14px; font-size: .94rem; }
.notice strong { color: #7c4900; }
.faq { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 44px 23px 0; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--blue); font-size: 1.7rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 0 22px; padding-right: 45px; color: var(--muted); }
.call-panel { overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--navy), #124a82); border-radius: 24px; box-shadow: var(--shadow); }
.call-panel-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 48px; }
.call-panel h2 { margin-bottom: 10px; color: #fff; }
.call-panel p { margin: 0; color: #d9e9fa; }

.content-page { padding-block: 72px 90px; }
.content-page .prose { max-width: 820px; }
.prose h1 { color: var(--navy); font-size: clamp(2.4rem, 5vw, 4rem); }
.prose h2 { margin-top: 42px; font-size: 1.75rem; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #47556a; }
.prose li { margin-bottom: 9px; }
.page-banner { padding-block: 64px; color: #fff; background: linear-gradient(125deg, var(--navy), #145a9f); }
.page-banner h1 { margin: 0 0 12px; font-size: clamp(2.3rem, 5vw, 4rem); }
.page-banner p { margin: 0; max-width: 720px; color: #dceafa; font-size: 1.12rem; }

.site-footer { padding: 64px 0 95px; color: #c5d2e1; background: #071a31; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 50px; }
.site-footer .brand { color: #fff; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #c5d2e1; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-phone { display: inline-block; margin-top: 17px; color: #fff; font-size: 1.35rem; font-weight: 900; text-decoration: none; }
.footer-disclaimer { margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); color: #9fb0c3; font-size: .79rem; line-height: 1.65; }
.footer-disclaimer p { margin: 0 0 12px; }
.copyright { margin: 18px 0 0; color: #8498ae; font-size: .78rem; }
.mobile-call { display: none; }

@media (max-width: 920px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 77px; align-items: stretch; flex-direction: column; gap: 2px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-drop > button { width: 100%; padding: 12px; text-align: left; }
  .nav-links .phone-btn { color: #fff; text-align: center; }
  .dropdown { position: static; width: 100%; transform: none; grid-template-columns: 1fr; box-shadow: none; border: 0; background: var(--wash); }
  .hero .container { grid-template-columns: 1fr; min-height: 560px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-image { order: 2; }
  .split-image { min-height: 380px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1140px); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar p:first-child { display: none; }
  .nav-wrap { min-height: 68px; }
  .nav-links { top: 69px; left: 14px; right: 14px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .section { padding-block: 65px; }
  .hero .container, .hero.compact .container { min-height: 540px; padding-block: 58px 72px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,27,56,.96), rgba(5,27,56,.8)); }
  h1 { font-size: 2.55rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-points { align-items: flex-start; flex-direction: column; gap: 7px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .service-card img { height: 220px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .split-image { min-height: 300px; }
  .call-panel-inner { grid-template-columns: 1fr; padding: 32px 25px; }
  .call-panel .phone-btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .site-footer { padding-bottom: 115px; }
  .mobile-call { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--orange); border: 2px solid #fff; border-radius: 14px; box-shadow: 0 10px 35px rgba(0,0,0,.3); font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* UNIQUE FOOTER START */
.site-footer{border-top:7px solid var(--orange)}.footer-grid{text-align:left}.footer-phone{border-bottom:2px solid currentColor}
@media(max-width:760px){.site-footer .footer-grid{grid-template-columns:1fr;text-align:left}.site-footer .footer-grid>div{border-right:0}.site-footer .brand{justify-content:flex-start}.site-footer .footer-links{justify-items:start}.site-footer .copyright{text-align:left}}
/* UNIQUE FOOTER END */

/* DISTINCTIVE_MAJOR_SERVICES_START */
body.major-layout-1 h1{font-size:clamp(2.25rem,4.8vw,4.4rem)}
.observation-home-scan{background:var(--paper)}.home-scan-frame{grid-template-columns:1.15fr .85fr}.home-scan-frame .split-image{order:-1;height:560px;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.scan-alert{padding:18px 22px;color:#fff;background:var(--navy);border-left:9px solid var(--orange)}.decision-home-scan .step-card{box-shadow:none;border-top:6px solid var(--blue)}.closing-home-scan .call-panel{border-radius:0;border:3px solid var(--blue);background:transparent;color:var(--ink)}
@media(max-width:900px){body.major-layout-1 .observation-frame{grid-template-columns:1fr}body.major-layout-1 .observation-frame>div{padding:0}body.major-layout-1 .observation-frame .split-image{order:0;height:360px;min-height:0;clip-path:none}body.major-layout-1 .check-list,body.major-layout-1 .decision-home-scan .grid-3{grid-template-columns:1fr}body.major-layout-1 .step-card{display:block}}
@media(max-width:620px){body.major-layout-1 h1{font-size:clamp(2rem,10vw,2.75rem)}}
/* DISTINCTIVE_MAJOR_SERVICES_END */
