:root {
  --navy: #071e3a;
  --navy-2: #0b3d75;
  --steel: #eef3f8;
  --steel-2: #cbd6df;
  --text: #172331;
  --muted: #64748b;
  --orange: #ff5a00;
  --white: #ffffff;
  --card: #ffffff;
  --border: rgba(15, 23, 42, 0.1);
  --shadow: 0 22px 60px rgba(7, 30, 58, 0.16);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #f7f9fc;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--orange);
  color: white;
  padding: 10px 14px;
  z-index: 9999;
  border-radius: 999px;
}
.skip-link:focus { left: 12px; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
}
.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.topbar a { color: white; font-weight: 750; }
.topbar-phones { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.top-sep { opacity: .45; margin: 0 5px; }
.topbar .mini-links { display: flex; gap: 18px; flex-wrap: wrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.navbar {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 78px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
}
.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  background: white;
}
.brand strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
  letter-spacing: .02em;
  line-height: 1.05;
}
.brand span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 4px;
}
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-links a {
  padding: 10px 11px;
  border-radius: 999px;
  white-space: nowrap;
  color: #1e293b;
  font-weight: 650;
  font-size: .94rem;
}
.nav-links a:hover,
.nav-links a.active { background: #edf4fb; color: var(--navy-2); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.language-select {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 12px;
  min-width: 130px;
  background: white;
  color: var(--navy);
  font-weight: 700;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--navy);
  color: white;
  border-radius: 12px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 5px auto;
  border-radius: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5a00 0%, #ff7a1a 100%);
  color: white;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 90, 0, .25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255, 90, 0, .32); }
.btn.secondary {
  background: white;
  color: var(--navy);
  border-color: var(--border);
  box-shadow: none;
}
.btn.dark { background: var(--navy); box-shadow: 0 14px 28px rgba(7, 30, 58, .22); }
.btn.small {
  min-height: 44px;
  padding: 10px 20px;
  font-size: .92rem;
  letter-spacing: .01em;
  border: 1px solid rgba(255,255,255,.22);
}
.nav-actions .btn.small { box-shadow: 0 14px 34px rgba(255, 90, 0, .28); }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, #0d4c8c 0, var(--navy) 46%, #041020 100%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('./hero-pattern.svg');
  background-size: cover;
  opacity: 1;
}
.hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 20px 72px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.93);
  font-weight: 800;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 90, 0, .14);
}
.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.55rem, 6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.hero p {
  color: rgba(255,255,255,.82);
  font-size: 1.12rem;
  max-width: 700px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-card {
  background: rgba(255,255,255,.94);
  color: var(--text);
  border-radius: 30px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.28);
}
.hero-card img.logo-card {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  background: white;
  border-radius: 22px;
  margin-bottom: 18px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat {
  background: #f4f7fb;
  padding: 16px 12px;
  border-radius: 18px;
  border: 1px solid var(--border);
}
.stat strong { display: block; color: var(--navy); font-size: 1.35rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: .82rem; font-weight: 700; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 20px;
}
.section.tight { padding-top: 50px; padding-bottom: 50px; }
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}
.section-header.center { display: block; text-align: center; max-width: 820px; margin: 0 auto 34px; }
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 10px;
}
h1, h2, h3 { color: var(--navy); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.045em; margin: 0; }
h3 { margin: 0 0 10px; font-size: 1.2rem; }
.section-header p, .lead { color: var(--muted); font-size: 1.06rem; max-width: 720px; margin: 12px 0 0; }

.grid { display: grid; gap: 22px; }
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .06);
}
.card.highlight { background: linear-gradient(135deg, #ffffff, #eef5fb); border-color: rgba(11, 61, 117, .18); }
.card.dark-card { background: var(--navy); color: white; }
.card.dark-card h3 { color: white; }
.card.dark-card p, .card.dark-card li { color: rgba(255,255,255,.78); }
.card img.card-img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 18px;
  background: #f4f7fb;
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #edf4fb;
  color: var(--navy-2);
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.client-logo {
  min-height: 110px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 14px 35px rgba(15,23,42,.05);
}
.client-logo strong {
  color: var(--navy);
  letter-spacing: .08em;
  font-size: clamp(1.3rem, 4vw, 2.15rem);
}
.client-logo span { color: var(--orange); margin-left: 7px; }

.feature-strip {
  background: white;
  border-block: 1px solid var(--border);
}
.feature-strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 20px;
}
.feature-item {
  padding: 26px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-left: 1px solid var(--border);
}
.feature-item:last-child { border-right: 1px solid var(--border); }
.feature-item b { color: var(--navy); display: block; }
.feature-item span { color: var(--muted); font-size: .9rem; }
.feature-dot {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(255,90,0,.12);
}

.page-hero {
  background: radial-gradient(circle at top right, #0b4d91 0, var(--navy) 52%, #041020 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.page-hero::before { content:""; position:absolute; inset:0; background-image: url('./hero-pattern.svg'); opacity:.95; background-size:cover; }
.page-hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 80px 20px;
}
.page-hero h1 {
  color: white;
  margin: 16px 0 14px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 880px;
}
.page-hero p { max-width: 780px; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.breadcrumbs { color: rgba(255,255,255,.72); font-size: .92rem; }
.breadcrumbs a { color: white; font-weight: 800; }

.list-check { list-style: none; padding: 0; margin: 18px 0 0; }
.list-check li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 12px;
  color: #334155;
}
.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 90, 0, .13);
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  background: #edf4fb;
  color: var(--navy-2);
  border: 1px solid rgba(11,61,117,.12);
  border-radius: 999px;
  font-weight: 800;
  font-size: .88rem;
}

