:root {
  color-scheme: light;
  --ink: #101418;
  --ink-2: #26313a;
  --muted: #6b747c;
  --paper: #f3f0e9;
  --paper-2: #e7ece7;
  --white: #ffffff;
  --night: #0b1014;
  --night-soft: #151d22;
  --line: rgba(16, 20, 24, 0.13);
  --line-light: rgba(255, 255, 255, 0.18);
  --green: #0d6b57;
  --green-deep: #083f35;
  --copper: #b66a32;
  --blue: #506b83;
  --shadow: 0 24px 70px rgba(16, 20, 24, 0.18);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(13, 107, 87, 0.22);
}

a {
  color: inherit;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  min-height: 72px;
  margin: 18px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(11, 16, 20, 0.62);
  color: var(--white);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(16, 20, 24, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  box-shadow: 0 10px 40px rgba(16, 20, 24, 0.08);
}

.brand,
.site-nav,
.nav-cta,
.button {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--night);
  font-size: 0.95rem;
}

.site-header.is-scrolled .brand-mark {
  background: var(--night);
  color: var(--white);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: currentColor;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  opacity: 0.86;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.13);
  opacity: 1;
  outline: none;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible {
  background: rgba(16, 20, 24, 0.08);
}

.nav-cta {
  justify-self: end;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--night);
  font-size: 0.86rem;
  font-weight: 800;
}

.site-header.is-scrolled .nav-cta {
  background: var(--green);
  color: var(--white);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 84svh;
  place-items: center;
  padding: 136px max(24px, calc((100vw - var(--max)) / 2)) 64px;
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 44%, rgba(7, 11, 14, 0.18), rgba(7, 11, 14, 0.68) 58%),
    linear-gradient(180deg, rgba(7, 11, 14, 0.54) 0%, rgba(7, 11, 14, 0.2) 44%, rgba(7, 11, 14, 0.82) 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    url("https://images.unsplash.com/photo-1542282088-fe8426682b8f?auto=format&fit=crop&w=2400&q=85")
      center / cover;
}

.hero__content {
  width: min(860px, 100%);
  margin: 0 auto;
  padding-top: 28px;
  text-align: center;
}

.hero__line,
.section-kicker {
  margin: 0 0 18px;
  color: #9ad8c3;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__statement {
  width: min(650px, 100%);
  margin: 24px auto 0;
  color: #9ad8c3;
  font-size: clamp(1.18rem, 2.1vw, 1.72rem);
  font-weight: 850;
  line-height: 1.15;
}

.hero h1,
.intro-grid h2,
.simulator-copy h2,
.section-heading h2,
.showcase-copy h2,
.closing-section h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(4.4rem, 10.5vw, 9.5rem);
  font-weight: 900;
  line-height: 0.84;
}

.hero__summary {
  width: min(650px, 100%);
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.8vw, 1.32rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

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

.button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

.button--dark {
  width: 100%;
  background: var(--night);
  color: var(--white);
}

.hero__proof {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1080px, calc(100% - 48px));
  margin: -42px auto 0;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.hero__proof div {
  min-height: 146px;
  padding: 22px;
  background: rgba(11, 16, 20, 0.38);
}

.hero__proof div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.hero__proof div:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.hero__proof span,
.process-steps span {
  display: block;
  color: #9ad8c3;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero__proof strong,
.process-steps h3 {
  display: block;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.hero__proof p,
.process-steps p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.91rem;
  line-height: 1.55;
}

.intro-section,
.simulator-section,
.process-section,
.showcase-section,
.closing-section {
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
}

.intro-section {
  padding-top: 86px;
  padding-bottom: 86px;
  background: var(--paper);
  text-align: center;
}

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

.intro-grid {
  width: min(860px, 100%);
  margin: 0 auto;
}

.intro-grid h2,
.simulator-copy h2,
.section-heading h2,
.showcase-copy h2,
.closing-section h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 5.6rem);
  font-weight: 880;
  line-height: 0.94;
}

.intro-grid p,
.simulator-copy p,
.showcase-copy p,
.closing-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.intro-grid p {
  max-width: 650px;
  margin: 28px auto 0;
}

.simulator-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    linear-gradient(135deg, rgba(231, 236, 231, 0.98), rgba(243, 240, 233, 0.96)),
    var(--paper-2);
}

.simulator-copy {
  max-width: 560px;
}

.simulator-copy p {
  margin-top: 28px;
}

.support-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.support-list span {
  display: flex;
  min-height: 44px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-weight: 760;
}

.support-list span:last-child {
  border-bottom: 1px solid var(--line);
}

