:root {
  --ink: #101826;
  --navy: #0F2747;
  --navy2: #12305B;
  --blue: #5073B7;
  --act: #3A5FAD;
  --cloud: #F3F6FB;
  --line: #E5E9F1;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #fff;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--ink)
}

h1,
h2,
h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  margin: 0
}

p {
  margin: 0
}

a {
  text-decoration: none;
  color: inherit
}

img {
  max-width: 100%;
  display: block
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px
}

/* ---- shared bits ---- */
.eyebrow {
  display: inline-block;
  font: 600 12.5px 'Hanken Grotesk', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #3e5c99;
  margin-bottom: 14px
}

.eyebrow-light {
  color: #7FB3FF
}

.section {
  padding: 96px 0 40px;
  scroll-margin-top: 20px
}

.section-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 52px
}

.section-head-dark {
  margin-bottom: 48px
}

.section-lede {
  font-size: 18px;
  line-height: 1.55;
  color: #525C70;
  margin-top: 16px
}

.section-lede.light {
  color: rgba(255, 255, 255, .8)
}

h2 {
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -.03em
}

h2.light {
  color: #fff
}

.logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.05;
  display: flex;
  flex-direction: column;
  color: #fff
}

.logo-img {
  height: 58px;
  width: auto;
  display: block
}

.logo span {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  margin-top: 2px
}

.btn {
  cursor: pointer;
  border: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease, color .15s ease
}

.btn:active {
  transform: scale(.97)
}

.btn-white {
  background: #fff;
  color: #101826;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px
}

.btn-white:hover {
  background: #e8edf6
}

.btn-blue {
  background: #3E5C99;
  color: #fff;
  padding: 17px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35)
}

.btn-blue:hover {
  background: #3f6bc4
}

.btn-ghost {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  border: 1.5px solid rgba(255, 255, 255, .45)
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .22)
}

.btn-submit {
  background: var(--act);
  color: #fff;
  height: 54px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 17px;
  margin-top: 4px;
  box-shadow: 0 10px 22px rgba(58, 95, 173, .3);
  width: 100%
}

.btn-submit:hover {
  background: #2c4d96
}

/* ---- driveway photo (why us section) ---- */
.ph-driveway {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(16, 24, 38, .20)
}

/* ---- hero ---- */
.hero {
  position: relative;
  min-height: 720px;
  background: #0A152A;
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 21, 42, .82) 0%, rgba(10, 21, 42, .40) 40%, rgba(10, 21, 42, .86) 100%)
}

.hero-inner {
  position: relative;
  padding-top: 26px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  min-height: 720px
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px
}

.nav-a {
  font: 600 15px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .9);
  transition: color .15s ease
}

.nav-a:hover {
  color: #fff
}

.hero-content {
  margin-top: auto;
  max-width: 780px
}

.hero-content h1 {
  font-size: 74px;
  line-height: .98;
  letter-spacing: -.035em;
  color: #fff;
  margin: 0 0 22px
}

.hero-lede {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .88);
  margin: 0 0 34px;
  max-width: 560px
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 46px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .20)
}

.stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: #fff;
  line-height: 1
}

.stat-label {
  font: 500 13.5px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .72);
  margin-top: 4px
}

/* ---- trust strip ---- */
.trust-strip {
  background: var(--navy2);
  padding: 16px 0
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap
}

.trust-item {
  font: 600 14px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .94);
  display: flex;
  align-items: center;
  gap: 8px
}

/* ---- services ---- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.svc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 8px 26px rgba(16, 24, 38, .07);
  transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s ease, border-color .18s ease
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(16, 24, 38, .16);
  border-color: #cdd7e8
}

.svc-card:hover .svc-arrow svg {
  transform: translateX(4px)
}

.svc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--cloud);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}

.svc-card h3 {
  font-size: 20px;
  margin: 0 0 8px
}

.svc-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6478;
  margin: 0 0 16px
}

.svc-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 700 14px 'Plus Jakarta Sans', sans-serif;
  color: var(--act);
  cursor: pointer
}

.svc-arrow svg {
  transition: transform .18s ease
}

/* ---- gallery / before-after ---- */
.gallery-section {
  background: var(--navy);
  margin-top: 72px;
  padding: 90px 0 96px
}

.ba {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4)
}

.ba img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none
}

.ba-featured {
  width: 100%;
  max-width: 1120px;
  height: 690px;
  margin: 0 auto 28px
}

.ba-over {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(var(--p)*1%);
  overflow: hidden
}

.ba-over>* {
  width: calc(100% * (100 / var(--p))) !important;
  max-width: none !important;
  height: 100%
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--p)*1%);
  width: 3px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
  transform: translateX(-1.5px);
  pointer-events: none
}

.ba-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none
}

.ba-chip {
  position: absolute;
  bottom: 16px;
  font: 700 11px 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .12em;
  padding: 6px 12px;
  border-radius: 999px;
  pointer-events: none
}

.ba-chip-before {
  left: 16px;
  background: rgba(10, 21, 42, .72);
  color: #fff
}

.ba-chip-after {
  right: 16px;
  background: rgba(255, 255, 255, .9);
  color: #0F2747
}

.ba-caption {
  text-align: center;
  font: 500 14.5px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .66);
  margin: 16px 0 0
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 28px
}

.ba-portrait {
  width: 100%;
  height: 520px
}

.gallery-photo {
  width: 100%;
  max-width: 1120px;
  height: 480px;
  margin: 28px auto 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4)
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%
}

