:root {
  --navy: #07111f;
  --navy-2: #0c1d33;
  --navy-3: #123050;
  --blue: #146ef5;
  --blue-2: #0b57d0;
  --cyan: #13c4e8;
  --teal: #0b93a9;
  --white: #fff;
  --mist: #f4f8fc;
  --line: #dbe7f2;
  --slate: #536477;
  --ink: #132033;
  --gold: #f2b84b;
  --shadow: 0 18px 50px rgba(7, 17, 31, .12);
  --radius: 18px;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); line-height: 1.62; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }
h1, h2, h3, .display { font-family: var(--display); text-transform: uppercase; letter-spacing: .015em; line-height: .98; }
h1 { margin: 0; font-size: clamp(3.4rem, 8vw, 6.8rem); }
h2 { margin: 0 0 16px; font-size: clamp(2.45rem, 5vw, 4.2rem); }
h3 { margin: 0 0 10px; font-size: 1.55rem; }
p { margin: 0 0 18px; }
.lede { max-width: 760px; color: var(--slate); font-size: 1.08rem; }
.lede.light { color: #d8e8f8; }
.accent { color: var(--cyan); }
.muted { color: var(--slate); }
.center { text-align: center; }
.section { padding: 92px 0; }
.section.compact { padding: 60px 0; }
.section.mist { background: var(--mist); }
.section.dark { color: var(--white); background: var(--navy); }
.section.blue { color: var(--white); background: linear-gradient(135deg, var(--blue-2), var(--blue)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 74px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(7,17,31,.95); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; min-width: 230px; }
.brand img { width: 210px; height: auto; max-height: 66px; object-fit: contain; object-position: left center; }
.brand-copy { display: none; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.3rem; letter-spacing: .055em; text-transform: uppercase; }
.brand-copy span { margin-top: 4px; color: var(--cyan); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #dce8f4; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: var(--white); font-size: .86rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: var(--white); background: transparent; font-size: 1.35rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 9px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: var(--white); background: var(--blue); }
.btn.primary:hover { background: var(--blue-2); }
.btn.light { color: var(--blue-2); background: var(--white); }
.btn.outline { color: var(--white); border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.05); }
.btn.dark-outline { color: var(--navy); border: 1px solid var(--line); background: var(--white); }
.btn.small { min-height: 42px; padding: 10px 16px; font-size: .72rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; min-height: 760px; padding: 150px 0 90px; color: var(--white); background: var(--navy); display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,31,.98) 0%, rgba(7,17,31,.88) 45%, rgba(7,17,31,.42) 100%), url("images/hero.jpg") center 46% / cover no-repeat; }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -300px; top: 90px; border-radius: 50%; border: 100px solid rgba(19,196,232,.08); }
.hero .container { position: relative; z-index: 1; }
.hero-copy { max-width: 730px; }
.hero h1 span { color: var(--blue); }
.hero p { max-width: 650px; margin-top: 24px; color: #d7e6f4; font-size: 1.08rem; }
.hero .button-row { margin-top: 30px; }
.trust-line { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 18px; color: #c7d8e8; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--cyan); }
.page-hero { padding: 150px 0 82px; color: var(--white); background: linear-gradient(120deg, rgba(7,17,31,.98), rgba(12,29,51,.91)), url("images/hero.jpg") center / cover no-repeat; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 5.8rem); }
.page-hero p { max-width: 760px; margin-top: 22px; color: #d7e6f4; font-size: 1.1rem; }
.breadcrumb { margin-bottom: 26px; color: #a9c5dc; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }

.stat-strip { position: relative; z-index: 2; margin-top: -44px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.stat { min-height: 112px; padding: 25px; border-right: 1px solid var(--line); display: grid; align-content: center; }
.stat:last-child { border-right: 0; }
.stat strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.stat span { color: var(--slate); font-size: .78rem; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cards { margin-top: 34px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(7,17,31,.05); }
.card.dark { color: var(--white); border-color: rgba(255,255,255,.1); background: var(--navy-2); }
.card .kicker { margin-bottom: 10px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card.dark .kicker { color: var(--cyan); }
.card p { color: var(--slate); font-size: .92rem; }
.card.dark p { color: #bcd0e3; }
.card-link { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.icon { width: 46px; height: 46px; margin-bottom: 18px; border-radius: 12px; color: var(--blue); background: #eaf3ff; display: grid; place-items: center; font-weight: 900; }
.card.dark .icon { color: var(--cyan); background: rgba(19,196,232,.12); }

.solution-card { position: relative; padding-top: 70px; overflow: hidden; }
.solution-card::before { content: attr(data-step); position: absolute; top: 12px; right: 20px; color: #e5eff9; font-family: var(--display); font-size: 5rem; font-weight: 800; line-height: 1; }
.solution-card > * { position: relative; }
.feature-list, .check-list { padding: 0; margin: 20px 0 0; list-style: none; }
.feature-list li, .check-list li { position: relative; padding: 8px 0 8px 25px; color: var(--slate); font-size: .9rem; }
.feature-list li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.dark .feature-list li { color: #d1e0ee; }
.dark .feature-list li::before { color: var(--cyan); }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.problem { padding: 24px; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.problem strong { display: block; color: var(--cyan); font-family: var(--display); font-size: 1.25rem; letter-spacing: .03em; text-transform: uppercase; }
.problem span { color: #b8ccdd; font-size: .85rem; }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 35px; }
.process-step { counter-increment: step; padding: 26px; border-top: 3px solid var(--blue); background: var(--mist); }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 30px; color: var(--blue); font-family: var(--display); font-size: 2rem; font-weight: 800; }
.process-step p { margin: 0; color: var(--slate); font-size: .87rem; }

.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; margin-top: 34px; }
.photo-grid figure { position: relative; margin: 0; border-radius: 16px; overflow: hidden; background: var(--navy-2); }
.photo-grid figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.photo-grid figure:nth-child(2) { grid-column: span 5; }
.photo-grid figure:nth-child(3) { grid-column: span 5; }
.photo-grid figure:nth-child(4), .photo-grid figure:nth-child(5), .photo-grid figure:nth-child(6) { grid-column: span 4; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid figcaption { position: absolute; inset: auto 0 0; padding: 40px 18px 14px; color: var(--white); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: linear-gradient(transparent, rgba(7,17,31,.88)); }

.pricing-card { display: flex; flex-direction: column; }
.price { margin: 12px 0 4px; color: var(--blue); font-family: var(--display); font-size: 2.8rem; font-weight: 800; line-height: 1; }
.price small { color: var(--slate); font-family: var(--body); font-size: .75rem; font-weight: 600; }
.pricing-card .btn { margin-top: auto; }
.note { margin-top: 26px; padding: 17px 20px; border-left: 4px solid var(--gold); border-radius: 8px; color: var(--slate); background: #fff9e9; font-size: .86rem; }

.financing-banner { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 32px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); box-shadow: 0 8px 24px rgba(7,17,31,.06); }
.financing-banner h2 { font-size: clamp(2.1rem, 4vw, 3.45rem); }
.financing-badge { display: block; width: 180px !important; max-width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 12px 28px rgba(7,17,31,.18); transition: transform .18s ease, box-shadow .18s ease; }
.financing-badge:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(7,17,31,.24); }
.financing-badge img { display: block; width: 180px !important; max-width: 100%; height: auto !important; }
.financing-badge-centered { margin: 26px auto 30px; }

.quote { padding: 30px; border-left: 4px solid var(--cyan); border-radius: 0 16px 16px 0; color: #d6e7f5; background: var(--navy-2); }
.quote strong { display: block; margin-top: 12px; color: var(--white); }
.proof-image { border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.proof-image img { width: 100%; max-height: 580px; object-fit: cover; }

.form-shell { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd9e6; border-radius: 9px; padding: 13px 14px; color: var(--ink); background: var(--white); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(20,110,245,.13); border-color: var(--blue); }
.field textarea { min-height: 125px; resize: vertical; }
.form-note { margin-top: 16px; color: var(--slate); font-size: .77rem; }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.cta { padding: 74px 0; color: var(--white); background: linear-gradient(115deg, var(--blue-2), var(--blue), var(--teal)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 750px; margin-bottom: 10px; }
.cta p { margin: 0; color: #e6f2ff; }

.site-footer { padding: 64px 0 100px; color: #a9bed1; background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 42px; }
.site-footer h3 { color: var(--white); font-size: 1.1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #a9bed1; font-size: .84rem; text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .73rem; }
.legal-line { max-width: 620px; }

.mobile-actions { display: none; position: fixed; z-index: 999; inset: auto 0 0; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); background: var(--navy); }
.mobile-actions a { padding: 14px 8px; color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; }
.mobile-actions a:last-child { background: var(--blue); }

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 22px; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--navy); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .header-actions .btn { display: none; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  .hero { min-height: auto; padding: 126px 0 86px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,17,31,.97), rgba(7,17,31,.77)), url("images/hero.jpg") 62% center / cover no-repeat; }
  .hero h1 { font-size: clamp(3.1rem, 17vw, 5.2rem); }
  .phone-link { display: none; }
  .brand { min-width: 0; }
  .brand img { width: 166px; max-height: 56px; }
  .brand-copy strong { font-size: 1.12rem; }
  .grid-2, .grid-3, .grid-4, .problem-grid, .process, .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .financing-banner { grid-template-columns: 1fr; padding: 24px 20px; }
  .financing-badge { width: 190px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 98px; padding: 18px; }
  .stat strong { font-size: 1.05rem; }
  .photo-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .photo-grid figure, .photo-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-shell { padding: 24px 18px; }
  .mobile-actions { display: grid; }
  .site-footer { padding-bottom: 120px; }
}

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