:root {
  --ink: #101114;
  --muted: #737981;
  --canvas: #f7f8f5;
  --white: #ffffff;
  --green: #16d66b;
  --green-dark: #0c9d4b;
  --cool-gray: #a7adb4;
  --line: #dde0dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "Inter", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(rgba(16,17,20,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(16,17,20,.025) 1px, transparent 1px); background-size: 64px 64px; }

.site-header { max-width: 1240px; margin: auto; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 21px; font-weight: 700; letter-spacing: -.8px; }
.brand img { display: block; width: 58px; height: 58px; }
.brand strong { color: var(--green-dark); font-weight: 700; }
.header-cta { color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; transition: .2s; }
.header-cta:hover { border-color: var(--ink); }

.hero { max-width: 1240px; min-height: 680px; margin: auto; padding: 58px 28px 78px; display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.eyebrow { color: var(--green-dark); text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 34px; height: 2px; background: var(--green); }
h1 { max-width: 700px; margin: 22px 0; font-size: clamp(47px, 6vw, 80px); line-height: .98; font-weight: 760; letter-spacing: -5px; }
h1 em { color: var(--ink); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; height: 8px; left: 2px; right: 2px; bottom: -5px; background: var(--green); }
.hero-text { color: var(--muted); max-width: 590px; font-size: 18px; line-height: 1.65; }
.benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.benefits span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; font-weight: 600; background: rgba(255,255,255,.55); }
.benefits span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); }
.channels { max-width: 620px; margin-top: 23px; padding: 14px; display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch; border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.channel-sources { display: flex; flex-direction: column; gap: 5px; }
.channel-sources span { padding: 7px 9px; background: var(--white); border: 1px solid #e7e9e5; font-size: 11px; font-weight: 650; }
.channel-sources i { margin-right: 7px; color: var(--green-dark); font-size: 8px; font-style: normal; }
.channel-flow { display: flex; align-items: center; color: var(--green-dark); }
.channel-flow span { width: 100%; height: 1px; background: var(--green); }
.channel-flow b { margin-left: -2px; font-size: 16px; font-weight: 500; }
.channel-destination { display: flex; align-items: center; gap: 10px; padding: 12px; color: var(--white); background: var(--ink); }
.channel-destination img { flex: none; padding: 2px; border-radius: 50%; background: var(--white); }
.channel-destination span { display: flex; flex-direction: column; gap: 3px; font-size: 13px; font-weight: 700; }
.channel-destination small { color: var(--green); font-size: 7px; font-weight: 750; letter-spacing: 1px; }

.form-wrap { background: var(--white); border: 1px solid var(--line); border-radius: 2px 24px 2px 24px; overflow: hidden; }
.form-heading { padding: 31px 34px 26px; background: var(--ink); color: var(--white); border-bottom: 4px solid var(--green); }
.step { color: var(--green); font-size: 10px; font-weight: 750; letter-spacing: 1.8px; }
.form-heading h2 { margin: 9px 0 8px; font-size: 27px; line-height: 1.15; font-weight: 700; letter-spacing: -1.2px; }
.form-heading p { margin: 0; color: var(--cool-gray); font-size: 13px; line-height: 1.55; }
form { padding: 28px 34px 25px; }
.field { margin-bottom: 16px; flex: 1; }
.field-row { display: flex; gap: 13px; }
label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 650; }
input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--canvas); color: var(--ink); font: 13px "Inter", sans-serif; outline: none; transition: .2s; }
input:focus { border-color: var(--green-dark); background: var(--white); }
input.invalid { border-color: #b73f3f; }
.error { display: block; min-height: 0; margin-top: 4px; color: #a72e2e; font-size: 11px; }
.error:not(:empty) { min-height: 14px; }
.consent { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-weight: 400; line-height: 1.4; cursor: pointer; }
.consent input { flex: none; width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--green-dark); }
button { width: 100%; height: 53px; margin-top: 10px; border: 0; border-radius: 6px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background: var(--green); color: var(--ink); font: 700 13px "Inter", sans-serif; transition: .2s; }
button:hover { background: #1ee476; transform: translateY(-1px); }
button:disabled { opacity: .65; cursor: wait; transform: none; }
button b { font-size: 21px; font-weight: 500; }
.form-status { min-height: 20px; margin: 12px 0 0; text-align: center; font-size: 12px; font-weight: 600; }
.form-status.success { color: var(--green-dark); }
.form-status.failure { color: #a72e2e; }
.privacy { margin: 7px 0 0; text-align: center; color: #8d9398; font-size: 9px; }

.solutions { max-width: 1240px; margin: auto; padding: 100px 28px 110px; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2 { margin: 20px 0 16px; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; font-weight: 750; letter-spacing: -3.5px; }
.section-heading h2 em { color: var(--green-dark); font-style: normal; }
.section-heading > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 245px; padding: 34px 38px 38px; background: rgba(255,255,255,.58); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.solution-card:hover { background: var(--ink); color: var(--white); }
.solution-number { display: block; margin-bottom: 48px; color: var(--green-dark); font-size: 10px; font-weight: 750; letter-spacing: 1px; }
.solution-card:hover .solution-number { color: var(--green); }
.solution-card h3 { max-width: 410px; margin: 0 0 12px; font-size: 20px; font-weight: 680; letter-spacing: -.65px; }
.solution-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; transition: color .2s; }
.solution-card:hover p { color: var(--cool-gray); }
.solutions-cta { margin-top: 32px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--green); }
.solutions-cta span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.4px; }
.solutions-cta h3 { max-width: 650px; margin: 0; font-size: clamp(21px, 3vw, 31px); line-height: 1.15; letter-spacing: -1.3px; }
.solutions-cta a { flex: none; padding: 15px 18px; display: flex; align-items: center; gap: 28px; color: var(--white); background: var(--ink); border-radius: 5px; text-decoration: none; font-size: 12px; font-weight: 700; }
.solutions-cta a b { font-size: 18px; font-weight: 500; }

.proof { background: var(--ink); color: var(--white); display: grid; grid-template-columns: repeat(3, 1fr); padding: 44px max(28px, calc((100vw - 1184px)/2)); gap: 44px; }
.proof article { display: flex; align-items: flex-start; gap: 18px; }
.proof strong { color: var(--green); font-size: 10px; font-weight: 700; padding-top: 3px; }
.proof h3 { margin: 0 0 6px; font-size: 14px; font-weight: 650; }
.proof p { margin: 0; color: var(--cool-gray); font-size: 12px; line-height: 1.55; }
footer { max-width: 1240px; margin: auto; padding: 25px 28px; display: flex; justify-content: space-between; color: #737981; font-size: 11px; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 30px; gap: 50px; }
  .hero-copy { text-align: center; }
  .eyebrow, .benefits { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .channels { margin-inline: auto; text-align: left; }
  h1 { letter-spacing: -3px; }
  .form-wrap { max-width: 600px; width: 100%; margin: auto; }
  .solutions { padding-top: 80px; }
  .proof { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 520px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .brand img { width: 46px; height: 46px; }
  .header-cta { font-size: 11px; padding: 9px 12px; }
  .hero { padding: 30px 20px 58px; }
  h1 { font-size: 42px; letter-spacing: -2.5px; }
  .channels { grid-template-columns: 1fr; gap: 8px; }
  .channel-flow { min-height: 22px; justify-content: center; transform: rotate(90deg); }
  .channel-flow span { width: 22px; }
  .channel-destination { justify-content: center; }
  .field-row { display: block; }
  form, .form-heading { padding-inline: 22px; }
  .solutions { padding: 70px 20px 75px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { letter-spacing: -2.2px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; padding: 27px 25px 30px; }
  .solution-number { margin-bottom: 31px; }
  .solutions-cta { padding: 28px 24px; align-items: flex-start; flex-direction: column; }
  .solutions-cta a { width: 100%; justify-content: space-between; }
  footer { padding-inline: 20px; gap: 20px; flex-direction: column; }
}
