:root{
  --bg:#03070b;--bg2:#071019;--white:#f6f3ed;--muted:#b7bec3;
  --line:rgba(255,255,255,.105);--champagne:#d2ae67;--champagne2:#ead18f;
  --blue:#46c9e6;--blue2:#0e708a;--green:#48d99a;--header:72px;
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;min-width:320px;background:radial-gradient(circle at 76% 38%,rgba(18,119,146,.13),transparent 34%),var(--bg);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;overflow-y:auto}
button,a{font:inherit}.topbar{height:var(--header);position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,3.5vw,56px);border-bottom:1px solid rgba(255,255,255,.065);background:rgba(3,7,11,.76);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;color:var(--champagne);text-decoration:none}.brand-mark{width:37px;height:37px;filter:drop-shadow(0 0 10px rgba(210,174,103,.13))}.brand-copy{display:grid;line-height:1}.brand-copy strong{font-size:20px;font-weight:500;letter-spacing:.26em;color:#f6f3ec}.brand-copy small{font-size:9px;font-weight:700;letter-spacing:.38em;margin-top:5px;color:var(--champagne)}
.top-cta{min-height:44px;display:flex;align-items:center;gap:18px;padding:0 18px;color:#e1e3e4;text-decoration:none;font-size:11px;letter-spacing:.085em;text-transform:uppercase;border:1px solid rgba(210,174,103,.34);border-radius:3px;transition:.24s ease}.top-cta:hover,.top-cta:focus-visible{color:var(--champagne2);border-color:rgba(210,174,103,.65);outline:none;background:rgba(210,174,103,.055)}
.hero{height:100svh;min-height:720px;padding:calc(var(--header) + 22px) clamp(22px,2.6vw,42px) 24px clamp(24px,4vw,64px);display:grid;grid-template-columns:minmax(410px,.62fr) minmax(760px,1.38fr);gap:clamp(20px,2.6vw,42px);align-items:center;position:relative;isolation:isolate;overflow:hidden}.ambient{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:-1}.ambient-a{width:520px;height:520px;right:4%;top:6%;background:rgba(28,139,168,.095)}.ambient-b{width:340px;height:340px;right:34%;bottom:-17%;background:rgba(180,123,39,.055)}
.copy{max-width:640px;animation:copy-in .7s cubic-bezier(.2,.75,.2,1) both}.eyebrow{margin:0 0 22px;color:var(--champagne);font-size:11px;font-weight:700;letter-spacing:.18em}h1{font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;font-size:clamp(60px,5.35vw,86px);font-weight:400;line-height:.955;letter-spacing:-.045em;margin:0;max-width:12.2ch;text-wrap:balance}h1 em{font-style:normal;color:var(--champagne2)}.lead{font-size:clamp(17px,1.25vw,20px);line-height:1.5;color:#c8cdd0;max-width:38ch;margin:28px 0 30px}.primary{min-height:56px;border:1px solid rgba(234,209,143,.54);border-radius:3px;padding:0 24px;display:inline-flex;align-items:center;gap:44px;background:linear-gradient(135deg,#ddc27c,#c39d58);color:#171108;font-size:12px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;box-shadow:0 10px 26px rgba(183,136,59,.11);transition:.24s ease;cursor:pointer}.primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(183,136,59,.16);filter:saturate(.82) brightness(1.025)}.primary:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.primary b{font-size:19px;font-weight:500}
.demo{width:100%;height:min(770px,calc(100svh - var(--header) - 34px));min-height:620px;position:relative;align-self:center;overflow:hidden;background:linear-gradient(118deg,rgba(6,12,18,.1),rgba(7,17,25,.78));border-left:1px solid rgba(255,255,255,.055);box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);animation:demo-in .88s .08s cubic-bezier(.2,.75,.2,1) both}.demo::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 48% 48%,rgba(32,144,172,.15),transparent 25%),linear-gradient(90deg,transparent,rgba(255,255,255,.017),transparent);pointer-events:none}.demo::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(70,201,230,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(70,201,230,.026) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,transparent,black 7%,black 94%,transparent);pointer-events:none}.demo-head{height:54px;position:absolute;left:4%;right:3.5%;top:2.8%;z-index:8;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;letter-spacing:.12em;color:#e3e5e7}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.demo-status{margin-left:auto;color:#8d979e;letter-spacing:.03em;text-transform:none;font-size:12px}.mobile-stage{display:none}.flow-content{position:absolute;inset:11% 2.5% 4%;transition:opacity .55s ease,filter .55s ease,transform .55s ease}
.whatsapp-window{position:absolute;left:0;top:8%;width:49%;height:71%;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(16,27,35,.98),rgba(8,15,21,.95));box-shadow:0 28px 74px rgba(0,0,0,.36);opacity:0;transform:translateX(-70px) scale(.96);transition:opacity .5s ease,transform .68s cubic-bezier(.2,.82,.2,1),border-color .35s ease}.demo.step-message .whatsapp-window,.demo.step-agent .whatsapp-window,.demo.step-processing .whatsapp-window,.demo.step-crm .whatsapp-window,.demo.step-calendar .whatsapp-window{opacity:1;transform:none;border-color:rgba(74,217,155,.2)}.window-head{height:72px;display:grid;grid-template-columns:44px 1fr 9px;gap:12px;align-items:center;padding:0 21px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(10,20,27,.82)}.wa-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#164832;box-shadow:0 0 24px rgba(74,217,155,.14)}.wa-icon svg{width:25px;height:25px;fill:none;stroke:#6be3ad;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.window-head>span:nth-child(2){display:grid;gap:4px}.window-head b{font-size:16px;font-weight:600}.window-head small{font-size:13px;color:#8c979f}.window-head>i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.conversation{padding:24px 22px 18px;display:grid;gap:18px}.bubble{position:relative;max-width:94%;border-radius:8px;padding:18px 19px 23px;box-shadow:0 18px 40px rgba(0,0,0,.2);opacity:0;transform:translateY(18px);transition:.5s ease}.bubble span{display:block;font-size:13px;margin-bottom:7px}.bubble p{font-size:18px;line-height:1.42;margin:0;color:#f1f3f3}.bubble time{position:absolute;right:11px;bottom:7px;font-size:11px;color:#75818a}.customer-bubble{justify-self:start;background:#1b2832;border:1px solid rgba(255,255,255,.09)}.customer-bubble span{color:#a6afb5}.demo.step-message .customer-bubble,.demo.step-agent .customer-bubble,.demo.step-processing .customer-bubble,.demo.step-crm .customer-bubble,.demo.step-calendar .customer-bubble{opacity:1;transform:none}.agent-bubble{justify-self:end;background:linear-gradient(140deg,#0b2832,#101d25);border:1px solid rgba(70,201,230,.3)}.agent-bubble span{color:var(--blue)}.demo.step-agent .agent-bubble,.demo.step-processing .agent-bubble,.demo.step-crm .agent-bubble,.demo.step-calendar .agent-bubble{opacity:1;transform:none}.typing{height:27px;display:flex;align-items:center;gap:6px}.typing i{width:7px;height:7px;border-radius:50%;background:#91dcef;animation:typing 1s infinite ease-in-out}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}.agent-bubble.has-text .typing{display:none}.agent-bubble p:empty{display:none}
.processor{position:absolute;left:50%;top:44%;width:112px;height:112px;translate:-50% -50%;display:grid;place-items:center;z-index:6;opacity:0;transform:scale(.72);transition:opacity .38s ease,transform .52s ease;filter:drop-shadow(0 0 28px rgba(70,201,230,.17))}.demo.step-processing .processor,.demo.step-crm .processor,.demo.step-calendar .processor{opacity:1;transform:scale(1)}.core-layer{position:absolute;border:1px solid rgba(70,201,230,.48);transform:rotate(45deg);animation:core-turn 8s linear infinite}.layer-1{inset:5px}.layer-2{inset:20px;border-color:rgba(210,174,103,.58);animation-direction:reverse;animation-duration:5s}.layer-3{inset:34px;background:rgba(70,201,230,.08)}.processor strong{z-index:2;font-size:25px;color:var(--champagne2)}.processor>span{position:absolute;top:120px;font-size:10px;letter-spacing:.13em;color:#8ed5e5}.demo.step-processing .processor>span{animation:pulse-label 1.1s infinite ease-in-out}
.systems{position:absolute;right:0;top:4%;width:43%;height:80%;display:grid;grid-template-rows:1fr 1fr;gap:18px}.system-card{border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(12,22,29,.98),rgba(6,13,18,.96));box-shadow:0 24px 60px rgba(0,0,0,.3);opacity:.08;transform:translateX(54px) scale(.965);transition:opacity .5s ease,transform .58s cubic-bezier(.2,.82,.2,1),border-color .35s ease}.system-card header{height:66px;padding:0 18px;display:grid;grid-template-columns:40px 1fr 30px;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.075)}.system-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:5px;background:rgba(70,201,230,.08)}.system-icon svg{width:26px;height:26px;fill:none;stroke:var(--blue);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.calendar-icon{background:rgba(210,174,103,.08)}.calendar-icon svg{stroke:var(--champagne)}.system-card header>span:nth-child(2){display:grid;gap:3px}.system-card header b{font-size:16px}.system-card header small{font-size:12px;color:#7f8b94}.system-state{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06140d;font-style:normal;font-weight:800;opacity:0;transform:scale(.6);transition:.3s ease}.record{padding:15px 18px;display:grid;gap:10px}.record>div{display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.055)}.record small,.slot small{font-size:12px;color:#849099}.record b,.slot b{font-size:14px;font-weight:550;color:#e8eaeb}.record .qualified{color:#63dda5}.crm-card .record>div{opacity:0;transform:translateX(18px);transition:.38s ease}.demo.step-crm .crm-card,.demo.step-calendar .crm-card{opacity:1;transform:none;border-color:rgba(70,201,230,.32)}.demo.step-crm .crm-card .system-state,.demo.step-calendar .crm-card .system-state{opacity:1;transform:scale(1)}.demo.step-crm .crm-card .record>div,.demo.step-calendar .crm-card .record>div{opacity:1;transform:none}.demo.step-crm .crm-card .record>div:nth-child(2),.demo.step-calendar .crm-card .record>div:nth-child(2){transition-delay:.13s}.demo.step-crm .crm-card .record>div:nth-child(3),.demo.step-calendar .crm-card .record>div:nth-child(3){transition-delay:.26s}.calendar-body{padding:14px 18px;display:grid;grid-template-columns:64px 1fr;gap:13px;align-items:center}.date{height:70px;border:1px solid rgba(210,174,103,.25);display:grid;place-items:center;background:rgba(210,174,103,.045)}.date span{font-size:10px;color:var(--champagne);letter-spacing:.12em}.date strong{font-family:Georgia,serif;font-size:30px;font-weight:400}.slot{display:grid;gap:6px}.confirm{grid-column:1/-1;min-height:32px;display:grid;place-items:center;border:1px solid rgba(74,217,155,.25);background:rgba(74,217,155,.07);color:#6be3ad;font-size:12px;opacity:0;transform:scaleX(.85);transition:.4s ease}.demo.step-calendar .calendar-card{opacity:1;transform:none;border-color:rgba(210,174,103,.36)}.demo.step-calendar .calendar-card .system-state,.demo.step-calendar .confirm{opacity:1;transform:none}
.connector{position:absolute;height:2px;opacity:0;z-index:4;transition:opacity .3s ease}.connector::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--blue),transparent);box-shadow:0 0 12px rgba(70,201,230,.65)}.connector i{position:absolute;top:50%;left:0;width:8px;height:8px;margin-top:-4px;border-radius:50%;background:var(--blue);box-shadow:0 0 18px var(--blue)}.connector-in{left:43%;top:44%;width:12%}.connector-crm{left:50%;top:33%;width:13%;transform:rotate(-15deg)}.connector-calendar{left:50%;top:61%;width:13%;transform:rotate(15deg)}.demo.step-processing .connector-in,.demo.step-crm .connector-in,.demo.step-calendar .connector-in,.demo.step-crm .connector-crm,.demo.step-calendar .connector-crm,.demo.step-calendar .connector-calendar{opacity:1}.demo.step-processing .connector-in i,.demo.step-crm .connector-in i,.demo.step-calendar .connector-in i,.demo.step-crm .connector-crm i,.demo.step-calendar .connector-crm i,.demo.step-calendar .connector-calendar i{animation:packet 1.05s infinite linear}.connector-crm::before,.connector-calendar::before{background:linear-gradient(90deg,transparent,var(--champagne),transparent);box-shadow:0 0 12px rgba(210,174,103,.65)}.connector-crm i,.connector-calendar i{background:var(--champagne);box-shadow:0 0 18px var(--champagne)}
.result{position:absolute;z-index:20;left:7%;right:5%;top:18%;bottom:14%;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:34px;padding:34px 42px;background:radial-gradient(circle at 75% 50%,rgba(31,122,139,.17),transparent 34%),linear-gradient(140deg,rgba(6,14,20,.99),rgba(15,17,17,.99));border:1px solid rgba(210,174,103,.38);box-shadow:0 34px 90px rgba(0,0,0,.58);opacity:0;transform:translateY(28px) scale(.965);pointer-events:none;transition:opacity .58s ease,transform .68s cubic-bezier(.2,.82,.2,1)}.demo.step-result .result{opacity:1;transform:none;pointer-events:auto}.demo.step-result .flow-content{opacity:.1;filter:blur(4px);transform:scale(.985)}.result-kicker{font-size:14px;line-height:1.5;letter-spacing:.16em;color:var(--champagne);max-width:20ch}.result-items{display:grid;gap:15px}.result-items p{margin:0;display:flex;align-items:center;gap:14px;font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;font-size:clamp(25px,2.1vw,37px);line-height:1.08}.result-items i{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-family:Inter,sans-serif;font-size:17px;font-style:normal;color:#08150e;background:var(--green);box-shadow:0 0 20px rgba(74,217,155,.24)}.result-items strong{font-weight:400}.result-items strong span{display:block;margin-top:5px;color:var(--champagne2);font-size:.72em}.replay{grid-column:2;margin-top:10px;justify-self:start;min-height:46px;padding:0 18px;border:1px solid rgba(210,174,103,.3);background:transparent;color:#d4d7d9;text-transform:uppercase;letter-spacing:.08em;font-size:11px;cursor:pointer;transition:.25s ease}.replay:hover,.replay:focus-visible{color:var(--champagne2);border-color:rgba(210,174,103,.62);outline:none;background:rgba(210,174,103,.05)}.replay span{margin-left:12px;font-size:17px}
@keyframes copy-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes demo-in{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:none}}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}@keyframes core-turn{to{transform:rotate(405deg)}}@keyframes packet{from{left:0}to{left:100%}}@keyframes pulse-label{50%{opacity:.45}}
@media(max-width:1180px) and (min-width:901px){.hero{grid-template-columns:minmax(355px,.68fr) minmax(620px,1.32fr);padding-left:32px;gap:20px}h1{font-size:clamp(56px,5.5vw,70px)}.bubble p{font-size:16px}.record>div{grid-template-columns:80px 1fr}.record b,.slot b{font-size:12px}.result{left:5%;right:4%;padding:28px 30px}.result-items p{font-size:28px}}
@media(max-width:900px){
  :root{--header:64px}body{overflow:auto}.topbar{padding:0 20px}.top-cta{display:none}.brand-mark{width:34px;height:34px}.brand-copy strong{font-size:18px}.hero{height:auto;min-height:100svh;padding:calc(var(--header) + 20px) 18px 24px;grid-template-columns:1fr;gap:18px;align-content:start;overflow:hidden}.copy{max-width:none}.eyebrow{font-size:10px;margin-bottom:12px}h1{font-size:clamp(40px,10.6vw,52px);line-height:.97;max-width:12ch}.lead{font-size:16px;line-height:1.44;margin:15px 0 17px;max-width:34ch}.primary{width:100%;justify-content:space-between;min-height:54px}
  .demo{height:520px;min-height:520px;border-left:0;border-top:1px solid rgba(255,255,255,.08);width:100%;margin:0}.demo-head{height:42px;top:2%;left:3.5%;right:3.5%;font-size:10px}.demo-status{display:none}.mobile-stage{position:absolute;top:10.5%;left:4%;right:4%;z-index:9;display:flex;align-items:center;justify-content:space-between;color:#aeb8be;font-size:14px}.mobile-stage strong{color:var(--champagne2);font-size:14px;font-weight:600}.flow-content{inset:17% 4% 4%}
  .whatsapp-window,.systems,.processor{transition:opacity .42s ease,transform .48s cubic-bezier(.2,.82,.2,1)}
  .whatsapp-window{left:0;top:0;width:100%;height:100%;opacity:0!important;transform:translateX(30px) scale(.97)!important;pointer-events:none}.demo.step-message .whatsapp-window,.demo.step-agent .whatsapp-window{opacity:1!important;transform:none!important;pointer-events:auto}.window-head{height:60px;grid-template-columns:38px 1fr 8px;padding:0 15px;gap:10px}.wa-icon{width:36px;height:36px}.wa-icon svg{width:22px;height:22px}.window-head b{font-size:15px}.window-head small{font-size:14px}.conversation{padding:16px 14px;gap:14px}.bubble{padding:14px 14px 20px;max-width:96%}.bubble p{font-size:16px;line-height:1.4}.bubble span{font-size:14px;margin-bottom:5px}.bubble time{font-size:12px}.processor{left:50%;top:47%;width:156px;height:156px;opacity:0!important;transform:scale(.72)!important}.demo.step-processing .processor{opacity:1!important;transform:scale(1)!important}.layer-1{inset:5px}.layer-2{inset:28px}.layer-3{inset:50px}.processor strong{font-size:32px}.processor>span{top:170px;font-size:13px}.systems{inset:0;width:100%;height:100%;display:block;pointer-events:none}.system-card{position:absolute;inset:0;opacity:0!important;transform:translateX(30px) scale(.97)!important;pointer-events:none}.demo.step-crm .crm-card{opacity:1!important;transform:none!important;pointer-events:auto}.demo.step-calendar .calendar-card{opacity:1!important;transform:none!important;pointer-events:auto}.system-card header{height:66px;padding:0 16px;grid-template-columns:42px 1fr 30px;gap:12px}.system-icon{width:40px;height:40px}.system-icon svg{width:25px;height:25px}.system-card header b{font-size:16px}.system-card header small{font-size:14px}.record{padding:18px 16px;gap:13px}.record>div{grid-template-columns:104px 1fr;gap:12px;padding-bottom:12px}.record small,.slot small{font-size:14px}.record b,.slot b{font-size:15px}.calendar-body{padding:20px 16px;grid-template-columns:82px 1fr;gap:16px}.date{height:88px}.date span{font-size:12px}.date strong{font-size:38px}.confirm{min-height:42px;font-size:14px}.connector{display:none}
  .result{inset:17% 4% 4%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:18px;padding:26px 18px;text-align:left}.result-kicker{font-size:12px;max-width:none;margin:0}.result-items{gap:14px}.result-items p{font-size:clamp(24px,6.7vw,30px);gap:11px}.result-items i{width:31px;height:31px;font-size:15px}.result-items strong span{font-size:.72em}.replay{align-self:flex-start;margin-top:4px;min-height:44px}.demo.step-result .flow-content{filter:blur(3px)}
}
@media(max-width:390px){.hero{padding-top:calc(var(--header) + 14px);gap:15px}h1{font-size:39px}.lead{margin:13px 0 15px}.demo{height:500px;min-height:500px}.flow-content{inset-top:17%}.result-items p{font-size:23px}.mobile-stage,.mobile-stage strong{font-size:14px}}
@media(max-height:760px) and (min-width:901px){.hero{min-height:650px;padding-top:calc(var(--header) + 12px);padding-bottom:12px}.demo{height:625px;min-height:570px}h1{font-size:62px}.lead{margin:20px 0 22px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.core-layer{animation:none!important}.connector i{animation:none!important}}

/* Mobile operation: one fixed module at a time, no overlapping interfaces */
.mobile-operation{display:none}
@media(max-width:900px){
  .demo{height:548px;min-height:548px}
  .flow-content,.demo>.result{display:none!important}
  .mobile-stage{top:9.4%}
  .mobile-operation{display:block;position:absolute;left:4%;right:4%;top:16.8%;bottom:4%;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:linear-gradient(155deg,rgba(11,22,29,.985),rgba(5,11,16,.99));box-shadow:0 25px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.018);isolation:isolate}
  .mobile-operation::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 38%,rgba(44,170,196,.09),transparent 35%);pointer-events:none}
  .mobile-progress{position:absolute;z-index:20;left:16px;right:16px;bottom:13px;height:3px;display:grid;grid-template-columns:repeat(6,1fr);gap:5px}
  .mobile-progress i{display:block;border-radius:8px;background:rgba(255,255,255,.11);transition:background .35s ease,box-shadow .35s ease,transform .35s ease}
  .mobile-progress i.is-done{background:rgba(70,201,230,.55)}
  .mobile-progress i.is-active{background:var(--champagne2);box-shadow:0 0 12px rgba(210,174,103,.45);transform:scaleY(1.7)}
  .mobile-panel{position:absolute;z-index:3;inset:0 0 26px;display:none;opacity:0;transform:translateX(28px);pointer-events:none}
  .mobile-panel.is-active{display:block;opacity:1;transform:none;pointer-events:auto;animation:mobile-panel-in .5s cubic-bezier(.2,.82,.2,1) both}
  .mobile-panel.is-leaving{display:block;opacity:0;transform:translateX(-24px);transition:opacity .22s ease,transform .22s ease;pointer-events:none}
  .mobile-module-head{height:66px;display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(9,18,25,.82)}
  .mobile-module-head>span:nth-child(2){display:grid;gap:3px;min-width:0}
  .mobile-module-head b{font-size:17px;font-weight:650;color:#f2f4f4;line-height:1.1}
  .mobile-module-head small{font-size:14px;color:#9ba7ae;line-height:1.2}
  .online-dot{width:9px;height:9px;justify-self:center;border-radius:50%;background:var(--green);box-shadow:0 0 14px rgba(72,217,154,.75)}
  .online-dot.blue{background:var(--blue);box-shadow:0 0 14px rgba(70,201,230,.75)}
  .success-dot{width:28px;height:28px;display:grid;place-items:center;justify-self:end;border-radius:50%;font-size:16px;font-style:normal;font-weight:900;color:#07150e;background:var(--green);box-shadow:0 0 16px rgba(72,217,154,.18)}
  .mobile-module-body{height:calc(100% - 66px);padding:18px 16px 22px;position:relative;overflow:hidden}
  .mobile-message{position:relative;border-radius:9px;padding:16px 16px 24px;box-shadow:0 16px 34px rgba(0,0,0,.2)}
  .mobile-message span{display:block;margin-bottom:6px;font-size:14px;color:#aab4ba}
  .mobile-message p{margin:0;font-size:17px;line-height:1.42;color:#f1f3f3}
  .mobile-message time{position:absolute;right:12px;bottom:7px;font-size:12px;color:#849099}
  .mobile-message.customer{max-width:94%;background:#1b2832;border:1px solid rgba(255,255,255,.1)}
  .mobile-message.customer.compact{padding:12px 14px 15px;opacity:.72}
  .mobile-message.customer.compact p{font-size:14px;line-height:1.35;color:#c8ced1}
  .mobile-message.agent{margin:18px 0 0 auto;max-width:94%;background:linear-gradient(140deg,#0b2c37,#101d25);border:1px solid rgba(70,201,230,.38)}
  .mobile-message.agent span{color:#75d8ec}
  .mobile-typing{height:30px;display:flex;align-items:center;gap:6px}
  .mobile-typing i{width:8px;height:8px;border-radius:50%;background:#8ee3f5;animation:typing 1s infinite ease-in-out}
  .mobile-typing i:nth-child(2){animation-delay:.14s}.mobile-typing i:nth-child(3){animation-delay:.28s}
  .mobile-response.has-text .mobile-typing{display:none}
  [data-mobile-agent-text]:empty{display:none}
  .incoming-signal{position:absolute;left:16px;right:16px;bottom:35px;display:flex;align-items:center;gap:10px;color:#71dfaa;font-size:14px;font-weight:650}
  .incoming-signal i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green);animation:signal-pulse 1.25s infinite ease-in-out}
  .analysis-head .mini-core{width:42px;height:42px;position:relative;display:grid;place-items:center;color:var(--champagne2)}
  .mini-core i{position:absolute;inset:5px;border:1px solid rgba(70,201,230,.55);transform:rotate(45deg);animation:core-turn 8s linear infinite}
  .mini-core b{position:relative;font-size:18px}
  .analysis-body{display:grid;grid-template-rows:auto 42px 1fr;gap:13px;padding-top:16px}
  .analysis-source{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.09);background:rgba(18,31,39,.72)}
  .analysis-source p{margin:0;font-size:15px;line-height:1.35;color:#e5e9ea}
  .mini-wa{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;color:#72e2ad;background:#174934}
  .data-flow{position:relative;display:flex;align-items:center;justify-content:center}
  .data-flow span{position:absolute;left:4%;right:4%;height:2px;background:linear-gradient(90deg,rgba(70,201,230,.08),var(--blue),rgba(210,174,103,.9));box-shadow:0 0 12px rgba(70,201,230,.25)}
  .data-flow i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 15px var(--blue);animation:data-travel 1.45s infinite linear}
  .data-flow i:nth-of-type(2){animation-delay:.42s}.data-flow i:nth-of-type(3){animation-delay:.84s}
  .analysis-fields{display:grid;align-content:start;gap:0;border-top:1px solid rgba(255,255,255,.07)}
  .analysis-fields>div{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;padding:12px 2px;border-bottom:1px solid rgba(255,255,255,.065);opacity:0;transform:translateY(8px);animation:field-in .38s forwards}
  .analysis-fields>div:nth-child(2){animation-delay:.2s}.analysis-fields>div:nth-child(3){animation-delay:.4s}
  .analysis-fields small,.mobile-record small{font-size:14px;color:#8f9ba3}.analysis-fields strong,.mobile-record strong{font-size:15px;font-weight:620;color:#edf0f1}
  .mobile-record{display:grid;align-content:start;padding-top:9px}
  .mobile-record>div:not(.module-confirm){display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.07);opacity:0;transform:translateX(12px);animation:record-in .38s forwards}
  .mobile-record>div:nth-child(2){animation-delay:.18s}.mobile-record>div:nth-child(3){animation-delay:.36s}
  .mobile-record .qualified{color:#67dea7}
  .module-confirm{min-height:44px;margin-top:16px;display:grid;place-items:center;border:1px solid rgba(72,217,154,.28);background:rgba(72,217,154,.075);color:#71e0aa;font-size:14px;font-weight:700;opacity:0;animation:confirm-in .4s .6s forwards}
  .module-confirm.gold{border-color:rgba(210,174,103,.34);background:rgba(210,174,103,.075);color:var(--champagne2)}
  .mobile-calendar-body{display:grid;grid-template-columns:104px 1fr;grid-template-rows:1fr auto;gap:18px;align-items:center;padding:24px 18px 22px}
  .large-date{height:128px;border:1px solid rgba(210,174,103,.28);display:grid;place-items:center;align-content:center;gap:4px;background:rgba(210,174,103,.055)}
  .large-date span{font-size:13px;letter-spacing:.16em;color:var(--champagne)}.large-date strong{font:400 56px/1 Georgia,serif}.large-date small{font-size:12px;color:#9b9b98}
  .meeting-copy{display:grid;gap:6px}.meeting-copy small{font-size:14px;color:#9da7ad}.meeting-copy strong{font:400 46px/1 Georgia,serif;color:#f3f0e8}.meeting-copy p{margin:4px 0 0;font-size:15px;line-height:1.4;color:#d4d9db}
  .mobile-calendar-body .module-confirm{grid-column:1/-1;width:100%;margin-top:0}
  .mobile-result-panel{padding:24px 18px 16px;align-content:center;text-align:left;background:radial-gradient(circle at 66% 42%,rgba(31,151,173,.15),transparent 37%)}
  .mobile-result-panel.is-active{display:grid}
  .final-mark{width:54px;height:54px;margin-bottom:14px;border-radius:50%;display:grid;place-items:center;font-size:26px;font-weight:900;color:#07150e;background:var(--green);box-shadow:0 0 30px rgba(72,217,154,.25)}
  .mobile-result-panel>span{font-size:12px;line-height:1.35;letter-spacing:.15em;color:var(--champagne);font-weight:700}
  .final-lines{display:grid;gap:13px;margin:19px 0 20px}
  .final-lines p{margin:0;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:11px;font:400 26px/1.12 Georgia,serif;color:#f4f1ea}
  .final-lines i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font:700 15px/1 Inter,sans-serif;font-style:normal;color:#06140d;background:var(--green)}
  .final-lines strong{font-weight:400}.final-lines b{grid-column:2;font:600 17px/1.2 Inter,sans-serif;color:var(--champagne2);margin-top:-6px}
  .mobile-replay{justify-self:start;min-height:46px;padding:0 17px;border:1px solid rgba(210,174,103,.33);background:transparent;color:#dde0e1;font-size:12px;letter-spacing:.07em;text-transform:uppercase}
  .mobile-replay span{margin-left:10px;font-size:17px}
}
@media(max-width:390px){
  .demo{height:530px;min-height:530px}
  .mobile-module-head{height:62px;padding:0 13px;grid-template-columns:38px 1fr 26px;gap:10px}
  .mobile-module-head b{font-size:16px}.mobile-module-head small{font-size:13px}
  .mobile-module-body{height:calc(100% - 62px);padding-left:13px;padding-right:13px}
  .mobile-message p{font-size:16px}.analysis-fields strong,.mobile-record strong{font-size:14px}
  .mobile-calendar-body{grid-template-columns:94px 1fr;gap:14px}.large-date{height:116px}.large-date strong{font-size:50px}.meeting-copy strong{font-size:42px}
  .final-lines p{font-size:24px}.final-lines b{font-size:16px}
}
@keyframes mobile-panel-in{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
@keyframes signal-pulse{50%{transform:scale(1.32);opacity:.62}}
@keyframes data-travel{from{left:4%}to{left:94%}}
@keyframes field-in{to{opacity:1;transform:none}}
@keyframes record-in{to{opacity:1;transform:none}}
@keyframes confirm-in{to{opacity:1}}
@media(max-width:900px){
  .mobile-handoff{position:absolute;z-index:8;inset:0 0 26px;display:none;align-items:center;justify-content:center;gap:15px;padding:0 18px;background:radial-gradient(circle at 50% 50%,rgba(35,145,169,.12),transparent 42%);opacity:0}
  .mobile-handoff.is-active{display:flex;animation:handoff-in .34s ease both}
  .mobile-handoff>span{font-size:14px;font-weight:700;color:#aeb9bf;white-space:nowrap}
  .mobile-handoff>span:last-child{color:var(--champagne2)}
  .handoff-track{position:relative;width:min(170px,42vw);height:62px;display:grid;place-items:center}
  .handoff-track::before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:linear-gradient(90deg,var(--blue),rgba(70,201,230,.4),var(--champagne));box-shadow:0 0 14px rgba(70,201,230,.35)}
  .handoff-track b{position:relative;z-index:2;width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(210,174,103,.56);background:#08121a;color:var(--champagne2);transform:rotate(45deg);box-shadow:0 0 20px rgba(210,174,103,.13)}
  .handoff-track b::first-letter{display:inline-block;transform:rotate(-45deg)}
  .handoff-track i{position:absolute;z-index:3;top:50%;width:9px;height:9px;margin-top:-4px;border-radius:50%;background:var(--blue);box-shadow:0 0 16px var(--blue);animation:handoff-packet .68s linear infinite}
  .handoff-track i:last-child{animation-delay:.32s}
}
@keyframes handoff-in{from{opacity:0}to{opacity:1}}
@keyframes handoff-packet{from{left:0}to{left:calc(100% - 9px);background:var(--champagne);box-shadow:0 0 16px var(--champagne)}}
@media(max-width:900px){.handoff-track b{transform:none}.handoff-track b::first-letter{transform:none}}
@media(max-width:900px){.mobile-handoff{background:radial-gradient(circle at 50% 50%,rgba(35,145,169,.14),transparent 42%),linear-gradient(155deg,rgba(7,16,22,.99),rgba(5,11,16,.99))}}

/* v8 — acabamentos finais aprovados */
.copy{animation:none!important;opacity:1!important;transform:none!important}
.demo{animation:demo-in .44s .05s cubic-bezier(.2,.75,.2,1) both}

@media(min-width:901px){
  .result{
    inset:8% 3.5% 6% 4.5%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:22px;
    padding:42px 52px;
    text-align:center;
  }
  .result-kicker{max-width:none;font-size:15px;line-height:1.45}
  .result-items{gap:18px;justify-items:center;width:min(900px,92%)}
  .result-items p{justify-content:center;font-size:clamp(31px,2.55vw,46px);line-height:1.04}
  .result-items i{width:38px;height:38px;font-size:19px}
  .result-items strong span{margin-top:8px;font-size:.76em}
  .replay{grid-column:auto;justify-self:auto;align-self:center;margin-top:7px}
}

@media(max-width:900px){
  .mobile-panel{display:block;visibility:hidden;opacity:0;transform:translateX(22px);transition:opacity .4s ease,transform .46s cubic-bezier(.2,.82,.2,1),visibility 0s linear .46s}
  .mobile-panel.is-entering{display:block;visibility:visible;opacity:0;transform:translateX(22px);z-index:4;transition-delay:0s}
  .mobile-panel.is-active{display:block;visibility:visible;opacity:1;transform:none;pointer-events:auto;z-index:5;animation:none;transition-delay:0s}
  .mobile-panel.is-leaving{display:block;visibility:visible;opacity:0;transform:translateX(-18px);pointer-events:none;z-index:4;transition:opacity .4s ease,transform .4s cubic-bezier(.2,.82,.2,1),visibility 0s linear .4s}
  .mobile-handoff{display:none!important}

  .mobile-module-head small{color:#bdc6cb}
  .analysis-fields small,.mobile-record small{color:#b9c3c9}
  .analysis-source p{color:#f1f3f4}
  .mobile-message.customer.compact{opacity:.88}
  .mobile-message.customer.compact p{color:#e0e5e7}
  .module-confirm{border-color:rgba(72,217,154,.42);background:rgba(72,217,154,.13);color:#b7f3d5;text-shadow:0 0 12px rgba(72,217,154,.14)}
  .module-confirm.gold{border-color:rgba(234,209,143,.46);background:rgba(210,174,103,.13);color:#f0dcaa}
  .meeting-copy small{color:#c1c9cd}
  .meeting-copy p{color:#edf0f1}
  .mobile-result-panel>span{color:#ead18f}
}


/* Homepage continuation — baseline hero preserved */
.section-shell{width:min(1380px,calc(100% - 96px));margin-inline:auto}
.section-kicker{margin:0 0 18px;color:var(--champagne);font-size:11px;font-weight:750;letter-spacing:.18em;text-transform:uppercase}
section h2{margin:0;font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;font-weight:400;letter-spacing:-.035em;line-height:1.02;color:var(--white)}

.impact-section{position:relative;padding:clamp(110px,10vw,170px) 0;background:linear-gradient(180deg,#03070b,#050b10 56%,#03070b);border-top:1px solid rgba(255,255,255,.055)}
.impact-shell{text-align:center}
.impact-shell>h2{max-width:18ch;margin:0 auto;font-size:clamp(46px,5vw,76px)}
.impact-stage{margin-top:clamp(60px,7vw,104px);display:grid;grid-template-columns:1fr 90px 1fr;align-items:stretch;text-align:left}
.impact-side{display:grid;align-content:start;gap:0;padding:0 clamp(16px,3vw,48px)}
.impact-label{margin-bottom:28px;font-size:11px;font-weight:750;letter-spacing:.16em;color:#879198}
.impact-side p{position:relative;margin:0;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.075);font:400 clamp(25px,2.5vw,38px)/1.08 "Iowan Old Style",Georgia,serif;color:#7f898f;opacity:.24;transform:translateY(14px);transition:opacity .65s ease,transform .65s ease,color .65s ease}
.impact-side p.is-visible{opacity:1;transform:none}
.after-side p{display:grid;grid-template-columns:34px 1fr;gap:14px;color:#f2eee5}
.after-side p i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font:800 13px/1 Inter,sans-serif;font-style:normal;color:#06140d;background:var(--green);box-shadow:0 0 22px rgba(72,217,154,.16)}
.impact-divider{position:relative;display:grid;place-items:center}
.impact-divider::before{content:"";position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(210,174,103,.55),transparent)}
.impact-divider i{width:2px;height:72%;background:linear-gradient(transparent,var(--blue),var(--champagne),transparent);filter:drop-shadow(0 0 9px rgba(70,201,230,.4));animation:impact-flow 3.2s infinite linear}
.impact-divider b{position:relative;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(210,174,103,.4);background:#071018;color:var(--champagne2);font-size:23px;font-weight:400}

.work-section{padding:clamp(110px,10vw,170px) 0;background:#03070b}
.split-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(40px,8vw,120px);align-items:end}
.split-intro h2{max-width:15ch;font-size:clamp(48px,5.2vw,78px)}
.split-intro>p{max-width:44ch;margin:0 0 8px;color:#aeb7bc;font-size:18px;line-height:1.65}
.work-tabs{margin-top:72px;display:flex;gap:4px;border-bottom:1px solid rgba(255,255,255,.09)}
.work-tabs button{position:relative;min-height:58px;padding:0 30px;border:0;background:transparent;color:#7f898f;font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}
.work-tabs button::after{content:"";position:absolute;left:20%;right:20%;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--blue),var(--champagne));transform:scaleX(0);transition:.3s ease}
.work-tabs button[aria-selected="true"]{color:var(--white)}
.work-tabs button[aria-selected="true"]::after{transform:scaleX(1)}
.work-tabs button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.work-panels{position:relative;min-height:590px}
.work-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(55px,8vw,125px);align-items:center;padding:clamp(70px,8vw,120px) 0 0;animation:panel-in .55s cubic-bezier(.2,.75,.2,1)}
.work-panel[hidden]{display:none}
.work-copy>span{font-size:11px;font-weight:750;letter-spacing:.18em;color:var(--champagne)}
.work-copy h3{margin:24px 0 22px;font:400 clamp(42px,4.3vw,68px)/1.02 "Iowan Old Style",Georgia,serif;letter-spacing:-.035em}
.work-copy p{max-width:44ch;margin:0;color:#aeb7bc;font-size:17px;line-height:1.68}
.work-copy strong{display:block;margin-top:28px;color:#e3d4a7;font-size:14px;letter-spacing:.03em}
.work-visual{position:relative;min-height:470px;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(28,127,151,.15),transparent 43%),linear-gradient(145deg,rgba(10,20,27,.88),rgba(5,11,16,.96));border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.08);isolation:isolate}
.work-visual::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(70,201,230,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(70,201,230,.025) 1px,transparent 1px);background-size:44px 44px;z-index:-1}
.scene-message,.scene-output,.ops-input,.ops-tasks{position:absolute;border:1px solid rgba(255,255,255,.11);background:rgba(9,18,24,.94);box-shadow:0 28px 70px rgba(0,0,0,.34)}
.scene-message{left:7%;top:13%;width:43%;padding:24px 26px;animation:scene-message 5s infinite ease-in-out}
.scene-message small,.scene-output small,.ops-input small{display:block;margin-bottom:10px;color:#7f8c94;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.scene-message p{margin:0;font-size:18px;line-height:1.48;color:#f0f2f3}
.scene-agent{position:absolute;left:47%;top:43%;width:150px;height:150px;display:grid;place-items:center;translate:-50% -50%}
.scene-agent::before,.scene-agent::after{content:"";position:absolute;inset:0;border:1px solid rgba(70,201,230,.38);transform:rotate(45deg);animation:core-turn 8s linear infinite}
.scene-agent::after{inset:27px;border-color:rgba(210,174,103,.48);animation-direction:reverse;animation-duration:5.5s}
.scene-agent i{position:relative;z-index:2;font:600 34px/1 Georgia,serif;font-style:normal;color:var(--champagne2)}
.scene-agent span{position:absolute;top:168px;font-size:11px;letter-spacing:.13em;color:#91ddef;text-transform:uppercase}
.scene-agent b{position:absolute;left:-155px;right:-280px;top:50%;height:2px;background:linear-gradient(90deg,var(--blue),rgba(70,201,230,.14),var(--champagne));box-shadow:0 0 14px rgba(70,201,230,.22)}
.scene-output{right:6%;bottom:13%;width:41%;padding:25px 28px;animation:scene-output 5s infinite ease-in-out}
.scene-output strong{display:block;font:400 29px/1.12 Georgia,serif;color:#f4efe5}
.scene-output span{display:block;margin-top:12px;color:#69d9a5;font-size:13px}
.lookup-line{position:absolute;left:8%;right:8%;top:48%;height:50px;display:flex;align-items:center;justify-content:center;gap:14px;color:#9fddec;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.lookup-line::before{content:"";position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--blue),transparent)}
.lookup-line i{position:relative;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 16px var(--blue);animation:lookup-dot 2s infinite linear}
.lookup-line span{position:relative;padding:10px 16px;background:#071019}
.support-visual .scene-output{right:8%;bottom:10%;width:50%}
.ops-input{left:8%;top:18%;width:34%;padding:28px}
.ops-input strong{font:400 30px/1.1 Georgia,serif}
.ops-flow{position:absolute;left:38%;right:35%;top:46%;height:2px;background:linear-gradient(90deg,var(--blue),var(--champagne))}
.ops-flow i{position:absolute;width:9px;height:9px;top:-4px;border-radius:50%;background:var(--blue);box-shadow:0 0 15px var(--blue);animation:ops-dot 1.9s infinite linear}
.ops-flow i:nth-child(2){animation-delay:.55s}.ops-flow i:nth-child(3){animation-delay:1.1s}
.ops-tasks{right:7%;top:14%;width:36%;padding:20px 24px;display:grid;gap:0}
.ops-tasks p{margin:0;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.075);display:grid;grid-template-columns:27px 1fr;gap:10px;align-items:center;color:#e8ecee}
.ops-tasks p:last-child{border-bottom:0}
.ops-tasks i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font:800 12px/1 Inter,sans-serif;font-style:normal;color:#06140d;background:var(--green)}

.method-section{padding:clamp(120px,11vw,190px) 0;background:linear-gradient(180deg,#03070b,#061019 55%,#03070b)}
.method-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(70px,10vw,170px);align-items:start}
.method-heading{position:sticky;top:120px}
.method-heading h2{max-width:13ch;font-size:clamp(50px,5.2vw,80px)}
.method-heading>p:last-child{max-width:36ch;margin:28px 0 0;color:#aeb7bc;font-size:18px;line-height:1.65}
.method-steps{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.09)}
.method-step{min-height:190px;display:grid;grid-template-columns:90px 1fr;gap:30px;align-items:center;border-bottom:1px solid rgba(255,255,255,.09);opacity:.34;transition:opacity .5s ease,transform .5s ease}
.method-step.is-active{opacity:1;transform:translateX(-10px)}
.method-step>span{font:400 47px/1 Georgia,serif;color:var(--champagne)}
.method-step h3{margin:0 0 12px;font:400 34px/1.05 Georgia,serif}
.method-step p{max-width:40ch;margin:0;color:#aeb7bc;font-size:16px;line-height:1.55}

.control-section{padding:clamp(110px,10vw,165px) 0;background:#03070b}
.control-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(60px,9vw,145px);align-items:start}
.control-title-wrap h2{font-size:clamp(52px,5.5vw,82px);max-width:10ch}
.control-points{display:grid;border-top:1px solid rgba(255,255,255,.09)}
.control-points article{display:grid;grid-template-columns:62px 210px 1fr;gap:26px;align-items:center;min-height:145px;border-bottom:1px solid rgba(255,255,255,.09)}
.control-points span{font:400 27px/1 Georgia,serif;color:var(--champagne)}
.control-points h3{margin:0;font-size:18px;font-weight:600}
.control-points p{margin:0;color:#aeb7bc;font-size:15px;line-height:1.55}

.diagnostic-section{position:relative;padding:clamp(120px,12vw,200px) 0;text-align:center;overflow:hidden;background:#04090e;border-top:1px solid rgba(255,255,255,.06)}
.diagnostic-glow{position:absolute;width:780px;height:470px;left:50%;top:45%;translate:-50% -50%;border-radius:50%;background:radial-gradient(circle,rgba(27,139,164,.18),transparent 64%);filter:blur(30px);pointer-events:none}
.diagnostic-shell{position:relative}
.diagnostic-shell h2{max-width:17ch;margin:0 auto;font-size:clamp(50px,5.5vw,84px)}
.diagnostic-shell>p:not(.section-kicker){max-width:47ch;margin:26px auto 0;color:#aeb7bc;font-size:18px;line-height:1.6}
.diagnostic-choices{margin:50px auto 0;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.diagnostic-choices button{min-height:54px;padding:0 22px;border:1px solid rgba(255,255,255,.13);background:rgba(6,14,20,.82);color:#dde2e4;font-size:13px;cursor:pointer;transition:.24s ease}
.diagnostic-choices button:hover,.diagnostic-choices button:focus-visible,.diagnostic-choices button.is-selected{border-color:rgba(210,174,103,.58);color:var(--champagne2);background:rgba(210,174,103,.07);outline:none;transform:translateY(-2px)}
.diagnostic-output{width:min(820px,100%);min-height:155px;margin:38px auto 0;padding:30px 34px;display:grid;grid-template-columns:74px 1fr;gap:24px;align-items:center;text-align:left;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,transparent,rgba(11,24,32,.72),transparent)}
.diagnostic-core{width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(210,174,103,.48);transform:rotate(45deg);color:var(--champagne2);font:600 23px/1 Georgia,serif;box-shadow:0 0 28px rgba(210,174,103,.11)}
.diagnostic-core::first-letter{transform:rotate(-45deg)}
.diagnostic-output small{display:block;margin-bottom:10px;color:var(--blue);font-size:11px;font-weight:750;letter-spacing:.15em}
.diagnostic-output p{margin:0;font:400 27px/1.35 Georgia,serif;color:#f1ede5}
.diagnostic-output.is-working .diagnostic-core{animation:core-turn 1.2s linear infinite}
.diagnostic-restart{margin-top:24px;min-height:46px;padding:0 18px;border:1px solid rgba(210,174,103,.33);background:transparent;color:#dce0e2;cursor:pointer}
.site-footer{padding:46px 0;border-top:1px solid rgba(255,255,255,.08);background:#020508}
.footer-shell{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-brand .brand-mark{width:31px;height:31px}.footer-brand .brand-copy strong{font-size:16px}.footer-brand .brand-copy small{font-size:8px}
.footer-shell p{margin:0;color:#7f898f;font-size:13px}
.footer-shell>a:last-child{color:#b7bec3;text-decoration:none;font-size:13px}
.footer-shell>a:last-child:hover{color:var(--champagne2)}

@keyframes impact-flow{0%{transform:translateY(-14%);opacity:0}20%{opacity:1}80%{opacity:1}100%{transform:translateY(14%);opacity:0}}
@keyframes panel-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes scene-message{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes scene-output{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
@keyframes lookup-dot{from{left:0}to{left:calc(100% - 10px)}}
@keyframes ops-dot{from{left:0}to{left:calc(100% - 9px);background:var(--champagne);box-shadow:0 0 15px var(--champagne)}}

@media(max-width:1100px){
  .section-shell{width:min(100% - 56px,1120px)}
  .work-panel{grid-template-columns:.9fr 1.1fr;gap:48px}
  .work-visual{min-height:430px}
  .control-points article{grid-template-columns:54px 180px 1fr}
}
@media(max-width:900px){
  .section-shell{width:calc(100% - 40px)}
  .impact-section,.work-section,.method-section,.control-section,.diagnostic-section{padding-block:94px}
  .impact-shell>h2,.split-intro h2,.method-heading h2,.control-title-wrap h2,.diagnostic-shell h2{font-size:clamp(42px,11vw,58px)}
  .impact-stage{grid-template-columns:1fr;gap:30px;margin-top:54px}
  .impact-divider{height:76px}.impact-divider::before{left:0;right:0;top:50%;bottom:auto;width:auto;height:1px;background:linear-gradient(90deg,transparent,rgba(210,174,103,.55),transparent)}
  .impact-divider i{width:72%;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--champagne),transparent)}
  .impact-divider b{width:46px;height:46px}
  .impact-side{padding:0}.impact-side p{font-size:clamp(26px,7vw,36px);padding:18px 0}.after-side p{grid-template-columns:31px 1fr}
  .split-intro{grid-template-columns:1fr;gap:26px}.split-intro>p{font-size:16px}
  .work-tabs{margin-top:46px;overflow-x:auto;scroll-snap-type:x mandatory}.work-tabs button{flex:0 0 auto;padding:0 22px;scroll-snap-align:start}
  .work-panels{min-height:auto}
  .work-panel{grid-template-columns:1fr;gap:42px;padding-top:58px}
  .work-copy h3{font-size:clamp(38px,10vw,52px)}.work-copy p{font-size:16px}.work-visual{min-height:500px}
  .scene-message{left:7%;right:7%;width:auto;top:8%}.scene-agent{left:50%;top:49%;width:120px;height:120px}.scene-agent b{left:-130px;right:-130px}.scene-output{left:7%;right:7%;bottom:7%;width:auto}.support-visual .scene-output{left:7%;right:7%;width:auto}.ops-input{left:7%;right:7%;width:auto;top:9%}.ops-flow{left:14%;right:14%;top:47%}.ops-tasks{left:7%;right:7%;width:auto;top:auto;bottom:8%}
  .method-shell,.control-shell{grid-template-columns:1fr;gap:56px}.method-heading{position:static}.method-heading>p:last-child{font-size:16px}
  .method-step{min-height:155px;grid-template-columns:64px 1fr;gap:20px}.method-step.is-active{transform:none}.method-step>span{font-size:38px}.method-step h3{font-size:29px}
  .control-points article{grid-template-columns:48px 1fr;gap:17px;padding:25px 0;min-height:0}.control-points h3{font-size:18px}.control-points p{grid-column:2;font-size:15px}
  .diagnostic-shell>p:not(.section-kicker){font-size:16px}.diagnostic-choices{display:grid;gap:10px}.diagnostic-choices button{width:100%;min-height:54px;font-size:14px}.diagnostic-output{grid-template-columns:54px 1fr;gap:16px;padding:24px 12px}.diagnostic-core{width:48px;height:48px;font-size:19px}.diagnostic-output p{font-size:23px}
  .footer-shell{flex-direction:column;align-items:flex-start}.footer-shell p{line-height:1.5}
}
@media(max-width:430px){
  .section-shell{width:calc(100% - 40px)}
  .impact-section,.work-section,.method-section,.control-section,.diagnostic-section{padding-block:82px}
  .impact-label{font-size:10px}.impact-side p{font-size:27px}
  .work-visual{min-height:470px}.scene-message p{font-size:16px}.scene-output strong{font-size:26px}
  .work-tabs button{min-height:54px;padding-inline:18px}
  .method-step{grid-template-columns:54px 1fr}.method-step>span{font-size:32px}.method-step h3{font-size:27px}
  .diagnostic-output p{font-size:21px}
}
@media(prefers-reduced-motion:reduce){
  .impact-divider i,.scene-message,.scene-output,.scene-agent::before,.scene-agent::after,.lookup-line i,.ops-flow i,.diagnostic-output.is-working .diagnostic-core{animation:none!important}
  .impact-side p{opacity:1;transform:none}.method-step{opacity:1;transform:none}
}

/* V10 — a mesma oportunidade, dois resultados */
.comparison-section{position:relative;overflow:hidden;background:#05090d;padding:clamp(96px,11vw,168px) 0 clamp(110px,12vw,180px);border-top:1px solid rgba(255,255,255,.055)}
.comparison-section::before{content:"";position:absolute;inset:-25% 0 auto 45%;width:55vw;height:55vw;background:radial-gradient(circle,rgba(22,94,102,.11),transparent 65%);pointer-events:none}
.comparison-shell{width:min(1380px,calc(100% - 64px));margin:auto;position:relative}
.comparison-heading{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(420px,1.45fr);align-items:end;gap:40px;margin-bottom:clamp(54px,6vw,90px)}
.comparison-heading p{margin:0 0 11px;color:#a9b4b8;font-size:12px;letter-spacing:.23em;font-weight:700}
.comparison-heading h2{margin:0;font-family:Georgia,'Times New Roman',serif;color:#f4f1e9;font-size:clamp(56px,7.2vw,112px);line-height:.87;font-weight:400;letter-spacing:-.055em}
.comparison-stage{display:grid;grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:stretch;gap:0;min-height:620px}
.outcome{position:relative;min-width:0;background:linear-gradient(155deg,rgba(15,22,27,.94),rgba(6,11,15,.98));border:1px solid rgba(255,255,255,.08);overflow:hidden}
.outcome-lost{border-radius:28px 4px 4px 28px}
.outcome-won{border-radius:4px 28px 28px 4px;border-color:rgba(202,169,97,.26);box-shadow:0 36px 100px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04)}
.outcome-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid rgba(255,255,255,.07)}
.outcome-label{font-size:12px;letter-spacing:.19em;font-weight:800;color:#c7cdd0}
.outcome-lost .outcome-label{color:#8e999e}
.outcome-time{font-variant-numeric:tabular-nums;font-size:14px;color:#e4e8e9;letter-spacing:.06em}
.active-pulse{display:flex;align-items:center;gap:9px;color:#b9cec9;font-size:13px}.active-pulse i{width:8px;height:8px;border-radius:99px;background:#21b89b;box-shadow:0 0 0 6px rgba(33,184,155,.1),0 0 20px rgba(33,184,155,.55)}
.phone-flow,.agent-flow{position:relative;height:542px;padding:34px}
.channel-row{display:grid;grid-template-columns:38px auto 1fr;align-items:center;gap:12px;color:#e9eeee;font-size:15px}.channel-row small{text-align:right;color:#758287;font-size:12px}.channel-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#1aae75;color:white;font-size:13px;font-weight:900}
.lead-message{width:min(410px,88%);margin:42px 0 0 auto;padding:18px 18px 14px;border-radius:19px 19px 4px 19px;background:#102d28;border:1px solid rgba(76,181,145,.22);box-shadow:0 18px 40px rgba(0,0,0,.2)}
.lead-message span{display:block;color:#79a99b;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px}.lead-message p{margin:0;color:#e8f0ee;font-size:17px;line-height:1.45}.lead-message time{display:block;text-align:right;color:#7c9c93;font-size:11px;margin-top:7px}
.wait-state{position:absolute;inset:235px 34px auto;display:flex;flex-direction:column;align-items:center;transition:opacity .45s,transform .45s}.clock-face{position:relative;width:70px;height:70px;border-radius:50%;border:1px solid rgba(255,255,255,.16);margin-bottom:20px;background:rgba(255,255,255,.025)}.clock-face i,.clock-face b{position:absolute;left:50%;top:50%;width:2px;height:19px;background:#7b8589;transform-origin:50% 100%;border-radius:2px}.clock-face i{transform:translate(-50%,-100%) rotate(0)}.clock-face b{height:14px;transform:translate(-50%,-100%) rotate(120deg)}.comparison-section.is-running .clock-face i{animation:clockSpin 6s linear forwards}.comparison-section.is-running .clock-face b{animation:clockSpin 72s linear forwards}.wait-state strong{color:#d8dddf;font-size:18px;font-weight:550}.wait-state small{color:#a2adb1;margin-top:7px;font-size:13px}
.lost-result{position:absolute;inset:auto 28px 28px;min-height:90px;display:flex;align-items:center;gap:18px;padding:18px 22px;border-top:1px solid rgba(191,86,74,.24);background:linear-gradient(90deg,rgba(119,38,34,.24),rgba(51,22,23,.08));opacity:0;transform:translateY(18px);transition:.65s cubic-bezier(.2,.8,.2,1)}.lost-result>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(190,72,61,.14);border:1px solid rgba(224,111,96,.3);color:#e57b6e;font-size:24px}.lost-result strong{display:block;color:#fff1ef;font-family:Georgia,serif;font-size:25px;font-weight:400}.lost-result small{display:block;color:#c8aaa6;margin-top:3px}.comparison-section.show-lost .lost-result{opacity:1;transform:none}.comparison-section.show-lost .wait-state{opacity:.72;transform:translateY(-8px)}
.comparison-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:#7f8b90}.comparison-divider span{width:1px;height:33%;background:linear-gradient(transparent,rgba(255,255,255,.15),transparent)}.comparison-divider b{font-size:11px;letter-spacing:.2em;color:#879399}
.agent-flow{isolation:isolate}.agent-flow::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,rgba(13,108,115,.08),transparent 60%);z-index:-1}
.flow-lane{position:absolute;left:58px;right:58px;bottom:34px;height:3px;background:rgba(255,255,255,.06);overflow:hidden;border-radius:9px}.lane-progress{display:block;width:0;height:100%;background:linear-gradient(90deg,#218c9a,#c7a663);box-shadow:0 0 20px rgba(45,148,157,.35);transition:width .75s ease}.flow-packet{position:absolute;left:0;top:50%;width:11px;height:11px;border-radius:50%;background:#40acb7;box-shadow:0 0 18px #40acb7;transform:translate(-50%,-50%);transition:left .75s ease}
.flow-module,.won-result{position:absolute;inset:34px 34px 68px;opacity:0;visibility:hidden;transform:translateY(16px) scale(.985);pointer-events:none;transition:opacity .48s ease,transform .48s cubic-bezier(.2,.8,.2,1),visibility 0s linear .48s;display:flex}.flow-module.is-current,.won-result.is-current{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition-delay:0s}.flow-module.is-entering,.won-result.is-entering{opacity:0;visibility:visible;transform:translateY(10px) scale(.99)}.flow-module.is-leaving,.won-result.is-leaving{opacity:0;visibility:visible;transform:translateY(-8px) scale(.99);pointer-events:none}
.module-message{display:block}.module-message .lead-message{margin:64px 0 0 auto}.module-answer{align-items:center;gap:24px;padding:58px 32px}.agent-avatar{flex:0 0 66px;width:66px;height:66px;display:grid;place-items:center;border:1px solid rgba(208,176,102,.45);transform:rotate(45deg);color:#d7bd7c;background:linear-gradient(145deg,rgba(206,169,87,.13),rgba(9,42,47,.25));font-family:Georgia,serif;font-size:24px}.agent-avatar+div>*{transform:none}.module-answer small,.module-crm small,.module-calendar small{display:block;color:#8fa0a5;font-size:11px;letter-spacing:.14em;margin-bottom:13px}.module-answer p{margin:0;min-height:78px;color:#f0f2ef;font-size:20px;line-height:1.5;max-width:510px}.typing-mini{display:flex;gap:6px;margin-top:18px}.typing-mini i{width:7px;height:7px;border-radius:50%;background:#c8ab69;animation:typingPulse 1s infinite}.typing-mini i:nth-child(2){animation-delay:.15s}.typing-mini i:nth-child(3){animation-delay:.3s}
.module-context{align-items:center;justify-content:center;gap:38px}.processing-core{position:relative;width:98px;height:98px;display:grid;place-items:center;transform:rotate(45deg);border:1px solid rgba(65,165,176,.38);background:linear-gradient(145deg,rgba(12,80,89,.34),rgba(203,169,92,.11));box-shadow:0 0 38px rgba(25,133,145,.1)}.processing-core i{position:absolute;inset:14px;border:1px solid rgba(208,174,99,.35)}.processing-core b{transform:rotate(-45deg);color:#dec587;font:400 29px Georgia}.context-lines{display:grid;gap:14px;width:min(330px,55%)}.context-lines span{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}.context-lines small{display:block;color:#668e94;font-size:10px;letter-spacing:.15em}.context-lines strong{display:block;color:#e7ecec;font-size:17px;margin-top:5px;font-weight:550}
.module-crm,.module-calendar{align-items:center;justify-content:center;gap:28px}.module-symbol{display:grid;place-items:center;width:102px;height:102px;border:1px solid rgba(70,151,162,.32);background:rgba(17,63,70,.23);color:#72afb7;font-size:16px;letter-spacing:.11em}.module-crm strong,.module-calendar strong{display:block;color:#f0f1ed;font:400 30px/1.1 Georgia,serif}.module-crm span,.module-calendar span{display:block;color:#86a09f;font-size:14px;margin-top:10px}.date-card{width:100px;height:112px;border:1px solid rgba(201,166,94,.36);text-align:center;background:rgba(99,74,28,.12)}.date-card span{display:block;background:rgba(200,166,92,.14);padding:8px;color:#cfb16c;font-size:10px;letter-spacing:.16em}.date-card strong{display:block!important;font:400 47px/1 Georgia,serif!important;margin-top:10px}.date-card small{margin:2px 0!important;color:#9d8d67!important}
.won-result{align-items:center;justify-content:center;gap:30px;padding:20px}.result-check{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;border:1px solid rgba(206,171,94,.48);background:radial-gradient(circle,rgba(198,163,87,.2),rgba(198,163,87,.04));color:#e0c580;font-size:34px;box-shadow:0 0 50px rgba(190,153,67,.12)}.result-copy small{display:block;color:#8f9a99;font-size:11px;letter-spacing:.18em;margin-bottom:17px}.result-copy strong{display:block;color:#f0f0eb;font:400 clamp(23px,2vw,31px)/1.26 Georgia,serif}.result-copy .meeting-result{color:#d9bd78;margin-top:8px}
.comparison-replay{display:flex;align-items:center;gap:11px;margin:32px 0 0 auto;background:none;border:0;color:#9aa7aa;font-size:13px;padding:12px;cursor:pointer}.comparison-replay span{color:#d5b970;font-size:18px}.comparison-replay:hover,.comparison-replay:focus-visible{color:#eef1ef;outline:none}
.minimal-footer{height:88px;display:grid;place-items:center;background:#03070b;border-top:1px solid rgba(255,255,255,.05);color:#6f7b80;font-size:11px;letter-spacing:.2em}
@keyframes clockSpin{to{transform:translate(-50%,-100%) rotate(360deg)}}
@keyframes typingPulse{0%,65%,100%{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}

@media (max-width:900px){
 .comparison-section{padding:90px 0 120px}
 .comparison-shell{width:min(100% - 40px,650px)}
 .comparison-heading{display:block;margin-bottom:42px}.comparison-heading p{margin-bottom:16px}.comparison-heading h2{font-size:clamp(53px,15vw,76px)}
 .comparison-stage{display:block;min-height:760px;position:relative}
 .outcome{border-radius:24px;min-height:690px;transition:opacity .52s ease,transform .52s ease}
 .outcome-lost{position:absolute;inset:0;z-index:2}
 .outcome-won{position:absolute;inset:0;z-index:1;opacity:0;transform:translateX(22px)}
 .comparison-section.mobile-won .outcome-lost{opacity:0;transform:translateX(-22px);pointer-events:none}
 .comparison-section.mobile-won .outcome-won{opacity:1;transform:none;z-index:3}
 .comparison-divider{display:none}
 .phone-flow,.agent-flow{height:612px;padding:24px}
 .outcome-header{height:68px;padding:0 22px}.outcome-label{font-size:11px}.outcome-time{font-size:13px}
 .lead-message{margin-top:34px;width:94%;padding:16px}.lead-message p{font-size:16px}
 .wait-state{inset:238px 24px auto}
 .lost-result{inset:auto 18px 18px}.lost-result strong{font-size:21px}
 .flow-module,.won-result{inset:24px 24px 66px}
 .module-answer{padding:30px 2px;align-items:flex-start}.agent-avatar{width:54px;height:54px;flex-basis:54px}.module-answer p{font-size:17px;line-height:1.45}
 .module-context{gap:22px;flex-direction:column}.processing-core{width:78px;height:78px}.context-lines{width:100%}.context-lines strong{font-size:16px}
 .module-crm,.module-calendar{gap:19px}.module-symbol{width:78px;height:78px}.module-crm strong,.module-calendar strong{font-size:24px}.date-card{width:84px;height:100px}.date-card strong{font-size:40px!important}
 .won-result{flex-direction:column;gap:20px;text-align:center}.result-check{width:68px;height:68px}.result-copy strong{font-size:23px}.result-copy small{margin-bottom:11px}
 .flow-lane{left:35px;right:35px;bottom:26px}
 .comparison-replay{margin:25px auto 0}
}
@media (max-width:430px){
 .comparison-shell{width:calc(100% - 32px)}
 .comparison-section{padding:82px 0 104px}.comparison-stage{min-height:670px}.outcome{min-height:640px}.phone-flow,.agent-flow{height:572px}
 .comparison-heading h2{font-size:55px}
 .outcome-header{height:62px;padding:0 17px}.outcome-label{font-size:10px;letter-spacing:.14em}.active-pulse{font-size:11px}.active-pulse i{width:7px;height:7px}
 .phone-flow,.agent-flow{padding:18px}.channel-row{grid-template-columns:34px auto 1fr;gap:9px;font-size:14px}.channel-mark{width:34px;height:34px}.channel-row small{font-size:11px}
 .lead-message{margin-top:29px;padding:14px}.lead-message p{font-size:15.5px}
 .wait-state{inset:213px 18px auto}.clock-face{width:62px;height:62px}.wait-state strong{font-size:17px}.wait-state small{font-size:12px}
 .lost-result{min-height:82px;padding:14px;gap:13px}.lost-result strong{font-size:19px}.lost-result small{font-size:12px}
 .flow-module,.won-result{inset:18px 18px 58px}.module-answer{gap:15px}.agent-avatar{width:46px;height:46px;flex-basis:46px;font-size:19px}.module-answer small,.module-crm small,.module-calendar small{font-size:9px;margin-bottom:9px}.module-answer p{font-size:16px;min-height:90px}.typing-mini{margin-top:12px}
 .module-context{justify-content:flex-start;padding-top:34px}.context-lines span{padding:11px 0}.context-lines small{font-size:9px}.context-lines strong{font-size:15px}
 .module-crm,.module-calendar{flex-direction:column;text-align:center}.module-symbol{width:66px;height:66px}.module-crm strong,.module-calendar strong{font-size:22px}.module-crm span,.module-calendar span{font-size:13px}.date-card{width:78px;height:94px}.date-card strong{font-size:37px!important}
 .result-check{width:58px;height:58px;font-size:27px}.result-copy strong{font-size:21px}.result-copy .meeting-result{font-size:22px}
 .flow-lane{left:25px;right:25px}
}

@media (max-width:900px){
 .flow-module,.won-result{transition:opacity .34s ease,transform .34s cubic-bezier(.2,.8,.2,1),visibility 0s linear .34s}
 .flow-module.is-current,.won-result.is-current{transition-delay:0s}
 .flow-module.is-entering,.won-result.is-entering{opacity:0;visibility:visible;transform:translateX(12px) scale(.992)}
 .flow-module.is-leaving,.won-result.is-leaving{opacity:0;visibility:visible;transform:translateX(-10px) scale(.99)}
 .won-result{padding:34px 18px;justify-content:center}
 .result-copy{max-width:420px}
}

@media (prefers-reduced-motion:reduce){.clock-face i,.clock-face b,.typing-mini i{animation:none!important}.flow-module,.won-result,.outcome{transition:none!important}}

/* V13 — próxima seção aprovada para validação: resolução operacional */
.resolution-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 44%,rgba(24,112,131,.10),transparent 34%),
    linear-gradient(180deg,#05090d 0%,#03070b 100%);
  padding:clamp(110px,11vw,176px) 0 clamp(120px,12vw,190px);
  border-top:1px solid rgba(255,255,255,.055);
}
.resolution-section::before{
  content:"";position:absolute;left:50%;top:43%;width:820px;height:520px;translate:-50% -50%;
  background:radial-gradient(ellipse,rgba(32,126,149,.10),transparent 66%);pointer-events:none
}
.resolution-shell{width:min(1320px,calc(100% - 96px));margin-inline:auto;position:relative}
.resolution-heading{margin:0 0 clamp(46px,5vw,74px)}
.resolution-heading h2{max-width:920px;font-size:clamp(58px,6.2vw,96px);line-height:.98;letter-spacing:-.05em;text-wrap:balance}
.resolution-heading h2 em{font-style:normal;color:var(--champagne2)}
.resolution-stage{
  position:relative;height:590px;overflow:hidden;isolation:isolate;
  border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.08);
  background:linear-gradient(145deg,rgba(8,15,20,.74),rgba(4,9,13,.86));
  box-shadow:0 42px 110px rgba(0,0,0,.30)
}
.resolution-stage::before{
  content:"";position:absolute;inset:0;z-index:-1;opacity:.55;
  background-image:linear-gradient(rgba(70,201,230,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(70,201,230,.025) 1px,transparent 1px);
  background-size:64px 64px;mask-image:linear-gradient(90deg,transparent,black 7%,black 93%,transparent)
}
.resolution-progress{position:absolute;z-index:20;left:0;right:0;top:0;height:3px;display:grid;grid-template-columns:repeat(5,1fr);gap:3px}
.resolution-progress i{background:rgba(255,255,255,.075);transition:background .35s ease,box-shadow .35s ease}
.resolution-progress i.is-complete{background:var(--blue);box-shadow:0 0 15px rgba(70,201,230,.48)}
.resolution-progress i.is-active{background:var(--champagne);box-shadow:0 0 18px rgba(210,174,103,.55)}
.resolution-panel{
  position:absolute;inset:0;padding:clamp(42px,5vw,72px) clamp(48px,7vw,104px);
  display:grid;align-content:center;opacity:0;visibility:hidden;transform:translateX(36px) scale(.985);
  transition:opacity .52s ease,transform .58s cubic-bezier(.2,.82,.2,1),visibility 0s linear .58s;
  pointer-events:none
}
.resolution-panel.is-entering{visibility:visible;opacity:0;transform:translateX(30px) scale(.99);z-index:4;transition-delay:0s}
.resolution-panel.is-active{visibility:visible;opacity:1;transform:none;z-index:5;pointer-events:auto;transition-delay:0s}
.resolution-panel.is-leaving{visibility:visible;opacity:0;transform:translateX(-28px) scale(.99);z-index:4;transition:opacity .52s ease,transform .52s ease,visibility 0s linear .52s}
.request-panel{grid-template-columns:minmax(230px,.46fr) minmax(430px,1fr);gap:clamp(54px,7vw,120px);align-items:center}
.request-channel{display:flex;align-items:center;gap:18px}
.request-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#174934;color:#79e4b2;font-size:23px;font-weight:850;box-shadow:0 0 34px rgba(72,217,154,.16)}
.request-channel>span:last-child{display:grid;gap:6px}.request-channel strong{font-size:26px;font-weight:590}.request-channel small{font-size:15px;color:#aab4b9}
.request-bubble{position:relative;max-width:690px;padding:28px 30px 38px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,#182732,#101a21);box-shadow:0 28px 72px rgba(0,0,0,.32);transform:translateY(12px)}
.request-bubble small{display:block;margin-bottom:8px;font-size:15px;color:#aeb8bd}.request-bubble p{margin:0;font:400 clamp(28px,2.5vw,42px)/1.2 Georgia,serif;color:#f4f2ec}.request-bubble time{position:absolute;right:18px;bottom:12px;color:#87939a;font-size:13px}
.request-arrival{grid-column:2;display:flex;align-items:center;gap:11px;margin-top:-82px;margin-left:24px;color:#b7c2c7;font-size:14px}.request-arrival i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green);animation:signal-pulse 1.25s infinite ease-in-out}
.lookup-panel{grid-template-columns:minmax(340px,.8fr) minmax(470px,1.2fr);gap:clamp(60px,8vw,130px);align-items:center}
.lookup-flow{display:grid;grid-template-columns:82px 1fr;grid-template-rows:82px auto;gap:18px 22px;align-items:center}
.mini-intelligence{width:72px;height:72px;position:relative;display:grid;place-items:center;color:var(--champagne2);font-size:24px;font-weight:650}
.mini-intelligence::before,.mini-intelligence::after{content:"";position:absolute;inset:7px;border:1px solid rgba(70,201,230,.5);transform:rotate(45deg);animation:core-turn 8s linear infinite}
.mini-intelligence::after{inset:19px;border-color:rgba(210,174,103,.56);animation-direction:reverse;animation-duration:5s}.mini-intelligence span{position:relative;z-index:2}
.lookup-line{position:relative;height:3px;background:linear-gradient(90deg,var(--blue),rgba(70,201,230,.24),rgba(210,174,103,.78));box-shadow:0 0 16px rgba(70,201,230,.26)}
.lookup-line i{position:absolute;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:var(--blue);box-shadow:0 0 17px var(--blue);animation:resolution-packet 1.55s linear infinite}.lookup-line i:nth-child(2){animation-delay:.46s}.lookup-line i:nth-child(3){animation-delay:.92s}
.lookup-source{grid-column:1/-1;display:grid;gap:8px}.lookup-source small,.issue-panel>small{font-size:12px;letter-spacing:.18em;color:var(--blue);font-weight:780}.lookup-source strong{font:400 clamp(35px,4vw,58px)/1 Georgia,serif;color:#f0eee8}
.order-sheet{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}
.order-sheet>div{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:24px;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.07);opacity:0;transform:translateX(16px);animation:resolution-row .45s forwards}.order-sheet>div:nth-child(2){animation-delay:.18s}.order-sheet>div:nth-child(3){animation-delay:.36s}.order-sheet>div:last-child{border-bottom:0}.order-sheet small{font-size:14px;color:#a8b3b9}.order-sheet strong{font-size:22px;font-weight:560;color:#f1f2ef}
.issue-panel{justify-items:center;text-align:center}.issue-signal{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin-bottom:26px;border:1px solid rgba(210,174,103,.44);background:rgba(210,174,103,.075);color:var(--champagne2);font:400 38px/1 Georgia,serif;box-shadow:0 0 38px rgba(210,174,103,.12)}
.issue-panel h3{margin:14px 0 38px;font:400 clamp(52px,6vw,86px)/.96 Georgia,serif;letter-spacing:-.045em;color:#f3f0e8}
.issue-details{width:min(820px,90%);display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.08)}.issue-details span{display:grid;gap:9px;padding:22px 30px}.issue-details span+span{border-left:1px solid rgba(255,255,255,.08)}.issue-details small{font-size:13px;color:#9da9af}.issue-details strong{font-size:22px;font-weight:570;color:#f0f2f1}
.action-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:clamp(48px,6vw,96px);align-items:center}.answer-block{position:relative;padding:34px 38px 42px;border-left:2px solid rgba(70,201,230,.55);background:linear-gradient(90deg,rgba(13,45,56,.42),rgba(13,25,32,.08))}.answer-head{display:flex;align-items:center;gap:15px;margin-bottom:24px}.answer-head .mini-intelligence{width:44px;height:44px;font-size:16px}.answer-head .mini-intelligence::before{inset:7px}.answer-head .mini-intelligence::after{inset:14px}.answer-head small{font-size:12px;letter-spacing:.16em;color:var(--blue);font-weight:780}.answer-typing{height:24px;display:flex;gap:7px;align-items:center}.answer-typing i{width:7px;height:7px;border-radius:50%;background:var(--blue);animation:typing 1s infinite ease-in-out}.answer-typing i:nth-child(2){animation-delay:.14s}.answer-typing i:nth-child(3){animation-delay:.28s}.answer-block.has-text .answer-typing{display:none}.answer-block p{margin:0;font:400 clamp(26px,2.35vw,38px)/1.28 Georgia,serif;color:#f0f1ed;min-height:3.8em}.system-actions{display:grid;gap:18px}.system-action{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08);opacity:0;transform:translateY(12px);transition:.45s ease}.system-action.is-shown{opacity:1;transform:none}.system-action i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06150e;font-style:normal;font-weight:850}.system-action span{display:grid;gap:4px}.system-action strong{font-size:19px;font-weight:590}.system-action small{font-size:14px;color:#aab5ba}
.resolution-result{justify-items:center;text-align:center;background:radial-gradient(circle at 50% 44%,rgba(35,150,173,.13),transparent 38%)}.resolution-check{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin-bottom:20px;background:var(--green);color:#06140d;font-size:34px;font-weight:900;box-shadow:0 0 42px rgba(72,217,154,.22)}.resolution-result>span{font-size:13px;letter-spacing:.18em;font-weight:780;color:var(--champagne2)}.resolution-lines{display:grid;gap:14px;margin:28px 0 26px}.resolution-lines p{margin:0;display:grid;grid-template-columns:40px 1fr;align-items:center;gap:16px;text-align:left;font:400 clamp(34px,3.5vw,54px)/1.02 Georgia,serif}.resolution-lines i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(72,217,154,.14);border:1px solid rgba(72,217,154,.36);color:#72e0aa;font:700 18px/1 Inter,sans-serif;font-style:normal}.resolution-lines strong{font-weight:400}.resolution-replay{min-height:48px;padding:0 19px;border:1px solid rgba(210,174,103,.34);background:transparent;color:#e1e5e6;letter-spacing:.07em;text-transform:uppercase;font-size:11px;cursor:pointer}.resolution-replay:hover,.resolution-replay:focus-visible{outline:none;border-color:rgba(210,174,103,.65);color:var(--champagne2);background:rgba(210,174,103,.055)}.resolution-replay span{margin-left:10px;font-size:17px}
@keyframes resolution-packet{from{left:0}to{left:calc(100% - 10px);background:var(--champagne);box-shadow:0 0 17px var(--champagne)}}
@keyframes resolution-row{to{opacity:1;transform:none}}

@media(max-width:900px){
  .resolution-section{padding:92px 0 112px}.resolution-shell{width:calc(100% - 40px)}
  .resolution-heading{margin-bottom:38px}.resolution-heading h2{font-size:clamp(46px,13vw,62px);line-height:.98;max-width:9ch}
  .resolution-stage{height:590px;border-radius:0;background:linear-gradient(155deg,rgba(7,16,22,.99),rgba(4,9,13,.99))}
  .resolution-stage::before{background-size:46px 46px}
  .resolution-panel{padding:28px 20px 24px;display:grid;align-content:center}
  .request-panel{grid-template-columns:1fr;gap:24px;align-content:center}.request-channel{gap:14px}.request-icon{width:52px;height:52px;font-size:19px}.request-channel strong{font-size:21px}.request-channel small{font-size:14px}.request-bubble{padding:24px 20px 34px}.request-bubble p{font-size:28px;line-height:1.23}.request-arrival{grid-column:auto;margin:0 0 0 8px;font-size:14px}
  .lookup-panel{grid-template-columns:1fr;gap:34px}.lookup-flow{grid-template-columns:66px 1fr;grid-template-rows:66px auto;gap:14px 15px}.mini-intelligence{width:60px;height:60px;font-size:20px}.lookup-source strong{font-size:43px}.order-sheet>div{grid-template-columns:120px 1fr;padding:18px 14px;gap:12px}.order-sheet small{font-size:14px}.order-sheet strong{font-size:18px}
  .issue-signal{width:64px;height:64px;font-size:30px;margin-bottom:20px}.issue-panel h3{font-size:52px;margin:12px 0 28px}.issue-details{width:100%;grid-template-columns:1fr}.issue-details span{padding:18px 10px}.issue-details span+span{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.issue-details small{font-size:14px}.issue-details strong{font-size:19px}
  .action-grid{grid-template-columns:1fr;gap:24px}.answer-block{padding:24px 20px 28px}.answer-block p{font-size:26px;line-height:1.28;min-height:5em}.system-actions{gap:8px}.system-action{grid-template-columns:40px 1fr;padding:14px 0}.system-action i{width:36px;height:36px}.system-action strong{font-size:17px}.system-action small{font-size:14px}
  .resolution-check{width:66px;height:66px;font-size:29px;margin-bottom:18px}.resolution-result>span{font-size:11px;line-height:1.4;text-align:center}.resolution-lines{gap:16px;margin:26px 0}.resolution-lines p{grid-template-columns:34px 1fr;gap:12px;font-size:34px;line-height:1.06}.resolution-lines i{width:32px;height:32px;font-size:15px}.resolution-replay{min-height:48px}
}
@media(max-width:390px){
  .resolution-shell{width:calc(100% - 32px)}.resolution-heading h2{font-size:48px}.resolution-stage{height:570px}
  .resolution-panel{padding-left:16px;padding-right:16px}.request-bubble p{font-size:25px}.lookup-source strong{font-size:39px}.order-sheet>div{grid-template-columns:105px 1fr}.order-sheet strong{font-size:16px}
  .issue-panel h3{font-size:46px}.answer-block p{font-size:23px}.resolution-lines p{font-size:30px}
}
@media(prefers-reduced-motion:reduce){
  .resolution-panel,.system-action{transition:none!important}.lookup-line i,.mini-intelligence::before,.mini-intelligence::after,.answer-typing i{animation:none!important}
}

/* V14 — ajuste final aprovado: promessa honesta e encaixe integral em 1440 × 900 */
@media (min-width:901px){
  .resolution-section{padding:46px 0 52px}
  .resolution-heading{margin:0 0 26px}
  .resolution-heading h2{font-size:clamp(52px,4.8vw,72px);line-height:.98;max-width:980px}
  .resolution-stage{height:556px}
  .resolution-panel{padding:34px clamp(48px,6vw,88px)}
  .action-grid{gap:clamp(38px,4.8vw,74px)}
  .answer-block{padding:28px 32px 34px}
  .answer-block p{font-size:clamp(25px,2vw,33px);min-height:3.7em}
  .system-action{padding:14px 0}
  .system-action strong{font-size:18px}
  .system-action small{font-size:13px}
  .resolution-check{width:68px;height:68px;font-size:30px;margin-bottom:14px}
  .resolution-result>span{font-size:12px}
  .resolution-lines{gap:10px;margin:20px 0 18px}
  .resolution-lines p{font-size:clamp(30px,2.7vw,42px);grid-template-columns:34px 1fr;gap:14px}
  .resolution-lines i{width:32px;height:32px;font-size:15px}
}


/* V15 — acabamento final mobile da seção de atendimento */
@media (max-width:430px){
  .resolution-section{padding:48px 0 76px}
  .resolution-heading{margin-bottom:20px}
  .resolution-heading h2{font-size:clamp(40px,11.2vw,46px);line-height:.96;max-width:10ch}
  .resolution-stage{height:510px;min-height:510px}
  .resolution-panel{padding:18px 16px 16px}
  .resolution-result{align-content:center;justify-content:center}
  .resolution-check{width:56px;height:56px;font-size:25px;margin-bottom:12px}
  .resolution-result>span{font-size:12px;line-height:1.35;max-width:29ch}
  .resolution-lines{gap:11px;margin:18px 0 16px}
  .resolution-lines p{grid-template-columns:30px 1fr;gap:11px;font-size:27px;line-height:1.02}
  .resolution-lines i{width:29px;height:29px;font-size:14px}
  .resolution-replay{min-height:50px;padding-inline:18px}
}
@media (max-width:370px){
  .resolution-section{padding-top:42px}
  .resolution-heading h2{font-size:40px}
  .resolution-stage{height:500px;min-height:500px}
  .resolution-lines p{font-size:25px}
}

/* V16 — próxima seção: recuperação visual de oportunidades */
.recovery-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#03070b 0%,#05090d 100%);padding:54px 0 70px;border-top:1px solid rgba(255,255,255,.055)}
.recovery-section::before{content:"";position:absolute;inset:12% 8% auto 48%;height:72%;background:radial-gradient(ellipse,rgba(26,128,151,.11),transparent 66%);pointer-events:none}
.recovery-shell{position:relative;width:min(1320px,calc(100% - 96px));margin-inline:auto}
.recovery-heading{margin:0 0 28px}.recovery-heading>p{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:780;letter-spacing:.18em}.recovery-heading h2{margin:0;max-width:980px;font:400 clamp(52px,4.8vw,72px)/.98 Georgia,serif;letter-spacing:-.05em;color:#f4f1ea}.recovery-heading h2 em{font-style:normal;color:var(--champagne2)}
.recovery-stage{position:relative;height:556px;overflow:hidden;isolation:isolate;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,rgba(8,15,20,.78),rgba(4,9,13,.9));box-shadow:0 42px 110px rgba(0,0,0,.3)}
.recovery-stage::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.52;background-image:linear-gradient(rgba(70,201,230,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(70,201,230,.024) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent,black 7%,black 93%,transparent)}
.recovery-progress{position:absolute;z-index:20;left:0;right:0;top:0;height:3px;display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.recovery-progress i{background:rgba(255,255,255,.075);transition:background .35s,box-shadow .35s}.recovery-progress i.is-complete{background:var(--blue);box-shadow:0 0 15px rgba(70,201,230,.46)}.recovery-progress i.is-active{background:var(--champagne);box-shadow:0 0 18px rgba(210,174,103,.5)}
.recovery-panel{position:absolute;inset:0;padding:34px clamp(48px,6vw,88px);display:grid;align-content:center;opacity:0;visibility:hidden;transform:translateX(34px) scale(.988);transition:opacity .48s ease,transform .56s cubic-bezier(.2,.82,.2,1),visibility 0s linear .56s;pointer-events:none}.recovery-panel.is-entering{visibility:visible;opacity:0;transform:translateX(28px) scale(.992);z-index:4;transition-delay:0s}.recovery-panel.is-active{visibility:visible;opacity:1;transform:none;z-index:5;pointer-events:auto;transition-delay:0s}.recovery-panel.is-leaving{visibility:visible;opacity:0;transform:translateX(-26px) scale(.992);z-index:4;transition:opacity .48s ease,transform .48s ease,visibility 0s linear .48s}
.recovery-stalled{grid-template-columns:minmax(500px,1.15fr) minmax(260px,.65fr);gap:clamp(60px,8vw,130px);align-items:center}.stalled-chat{border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#0f1b23,#081117);box-shadow:0 28px 70px rgba(0,0,0,.32)}.recovery-module-head{min-height:68px;padding:0 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.08)}.recovery-module-head>span:nth-child(2){display:grid;gap:3px}.recovery-module-head strong{font-size:18px;font-weight:600}.recovery-module-head small{font-size:13px;color:#a9b4b9}.recovery-module-head>i{margin-left:auto;width:8px;height:8px;border-radius:50%;background:#54626a}.recovery-module-head>i.active{background:var(--green);box-shadow:0 0 13px rgba(72,217,154,.65)}.recovery-wa{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#174934;color:#7ee8b7;font-weight:800}.stalled-body{padding:24px 28px 28px;display:grid;gap:16px}.stalled-message{position:relative;max-width:78%;padding:15px 18px 25px;border:1px solid rgba(255,255,255,.08)}.stalled-message small{display:block;margin-bottom:5px;color:#aeb8bd;font-size:13px}.stalled-message p{margin:0;font:400 24px/1.25 Georgia,serif;color:#f0efea}.stalled-message time{position:absolute;right:11px;bottom:7px;font-size:11px;color:#819097}.agent-side{background:rgba(20,58,71,.38);border-left:2px solid rgba(70,201,230,.48)}.client-side{justify-self:end;background:rgba(32,43,49,.7)}
.silence-clock{text-align:center;display:grid;justify-items:center}.clock-ring{position:relative;width:150px;height:150px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(210,174,103,.28);background:radial-gradient(circle,rgba(210,174,103,.08),transparent 68%);box-shadow:0 0 55px rgba(210,174,103,.08)}.clock-ring::before{content:"";position:absolute;inset:14px;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.clock-ring span{font:400 49px/1 Georgia,serif;color:var(--champagne2)}.clock-ring i{position:absolute;left:50%;top:50%;width:2px;height:48px;background:var(--champagne);transform-origin:50% 0;animation:recovery-clock 2.4s linear infinite}.silence-clock>small{margin-top:22px;color:#d4b475;font-size:12px;font-weight:800;letter-spacing:.18em}.silence-clock>strong{margin-top:8px;font:400 29px/1.1 Georgia,serif;color:#d8d6d0}
.recovery-context{grid-template-columns:minmax(410px,.9fr) minmax(500px,1.1fr);gap:clamp(60px,8vw,126px);align-items:center}.context-route{display:grid;grid-template-columns:72px 1fr 72px 1fr 72px;align-items:center}.context-route>span,.route-core{width:64px;height:64px;display:grid;place-items:center;font-style:normal;font-weight:760}.route-source{border-radius:50%;background:#174934;color:#7ee8b7}.route-target{border:1px solid rgba(210,174,103,.4);color:var(--champagne2)}.route-core{position:relative;color:#f1d99e}.route-core::before,.route-core::after{content:"";position:absolute;inset:7px;border:1px solid rgba(70,201,230,.48);transform:rotate(45deg);animation:core-turn 7s linear infinite}.route-core::after{inset:18px;border-color:rgba(210,174,103,.56);animation-direction:reverse;animation-duration:4.5s}.context-route>i{height:2px;background:linear-gradient(90deg,var(--blue),rgba(70,201,230,.2),var(--champagne));position:relative;overflow:hidden}.context-route>i::after{content:"";position:absolute;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 13px var(--blue);animation:recovery-packet 1.4s linear infinite}.context-record{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}.context-record>small{display:block;padding:17px 22px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.16em}.context-record>div{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:20px;padding:19px 22px;border-top:1px solid rgba(255,255,255,.07);opacity:0;transform:translateX(18px);animation:resolution-row .45s forwards}.context-record>div:nth-child(3){animation-delay:.18s}.context-record>div:nth-child(4){animation-delay:.36s}.context-record span{font-size:14px;color:#aab5ba}.context-record strong{font-size:21px;font-weight:570;color:#f0f1ed}
.recovery-followup{grid-template-columns:minmax(600px,1fr) auto;gap:52px;align-items:center}.followup-window{border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#0f1b23,#081117);box-shadow:0 28px 70px rgba(0,0,0,.32)}.followup-body{padding:22px 28px 30px}.followup-preview{padding:0 0 18px 18px;border-left:2px solid rgba(255,255,255,.11);opacity:.7}.followup-preview small{font-size:12px;color:#98a5ab}.followup-preview p{margin:5px 0 0;font:400 20px/1.2 Georgia,serif;color:#c8cccd}.followup-message{position:relative;margin:22px 0 0 auto;max-width:82%;min-height:146px;padding:18px 20px 28px;border:1px solid rgba(70,201,230,.25);border-left:2px solid rgba(70,201,230,.58);background:linear-gradient(145deg,rgba(18,61,74,.62),rgba(12,35,45,.54))}.followup-message small{color:var(--blue);font-size:12px;font-weight:700}.followup-message p{margin:10px 0 0;font:400 25px/1.26 Georgia,serif;color:#f2f1ec}.followup-message time{position:absolute;right:12px;bottom:8px;color:#8ca0a8;font-size:11px}.recovery-typing{height:26px;display:flex;align-items:center;gap:6px}.recovery-typing i{width:7px;height:7px;border-radius:50%;background:var(--blue);animation:typing 1s infinite ease-in-out}.recovery-typing i:nth-child(2){animation-delay:.14s}.recovery-typing i:nth-child(3){animation-delay:.28s}.followup-message.has-text .recovery-typing{display:none}.sent-signal{display:grid;justify-items:center;gap:10px;color:#c8d0d3;white-space:nowrap}.sent-signal i{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06150e;font-style:normal;font-size:27px;font-weight:900;box-shadow:0 0 34px rgba(72,217,154,.2)}.sent-signal span{font-size:14px}
.recovery-booking{grid-template-columns:minmax(400px,.8fr) 140px minmax(420px,1fr);gap:32px;align-items:center}.reply-card{padding:28px 30px;border-left:2px solid rgba(70,201,230,.58);background:linear-gradient(90deg,rgba(13,45,56,.42),rgba(13,25,32,.08))}.reply-card small{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:.16em}.reply-card p{margin:13px 0 10px;font:400 clamp(28px,2.7vw,41px)/1.16 Georgia,serif;color:#f2f0eb}.reply-card span{font-size:12px;color:#8f9da4}.booking-flow{height:3px;position:relative;background:linear-gradient(90deg,var(--blue),rgba(70,201,230,.2),var(--champagne))}.booking-flow i{position:absolute;top:-4px;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 15px var(--blue);animation:recovery-packet 1.4s linear infinite}.booking-flow i:nth-child(2){animation-delay:.42s}.booking-flow i:nth-child(3){animation-delay:.84s}.booking-card{position:relative;display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;padding:24px 28px;border:1px solid rgba(210,174,103,.24);background:linear-gradient(145deg,rgba(42,32,16,.28),rgba(12,18,21,.72))}.booking-date{display:grid;justify-items:center;padding:12px 0;border-right:1px solid rgba(255,255,255,.08)}.booking-date span,.booking-date small{font-size:11px;letter-spacing:.14em;color:#c9ae74}.booking-date strong{font:400 54px/1 Georgia,serif;color:#f0ddae}.booking-card>div:nth-child(2){display:grid;gap:7px}.booking-card small{font-size:12px;color:#b6a374;letter-spacing:.12em}.booking-card strong{font:400 40px/1 Georgia,serif;color:#f3f0e9}.booking-card p{margin:0;color:#b2bdc1;font-size:14px}.booking-card>b{position:absolute;right:18px;top:18px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06140d}
.recovery-result{justify-items:center;text-align:center;background:radial-gradient(circle at 50% 44%,rgba(35,150,173,.13),transparent 38%)}.recovery-check{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin-bottom:14px;background:var(--green);color:#06140d;font-size:30px;font-weight:900;box-shadow:0 0 42px rgba(72,217,154,.22)}.recovery-result>span{font-size:12px;letter-spacing:.18em;font-weight:780;color:var(--champagne2)}.recovery-lines{display:grid;gap:10px;margin:20px 0 18px}.recovery-lines p{margin:0;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:14px;text-align:left;font:400 clamp(30px,2.7vw,42px)/1.02 Georgia,serif}.recovery-lines i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(72,217,154,.14);border:1px solid rgba(72,217,154,.36);color:#72e0aa;font:700 15px/1 Inter,sans-serif;font-style:normal}.recovery-lines strong{font-weight:400}.recovery-meeting{grid-template-columns:34px 1fr auto!important}.recovery-meeting b{font:600 16px/1 Inter,sans-serif;color:var(--champagne2);letter-spacing:.02em}.recovery-replay{min-height:48px;padding:0 19px;border:1px solid rgba(210,174,103,.34);background:transparent;color:#e1e5e6;letter-spacing:.07em;text-transform:uppercase;font-size:11px;cursor:pointer}.recovery-replay:hover,.recovery-replay:focus-visible{outline:none;border-color:rgba(210,174,103,.65);color:var(--champagne2);background:rgba(210,174,103,.055)}.recovery-replay span{margin-left:10px;font-size:17px}
@keyframes recovery-clock{to{transform:rotate(360deg)}}@keyframes recovery-packet{from{left:0}to{left:calc(100% - 10px);background:var(--champagne);box-shadow:0 0 15px var(--champagne)}}
@media(max-width:900px){.recovery-section{padding:48px 0 76px}.recovery-shell{width:calc(100% - 40px)}.recovery-heading{margin-bottom:20px}.recovery-heading h2{font-size:clamp(40px,11.2vw,48px);line-height:.96;max-width:10ch}.recovery-stage{height:520px;min-height:520px}.recovery-panel{padding:18px 16px 16px;display:grid;align-content:center}.recovery-stalled,.recovery-context,.recovery-followup,.recovery-booking{grid-template-columns:1fr;gap:20px}.stalled-chat{width:100%}.stalled-body{padding:18px}.stalled-message{max-width:88%;padding:13px 15px 22px}.stalled-message p{font-size:21px}.silence-clock{grid-template-columns:92px 1fr;text-align:left;justify-items:start;align-items:center;column-gap:18px}.clock-ring{grid-row:1/4;width:88px;height:88px}.clock-ring span{font-size:31px}.clock-ring i{height:29px}.silence-clock>small{margin:0;font-size:11px}.silence-clock>strong{margin:5px 0 0;font-size:23px}.recovery-context{align-content:center}.context-route{grid-template-columns:50px 1fr 50px 1fr 50px}.context-route>span,.route-core{width:46px;height:46px;font-size:12px}.context-record>small{padding:13px 14px}.context-record>div{grid-template-columns:110px 1fr;padding:15px 14px;gap:10px}.context-record span{font-size:13px}.context-record strong{font-size:17px}.followup-body{padding:16px}.followup-preview{padding-bottom:12px}.followup-preview p{font-size:17px}.followup-message{max-width:94%;min-height:150px;padding:16px 16px 24px}.followup-message p{font-size:21px}.sent-signal{grid-template-columns:44px 1fr;align-items:center;justify-content:center;justify-items:start}.sent-signal i{width:44px;height:44px;font-size:20px}.recovery-booking{align-content:center}.reply-card{padding:20px 18px}.reply-card p{font-size:27px}.booking-flow{width:65%;justify-self:center;transform:rotate(90deg);margin:-4px 0}.booking-card{grid-template-columns:88px 1fr;gap:18px;padding:18px}.booking-date strong{font-size:42px}.booking-card strong{font-size:32px}.recovery-check{width:56px;height:56px;font-size:25px;margin-bottom:12px}.recovery-result>span{font-size:11px;line-height:1.35;max-width:30ch}.recovery-lines{gap:11px;margin:18px 0 16px}.recovery-lines p{grid-template-columns:30px 1fr;gap:11px;font-size:27px;line-height:1.02}.recovery-lines i{width:29px;height:29px;font-size:14px}.recovery-meeting{grid-template-columns:30px 1fr!important}.recovery-meeting b{grid-column:2;font-size:15px;margin-top:-4px}.recovery-replay{min-height:50px;padding-inline:18px}}
@media(max-width:390px){.recovery-shell{width:calc(100% - 32px)}.recovery-heading h2{font-size:42px}.recovery-stage{height:510px;min-height:510px}.recovery-module-head{min-height:58px;padding:0 14px}.stalled-body{gap:12px}.stalled-message p{font-size:19px}.silence-clock>strong{font-size:21px}.context-record>div{grid-template-columns:98px 1fr}.context-record strong{font-size:16px}.followup-message p{font-size:20px}.reply-card p{font-size:25px}.booking-card{grid-template-columns:80px 1fr}.booking-date strong{font-size:38px}.booking-card strong{font-size:29px}.recovery-lines p{font-size:25px}}
@media(prefers-reduced-motion:reduce){.recovery-panel{transition:none!important}.clock-ring i,.context-route>i::after,.booking-flow i,.route-core::before,.route-core::after,.recovery-typing i{animation:none!important}}

/* Operations execution section */
.execution-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#05090d 0%,#03070b 100%);padding:54px 0 72px;border-top:1px solid rgba(255,255,255,.055)}
.execution-section::before{content:"";position:absolute;inset:10% 4% auto 44%;height:76%;background:radial-gradient(ellipse,rgba(210,174,103,.07),transparent 66%);pointer-events:none}
.execution-shell{position:relative;width:min(1320px,calc(100% - 96px));margin-inline:auto}
.execution-heading{margin:0 0 28px}.execution-heading>p{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:780;letter-spacing:.18em}.execution-heading h2{margin:0;max-width:980px;font:400 clamp(52px,4.8vw,72px)/.98 Georgia,serif;letter-spacing:-.05em;color:#f4f1ea}.execution-heading h2 em{font-style:normal;color:var(--champagne2)}
.execution-stage{position:relative;height:556px;overflow:hidden;isolation:isolate;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,rgba(8,15,20,.78),rgba(4,9,13,.92));box-shadow:0 42px 110px rgba(0,0,0,.3)}
.execution-stage::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.5;background-image:linear-gradient(rgba(70,201,230,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(70,201,230,.022) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent,black 7%,black 93%,transparent)}
.execution-progress{position:absolute;z-index:20;left:0;right:0;top:0;height:3px;display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.execution-progress i{background:rgba(255,255,255,.075);transition:background .35s,box-shadow .35s}.execution-progress i.is-complete{background:var(--blue);box-shadow:0 0 15px rgba(70,201,230,.46)}.execution-progress i.is-active{background:var(--champagne);box-shadow:0 0 18px rgba(210,174,103,.5)}
.execution-panel{position:absolute;inset:0;padding:34px clamp(48px,6vw,88px);display:grid;align-content:center;opacity:0;visibility:hidden;transform:translateX(34px) scale(.988);transition:opacity .48s ease,transform .56s cubic-bezier(.2,.82,.2,1),visibility 0s linear .56s;pointer-events:none}.execution-panel.is-entering{visibility:visible;opacity:0;transform:translateX(28px) scale(.992);z-index:4;transition-delay:0s}.execution-panel.is-active{visibility:visible;opacity:1;transform:none;z-index:5;pointer-events:auto;transition-delay:0s}.execution-panel.is-leaving{visibility:visible;opacity:0;transform:translateX(-26px) scale(.992);z-index:4;transition:opacity .48s ease,transform .48s ease,visibility 0s linear .48s}
.execution-request{grid-template-columns:minmax(560px,1.15fr) minmax(300px,.65fr);gap:clamp(60px,8vw,130px);align-items:center}.request-window{border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#101b23,#081117);box-shadow:0 28px 70px rgba(0,0,0,.32)}
.execution-module-head{min-height:68px;padding:0 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.08)}.execution-module-head>span:nth-child(2){display:grid;gap:3px}.execution-module-head strong{font-size:18px;font-weight:600}.execution-module-head small{font-size:13px;color:#a9b4b9}.execution-module-head>i{margin-left:auto;width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 13px rgba(72,217,154,.65)}
.request-icon,.system-glyph{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:rgba(70,201,230,.11);border:1px solid rgba(70,201,230,.28);color:var(--blue);font-size:21px;font-weight:800}.system-glyph{background:rgba(210,174,103,.08);border-color:rgba(210,174,103,.26);color:var(--champagne2)}
.request-body{padding:24px 28px 28px;display:grid;gap:0}.request-body>div{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.075)}.request-body>div:last-child{border-bottom:0}.request-body small{font-size:12px;letter-spacing:.12em;color:#8e9aa0}.request-body strong{font:400 23px/1.2 Georgia,serif;color:#f1eee8}.request-alert{justify-self:center;text-align:left;display:grid;grid-template-columns:70px 1fr;align-items:center;gap:18px}.request-alert>i{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(210,174,103,.08);border:1px solid rgba(210,174,103,.34);color:var(--champagne2);font:400 34px/1 Georgia,serif;font-style:normal;box-shadow:0 0 40px rgba(210,174,103,.08)}.request-alert span{display:grid;gap:6px}.request-alert small{font-size:11px;letter-spacing:.17em;color:var(--champagne)}.request-alert strong{font:400 29px/1.1 Georgia,serif}
.execution-reading{grid-template-columns:minmax(260px,.75fr) 140px minmax(430px,1fr);gap:clamp(36px,5vw,78px);align-items:center}.reading-document{height:300px;position:relative;padding:30px 26px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(155deg,rgba(21,31,38,.96),rgba(8,14,19,.98));box-shadow:0 26px 64px rgba(0,0,0,.34);overflow:hidden}.reading-document::after{content:"";position:absolute;left:0;right:0;top:-20%;height:36%;background:linear-gradient(180deg,transparent,rgba(70,201,230,.19),transparent);animation:document-scan 1.65s infinite linear}.reading-document>span{position:absolute;left:25px;bottom:22px;font-size:11px;letter-spacing:.13em;color:#abb5ba}.document-lines{display:grid;gap:19px}.document-lines i{display:block;height:7px;background:rgba(255,255,255,.095)}.document-lines i:nth-child(2){width:74%}.document-lines i:nth-child(3){width:88%}.document-lines i:nth-child(4){width:62%}.document-lines i:nth-child(5){width:80%}
.reading-core{width:116px;height:116px;position:relative;display:grid;place-items:center;justify-self:center;border:1px solid rgba(70,201,230,.34);transform:rotate(45deg);background:linear-gradient(145deg,rgba(34,138,160,.12),rgba(210,174,103,.08));box-shadow:0 0 55px rgba(70,201,230,.12)}.reading-core::before,.reading-core::after{content:"";position:absolute;inset:16px;border:1px solid rgba(210,174,103,.32)}.reading-core::after{inset:32px;border-color:rgba(70,201,230,.36)}.reading-core b{transform:rotate(-45deg);font:600 28px/1 Georgia,serif;color:var(--champagne2);z-index:2}.reading-core>i{position:absolute;inset:-10px;border:1px solid transparent;border-top-color:var(--blue);border-right-color:var(--blue);animation:execution-core 3.4s linear infinite}
.extracted-data{border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.08)}.extracted-data>small{display:block;padding:16px 0;color:var(--blue);font-size:11px;letter-spacing:.16em}.extracted-data p{margin:0;display:grid;grid-template-columns:130px 1fr;gap:22px;padding:18px 0;border-top:1px solid rgba(255,255,255,.075)}.extracted-data span{color:#98a5ab;font-size:14px}.extracted-data strong{font:400 24px/1.15 Georgia,serif}
.execution-system{grid-template-columns:minmax(580px,1fr) minmax(240px,.45fr);gap:clamp(70px,9vw,150px);align-items:center}.system-update-card{border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#101a21,#071015);box-shadow:0 28px 70px rgba(0,0,0,.32)}.system-update-body{padding:8px 26px 20px}.system-update-body>div{display:grid;grid-template-columns:130px 1fr 28px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.075)}.system-update-body>div:last-child{border-bottom:0}.system-update-body small{font-size:12px;letter-spacing:.1em;color:#8f9ba1}.system-update-body strong{font:400 23px/1.2 Georgia,serif}.system-update-body b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(72,217,154,.12);border:1px solid rgba(72,217,154,.32);color:#6be3ad}
.update-signal{text-align:center;display:grid;justify-items:center;gap:16px}.update-signal i{width:82px;height:82px;border-radius:50%;position:relative;background:rgba(72,217,154,.1);border:1px solid rgba(72,217,154,.35);box-shadow:0 0 48px rgba(72,217,154,.13)}.update-signal i::before{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#6be3ad;font-size:35px;font-style:normal}.update-signal span{font:400 27px/1.1 Georgia,serif;color:#eef1ef}
.execution-notify{grid-template-columns:minmax(520px,1fr) minmax(340px,.65fr);gap:clamp(70px,8vw,130px);align-items:center}.notification-card{display:grid;grid-template-columns:54px 1fr auto;gap:15px;align-items:center;padding:28px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#111b22,#081117);box-shadow:0 28px 70px rgba(0,0,0,.3)}.notification-card>small{grid-column:1/-1;font-size:11px;letter-spacing:.16em;color:var(--blue)}.person-dot{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(210,174,103,.1);border:1px solid rgba(210,174,103,.3);color:var(--champagne2);font-weight:700}.notification-card>div:nth-of-type(2){display:grid;gap:5px}.notification-card strong{font-size:18px}.notification-card span{font-size:14px;color:#aab5ba}.notification-card>b{align-self:start;color:#7f8c92;font-size:12px;font-weight:500}.followup-card{position:relative;padding:30px;border-top:1px solid rgba(210,174,103,.3);border-bottom:1px solid rgba(255,255,255,.08);display:grid;gap:10px}.followup-card span{font-size:11px;letter-spacing:.15em;color:var(--champagne)}.followup-card strong{font:400 32px/1.05 Georgia,serif}.followup-card i{position:absolute;right:10px;top:50%;margin-top:-22px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(72,217,154,.11);border:1px solid rgba(72,217,154,.34);color:#6be3ad;font-size:20px;font-style:normal}
.execution-result{justify-items:center;text-align:center;background:radial-gradient(circle at 50% 44%,rgba(35,150,173,.13),transparent 38%)}.execution-check{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin-bottom:14px;background:var(--green);color:#06140d;font-size:30px;font-weight:900;box-shadow:0 0 42px rgba(72,217,154,.22)}.execution-result>span{font-size:12px;letter-spacing:.18em;font-weight:780;color:var(--champagne2)}.execution-lines{display:grid;gap:10px;margin:20px 0 18px}.execution-lines p{margin:0;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:14px;text-align:left;font:400 clamp(30px,2.7vw,42px)/1.02 Georgia,serif}.execution-lines i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(72,217,154,.14);border:1px solid rgba(72,217,154,.36);color:#72e0aa;font:700 15px/1 Inter,sans-serif;font-style:normal}.execution-lines strong{font-weight:400}.execution-replay{min-height:48px;padding:0 19px;border:1px solid rgba(210,174,103,.34);background:transparent;color:#e1e5e6;letter-spacing:.07em;text-transform:uppercase;font-size:11px;cursor:pointer}.execution-replay:hover,.execution-replay:focus-visible{outline:none;border-color:rgba(210,174,103,.65);color:var(--champagne2);background:rgba(210,174,103,.055)}.execution-replay span{margin-left:10px;font-size:17px}
@keyframes document-scan{from{transform:translateY(-40%)}to{transform:translateY(420%)}}@keyframes execution-core{to{transform:rotate(360deg)}}
@media(max-width:900px){.execution-section{padding:48px 0 76px}.execution-shell{width:calc(100% - 40px)}.execution-heading{margin-bottom:20px}.execution-heading h2{font-size:clamp(40px,11.2vw,48px);line-height:.96;max-width:10ch}.execution-stage{height:520px;min-height:520px}.execution-panel{padding:18px 16px 16px;display:grid;align-content:center}.execution-request,.execution-reading,.execution-system,.execution-notify{grid-template-columns:1fr;gap:20px}.request-body{padding:14px 18px 18px}.request-body>div{grid-template-columns:105px 1fr;padding:14px 0;gap:12px}.request-body small{font-size:11px}.request-body strong{font-size:19px}.request-alert{grid-template-columns:54px 1fr;justify-self:start}.request-alert>i{width:54px;height:54px;font-size:28px}.request-alert strong{font-size:23px}.execution-reading{grid-template-columns:1fr 72px 1fr;gap:12px;align-items:center}.reading-document{height:230px;padding:22px 18px}.document-lines{gap:14px}.reading-core{width:66px;height:66px}.reading-core::before{inset:10px}.reading-core::after{inset:20px}.reading-core b{font-size:20px}.extracted-data>small{padding:12px 0;font-size:10px}.extracted-data p{grid-template-columns:76px 1fr;gap:9px;padding:13px 0}.extracted-data span{font-size:12px}.extracted-data strong{font-size:18px}.execution-system{align-content:center}.system-update-body{padding:4px 16px 14px}.system-update-body>div{grid-template-columns:92px 1fr 25px;gap:10px;padding:14px 0}.system-update-body small{font-size:11px}.system-update-body strong{font-size:18px}.update-signal{grid-template-columns:48px 1fr;align-items:center;justify-items:start;text-align:left}.update-signal i{width:48px;height:48px}.update-signal i::before{font-size:22px}.update-signal span{font-size:23px}.execution-notify{align-content:center}.notification-card{grid-template-columns:46px 1fr auto;gap:12px;padding:20px 16px}.person-dot{width:44px;height:44px}.notification-card strong{font-size:16px}.notification-card span{font-size:13px}.followup-card{padding:22px 14px}.followup-card strong{font-size:27px}.followup-card i{right:6px}.execution-check{width:56px;height:56px;font-size:25px;margin-bottom:12px}.execution-result>span{font-size:11px;line-height:1.35;max-width:30ch}.execution-lines{gap:11px;margin:18px 0 16px}.execution-lines p{grid-template-columns:30px 1fr;gap:11px;font-size:27px;line-height:1.02}.execution-lines i{width:29px;height:29px;font-size:14px}.execution-replay{min-height:50px;padding-inline:18px}}
@media(max-width:390px){.execution-shell{width:calc(100% - 32px)}.execution-heading h2{font-size:42px}.execution-stage{height:510px;min-height:510px}.execution-module-head{min-height:58px;padding:0 14px}.request-body>div{grid-template-columns:94px 1fr}.request-body strong{font-size:17px}.execution-reading{grid-template-columns:1fr 58px 1fr;gap:8px}.reading-document{height:215px;padding:20px 14px}.reading-core{width:54px;height:54px}.reading-core::before{inset:8px}.reading-core::after{inset:17px}.reading-core b{font-size:17px}.extracted-data p{grid-template-columns:68px 1fr}.extracted-data strong{font-size:16px}.system-update-body>div{grid-template-columns:82px 1fr 24px}.system-update-body strong{font-size:16px}.notification-card{grid-template-columns:42px 1fr auto}.notification-card>small{font-size:10px}.person-dot{width:40px;height:40px;font-size:12px}.followup-card strong{font-size:24px}.execution-lines p{font-size:25px}}
@media(prefers-reduced-motion:reduce){.execution-panel{transition:none!important}.reading-document::after,.reading-core>i{animation:none!important}}


/* Finalização oficial Elite IA Pro */
.skip-link{position:fixed;left:16px;top:-70px;z-index:100;padding:12px 16px;background:#ead18f;color:#111;text-decoration:none;transition:.2s}.skip-link:focus{top:12px}
.official-brand{height:54px;min-width:150px}.official-brand img{display:block;width:148px;height:auto;filter:drop-shadow(0 0 14px rgba(210,174,103,.08))}.main-nav{position:absolute;left:50%;translate:-50% 0;display:flex;gap:clamp(22px,3vw,48px)}.main-nav a{color:#bec5c8;text-decoration:none;font-size:12px;letter-spacing:.06em;transition:.2s}.main-nav a:hover,.main-nav a:focus-visible{color:#f2ead7;outline:none}.menu-toggle,.mobile-menu{display:none}
.brand-core-symbol{display:block;width:68%;height:68%;object-fit:contain;filter:drop-shadow(0 0 11px rgba(210,174,103,.25))}.processor>.brand-core-symbol{z-index:2;width:48%;height:48%}.handoff-track .brand-core-symbol{width:28px;height:28px}.mini-core .brand-core-symbol,.mini-intelligence .brand-core-symbol,.route-core .brand-core-symbol,.reading-core .brand-core-symbol,.processing-core .brand-core-symbol,.agent-avatar .brand-core-symbol{width:70%;height:70%;object-fit:contain}.route-core .brand-core-symbol{width:28px;height:28px}.agent-avatar{display:grid;place-items:center}.agent-avatar .brand-core-symbol{width:74%;height:74%}
.final-shell{width:min(1380px,calc(100% - 48px));margin:auto}.method-section,.control-section{position:relative;padding:clamp(92px,10vw,160px) 0;border-top:1px solid rgba(255,255,255,.065);background:#03070b;overflow:hidden}.final-heading p{margin:0 0 14px;color:var(--champagne);font-size:11px;font-weight:780;letter-spacing:.18em}.final-heading h2{max-width:900px;font-size:clamp(48px,5.7vw,88px);line-height:.96}.final-heading h2 em{font-style:normal;color:var(--champagne2)}
.method-flow{margin-top:clamp(58px,7vw,100px);display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1fr;align-items:center}.method-flow article{min-height:235px;display:grid;align-content:start;gap:16px;padding:28px 0;border-top:1px solid rgba(255,255,255,.12)}.method-flow article span{font-family:Georgia,serif;font-size:44px;color:var(--champagne2)}.method-flow article strong{font-family:Georgia,serif;font-weight:400;font-size:31px}.method-flow article small{max-width:25ch;color:#aeb7bb;font-size:15px;line-height:1.55}.method-flow>i{height:1px;background:linear-gradient(90deg,rgba(70,201,230,.35),rgba(210,174,103,.8));position:relative}.method-flow>i::after{content:"";position:absolute;right:-2px;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--champagne2);box-shadow:0 0 13px rgba(210,174,103,.5)}
.control-section{background:radial-gradient(circle at 75% 50%,rgba(30,127,149,.1),transparent 34%),#03070b}.control-layout{display:grid;grid-template-columns:minmax(380px,.85fr) minmax(620px,1.15fr);gap:clamp(70px,10vw,160px);align-items:center}.control-visual{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.08)}.control-visual article{display:grid;grid-template-columns:92px 1fr;grid-template-rows:auto auto;column-gap:24px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.07)}.control-visual article:last-child{border-bottom:0}.control-visual article>div{grid-row:1/3;width:76px;height:76px;position:relative;display:grid;place-items:center}.control-visual strong{align-self:end;font-family:Georgia,serif;font-size:27px;font-weight:400}.control-visual small{align-self:start;margin-top:7px;color:#aab4b8;font-size:15px;line-height:1.45}.permission-visual{border:1px solid rgba(70,201,230,.35);border-radius:50%}.permission-visual span{width:26px;height:31px;border:2px solid var(--blue);border-radius:5px}.permission-visual i{position:absolute;top:17px;width:14px;height:12px;border:2px solid var(--blue);border-bottom:0;border-radius:9px 9px 0 0}.audit-visual i{position:absolute;left:11px;right:11px;height:1px;background:rgba(70,201,230,.45)}.audit-visual i:nth-child(1){top:21px}.audit-visual i:nth-child(2){top:37px}.audit-visual i:nth-child(3){top:53px}.audit-visual b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06140d;z-index:2}.handoff-visual{display:flex!important;gap:8px}.handoff-visual span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(210,174,103,.35);color:var(--champagne2);font-size:11px;font-weight:800}.handoff-visual i{font-style:normal;color:var(--blue)}
.final-cta-section{min-height:72svh;padding:120px 24px;display:grid;place-items:center;align-content:center;text-align:center;position:relative;isolation:isolate;overflow:hidden;background:#020508;border-top:1px solid rgba(255,255,255,.07)}.final-cta-glow{position:absolute;width:680px;height:300px;border-radius:50%;background:rgba(210,174,103,.09);filter:blur(110px);z-index:-1}.final-cta-symbol{width:86px;height:86px;object-fit:contain;margin-bottom:30px;filter:drop-shadow(0 0 26px rgba(210,174,103,.25))}.final-cta-section h2{max-width:1000px;font-size:clamp(48px,6.3vw,96px);line-height:.98}.final-cta-button{min-height:58px;margin-top:42px;padding:0 25px;display:inline-flex;align-items:center;gap:44px;color:#161106;text-decoration:none;background:linear-gradient(135deg,#dcc17b,#b98d4c);border:1px solid rgba(234,209,143,.6);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;transition:.25s}.final-cta-button:hover,.final-cta-button:focus-visible{transform:translateY(-2px);filter:brightness(1.04) saturate(.84);outline:2px solid var(--blue);outline-offset:4px}
.site-footer{padding:48px clamp(24px,4vw,64px);display:grid;grid-template-columns:180px 1fr auto;gap:34px;align-items:center;border-top:1px solid rgba(255,255,255,.075);background:#020508}.footer-brand img{display:block;width:170px;height:auto}.site-footer nav{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.site-footer a{color:#b9c1c4;text-decoration:none;font-size:13px}.site-footer a:hover,.site-footer a:focus-visible{color:var(--champagne2);outline:none}.site-footer small{color:#778187;font-size:12px}
.reveal-section .final-heading,.reveal-section .method-flow,.reveal-section .control-visual{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-section.is-visible .final-heading,.reveal-section.is-visible .method-flow,.reveal-section.is-visible .control-visual{opacity:1;transform:none}.reveal-section.is-visible .method-flow{transition-delay:.12s}.reveal-section.is-visible .control-visual{transition-delay:.14s}
@media(max-width:1100px){.main-nav{display:none}.control-layout{grid-template-columns:1fr}.method-flow{grid-template-columns:1fr 38px 1fr;row-gap:24px}.method-flow>i:nth-of-type(2){display:none}.method-flow article{min-height:210px}.site-footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-self:center}.site-footer nav{order:2}.site-footer small{order:3}.menu-toggle{width:46px;height:46px;display:grid;place-content:center;gap:6px;border:0;background:transparent;color:#eee;cursor:pointer}.menu-toggle i{display:block;width:24px;height:1px;background:currentColor;transition:.25s}.menu-toggle[aria-expanded="true"] i:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] i:last-child{transform:translateY(-3.5px) rotate(-45deg)}.top-cta{margin-left:auto;margin-right:8px}.mobile-menu{position:fixed;inset:var(--header) 0 auto;background:rgba(3,7,11,.98);border-bottom:1px solid rgba(255,255,255,.08);padding:26px;display:grid;gap:20px}.mobile-menu[hidden]{display:none}.mobile-menu a{min-height:44px;display:flex;align-items:center;color:#e5e8e9;text-decoration:none;font-size:16px}.mobile-menu-cta{justify-content:center;border:1px solid rgba(210,174,103,.35);color:var(--champagne2)!important}}
@media(max-width:720px){.official-brand{min-width:118px}.official-brand img{width:118px}.topbar>.top-cta{display:none}.final-shell{width:min(100% - 40px,620px)}.method-section,.control-section{padding:84px 0}.method-flow{grid-template-columns:1fr;margin-top:48px}.method-flow>i{height:42px;width:1px;justify-self:24px;background:linear-gradient(var(--blue),var(--champagne))}.method-flow>i::after{right:-3px;top:auto;bottom:-2px}.method-flow article{min-height:auto;padding:22px 0}.method-flow article span{font-size:36px}.method-flow article strong{font-size:29px}.control-visual article{grid-template-columns:68px 1fr;column-gap:17px}.control-visual article>div{width:58px;height:58px}.control-visual strong{font-size:23px}.control-visual small{font-size:14px}.final-cta-section{min-height:68svh;padding:90px 22px}.final-cta-symbol{width:68px;height:68px}.final-cta-section h2{font-size:clamp(43px,12vw,62px)}.final-cta-button{width:100%;justify-content:center;gap:20px}.site-footer{padding:42px 22px}.footer-brand img{width:156px}}
@media(prefers-reduced-motion:reduce){.reveal-section .final-heading,.reveal-section .method-flow,.reveal-section .control-visual{opacity:1;transform:none;transition:none}}
/* Tamanho mínimo de interação */
button,.top-cta,.final-cta-button,.mobile-menu a{min-height:50px}
.replay,.resolution-replay,.recovery-replay,.execution-replay,.comparison-replay,.mobile-replay{min-height:50px}
/* Conteúdo final permanece visível mesmo sem JavaScript; motion é apenas aprimoramento. */
.reveal-section .final-heading,.reveal-section .method-flow,.reveal-section .control-visual{opacity:1;transform:none}
