:root {
  --ink: #121212;
  --paper: #f3f0e8;
  --white: #fffdfa;
  --muted: #747169;
  --line: rgba(18, 18, 18, 0.14);
  --acid: #d8ff3e;
  --orange: #ff6b3d;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.section-shell { width: min(1440px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  width: min(1440px, calc(100% - 64px)); height: 84px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.04em; font-size: 21px; }
.brand-mark { display: block; width: 31px; height: 31px; flex: 0 0 auto; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-header nav > a:not(.nav-cta) { color: #56534d; }
.lang-switch { min-width: 34px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; text-align: center; font-size: 10px; letter-spacing: .08em; transition: border-color .2s ease, color .2s ease; }
.lang-switch:hover { color: var(--ink); border-color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 16px; display: inline-flex; gap: 18px; align-items: center; transition: .2s ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); transform: translateY(-1px); }

.hero { padding-top: 64px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; column-gap: 40px; }
.hero-copy { max-width: 800px; }
.eyebrow { display: flex; gap: 10px; align-items: center; color: #5d5a53; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; font-weight: 700; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,107,61,.13); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(53px, 6.4vw, 100px); line-height: .91; letter-spacing: -.074em; font-weight: 640; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--muted); }
.hero-copy > p { max-width: 560px; margin: 0; font-size: 19px; line-height: 1.55; color: #57544e; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 220px; padding: 16px 19px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.button-dark { color: var(--white); background: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-proof { align-self: end; padding: 0 0 44px 20px; border-left: 1px solid var(--line); }
.hero-proof span { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; color: var(--muted); margin-bottom: 15px; }
.hero-proof strong { font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }

.product-stage { grid-column: 1 / -1; position: relative; margin-top: 72px; }
.browser-frame { position: relative; overflow: hidden; background: #e8e5dc; border: 1px solid rgba(18,18,18,.15); border-radius: 18px; box-shadow: 0 35px 80px rgba(36,31,23,.17), 0 3px 8px rgba(0,0,0,.06); }
.browser-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); backdrop-filter: blur(16px); font-size: 10px; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 8px; height: 8px; background: #cbc7bd; border-radius: 50%; }
.browser-address { min-width: 280px; padding: 7px 20px; border-radius: 999px; text-align: center; background: #efede7; color: #75716a; }
.browser-address span { color: #42a54f; margin-right: 5px; font-size: 7px; }
.secure-pill { justify-self: end; color: #6c6861; }
.offer-page { display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(390px, .72fr); min-height: 760px; background: #f7f5ef; }
.offer-image-wrap { position: relative; overflow: hidden; min-height: 760px; background: #292724; }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .55s ease, transform 1s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.gallery-slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; display: block; transition: filter .45s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.offer-image-wrap:hover .gallery-slide.active > img { transform: scale(1.012); }
.image-badge { position: absolute; left: 20px; top: 20px; padding: 9px 12px; border-radius: 999px; color: white; background: rgba(15,15,15,.48); backdrop-filter: blur(10px); font-size: 10px; letter-spacing: .04em; }
.gallery-bottom { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; pointer-events: none; }
.gallery-story { max-width: 390px; padding: 14px 16px; color: white; background: rgba(15,15,15,.52); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); border-radius: 14px; }
.gallery-story span, .gallery-story strong { display: block; }
.gallery-story span { margin-bottom: 6px; color: rgba(255,255,255,.62); font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.gallery-story strong { font-size: 12px; line-height: 1.4; font-weight: 550; }
.gallery-nav { pointer-events: auto; display: flex; align-items: center; overflow: hidden; color: white; background: rgba(15,15,15,.6); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); border-radius: 999px; }
.gallery-nav button { width: 42px; height: 42px; border: 0; color: white; background: transparent; cursor: pointer; transition: background .2s ease; }
.gallery-nav button:hover { background: rgba(255,255,255,.13); }
.gallery-nav span { min-width: 62px; text-align: center; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .1em; }
.gallery-nav b { color: white; font-weight: 700; }
.gallery-thumbs { position: absolute; z-index: 3; right: 20px; top: 20px; display: flex; gap: 7px; }
.gallery-thumbs button { width: 54px; height: 38px; padding: 2px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(15,15,15,.35); cursor: pointer; opacity: .7; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.gallery-thumbs button:hover { opacity: 1; transform: translateY(-1px); }
.gallery-thumbs button.active { opacity: 1; border-color: white; }
.gallery-thumbs img { width: 100%; height: 100%; display: block; border-radius: 5px; object-fit: cover; }
.offer-panel { padding: 29px 34px 26px; display: flex; flex-direction: column; }
.offer-kicker { display: flex; justify-content: space-between; color: #767168; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.offer-panel h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(44px, 4.2vw, 67px); line-height: .94; letter-spacing: -.055em; margin: 43px 0 18px; }
.offer-panel > p { color: #6a665f; line-height: 1.55; font-size: 12px; margin: 0 0 22px; max-width: 390px; }
.included-block { margin-bottom: 24px; }
.included-title { display: block; margin-bottom: 10px; color: #7d786f; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.52); }
.included-grid > div { padding: 12px 10px; border-right: 1px solid var(--line); }
.included-grid > div:last-child { border-right: 0; }
.included-grid strong, .included-grid small { display: block; }
.included-grid strong { font-size: 10px; letter-spacing: -.015em; }
.included-grid small { margin-top: 4px; color: #8a857c; font-size: 7px; }
.verification-strip { display: flex; align-items: center; gap: 11px; margin: -4px 0 21px; padding: 12px 14px; border: 1px solid rgba(83,189,103,.24); border-radius: 11px; background: rgba(83,189,103,.07); }
.verification-strip small, .verification-strip strong { display: block; }
.verification-strip small { margin-bottom: 3px; color: #747168; font-size: 7px; letter-spacing: .04em; }
.verification-strip strong { font-size: 10px; }
.choice-group { border-top: 1px solid var(--line); padding-top: 18px; }
.choice-label { display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; color: #716d66; }
.choice-label span:last-child { color: var(--ink); font-weight: 700; }
.swatches { display: flex; gap: 10px; margin-top: 15px; }
.swatch { width: 38px; height: 38px; border-radius: 50%; border: 6px solid #f7f5ef; outline: 1px solid transparent; background: var(--swatch); cursor: pointer; transition: .2s ease; }
.swatch.active { outline-color: #232323; }
.price-row { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; }
.price-row small { display: block; text-transform: uppercase; letter-spacing: .09em; color: #7d786f; font-size: 8px; margin-bottom: 7px; }
.price-row strong { font-size: 22px; letter-spacing: -.035em; }
.price-row button { border: 0; padding: 13px 15px; border-radius: 999px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.price-row button span { margin-left: 18px; }
.ask-box { margin-top: 16px; height: 47px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; gap: 10px; background: white; color: #98938b; font-size: 10px; }
.ask-box button { flex: 1; text-align: left; border: 0; background: none; color: #8f8b83; cursor: pointer; }
.ask-icon { color: var(--orange); font-size: 14px; }
.answer { display: none; grid-template-columns: 20px 1fr; gap: 7px; padding: 12px 14px; margin-top: 8px; background: #ece9df; border-radius: 12px; font-size: 10px; line-height: 1.45; }
.answer.visible { display: grid; }
.answer span { color: var(--orange); }
.answer p { margin: 0; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #53bd67; box-shadow: 0 0 0 5px rgba(83,189,103,.13); }
.hero-caption { grid-column: 1 / -1; padding: 26px 6px 90px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #77736b; }
.hero-caption div { display: flex; gap: 30px; }

.metric-section { background: #dedbd2; padding: 110px 0 82px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-number { display: block; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; color: #69655e; margin-bottom: 24px; font-weight: 700; }
.section-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: .95; letter-spacing: -.06em; font-weight: 620; }
.section-heading > p { color: #65615a; line-height: 1.6; max-width: 430px; margin: 0 0 5px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card { position: relative; min-height: 390px; padding: 24px; background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.metric-card.accent { background: var(--acid); }
.metric-card.dark { color: var(--paper); background: var(--ink); }
.metric-top { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.metric-card > strong { display: block; margin-top: 65px; font-size: clamp(52px, 5vw, 78px); letter-spacing: -.075em; font-weight: 630; }
.metric-card > strong small { font-size: .44em; letter-spacing: -.04em; }
.metric-card > p { margin: 2px 0 0; color: #747069; font-size: 12px; }
.metric-card.dark > p { color: #aaa59b; }
.target-label { position: absolute; left: 24px; bottom: 22px; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; color: #78746c; }
.dark .target-label { color: #928d83; }
.metric-visual { position: absolute; }
.bars { left: 24px; right: 24px; bottom: 60px; height: 54px; display: flex; gap: 6px; align-items: end; }
.bars i { flex: 1; background: rgba(18,18,18,.18); border-radius: 3px 3px 0 0; }
.bars i:nth-child(1){height:100%}.bars i:nth-child(2){height:77%}.bars i:nth-child(3){height:58%}.bars i:nth-child(4){height:43%}.bars i:nth-child(5){height:28%}.bars i:nth-child(6){height:14%;background:var(--ink)}
.ring { width: 74px; height: 74px; right: 25px; bottom: 55px; border-radius: 50%; background: conic-gradient(var(--orange) 0 70%, #d7d3ca 70%); display: grid; place-items: center; }
.ring::before { content: ""; width: 52px; height: 52px; background: var(--paper); border-radius: 50%; }
.ring span { position: absolute; font-size: 10px; font-weight: 700; }
.timeline { left: 24px; right: 24px; bottom: 79px; display: flex; align-items: center; }
.timeline::before { content: ""; position: absolute; left: 4px; right: 4px; height: 1px; background: #bbb7ae; }
.timeline i { z-index: 1; margin-right: auto; width: 8px; height: 8px; border-radius: 50%; background: #a8a49b; }
.timeline i:nth-child(-n+3){background:var(--orange)}
.timeline span { position: absolute; right: 28%; width: 42px; height: 42px; border: 1px solid var(--orange); border-radius: 50%; }
.lift { left: 24px; right: 24px; bottom: 61px; height: 60px; display: grid; grid-template-columns: auto 1fr 1fr auto; align-items: end; gap: 10px; color: #938e84; font-size: 8px; text-transform: uppercase; }
.lift i { background: #4f4c47; border-radius: 5px 5px 0 0; height: 28px; }
.lift i:nth-of-type(2) { height: 52px; background: var(--acid); }
.metric-disclaimer { margin: 22px 0 0; color: #77736b; font-size: 10px; }

.benefit-section { padding: 120px 0 130px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-card { position: relative; min-height: 620px; border: 1px solid var(--line); border-radius: 26px; padding: 34px; background: #eeebe3; overflow: hidden; }
.benefit-card:nth-child(2) { background: #d9d5cc; }
.benefit-index { position: absolute; right: 32px; top: 31px; font-size: 11px; color: #77736c; }
.benefit-card h3 { font-size: clamp(35px, 3.5vw, 56px); line-height: .98; letter-spacing: -.055em; max-width: 540px; margin: 45px 0 20px; }
.benefit-card > p { max-width: 500px; color: #67635c; line-height: 1.6; font-size: 14px; }
.benefit-tag { position: absolute; left: 34px; bottom: 34px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.speed-demo { width: min(440px, 78%); margin-top: 10px; padding: 24px; border-radius: 17px; background: #faf8f3; box-shadow: 0 20px 45px rgba(25,22,17,.1); transform: rotate(-1.8deg); }
.speed-top { display: flex; justify-content: space-between; text-transform: uppercase; font-size: 9px; font-weight: 700; }
.speed-line { height: 6px; margin: 23px 0; background: #e5e1d8; border-radius: 9px; overflow: hidden; }
.speed-line i { display: block; width: 84%; height: 100%; background: var(--orange); }
.speed-steps { display: flex; justify-content: space-between; color: #aca79d; text-transform: uppercase; font-size: 7px; }
.speed-steps .done { color: var(--ink); }
.decision-demo { display: grid; gap: 8px; margin: 4px auto 0; width: min(480px, 86%); transform: rotate(1.6deg); }
.decision-option { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; padding: 16px; border-radius: 15px; background: #efede7; border: 1px solid transparent; box-shadow: 0 8px 28px rgba(25,22,17,.07); }
.decision-option > span { width: 20px; height: 20px; border: 1px solid #c5c0b6; border-radius: 50%; display: grid; place-items: center; font-size: 9px; }
.decision-option b, .decision-option small { display: block; }
.decision-option b { font-size: 12px; }
.decision-option small { color: #817d75; margin-top: 3px; font-size: 9px; }
.decision-option em { font-style: normal; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.decision-option.chosen { padding: 22px 16px; background: var(--ink); color: var(--paper); border-color: var(--acid); transform: scale(1.03); }
.decision-option.chosen > span { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.decision-option.chosen small { color: #aaa69d; }
.decision-option.muted { opacity: .7; }

.pilot-section { color: var(--paper); background: var(--ink); padding: 120px 0; }
.pilot-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 120px; align-items: start; }
.section-number.light { color: #918d85; }
.pilot-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 6vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.06em; margin: 0 0 30px; }
.pilot-copy p { max-width: 430px; color: #9d988f; line-height: 1.6; margin-bottom: 35px; }
.button-light { background: var(--acid); color: var(--ink); }
.pilot-plan { border-top: 1px solid #37342f; }
.pilot-row { display: grid; grid-template-columns: 40px 1fr auto; gap: 20px; padding: 26px 0; border-bottom: 1px solid #37342f; align-items: center; }
.pilot-row > span { color: var(--acid); font-size: 10px; }
.pilot-row strong, .pilot-row small { display: block; }
.pilot-row strong { font-size: 17px; margin-bottom: 6px; }
.pilot-row small, .pilot-row em { color: #8f8a81; font-size: 10px; font-style: normal; }
.pilot-outcome { margin-top: 28px; padding: 24px; color: var(--ink); background: var(--paper); border-radius: 16px; display: flex; justify-content: space-between; align-items: center; }
.pilot-outcome span { text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.pilot-outcome strong { font-size: 21px; letter-spacing: -.03em; }

.pilot-dialog { width: min(1120px, calc(100% - 32px)); max-width: none; max-height: min(860px, calc(100dvh - 32px)); padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 42px 120px rgba(0,0,0,.46); overflow: auto; }
.pilot-dialog::backdrop { background: rgba(8,8,8,.72); backdrop-filter: blur(10px); }
.pilot-dialog[open] { animation: pilot-dialog-in .32s cubic-bezier(.2,.7,.2,1); }
@keyframes pilot-dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
.pilot-dialog-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 690px; }
.pilot-dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid rgba(18,18,18,.16); border-radius: 50%; background: rgba(255,253,250,.75); font-size: 25px; font-weight: 300; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.pilot-dialog-close:hover { transform: rotate(5deg); background: white; }
.pilot-dialog-story { display: flex; flex-direction: column; padding: 62px 54px 50px; color: var(--paper); background: var(--ink); border-radius: 27px 0 0 27px; }
.pilot-availability { display: inline-flex; align-items: center; gap: 9px; color: #aaa59b; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pilot-availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(216,255,62,.12); }
.pilot-dialog-story h2 { margin: 54px 0 25px; font-size: clamp(43px, 4.2vw, 67px); font-weight: 620; line-height: .94; letter-spacing: -.065em; }
.pilot-dialog-story h2 em { color: #a9a49a; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.pilot-dialog-story > p { max-width: 430px; margin: 0; color: #aaa59b; font-size: 14px; line-height: 1.65; }
.pilot-deliverables { margin-top: auto; padding-top: 28px; border-top: 1px solid #37342f; }
.pilot-deliverables > span { color: var(--acid); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pilot-deliverables ul { display: grid; gap: 13px; padding: 0; margin: 20px 0 0; list-style: none; }
.pilot-deliverables li { position: relative; padding-left: 25px; color: #d2cec5; font-size: 12px; line-height: 1.45; }
.pilot-deliverables li::before { content: "✓"; position: absolute; left: 0; color: var(--acid); font-weight: 800; }
.pilot-form { display: flex; flex-direction: column; gap: 18px; padding: 58px 58px 42px; background: #f5f2ea; border-radius: 0 27px 27px 0; }
.pilot-form-heading { padding-right: 42px; margin-bottom: 2px; }
.pilot-form-heading > span { color: #817d75; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pilot-form-heading h3 { margin: 12px 0 0; font-size: 28px; line-height: 1.06; letter-spacing: -.045em; }
.pilot-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.pilot-form label { display: grid; gap: 8px; }
.pilot-form label > span { color: #625f58; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.pilot-form input, .pilot-form textarea { width: 100%; border: 1px solid rgba(18,18,18,.15); border-radius: 13px; outline: none; color: var(--ink); background: rgba(255,255,255,.72); font: inherit; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.pilot-form input { height: 49px; padding: 0 15px; }
.pilot-form textarea { min-height: 112px; padding: 14px 15px; line-height: 1.5; resize: vertical; }
.pilot-form input::placeholder, .pilot-form textarea::placeholder { color: #aaa69e; }
.pilot-form input:focus, .pilot-form textarea:focus { border-color: var(--ink); background: white; box-shadow: 0 0 0 3px rgba(18,18,18,.06); }
.pilot-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pilot-privacy { margin: -3px 0 0; color: #817d75; font-size: 9px; line-height: 1.5; }
.pilot-privacy a { color: var(--ink); border-bottom: 1px solid rgba(18,18,18,.3); }
.pilot-submit { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; border: 0; border-radius: 999px; color: var(--paper); background: var(--ink); font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.pilot-submit b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--ink); background: var(--acid); font-weight: 800; }
.pilot-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.pilot-submit:disabled { opacity: .58; cursor: wait; transform: none; box-shadow: none; }
.pilot-selection { margin: -7px 0 0; color: #8d887f; text-align: center; font-size: 9px; line-height: 1.4; }
.pilot-form-status { min-height: 15px; margin: -9px 0 0; color: #a6402a; text-align: center; font-size: 10px; }
.pilot-success { align-content: center; justify-items: start; padding: 75px; background: #f5f2ea; border-radius: 0 27px 27px 0; }
.pilot-success[hidden] { display: none; }
.pilot-success > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--acid); font-weight: 800; }
.pilot-success h3 { margin: 30px 0 12px; font-size: 44px; letter-spacing: -.055em; }
.pilot-success p { max-width: 470px; margin: 0; color: #67635c; font-size: 15px; line-height: 1.65; }
.pilot-success button { margin-top: 30px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-weight: 700; cursor: pointer; }

.site-footer { width: min(1440px, calc(100% - 64px)); min-height: 130px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 11px; }
.site-footer p { text-align: center; color: #77736b; }
.footer-legal { justify-self: end; display: flex; align-items: center; gap: 18px; color: #77736b; }
.footer-legal a { transition: color .2s ease; }
.footer-legal a:hover { color: var(--ink); }
.toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; max-width: 360px; padding: 16px 20px; color: var(--paper); background: var(--ink); border-radius: 12px; font-size: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.22); transform: translateY(120px); opacity: 0; transition: .35s ease; }
.toast.visible { transform: translateY(0); opacity: 1; }

.legal-main { min-height: calc(100vh - 214px); }
.legal-hero { padding: 85px 0 48px; border-bottom: 1px solid var(--line); }
.legal-eyebrow { display: block; margin-bottom: 17px; color: #77736b; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .94; letter-spacing: -.065em; font-weight: 620; }
.legal-hero p { max-width: 670px; margin: 25px 0 0; color: #66625b; line-height: 1.65; }
.legal-content { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 80px; padding: 70px 0 110px; }
.legal-aside { color: #817d75; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .09em; }
.legal-copy section { padding: 0 0 35px; margin: 0 0 35px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 15px; font-size: 21px; letter-spacing: -.025em; }
.legal-copy h3 { margin: 22px 0 8px; font-size: 13px; }
.legal-copy p, .legal-copy li { color: #625f58; font-size: 14px; line-height: 1.72; }
.legal-copy p { margin: 0 0 12px; }
.legal-copy ul { margin: 0; padding-left: 20px; }
.legal-copy a { color: var(--ink); border-bottom: 1px solid rgba(18,18,18,.35); }
.legal-copy address { color: #625f58; font-size: 14px; line-height: 1.72; font-style: normal; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease var(--delay, 0s), transform .75s cubic-bezier(.2,.65,.2,1) var(--delay, 0s); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-proof { display: none; }
  .offer-page { grid-template-columns: 1.25fr .75fr; }
  .offer-panel { padding: 24px; }
  .offer-panel h2 { margin-top: 45px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .pilot-grid { gap: 60px; }
  .pilot-dialog-grid { grid-template-columns: 1fr; }
  .pilot-dialog-story { min-height: 610px; border-radius: 27px 27px 0 0; }
  .pilot-form, .pilot-success { border-radius: 0 0 27px 27px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header, .site-footer { width: min(100% - 32px, 1440px); }
  .site-header { height: 70px; }
  .site-header nav { gap: 9px; }
  .site-header nav > a:not(.nav-cta):not(.lang-switch) { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-stage { margin-top: 52px; }
  .browser-address { min-width: 0; width: 170px; overflow: hidden; white-space: nowrap; }
  .offer-page { grid-template-columns: 1fr; }
  .offer-image-wrap { min-height: 470px; }
  .offer-panel { min-height: 700px; }
  .gallery-thumbs { left: 14px; right: auto; top: 14px; }
  .image-badge { display: none; }
  .gallery-bottom { left: 14px; right: 14px; bottom: 14px; }
  .gallery-story { max-width: calc(100% - 120px); padding: 11px 12px; }
  .gallery-story strong { font-size: 10px; }
  .gallery-nav span { min-width: 45px; }
  .hero-caption { margin-top: 30px; flex-direction: column; gap: 13px; }
  .hero-caption div { gap: 10px; flex-wrap: wrap; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .metric-section, .benefit-section, .pilot-section { padding-top: 80px; padding-bottom: 80px; }
  .metric-grid, .benefit-grid, .pilot-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 350px; }
  .benefit-card { min-height: 580px; padding: 25px; }
  .benefit-card h3 { margin-top: 35px; }
  .benefit-tag { left: 25px; bottom: 25px; }
  .pilot-grid { gap: 60px; }
  .pilot-row { grid-template-columns: 30px 1fr; }
  .pilot-row em { display: none; }
  .pilot-outcome { align-items: flex-start; flex-direction: column; gap: 10px; }
  .pilot-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 22px; }
  .pilot-dialog-grid { min-height: 0; }
  .pilot-dialog-close { position: fixed; top: 18px; right: 18px; }
  .pilot-dialog-story { min-height: 540px; padding: 48px 27px 32px; border-radius: 21px 21px 0 0; }
  .pilot-dialog-story h2 { margin-top: 42px; }
  .pilot-form { gap: 16px; padding: 42px 22px 28px; border-radius: 0 0 21px 21px; }
  .pilot-field-grid { grid-template-columns: 1fr; }
  .pilot-success { padding: 65px 28px; border-radius: 0 0 21px 21px; }
  .site-footer { grid-template-columns: 1fr auto; min-height: 120px; }
  .site-footer p { display: none; }
  .footer-legal { gap: 11px; font-size: 9px; }
  .legal-hero { padding-top: 60px; }
  .legal-content { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
