:root {
  --navy-950: #03050c;
  --navy-900: #060a17;
  --navy-800: #0b1329;
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --white: #f8fafc;
  --blue: #2563eb;
  --blue-bright: #3b82f6;
  --accent: #38bdf8;
  --indigo: #4338ca;
  --green: #10b981;
  --amber: #fbbf24;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--slate-950);
  color: var(--slate-300);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
::selection { color: white; background: var(--blue); }

.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.container.narrow { width: min(860px, calc(100% - 2rem)); }
.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }
.section-dark { background: var(--navy-950); }
.section-raised { background: var(--navy-900); border-block: 1px solid var(--slate-800); }
.eyebrow { color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { margin: .65rem 0 1.25rem; color: white; font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.07; letter-spacing: -.045em; }
.page-title { margin: .65rem 0 1.25rem; color: white; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1.08; letter-spacing: -.04em; }
.section-title { margin: .55rem 0 1rem; color: white; font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.15; letter-spacing: -.025em; }
.section-copy { color: var(--slate-400); font-size: 1rem; line-height: 1.75; }
.muted { color: var(--slate-400); }
.small { font-size: .8rem; line-height: 1.65; }
.center { text-align: center; }
.center .section-copy { max-width: 650px; margin-inline: auto; }
.gradient-text { background: linear-gradient(90deg, #60a5fa, #7dd3fc, #a5b4fc); -webkit-background-clip: text; background-clip: text; color: transparent; }

.announcement { background: linear-gradient(90deg, #1d4ed8, var(--blue), #4338ca); color: white; text-align: center; padding: .55rem 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .02em; }
.announcement span { display: inline-block; margin-right: .45rem; padding: .18rem .48rem; border-radius: 999px; background: rgba(255,255,255,.17); font-size: .62rem; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(30,41,59,.9); background: rgba(6,10,23,.91); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: #60a5fa; border: 1px solid rgba(59,130,246,.3); border-radius: .8rem; background: rgba(37,99,235,.1); transition: .25s ease; }
.brand:hover .brand-mark { color: white; background: var(--blue); }
.brand-name { color: white; font-size: 1.18rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.brand-name em { color: var(--blue-bright); font-style: normal; }
.brand-sub { display: block; margin-top: .3rem; color: var(--slate-400); font-size: .55rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; }
.desktop-nav a { color: var(--slate-300); font-size: .78rem; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: #60a5fa; }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.phone-label { display: block; color: var(--slate-400); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.phone-number { color: white; font-size: .78rem; font-weight: 800; }
.phone-number:hover { color: #60a5fa; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: white; border: 1px solid var(--slate-700); border-radius: .75rem; background: var(--slate-900); }
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 80; padding: 1rem; background: rgba(3,5,12,.97); }
.mobile-menu.open { display: block; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.mobile-menu nav { display: grid; gap: .7rem; }
.mobile-menu nav a { padding: 1rem; color: white; border: 1px solid var(--slate-800); border-radius: .85rem; background: var(--navy-900); font-weight: 700; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 46px; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: .75rem; font-size: .8rem; font-weight: 800; line-height: 1; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--blue); box-shadow: 0 12px 32px rgba(37,99,235,.25); }
.btn-primary:hover { background: var(--blue-bright); box-shadow: 0 16px 36px rgba(37,99,235,.36); }
.btn-secondary { color: white; border-color: var(--slate-700); background: var(--slate-900); }
.btn-secondary:hover { border-color: rgba(59,130,246,.65); }
.btn-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

.hero { position: relative; overflow: hidden; padding: 5.3rem 0 6.5rem; background: var(--navy-950); }
.hero::before { content: ""; position: absolute; width: 650px; height: 370px; left: 22%; top: 15%; border-radius: 50%; background: rgba(37,99,235,.15); filter: blur(120px); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: 3rem; align-items: center; }
.hero-copy { max-width: 680px; }
.hero-copy > .section-copy { max-width: 640px; font-size: 1.05rem; }
.hero-image { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--slate-800); border-radius: 1.7rem; background: var(--navy-900); box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,5,12,.9)); }
.hero-image img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.hero-image-note { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: white; }
.hero-image-note strong { display: block; font-size: .88rem; }
.hero-image-note span { color: var(--slate-300); font-size: .68rem; }
.badge { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.25rem; padding: .45rem .75rem; color: var(--slate-300); border: 1px solid var(--slate-800); border-radius: 999px; background: var(--slate-900); font-size: .68rem; font-weight: 700; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(16,185,129,.11); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin: 1.65rem 0; color: var(--slate-400); font-size: .72rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: .45rem; }
.trust-row svg { width: 18px; color: #60a5fa; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; max-width: 620px; padding: 1.35rem; border: 1px solid var(--slate-800); border-radius: 1rem; background: rgba(15,23,42,.6); }
.metric-row strong { display: block; color: white; font-size: 1.35rem; }
.metric-row span { color: var(--slate-400); font-size: .65rem; }
.page-hero { position: relative; overflow: hidden; padding: 5rem 0; border-bottom: 1px solid var(--slate-800); background: linear-gradient(135deg, var(--navy-950), #071127); }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 260px; right: 5%; top: 10%; border-radius: 50%; background: rgba(37,99,235,.18); filter: blur(100px); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .section-copy { max-width: 720px; }
.breadcrumbs { margin-bottom: 1.5rem; color: var(--slate-500); font-size: .7rem; font-weight: 700; }
.breadcrumbs a { color: #60a5fa; }

.brand-strip { padding: 1.5rem 0; border-block: 1px solid var(--slate-800); background: rgba(6,10,23,.65); }
.brand-strip-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; color: var(--slate-400); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 3rem; }
.cards.two { grid-template-columns: repeat(2,1fr); }
.card { padding: 1.75rem; border: 1px solid var(--slate-800); border-radius: 1.15rem; background: var(--navy-900); transition: border-color .25s, transform .25s; }
.card:hover { transform: translateY(-3px); border-color: rgba(59,130,246,.5); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.25rem; color: #60a5fa; border: 1px solid rgba(59,130,246,.24); border-radius: .8rem; background: rgba(37,99,235,.1); }
.card h3 { margin: 0 0 .65rem; color: white; font-size: 1.08rem; }
.card p { margin: 0; color: var(--slate-400); font-size: .81rem; line-height: 1.7; }
.card ul, .check-list { margin: 1.15rem 0 0; padding: 1rem 0 0; list-style: none; border-top: 1px solid var(--slate-800); }
.card li, .check-list li { display: flex; align-items: flex-start; gap: .55rem; margin-top: .65rem; color: var(--slate-300); font-size: .72rem; line-height: 1.5; }
.card li svg, .check-list li svg { width: 16px; height: 16px; flex: 0 0 16px; color: #60a5fa; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.25rem; color: #60a5fa; font-size: .75rem; font-weight: 800; }
.card-link:hover { color: var(--accent); }

.split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4rem; align-items: center; }
.media-card { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--slate-800); border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.info-stack { display: grid; gap: .9rem; margin-top: 1.7rem; }
.info-item { display: flex; align-items: flex-start; gap: .9rem; }
.info-item .card-icon { width: 42px; height: 42px; flex: 0 0 42px; margin: 0; }
.info-item strong { display: block; margin-bottom: .22rem; color: white; font-size: .9rem; }
.info-item p { margin: 0; color: var(--slate-400); font-size: .74rem; line-height: 1.6; }

.form-card { padding: 2rem; border: 1px solid var(--slate-800); border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow); }
.form-card h2, .form-card h3 { margin: 0 0 .35rem; color: white; }
.form-card > p { margin: 0 0 1.5rem; color: var(--slate-400); font-size: .76rem; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field { margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .45rem; color: var(--slate-400); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: .75rem .9rem; color: var(--white); border: 1px solid var(--slate-800); border-radius: .75rem; outline: 0; background: var(--slate-950); font-size: .78rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(37,99,235,.14); }
.form-note { margin-top: .75rem; color: var(--slate-500); font-size: .63rem; text-align: center; }
.form-status { display: none; margin: 1rem 0 0; padding: .8rem 1rem; color: #a7f3d0; border: 1px solid rgba(16,185,129,.3); border-radius: .75rem; background: rgba(16,185,129,.1); font-size: .72rem; }
.form-status.show { display: block; }
.calculator { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; align-items: stretch; margin-top: 2.5rem; padding: 2rem; border: 1px solid var(--slate-800); border-radius: var(--radius-lg); background: var(--navy-950); }
.estimate { display: grid; align-content: center; text-align: center; padding: 2rem; border: 1px solid rgba(59,130,246,.32); border-radius: 1rem; background: rgba(37,99,235,.1); }
.estimate strong { display: block; margin: .7rem 0; color: white; font-size: 3.2rem; letter-spacing: -.05em; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 3rem; }
.step { position: relative; padding: 1.5rem; border-top: 2px solid var(--blue); background: linear-gradient(180deg, rgba(37,99,235,.08), transparent); }
.step-number { color: #60a5fa; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.step h3 { margin: .55rem 0; color: white; font-size: .95rem; }
.step p { margin: 0; color: var(--slate-400); font-size: .72rem; line-height: 1.65; }
.faq { display: grid; gap: .7rem; margin-top: 2.5rem; }
.faq-item { overflow: hidden; border: 1px solid var(--slate-800); border-radius: .9rem; background: var(--slate-950); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.35rem; color: white; border: 0; background: transparent; text-align: left; font-size: .83rem; font-weight: 800; }
.faq-question svg { width: 18px; flex: 0 0 18px; color: #60a5fa; transition: transform .2s; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 1.35rem 1.25rem; color: var(--slate-400); font-size: .77rem; line-height: 1.7; }

.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; margin-top: 2.5rem; }
.gallery-card { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--slate-800); border-radius: 1.15rem; background: var(--navy-900); }
.gallery-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .5s; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,5,12,.94)); }
.gallery-label { position: absolute; z-index: 1; right: 1.3rem; bottom: 1.3rem; left: 1.3rem; }
.gallery-label strong { display: block; color: white; }
.gallery-label span { color: var(--slate-300); font-size: .7rem; }
.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.area { padding: 1.25rem; border: 1px solid var(--slate-800); border-radius: .9rem; background: var(--navy-900); }
.area strong { display: block; color: white; font-size: .85rem; }
.area span { color: var(--slate-400); font-size: .68rem; }

.legal { padding: 4.5rem 0 6rem; background: var(--navy-950); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 3rem; align-items: start; }
.legal-nav { position: sticky; top: 112px; padding: 1rem; border: 1px solid var(--slate-800); border-radius: .9rem; background: var(--navy-900); }
.legal-nav a { display: block; padding: .55rem .65rem; color: var(--slate-400); font-size: .7rem; font-weight: 700; border-radius: .5rem; }
.legal-nav a:hover { color: white; background: var(--slate-900); }
.legal-content h2 { scroll-margin-top: 112px; margin: 2.2rem 0 .75rem; color: white; font-size: 1.25rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--slate-400); font-size: .78rem; line-height: 1.85; }
.legal-content ul { padding-left: 1.2rem; }
.legal-callout { padding: 1rem 1.15rem; border-left: 3px solid var(--blue); border-radius: 0 .65rem .65rem 0; background: rgba(37,99,235,.08); }

.cta-band { padding: 4rem 0; border-block: 1px solid var(--slate-800); background: linear-gradient(135deg, #07132c, var(--navy-900)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { margin: 0 0 .5rem; color: white; font-size: clamp(1.55rem,3vw,2.25rem); }
.cta-inner p { margin: 0; color: var(--slate-400); font-size: .8rem; }

.site-footer { padding: 4rem 0 2rem; color: var(--slate-400); border-top: 1px solid var(--slate-800); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr; gap: 2.2rem; padding-bottom: 2.5rem; }
.footer-title { margin: 0 0 1rem; color: white; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-copy { max-width: 330px; font-size: .7rem; line-height: 1.7; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a, .footer-links span { color: var(--slate-400); font-size: .68rem; line-height: 1.5; }
.footer-links a:hover { color: #60a5fa; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; border-top: 1px solid var(--slate-800); font-size: .62rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.call-float { position: fixed; z-index: 60; right: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .55rem; padding: .8rem 1rem; color: white; border: 1px solid rgba(125,211,252,.4); border-radius: 999px; background: linear-gradient(135deg,var(--blue),#1d4ed8); box-shadow: 0 16px 40px rgba(37,99,235,.4); font-size: .75rem; font-weight: 800; }
.call-float svg { width: 17px; }

@media (max-width: 1050px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero-copy > .section-copy { margin-inline: auto; }
  .trust-row, .button-row { justify-content: center; }
  .metric-row { margin-inline: auto; text-align: left; }
  .hero-image { min-height: 430px; }
  .hero-image img { min-height: 430px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .section { padding: 4.5rem 0; }
  .section-sm { padding: 3.25rem 0; }
  .announcement { font-size: .62rem; }
  .announcement span { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand-sub { display: none; }
  .nav-actions > .btn { display: none; }
  .hero { padding: 3.7rem 0 4.8rem; }
  .hero-image, .hero-image img { min-height: 340px; }
  .metric-row { gap: .5rem; padding: 1rem; }
  .metric-row strong { font-size: 1.05rem; }
  .metric-row span { font-size: .55rem; }
  .page-hero { padding: 3.75rem 0; }
  .cards, .cards.two, .split, .calculator, .gallery-grid, .area-grid, .form-grid { grid-template-columns: 1fr; }
  .split { gap: 2.5rem; }
  .cards { margin-top: 2.2rem; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .calculator { padding: 1.2rem; }
  .media-card, .media-card img { min-height: 340px; }
  .legal-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .legal-nav { position: static; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .call-float { right: .8rem; bottom: .8rem; }
}

@media (max-width: 460px) {
  .container { width: min(100% - 1.35rem, 1180px); }
  .brand-name { font-size: 1rem; }
  .brand-mark { width: 40px; height: 40px; }
  .steps { grid-template-columns: 1fr; }
  .hero-image, .hero-image img { min-height: 290px; }
  .gallery-card, .gallery-card img { min-height: 300px; }
  .call-float span { display: none; }
  .call-float { width: 48px; height: 48px; justify-content: center; padding: 0; }
}

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