:root{--ink:#203936;--forest:#203936;--forest-2:#203936;--olive:#54736b;--lime:#b8c9c1;--paper:#f4f2ec;--surface-alt:#e9ece7;--white:#fff;--muted:#54736b;--line:#d9ddd6;--radius:24px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
section[id]{scroll-margin-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.nav{height:82px;max-width:1440px;margin:auto;padding:0 4vw;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.05em}
.brand-logo{width:38px;height:38px;object-fit:contain;display:block}
.brand-mark{width:31px;height:31px;border-radius:50%;background:var(--lime);display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:7px;transform:rotate(-18deg)}
.brand-mark span{background:var(--forest);border-radius:100% 0 100% 0}
.brand-mark span:last-child{transform:rotate(90deg)}
.nav nav{display:flex;gap:28px;font-size:14px;color:var(--olive)}
.nav nav a:hover{color:var(--ink)}
.button{min-height:52px;padding:0 24px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:750;cursor:pointer;transition:.25s background-color,.25s color}
.button-small{min-height:42px;padding:0 20px;font-size:14px}
.button-dark{background:var(--forest);color:white}
.button-dark:hover{background:#172b28}
.button-lime{background:var(--lime);color:var(--ink)}
.button-lime:hover{background:color-mix(in srgb,var(--lime) 88%,var(--olive))}
.section-pad{padding-left:max(5vw,32px);padding-right:max(5vw,32px)}
.hero{max-width:1500px;min-height:690px;margin:0 auto;padding-top:32px;padding-bottom:64px;display:grid;grid-template-columns:.83fr 1.17fr;gap:46px;align-items:center;background:var(--paper)}
.hero-copy{padding-left:2vw}
.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--olive)}
.eyebrow i{width:7px;height:7px;background:var(--lime);border-radius:50%}
.hero h1,.section-heading h2,.benefit-intro h2,.pilot h2{font-size:clamp(56px,6.2vw,98px);line-height:.92;letter-spacing:-.055em;margin:24px 0;font-weight:800}
.hero h1 em,.section-heading h2 em,.benefit-intro h2 em,.pilot h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.hero h1 em{color:var(--olive)}
.hero h1.hero-title-long{font-size:clamp(47px,4.8vw,72px);line-height:.96}
.hero-lead{font-size:20px;line-height:1.55;max-width:575px;color:var(--muted)}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #9aa79f;padding-bottom:5px}
.text-link span{margin-left:8px}
.micro-proof{display:flex;align-items:center;gap:14px;margin-top:42px;color:#747767;font-size:13px;max-width:370px}
.avatar-stack{display:flex}
.avatar-stack b{width:31px;height:31px;border-radius:50%;background:var(--lime);border:2px solid var(--paper);display:grid;place-items:center;font-size:9px;color:var(--forest);margin-left:-7px}
.avatar-stack b:first-child{margin-left:0;background:var(--olive);color:white}
.avatar-stack b:last-child{background:var(--lime)}
.hero-visual{height:610px;border-radius:32px;position:relative;overflow:hidden;background:var(--forest)}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,39,29,.36),transparent 45%),linear-gradient(0deg,rgba(10,30,23,.25),transparent 45%)}
.hero-visual>img{width:100%;height:100%;object-fit:cover}
.floating-card{position:absolute;z-index:2;background:rgba(255,255,255,.94);box-shadow:0 18px 50px rgba(9,35,25,.18);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7)}
.order-card{left:32px;top:44px;border-radius:18px;padding:13px 17px;display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;min-width:330px}
.order-card .card-icon{width:40px;height:40px;display:grid;place-items:center;background:var(--lime);border-radius:50%;font-weight:900}
.order-card div{display:flex;flex-direction:column}
.order-card strong{font-size:14px}
.order-card small{color:var(--muted);font-size:12px;margin-top:3px}
.order-card>b{font-size:14px}
.status-card{right:26px;bottom:42px;border-radius:20px;padding:18px;width:180px;display:flex;flex-direction:column}
.status-card span{font-size:11px;color:var(--muted)}
.status-card span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3dbd77;margin-right:4px}
.status-card strong{font-size:40px;line-height:1;margin:10px 0 6px}
.status-card small{font-size:11px;color:#298553}
.image-label{position:absolute;z-index:2;left:32px;bottom:26px;color:white;font:italic 21px Georgia,serif}
.pain-strip{background:var(--forest);color:white;min-height:180px;padding:34px max(6vw,38px);display:grid;grid-template-columns:1fr 1fr 1fr .75fr;gap:32px;align-items:center}
.pain-strip>div{display:flex;align-items:flex-start;gap:14px;border-right:1px solid rgba(255,255,255,.16);padding-right:28px}
.pain-strip span{color:var(--lime);font:italic 19px Georgia,serif}
.pain-strip p{font-size:15px;line-height:1.45;margin:0;max-width:230px}
.pain-strip>strong{text-align:right;color:var(--lime);font:italic 24px/1.1 Georgia,serif}
.workflow{padding-top:120px;padding-bottom:150px;overflow:hidden;background:var(--surface-alt)}
.section-heading{max-width:1260px;margin:auto;display:grid;grid-template-columns:1fr .75fr;grid-template-areas:"eyebrow eyebrow" "title copy";align-items:end}
.section-heading .eyebrow{grid-area:eyebrow}
.section-heading h2{grid-area:title;font-size:clamp(52px,5.5vw,84px);margin-bottom:50px}
.section-heading p{grid-area:copy;font-size:18px;line-height:1.55;color:var(--muted);margin:0 0 54px 60px;max-width:460px}
.product-stage{position:relative;max-width:1110px;margin:30px auto 0;background:#e2e6e0;border-radius:40px;padding:62px 70px 80px 92px}
.sidebar{position:absolute;z-index:3;left:48px;top:90px;width:62px;height:470px;border-radius:18px;background:var(--forest-2);display:flex;flex-direction:column;align-items:center;padding:17px 0;gap:10px;box-shadow:0 20px 40px rgba(7,32,23,.2)}
.mini-brand{margin-bottom:24px}
.mini-brand .brand-mark{width:26px;height:26px;padding:6px}
.sidebar button{background:transparent;border:0;color:#a4b5ad;width:40px;height:40px;border-radius:12px;cursor:default}
.sidebar button.active{background:var(--lime);color:var(--forest);font-weight:900}
.dashboard{position:relative;z-index:2;background:#f9faf7;border-radius:24px;min-height:520px;padding:34px 34px 28px 48px;box-shadow:0 30px 80px rgba(27,57,44,.18);transform:rotate(-1.1deg)}
.dash-top{display:flex;justify-content:space-between;align-items:flex-start}
.dash-top small{color:#839087;font-size:10px}
.dash-top h3{margin:4px 0 0;font-size:21px;letter-spacing:-.04em}
.dash-top button{border:1px solid #dbe0da;background:white;border-radius:50%;width:34px;height:34px;position:relative}
.dash-top button i{position:absolute;width:6px;height:6px;background:#f06f5c;border-radius:50%;right:4px;top:4px}
.metrics{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:12px;margin-top:25px}
.metrics article{background:white;border:1px solid #e4e8e1;border-radius:15px;padding:15px;display:flex;flex-direction:column}
.metrics article.accent{background:var(--lime);color:var(--ink);border-color:var(--line)}
.metrics span,.metrics small{font-size:9px;color:#77847c}
.metrics strong{font-size:24px;margin:9px 0 6px}
.metrics .up{color:#2b9361}
.metrics .accent small{color:var(--muted)}
.dash-grid{display:grid;grid-template-columns:1.65fr .75fr;gap:13px;margin-top:14px}
.orders-panel,.menu-panel{background:white;border:1px solid #e4e8e1;border-radius:15px;padding:18px}
.panel-head{display:flex;justify-content:space-between;align-items:center}
.panel-head small,.menu-panel>small{font-size:8px;letter-spacing:.12em;color:#91a098}
.panel-head h4,.menu-panel h4{font-size:14px;margin:5px 0}
.panel-head button{font-size:9px;border:0;background:transparent;color:#367153}
.order-row{display:grid;grid-template-columns:32px 1fr auto auto;align-items:center;gap:10px;padding:13px 0;border-top:1px solid #edf0ec;font-size:9px}
.initial{width:31px;height:31px;border-radius:9px;background:var(--lime);display:grid;place-items:center;font-weight:800}
.initial.orange{background:var(--lime)}
.initial.blue{background:var(--surface-alt)}
.order-row>div{display:flex;flex-direction:column;gap:3px}
.order-row small{color:#849089}
.pill{padding:5px 7px;border-radius:99px}
.paid{background:#e4f5ea;color:#268153}
.pending{background:var(--surface-alt);color:var(--olive)}
.menu-panel{text-align:center}
.menu-panel h4{font-size:13px}
.donut{width:112px;height:112px;border-radius:50%;margin:14px auto;background:conic-gradient(var(--lime) 0 76%,#e8ece6 76%);display:grid;place-items:center;position:relative}
.donut:after{content:"";width:74px;height:74px;background:white;border-radius:50%;position:absolute}
.donut span{z-index:1;font-size:27px;font-weight:800}
.donut span small{display:block;font-size:8px;color:#819087;font-weight:500}
.menu-panel p{font-size:9px;color:#77847c}
.stage-note{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;font-size:12px;line-height:1.35}
.stage-note b{width:39px;height:39px;display:grid;place-items:center;background:var(--lime);border-radius:50%;font:italic 15px Georgia,serif}
.note-one{left:-45px;top:5px}
.note-two{right:-65px;top:220px}
.note-three{left:35px;bottom:13px}
.benefits{background:var(--paper);color:var(--ink);padding-top:110px;padding-bottom:110px}
.benefit-intro{max-width:1260px;margin:auto}
.eyebrow.light{color:var(--olive)}
.benefit-intro h2{font-size:clamp(45px,5vw,74px);margin:24px 0 55px}
.benefit-intro h2 em{color:var(--olive)}
.benefit-grid{max-width:1260px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.benefit-card{min-height:0;border:1px solid var(--line);border-radius:25px;padding:18px 24px 24px;display:flex;flex-direction:column;overflow:hidden;background:white;color:var(--ink);box-shadow:0 18px 45px rgba(32,57,54,.08)}
.benefit-photo{width:100%;height:auto;aspect-ratio:9/4;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface-alt)}
.benefit-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.benefit-card h3{font-size:25px;margin:22px 0 10px;letter-spacing:-.035em}
.benefit-card>p{max-width:430px;color:var(--muted);line-height:1.55;margin:0}
.mini-list{position:relative;width:100%;margin-top:20px;background:var(--surface-alt);color:var(--ink);padding:13px;border:1px solid var(--line);border-radius:14px}
.mini-list span{display:flex;justify-content:space-between;border-bottom:1px solid #e3e9e2;padding:9px 3px;font-size:10px}
.mini-list span:last-child{border:0}
.bar-chart{position:relative;width:100%;height:86px;margin-top:20px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;gap:12px;align-items:flex-end;padding:0 10px}
.bar-chart i{flex:1;background:var(--olive);border-radius:5px 5px 0 0}
.ai-bubble{position:relative;width:100%;margin-top:20px;background:white;color:var(--ink);padding:15px;border:1px solid var(--line);border-radius:14px;display:flex;gap:10px;font-size:11px;line-height:1.4;box-shadow:0 12px 28px rgba(32,57,54,.08)}
.ai-bubble span{color:var(--forest)}
.ai-bubble p{margin:0}
.message{position:relative;width:100%;margin-top:20px;background:var(--surface-alt);color:var(--ink);padding:14px;border:1px solid var(--line);border-radius:14px;font-size:10px}
.message b{color:#3d775a}
.message p{line-height:1.4;margin:7px 0}
.message small{display:block;text-align:right;color:#84958b}
.pilot{padding-top:110px;padding-bottom:110px;background:var(--surface-alt)}
.pilot-inner{max-width:1040px;margin:auto;text-align:center}
.pilot .eyebrow i{background:var(--forest)}
.pilot h2{font-size:clamp(48px,5.8vw,82px);margin:24px 0}
.pilot h2 em{color:var(--olive)}
.pilot-inner>p{max-width:720px;margin:0 auto;color:var(--olive);font-size:17px;line-height:1.55}
.pilot form{background:white;border-radius:20px;padding:10px;display:grid;grid-template-columns:1fr 1fr auto;gap:8px;max-width:870px;margin:42px auto 12px;box-shadow:0 18px 50px rgba(38,77,56,.13)}
.pilot label{display:flex;flex-direction:column;text-align:left;padding:7px 14px;border-right:1px solid #e6e9e4}
.pilot label span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#78867e;font-weight:800}
.pilot input{border:0;outline:0;font-size:14px;padding:7px 0 0;color:var(--ink);width:100%}
.pilot form .button{white-space:nowrap}
.pilot .form-note{font-size:11px;color:#64796b}
.success{display:none;max-width:650px;margin:25px auto 0;padding:16px 20px;border:1px solid var(--line);border-radius:14px;background:var(--lime);color:var(--ink);font-size:14px}
.success.show{display:block}
footer{background:var(--forest-2);color:white;padding:35px max(5vw,32px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
footer p{text-align:center;color:#a6b7ae;font-size:13px}
footer>span{text-align:right;color:#71877c;font-size:11px}
.reveal{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}
.reveal.reveal-pending{opacity:0;transform:translateY(24px)}
.reveal-delay{transition-delay:.08s}
@media(prefers-reduced-motion:reduce){
  .reveal,.reveal.reveal-pending{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}
@media print{.reveal.reveal-pending{opacity:1;transform:none}}
@media(max-width:980px){.nav nav{display:none}
.hero{grid-template-columns:1fr;gap:30px;padding-top:48px}
.hero-copy{padding:0;max-width:720px}
.hero-visual{height:540px}
.pain-strip{grid-template-columns:1fr 1fr}
.pain-strip>div:nth-child(2){border-right:0}
.pain-strip>strong{text-align:left}
.section-heading{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "copy"}
.section-heading p{margin:0 0 48px}
.product-stage{padding:55px 30px 70px 60px}
.sidebar{left:18px}
.note-one{left:10px}
.note-two{right:5px}
.benefit-card{min-height:0}
.pilot form{grid-template-columns:1fr 1fr}
.pilot form .button{grid-column:1/-1}
.pilot label:nth-child(2){border-right:0}
}
@media(max-width:680px){.section-pad{padding-left:20px;padding-right:20px}
.nav{height:68px;padding:0 20px}
.nav .button{display:none}
.hero{min-height:auto;padding-top:30px;padding-bottom:45px}
.hero h1{font-size:55px}
.hero-lead{font-size:17px}
.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}
.micro-proof{margin-top:32px}
.hero-visual{height:430px;border-radius:22px}
.hero-visual>img{object-position:62% center}
.order-card{left:12px;top:14px;min-width:0;width:calc(100% - 24px);grid-template-columns:36px 1fr auto;padding:10px}
.status-card{width:150px;right:12px;bottom:18px}
.image-label{left:16px;bottom:18px;font-size:16px;max-width:140px}
.pain-strip{grid-template-columns:1fr;gap:22px;padding-top:32px;padding-bottom:32px}
.pain-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:0 0 20px}
.workflow{padding-top:75px;padding-bottom:95px}
.section-heading h2{font-size:52px;margin:22px 0}
.section-heading p{font-size:16px;margin:0 0 35px}
.product-stage{margin-top:0;padding:32px 12px 48px;border-radius:25px}
.sidebar{display:none}
.dashboard{padding:24px 14px;min-height:auto;transform:none}
.metrics{grid-template-columns:1fr 1fr}
.metrics article:last-child{grid-column:1/-1}
.dash-grid{grid-template-columns:1fr}
.menu-panel{display:none}
.order-row{grid-template-columns:31px 1fr auto}
.order-row>.pill{display:none}
.order-row>strong{grid-column:3}
.stage-note{display:none}
.benefits{padding-top:75px;padding-bottom:75px}
.benefit-intro h2{font-size:47px}
.benefit-grid{grid-template-columns:1fr}
.benefit-card{min-height:0;padding:14px 18px 20px}
.benefit-photo{height:auto;aspect-ratio:9/4;margin:0;border-radius:17px}
.mini-list,.bar-chart,.ai-bubble,.message{width:100%;margin-top:18px}
.pilot{padding-top:75px;padding-bottom:75px}
.pilot h2{font-size:49px}
.pilot form{grid-template-columns:1fr;padding:12px}
.pilot label{border-right:0;border-bottom:1px solid #e6e9e4;padding:10px}
.pilot form .button{grid-column:auto;margin-top:5px}
.pilot-inner>p{font-size:15px}
footer{grid-template-columns:1fr;text-align:center;gap:15px}
footer .brand{justify-content:center}
footer p,footer>span{text-align:center;margin:0}
}

.tailored{padding-top:120px;padding-bottom:120px;background:var(--surface-alt);overflow:hidden}
.tailored-grid{max-width:1260px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}
.tailored-copy h2{font-size:clamp(48px,5vw,76px);line-height:.94;letter-spacing:-.05em;margin:24px 0 28px}
.tailored-copy h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--olive)}
.tailored-copy>p{font-size:18px;line-height:1.62;color:var(--muted);max-width:530px;margin:0 0 30px}
.tailored-side{display:flex;flex-direction:column;align-items:center;gap:24px;min-width:0}
.tailored-cta-mobile{display:none}
.tailored-panel{position:relative;background:white;border:1px solid var(--line);border-radius:30px;padding:18px 24px 16px;box-shadow:0 18px 45px rgba(32,57,54,.08)}
.tailored-visual{position:relative;height:240px;border-radius:20px;overflow:hidden;background:var(--surface-alt)}
.tailored-visual img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}
.improvement-flow{position:relative;z-index:1;margin:16px 6px 2px}
.improvement-flow:before{content:"";position:absolute;left:19px;top:31px;bottom:31px;border-left:1px dashed var(--line)}
.improvement-flow article{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;padding:14px 0;color:var(--ink)}
.improvement-flow article>b{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;background:var(--lime);border:1px solid var(--line);display:grid;place-items:center;color:var(--forest);font:italic 13px Georgia,serif}
.improvement-flow h3{font-size:16px;margin:1px 0 5px}
.improvement-flow p{font-size:13px;line-height:1.45;color:var(--muted);margin:0;max-width:410px}
@media(max-width:980px){.tailored-grid{grid-template-columns:1fr;gap:32px}.tailored-copy{max-width:720px}.tailored-copy>p{margin-bottom:0}.tailored-cta-desktop{display:none}.tailored-side{max-width:720px;width:100%;margin:auto;gap:40px}.tailored-cta-mobile{display:inline-flex}.tailored-panel{width:100%}}
@media(max-width:680px){.tailored{padding-top:75px;padding-bottom:75px}.tailored-grid{gap:24px}.tailored-copy h2{font-size:47px}.tailored-copy>p{font-size:16px}.tailored-side{gap:40px}.tailored-panel{border-radius:22px;padding:14px}.tailored-visual{height:190px;border-radius:15px}.improvement-flow{margin:15px 4px 2px}.improvement-flow article{gap:12px}.improvement-flow p{font-size:12px}}

.video-intro{padding-top:110px;padding-bottom:110px;background:var(--paper)}
.video-grid{max-width:1260px;margin:auto;display:flex;flex-direction:column;align-items:center;gap:50px}
.video-copy{max-width:820px;margin:auto;text-align:center}
.video-copy .eyebrow{justify-content:center}
.video-copy h2{font-size:clamp(48px,5vw,76px);line-height:.95;letter-spacing:-.05em;margin:24px 0 28px}
.video-copy h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--olive)}
.video-copy p{font-size:18px;line-height:1.62;color:var(--muted);max-width:720px;margin:0 auto}
.video-frame{position:relative;width:min(1120px,100%);aspect-ratio:16/9;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--surface-alt);box-shadow:0 22px 55px rgba(32,57,54,.1)}
.video-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(32,57,54,.72),rgba(32,57,54,.04) 62%)}
.video-frame>img{width:100%;height:100%;object-fit:cover;display:block}
.video-play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:var(--lime);color:var(--forest);font-size:23px;box-shadow:0 15px 35px rgba(32,57,54,.22)}
.video-caption{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;display:grid;gap:5px;color:white}
.video-caption>span{font-size:9px;letter-spacing:.13em;font-weight:850;color:var(--lime)}
.video-caption strong{font-size:21px;letter-spacing:-.03em}
.video-caption small{font-size:12px;color:white}

.team{padding-top:115px;padding-bottom:110px;background:var(--paper)}
.team-heading{max-width:1260px;margin:0 auto 55px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-areas:"eyebrow eyebrow" "title copy";align-items:end}
.team-heading .eyebrow{grid-area:eyebrow}
.team-heading h2{grid-area:title;font-size:clamp(48px,5vw,76px);line-height:.95;letter-spacing:-.05em;margin:24px 0 0}
.team-heading h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--olive)}
.team-heading>p{grid-area:copy;margin:0 0 4px 50px;color:var(--muted);font-size:17px;line-height:1.58;max-width:500px}
.team-grid{max-width:1260px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.person-card{background:white;border:1px solid var(--line);border-radius:26px;padding:22px;display:grid;grid-template-columns:190px 1fr;gap:28px;min-height:320px;box-shadow:0 20px 55px rgba(30,58,45,.06)}
.person-avatar{position:relative;min-height:274px;border:1px solid var(--line);border-radius:19px;overflow:hidden;display:grid;place-items:center;background:var(--surface-alt)}
.person-avatar>img{width:100%;height:100%;object-fit:cover;object-position:center 32%;display:block}
.person-avatar>span{position:relative;z-index:2;width:94px;height:94px;border-radius:50%;background:#f8faf5;color:var(--forest);display:grid;place-items:center;font:700 29px Georgia,serif;box-shadow:0 20px 40px rgba(4,26,18,.22)}
.person-avatar>i{position:absolute;z-index:3;width:17px;height:17px;border:4px solid white;border-radius:50%;background:#42b978;left:calc(50% + 28px);top:calc(50% + 27px)}
.victor-avatar{background:var(--paper)}
.person-info{padding:11px 6px 4px 0;display:flex;flex-direction:column}
.role-label{font-size:9px;letter-spacing:.12em;color:var(--olive);font-weight:850}
.person-info h3{font-size:27px;letter-spacing:-.04em;margin:14px 0 12px}
.person-info>p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}
.experience{margin-top:auto;border-top:1px solid #e7ebe5;padding-top:16px;display:flex;align-items:center;gap:11px}
.experience b{font-size:34px;letter-spacing:-.06em;color:var(--forest)}
.experience span{font-size:10px;line-height:1.35;color:#77867e}

@media(max-width:980px){.team-heading{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "copy"}.team-heading>p{margin:28px 0 0;max-width:720px}.team-grid{grid-template-columns:1fr}.person-card{grid-template-columns:220px 1fr}.person-avatar{min-height:265px}}
@media(max-width:680px){.team{padding-top:75px;padding-bottom:75px}.team-heading{margin-bottom:35px}.team-heading h2{font-size:47px}.team-heading>p{font-size:16px;margin-top:24px}.person-card{grid-template-columns:1fr;padding:14px;gap:20px}.person-avatar{min-height:0;aspect-ratio:1/1}.person-avatar>img{object-position:center}.person-info{padding:0 8px 8px}.person-info h3{font-size:25px}.experience{margin-top:24px}}

@media(max-width:980px){.video-grid{gap:42px}.video-copy{max-width:760px}.video-copy p{max-width:660px}}
@media(max-width:680px){.video-intro{padding-top:75px;padding-bottom:75px}.video-grid{gap:30px}.video-copy h2{font-size:47px}.video-copy p{font-size:16px}.video-frame{border-radius:20px}.video-play{width:58px;height:58px;font-size:19px}.video-caption{left:18px;right:18px;bottom:16px}.video-caption strong{font-size:17px}}

.hero.hero-compact{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);grid-template-areas:"copy visual";gap:64px;align-items:center;max-width:1440px;min-height:auto;padding-top:42px;padding-bottom:72px}
.hero-compact .hero-visual{grid-area:visual;height:520px;border-radius:28px}
.hero-compact .hero-visual>img{object-position:center 43%}
.hero-compact .hero-copy{grid-area:copy;padding:0 0 0 1.5vw}
.hero-message-grid{display:block}
.hero-compact .hero-title-long{font-size:clamp(45px,4.5vw,68px);line-height:.96;margin:0;max-width:720px}
.title-mobile{display:none}
.title-desktop em{display:inline-block;font-size:clamp(28px,3vw,44px);line-height:1;white-space:nowrap}
.hero-side{padding-top:28px;max-width:590px}
.hero-compact .hero-lead{font-size:17px;max-width:500px;margin:0}
.hero-compact .hero-actions{margin-top:25px;gap:22px}
.hero-compact .micro-proof{margin-top:25px}
.hero-compact .order-card{left:auto;right:22px;top:22px}
.hero-app-mockup{position:absolute;z-index:3;right:20px;bottom:20px;width:245px;padding:18px 16px 14px;border:7px solid var(--ink);border-radius:28px;background:#f8faf7;color:var(--ink);box-shadow:0 24px 55px rgba(17,43,38,.28)}
.mockup-top{display:grid;grid-template-columns:24px 1fr auto;gap:7px;align-items:center;margin-bottom:15px}
.mockup-top img{width:24px;height:24px;object-fit:contain}.mockup-top b{font-size:12px}.mockup-top span{font-size:9px;color:var(--olive)}
.hero-app-mockup>small{font-size:6px;letter-spacing:.12em;color:var(--olive);font-weight:850}
.hero-app-mockup>h3{font-size:18px;letter-spacing:-.04em;margin:4px 0 12px}
.mockup-total{display:grid;grid-template-columns:1fr auto;gap:3px 8px;padding:13px;border-radius:13px;background:var(--lime)}
.mockup-total span{font-size:8px}.mockup-total strong{grid-row:1/3;grid-column:2;font-size:27px;line-height:1}.mockup-total small{font-size:7px;color:var(--muted)}
.mockup-row{display:grid;grid-template-columns:28px 1fr auto;gap:7px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.mockup-row i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--surface-alt);font-size:7px;font-style:normal;font-weight:800}
.mockup-row div{display:grid;gap:2px}.mockup-row b,.mockup-row>strong{font-size:7px}.mockup-row small{font-size:6px;color:var(--muted)}
.mockup-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding-top:11px;text-align:center;font-size:7px;color:#85948e}.mockup-nav b{color:var(--forest)}
.image-process{position:absolute;z-index:2;left:28px;bottom:23px;color:white;display:flex;flex-direction:column;gap:7px}
.image-process small{font-size:9px;letter-spacing:.13em;font-weight:850;color:var(--lime)}
.image-process strong{font-size:21px;line-height:1.15;letter-spacing:-.03em}
@media(max-width:980px){.hero.hero-compact{display:block;padding-top:18px;padding-bottom:48px}.hero-compact .hero-visual{height:150px;border-radius:20px}.hero-compact .hero-visual>img{object-position:center 30%}.hero-app-mockup{display:none}.hero-compact .hero-copy{padding:28px 1.5vw 0}.hero-message-grid{display:grid;grid-template-columns:1fr;gap:8px}.hero-side{padding-top:8px;max-width:none}}
@media(max-width:680px){.hero.hero-compact{padding-top:8px;padding-bottom:38px}.hero-compact .hero-visual{height:200px;border-radius:16px}.hero-compact .hero-copy{padding:24px 0 0}.hero-compact h1.hero-title-long{max-width:100%;font-size:clamp(28px,9vw,36px);line-height:1.02;margin-top:0}.title-desktop{display:none}.title-mobile{display:block;max-width:100%}.title-mobile .mobile-line{display:block;white-space:nowrap}.hero-side{padding-top:12px}.hero-compact .hero-actions{margin-top:22px}}

/* Cómo funciona: producto desktop + experiencia mobile */
.workflow{padding-top:120px;padding-bottom:135px;overflow:hidden;background:var(--surface-alt)}
.workflow-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:80px;align-items:center}
.workflow .product-stage{position:relative;margin:0;min-height:650px;padding:62px 44px 72px 72px;border-radius:32px;background:#dde3de;overflow:visible}
.workflow .sidebar{left:34px;top:92px;width:54px;height:408px;border-radius:16px;padding-top:14px}
.workflow .sidebar button{width:36px;height:36px}
.workflow .dashboard{width:100%;min-height:470px;padding:30px 30px 25px 44px;border-radius:22px;transform:none;box-shadow:0 24px 60px rgba(27,57,44,.16)}
.workflow .metrics strong{font-size:21px}
.workflow .order-row{grid-template-columns:30px 1fr auto auto;gap:8px}
.workflow-copy{min-width:0}
.workflow-copy h2{font-size:clamp(46px,4.4vw,68px);line-height:.96;letter-spacing:-.045em;margin:24px 0 26px}
.workflow-copy h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--olive)}
.workflow-lead{font-size:18px;line-height:1.58;color:var(--muted);max-width:560px;margin:0 0 30px}
.workflow-list{border-top:1px solid var(--line)}
.workflow-list article{display:grid;grid-template-columns:38px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}
.workflow-list article>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--lime);border:1px solid var(--line);color:var(--forest);font:italic 12px Georgia,serif}
.workflow-list h3{font-size:17px;letter-spacing:-.02em;margin:0 0 6px}
.workflow-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;max-width:500px}
.phone{position:absolute;z-index:5;width:218px;right:-28px;bottom:-34px;padding:8px;border-radius:31px;background:#18302d;border:1px solid rgba(255,255,255,.55);box-shadow:0 28px 60px rgba(24,48,45,.28)}
.phone-speaker{position:absolute;z-index:2;left:50%;top:14px;transform:translateX(-50%);width:55px;height:5px;border-radius:999px;background:#203936}
.phone-screen{position:relative;min-height:430px;padding:17px 14px 12px;border-radius:24px;overflow:hidden;background:#f8faf7;color:var(--ink)}
.phone-top{display:flex;justify-content:space-between;font-size:8px;padding:0 4px 16px;color:#526a63}
.phone-top b{font-size:6px;letter-spacing:2px}
.phone-greeting small{font-size:6px;letter-spacing:.11em;color:#71857e;font-weight:800}
.phone-greeting h3{font-size:17px;letter-spacing:-.04em;margin:4px 0 13px}
.phone-total{display:grid;grid-template-columns:1fr auto;gap:2px 8px;padding:13px;border-radius:15px;background:var(--lime)}
.phone-total span{font-size:8px}
.phone-total strong{grid-row:1/3;grid-column:2;font-size:28px;line-height:1}
.phone-total small{font-size:7px;color:var(--muted)}
.phone-section{display:flex;justify-content:space-between;margin:18px 2px 8px;font-size:6px;letter-spacing:.08em;color:#70817a}
.phone-section b{color:var(--olive)}
.phone-order{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #e3e7e2}
.phone-order i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--surface-alt);font-size:7px;font-style:normal;font-weight:800}
.phone-order div{display:flex;flex-direction:column;gap:2px}
.phone-order div b,.phone-order>strong{font-size:7px}
.phone-order small{font-size:6px;color:#7a8b84}
.phone-nav{position:absolute;left:10px;right:10px;bottom:9px;display:grid;grid-template-columns:repeat(3,1fr);padding:9px 6px 3px;border-top:1px solid #e0e5df;text-align:center;color:#83928c}
.phone-nav b,.phone-nav span{display:grid;gap:3px;font-size:11px}
.phone-nav b{color:var(--forest)}
.phone-nav small{font-size:5px;font-weight:600}
@media(max-width:1120px){.workflow-grid{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);gap:56px}.workflow .product-stage{padding-right:35px}.phone{right:-18px;width:205px}.workflow .menu-panel{display:none}.workflow .dash-grid{grid-template-columns:1fr}}
@media(max-width:980px){.workflow-grid{grid-template-columns:1fr;gap:70px}.workflow .product-stage{max-width:760px;width:calc(100% - 25px);margin:0 auto;min-height:610px}.workflow-copy{max-width:760px;width:100%;margin:auto}.workflow-copy h2{font-size:clamp(48px,7vw,66px)}}
@media(max-width:680px){.workflow{padding-top:75px;padding-bottom:80px}.workflow-grid{gap:52px}.workflow .product-stage{width:100%;min-height:535px;padding:28px 18px;border-radius:24px;display:flex;justify-content:center;align-items:flex-start}.workflow .sidebar,.workflow .dashboard{display:none}.phone{position:relative;right:auto;bottom:auto;width:min(270px,88%);padding:9px;border-radius:36px}.phone-screen{min-height:480px;border-radius:27px;padding:20px 17px 14px}.phone-greeting h3{font-size:20px}.phone-total{padding:16px}.phone-total strong{font-size:32px}.phone-order{padding:13px 0}.phone-order div b,.phone-order>strong{font-size:9px}.phone-order small{font-size:7px}.workflow-copy h2{font-size:46px;margin:22px 0}.workflow-lead{font-size:16px;margin-bottom:24px}.workflow-list article{grid-template-columns:36px 1fr;gap:13px;padding:18px 0}.workflow-list h3{font-size:16px}.workflow-list p{font-size:13px}}

/* Carrusel de pantallas */
.workflow .app-carousel{display:block;width:100%;min-width:0;min-height:0;margin:0;padding:24px 24px 20px;border-radius:32px;background:#dfe5e0;overflow:hidden}
.carousel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:0 2px}
.carousel-toolbar>div:first-child{display:grid;gap:3px}
.carousel-toolbar span{font-size:9px;letter-spacing:.13em;font-weight:850;color:var(--olive)}
.carousel-toolbar strong{font-size:16px;letter-spacing:-.02em}
.carousel-arrows{display:flex;gap:8px}
.carousel-arrows button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:25px;line-height:1;cursor:pointer;transition:.22s background-color,.22s color}
.carousel-arrows button:hover{background:var(--lime)}
.carousel-track{display:flex;gap:18px;width:100%;height:622px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;outline:none}
.carousel-track::-webkit-scrollbar{display:none}
.app-slide{flex:0 0 100%;height:100%;display:flex;justify-content:center;align-items:flex-start;scroll-snap-align:start;scroll-snap-stop:always}
.app-screen{position:relative;width:300px;height:610px;padding:16px 18px 76px;border:8px solid var(--ink);border-radius:34px;overflow:hidden;background:#f8faf7;color:var(--ink);box-shadow:0 25px 55px rgba(32,57,54,.22)}
.app-status{display:flex;justify-content:space-between;padding:0 4px 13px;font-size:7px;color:var(--muted)}
.app-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}
.app-brand-row b{font-size:15px;letter-spacing:-.03em}
.app-brand-row i{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:white;font-style:normal;font-size:12px}
.app-heading small,.app-page-head small{font-size:7px;letter-spacing:.1em;font-weight:800;color:var(--olive)}
.app-heading h3{font-size:22px;letter-spacing:-.045em;margin:4px 0 4px}
.app-heading p{font-size:10px;color:var(--muted);margin:0 0 15px}
.app-summary{display:grid;grid-template-columns:1fr auto;gap:4px 8px;padding:15px;border-radius:15px;background:var(--lime)}
.app-summary span{font-size:9px}
.app-summary strong{grid-row:1/3;grid-column:2;font-size:31px;line-height:1}
.app-summary small{font-size:8px;color:var(--muted)}
.app-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}
.app-mini-grid>div{display:grid;gap:3px;padding:11px;border:1px solid var(--line);border-radius:12px;background:white}
.app-mini-grid span,.app-mini-grid small{font-size:7px;color:var(--muted)}
.app-mini-grid b{font-size:14px}
.app-section-title{display:flex;align-items:center;justify-content:space-between;margin:17px 1px 7px}
.app-section-title b{font-size:11px}
.app-section-title span{font-size:7px;color:var(--olive);font-weight:750}
.app-row{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-top:1px solid var(--line)}
.app-row i{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--surface-alt);font-size:7px;font-style:normal;font-weight:800}
.app-row div{display:grid;gap:2px}
.app-row div b,.app-row>strong{font-size:8px}
.app-row small{font-size:7px;color:var(--muted)}
.app-nav{position:absolute;left:0;right:0;bottom:0;height:61px;display:grid;grid-template-columns:repeat(4,1fr);padding:10px 11px 5px;border-top:1px solid var(--line);background:white;text-align:center;color:#87968f}
.app-nav b,.app-nav span{display:grid;gap:3px;font-size:12px}
.app-nav b{color:var(--forest)}
.app-nav small{font-size:6px;font-weight:650}
.app-page-head{display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:center;margin-bottom:17px}
.app-page-head button{width:32px;height:32px;border:0;border-radius:50%;background:var(--olive);color:white;font-size:21px}
.app-page-head div{display:grid;gap:2px}
.app-page-head h3{font-size:18px;letter-spacing:-.035em;margin:0}
.day-chips{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:14px}
.day-chips>*{display:grid;place-items:center;gap:3px;padding:7px 2px;border:1px solid var(--line);border-radius:10px;background:white;font-size:8px;font-weight:750}
.day-chips b{background:var(--olive);color:white;border-color:var(--olive)}
.day-chips small{font-size:7px;font-weight:500}
.app-helper{font-size:9px;color:var(--muted);margin:0 0 8px}
.meal-card{display:grid;grid-template-columns:48px 1fr 26px;gap:9px;align-items:center;margin-bottom:8px;padding:9px;border:1px solid var(--line);border-radius:14px;background:white}
.meal-card>i{width:48px;height:48px;border-radius:11px;display:grid;place-items:center;background:var(--surface-alt);font-style:normal;font-size:25px}
.meal-card>div{display:grid;gap:2px;min-width:0}
.meal-card b{font-size:9px}.meal-card small{font-size:7px;color:var(--muted)}.meal-card strong{font-size:7px;color:var(--olive)}
.meal-card>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--surface-alt);font-size:13px;font-weight:800}
.meal-card.selected{border-color:var(--olive);background:color-mix(in srgb,var(--lime) 35%,white)}
.meal-card.selected>span{background:var(--olive);color:white}
.app-bottom{position:absolute;left:0;right:0;bottom:0;min-height:72px;padding:10px 13px;display:grid;grid-template-columns:1fr 1.25fr;gap:10px;align-items:center;border-top:1px solid var(--line);background:white}
.app-bottom>div{display:grid;gap:2px}.app-bottom span{font-size:7px;color:var(--muted)}.app-bottom b{font-size:10px}
.app-bottom button{height:42px;border:0;border-radius:11px;background:var(--olive);color:white;font-size:10px;font-weight:800}
.app-bottom.single{grid-template-columns:1fr}.app-bottom.single button{width:100%}
.extra-chips{display:flex;gap:6px;margin-bottom:13px}
.extra-chips>*{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:white;font-size:8px}
.extra-chips b{background:var(--olive);color:white;border-color:var(--olive)}
.featured-extra{position:relative;min-height:148px;padding:18px;border-radius:16px;overflow:hidden;background:var(--olive);color:white}
.featured-extra>div{position:relative;z-index:2;display:grid;gap:3px;max-width:150px}.featured-extra small{font-size:6px;letter-spacing:.08em;color:var(--lime)}
.featured-extra h4{font-size:19px;margin:3px 0}.featured-extra p{font-size:8px;margin:0}.featured-extra b{font-size:14px;margin-top:5px}
.featured-extra>i{position:absolute;right:18px;top:33px;font-size:60px;font-style:normal}.featured-extra>button,.extra-card button{position:absolute;width:27px;height:27px;border:0;border-radius:50%;background:white;color:var(--ink);font-size:17px;box-shadow:0 3px 10px rgba(0,0,0,.12)}
.featured-extra>button{right:11px;bottom:11px}
.extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.extra-card{position:relative;min-height:146px;padding:10px;border:1px solid var(--line);border-radius:14px;background:white;display:grid;align-content:start;gap:3px}
.extra-card>i{height:65px;border-radius:10px;display:grid;place-items:center;background:var(--surface-alt);font-style:normal;font-size:34px;margin-bottom:3px}
.extra-card button{right:7px;top:49px}.extra-card b,.extra-card strong{font-size:9px}.extra-card span{font-size:7px;color:var(--muted)}
.plan-card{display:flex;justify-content:space-between;align-items:center;padding:14px;border-radius:15px;background:var(--lime);margin-bottom:18px}
.plan-card>div{display:grid;gap:4px}.plan-card small{font-size:7px;letter-spacing:.08em}.plan-card b{font-size:15px}.plan-card span{font-size:8px;color:var(--muted)}
.plan-card>i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--olive);color:white;font-style:normal}
.cart-row{display:grid;grid-template-columns:44px 1fr auto;gap:9px;align-items:center;padding:10px;margin-bottom:8px;border:1px solid var(--line);border-radius:14px;background:white}
.cart-row>i{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:var(--surface-alt);font-style:normal;font-size:23px}
.cart-row>div{display:grid;gap:2px}.cart-row b,.cart-row strong{font-size:9px}.cart-row small{font-size:7px;color:var(--muted)}
.cart-row>span{padding:8px;border-radius:999px;background:var(--surface-alt);font-size:8px;font-weight:750;white-space:nowrap}
.order-total{display:grid;grid-template-columns:1fr auto;gap:5px;padding-top:16px;border-top:1px solid var(--line);margin-top:18px}
.order-total span{font-size:10px}.order-total b{font-size:17px}.order-total small{grid-column:1/-1;font-size:7px;color:var(--muted)}
.stats-total{display:grid;gap:5px;padding:15px;border-radius:15px;background:var(--lime);margin-bottom:10px}.stats-total span{font-size:8px}.stats-total strong{font-size:22px}.stats-total small{font-size:8px;color:var(--olive)}
.chart-card{padding:13px;border:1px solid var(--line);border-radius:14px;background:white}
.chart-card>div:first-child{display:flex;justify-content:space-between;align-items:center}.chart-card b{font-size:9px}.chart-card span{font-size:7px;color:var(--muted)}
.app-bars{height:90px;display:flex;align-items:end;gap:7px;margin-top:12px;border-bottom:1px solid var(--line)}
.app-bars i{flex:1;min-height:12px;border-radius:4px 4px 0 0;background:var(--olive)}
.ranking{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-top:1px solid var(--line)}
.ranking>b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--surface-alt);font:italic 8px Georgia,serif}.ranking>div{display:grid;gap:2px}.ranking strong{font-size:8px}.ranking span{font-size:7px;color:var(--muted)}.ranking i{font-size:8px;color:var(--olive);font-style:normal;font-weight:800}
.carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}
.carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#aab6af;cursor:pointer;transition:.22s width,.22s background-color}
.carousel-dots button.active{width:24px;background:var(--olive)}
@media(max-width:1120px){.workflow .app-carousel{padding-left:18px;padding-right:18px}.app-screen{width:292px}}
@media(max-width:980px){.workflow .app-carousel{max-width:760px;width:100%;margin:auto}.carousel-track{height:622px}}
@media(max-width:680px){.workflow .app-carousel{display:block;min-height:0;padding:18px 12px 16px;border-radius:22px}.carousel-toolbar{padding:0 5px}.carousel-toolbar strong{font-size:14px}.carousel-track{height:592px}.app-screen{width:min(300px,100%);height:580px;border-width:7px;padding-left:16px;padding-right:16px}.carousel-arrows button{width:36px;height:36px}.app-heading h3{font-size:21px}.meal-card{padding:8px}.featured-extra{min-height:140px}.carousel-dots{margin-top:12px}}

/* Videos breves tipo historia */
.story-grid{width:min(1050px,100%);display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.story-card{position:relative;aspect-ratio:9/16;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:var(--forest);box-shadow:0 22px 55px rgba(32,57,54,.11)}
.story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,47,43,.92),rgba(20,47,43,.08) 62%)}
.story-card>img,.story-team-visual{width:100%;height:100%;object-fit:cover;display:block}
.story-card>img{object-position:center 25%}
.story-team-visual{display:grid;grid-template-rows:1fr 1fr;background:var(--surface-alt)}
.story-team-visual img{width:100%;height:100%;object-fit:cover;object-position:center top}
.story-play{position:absolute;z-index:2;left:50%;top:42%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;padding-left:4px;background:var(--lime);color:var(--forest);font-size:18px;box-shadow:0 14px 30px rgba(20,47,43,.2)}
.story-caption{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;color:white}
.story-caption small{font-size:8px;letter-spacing:.12em;font-weight:850;color:var(--lime)}
.story-caption h3{font-size:24px;letter-spacing:-.035em;margin:8px 0 6px}
.story-caption p{font-size:13px;line-height:1.4;margin:0;color:#e8efeb}
.module-next{margin-top:0}
.module-next-wrap{max-width:1260px;margin:40px auto 0;text-align:center}
.workflow-next{margin-top:30px}
.pilot-next{margin-top:28px}

/* Contacto persistente */
.whatsapp-float{position:fixed;z-index:50;right:22px;bottom:22px;min-height:54px;padding:0 20px 0 8px;border-radius:999px;display:flex;align-items:center;gap:10px;background:var(--forest);color:white;border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 42px rgba(20,47,43,.28);transition:.25s background-color}
.whatsapp-float:hover{background:var(--olive)}
.whatsapp-float span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--forest);font-size:20px}
.whatsapp-float b{font-size:13px;letter-spacing:-.01em}

@media(max-width:980px){.story-grid{width:100%;gap:14px}}
@media(max-width:680px){.story-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 3px 14px;scrollbar-width:none}.story-grid::-webkit-scrollbar{display:none}.story-card{flex:0 0 78%;scroll-snap-align:center;border-radius:22px}.story-play{width:52px;height:52px}.story-caption{left:18px;right:18px;bottom:18px}.whatsapp-float{right:14px;bottom:14px;width:54px;padding:0;justify-content:center}.whatsapp-float span{background:transparent;color:white}.whatsapp-float b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}

/* Shared content edge aligned to the brand */
:root{--page-gutter:max(4vw,24px);--content-width:1320px}
.nav{max-width:none;padding-inline:max(var(--page-gutter),calc((100vw - var(--content-width))/2))}
.section-pad{padding-inline:max(var(--page-gutter),calc((100vw - var(--content-width))/2))}
.hero.hero-compact{max-width:none;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:48px}
.hero-compact .hero-copy{padding-left:0}
.tailored-grid,.benefit-intro,.benefit-grid,.team-heading,.team-grid,.workflow-grid{max-width:var(--content-width)}
.hero h1.hero-title-long{font-size:clamp(40px,4.5vw,68px);line-height:1.02}
.title-desktop .desktop-line{display:block;white-space:nowrap}
.hero h1 .title-desktop em{display:block;font-size:.88em;line-height:1.04;white-space:normal;margin-top:20px}
.hero h1 .title-desktop .title-inline{display:inline;margin:0}
.hero h1 .title-desktop .title-continuation{margin-top:0}
footer .brand-logo{filter:brightness(0) invert(1)}
.workflow>.module-next-wrap{max-width:none;margin-top:40px}.workflow-next{margin-top:0}
.whatsapp-float span img{width:26px;height:26px;display:block}
@media(max-width:980px){.hero.hero-compact{display:block}.hero-compact .hero-copy{padding-left:0}}
@media(max-width:680px){:root{--page-gutter:20px}.hero-compact h1.hero-title-long{font-size:clamp(26px,8.5vw,36px)}.whatsapp-float span img{filter:none}}

.whatsapp-float span{background:transparent}
.whatsapp-float span img{width:32px;height:32px;object-fit:contain}

/* Información del proyecto en reemplazo de las historias de video */
.video-copy{width:100%;max-width:1260px}
.video-copy h2.project-title{font-size:clamp(48px,5vw,76px);font-weight:700;line-height:.94;letter-spacing:-.05em}
.project-title>span{display:block;white-space:nowrap}
@media(max-width:680px){.video-copy h2.project-title{font-size:47px}.project-title>span{white-space:normal}}
.project-info-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.project-info-card{padding:32px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 14px 36px rgba(32,57,54,.06)}
.project-info-card .eyebrow{font-size:12px}
.project-info-card h3{font-size:clamp(24px,2.2vw,30px);line-height:1.15;letter-spacing:-.025em;margin:20px 0}
.project-info-card p{font-size:16px;line-height:1.6;color:var(--muted);margin:0 0 16px}
.project-info-card p:last-child{margin-bottom:0}
@media(max-width:980px){.project-info-grid{grid-template-columns:1fr}.project-info-card{padding:28px}}
@media(max-width:680px){.project-info-card{padding:24px}.project-info-card h3{font-size:26px}}

/* Presentación del dashboard, reproducida dentro de la landing */
.dashboard-demo{background:var(--surface-alt);padding-top:110px;padding-bottom:110px}
.demo-heading{max-width:1100px;margin:0 auto 40px;text-align:center}.demo-heading .eyebrow{justify-content:center}.demo-heading h2{font-size:clamp(48px,5vw,76px);line-height:.95;letter-spacing:-.05em;margin:24px 0 28px}.demo-heading h2 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--olive)}.demo-heading p{max-width:720px;margin:auto;font-size:18px;line-height:1.62;color:var(--muted)}
.demo-player{position:relative;max-width:1120px;margin:auto;aspect-ratio:16/9;border-radius:24px;overflow:hidden;background:var(--ink);box-shadow:0 20px 50px #2039361a}
.demo-cover{display:block;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:transparent;color:white}.demo-cover img{display:block;width:100%;height:100%;object-fit:contain}.demo-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:80px;height:80px;border-radius:50%;padding-left:5px;background:var(--forest);border:2px solid white;box-shadow:0 8px 30px #0005;font-size:26px;transition:background-color .2s}.demo-cover:hover .demo-play{background:var(--olive)}.demo-cover:focus-visible{outline:4px solid white;outline-offset:-6px}.demo-play-label{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);padding:10px 18px;border-radius:30px;background:var(--forest);font-size:14px;font-weight:700;white-space:nowrap}
.demo-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.demo-noscript{display:block;width:100%;max-width:1120px;aspect-ratio:16/9;margin:auto;border:0}
/* Alternancia de fondos después del nuevo módulo */
.workflow{background:var(--paper)}.benefits{background:var(--surface-alt)}.pilot{background:var(--paper)}.team{background:var(--surface-alt)}
@media(max-width:680px){.dashboard-demo{padding-top:75px;padding-bottom:75px}.demo-heading{margin-bottom:28px}.demo-heading h2{font-size:47px}.demo-heading p{font-size:16px}.demo-player{border-radius:16px}.demo-play{width:56px;height:56px;font-size:20px}.demo-play-label{bottom:10px;padding:6px 12px;font-size:12px}}

/* Video overlay: native dialog keeps keyboard focus inside and supports Escape. */
html.video-modal-open{overflow:hidden}
.video-modal{position:fixed;inset:0;margin:auto;padding:52px 0 0;border:0;background:transparent;color:white;width:min(1120px,calc(100vw - 32px),calc((100dvh - 100px)*16/9));max-width:none;max-height:calc(100dvh - 32px);overflow:visible}
.video-modal::backdrop{background:rgba(8,20,18,.85);backdrop-filter:blur(4px)}
.video-modal-screen{aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0006}
.video-modal-screen iframe{display:block;width:100%;height:100%;border:0}
.video-modal-close{position:absolute;right:0;top:0;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #ffffff70;border-radius:50%;background:#203936;color:#fff;font:32px/1 Arial,sans-serif;cursor:pointer;transition:background-color .2s}
.video-modal-close:hover{background:#54736b}
.video-modal-close:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:680px){.video-modal-screen{border-radius:10px}}

/* Small visual cues for the three project cards. */
.project-card-emoji{display:grid;place-items:center;width:52px;height:52px;margin-bottom:20px;border-radius:14px;background:var(--surface-alt);font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:30px;line-height:1}

/* Preserve alternating section backgrounds after removing the pilot. */
.team{background:var(--paper)}

/* Video is the third section, project information the fourth. */
.dashboard-demo{background:var(--paper)}
.video-intro{background:var(--surface-alt)}
