:root {
  --navy-950: #03152f;
  --navy-900: #061f46;
  --navy-800: #092d63;
  --blue-700: #075eb4;
  --blue-600: #0787d1;
  --cyan-500: #12bfe9;
  --cyan-300: #77def6;
  --ice-100: #e9f8fd;
  --ice-50: #f6fcff;
  --white: #fff;
  --ink: #0b2342;
  --muted: #52677f;
  --line: #d7e8f1;
  --shadow: 0 24px 70px rgba(3, 31, 70, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ice-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -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, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 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;
}
.skip-link {
  position: fixed; left: 16px; top: -70px; z-index: 999; padding: 12px 18px;
  color: var(--navy-950); background: var(--white); border-radius: 10px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 82px;
  background: rgba(3, 21, 47, 0.84); border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(calc(100% - 40px), var(--container)); height: 100%; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); flex: 0 0 auto; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(119,222,246,.6);
  border-radius: 13px; color: var(--white); background: linear-gradient(145deg, var(--cyan-500), var(--blue-700));
  font-size: 17px; font-weight: 900; letter-spacing: -1.5px; box-shadow: 0 8px 26px rgba(18,191,233,.28);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 20px; letter-spacing: .11em; }
.brand-copy small { margin-top: 5px; color: #bdebf7; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 29px; color: #d8e9f5; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.main-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px;
  background: var(--cyan-500); transition: right .25s ease;
}
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta {
  padding: 11px 17px; color: var(--navy-950); background: var(--cyan-300);
  border-radius: 11px; font-weight: 800; transition: transform .2s, background .2s;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.hero {
  position: relative; overflow: hidden; padding-top: 82px; color: var(--white);
  background:
    linear-gradient(120deg, rgba(3,21,47,.99) 4%, rgba(6,31,70,.96) 54%, rgba(8,68,115,.88) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .22; }
.hero-glow-one { width: 430px; height: 430px; right: 5%; top: 15%; background: var(--cyan-500); }
.hero-glow-two { width: 320px; height: 320px; left: -12%; bottom: 5%; background: var(--blue-600); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 78px; padding-block: 64px 70px; }
.eyebrow { margin: 0 0 22px; color: #bceef9; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--cyan-500); }
.eyebrow.dark { color: var(--blue-700); }
.hero h1, h2 { margin: 0; line-height: 1.06; letter-spacing: -.045em; }
.hero h1 { max-width: 740px; font-size: clamp(44px, 5.2vw, 76px); font-weight: 850; }
.hero h1 em { display: block; color: var(--cyan-300); font-style: normal; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #d7e8f4; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px;
  padding: 0 23px; border: 1px solid transparent; border-radius: 13px; cursor: pointer;
  font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--cyan-300), var(--cyan-500)); box-shadow: 0 12px 35px rgba(18,191,233,.25); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(18,191,233,.38); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-assurances { display: flex; gap: 28px; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-assurances li { display: flex; align-items: center; gap: 11px; }
.hero-assurances .check { display: grid; place-items: center; width: 30px; height: 30px; color: var(--cyan-300); border: 1px solid rgba(119,222,246,.4); border-radius: 50%; font-size: 13px; }
.hero-assurances strong, .hero-assurances small { display: block; }
.hero-assurances strong { font-size: 13px; }
.hero-assurances small { color: #93b3c9; font-size: 11px; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 420px); }
.visual-frame { position: relative; overflow: hidden; height: 500px; border: 1px solid rgba(255,255,255,.2); border-radius: 110px 22px 110px 22px; box-shadow: 0 36px 100px rgba(0,0,0,.35); }
.visual-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,21,47,.58), transparent 55%); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.temperature-pill { position: absolute; z-index: 2; left: 26px; bottom: 27px; padding: 10px 14px; color: var(--white); background: rgba(3,21,47,.82); border: 1px solid rgba(119,222,246,.5); border-radius: 999px; backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }
.temperature-pill span { color: var(--cyan-300); margin-right: 5px; }
.price-card {
  position: absolute; z-index: 4; right: -30px; top: 38px; width: 150px; padding: 19px 19px 17px;
  color: var(--navy-950); background: var(--white); border-radius: 17px; box-shadow: var(--shadow); transform: rotate(2deg);
}
.price-card > span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.35; }
.price-card strong { display: block; color: var(--blue-700); font-size: 35px; line-height: 1.2; letter-spacing: -.04em; }
.price-card strong small { font-size: 13px; letter-spacing: .03em; }
.trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.1); background: rgba(1,14,33,.44); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid p:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--cyan-300); font-size: 17px; }
.trust-grid span { color: #aec7d8; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.audience-section { padding-top: 56px; padding-bottom: 50px; background: var(--white); border-bottom: 1px solid var(--line); }
.section-kicker { margin: 0 0 22px; color: var(--blue-700); font-size: 11px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .17em; }
.audience-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.audience-row span { padding: 10px 16px; color: var(--navy-800); background: var(--ice-100); border: 1px solid #d5eff8; border-radius: 999px; font-size: 13px; font-weight: 700; }

.services { background: var(--ice-50); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading h2, .about h2, .quote-section h2, .contact-section h2, .process-section h2 { font-size: clamp(36px, 4.3vw, 58px); color: var(--navy-900); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; padding: 38px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 10px 35px rgba(3,31,70,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #a7dcea; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, var(--navy-800), var(--blue-700)); border-color: transparent; }
.service-number { position: absolute; right: 26px; top: 18px; color: rgba(7,94,180,.09); font-size: 76px; font-weight: 900; line-height: 1; }
.featured .service-number { color: rgba(255,255,255,.09); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; color: var(--blue-600); background: var(--ice-100); border-radius: 16px; }
.featured .service-icon { color: var(--cyan-300); background: rgba(255,255,255,.1); }
.service-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; margin: 0 0 12px; color: var(--navy-900); font-size: 24px; letter-spacing: -.02em; }
.featured h3 { color: var(--white); }
.service-card > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; }
.featured > p { color: #c9dfed; }
.service-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.featured ul { border-color: rgba(255,255,255,.13); }
.service-card li { padding: 6px 10px; color: var(--blue-700); background: var(--ice-100); border-radius: 7px; font-size: 11px; font-weight: 700; }
.featured li { color: #d9f6fd; background: rgba(255,255,255,.09); }

.process-section { color: var(--white); background: var(--navy-950); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-section h2 { color: var(--white); }
.process-copy > p:not(.eyebrow) { color: #abc4d6; margin: 25px 0; }
.text-link { color: var(--cyan-300); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 8px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--cyan-300); border: 1px solid rgba(119,222,246,.35); border-radius: 50%; font-size: 12px; font-weight: 800; }
.process-list strong { display: block; font-size: 18px; }
.process-list p { margin: 4px 0 0; color: #94afc2; font-size: 13px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: center; }
.about-logo-card { position: relative; padding: 54px; background: radial-gradient(circle at 50% 35%, #fff 0, #e7f8fd 50%, #cdeffa 100%); border: 1px solid #cce9f3; border-radius: 36px; box-shadow: var(--shadow); }
.about-logo-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(7,94,180,.13); border-radius: 25px; pointer-events: none; }
.about-logo-card img { position: relative; width: 100%; mix-blend-mode: multiply; }
.about-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 16px; }
.about-points { display: grid; gap: 11px; }
.about-points p { display: grid; grid-template-columns: 34px 1fr; margin: 0; padding: 14px; background: var(--ice-50); border: 1px solid var(--line); border-radius: 13px; }
.about-points p > span { grid-row: 1 / 3; display: grid; place-items: center; align-self: center; width: 25px; height: 25px; color: var(--white); background: var(--blue-600); border-radius: 50%; font-size: 11px; }
.about-points strong { font-size: 13px; }
.about-points small { color: var(--muted); font-size: 12px; }

.quote-section { color: var(--white); background: linear-gradient(135deg, var(--navy-900), #074a83); }
.quote-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.quote-section h2 { color: var(--white); }
.quote-intro > p:not(.eyebrow) { color: #c0d7e6; margin: 25px 0 35px; }
.contact-shortcuts { display: grid; gap: 12px; }
.contact-shortcuts a { display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.06); }
.contact-shortcuts a > span:first-child { display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy-950); background: var(--cyan-300); border-radius: 11px; }
.contact-shortcuts small, .contact-shortcuts strong { display: block; }
.contact-shortcuts small { color: #9bb9cc; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.contact-shortcuts strong { font-size: 14px; }
.quote-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 15px; color: var(--navy-800); font-size: 12px; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); background: var(--ice-50); border: 1px solid #cbdfe9; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form input, .quote-form select { height: 48px; }
.quote-form textarea { min-height: 112px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(7,135,209,.11); }
.quote-form .consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500; }
.quote-form .consent input { flex: 0 0 17px; width: 17px; height: 17px; margin: 2px 0 0; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-note.success { color: #08794a; font-weight: 700; }

.contact-section { padding: 78px 0; color: var(--white); background: var(--blue-700); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.contact-section .section-kicker { color: var(--cyan-300); text-align: left; }
.contact-section h2 { color: var(--white); font-size: clamp(31px, 3.8vw, 48px); }
.contact-section address { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.15); font-style: normal; }
.contact-section address p { margin: 0; padding: 20px; background: rgba(3,21,47,.32); }
.contact-section address small, .contact-section address a, .contact-section address span { display: block; }
.contact-section address small { color: #9ee9f9; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-section address a, .contact-section address span { margin-top: 3px; font-size: 13px; font-weight: 700; line-height: 1.45; }
.contact-section address a:hover { color: var(--cyan-300); }

.site-footer { padding: 30px 0; color: #9bb2c5; background: #021024; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: 13px; }
.footer-brand .brand-copy strong { font-size: 16px; }
.footer-brand .brand-copy small { font-size: 7px; }
.site-footer p { margin: 0; font-size: 11px; }
.floating-quote { display: none; }

@media (max-width: 980px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 35px; }
  .hero h1 { font-size: clamp(44px, 6.5vw, 63px); }
  .price-card { right: -10px; }
  .process-grid, .about-grid, .quote-grid { gap: 55px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 76px 0; }
  .site-header { height: 70px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 7px; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; padding: 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--white); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 22px 28px;
    background: rgba(3,21,47,.98); border-top: 1px solid rgba(255,255,255,.1);
    transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; }
  .hero { padding-top: 70px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 48px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-visual { justify-self: center; margin-top: 13px; width: min(88%, 390px); }
  .visual-frame { height: 430px; }
  .price-card { right: -18px; top: 30px; }
  .hero-assurances { flex-direction: column; gap: 13px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); }
  .trust-grid p:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .section-heading, .service-grid, .process-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .service-card { min-height: auto; padding: 30px 25px; }
  .process-grid { gap: 40px; }
  .about-grid { gap: 45px; }
  .about-logo-card { width: min(100%, 430px); margin-inline: auto; padding: 42px; }
  .quote-grid { gap: 45px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .contact-section address { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; text-align: center; }
  .floating-quote { position: fixed; z-index: 90; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; color: var(--navy-950); background: var(--cyan-300); border-radius: 999px; box-shadow: 0 10px 30px rgba(3,21,47,.3); font-size: 12px; font-weight: 900; }
}

@media (max-width: 420px) {
  .hero-actions .button { width: 100%; }
  .hero-visual { width: 92%; }
  .visual-frame { height: 380px; border-radius: 75px 18px 75px 18px; }
  .price-card { right: -10px; width: 136px; }
  .trust-grid p { padding: 17px 12px; }
  .trust-grid strong { font-size: 14px; }
  .trust-grid span { font-size: 9px; }
  .contact-shortcuts strong { font-size: 12px; }
}

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