:root {
  --ink: #10212b;
  --ink-soft: #49606c;
  --paper: #f8fbfb;
  --white: #ffffff;
  --line: #dce8e8;
  --mint: #d9f6ee;
  --mint-deep: #36b48c;
  --coral: #ff645c;
  --purple: #7657d9;
  --yellow: #ffc85c;
  --navy: #0b1821;
  --shadow: 0 20px 55px rgba(16, 33, 43, .12);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--mint); color: var(--navy); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-tight { padding: 72px 0; }
.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .115em;
  text-transform: uppercase;
  color: var(--mint-deep);
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 14px 0 0 var(--yellow); }
.display {
  max-width: 880px;
  margin: 14px 0 0;
  font-size: clamp(2.3rem, 5.6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.075em;
}
.h2 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: -.06em;
}
.h3 { margin: 0; font-size: 1.3rem; line-height: 1.15; letter-spacing: -.035em; }
.lede { max-width: 720px; margin: 24px 0 0; font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--ink-soft); }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.center { text-align: center; }
.center .h2, .center .lede { margin-left: auto; margin-right: auto; }
.kicker { font-size: 1.06rem; color: var(--ink-soft); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,232,232,.75); background: rgba(248,251,251,.92); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: fit-content; }
.brand-mark { position: relative; width: 34px; height: 34px; overflow: hidden; border-radius: 7px; background: var(--navy); }
.brand-mark i { position: absolute; display: block; width: 0; height: 0; border-style: solid; }
.brand-mark .m1 { top: 3px; left: 3px; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent var(--purple); }
.brand-mark .m2 { top: 3px; right: 3px; border-width: 10px 10px 0 0; border-color: var(--yellow) transparent transparent transparent; }
.brand-mark .m3 { right: 3px; bottom: 3px; border-width: 0 0 13px 13px; border-color: transparent transparent var(--coral) transparent; }
.brand-name { font-weight: 900; letter-spacing: -.048em; font-size: 1.18rem; }
.brand-name small { display: block; margin-top: -3px; letter-spacing: .13em; font-size: .5rem; color: var(--ink-soft); font-weight: 800; }
.nav-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.nav-links a { padding: 10px 12px; color: var(--ink-soft); font-size: .92rem; font-weight: 700; border-radius: 10px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: var(--white); }
.nav-links .nav-cta { margin-left: 6px; color: var(--navy); background: var(--mint); }
.nav-links .nav-cta:hover { background: #c2eddf; }

/* Buttons */
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(16, 33, 43, .16); }
.button-primary { color: #fff; background: var(--navy); }
.button-primary:hover { background: #1b303b; }
.button-secondary { background: var(--white); border-color: var(--line); }
.button-secondary:hover { background: #f2f8f7; }
.button-mint { color: var(--navy); background: var(--mint); }
.arrow { font-size: 1.15em; line-height: 0; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 88px 0 76px; background: linear-gradient(135deg, #f8fbfb 4%, #effaf7 56%, #faf4ed 100%); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -230px; top: -270px; border-radius: 50%; background: radial-gradient(circle at 37% 37%, rgba(255,200,92,.7), rgba(255,100,92,.25) 38%, rgba(118,87,217,.08) 65%, transparent 66%); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 320px; height: 320px; left: -115px; bottom: -160px; border-radius: 42% 58% 55% 45%; background: rgba(54,180,140,.12); transform: rotate(24deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.hero .display { font-size: clamp(3rem, 6.9vw, 6.8rem); }
.hero .lede { max-width: 650px; }
.hero-note { margin: 20px 0 0; color: var(--ink-soft); font-size: .92rem; }
.hero-note strong { color: var(--ink); }
.hero-card { position: relative; min-height: 485px; padding: 26px; border: 1px solid rgba(255,255,255,.84); border-radius: 32px; background: rgba(255,255,255,.64); box-shadow: var(--shadow); backdrop-filter: blur(11px); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 172px; height: 172px; right: -48px; top: -48px; border: 1px solid rgba(118,87,217,.32); border-radius: 50%; box-shadow: 0 0 0 28px rgba(118,87,217,.08), 0 0 0 58px rgba(118,87,217,.05); }
.mini-title { position: relative; z-index: 1; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.growth-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.metric-card { min-height: 130px; padding: 18px; border: 1px solid rgba(220,232,232,.9); border-radius: 18px; background: rgba(255,255,255,.9); }
.metric-card .metric { display: block; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.metric-card p { margin: 8px 0 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.35; }
.metric-card.highlight { background: var(--navy); border-color: var(--navy); color: #fff; }
.metric-card.highlight p { color: #c5d6d5; }
.graph-card { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; padding: 19px; border-radius: 19px; background: var(--white); box-shadow: 0 18px 36px rgba(16,33,43,.12); }
.graph-labels { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-size: .73rem; font-weight: 800; }
.chart { position: relative; height: 108px; margin-top: 10px; overflow: hidden; }
.chart::before, .chart::after { content: ""; position: absolute; inset: 18px 0 auto; height: 1px; background: #e5eeee; box-shadow: 0 28px 0 #e5eeee, 0 56px 0 #e5eeee; }
.chart svg { position: relative; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.chart .line-top { fill: none; stroke: var(--mint-deep); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.chart .line-bottom { fill: none; stroke: var(--coral); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 8 7; }
.chart .area { fill: url(#mint-fade); }
.legend { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 7px; color: var(--ink-soft); font-size: .73rem; }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend i { width: 18px; height: 3px; border-radius: 4px; display: inline-block; background: var(--mint-deep); }
.legend i.dashed { background: repeating-linear-gradient(90deg, var(--coral) 0 6px, transparent 6px 10px); }

/* Logo cloud */
.logo-band { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.logo-band-inner { display: flex; align-items: center; gap: 30px; min-height: 92px; }
.logo-band-label { flex: 0 0 auto; max-width: 142px; font-size: .75rem; font-weight: 850; line-height: 1.35; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .09em; }
.logo-list { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 28px; overflow: auto hidden; scrollbar-width: none; }
.logo-list::-webkit-scrollbar { display: none; }
.logo { flex: 0 0 auto; white-space: nowrap; color: #617179; font-weight: 900; font-size: 1.22rem; letter-spacing: -.055em; }
.logo.serif { font-family: Georgia, serif; letter-spacing: -.065em; }
.logo.wide { letter-spacing: .02em; font-size: .92rem; }
.logo.red { color: #d5322d; }
.logo.blue { color: #2868b2; }
.logo.green { color: #6b935b; }

/* Layout and cards */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card-pad { padding: 27px; }
.impact-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.impact-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(16,33,43,.1); }
.icon-box { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 24px; border-radius: 12px; background: #edf9f5; color: var(--mint-deep); font-size: 1.25rem; font-weight: 900; }
.impact-card p { margin: 11px 0 0; color: var(--ink-soft); font-size: .96rem; }
.section-ink { color: #fff; background: var(--navy); }
.section-ink .eyebrow { color: #90e2c9; }
.section-ink .h2, .section-ink .lede, .section-ink .muted { color: #fff; }
.section-ink .lede { color: #bbcdcc; }
.section-ink .card { border-color: rgba(255,255,255,.12); background: #152933; }
.section-ink .card p { color: #b9cdcc; }

/* Operating system */
.operating-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; }
.signal-visual { position: relative; min-height: 420px; padding: 28px; overflow: hidden; border-radius: 28px; color: #fff; background: radial-gradient(circle at 25% 20%, rgba(54,180,140,.38), transparent 35%), linear-gradient(145deg, #10212b, #233c43); box-shadow: var(--shadow); }
.signal-visual::after { content: ""; position: absolute; left: 38px; right: 38px; bottom: 48px; height: 1px; background: rgba(255,255,255,.18); box-shadow: 0 -62px 0 rgba(255,255,255,.1), 0 -124px 0 rgba(255,255,255,.08), 0 -186px 0 rgba(255,255,255,.06); }
.signal-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.signal-tag { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.1); color: #d9eeeb; font-size: .74rem; font-weight: 800; }
.signal-score { position: absolute; z-index: 1; right: 27px; bottom: 25px; padding: 16px 18px; border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.signal-score strong { display: block; font-size: 2.15rem; line-height: 1; letter-spacing: -.08em; }
.signal-score span { color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.path { position: absolute; z-index: 1; left: 35px; bottom: 37px; width: 78%; height: 232px; overflow: visible; }
.path line { stroke: rgba(255,255,255,.4); stroke-width: 2; stroke-dasharray: 5 9; }
.path polyline { fill: none; stroke: var(--yellow); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.path circle { fill: var(--coral); stroke: #fff; stroke-width: 3; }
.op-list { display: grid; gap: 14px; margin-top: 30px; }
.op-item { display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.op-num { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: .8rem; font-weight: 900; }
.op-item h3 { font-size: 1.02rem; }
.op-item p { margin: 5px 0 0; color: var(--ink-soft); font-size: .91rem; }

/* Cases */
.case-card { position: relative; overflow: hidden; padding: 34px; border-radius: 28px; background: var(--white); border: 1px solid var(--line); }
.case-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -90px; right: -50px; border-radius: 50%; background: var(--mint); opacity: .75; }
.case-card.case-alt::before { background: #ffe4de; }
.case-label { position: relative; z-index: 1; display: inline-block; padding: 6px 9px; border-radius: 999px; background: #eef9f6; color: #227f66; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-alt .case-label { background: #fff1ec; color: #bc4d43; }
.case-card .h3 { position: relative; z-index: 1; max-width: 530px; margin-top: 16px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.case-card > p { position: relative; z-index: 1; max-width: 660px; margin: 15px 0 0; color: var(--ink-soft); }
.case-results { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.case-result { padding: 15px 13px; border-radius: 14px; background: #f4f9f8; }
.case-alt .case-result { background: #fcf7f2; }
.case-result strong { display: block; font-size: 1.6rem; letter-spacing: -.07em; line-height: 1; }
.case-result span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .75rem; font-weight: 750; line-height: 1.25; }
.case-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; padding: 0; margin: 0; list-style: none; }
.case-steps li { display: flex; gap: 9px; align-items: flex-start; color: var(--ink-soft); font-size: .89rem; }
.case-steps li::before { content: "↗"; color: var(--mint-deep); font-weight: 900; }
.case-alt .case-steps li::before { color: var(--coral); }
.case-link { position: relative; z-index: 1; display: inline-flex; gap: 8px; align-items: center; margin-top: 26px; font-weight: 850; color: var(--ink); }
.case-link:hover { color: var(--mint-deep); }

/* Capabilities */
.service-card { position: relative; min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -45px; bottom: -45px; border: 1px solid #cfe6df; border-radius: 50%; box-shadow: 0 0 0 16px #edf9f5; }
.service-number { color: var(--mint-deep); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.service-card .h3 { margin-top: 18px; }
.service-card p { position: relative; z-index: 1; margin: 9px 0 0; color: var(--ink-soft); font-size: .91rem; }

/* Funnel */
.funnel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 42px; }
.funnel-stage { position: relative; min-height: 205px; padding: 23px 18px 20px; border: 1px solid var(--line); background: var(--white); }
.funnel-stage:first-child { border-radius: 18px 0 0 18px; }
.funnel-stage:last-child { border-radius: 0 18px 18px 0; }
.funnel-stage + .funnel-stage { margin-left: -1px; }
.stage-num { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: .75rem; font-weight: 900; }
.funnel-stage h3 { margin-top: 23px; font-size: 1.02rem; }
.funnel-stage p { margin: 8px 0 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.38; }
.funnel-stage:nth-child(2) .stage-num { background: #e9e3fb; color: #5a43b4; }
.funnel-stage:nth-child(3) .stage-num { background: #ffe6bd; color: #9d6813; }
.funnel-stage:nth-child(4) .stage-num { background: #ffe4de; color: #bd514a; }
.funnel-stage:nth-child(5) .stage-num { background: #d7f1f5; color: #297d89; }

/* Leadership */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.person-card { position: relative; min-height: 344px; padding: 26px; overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.person-card::after { content: attr(data-initials); position: absolute; right: -9px; bottom: -47px; color: #eff6f5; font-size: 11rem; font-weight: 950; line-height: 1; letter-spacing: -.14em; }
.person-card:nth-child(2)::after { color: #f3f0fb; }
.person-card:nth-child(3)::after { color: #fff1ee; }
.person-card .person-role { position: relative; z-index: 1; color: var(--mint-deep); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.person-card .h3 { position: relative; z-index: 1; margin-top: 13px; font-size: 1.65rem; }
.person-card p { position: relative; z-index: 1; margin: 16px 0 0; color: var(--ink-soft); font-size: .92rem; }
.person-fact { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; padding: 8px 10px; border-radius: 9px; color: var(--ink); background: #f0f7f5; font-size: .78rem; font-weight: 850; }

/* Test/CTA */
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 20px; margin: 28px 0 0; }
.check { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); font-size: .94rem; }
.check::before { content: "✓"; display: grid; flex: 0 0 auto; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--mint-deep); font-size: .75rem; font-weight: 900; }
.cta-panel { position: relative; overflow: hidden; padding: 50px; border-radius: 31px; color: #fff; background: linear-gradient(135deg, #10212b, #213d45); }
.cta-panel::before { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -160px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(54,180,140,.18), 0 0 0 77px rgba(255,200,92,.1); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .h2 { max-width: 700px; }
.cta-panel .lede { color: #c6d7d6; }
.cta-panel .button-primary { color: var(--navy); background: var(--mint); }
.cta-panel .button-primary:hover { background: #c5eddf; }
.cta-panel .button-secondary { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }

/* Page hero */
.page-hero { padding: 88px 0 64px; background: linear-gradient(135deg, #f8fbfb, #effaf7); border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 900px; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.breadcrumb { margin-bottom: 19px; color: var(--ink-soft); font-size: .85rem; }
.breadcrumb a:hover { color: var(--mint-deep); }

/* Process */
.process { display: grid; grid-template-columns: .65fr 1.35fr; gap: 34px; margin-top: 42px; }
.process-rail { display: grid; align-content: start; gap: 12px; }
.process-rail span { display: flex; align-items: center; gap: 11px; color: var(--ink-soft); font-size: .87rem; font-weight: 800; }
.process-rail i { width: 11px; height: 11px; border-radius: 50%; background: var(--mint-deep); }
.process-stack { display: grid; gap: 12px; }
.process-block { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.process-block strong { color: var(--mint-deep); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.process-block h3 { font-size: 1.15rem; }
.process-block p { margin: 7px 0 0; color: var(--ink-soft); font-size: .91rem; }

/* Quotes/FAQ */
.quote { position: relative; padding: 34px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--navy); }
.quote::after { content: "“"; position: absolute; right: 22px; bottom: -74px; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 17rem; line-height: 1; }
.quote blockquote { position: relative; z-index: 1; max-width: 770px; margin: 0; font-size: clamp(1.45rem, 2.6vw, 2.45rem); line-height: 1.12; letter-spacing: -.055em; }
.quote p { position: relative; z-index: 1; margin: 20px 0 0; color: #bcd0cf; }
.faq { margin-top: 42px; border-top: 1px solid var(--line); }
.faq details { padding: 0; border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 21px 42px 21px 0; cursor: pointer; list-style: none; font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 13px; color: var(--mint-deep); font-size: 1.6rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 790px; margin: -4px 0 20px; color: var(--ink-soft); }

/* Form */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.contact-methods { display: grid; gap: 14px; margin-top: 28px; }
.contact-method { display: grid; grid-template-columns: 41px 1fr; gap: 13px; align-items: center; padding: 12px; border-radius: 13px; background: #f3f9f8; }
.contact-method b { display: block; font-size: .78rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .09em; }
.contact-method span { font-weight: 800; }
.contact-symbol { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; background: var(--white); color: var(--mint-deep); font-size: 1.1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .82rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; outline: none; border: 1px solid #d7e3e3; border-radius: 11px; color: var(--ink); background: #fbfdfd; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint-deep); box-shadow: 0 0 0 3px rgba(54,180,140,.14); }
.form-note { margin: 14px 0 0; color: var(--ink-soft); font-size: .78rem; }

/* Footer */
.site-footer { padding: 46px 0 28px; color: #bbcdcc; background: #0b1821; }
.footer-top { display: flex; justify-content: space-between; gap: 36px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name small { color: #84a09f; }
.footer-copy { max-width: 430px; margin: 17px 0 0; font-size: .91rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 20px 42px; }
.footer-links h3 { margin: 0 0 10px; color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { display: block; margin: 7px 0; color: #bbcdcc; font-size: .9rem; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; color: #7c9796; font-size: .79rem; }

/* Utilities */
.badge { display: inline-block; padding: 6px 9px; border-radius: 999px; background: var(--mint); color: #16664f; font-size: .73rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 0; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; background: var(--white); }
.stat-strip div { padding: 19px 20px; }
.stat-strip div + div { border-left: 1px solid var(--line); }
.stat-strip strong { display: block; color: var(--mint-deep); font-size: 1.85rem; letter-spacing: -.07em; line-height: 1; }
.stat-strip span { display: block; margin-top: 6px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.dash-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 0; list-style: none; }
.dash-list li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; color: var(--ink-soft); }
.dash-list li::before { content: "—"; color: var(--mint-deep); font-weight: 900; }

@media (max-width: 1000px) {
  .hero-grid, .operating-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 680px; min-height: 430px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid { grid-template-columns: 1fr; }
  .funnel { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .funnel-stage, .funnel-stage:first-child, .funnel-stage:last-child { border-radius: 16px; }
  .funnel-stage + .funnel-stage { margin-left: 0; }
  .funnel-stage:nth-child(4), .funnel-stage:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 74px 0; }
  .section-tight { padding: 52px 0; }
  .nav { min-height: 72px; align-items: center; }
  .nav-links { gap: 0; }
  .nav-links a { padding: 7px 8px; font-size: .79rem; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links .nav-cta { margin: 0; }
  .hero { padding: 65px 0 56px; }
  .hero-card { min-height: 400px; padding: 17px; }
  .growth-panel { gap: 8px; }
  .metric-card { min-height: 118px; padding: 14px; }
  .graph-card { right: 13px; bottom: 13px; left: 13px; }
  .logo-band-inner { gap: 16px; min-height: 80px; }
  .logo-band-label { max-width: 95px; font-size: .66rem; }
  .logo-list { gap: 22px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .impact-card { min-height: 0; }
  .case-card { padding: 25px; }
  .case-results, .stat-strip { grid-template-columns: 1fr; }
  .case-result + .case-result, .stat-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .case-steps { grid-template-columns: 1fr; }
  .funnel { grid-template-columns: 1fr; }
  .funnel-stage:nth-child(4), .funnel-stage:nth-child(5) { grid-column: auto; }
  .process { grid-template-columns: 1fr; }
  .process-rail { display: flex; flex-wrap: wrap; }
  .process-block { grid-template-columns: 1fr; gap: 6px; }
  .check-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 31px 24px; }
  .page-hero { padding: 64px 0 50px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 400px) {
  .brand-name { font-size: 1.02rem; }
  .nav-links .nav-cta { font-size: .73rem; }
  .hero .display { font-size: 2.75rem; }
  .actions .button { width: 100%; }
}