/* ---- why us ---- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.why-photo {
  position: relative;
  height: 520px
}

.why-photo .ph-driveway {
  position: absolute;
  inset: 0
}

.why-badge {
  position: absolute;
  left: -8px;
  bottom: -8px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 16px 40px rgba(16, 24, 38, .18);
  display: flex;
  align-items: center;
  gap: 14px
}

.why-badge-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: var(--act);
  line-height: 1
}

.why-badge-label {
  font: 500 13.5px/1.25 'Hanken Grotesk', sans-serif;
  color: #384256
}

.why-grid h2 {
  font-size: 42px;
  line-height: 1.06;
  color: var(--ink);
  margin: 0 0 18px
}

.why-lede {
  font-size: 17.5px;
  line-height: 1.6;
  color: #525C70;
  margin-bottom: 30px
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.why-item {
  display: flex;
  gap: 15px;
  align-items: flex-start
}

.why-icon {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--cloud);
  display: flex;
  align-items: center;
  justify-content: center
}

.why-title {
  font: 700 17px 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin-bottom: 3px
}

.why-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #5b6478
}

/* ---- process ---- */
.process-section {
  background: var(--cloud);
  padding: 80px 0
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.process-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 28px;
  text-align: center
}

.process-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  background: var(--act);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px
}

.process-card h3 {
  font-size: 19px;
  margin: 0 0 8px
}

.process-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6478
}

/* ---- reviews ---- */
.reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px
}

.stars {
  display: flex;
  gap: 3px
}

.reviews-count {
  font: 600 15px 'Hanken Grotesk', sans-serif;
  color: #525C70
}

.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.rev-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 26px rgba(16, 24, 38, .07);
  transition: transform .18s ease, box-shadow .18s ease
}

.rev-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(16, 24, 38, .14)
}

.stars-sm {
  margin-bottom: 14px
}

.rev-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #2a3346;
  margin: 0 0 20px
}

.rev-person {
  display: flex;
  align-items: center;
  gap: 12px
}

.rev-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font: 700 16px 'Plus Jakarta Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center
}

.rev-name {
  font: 700 14.5px 'Plus Jakarta Sans', sans-serif;
  color: var(--ink)
}

.rev-loc {
  font: 500 13px 'Hanken Grotesk', sans-serif;
  color: #8893A6
}

/* ---- quote cta ---- */
.quote-section {
  position: relative;
  background: var(--navy);
  padding: 88px 0;
  overflow: hidden
}

.quote-glow {
  position: absolute;
  top: -140px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 115, 183, .55) 0%, rgba(80, 115, 183, 0) 70%);
  pointer-events: none
}

.quote-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center
}

.quote-inner h2 {
  font-size: 48px;
  line-height: 1.03;
  color: #fff;
  margin: 0 0 18px
}

.quote-lede {
  display: block;
  font-size: 18.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
  margin: 0 0 30px;
  max-width: 460px
}

.quote-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff
}

.quote-phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center
}

.quote-phone-label {
  display: block;
  font: 500 12px 'Hanken Grotesk', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6)
}

.quote-phone-num {
  font: 700 22px 'Plus Jakarta Sans', sans-serif;
  color: #fff
}

.quote-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .4);
  overflow: hidden
}

.quote-card-head {
  background: var(--navy2);
  padding: 22px 28px
}

.quote-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  line-height: 1.1
}

.quote-card-sub {
  font: 500 13.5px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .8);
  margin-top: 5px
}

.quote-form {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 13px
}

.quote-form[hidden] {
  display: none
}

.qinput {
  height: 48px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 0 15px;
  font: 500 15.5px 'Hanken Grotesk', sans-serif;
  color: #2a3346;
  outline: none;
  width: 100%;
  background: #fff;
  transition: border-color .15s ease
}

.qinput:focus {
  border-color: var(--act);
  box-shadow: 0 0 0 4px rgba(58, 95, 173, .14)
}

select.qinput {
  color: #6b7488
}

.quote-fine {
  text-align: center;
  font: 500 12.5px 'Hanken Grotesk', sans-serif;
  color: #5E6980;
}

.quote-success {
  padding: 44px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px
}

.quote-success[hidden] {
  display: none
}

.quote-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #E7F3EC;
  display: flex;
  align-items: center;
  justify-content: center
}

.quote-success-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--ink)
}

.quote-success-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6478;
  max-width: 280px
}

.quote-success-phone {
  color: var(--act);
  font-weight: 700
}

/* ---- footer ---- */
.footer {
  background: #0A1220;
  padding: 60px 0 34px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .10)
}

.footer-blurb {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .6);
  margin: 18px 0 0;
  max-width: 300px
}

.footer-heading {
  font: 700 13px 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.foot-a {
  color: rgba(255, 255, 255, .66);
  font: 400 14.5px 'Hanken Grotesk', sans-serif;
  transition: color .15s ease
}

.foot-a:hover {
  color: #fff
}

.foot-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600
}

.foot-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: 400 14.5px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .66)
}

.foot-note svg {
  flex: none;
  margin-top: 1px
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 12px;
  font: 400 13.5px 'Hanken Grotesk', sans-serif;
  color: rgba(255, 255, 255, .5)
}

/* ---- responsive ---- */
@media (max-width:960px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px
  }

  .nav-links {
    gap: 16px
  }

  .nav-a {
    display: none
  }

  .hero-content h1 {
    font-size: 48px
  }

  .svc-grid,
  .rev-grid,
  .process-grid {
    grid-template-columns: 1fr
  }

  .ba-grid {
    grid-template-columns: 1fr
  }

  .why-grid,
  .quote-inner {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-stats {
    gap: 24px;
    flex-wrap: wrap
  }
}