@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #07111f;
  --ink-2: #0e1c2f;
  --blue: #168eea;
  --blue-2: #0876cc;
  --white: #ffffff;
  --paper: #f4f7fa;
  --muted: #677486;
  --line: #d9e1e8;
  --max: 1180px;
  --shadow: 0 20px 60px rgba(7,17,31,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7,17,31,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { width: 230px; flex: 0 0 auto; }
.site-nav { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.site-nav a { color: #dce7f2; text-decoration: none; font-size: .92rem; font-weight: 600; }
.site-nav a:hover { color: white; }
.header-phone {
  color: white; text-decoration: none; background: var(--blue);
  padding: 11px 15px; font-weight: 800; border-radius: 4px;
}
.nav-toggle { display: none; }

.hero { background: var(--ink); color: white; overflow: hidden; }
.hero-grid { min-height: 655px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-top: 64px; padding-bottom: 64px; }
.eyebrow { color: var(--blue); font-weight: 800; letter-spacing: .14em; font-size: .8rem; margin: 0 0 14px; }
h1,h2,h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: .98; margin-top: 0; }
h1 { font-size: clamp(4rem, 7vw, 7.2rem); text-transform: uppercase; letter-spacing: -.035em; margin-bottom: 24px; }
h1 span { color: var(--blue); }
h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); text-transform: uppercase; letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 1.65rem; text-transform: uppercase; margin-bottom: 12px; }
.hero-lead { max-width: 670px; color: #d2dce7; font-size: 1.13rem; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 52px;
  padding: 0 22px; text-decoration: none; text-transform: uppercase; font-weight: 800;
  letter-spacing: .03em; border: 0; border-radius: 4px; cursor: pointer; font-family: Inter, sans-serif;
}
.button.primary { color: white; background: var(--blue); }
.button.primary:hover { background: var(--blue-2); }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.button.secondary:hover { border-color: white; }
.button.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #aab8c7; font-size: .85rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--blue); margin-right: 7px; }