.finance-panel {
  display: grid;
  gap: 24px;
  padding: 26px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.panel-head p {
  margin: 0;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-head strong {
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: right;
}

.range-field {
  display: grid;
  gap: 14px;
}

.range-field span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.range-field strong {
  color: var(--ink);
  font-size: 1rem;
}

.range-field input {
  width: 100%;
  height: 4px;
  margin: 4px 0;
  padding: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background:
    linear-gradient(
      90deg,
      var(--green) 0 var(--range-progress, 0%),
      #d7ded8 var(--range-progress, 0%) 100%
    );
  cursor: pointer;
}

.range-field input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.range-field input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border: 0;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(13, 107, 87, 0.13);
}

.range-field input::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

.range-field input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(13, 107, 87, 0.13);
}

.estimate {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.estimate span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.estimate strong {
  display: block;
  margin-top: 8px;
  color: var(--green-deep);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.estimate p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.process-section {
  padding-top: 108px;
  padding-bottom: 112px;
  background: var(--night);
  color: var(--white);
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.process-section .section-kicker {
  color: #9ad8c3;
}

.process-section .section-heading h2 {
  color: var(--white);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 56px auto 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.process-steps li {
  min-height: 270px;
  padding: 28px;
  background: var(--night-soft);
}

.process-steps li:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.process-steps li:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.process-steps h3 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 1.2rem;
}

.showcase-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 106px;
  background: var(--paper);
}

.showcase-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(16, 20, 24, 0.15);
}

.showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  pointer-events: none;
}

.showcase-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.showcase-copy {
  max-width: 560px;
}

.showcase-copy p {
  margin-top: 28px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.metric-row div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.metric-row div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.metric-row div:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

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

.metric-row strong {
  color: var(--green-deep);
  font-size: 1.05rem;
}

.metric-row span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.closing-section {
  display: block;
  padding-top: 84px;
  padding-bottom: 88px;
  background:
    linear-gradient(90deg, rgba(11, 16, 20, 0.95), rgba(11, 16, 20, 0.76)),
    url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1800&q=85")
      center / cover;
  color: var(--white);
  text-align: center;
}

.closing-section h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
}

.closing-section p {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.7);
}

.closing-section .button {
  margin-top: 34px;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--night);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.site-footer span:nth-child(2) {
  text-align: center;
}

.site-footer span:last-child {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 84svh;
  }

  .hero__proof,
  .intro-grid,
  .simulator-section,
  .section-heading,
  .showcase-section,
  .closing-section {
    grid-template-columns: 1fr;
  }

  .hero__proof {
    margin-top: -44px;
  }

  .hero__proof div:first-child,
  .hero__proof div:last-child,
  .process-steps li:first-child,
  .process-steps li:last-child,
  .metric-row div:first-child,
  .metric-row div:last-child {
    border-radius: 0;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .closing-section .button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 28px);
    min-height: 62px;
    margin-top: 12px;
    padding: 0 12px;
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .hero {
    min-height: 82svh;
    padding-top: 112px;
    padding-bottom: 18px;
  }

  .hero::after {
    background:
      radial-gradient(circle at 50% 42%, rgba(7, 11, 14, 0.18), rgba(7, 11, 14, 0.72) 58%),
      linear-gradient(180deg, rgba(7, 11, 14, 0.56), rgba(7, 11, 14, 0.84));
  }

  .hero h1 {
    font-size: clamp(3.3rem, 15.4vw, 4.2rem);
    line-height: 0.92;
  }

  .hero__statement {
    margin-top: 18px;
    font-size: 1.14rem;
  }

  .hero__summary {
    font-size: 1rem;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero__proof {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-top: -32px;
  }

  .hero__proof div {
    min-height: auto;
    padding: 18px;
  }

  .intro-section,
  .simulator-section,
  .process-section,
  .showcase-section,
  .closing-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-section,
  .simulator-section,
  .process-section,
  .showcase-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .intro-grid,
  .simulator-section,
  .showcase-section {
    gap: 34px;
  }

  .intro-grid h2,
  .simulator-copy h2,
  .section-heading h2,
  .showcase-copy h2,
  .closing-section h2 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
    line-height: 0.97;
  }

  .finance-panel {
    padding: 20px;
  }

  .panel-head {
    align-items: start;
    flex-direction: column;
  }

  .panel-head strong {
    text-align: left;
  }

  .range-field span {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .process-steps,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .process-steps li {
    min-height: auto;
    padding: 22px;
  }

  .showcase-media img {
    aspect-ratio: 1 / 1.12;
  }

  .closing-section {
    padding-top: 68px;
    padding-bottom: 70px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .site-footer span:nth-child(2),
  .site-footer span:last-child {
    text-align: center;
  }
}
