@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Oswald:wght@500;600;700&display=swap");

:root {
  --bg-main: #f6f3ec;
  --blue: #0e3150;
  --green: #476a46;
  --gray: #4b4f54;
  --text: #1e2328;
  --border: #d8d2c7;
  --white: #ffffff;
  --radius: 14px;
  --shadow-soft: 0 8px 18px rgba(14, 49, 80, 0.04);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.homepage-body {
  margin: 0;
  background: var(--bg-main);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
}

.homepage-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 40px;
}

.homepage-body a {
  color: inherit;
}

.homepage-header,
.homepage-hero,
.benefits-section,
.steps-section,
.pricing-section,
.contact-section,
.homepage-footer {
  margin-top: 20px;
}

.homepage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 0;
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
}

.brand-mark svg {
  width: 32px;
  height: 32px;
}

.brand-wordmark {
  display: grid;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.65rem;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-wordmark-accent {
  color: var(--green);
}

.homepage-nav {
  display: none;
  align-items: center;
  gap: 28px;
  font-size: 1.05rem;
  font-weight: 700;
}

.homepage-nav a {
  text-decoration: none;
}

.homepage-header-button,
.homepage-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease,
    color 160ms ease, box-shadow 160ms ease;
}

.homepage-header-button,
.homepage-button-primary,
.homepage-button-accent {
  background: var(--green);
  color: var(--white);
}

.homepage-button-light {
  background: var(--white);
  color: var(--blue);
}

.homepage-button-outline-light {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: var(--white);
}

.homepage-button:hover,
.homepage-header-button:hover {
  transform: translateY(-1px);
}

.homepage-button:focus-visible,
.homepage-header-button:focus-visible,
.homepage-nav a:focus-visible,
.homepage-brand:focus-visible,
.contact-field input:focus-visible {
  outline: 3px solid rgba(14, 49, 80, 0.28);
  outline-offset: 3px;
}

.homepage-hero {
  display: grid;
  gap: 24px;
  padding: 48px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
}

.hero-copy {
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.section-label {
  margin: 0;
  color: #315fa0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-label-light {
  color: rgba(255, 255, 255, 0.82);
}

.homepage-body h1,
.homepage-body h2,
.homepage-body h3 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.homepage-body h1 {
  font-size: clamp(2.125rem, 7.6vw, 3.5rem);
  line-height: 1.1;
  color: var(--blue);
}

.homepage-body h2 {
  font-size: clamp(1.625rem, 5.5vw, 2.25rem);
  line-height: 1.08;
  color: var(--blue);
}

.homepage-body h3 {
  font-size: clamp(1.25rem, 4vw, 1.375rem);
  line-height: 1.15;
}

.hero-subhead {
  margin: 0;
  font-size: clamp(1.5rem, 5.8vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--green);
}

.hero-support,
.benefit-copy p,
.step-card p,
.pricing-card p,
.contact-copy p,
.contact-field label,
.form-status,
.contact-direct-line,
.homepage-footer {
  font-size: 1rem;
  line-height: 1.5;
}

.hero-support,
.hero-proof,
.contact-copy p,
.pricing-card p,
.step-card p {
  margin: 0;
}

.hero-proof {
  font-weight: 700;
  color: var(--gray);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.22), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #f3ead5 0%, #f7f1e5 38%, #dbc6a0 68%, #bcaa82 100%);
}

.scene-sun {
  position: absolute;
  top: 34px;
  left: 22px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 214, 0.94), rgba(255, 245, 214, 0.12));
}