.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.tab-btn {
  border: 1px solid var(--border);
  background: white;
  color: var(--navy);
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 850;
  cursor: pointer;
}
.tab-btn.active { background: var(--navy); color: white; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.process {
  counter-reset: step;
}
.process .card { position: relative; padding-top: 68px; }
.process .card::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: 20px;
  left: 24px;
  color: var(--orange);
  font-weight: 950;
  font-size: 1.5rem;
}

.form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-grid .full { grid-column: 1 / -1; }
label {
  display: block;
  font-weight: 850;
  color: var(--navy);
  margin-bottom: 7px;
  font-size: .92rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 13px 14px;
  background: #f8fafc;
  color: var(--text);
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: rgba(255,90,0,.65);
  background: white;
  box-shadow: 0 0 0 4px rgba(255,90,0,.12);
}
.form-note { color: var(--muted); font-size: .92rem; margin-top: 12px; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; align-items: center; }

.quote-builder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
.check-options { display: grid; gap: 10px; margin-top: 12px; }
.check-option {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: #f8fafc;
}
.check-option input { width: auto; }
.estimate-box {
  position: sticky;
  top: 120px;
  background: var(--navy);
  color: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.estimate-box h3 { color: white; }
.estimate-box p { color: rgba(255,255,255,.76); }
.score {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 11px 0;
}
.score span:first-child { color: rgba(255,255,255,.7); }
.score span:last-child { font-weight: 900; color: white; }

.accordion { display: grid; gap: 12px; }
.accordion-item {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  padding: 18px 20px;
  background: white;
  border: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--navy);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted);
}
.accordion-item.open .accordion-content { display: block; }
.accordion-item.open .accordion-trigger span:last-child { transform: rotate(45deg); }
.accordion-trigger span:last-child { transition: transform .2s ease; color: var(--orange); font-size: 1.2rem; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card a { color: var(--navy-2); font-weight: 850; }
.map-card iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 22px;
  background: #e2e8f0;
}

.cta-section {
  max-width: var(--max);
  margin: 40px auto 88px;
  padding: 0 20px;
}
.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), #0b4d91);
  color: white;
  border-radius: 32px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow);
}
.cta-box::after { content:""; position:absolute; right:-80px; top:-80px; width:260px; height:260px; border-radius:50%; background:rgba(255,90,0,.24); }
.cta-box h2 { color: white; }
.cta-box p { color: rgba(255,255,255,.78); max-width: 720px; }
.cta-box > * { position: relative; z-index: 1; }

.site-footer {
  background: #050e1b;
  color: rgba(255,255,255,.74);
  padding: 62px 20px 28px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 32px; }
.footer-logo { display: flex; gap: 13px; align-items: center; margin-bottom: 14px; }
.footer-logo img { width: 64px; height: 64px; object-fit: contain; border-radius: 12px; background: white; }
.footer-logo strong { color: white; display: block; }
.site-footer h3 { color: white; font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .9rem;
}

.float-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  gap: 9px;
}
.float-actions a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: white;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}
.float-actions a.email-float { background: var(--orange); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .nav-links {
    position: fixed;
    inset: 148px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 12px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { border-radius: 14px; }
  .menu-toggle { display: block; }
  .nav-actions .btn { display: none; }
  .hero-inner, .quote-builder, .grid.cols-2 { grid-template-columns: 1fr; }
  .feature-strip-inner, .grid.cols-4, .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .grid.cols-3, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-box { grid-template-columns: 1fr; }
  .estimate-box { position: static; }
}

@media (max-width: 680px) {
  .topbar-inner { display: block; }
  .topbar .mini-links { margin-top: 6px; }
  .navbar { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 52px; height: 52px; }
  .brand span { display: none; }
  .hero-inner { padding-top: 62px; }
  .hero-card { padding: 18px; }
  .stat-grid, .feature-strip-inner, .grid.cols-3, .grid.cols-4, .logo-row, .form-grid, .contact-cards, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 62px 16px; }
  .section-header { display: block; }
  .feature-item { border-right: 1px solid var(--border); }
  .page-hero-inner { padding: 60px 16px; }
  .form-card, .cta-box { padding: 24px; border-radius: 22px; }
  .float-actions { right: 12px; bottom: 12px; }
}
