:root {
  --deep: #061C16;
  --deep-2: #0B2A21;
  --green: #27E681;
  --green-2: #11B963;
  --mint: #E9FFF3;
  --sand: #F6F1E8;
  --ink: #10231C;
  --muted: #64756D;
  --line: rgba(16, 35, 28, 0.12);
  --white: #FFFFFF;
  --shadow: 0 24px 80px rgba(6, 28, 22, 0.12);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: #FBFCF9;
  color: var(--ink);
}

a {
  color: inherit;
}

.announcement {
  background: var(--green);
  color: var(--deep);
  text-align: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
}

.announcement span {
  font-weight: 900;
}

.header {
  background:
    radial-gradient(circle at 15% 10%, rgba(39, 230, 129, 0.26), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, var(--deep), var(--deep-2));
  color: var(--white);
  padding: 24px;
  overflow: hidden;
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--green);
  color: var(--deep);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.brand small {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

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

.nav-links a {
  color: rgba(255,255,255,.72);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.nav-links a:hover {
  color: white;
}

.menu-toggle {
  display: none;
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: var(--deep);
  text-decoration: none;
  border: none;
  border-radius: 999px;
  font-weight: 900;
  padding: 15px 22px;
  min-height: 50px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(39, 230, 129, 0.24);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.ghost {
  background: rgba(255,255,255,.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: none;
}

.btn.ghost-dark {
  background: #F1F5F0;
  color: var(--deep);
  box-shadow: none;
}

.hero {
  max-width: 1180px;
  margin: 80px auto 40px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 58px;
  align-items: center;
}

.pill {
  display: inline-flex;
  background: rgba(39, 230, 129, 0.12);
  border: 1px solid rgba(39, 230, 129, 0.35);
  color: var(--green);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(46px, 6.4vw, 82px);
  line-height: .92;
  letter-spacing: -0.08em;
  margin: 20px 0 24px;
}

h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: .96;
  letter-spacing: -0.07em;
  margin: 8px 0 18px;
}

h3 {
  letter-spacing: -0.04em;
  font-size: 22px;
}

.hero-text {
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.55;
  max-width: 640px;
}

.hero-actions,
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
  max-width: 650px;
}

.trust-row div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 18px;
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.trust-row span {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.phone-card {
  width: min(100%, 420px);
  min-height: 560px;
  margin-left: auto;
  background: #F7FBF7;
  border: 10px solid rgba(255,255,255,.15);
  border-radius: 42px;
  box-shadow: 0 40px 120px rgba(0,0,0,.32);
  color: var(--ink);
  padding: 22px;
  position: relative;
}

.phone-top {
  width: 112px;
  height: 6px;
  background: #D8E2DC;
  border-radius: 999px;
  margin: 0 auto 22px;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--deep);
  color: white;
  border-radius: 20px;
  padding: 14px;
  font-weight: 800;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.route-card {
  margin-top: 18px;
  background: white;
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.route-card > div:not(.route-line) {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
}

.route-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.route-card strong {
  color: var(--ink);
}

.pin {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  display: inline-block;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin.green { background: var(--green); }
.pin.blue { background: #6FA8FF; }
.pin.dark { background: var(--deep); }

.route-line {
  height: 42px;
  border-left: 2px dashed #C9D6CF;
  margin-left: 9px;
}

.mini-map {
  height: 210px;
  border-radius: 26px;
  margin-top: 18px;
  background:
    linear-gradient(90deg, rgba(16,35,28,.05) 1px, transparent 1px),
    linear-gradient(rgba(16,35,28,.05) 1px, transparent 1px),
    #E8F1EA;
  background-size: 38px 38px;
  position: relative;
  overflow: hidden;
}

.mini-map::before,
.mini-map::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 34px;
  background: rgba(255,255,255,.9);
  transform: rotate(-24deg);
  top: 90px;
  left: -110px;
  border-radius: 999px;
}

.mini-map::after {
  transform: rotate(28deg);
  top: 116px;
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: var(--green-2);
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

.map-pin.one { left: 65px; top: 75px; }
.map-pin.two { right: 78px; top: 94px; }
.map-pin.three { left: 172px; bottom: 50px; }

.floating-stat {
  position: absolute;
  left: 22px;
  bottom: 70px;
  background: white;
  color: var(--ink);
  border-radius: 24px;
  padding: 20px;
  width: 190px;
  box-shadow: var(--shadow);
}

.floating-stat strong,
.floating-stat span {
  display: block;
}

.floating-stat strong {
  font-size: 34px;
  letter-spacing: -0.08em;
}

.floating-stat span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 24px;
}

.kicker {
  color: var(--green-2);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.section-heading {
  max-width: 720px;
}

.section-heading p:not(.kicker),
.locator-section p,
.booking-copy p,
.store-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.centered {
  text-align: center;
  margin: 0 auto 36px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 22px;
}

.intro-grid .section-heading {
  grid-row: span 2;
}

.benefit-card,
.model-card,
.locator-card,
.booking-form,
.store-panel,
.pricing-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.benefit-card span {
  color: var(--green-2);
  font-weight: 900;
}

.benefit-card p,
.model-card p,
.pricing-card p {
  color: var(--muted);
  line-height: 1.65;
}

.model-section {
  max-width: none;
  background: var(--sand);
}

.model-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

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

.model-card {
  box-shadow: none;
}

.model-card.highlighted {
  background: var(--deep);
  color: white;
}

.model-card.highlighted p,
.model-card.highlighted li {
  color: rgba(255,255,255,.72);
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--mint);
  border-radius: 18px;
  font-size: 24px;
  margin-bottom: 22px;
}

.model-card.highlighted .icon {
  background: rgba(39,230,129,.12);
}

.model-card ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 0;
}

.locator-section,
.booking-section {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.area-tags span {
  background: var(--mint);
  color: var(--deep);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
}

.locator-card {
  padding: 18px;
}

.map-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 14px;
}

.map-toolbar input,
.map-toolbar button,
input,
select {
  border: 1px solid #DCE6DF;
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
}

.map-toolbar button {
  background: var(--deep);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.map-mock {
  height: 360px;
  border-radius: 24px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(16,35,28,.04) 1px, transparent 1px),
    linear-gradient(rgba(16,35,28,.04) 1px, transparent 1px),
    #EDF5EF;
  background-size: 42px 42px;
  overflow: hidden;
}

.map-road {
  position: absolute;
  width: 140%;
  height: 38px;
  background: white;
  border-radius: 999px;
  opacity: .95;
}

.road-one { transform: rotate(18deg); left: -80px; top: 90px; }
.road-two { transform: rotate(-28deg); left: -80px; top: 190px; }
.road-three { transform: rotate(62deg); left: 90px; top: 110px; }

.shop-pin {
  position: absolute;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--deep);
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 16px 30px rgba(6,28,22,.18);
  font-weight: 900;
}

.p1 { left: 22%; top: 22%; }
.p2 { right: 26%; top: 34%; }
.p3 { left: 48%; bottom: 22%; }
.p4 { right: 14%; bottom: 18%; }

.store-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.store-list div {
  background: #F7FAF7;
  border-radius: 18px;
  padding: 14px;
}

.store-list strong,
.store-list span {
  display: block;
}

.store-list span {
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
}

.booking-section {
  align-items: start;
}

.launch-box {
  background: var(--mint);
  border: 1px solid #BEEFCF;
  border-radius: 22px;
  padding: 20px;
  margin-top: 26px;
}

.launch-box p {
  margin: 8px 0 0;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
}

.check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check input {
  width: auto;
}

.total-card {
  background: var(--deep);
  color: white;
  border-radius: 22px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-card span {
  color: rgba(255,255,255,.7);
  font-weight: 700;
}

.total-card strong {
  font-size: 34px;
  letter-spacing: -0.07em;
}

.microcopy {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.stores-section {
  max-width: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(39,230,129,.20), transparent 26%),
    var(--deep);
  color: white;
}

.stores-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.store-panel {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 34px;
  align-items: center;
}

.store-panel p {
  color: rgba(255,255,255,.72);
}

.store-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.store-benefits div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 18px;
}

.store-benefits strong,
.store-benefits span {
  display: block;
}

.store-benefits span {
  color: rgba(255,255,255,.64);
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.45;
}

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

.pricing-card span {
  color: var(--green-2);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.pricing-card strong {
  display: block;
  font-size: 46px;
  letter-spacing: -0.09em;
  margin: 16px 0 8px;
}

.pricing-card.featured {
  background: var(--deep);
  color: white;
}

.pricing-card.featured p {
  color: rgba(255,255,255,.72);
}

.footer {
  background: #061C16;
  color: white;
  display: grid;
  grid-template-columns: 1.2fr .7fr 1fr;
  gap: 24px;
  padding: 46px max(24px, calc((100vw - 1180px) / 2));
}

.footer p {
  color: rgba(255,255,255,.68);
  margin-bottom: 8px;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 920px) {
  .nav {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .intro-grid,
  .model-cards,
  .locator-section,
  .booking-section,
  .store-panel,
  .pricing-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-top: 46px;
  }

  .hero-visual {
    min-height: auto;
  }

  .phone-card {
    margin: 0 auto;
  }

  .floating-stat {
    left: 0;
    bottom: -20px;
  }

  .trust-row,
  .form-grid,
  .store-benefits {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 70px 20px;
  }
}

@media (max-width: 520px) {
  .header {
    padding: 18px;
  }

  h1 {
    font-size: 44px;
  }

  .phone-card {
    min-height: auto;
    border-width: 6px;
    padding: 16px;
  }

  .mini-map,
  .map-mock {
    height: 250px;
  }

  .hero-actions,
  .cta-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
