:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5e6b78;
  --line: #d9e2e8;
  --paper: #f7fafb;
  --white: #ffffff;
  --blue: #0c6a8f;
  --green: #1c7c54;
  --gold: #c88921;
  --shadow: 0 16px 40px rgba(23, 32, 42, 0.12);
}

* {
  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(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 251, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.top-cta,
.button,
button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.top-cta,
.primary,
button {
  color: var(--white);
  background: var(--green);
}

.secondary {
  border: 1px solid var(--line);
  background: var(--white);
}

.notice {
  margin: 18px clamp(18px, 4vw, 56px) 0;
  padding: 10px 14px;
  border: 1px solid #f0d69f;
  border-radius: 8px;
  color: #68450b;
  background: #fff7e8;
  font-size: 0.92rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(48px, 9vw, 96px) clamp(18px, 4vw, 56px);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.lede {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.18rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  display: grid;
  gap: 14px;
}

.hero-panel div,
.service-grid article,
.price-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel span,
.service-grid p,
.split p,
.contact p,
footer {
  color: var(--muted);
}

.band,
.split,
.contact {
  padding: clamp(44px, 7vw, 82px) clamp(18px, 4vw, 56px);
}

.band {
  background: var(--white);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 24px;
}

.service-grid,
.price-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.price-grid article {
  box-shadow: none;
}

.price-grid .featured {
  border-color: rgba(28, 124, 84, 0.45);
  box-shadow: var(--shadow);
}

.plan {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 1.22rem;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 28px;
  align-items: start;
}

.area-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  border-left: 5px solid var(--gold);
  padding: 14px 16px;
  background: var(--white);
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 4px;
  border-left: 5px solid var(--gold);
  padding: 14px 16px;
  background: var(--white);
}

.steps span {
  color: var(--muted);
}

.ownership {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(44px, 7vw, 82px) clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: var(--white);
}

.ownership p:last-child {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.7fr);
  gap: 28px;
  background: #e8f2f4;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 56px);
  font-size: 0.88rem;
}

@media (max-width: 860px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
  }

  .hero,
  .split,
  .contact,
  .ownership {
    grid-template-columns: 1fr;
  }

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

  .price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .top-cta {
    width: 100%;
  }

  nav {
    justify-content: space-between;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  footer {
    display: grid;
  }
}