.scene-road {
  position: absolute;
  inset: auto -15% -4% 12%;
  height: 45%;
  background: linear-gradient(180deg, #7c6952 0%, #564838 100%);
  clip-path: polygon(44% 0, 58% 0, 100% 100%, 0 100%);
  opacity: 0.92;
}

.scene-store {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: min(56%, 300px);
  height: 38%;
  border-top-left-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0 2px, transparent 2px 34px),
    linear-gradient(180deg, #91583d, #643b29);
  background-size: 34px 100%, 100% 100%;
  box-shadow: inset 0 0 0 1px rgba(30, 35, 40, 0.16);
}

.scene-store::before {
  content: "";
  position: absolute;
  inset: -36px auto auto 14px;
  width: 38px;
  height: 64px;
  background: linear-gradient(180deg, rgba(14, 49, 80, 0.08), rgba(14, 49, 80, 0.28));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.scene-store-sign {
  position: absolute;
  right: 18px;
  top: 28px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(61, 44, 33, 0.74);
  color: var(--bg-main);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.scene-water-tower {
  position: absolute;
  right: 32%;
  top: 20px;
  width: 66px;
  height: 160px;
}

.scene-water-tower::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(246, 243, 236, 0.95);
  border: 2px solid rgba(75, 79, 84, 0.24);
}

.scene-water-tower::after {
  content: "";
  position: absolute;
  inset: 48px 0 0;
  background:
    linear-gradient(90deg, transparent 14px, rgba(75, 79, 84, 0.48) 14px 16px, transparent 16px 31px, rgba(75, 79, 84, 0.48) 31px 33px, transparent 33px 48px, rgba(75, 79, 84, 0.48) 48px 50px, transparent 50px),
    linear-gradient(45deg, transparent 44%, rgba(75, 79, 84, 0.38) 44% 46%, transparent 46% 54%, rgba(75, 79, 84, 0.38) 54% 56%, transparent 56%);
}

.scene-water-tower span {
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 1;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}

.scene-truck {
  position: absolute;
  right: 24px;
  bottom: 30px;
  width: 210px;
  height: 92px;
}

.scene-truck-bed,
.scene-truck-cab {
  position: absolute;
  bottom: 24px;
  background: linear-gradient(180deg, #123d63, #0d2943);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.scene-truck-bed {
  right: 0;
  width: 132px;
  height: 46px;
  border-radius: 10px 12px 8px 6px;
}

.scene-truck-cab {
  left: 34px;
  width: 74px;
  height: 42px;
  border-radius: 14px 16px 4px 8px;
}

.scene-truck-cab::before {
  content: "";
  position: absolute;
  inset: 8px 16px 12px 14px;
  border-radius: 8px 10px 4px 4px;
  background: rgba(246, 243, 236, 0.62);
}

.scene-wheel {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2f3134;
  border: 5px solid #4f545a;
}

.scene-wheel-left {
  left: 52px;
}

.scene-wheel-right {
  right: 22px;
}

.scene-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  margin: 0;
  width: min(220px, calc(100% - 36px));
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue);
  font-size: 1rem;
  font-weight: 700;
}

.benefits-section {
  padding: 48px 0;
}

.benefits-intro {
  margin-bottom: 18px;
}

.benefits-grid {
  display: grid;
  gap: 16px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #f2e7d5;
  color: var(--green);
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

.benefit-copy {
  display: grid;
  gap: 8px;
}

.benefit-copy h3 {
  color: var(--blue);
}

.benefit-copy p {
  color: var(--gray);
}

.steps-section,
.pricing-section {
  padding: 48px 20px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.steps-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.step-card,
.pricing-card {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.step-card {
  display: grid;
  gap: 12px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.55rem;
}

.pricing-card {
  display: grid;
  gap: 14px;
}

.pricing-card-featured {
  background: #f9faf7;
}

.pricing-value {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(3rem, 12vw, 5rem);
  line-height: 0.92;
  color: var(--blue);
  text-transform: uppercase;
}

.pricing-value-tight {
  font-size: clamp(2rem, 9vw, 3.7rem);
  line-height: 0.94;
}

.pricing-value-tight span {
  display: inline-block;
}

.pricing-value-tight small {
  margin-left: 8px;
  font-size: 0.42em;
  color: var(--green);
}

.pricing-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-panel {
  display: grid;
  gap: 22px;
  padding: 48px 20px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
}

.contact-copy {
  display: grid;
  gap: 16px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-direct-line {
  color: rgba(255, 255, 255, 0.82);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  font-weight: 700;
}

.contact-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.homepage-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 4px 0;
  color: var(--gray);
}

.homepage-footer p {
  margin: 0;
  font-weight: 700;
}

.homepage-footer a {
  font-weight: 700;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 720px) {
  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-actions,
  .steps-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-field-full,
  .form-status,
  .contact-form .homepage-button {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .homepage-shell {
    width: min(1200px, calc(100% - 48px));
    padding-bottom: 52px;
  }

  .homepage-header,
  .homepage-hero,
  .benefits-section,
  .steps-section,
  .pricing-section,
  .contact-section,
  .homepage-footer {
    margin-top: 32px;
  }

  .homepage-nav {
    display: inline-flex;
  }

  .homepage-hero {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    padding: 72px 24px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .scene-store {
    height: 42%;
  }

  .scene-store-sign {
    font-size: 1.2rem;
  }

  .scene-chip {
    left: 24px;
    bottom: 24px;
  }

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

  .benefit-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 24px;
  }

  .benefit-icon {
    width: 68px;
    height: 68px;
  }

  .steps-section,
  .pricing-section {
    padding: 80px 24px;
  }

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

  .step-card {
    position: relative;
    min-height: 100%;
    padding: 24px;
  }

  .step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -24px;
    width: 32px;
    border-top: 2px dotted rgba(75, 79, 84, 0.55);
  }

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

  .contact-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: 28px;
    padding: 80px 24px;
  }

  .contact-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .homepage-header-button {
    min-width: 156px;
  }
}

@media (max-width: 899px) {
  .hero-copy .homepage-button,
  .contact-actions .homepage-button,
  .contact-form .homepage-button {
    width: 100%;
  }
}
