:root {
  --ink: #111112;
  --muted: #515653;
  --soft: #f4f7f5;
  --mint: #72f0bd;
  --green: #08734e;
  --dark: #090a0b;
  --line: #d9dfdc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

button,
input {
  font: inherit;
}

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

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgb(9 10 11 / 82%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: white;
  backdrop-filter: blur(14px);
}

.nav,
.wrap,
.hero-inner {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 60px;
}

.brand {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.navlinks {
  display: flex;
  gap: 30px;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
}

.navlinks a:hover {
  color: white;
}

.nav-cta {
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
}

.hero {
  position: relative;
  min-height: 74vh;
  padding-top: 92px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--dark);
  color: white;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  opacity: 0.7;
}

.hero-shade {
  background: linear-gradient(90deg, #090a0b 0%, rgb(9 10 11 / 76%) 48%, rgb(9 10 11 / 20%) 100%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: end;
  padding-bottom: 48px;
}

.eyebrow {
  margin: 0;
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.green {
  color: var(--green);
}

.mint {
  color: var(--mint);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(42px, 6.1vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 19px;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: 19px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  font-size: 14px;
}

.primary {
  background: white;
  color: var(--ink);
}

.secondary {
  border: 1px solid rgb(255 255 255 / 38%);
  color: white;
}

.dark {
  background: var(--dark);
  color: white;
}

.outline-dark {
  border: 1px solid rgb(9 10 11 / 30%);
}

.proof {
  display: grid;
  gap: 16px;
}

.proof article {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 8px;
  background: rgb(9 10 11 / 42%);
  padding: 22px;
  backdrop-filter: blur(12px);
}

.proof strong {
  display: block;
  color: var(--mint);
  font-size: 36px;
}

.proof span {
  display: block;
  margin-top: 6px;
  color: rgb(255 255 255 / 72%);
}

.section {
  padding: 72px 0;
}

.white {
  background: white;
}

.soft {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: end;
}

.body {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.small {
  font-size: 14px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.service-grid article,
.panel,
.visual-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.service-grid article {
  background: var(--soft);
  padding: 22px;
}

.service-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-top: 42px;
}

.panel,
.summary,
.visual-panel {
  padding: 24px;
}

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

.mode,
.addons button,
.tabs button {
  cursor: pointer;
}

.mode {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 16px;
  text-align: left;
}

.mode strong,
.mode span {
  display: block;
}

.mode span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mode.active {
  border-color: var(--dark);
  background: var(--dark);
  color: white;
}

.mode.active[data-staging="basic"],
.mode.active[data-staging="premium"] {
  border-color: #086445;
  background: #086445;
}

.mode.active span {
  color: rgb(255 255 255 / 75%);
}

.slider-grid,
.addons-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.range-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 18px;
}

.range-card span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 800;
}

output {
  border-radius: 8px;
  background: white;
  padding: 4px 10px;
}

input[type="range"] {
  width: 100%;
  margin-top: 18px;
  accent-color: var(--green);
}

small {
  display: block;
  margin-top: 10px;
  color: #636966;
  font-size: 12px;
  line-height: 1.5;
}

.addons {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.addons h3 {
  font-size: 15px;
}

.addons button {
  width: 100%;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 12px;
  text-align: left;
}

.addons button.active {
  border-color: var(--green);
  background: #e8f8f0;
}

.addons b {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.summary {
  border-radius: 8px;
  background: var(--dark);
  color: white;
}

.total {
  margin-top: 14px;
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 800;
}

.summary-text {
  color: rgb(255 255 255 / 72%);
  line-height: 1.7;
}

.comparison {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.comparison div {
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 8%);
  padding: 16px;
}

.comparison span {
  display: inline-block;
  color: rgb(255 255 255 / 82%);
}

.comparison strong {
  float: right;
}

.comparison small {
  clear: both;
  color: rgb(255 255 255 / 60%);
}

.sales-note {
  margin-top: 24px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  padding: 18px;
}

.sales-note p {
  margin-bottom: 0;
  line-height: 1.55;
}

.visual-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 26px;
  margin-top: 40px;
}

.tabs {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.tabs button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px;
  text-align: left;
  font-weight: 800;
}

.tabs button.active {
  background: var(--dark);
  color: white;
}

.visual-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.visual-content img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 8px;
  object-fit: cover;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 84px 70px;
  gap: 12px;
  padding: 15px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.price-row:first-child {
  border-top: 0;
  background: var(--dark);
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row span:first-child {
  font-weight: 800;
}

.footnote {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.gallery-band {
  background: var(--dark);
  padding: 72px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(255 255 255 / 8%);
  color: white;
}

figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

figcaption {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 14px;
  color: rgb(255 255 255 / 75%);
  font-size: 14px;
}

.process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ol li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 18px;
  font-weight: 800;
}

ol span {
  color: var(--green);
  font-size: 26px;
}

.cta {
  background: #dceee7;
  padding: 72px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.cta p {
  color: #37413c;
  line-height: 1.75;
}

.cta-actions {
  justify-content: end;
  margin-top: 0;
}

@media (max-width: 980px) {
  .hero-inner,
  .split,
  .pricing-layout,
  .visual-panel,
  .visual-content,
  .process,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .navlinks {
    display: none;
  }

  .nav,
  .wrap,
  .hero-inner {
    width: min(100% - 32px, 1240px);
  }

  .hero {
    min-height: 68vh;
  }

  .hero-inner {
    padding-bottom: 44px;
  }

  .proof {
    display: none;
  }

  .lead {
    font-size: 17px;
  }

  .section,
  .gallery-band,
  .cta {
    padding: 56px 0;
  }

  .service-grid,
  .mode-grid,
  .slider-grid,
  .addons-wrap,
  .gallery {
    grid-template-columns: 1fr;
  }

  .panel,
  .summary,
  .visual-panel {
    padding: 18px;
  }

  .price-row {
    grid-template-columns: 1fr 78px 62px;
    gap: 8px;
    padding: 13px;
    font-size: 13px;
  }

  .cta-actions {
    justify-content: start;
  }
}
