:root {
  --green-950: #0a2c1d;
  --green-900: #123d29;
  --green-800: #174d33;
  --green-700: #236342;
  --lime: #94c23d;
  --lime-dark: #759d28;
  --ink: #17201c;
  --muted: #5a6760;
  --line: #d8ddd8;
  --warm: #f6f4ed;
  --soft-green: #e9f0e8;
  --white: #fff;
  --error: #a12d2d;
  --radius: 12px;
  --container: 1180px;
  --header: 82px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }

h1 {
  max-width: 640px;
  margin-bottom: 25px;
  font-size: clamp(3.4rem, 5.7vw, 5.5rem);
  font-weight: 650;
  hyphens: manual;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  font-weight: 630;
}

h3 { margin-bottom: 9px; font-size: 1.15rem; }
p { margin-bottom: 1em; }

::selection { color: var(--green-950); background: var(--lime); }

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: clamp(85px, 9vw, 135px) 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--green-950);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--green-700);
  font-size: .73rem;
  font-weight: 780;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow span { width: 26px; height: 2px; flex: 0 0 auto; background: var(--lime-dark); }
.eyebrow--light { color: #dbe8df; }
.eyebrow--light span { background: var(--lime); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  color: var(--white);
  background: var(--green-800);
  border: 1px solid var(--green-800);
  border-radius: 7px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.button:hover { color: var(--green-950); background: var(--lime); border-color: var(--lime); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .8rem; }
.button--full { width: 100%; }

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--green-800);
  font-size: .86rem;
  font-weight: 740;
  text-decoration: none;
}

.text-link svg { width: 20px; height: 20px; }
.text-link:hover { color: var(--lime-dark); }

/* Header */
.header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(23, 32, 28, .1);
  backdrop-filter: blur(12px);
}

