:root {
  --ink: #07110f;
  --ink-soft: #111d1a;
  --paper: #f3f4ef;
  --white: #ffffff;
  --mint: #5eead4;
  --mint-bright: #8df8e8;
  --blue: #4777ff;
  --deep-blue: #123fc4;
  --line: rgba(7, 17, 15, .13);
  --muted: #61706b;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font: 700 28px/1 var(--display); letter-spacing: -.9px; }
.brand-logo-mark {
  width: 44px;
  height: 38px;
  display: block;
  flex: 0 0 44px;
  background-image: url("assets/optifind-logo-source.png");
  background-repeat: no-repeat;
  background-size: 250px 250px;
  background-position: -34px -108px;
}
.nav { display: flex; align-items: center; gap: 32px; }
.nav > a { text-decoration: none; font-weight: 500; font-size: 15px; color: rgba(255,255,255,.82); }
.nav > a:hover { color: var(--white); }
.button {
  min-height: 54px;
  padding: 0 23px;
  border: 0;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(115deg, var(--mint) 0%, var(--mint) 76%, #58dbe0 88%, var(--deep-blue) 112%);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(94, 234, 212, .15);
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: linear-gradient(115deg, var(--mint-bright) 0%, var(--mint-bright) 76%, #68e5e7 88%, #2955d3 112%); }
.button-small { min-height: 43px; padding: 0 18px; color: var(--ink) !important; }
.menu-button { display: none; }

.hero {
  min-height: 930px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 55% 15%, rgba(37, 73, 63, .55), transparent 28%),
    linear-gradient(120deg, #050a09 0%, #091814 54%, #06110f 100%);
  padding: 185px 0 0;
}
.hero::after { content: ""; position: absolute; height: 170px; left: -5%; right: -5%; bottom: -105px; background: var(--paper); transform: rotate(-3deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .58; }
.hero-glow-one { width: 570px; height: 570px; left: -400px; top: 280px; background: radial-gradient(circle, rgba(18,63,196,.68), transparent 66%); }
.hero-glow-two { width: 500px; height: 500px; right: -380px; top: 70px; background: radial-gradient(circle, rgba(94,234,212,.35), transparent 67%); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 72px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 10px; color: #4d6c63; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.9px; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.hero .eyebrow { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -2.5px; }
h1 { max-width: 610px; margin-bottom: 27px; font-size: clamp(54px, 5vw, 77px); line-height: 1.02; font-weight: 600; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-lede { max-width: 590px; margin-bottom: 33px; color: #adbbb6; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 26px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--mint); }
.hero-checks { display: flex; gap: 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #9eb0aa; font-size: 13px; }
.hero-checks li::before { content: "✓"; color: var(--mint); margin-right: 7px; }

.system-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.dashboard { position: relative; z-index: 2; width: min(100%, 535px); padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(16, 29, 26, .9); box-shadow: 0 35px 90px rgba(0,0,0,.42); backdrop-filter: blur(18px); transform: rotate(1.3deg); }
.dash-top { height: 42px; display: flex; justify-content: space-between; align-items: flex-start; color: #d5dfdc; font-size: 12px; font-weight: 700; }
.dash-title { display: flex; align-items: center; gap: 8px; }
.mini-mark { width: 14px; height: 14px; border-radius: 4px; background: linear-gradient(135deg, var(--mint), var(--deep-blue)); }
.live-pill { padding: 5px 9px; border: 1px solid rgba(94,234,212,.2); border-radius: 99px; color: #a8c1ba; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.live-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); }
.chart-card { padding: 16px 17px 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #0b1715; }
.chart-head { display: flex; justify-content: space-between; align-items: center; }
.chart-head div { display: flex; flex-direction: column; gap: 5px; }
.chart-head small, .pipeline-card small { color: #6f837d; font-size: 9px; }
.chart-head strong { font-size: 19px; }
.chart-head > span { color: #6f837d; font-size: 9px; }
.chart { margin-top: 10px; }
.grid-line { stroke: rgba(255,255,255,.055); stroke-width: 1; }
.area { fill: url(#area); }
.line { fill: none; stroke: var(--mint); stroke-width: 3; filter: drop-shadow(0 0 5px rgba(94,234,212,.5)); }
.line { stroke-dasharray: 720; stroke-dashoffset: 720; animation: draw-line 2.2s .4s cubic-bezier(.22,.75,.32,1) forwards; }
@keyframes draw-line { to { stroke-dashoffset: 0; } }
.pipeline { margin-top: 13px; display: grid; grid-template-columns: 1fr 16px 1fr 16px 1fr; align-items: center; }
.pipeline-card { min-width: 0; padding: 12px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; display: grid; grid-template-columns: 28px 1fr; gap: 8px; background: #0b1715; }
.pipeline-card .icon-box { grid-row: span 2; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; color: var(--mint); background: rgba(94,234,212,.08); font-size: 13px; }
.pipeline-card div { display: flex; min-width: 0; flex-direction: column; }
.pipeline-card strong { margin-top: 2px; font-size: 10px; white-space: nowrap; }
.pipeline-card b { grid-column: 2; color: #668178; font-size: 8px; font-weight: 500; }
.pipeline-card.highlight { border-color: rgba(94,234,212,.27); background: rgba(23,58,50,.55); }
.pipeline-line { height: 1px; background: rgba(255,255,255,.12); position: relative; }
.pipeline-line i { position: absolute; width: 4px; height: 4px; top: -1.5px; left: 50%; border-radius: 50%; background: var(--mint); }
.float-card { position: absolute; z-index: 3; padding: 12px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; display: flex; align-items: center; gap: 11px; background: rgba(13, 28, 24, .94); box-shadow: 0 18px 35px rgba(0,0,0,.32); }
.float-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: var(--mint); background: rgba(94,234,212,.09); }
.float-card-one > span { color: #89a8ff; background: rgba(18,63,196,.2); }
.float-card div { display: flex; flex-direction: column; gap: 3px; }
.float-card small { color: #788e87; font-size: 8px; }
.float-card strong { font-size: 10px; }
.float-card-one { left: -13px; top: 72px; }
.float-card-two { right: -12px; bottom: 57px; }
.visual-orbit { position: absolute; border: 1px solid rgba(94,234,212,.08); border-radius: 50%; }
.orbit-one { width: 550px; height: 550px; }
.orbit-two { width: 410px; height: 410px; }
.trust-strip { position: relative; z-index: 2; margin-top: 52px; display: flex; align-items: center; gap: 55px; color: #687b75; }
.trust-strip p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: 1.7px; }
.trust-strip div { flex: 1; display: flex; justify-content: space-between; align-items: center; color: #a6b6b1; font-size: 13px; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: #47645c; }

section:not(.hero) { position: relative; }
.problem-section { padding: 155px 0 135px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 120px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4.3vw, 59px); line-height: 1.1; font-weight: 600; }
.split-heading h2 em, .section-heading h2 em, .fit-grid h2 em { color: #2f887a; }
.split-heading > p { margin-bottom: 5px; color: var(--muted); line-height: 1.75; }
.problem-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.problem-grid article { padding: 28px 40px 0 0; }
.problem-grid article + article { padding-left: 40px; border-left: 1px solid var(--line); }
.problem-grid article > span { color: #2e8375; font-size: 11px; font-weight: 700; }
.problem-grid h3 { margin: 32px 0 13px; font: 600 20px var(--display); }
.problem-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.system-section { padding: 130px 0 145px; background: var(--white); }
.section-heading.centered { max-width: 760px; margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 465px; padding: 36px 32px; border: 1px solid var(--line); border-radius: 13px; position: relative; overflow: hidden; background: #fafbf8; }
.service-card.featured { color: var(--white); background: linear-gradient(155deg, rgba(18,63,196,.13), transparent 28%), var(--ink-soft); border-color: rgba(71,119,255,.22); box-shadow: 0 30px 60px rgba(7,17,15,.12); transform: translateY(-14px); }
.card-label { position: absolute; top: 0; right: 0; padding: 8px 13px; border-radius: 0 0 0 8px; color: var(--ink); background: var(--mint); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 11px; color: #237969; background: #e2f2ed; font-size: 22px; }
.featured .service-icon { background: rgba(94,234,212,.1); color: var(--mint); }
.service-number { position: absolute; top: 37px; right: 30px; color: #94a39f; font-size: 10px; font-weight: 700; }
.featured .service-number { color: #5f746e; }
.service-card h3 { margin: 39px 0 16px; font: 600 25px var(--display); letter-spacing: -.6px; }
.service-card > p:not(.service-number) { color: var(--muted); line-height: 1.7; }
.featured > p:not(.service-number) { color: #9eafaa; }
.service-card ul { margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.1); }
.service-card li { margin: 11px 0; font-size: 13px; }
.service-card li::before { content: "✓"; margin-right: 9px; color: #238675; }
.featured li::before { color: var(--mint); }
.service-card { transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(45,132,117,.35); box-shadow: 0 22px 45px rgba(7,17,15,.08); }
.service-card.featured:hover { transform: translateY(-22px); }

.experience-section {
  padding: 140px 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 20%, rgba(36,94,81,.38), transparent 25%),
    #07110f;
}
.experience-glow { position: absolute; width: 520px; height: 520px; left: -380px; top: 35%; border-radius: 50%; background: rgba(18,63,196,.25); filter: blur(30px); }
.experience-heading { position: relative; z-index: 1; }
.experience-heading .eyebrow { color: var(--mint); }
.experience-heading > p:last-child { color: #8fa19b; }
.experience-shell {
  min-height: 620px;
  margin-top: 70px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 14px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 45px 100px rgba(0,0,0,.25);
}
.journey-controls { padding: 48px 34px 30px; border-radius: 14px; background: #0b1714; position: relative; }
.journey-tab {
  width: 100%;
  min-height: 112px;
  padding: 19px 18px;
  border: 1px solid transparent;
  border-bottom-color: rgba(255,255,255,.09);
  display: grid;
  grid-template-columns: 35px 1fr 25px;
  gap: 9px;
  align-items: start;
  color: #7d918b;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.journey-tab:hover { color: var(--white); transform: translateX(4px); }
.journey-tab.active { border-color: rgba(94,234,212,.2); border-radius: 11px; color: var(--white); background: linear-gradient(90deg, rgba(18,63,196,.15), rgba(94,234,212,.065) 38%); box-shadow: inset 3px 0 0 var(--deep-blue); }
.journey-tab > span { padding-top: 3px; color: var(--mint); font-size: 10px; font-weight: 700; }
.journey-tab div { display: flex; flex-direction: column; gap: 8px; }
.journey-tab strong { font: 600 17px var(--display); }
.journey-tab small { color: #71857f; font-size: 12px; line-height: 1.5; }
.journey-tab i { color: var(--mint); font-style: normal; opacity: 0; transform: translate(-6px, 6px); transition: .25s; }
.journey-tab.active i { opacity: 1; transform: none; }
.journey-progress { height: 3px; margin: 29px 18px 18px; border-radius: 5px; overflow: hidden; background: rgba(255,255,255,.09); }
.journey-progress i { width: 33.333%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--deep-blue), var(--blue) 38%, var(--mint)); transition: width .45s cubic-bezier(.22,.75,.32,1); }
.demo-hint { margin: 0 18px; color: #597069; font-size: 10px; }
.demo-hint span { margin-right: 7px; color: var(--mint); font-size: 7px; }
.journey-stage { min-width: 0; min-height: 590px; border-radius: 14px; overflow: hidden; position: relative; background: #0b1714; outline: none; }
.journey-stage > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 6s ease; }
.journey-stage:hover > img { transform: scale(1.055); }
.stage-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,10,.88) 0%, rgba(4,12,10,.25) 59%, rgba(4,12,10,.1) 100%), linear-gradient(0deg, rgba(4,12,10,.72), transparent 50%); }
.stage-status { position: absolute; top: 24px; left: 24px; right: 24px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; display: flex; align-items: center; gap: 9px; background: rgba(4,14,11,.67); backdrop-filter: blur(12px); }
.stage-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); animation: status-pulse 1.8s infinite; }
@keyframes status-pulse { 50% { opacity: .4; transform: scale(.78); } }
.stage-status strong { font-size: 11px; }
.stage-status small { margin-left: auto; color: #799089; font-size: 9px; }
.conversation-card { width: min(430px, calc(100% - 48px)); position: absolute; left: 24px; top: 115px; padding: 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(5,15,12,.8); backdrop-filter: blur(15px); }
.conversation-label { margin: 0 0 19px; color: #6c817b; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.message { width: fit-content; max-width: 88%; padding: 12px 14px; border-radius: 12px; font-size: 12px; line-height: 1.55; animation: message-in .35s ease both; }
@keyframes message-in { from { opacity: 0; transform: translateY(8px); } }
.message.prospect { margin-left: auto; border-bottom-right-radius: 3px; color: #c6d2ce; background: rgba(255,255,255,.1); }
.message.agent { margin-top: 11px; border: 1px solid rgba(18,63,196,.18); border-bottom-left-radius: 3px; display: grid; grid-template-columns: 25px 1fr; gap: 9px; color: #d5e5e0; background: linear-gradient(110deg, rgba(18,63,196,.16), rgba(94,234,212,.11) 45%); }
.message.agent span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: var(--mint); background: rgba(94,234,212,.1); }
.message.agent p { margin: 1px 0 0; }
.outcome-card { position: absolute; left: 24px; bottom: 24px; padding: 15px 17px; border: 1px solid rgba(94,234,212,.24); border-radius: 11px; display: flex; align-items: center; gap: 12px; background: rgba(8,29,23,.88); box-shadow: 0 18px 35px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.outcome-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(135deg, var(--mint), var(--deep-blue)); font-weight: 800; }
.outcome-card div { display: flex; flex-direction: column; gap: 4px; }
.outcome-card small { color: #739089; font-size: 9px; }
.outcome-card strong { font-size: 11px; }
.system-signals { border-bottom: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: repeat(3, 1fr); }
.system-signals article { padding: 57px 40px 5px; text-align: center; }
.system-signals article + article { border-left: 1px solid rgba(255,255,255,.09); }
.system-signals strong { color: var(--mint); font: 600 clamp(38px, 4vw, 53px) var(--display); letter-spacing: -2px; }
.system-signals p { margin: 9px 0 0; color: #71847e; font-size: 12px; }

.process-section { padding: 145px 0; color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 125px; }
.process-copy { position: sticky; top: 50px; align-self: start; }
.process-copy .eyebrow { color: var(--mint); }
.process-copy h2 { max-width: 470px; margin-bottom: 26px; }
.process-copy > p:not(.eyebrow) { max-width: 450px; margin-bottom: 38px; color: #91a29d; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 143px; padding: 5px 0 40px; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 70px 1fr; }
.process-list li + li { padding-top: 39px; }
.process-list li > span { color: var(--mint); font-size: 11px; font-weight: 700; }
.process-list h3 { margin: 0 0 12px; font: 600 24px var(--display); }
.process-list p { margin: 0; color: #8fa19b; line-height: 1.65; }

.fit-section { padding: 145px 0; background: #dfe5df; }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: start; }
.fit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit-cards article { min-height: 170px; padding: 25px; border: 1px solid rgba(7,17,15,.1); border-radius: 11px; background: rgba(255,255,255,.48); }
.fit-cards span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #267d6e; font-size: 12px; }
.fit-cards p { margin: 26px 0 0; line-height: 1.6; font-size: 14px; }

.faq-section { padding: 140px 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 120px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font: 600 18px var(--display); list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: #388e80; font: 400 26px var(--body); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 690px; margin: -5px 0 28px; color: var(--muted); line-height: 1.7; }

.contact-section { padding: 0 0 110px; background: var(--white); }
.contact-card { padding: 75px; border-radius: 18px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; color: var(--white); background: linear-gradient(135deg, #0b1d19, #06100e); position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 450px; height: 450px; right: -250px; bottom: -300px; border-radius: 50%; background: rgba(94,234,212,.17); filter: blur(15px); }
.eyebrow.light { color: var(--mint); }
.contact-copy h2 { font-size: clamp(38px, 4vw, 55px); }
.contact-copy > p:not(.eyebrow) { margin: 25px 0; color: #9aaca6; line-height: 1.7; }
.contact-copy ul { margin: 0; padding: 0; list-style: none; color: #c8d5d1; font-size: 13px; }
.contact-copy li { margin: 11px 0; }
.contact-copy li::before { content: "✓"; margin-right: 9px; color: var(--mint); }
.instagram-link { width: fit-content; margin-top: 28px; padding: 10px 15px; border: 1px solid rgba(94,234,212,.25); border-radius: 999px; display: inline-flex; align-items: center; gap: 9px; color: #c8d5d1; background: rgba(94,234,212,.06); font-size: 12px; text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.instagram-link:hover { border-color: rgba(94,234,212,.65); color: var(--white); background: rgba(94,234,212,.11); transform: translateY(-2px); }
.instagram-link svg, .footer-instagram svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot, .footer-instagram .instagram-dot { fill: currentColor; stroke: none; }
.instagram-link strong { color: var(--mint); }
.lead-form { position: relative; z-index: 2; padding: 28px; border-radius: 12px; background: var(--white); color: var(--ink); }
.lead-form label { margin-bottom: 15px; display: block; color: #4d5e58; font-size: 11px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form input, .lead-form select { width: 100%; height: 47px; margin-top: 7px; padding: 0 12px; border: 1px solid #d6ddda; border-radius: 7px; color: var(--ink); background: #f9faf8; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: #4cb6a4; box-shadow: 0 0 0 3px rgba(94,234,212,.18); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-field { margin: 4px 0 17px !important; display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.consent-field input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: #2b8979; }
.consent-field a { color: #176d5e; }
.form-button { width: 100%; margin-top: 6px; }
.form-note { margin: 11px 0 0; text-align: center; color: #7c8985; font-size: 9px; }

footer { padding: 70px 0 30px; color: var(--white); background: #050b09; }
.footer-main { display: grid; grid-template-columns: .7fr 1.4fr .8fr; gap: 60px; align-items: center; }
.footer-main p { max-width: 490px; margin: 0; color: #71827c; font-size: 14px; }
.footer-actions { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 7px; color: #71827c; font-size: 12px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.footer-instagram:hover { color: var(--mint); }
.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: #53645e; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.footer-bottom > span:last-child { text-align: right; }
.legal-links { display: flex; gap: 18px; }
.legal-links a { color: #7d9089; text-decoration: none; }
.legal-links a:hover { color: var(--mint); }

.legal-page { min-height: 100vh; color: var(--white); background: #07110f; }
.legal-page .site-header { position: relative; }
.legal-page .nav-wrap { border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-main { padding: 95px 0 120px; }
.legal-hero { max-width: 820px; }
.legal-hero h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(43px, 6vw, 72px); }
.legal-hero > p:last-child { color: #8fa19b; line-height: 1.7; }
.legal-content { max-width: 820px; margin-top: 70px; color: #a8b7b2; }
.legal-content section { padding: 31px 0; border-top: 1px solid rgba(255,255,255,.1); }
.legal-content h2 { margin-bottom: 15px; color: var(--white); font: 600 25px/1.3 var(--display); letter-spacing: -.6px; }
.legal-content h3 { margin: 25px 0 10px; color: #d9e2df; font: 600 17px/1.4 var(--display); }
.legal-content p, .legal-content li { line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--mint); }
.legal-note { padding: 16px 18px; border: 1px solid rgba(94,234,212,.2); border-radius: 9px; background: rgba(94,234,212,.06); }
.thank-you-main { min-height: calc(100vh - 92px); display: grid; place-items: center; padding: 80px 0; }
.thank-you-card { max-width: 760px; text-align: center; }
.success-mark { width: 62px; height: 62px; margin: 0 auto 27px; border-radius: 50%; display: grid; place-items: center; color: #07110f; background: linear-gradient(135deg, var(--mint), #69dce1); font-size: 25px; font-weight: 800; }
.thank-you-card h1 { margin-bottom: 23px; font-size: clamp(43px, 6vw, 72px); }
.thank-you-card p { max-width: 620px; margin: 0 auto 32px; color: #9aaca6; font-size: 18px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.75,.32,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-bottom: 165px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .system-visual { width: min(100%, 650px); margin: 0 auto; }
  .trust-strip { margin-top: 38px; }
  .split-heading, .process-grid, .fit-grid, .faq-grid, .contact-card { gap: 55px; }
  .service-card { padding: 28px 23px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, 580px); }
  .nav-wrap { height: 74px; }
  .menu-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; display: grid; place-content: center; gap: 6px; color: var(--white); background: rgba(0,0,0,.15); }
  .menu-button span { width: 19px; height: 1px; display: block; background: currentColor; transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; inset: 74px 0 auto; padding: 30px 24px 35px; display: none; flex-direction: column; align-items: stretch; gap: 22px; background: #08130f; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 25px 35px rgba(0,0,0,.32); }
  .nav.open { display: flex; }
  .nav > a:not(.button) { font-size: 18px; }
  .hero { padding-top: 132px; }
  .hero-grid { gap: 50px; }
  h1 { font-size: clamp(44px, 13vw, 61px); letter-spacing: -2px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-checks { flex-direction: column; gap: 9px; }
  .system-visual { min-height: 415px; margin-top: 5px; }
  .dashboard { padding: 12px; }
  .float-card-one { left: -7px; top: 18px; }
  .float-card-two { right: -6px; bottom: 15px; }
  .pipeline { grid-template-columns: 1fr; gap: 7px; }
  .pipeline-line { width: 1px; height: 8px; margin: 0 auto; }
  .pipeline-line i { left: -1.5px; top: 2px; }
  .pipeline-card { grid-template-columns: 30px 1fr auto; align-items: center; }
  .pipeline-card .icon-box { grid-row: auto; }
  .pipeline-card b { grid-column: auto; }
  .chart-card { display: none; }
  .trust-strip { display: block; }
  .trust-strip div { margin-top: 20px; flex-wrap: wrap; gap: 12px; justify-content: flex-start; }
  .trust-strip i { display: none; }
  .trust-strip div span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; }
  .problem-section, .system-section, .process-section, .fit-section, .faq-section { padding: 95px 0; }
  .split-heading, .process-grid, .fit-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .split-heading { gap: 30px; }
  h2 { font-size: 39px; letter-spacing: -1.8px; }
  .problem-grid, .service-grid { grid-template-columns: 1fr; }
  .problem-grid { margin-top: 45px; }
  .problem-grid article, .problem-grid article + article { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .problem-grid h3 { margin-top: 19px; }
  .service-grid { gap: 13px; }
  .service-card { min-height: auto; }
  .service-card.featured { transform: none; }
  .service-card.featured:hover, .service-card:hover { transform: none; }
  .experience-shell { min-height: 0; grid-template-columns: 1fr; }
  .journey-controls { padding: 20px 13px; }
  .journey-tab { min-height: 88px; }
  .journey-stage { min-height: 560px; }
  .stage-shade { background: linear-gradient(0deg, rgba(4,12,10,.84), rgba(4,12,10,.2)); }
  .system-signals { grid-template-columns: 1fr; }
  .system-signals article { padding: 38px 0; }
  .system-signals article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .process-copy { position: static; }
  .fit-cards { grid-template-columns: 1fr; }
  .fit-cards article { min-height: auto; }
  .contact-section { padding-bottom: 0; }
  .contact-card { width: 100%; max-width: none; padding: 75px 17px; border-radius: 0; }
  .contact-card > * { width: min(100%, 546px); margin-left: auto; margin-right: auto; }
  .lead-form { padding: 22px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-actions { justify-self: start; align-items: flex-start; }
  .footer-bottom { grid-template-columns: 1fr; align-items: start; gap: 17px; }
  .footer-bottom > span:last-child { text-align: left; }
  .legal-links { flex-wrap: wrap; }
  .legal-main { padding: 70px 0 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .line { animation: none; stroke-dashoffset: 0; }
  .stage-status > span { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