.scene {
  min-height: 455px; position: relative; border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 70% 20%, rgba(22,142,234,.35), transparent 36%), linear-gradient(150deg,#172a42,#091421);
  box-shadow: var(--shadow); overflow: hidden;
}
.skyline { position: absolute; inset: auto 0 0; height: 125px; opacity: .25; background:
  linear-gradient(to top, #02070d 0 100%); clip-path: polygon(0 100%,0 60%,5% 60%,5% 37%,9% 37%,9% 68%,13% 68%,13% 50%,17% 50%,17% 30%,22% 30%,22% 62%,27% 62%,27% 42%,32% 42%,32% 75%,37% 75%,37% 54%,41% 54%,41% 20%,45% 20%,45% 50%,51% 50%,51% 66%,56% 66%,56% 31%,61% 31%,61% 58%,65% 58%,65% 46%,71% 46%,71% 16%,75% 16%,75% 52%,81% 52%,81% 69%,86% 69%,86% 39%,91% 39%,91% 59%,96% 59%,96% 46%,100% 46%,100% 100%); }
.rv { position: absolute; width: 72%; height: 220px; left: 14%; top: 110px; }
.rv-body { position: absolute; left: 5%; right: 0; bottom: 0; height: 155px; background: linear-gradient(165deg,#f8fbfd,#cbd5df); border-radius: 13px 8px 5px 5px; box-shadow: 0 28px 45px rgba(0,0,0,.38); }
.rv-body::before { content:""; position:absolute; left:-7%; top:0; width:20%; height:100%; background:#edf3f7; clip-path: polygon(38% 0,100% 0,100% 100%,0 100%,0 55%); }
.rv-body::after { content:""; position:absolute; left:0; right:0; top:66%; height:8px; background:var(--blue); transform:skewX(-18deg); }
.rv-window { position:absolute; left:18%; top:24px; width:33%; height:49px; border:6px solid #25374a; background:#86acc8; }
.rv-door { position:absolute; right:13%; top:20px; width:18%; height:110px; border:6px solid #25374a; background:#dbe3e9; }
.rv-wheel { position:absolute; bottom:-18px; width:45px; height:45px; border-radius:50%; background:#111a24; border:8px solid #3a4857; }
.rv-wheel.left { left:32%; } .rv-wheel.right { left:47%; }
.rv-ac { position:absolute; left:43%; top:30px; width:102px; height:44px; background:#d7e0e8; border-radius:18px 18px 5px 5px; box-shadow:0 7px 0 #8291a0; }
.rv-vent { position:absolute; top:54px; width:48px; height:23px; background:#eaf1f5; border-radius:15px 15px 4px 4px; }
.rv-vent.one { left:23%; } .rv-vent.two { right:12%; }
.platform { position:absolute; top:267px; height:14px; width:19%; background:#b5844e; box-shadow:0 9px 0 #7a552f; }
.platform::before,.platform::after { content:""; position:absolute; width:7px; height:108px; top:-75px; background:#a8743d; }
.platform.left { left:0; } .platform.left::before { left:18px; } .platform.left::after { right:18px; }
.platform.right { right:0; } .platform.right::before { left:18px; } .platform.right::after { right:18px; }
.hero-badge { position:absolute; left:28px; right:28px; bottom:27px; background:rgba(7,17,31,.9); border-left:5px solid var(--blue); padding:16px 18px; }
.hero-badge strong { display:block; font-family:"Barlow Condensed"; text-transform:uppercase; font-size:1.45rem; }
.hero-badge span { color:#aab8c7; font-size:.83rem; }
.hero-strip { border-top:1px solid rgba(255,255,255,.08); background:#0b192a; }
.strip-grid { min-height:74px; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; text-align:center; font-family:"Barlow Condensed"; font-size:1.28rem; letter-spacing:.08em; font-weight:800; }
.strip-grid span:not(:last-child) { border-right:1px solid rgba(255,255,255,.12); }

.section { padding: 105px 0; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.card { padding:30px; border:1px solid var(--line); background:white; min-height:270px; transition:.2s ease; }
.card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:#b7c7d5; }
.card.featured { background:var(--ink); color:white; border-color:var(--ink); }
.card p { color:var(--muted); margin-bottom:0; }
.card.featured p { color:#b7c3cf; }
.icon { width:46px; height:46px; display:grid; place-items:center; background:#e7f4ff; color:var(--blue-2); font-family:"Barlow Condensed"; font-size:1.2rem; font-weight:900; margin-bottom:28px; }
.featured .icon { background:var(--blue); color:white; }

.process { background:var(--ink); color:white; }
.section-heading.light { color:white; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.13); }
.steps article { background:var(--ink-2); padding:32px; min-height:210px; }
.steps span { display:inline-grid; place-items:center; width:35px; height:35px; background:var(--blue); font-weight:900; margin-bottom:26px; }
.steps p { color:#b9c5d1; margin-bottom:0; }

.why-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:65px; align-items:center; }
.large-copy { color:var(--muted); font-size:1.08rem; }
.check-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:13px; }
.check-list li { position:relative; padding-left:32px; font-weight:600; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--blue); font-weight:900; }
.why-panel { padding:45px; background:var(--paper); border-top:6px solid var(--blue); }
.panel-kicker { font-size:.76rem; letter-spacing:.14em; color:var(--blue-2); font-weight:900; }
.why-panel h3 { font-size:2.5rem; }
.why-panel p { color:var(--muted); }
.why-panel a { color:var(--blue-2); font-weight:800; text-decoration:none; }

.area { background:var(--paper); }
.area-grid { display:grid; grid-template-columns:1fr .8fr; gap:70px; align-items:center; }
.area p { color:var(--muted); }
.area-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.area-tags span { background:white; border:1px solid var(--line); padding:9px 12px; font-weight:700; font-size:.85rem; }
.area-graphic { position:relative; height:350px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#0d1e31,#07111f); color:white; }
.area-graphic strong { position:absolute; bottom:42px; font-family:"Barlow Condensed"; text-transform:uppercase; font-size:2.4rem; }
.map-ring { position:absolute; border:1px solid rgba(22,142,234,.45); border-radius:50%; }
.ring-1 { width:90px;height:90px; } .ring-2 { width:190px;height:190px; } .ring-3 { width:310px;height:310px; }
.map-pin { width:32px; height:32px; background:var(--blue); border-radius:50% 50% 50% 0; transform:rotate(-45deg); box-shadow:0 0 0 12px rgba(22,142,234,.12); }
.map-pin::after { content:""; position:absolute; width:10px;height:10px;border-radius:50%;background:white;left:11px;top:11px; }

.quote { background:white; }
.quote-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:65px; align-items:start; }
.quote-copy { position:sticky; top:120px; }
.quote-copy > p:not(.eyebrow) { color:var(--muted); }
.direct-contact { display:grid; gap:9px; margin-top:28px; }
.direct-contact a { color:var(--blue-2); font-weight:800; text-decoration:none; }
.quote-form { padding:36px; background:var(--paper); border:1px solid var(--line); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
label { display:grid; gap:7px; font-size:.83rem; text-transform:uppercase; letter-spacing:.04em; font-weight:800; margin-bottom:16px; }
input,select,textarea { width:100%; border:1px solid #c7d2dc; background:white; padding:13px 14px; font:inherit; color:var(--ink); border-radius:2px; }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(22,142,234,.17); border-color:var(--blue); }
textarea { resize:vertical; }
.form-note { color:var(--muted); font-size:.79rem; text-align:center; margin-bottom:0; }

.final-cta { background:var(--blue); color:white; padding:60px 0; }
.final-cta .container { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.final-cta p { margin:0; font-weight:900; letter-spacing:.08em; }
.final-cta h2 { margin:4px 0 0; }
.final-cta .button { background:var(--ink); }

.site-footer { background:#050c15; color:white; padding:55px 0 25px; }
.footer-grid { display:grid; grid-template-columns:230px 1fr auto; gap:35px; align-items:center; }
.footer-grid > img { width:230px; }
.footer-grid p { color:#8898a8; margin:4px 0 0; font-size:.88rem; }
.footer-links { display:grid; text-align:right; gap:8px; }
.footer-links a { text-decoration:none; font-weight:800; }
.copyright { border-top:1px solid rgba(255,255,255,.08); margin-top:35px; padding-top:20px; color:#718194; font-size:.78rem; }
.mobile-bar { display:none; }

@media (max-width: 980px) {
  .site-nav { display:none; position:absolute; top:82px; left:0; right:0; padding:20px; background:var(--ink); flex-direction:column; align-items:flex-start; border-top:1px solid rgba(255,255,255,.1); }
  .site-nav.open { display:flex; }
  .nav-toggle { display:block; margin-left:auto; color:white; background:transparent; border:1px solid rgba(255,255,255,.3); padding:8px 11px; }
  .header-phone { display:none; }
  .hero-grid,.why-grid,.area-grid,.quote-grid { grid-template-columns:1fr; }
  .hero-grid { min-height:auto; padding-top:55px; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .quote-copy { position:static; }
}

@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px),var(--max)); }
  .nav-wrap { height:70px; }
  .brand { width:190px; }
  .site-nav { top:70px; }
  h1 { font-size:3.6rem; }
  h2 { font-size:2.8rem; }
  .hero-grid { gap:35px; }
  .scene { min-height:360px; }
  .rv { width:84%; left:8%; top:82px; transform:scale(.9); }
  .hero-badge { left:16px; right:16px; bottom:16px; }
  .strip-grid { grid-template-columns:1fr; padding:14px 0; }
  .strip-grid span { padding:7px; border-right:0!important; }
  .section { padding:75px 0; }
  .cards,.steps { grid-template-columns:1fr; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:23px; }
  .final-cta .container,.footer-grid { display:grid; grid-template-columns:1fr; }
  .footer-links { text-align:left; }
  .mobile-bar { position:fixed; z-index:90; bottom:0; left:0; right:0; display:grid; grid-template-columns:repeat(3,1fr); background:var(--ink); border-top:1px solid rgba(255,255,255,.13); }
  .mobile-bar a { color:white; text-align:center; padding:13px 8px; text-decoration:none; font-weight:800; text-transform:uppercase; font-size:.8rem; }
  .mobile-bar a:nth-child(2) { background:#10243b; }
  .mobile-bar a:last-child { background:var(--blue); }
  body { padding-bottom:48px; }
}