.header__inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { width: 170px; margin-right: auto; text-decoration: none; }
.brand img { width: 150px; height: 52px; object-fit: contain; object-position: left center; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { display: flex; min-height: 44px; align-items: center; color: #334139; font-size: .8rem; font-weight: 680; text-decoration: none; }
.nav a:hover { color: var(--green-700); }

.header__phone { font-size: .78rem; font-weight: 730; text-decoration: none; }
.header__phone:hover { color: var(--green-700); }

/* Hero */
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 47% 53%;
  background: var(--warm);
}

.hero__content { display: flex; align-items: center; justify-content: flex-end; }

.hero__text {
  width: min(570px, calc(100% - 40px));
  margin-left: 20px;
  padding: 80px 65px 80px 0;
}

.hero__lead { max-width: 590px; margin-bottom: 31px; color: #47554d; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 23px; }
.hero__place { margin: 30px 0 0; color: #58655e; font-size: .7rem; font-weight: 650; letter-spacing: .05em; }

.hero__image { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero__image figcaption,
.product__image figcaption {
  position: absolute;
  right: 14px;
  bottom: 11px;
  margin: 0;
  padding: 4px 7px;
  color: rgba(255, 255, 255, .88);
  background: rgba(10, 44, 29, .65);
  font-size: .6rem;
}

/* Fact bar */
.factbar { color: var(--white); background: var(--green-900); }
.factbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.factbar__grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 23px 28px; border-right: 1px solid rgba(255, 255, 255, .16); }
.factbar__grid > div:first-child { padding-left: 0; }
.factbar__grid > div:last-child { padding-right: 0; border-right: 0; }
.factbar strong { color: var(--lime); font-size: 1.18rem; line-height: 1.2; }
.factbar span { margin-top: 7px; color: #c7d5cc; font-size: .71rem; }
.factbar sub { font-size: .7em; }

/* Product */
.product { background: var(--white); }
.product__grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(60px, 9vw, 130px); }

.product__image { position: relative; height: 680px; margin: 0; overflow: hidden; background: var(--warm); }
.product__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hunton-logo { width: 205px; height: auto; margin-bottom: 48px; }
.product__content h2 { max-width: 690px; }
.product__intro { max-width: 670px; margin-bottom: 43px; color: var(--muted); font-size: 1.02rem; }

.benefits { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.benefits article { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 25px 24px 0; border-bottom: 1px solid var(--line); }
.benefits article:nth-child(odd) { border-right: 1px solid var(--line); }
.benefits article:nth-child(even) { padding-left: 25px; }
.benefits svg { width: 31px; height: 31px; color: var(--green-700); }
.benefits h3 { font-size: 1rem; }
.benefits p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

/* Use */
.use { color: var(--white); background: var(--green-800); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .6fr); align-items: end; gap: 75px; margin-bottom: 58px; }
.section-heading h2 { max-width: 740px; margin: 0; }
.section-heading > p { margin: 0 0 6px; color: #c7d5cc; font-size: .95rem; }

.use__cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .2); }
.use__cards article { min-height: 260px; padding: 30px 38px 34px 0; border-right: 1px solid rgba(255, 255, 255, .2); }
.use__cards article:not(:first-child) { padding-left: 38px; }
.use__cards article:last-child { padding-right: 0; border-right: 0; }
.use__cards article > span { color: var(--lime); font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.use__cards h3 { margin-top: 75px; font-size: 1.42rem; }
.use__cards p { max-width: 330px; margin: 0; color: #c7d5cc; font-size: .85rem; }

/* Process */
.process { background: var(--warm); }
.process__heading { max-width: 760px; margin-bottom: 58px; }
.process__heading h2 { margin-bottom: 0; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #cfd5cf; list-style: none; }
.steps li { min-height: 230px; padding: 27px 28px 25px 0; border-right: 1px solid #cfd5cf; }
.steps li:not(:first-child) { padding-left: 28px; }
.steps li:last-child { border-right: 0; }
.steps li > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green-950); background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.steps h3 { margin-top: 48px; }
.steps p { margin: 0; color: var(--muted); font-size: .8rem; }

/* Documents */
.documents { padding: clamp(75px, 8vw, 115px) 0; color: var(--white); background: var(--green-950); }
.documents__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); align-items: center; gap: 90px; }
.documents h2 { max-width: 600px; font-size: clamp(2.25rem, 4vw, 3.6rem); }
.documents__grid > div:first-child > p:last-child { max-width: 560px; margin: 0; color: #b9c9bf; }

.documents__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.documents__links a { min-height: 90px; display: grid; grid-template-columns: 1fr 23px; align-content: center; column-gap: 12px; padding: 18px 20px; color: var(--white); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); text-decoration: none; }
.documents__links a:hover { border-color: var(--lime); }
.documents__links strong, .documents__links span { display: block; }
.documents__links strong { color: var(--lime); font-size: .85rem; }
.documents__links span { margin-top: 4px; color: #b9c9bf; font-size: .68rem; }
.documents__links svg { grid-column: 2; grid-row: 1 / span 2; width: 20px; height: 20px; color: var(--lime); }

/* Contact */
.contact { background: var(--soft-green); }
.contact__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); align-items: start; gap: clamp(65px, 9vw, 125px); }
.contact__intro h2 { max-width: 610px; }
.contact__intro > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 1rem; }

.contact__direct { display: grid; gap: 12px; margin-top: 38px; }
.contact__direct a { width: fit-content; display: flex; flex-direction: column; text-decoration: none; }
.contact__direct small { color: var(--muted); font-size: .68rem; }
.contact__direct strong { margin-top: 2px; font-size: .93rem; }
.contact__direct a:hover strong { color: var(--green-700); }

.form { padding: 39px; background: var(--white); border: 1px solid #d4ded5; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 15px; }
.form label { display: block; color: #2f3e36; font-size: .72rem; font-weight: 700; }
.form input,
.form select,
.form textarea { width: 100%; min-height: 50px; margin-top: 7px; padding: 11px 12px; color: var(--ink); background: #fbfcfa; border: 1px solid #c5cec7; border-radius: 5px; outline: none; }
.form textarea { min-height: 110px; resize: vertical; }
.form input:focus,
.form select:focus,
.form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(35, 99, 66, .12); }
.form [aria-invalid="true"] { border-color: var(--error); }
.form input::placeholder,
.form textarea::placeholder { color: #89938d; }

.consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin-bottom: 15px; color: var(--muted); line-height: 1.45; }
.consent input { width: 17px; min-height: 17px; height: 17px; margin: 2px 0 0; padding: 0; accent-color: var(--green-700); }
.consent label { color: var(--muted); cursor: pointer; font-weight: 500; }
.form__error { min-height: 0; margin: -4px 0 12px; color: var(--error); font-size: .7rem; }
.form__error:empty { display: none; }
.form__error.is-success { color: var(--green-700); }
.form__note { margin: 11px 0 0; color: #5f6c64; font-size: .64rem; text-align: center; }

/* Footer */
.footer { padding: 58px 0 22px; color: #b6c5bb; background: var(--green-950); border-top: 1px solid rgba(255, 255, 255, .12); }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1.15fr 1.25fr; gap: 55px; padding-bottom: 44px; }
.footer__grid > div { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.footer__grid img { width: 155px; height: 70px; padding: 5px; object-fit: contain; background: var(--white); }
.footer__grid strong { margin-bottom: 6px; color: var(--white); font-size: .73rem; }
.footer__grid span, .footer__grid a { min-height: 24px; display: flex; align-items: center; color: #aebdb3; font-size: .67rem; line-height: 1.5; overflow-wrap: anywhere; text-decoration: none; }
.footer__grid a:hover { color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .13); color: #809287; font-size: .6rem; }

.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .nav { gap: 16px; }
  .header__phone { display: none; }
  .hero { grid-template-columns: 49% 51%; }
  .hero__text { padding-right: 42px; }
  h1 { font-size: clamp(3.1rem, 6.6vw, 4.45rem); }
}

@media (max-width: 860px) {
  :root { --header: 74px; }
  .nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { justify-content: center; }
  .hero__text { width: min(calc(100% - 40px), var(--container)); margin: 0; padding: 78px 0 70px; }
  .hero__image { height: 540px; }
  .hero__image img { object-position: center; }

  .product__grid { grid-template-columns: 1fr; gap: 65px; }
  .product__image { height: 580px; }
  .product__content { max-width: 720px; }

  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .use__cards { grid-template-columns: 1fr; }
  .use__cards article,
  .use__cards article:not(:first-child) { min-height: 0; padding: 25px 0 28px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .use__cards article:last-child { border-bottom: 0; }
  .use__cards h3 { margin-top: 30px; }

  .steps { grid-template-columns: 1fr 1fr; }
  .steps li,
  .steps li:not(:first-child) { min-height: 220px; padding: 25px; border-right: 1px solid #cfd5cf; border-bottom: 1px solid #cfd5cf; }
  .steps li:nth-child(even) { border-right: 0; }

  .documents__grid { grid-template-columns: 1fr; gap: 50px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__intro { max-width: 700px; }
  .form { max-width: 700px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 55px; }
}

@media (max-width: 580px) {
  :root { --header: 68px; }
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(2.7rem, 13vw, 3.45rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3rem); }

  .header__inner { gap: 12px; }
  .brand { width: 145px; }
  .brand img { width: 137px; height: 47px; }
  .header .button { min-height: 40px; padding: 9px 12px; font-size: .7rem; }

  .hero__text { width: calc(100% - 30px); padding: 62px 0 58px; }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { justify-content: center; }
  .hero__place { line-height: 1.5; }
  .hero__image { height: 345px; }
  .hero__image img { object-position: 62% center; }

  .factbar__grid { grid-template-columns: 1fr 1fr; }
  .factbar__grid > div,
  .factbar__grid > div:first-child,
  .factbar__grid > div:last-child { min-height: 95px; padding: 18px 15px; border-right: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .factbar__grid > div:nth-child(even) { border-right: 0; }
  .factbar__grid > div:nth-child(n+3) { border-bottom: 0; }

  .product__image { height: 460px; }
  .hunton-logo { width: 175px; margin-bottom: 38px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article,
  .benefits article:nth-child(even),
  .benefits article:nth-child(odd) { padding: 20px 0; border-right: 0; }

  .use__cards h3 { font-size: 1.25rem; }

  .steps { grid-template-columns: 1fr; }
  .steps li,
  .steps li:not(:first-child) { min-height: 0; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-right: 0; }
  .steps h3 { margin: 2px 0 7px; }

  .documents__links { grid-template-columns: 1fr; }
  .documents__links a { min-height: 82px; }

  .form { padding: 25px 17px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }

  .footer { padding-top: 45px; }
  .footer__grid { grid-template-columns: 1fr; gap: 25px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }

  .mobile-cta {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 62px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -7px 22px rgba(10, 44, 29, .12);
  }

  .mobile-cta a { display: flex; align-items: center; justify-content: center; color: var(--green-800); border-radius: 5px; font-size: .75rem; font-weight: 750; text-decoration: none; }
  .mobile-cta a:last-child { color: var(--green-950); background: var(--lime); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
