:root{
  --green:#075dcc;--green-dark:#03479e;--green-deep:#061a35;
  --mint:#dceaff;--paper:#f5f8fc;--ink:#0b1b33;--muted:#5d6d84;
  --gold:#66a4ef;--line:#d7e0ec;--night:#080b10;
  --wa:#25d366;--wa-dark:#075e54;
  --tint-bg:radial-gradient(circle at 80% 40%,rgba(0,101,224,.13),transparent 30%),linear-gradient(155deg,#f5f8fc 0%,#eaf2ff 100%);
  --font-body:'Inter',sans-serif;--font-display:'Manrope',sans-serif;
}
*{box-sizing:border-box}
.icon{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
ul{list-style:none}
img{max-width:100%}
.brand-avatar{width:36px;height:36px;flex:none;display:block;border:1px solid rgba(7,93,204,.14);border-radius:10px;background-color:#fff;background-image:url("../assets/w3n-logo.png");background-repeat:no-repeat;background-position:center;background-size:178% auto;box-shadow:0 3px 10px rgba(7,55,120,.12)}

/* ---------- HEADER ---------- */
.site-header{height:80px;padding:0 max(24px,calc((100vw - 1280px)/2));display:flex;align-items:center;gap:48px;background:rgba(245,248,252,.94);border-bottom:1px solid rgba(7,93,204,.09);backdrop-filter:blur(14px);position:sticky;top:0;z-index:100}
.brand{height:52px;display:flex;align-items:center;gap:11px}
.brand-mark{width:124px;height:56px;display:grid;place-items:center;overflow:hidden}
.brand-mark img{width:124px;height:56px;object-fit:contain;transform:scale(1.76);transform-origin:center}
.brand-ai{height:32px;padding-left:12px;display:flex;align-items:center;border-left:1px solid #aac4e8}
.brand-ai b{min-width:42px;height:30px;padding:0 9px;position:relative;display:grid;place-items:center;border:1px solid rgba(90,162,244,.7);border-radius:9px;color:#fff;background:linear-gradient(145deg,#075dcc,#03479e 62%,#061a35);box-shadow:0 5px 14px rgba(7,93,204,.22),inset 0 1px 0 rgba(255,255,255,.24);font:800 14px/1 var(--font-display);letter-spacing:.08em}
.brand-ai b:after{content:"";width:5px;height:5px;position:absolute;right:-3px;top:-3px;border:2px solid #f5f8fc;border-radius:50%;background:#66a4ef;box-shadow:0 0 0 2px rgba(102,164,239,.2)}
.site-header nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600;color:#40546d}
.site-header nav a{position:relative;padding:8px 1px;letter-spacing:-.005em;transition:color .2s}
.site-header nav a:before{content:"";position:absolute;left:1px;right:1px;bottom:4px;height:2px;border-radius:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.site-header nav a:hover{color:var(--green)}
.site-header nav a:hover:before{transform:scaleX(1)}
.site-header nav a.active{color:var(--green-dark)}
.site-header nav a.active:before{transform:scaleX(1)}
.header-cta{margin-left:auto;display:flex;align-items:center;gap:12px;padding:12px 18px;border:1px solid transparent;border-radius:8px;color:#fff;background:var(--green-dark);box-shadow:0 10px 22px rgba(3,71,158,.28);font-size:13px;font-weight:700;transition:.2s}
.header-cta:hover{background:var(--green-deep);box-shadow:0 14px 28px rgba(3,71,158,.36);transform:translateY(-2px)}
.header-cta:active{background:#020d1c;box-shadow:0 6px 14px rgba(3,71,158,.3);transform:translateY(0)}
.header-cta .icon{width:14px;height:14px;stroke-width:2}
.button span,.product-copy>a span{font-size:16px}

/* ---------- HERO ---------- */
.hero{padding:40px max(24px,calc((100vw - 1280px)/2)) 26px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;gap:40px;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 38%,rgba(22,112,220,.22),transparent 30%),var(--green-deep)}
.hero:before{content:"";width:480px;height:480px;border:1px solid rgba(255,255,255,.08);border-radius:50%;position:absolute;right:-160px;top:-200px}
.hero-copy{align-self:start;padding-top:14px;position:relative;z-index:2}
.eyebrow,.product-label{display:flex;align-items:center;gap:9px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin:0}
.eyebrow i,.product-label i{width:7px;height:7px;background:var(--gold);border-radius:50%;flex:none}
.hero-copy .eyebrow{color:#96b9e6}
.hero h1{max-width:680px;margin:24px 0 22px;font:600 clamp(42px,4vw,60px)/1.08 var(--font-display);letter-spacing:-.05em;color:#fff}
.hero h1>span{display:block;white-space:nowrap}
.hero h1 em{color:#66a4ef;font-style:normal}
.hero-copy>p{max-width:520px;margin:0;color:#a9c6eb;font-size:17px;line-height:1.7}
.hero-actions{margin-top:36px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border-radius:8px;font-size:13px;font-weight:750;border:0}
.button.primary{color:#fff;background:var(--green);box-shadow:0 13px 26px rgba(7,93,204,.18);transition:.2s}
.button.primary:hover{background:#073d87;transform:translateY(-2px)}
.hero .text-button{color:#a9ccf7}
.text-button{color:var(--green);display:inline-flex;align-items:center;gap:14px;font-weight:700;font-size:14px}
.hero-visual{align-self:start;min-width:0}
.hero-visual>*{position:relative;z-index:1}
.hero-foot{grid-column:1/-1;padding-top:20px;display:flex;align-items:center;justify-content:center;gap:22px;border-top:1px solid rgba(255,255,255,.12);color:#8fa7c2;font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase;flex-wrap:wrap}
.hero-foot i{width:3px;height:3px;background:var(--gold);border-radius:50%;flex:none}

/* ---- hero scene tabs: compact row snug under the device stage ---- */
.hero-scene-tabs{display:flex;justify-content:center;gap:6px;margin-top:12px}
.scene-tab{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border:1px solid #dce4ef;border-radius:99px;font-size:10px;font-weight:700;color:#40546d;background:#fff;transition:.2s}
.scene-tab .icon{width:11px;height:11px;flex:none}
.scene-tab:hover{border-color:var(--green)}
.scene-tab.active{background:var(--green);border-color:var(--green);color:#fff}

/* ---- hero device stage: site scene -> phone-home scene -> whatsapp scene, crossfading ---- */
.device-stage{position:relative;min-height:496px;display:flex;align-items:center;justify-content:center}
.scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .45s ease}
.scene.active{opacity:1;pointer-events:auto}

.browser-frame.hero-frame{width:min(430px,100%)}
.browser-body.hero-body{display:block;min-height:426px;position:relative;padding:20px;overflow:hidden;background:linear-gradient(160deg,#f5f8fc,#e8f0fa)}
.site-skeleton{width:100%}
.sk-nav{display:flex;align-items:center;gap:8px;margin-bottom:30px}
.sk-nav span{width:30px;height:8px;border-radius:4px;background:#d3e0d8}
.sk-nav .sk-logo{width:24px;height:24px;border-radius:7px;background:var(--green);opacity:.28}
.sk-line{height:11px;border-radius:4px;background:#dce5f0}
.sk-line+.sk-line{margin-top:12px}
.sk-line.w70{width:70%}
.sk-line.w45{width:45%}
.sk-btn{width:132px;height:34px;margin-top:18px;border-radius:8px;background:var(--green);opacity:.22}

.mouse-cursor{position:absolute;right:140px;bottom:140px;z-index:7;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25));transition:right .6s cubic-bezier(.5,0,.2,1),bottom .6s cubic-bezier(.5,0,.2,1);opacity:0}
.mouse-cursor.show{opacity:1}
.mouse-cursor.near{right:26px;bottom:26px}
.mouse-cursor .click-ping{position:absolute;left:2px;top:2px;width:14px;height:14px;border:2px solid var(--green);border-radius:50%;opacity:0}
.mouse-cursor.click .click-ping{animation:clickPing .5s ease-out}
@keyframes clickPing{0%{opacity:.9;transform:scale(.3)}100%{opacity:0;transform:scale(2.4)}}

.chat-launcher{position:absolute;right:14px;bottom:14px;width:36px;height:36px;border:0;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(7,93,204,.34);z-index:6;transition:transform .2s ease}
.chat-launcher .pulse{position:absolute;inset:-6px;border:2px solid rgba(7,93,204,.35);border-radius:50%;animation:ripple 2.2s ease-out infinite}
.chat-launcher.bounce{animation:launcherPop .4s ease}
@keyframes launcherPop{0%{transform:scale(1)}40%{transform:scale(.8)}70%{transform:scale(1.14)}100%{transform:scale(1)}}

.hero-webchat-popup{position:absolute;right:10px;top:12px;bottom:12px;width:min(280px,74%);display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 28px 60px rgba(7,55,120,.24);transform:scale(.82) translateY(14px);transform-origin:bottom right;opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .28s ease;overflow:hidden;z-index:5}
.hero-webchat-popup.open{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}
.webchat-head.mini{padding:11px 13px}
.webchat-head.mini .brand-avatar{width:32px;height:32px;border-radius:9px;background-size:184% auto}
.hero-webchat-popup .chat-demo-body{flex:1;height:auto;padding:11px}
.hero-webchat-popup .chat-demo-input{margin:0 46px 10px 10px}

.phone-frame.hero-frame{width:min(244px,60%);height:488px}
.phone-frame.hero-frame .phone-screen{height:100%}
.phone-frame.hero-frame .phone-notch{width:52px;height:14px}
.phone-frame.hero-frame .wa-body .chat-demo-body{height:328px;justify-content:flex-end}
.phone-frame.hero-frame .wa-head{padding:34px 12px 10px}
.phone-frame.hero-frame .wa-head .brand-avatar{width:32px;height:32px;border-radius:50%;background-size:182% auto}
.phone-frame.hero-frame .wa-head strong{font-size:10px;white-space:nowrap}
.phone-frame.hero-frame .wa-head small{font-size:8px}
.phone-frame.hero-frame .wa-foot{padding:8px 12px 14px}
.phone-frame.hero-frame .wa-mic{width:30px;height:30px}
.phone-frame.hero-frame .message{font-size:11px;padding:9px 12px;margin:5px 0;line-height:1.45}
.phone-frame.hero-frame .msg-audio{font-size:11px;padding:9px 11px;margin:5px 0}
.phone-frame.hero-frame .opt{padding:6px 8px;font-size:9.5px;gap:6px}
.phone-frame.hero-frame .opt b{width:16px;height:16px;font-size:8px}
.phone-frame.hero-frame .audio-caption{font-size:8.5px;line-height:1.35;margin-bottom:4px}
.phone-frame.hero-frame .result-file{padding:8px;gap:7px}
.phone-frame.hero-frame .result-file-icon{width:29px;height:34px;font-size:7px}
.phone-frame.hero-frame .result-file-info strong{font-size:9px}
.phone-frame.hero-frame .result-file-info small,.phone-frame.hero-frame .result-file-action{font-size:7.5px}
.phone-frame.hero-frame .phone-status{padding:26px 16px 4px;font-size:9px}
.phone-frame.hero-frame .phone-home-grid{padding:16px 16px 20px;gap:14px 10px}
.phone-frame.hero-frame .ic-block{width:38px;height:38px;border-radius:10px}
.phone-frame.hero-frame .app-icon small{font-size:7px}
.phone-frame.hero-frame .wa-block svg{width:20px;height:20px}
.phone-frame.hero-frame .phone-dock{padding:8px 10px;margin:auto 12px 14px}
.phone-frame.hero-frame .dock-icon{width:26px;height:26px}

.phone-status{padding:34px 20px 6px;display:flex;justify-content:space-between;color:#0c1a13;font-size:11px;font-weight:700}
.phone-home-grid{padding:22px 22px 30px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px 14px;justify-items:center}
.phone-dock{margin:auto 18px 20px;padding:10px 14px;display:flex;justify-content:space-around;align-items:center;background:rgba(255,255,255,.4);backdrop-filter:blur(6px);border-radius:20px;flex:none}
.dock-icon{width:36px;height:36px;border-radius:10px;background:rgba(15,30,52,.55);color:#fff;display:grid;place-items:center}
.app-icon{display:flex;flex-direction:column;align-items:center;gap:6px}
.app-icon small{font-size:8.5px;color:#33465e;font-weight:600;letter-spacing:.01em}
.ic-block{width:52px;height:52px;border-radius:14px;background:#dce5f0;position:relative;display:grid;place-items:center;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -3px 5px rgba(0,0,0,.14),0 3px 7px rgba(10,24,46,.18)}
.ic-block.a1{background:linear-gradient(155deg,#6b7480,#22262c)}
.ic-block.a2{background:linear-gradient(155deg,#aeb7c0,#767f89)}
.ic-block.a3{background:linear-gradient(155deg,#ffc25c,#ff6f6f 58%,#c65fd6)}
.ic-block.a4{background:linear-gradient(155deg,#5aa7ff,#2f6fe0)}
.ic-block.a5{background:linear-gradient(155deg,#ff9a6c,#e6483f)}
.ic-block.a6{background:linear-gradient(155deg,#ff7a7a,#e63946)}
.ic-block.a7{background:linear-gradient(155deg,#9aa7b5,#5c6b7a)}
.ic-block.a8{background:linear-gradient(155deg,#ffe17a,#ffc93c)}
.ic-block.a9{background:linear-gradient(155deg,#8fa7c2,#4f6a8c)}
.ic-block.a10{background:linear-gradient(155deg,#ffd77a,#e8a53c)}
.ic-block.a11{background:linear-gradient(155deg,#6fd3c7,#2f9c8f)}
.ic-block.a12{background:linear-gradient(155deg,#c79aff,#8a5fd6)}
.ic-block.a13{background:linear-gradient(155deg,#ffab7a,#e6743f)}
.app-icon.wa small{font-size:8.5px;color:#33465e;font-weight:700}
.app-icon .wa-block{background:linear-gradient(150deg,#25d366,#128c4a)}
.tap-ripple{position:absolute;inset:-6px;border:2px solid #25d366;border-radius:18px;opacity:0}
.app-icon.wa.tap .wa-block{animation:launcherPop .4s ease}
.app-icon.wa.tap .tap-ripple{animation:clickPing .55s ease-out}

.stage-controls{margin-top:8px;display:flex;align-items:center;gap:12px;padding:0 6px}
.stage-controls .play-toggle{width:26px;height:26px;color:var(--green);background:#fff;border-color:#dce4ef;box-shadow:0 2px 6px rgba(7,93,204,.1)}
.stage-controls .play-toggle:hover{border-color:var(--green);background:var(--mint)}
.stage-controls .chat-demo-progress{background:#dce6f2}

/* typed-input simulation (hero demos) */
.input-text{flex:1;color:#293f59;white-space:nowrap;overflow:hidden}
.input-text:empty:before{content:attr(data-placeholder);color:#9aabc0}
.input-text.caret:after{content:"";display:inline-block;width:1px;height:12px;margin-left:2px;background:currentColor;vertical-align:middle;animation:caretBlink .8s steps(1) infinite}
@keyframes caretBlink{0%,50%{opacity:1}51%,100%{opacity:0}}

.chat-demo-body{padding:16px 18px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:300px;scrollbar-width:none}
.chat-demo-body::-webkit-scrollbar{display:none}
.chat-demo-input{padding:12px 16px;margin:0 14px 14px;display:flex;align-items:center;justify-content:space-between;background:#f3f6fb;border-radius:99px;color:#8fa197;font-size:11px;flex:none}
.mic-dot{width:32px;height:32px;flex:none;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%;font-size:12px;box-shadow:0 4px 10px rgba(7,93,204,.4)}

.message{max-width:80%;padding:11px 14px;margin:6px 0;border-radius:13px;font-size:12.5px;line-height:1.5;opacity:0;transform:translateY(6px);animation:msgIn .35s ease forwards}
.message.bot{align-self:flex-start;background:#eaf2ff;color:#293f59;border-bottom-left-radius:4px}
.message.user{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:4px}
@keyframes msgIn{to{opacity:1;transform:translateY(0)}}
.typing{align-self:flex-start;width:52px;padding:12px 14px;margin:6px 0;background:#eaf2ff;border-radius:13px;border-bottom-left-radius:4px;display:flex;gap:4px;opacity:0;animation:msgIn .3s ease forwards}
.typing b{width:5px;height:5px;background:#8499b3;border-radius:50%;animation:blink 1.1s infinite}
.typing b:nth-child(2){animation-delay:.15s}
.typing b:nth-child(3){animation-delay:.3s}
@keyframes blink{0%,60%,100%{opacity:.3}30%{opacity:1}}

.options-row{align-self:stretch;display:flex;flex-direction:column;gap:7px;margin:6px 0;opacity:0;transform:translateY(6px);animation:msgIn .35s ease forwards}
.opt{display:flex;align-items:center;gap:9px;padding:9px 12px;background:#fff;border:1px solid #dce4ef;border-radius:10px;font-size:11.5px;color:#304761;font-weight:600;transition:.25s}
.opt b{width:18px;height:18px;flex:none;display:grid;place-items:center;background:var(--gold);color:#fff;border-radius:50%;font-size:9px}
.options-row.answered .opt{opacity:.45}
.options-row.answered .opt.picked{opacity:1;background:var(--mint);border-color:var(--green)}
.options-row.answered .opt.picked b{background:var(--green)}

/* audio-style bubbles */
.msg-audio{max-width:78%;padding:10px 13px;margin:6px 0;border-radius:13px;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(6px);animation:msgIn .35s ease forwards}
.msg-audio.user{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:4px}
.msg-audio.bot{align-self:flex-start;background:#eaf2ff;color:#293f59;border-bottom-left-radius:4px}
.msg-audio .play-dot{width:26px;height:26px;flex:none;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.25);font-size:9px}
.msg-audio.bot .play-dot{background:var(--green);color:#fff}
.wave{display:flex;align-items:center;gap:2px;height:18px;flex:1}
.wave span{width:2.5px;border-radius:2px;background:currentColor;opacity:.8;animation:wave 1.2s ease-in-out infinite}
.msg-audio.user .wave span{background:#fff}
.msg-audio.bot .wave span{background:var(--green)}
@keyframes wave{0%,100%{transform:scaleY(.4)}50%{transform:scaleY(1)}}
.msg-audio time{font-size:9px;opacity:.75;flex:none}
.audio-caption{max-width:78%;margin:-2px 0 6px;font-size:10px;color:var(--muted);font-style:italic;opacity:0;animation:msgIn .3s ease forwards}
.audio-caption.user{align-self:flex-end;text-align:right}
.audio-caption.bot{align-self:flex-start}
.result-file{width:min(92%,310px);align-self:flex-start;display:flex;align-items:center;gap:10px;padding:11px 12px;margin:6px 0;background:#fff;border:1px solid #dce4ef;border-radius:13px;border-bottom-left-radius:4px;box-shadow:0 4px 14px rgba(20,39,68,.08);opacity:0;transform:translateY(6px);animation:msgIn .35s ease forwards}
.result-file-icon{width:36px;height:42px;flex:none;display:grid;place-items:center;background:#e7f0fc;border:1px solid #cbdcf2;border-radius:8px;color:var(--green);font-size:8px;font-weight:800;letter-spacing:.06em}
.result-file-info{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}
.result-file-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#1d3652}
.result-file-info small{font-size:9px;color:var(--muted)}
.result-file-action{flex:none;color:var(--green);font-size:9px;font-weight:800}

.play-toggle{width:34px;height:34px;flex:none;display:grid;place-items:center;color:#cfe0f4;background:transparent;border:1px solid #2c405b;border-radius:50%;transition:background .2s}
.play-toggle .icon-play{margin-left:1px}
.play-toggle svg[hidden]{display:none}
.chat-demo-progress{flex:1;height:3px;background:#24364f;border-radius:99px;overflow:hidden}
.chat-demo-progress .bar{height:100%;width:0%;background:linear-gradient(90deg,var(--green),#5aa2f4);border-radius:99px;transition:width .5s linear}

/* ---------- STATEMENT ---------- */
.section-number{display:inline-flex;align-items:center;gap:11px;margin-bottom:16px;color:var(--green);font-size:14.5px;font-weight:800;letter-spacing:.09em}
.section-number::before{content:"";width:26px;height:2px;flex:none;background:var(--gold);border-radius:2px}
.statement{padding:150px max(24px,calc((100vw - 1040px)/2)) 130px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;background:var(--tint-bg)}
.statement:before{content:"";width:640px;height:640px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(7,93,204,.07);border-radius:50%;pointer-events:none}
.statement .section-number{justify-content:center;position:relative}
.statement-lead{margin:22px 0 0;max-width:900px;position:relative;font:600 clamp(36px,5.4vw,66px)/1.14 var(--font-display);letter-spacing:-.045em}
.statement-lead em{color:var(--green);font-style:normal}
.statement-channels{margin-top:52px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap;position:relative}
.statement-channels div{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 12px;border:1px solid #e2e9f2;border-radius:99px;background:#fff;box-shadow:0 10px 24px rgba(7,55,120,.06);color:#2d435f;font-size:13px;font-weight:700}
.statement-channels .chip{width:30px;height:30px;flex:none;display:grid;place-items:center;border-radius:50%;background:#e5effc;color:var(--green)}
.statement-channels .icon{width:15px;height:15px}

/* ---------- INTEGRAÇÕES ---------- */
.integrations-section{padding:110px max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:start;color:#eef5ff;background:radial-gradient(circle at 78% 42%,rgba(22,112,220,.2),transparent 28%),var(--green-deep)}
.integration-copy .section-number{color:#96b9e6}
.integration-copy h2{margin:16px 0 20px;font:600 clamp(34px,4vw,52px)/1.12 var(--font-display);letter-spacing:-.045em;color:#fff}
.integration-copy h2 em{font-style:normal;color:#66a4ef}
.integration-copy>p{max-width:540px;margin:0;color:#a9c6eb;font-size:16px;line-height:1.75}
.operation-modes{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.operation-modes>div{padding:14px;display:grid;grid-template-columns:26px 1fr;gap:9px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.065)}.operation-modes b{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#66a4ef;color:var(--green-deep);font-size:8px}.operation-modes strong,.operation-modes small{display:block}.operation-modes strong{color:#fff;font-size:12px}.operation-modes small{margin-top:3px;color:#a9bfdc;font-size:10.5px;line-height:1.5}
.integration-points{padding:0;margin:20px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.integration-points li{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.045)}
.integration-points>li>.icon{width:42px;height:42px;padding:10px;border-radius:11px;background:rgba(83,151,235,.12);color:#75b0f3}
.integration-points strong,.integration-points small{display:block}.integration-points strong{font-size:13.5px;color:#fff}.integration-points small{margin-top:3px;color:#a9bfdc;font-size:11.5px;line-height:1.5}
.integration-visual{min-width:0}
.integration-window{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#f8faff;box-shadow:0 38px 90px rgba(0,0,0,.34)}
.integration-window-head{height:52px;padding:0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #e2e9f2;background:#fff;color:#60758d}
.integration-window-head>div{display:flex;gap:6px}.integration-window-head>div span{width:8px;height:8px;border-radius:50%;background:#e4665e}.integration-window-head>div span:nth-child(2){background:#ecb64f}.integration-window-head>div span:nth-child(3){background:#50b65b}
.integration-window-head small{font-size:9.5px;font-weight:700}.integration-window-head>b{justify-self:end;padding:5px 9px;border-radius:99px;background:#e3eefc;color:var(--green);font-size:8px;text-transform:uppercase;letter-spacing:.05em}
.integration-window-body{min-height:390px;padding:34px;display:grid;grid-template-columns:1fr 120px 1.18fr;align-items:center;gap:16px;position:relative;background:linear-gradient(150deg,#fbfcff,#edf4ff)}
.integration-window-body:before,.integration-window-body:after{content:"";position:absolute;top:50%;height:2px;background:#c3d5eb;z-index:0}.integration-window-body:before{left:25%;right:55%}.integration-window-body:after{left:48%;right:34%}
.system-cloud{display:grid;gap:9px;position:relative;z-index:1}
.system-pill{padding:9px 11px;display:flex;align-items:center;gap:9px;border:1px solid #dce6f1;border-radius:10px;background:#fff;color:#38516d;box-shadow:0 6px 16px rgba(7,55,120,.06)}
.system-pill .icon{width:15px;height:15px;color:var(--green)}
.system-pill>span{min-width:0}.system-pill strong,.system-pill small{display:block}.system-pill strong{font-size:9.5px;line-height:1.2}.system-pill small{margin-top:2px;color:#8497ad;font-size:7.2px;line-height:1.25;font-weight:500}
.integration-hub{width:104px;height:104px;justify-self:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;border:6px solid #dceaff;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 15px 32px rgba(7,93,204,.22)}
.integration-hub img{width:72px;height:44px;object-fit:contain;filter:brightness(0) invert(1);transform:scale(1.65);transform-origin:center}.integration-hub small{margin-top:1px;color:#bfd7f5;font-size:7.5px}
.api-card{position:relative;z-index:1;padding:16px;border:1px solid #d9e4f1;border-radius:14px;background:#fff;box-shadow:0 12px 26px rgba(7,55,120,.08)}
.api-card-title{display:flex;align-items:center;gap:9px;padding-bottom:13px;border-bottom:1px solid #edf2f7}.api-card-title>.icon{width:30px;height:30px;padding:7px;border-radius:8px;background:#e5effc;color:var(--green)}.api-card-title strong,.api-card-title small{display:block}.api-card-title strong{font-size:10.5px}.api-card-title small{margin-top:2px;color:#899caf;font-size:7.5px}
.api-endpoint{margin-top:10px;padding:9px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:7px;border-radius:8px;background:#f5f8fc;font-size:8px}.api-endpoint b{color:#075dcc}.api-endpoint.post b{color:#2f6db2}.api-endpoint span{color:#435b75;font-family:monospace}.api-endpoint em{font-style:normal;color:#899caf}
.api-meta{margin-top:12px;display:flex;gap:6px;flex-wrap:wrap}.api-meta span{padding:5px 7px;border-radius:99px;background:#e7f0fc;color:var(--green);font-size:7.5px;font-weight:750}
.integration-caption{margin:18px auto 0;max-width:560px;display:flex;align-items:center;justify-content:center;gap:10px;color:#a9bfdc;font-size:10.5px;text-align:center}.integration-caption .icon{color:#66a4ef}.integration-caption strong{color:#eaf3ff}

/* ---------- BASE DE CONHECIMENTO ---------- */
.knowledge-section{padding:110px max(24px,calc((100vw - 1380px)/2));display:grid;grid-template-columns:1.34fr .66fr;gap:56px;align-items:center;background:linear-gradient(145deg,#f2f6fc,#fff)}
.knowledge-copy .section-number{color:var(--green)}
.knowledge-copy h2{margin:16px 0 20px;font:600 clamp(34px,3.8vw,50px)/1.13 var(--font-display);letter-spacing:-.045em}.knowledge-copy h2 em{font-style:normal;color:var(--green)}
.knowledge-copy>p{max-width:520px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}
.knowledge-points{padding:0;margin:28px 0 0;display:grid;gap:12px}.knowledge-points li{padding:13px 0;display:grid;grid-template-columns:34px 1fr;gap:12px;border-bottom:1px solid #dce4ef}.knowledge-points li>b{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#e1edfc;color:var(--green);font-size:8px}.knowledge-points strong,.knowledge-points small{display:block}.knowledge-points strong{font-size:14px}.knowledge-points small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.55}
.knowledge-tags{margin-top:22px;display:flex;gap:7px;flex-wrap:wrap}.knowledge-tags span{padding:6px 9px;border:1px solid #d9e4f1;border-radius:99px;background:#fff;color:#4c6380;font-size:8.5px;font-weight:750}
.knowledge-panel{overflow:hidden;border:1px solid #d9e4f1;border-radius:20px;background:#fff;box-shadow:0 30px 70px rgba(7,55,120,.13)}
.knowledge-panel-head{padding:18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #e7edf5;background:#fbfcff}.knowledge-title-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#e1edfc;color:var(--green)}.knowledge-title-icon .icon{width:20px;height:20px}.knowledge-panel-head small,.knowledge-panel-head strong{display:block}.knowledge-panel-head small{color:var(--green);font-size:7.5px;font-weight:850;letter-spacing:.1em}.knowledge-panel-head strong{margin-top:3px;font-size:11.5px}.knowledge-panel-head>span{margin-left:auto;padding:5px 9px;border-radius:99px;background:#e1edfc;color:var(--green);font-size:8px;font-weight:800}
.knowledge-manager-bar{padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #e2e9f2;background:#fff}.knowledge-manager-bar strong,.knowledge-manager-bar small{display:block}.knowledge-manager-bar strong{font-size:10px}.knowledge-manager-bar small{margin-top:2px;color:#8294aa;font-size:7.5px}.knowledge-manager-bar button{padding:8px 10px;display:flex;align-items:center;gap:5px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:8px;font-weight:800}.knowledge-manager-bar button span{font-size:13px}
.knowledge-sources{padding:14px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;background:#f5f8fc}.knowledge-sources article{min-width:0;min-height:122px;padding:11px;border:1px solid #e0eae3;border-radius:11px;background:#fff}.knowledge-sources article>.icon{width:17px;height:17px;color:var(--green)}.knowledge-sources strong,.knowledge-sources small{display:block}.knowledge-sources strong{margin-top:8px;font-size:8.7px;line-height:1.25}.knowledge-sources small{margin-top:4px;min-height:30px;color:#8092a8;font-size:7.2px;line-height:1.35}.knowledge-sources b{display:inline-block;margin-top:8px;padding:4px 6px;border-radius:99px;background:#e8f1ff;color:var(--green);font-size:6.8px}
.knowledge-library{padding:14px 16px;border-top:1px solid #e2e9f2;background:#fff}.knowledge-library-head{margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.knowledge-library-head strong{font-size:9px}.knowledge-library-head span{min-width:190px;padding:7px 9px;border:1px solid #dce4ef;border-radius:7px;color:#94a4b8;font-size:7.5px}.knowledge-library-row{padding:9px 10px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;border:1px solid #e1e8f1;border-radius:9px;background:#fbfcff}.knowledge-library-row+.knowledge-library-row{margin-top:6px}.knowledge-library-row>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#e5effc;color:var(--green)}.knowledge-library-row>span .icon{width:14px;height:14px}.knowledge-library-row strong,.knowledge-library-row small{display:block}.knowledge-library-row strong{font-size:8.5px}.knowledge-library-row small{margin-top:2px;color:#8294aa;font-size:7px}.knowledge-library-row>b{padding:4px 6px;border-radius:99px;background:#e5effc;color:var(--green);font-size:6.8px}
.knowledge-chat{padding:20px 18px 22px;background:#fff}.knowledge-question{max-width:70%;margin-left:auto;padding:10px 13px;border-radius:13px 13px 4px 13px;background:var(--green);color:#fff;font-size:10px;line-height:1.45}.knowledge-answer{max-width:88%;margin-top:12px;padding:12px;display:grid;grid-template-columns:28px 1fr;gap:9px;border-radius:13px 13px 13px 4px;background:#eaf2ff;color:#263b58}.knowledge-answer>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#dceaff;color:var(--green)}.knowledge-answer>span .icon{width:14px;height:14px}.knowledge-answer p{margin:0;font-size:9.5px;line-height:1.55}.knowledge-grounded{margin:9px 0 0 38px;display:flex;align-items:center;gap:6px;color:#7d90a7;font-size:7.5px}.knowledge-grounded .icon{width:11px;height:11px;color:var(--green)}

/* ---------- SETORES / VERTICAL DEMOS ---------- */
.solutions{padding:110px max(24px,calc((100vw - 1280px)/2));background:var(--tint-bg)}
.section-heading{margin-bottom:56px;display:flex;justify-content:space-between;align-items:end;gap:30px}
.section-heading h2,.platform-title h2{margin:14px 0 0;font:600 clamp(32px,3.6vw,48px)/1.12 var(--font-display);letter-spacing:-.04em}
.section-heading>p{max-width:440px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}

.vertical-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0}
.vtab{display:flex;align-items:center;gap:9px;padding:12px 18px;background:#fff;border:1px solid #dce4ef;border-radius:99px;font-size:12.5px;font-weight:700;color:#40546d;transition:.2s}
.vtab-icon{font-size:14px}
.vtab:hover{border-color:var(--green)}
.vtab.active{background:var(--green);border-color:var(--green);color:#fff}
.sector-range{margin:12px 0 0;display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#667a91;font-size:9.5px}.sector-range strong{margin-right:2px;color:#31465f}.sector-range span,.sector-range em{padding:5px 8px;border-radius:99px;background:#e8eef7;font-style:normal}.sector-range em{background:#dceaff;color:var(--green);font-weight:750}

.vertical-stage{background:#fff;border:1px solid #dce4ef;border-radius:16px;overflow:hidden}
.vertical-stage-toolbar{padding:18px 22px 15px;border-bottom:1px solid #cfddf0;background:linear-gradient(135deg,#f8faff 0%,#edf4ff 58%,#e5effc 100%)}
.vertical-stage-body{display:grid;grid-template-columns:minmax(380px,.88fr) minmax(0,1.12fr);align-items:stretch}
.vertical-copy{min-width:0;padding:48px clamp(38px,4vw,68px);display:flex;flex-direction:column;justify-content:center}
.vertical-copy h3{max-width:380px;margin:20px 0 16px;font:600 30px/1.2 var(--font-display);letter-spacing:-.03em}
.vertical-copy>p{max-width:420px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.vertical-copy ul{padding:0;margin:26px 0 0;display:grid;gap:12px}
.vertical-copy li{display:flex;align-items:center;gap:11px;color:#31465f;font-size:13.5px}
.vertical-copy li:before{content:"\2713";width:19px;height:19px;flex:none;display:grid;place-items:center;background:#e1edfc;border-radius:50%;color:var(--green);font-size:10px;font-weight:900}
.vertical-phone-stage{min-width:0;display:flex;align-items:center;justify-content:center;padding:34px clamp(30px,4vw,58px);background:linear-gradient(160deg,#f5f8fc,#e8f0fa)}
.vertical-phone-stage .phone-frame{width:min(280px,100%)}
.phone-progress{flex:none;width:90px;height:4px;margin:9px auto 12px;background:rgba(0,0,0,.14);border-radius:99px;overflow:hidden}


/* webchat mock (browser) */
.browser-frame{width:min(760px,100%);background:#e8edf5;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px rgba(7,55,120,.14);border:1px solid #dce4ef}
.browser-bar{height:44px;padding:0 16px;display:flex;align-items:center;gap:8px;background:#fff;border-bottom:1px solid #e2e9f2}
.browser-bar .dot{width:9px;height:9px;border-radius:50%}
.browser-bar .dot.r{background:#ff6159}.browser-bar .dot.y{background:#ffbd2e}.browser-bar .dot.g{background:#28c941}
.browser-url{margin-left:10px;padding:6px 14px;background:#f1f5fb;border-radius:99px;color:#6b7f98;font-size:10.5px;flex:1;max-width:260px}
.browser-body{min-height:420px;padding:30px;display:flex;align-items:flex-end;justify-content:flex-end;background:linear-gradient(160deg,#f5f8fc,#e8f0fa)}
.webchat-head{padding:16px;display:flex;align-items:center;gap:10px;background:var(--green);color:#fff}
.webchat-head .brand-avatar{width:40px;height:40px;border-radius:11px;background-size:180% auto}
.webchat-head strong{display:block;font-size:12.5px}
.webchat-head small{color:#cfe9da;font-size:9.5px}

/* whatsapp mock (phone) */
.phone-frame{width:300px;position:relative;padding:10px;border-radius:46px;background:linear-gradient(160deg,#5a5a5f,#0a0a0c 65%);box-shadow:0 20px 18px -14px rgba(6,20,14,.4),0 40px 60px -10px rgba(7,55,120,.28),inset 0 0 0 1px rgba(255,255,255,.16)}
.phone-frame::before{content:"";position:absolute;right:-3px;top:128px;width:3px;height:60px;background:#111;border-radius:0 2px 2px 0}
.phone-frame::after{content:"";position:absolute;left:-3px;top:100px;width:3px;height:30px;background:#111;border-radius:2px 0 0 2px;box-shadow:0 44px 0 0 #111}
.phone-screen{position:relative;display:flex;flex-direction:column;background:#e5ded6;border-radius:36px;overflow:hidden}
.phone-screen.home{min-height:420px}
.phone-screen::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 24%);pointer-events:none;z-index:6}
.phone-notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:78px;height:21px;background:#0a0a0c;border-radius:11px;z-index:5}
.phone-notch::after{content:"";position:absolute;right:9px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:#1e2f27}
.wa-head{padding:38px 14px 12px;display:flex;align-items:center;gap:10px;background:var(--wa-dark);color:#fff}
.wa-head>div{min-width:0}
.wa-back{font-size:16px;opacity:.8}
.wa-head .brand-avatar{width:38px;height:38px;border-radius:50%;background-size:180% auto}
.wa-head strong{display:block;font-size:11.5px}
.wa-head small{color:#bfe3d9;font-size:9px}
.wa-body{padding:0;background:#e5ded6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23e5ded6'/%3E%3C/svg%3E")}
.wa-body .chat-demo-body{height:380px;padding:14px}
.wa-body .message.bot{background:#fff}
.wa-body .message.user{background:#dcf8c6;color:#111}
.wa-body .msg-audio.bot{background:#fff;color:#111}
.wa-body .msg-audio.bot .play-dot{background:var(--wa)}
.wa-body .msg-audio.bot .wave span{background:var(--wa)}
.wa-body .msg-audio.user{background:#dcf8c6;color:#111}
.wa-body .msg-audio.user .play-dot{background:var(--wa);color:#fff}
.wa-body .msg-audio.user .wave span{background:var(--wa-dark)}
.wa-body .options-row .opt{background:#fff}
.wa-foot{padding:10px 14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#efece7;color:#8b9a91;font-size:11px}
.wa-mic{width:34px;height:34px;flex:none;display:grid;place-items:center;background:var(--wa);color:#fff;border-radius:50%;box-shadow:0 4px 10px rgba(18,140,74,.45)}

/* ---------- AUDIO ---------- */
.audio-section{padding:110px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:var(--green-deep);color:#eef5f0}
.audio-copy .section-number{color:#96b9e6}
.audio-copy h2{margin:16px 0 18px;font:600 clamp(30px,3.6vw,44px)/1.16 var(--font-display);letter-spacing:-.04em;color:#fff}
.audio-copy>p{max-width:460px;margin:0;color:#a9c6eb;font-size:16px;line-height:1.7}
.audio-points{padding:0;margin:30px 0 0;display:grid;gap:14px}
.audio-points li{display:flex;align-items:center;gap:12px;color:#d9e8f8;font-size:13px}
.audio-points li span{width:34px;height:34px;flex:none;display:grid;place-items:center;background:rgba(255,255,255,.08);border-radius:10px;font-size:15px}
.audio-visual{position:relative;display:flex;flex-direction:column;align-items:center}
.mic-orb{position:relative;width:88px;height:88px;display:grid;place-items:center}
.mic-orb .ring{position:absolute;inset:0;border:1px solid rgba(83,151,235,.35);border-radius:50%;animation:ripple 2.4s ease-out infinite}
.mic-orb .r2{animation-delay:.6s}
.mic-orb .r3{animation-delay:1.2s}
@keyframes ripple{0%{transform:scale(.5);opacity:.9}100%{transform:scale(1.9);opacity:0}}
.mic-icon{width:60px;height:60px;display:grid;place-items:center;background:var(--green);border-radius:50%;font-size:24px;box-shadow:0 0 0 6px rgba(83,151,235,.08)}
.audio-whatsapp{width:min(338px,100%);position:relative;padding:10px;overflow:visible;border:1px solid rgba(255,255,255,.28);border-radius:46px;background:linear-gradient(155deg,#555961,#08090b 68%);box-shadow:0 26px 22px -16px rgba(0,0,0,.6),0 42px 90px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.12)}
.audio-whatsapp:before{content:"";position:absolute;z-index:8;top:18px;left:50%;transform:translateX(-50%);width:92px;height:24px;border-radius:14px;background:#090a0c;box-shadow:inset -12px 0 0 #111a17}
.audio-whatsapp:after{content:"";position:absolute;right:-4px;top:138px;width:4px;height:78px;border-radius:0 3px 3px 0;background:#090a0c}
.audio-wa-head{min-height:104px;padding:42px 16px 14px;display:flex;align-items:center;gap:9px;border-radius:36px 36px 0 0;background:linear-gradient(135deg,#116454,#08776a);color:#fff;overflow:hidden}
.audio-wa-head:before{content:"";position:absolute;left:-4px;top:122px;width:4px;height:40px;border-radius:3px 0 0 3px;background:#090a0c;box-shadow:0 54px 0 #090a0c}
.audio-wa-back{font-size:20px;color:#d3ebe2;line-height:1}
.audio-wa-head .brand-avatar{width:42px;height:42px;border-radius:50%;background-size:180% auto}
.audio-wa-head strong,.audio-wa-head small{display:block}
.audio-wa-head strong{font-size:13px}.audio-wa-head small{margin-top:2px;color:#cce9df;font-size:9.5px}
.audio-wa-status{margin-left:auto;color:#d3ebe2;font-size:21px;font-weight:800;line-height:1}
.audio-demo{width:100%;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.28),transparent 32%),#e7e0d8;padding:20px 14px}
.audio-demo .chat-demo-body{height:310px;padding:0}
.audio-demo .msg-audio{cursor:pointer;box-shadow:0 4px 14px rgba(20,39,68,.08)}
.audio-demo .msg-audio.user{background:linear-gradient(135deg,#0f7554,#095e48);color:#fff;box-shadow:0 8px 20px rgba(7,76,55,.22)}
.audio-demo .msg-audio.bot{background:#fff;color:#293f59}
.audio-demo .msg-audio.user .play-dot{background:rgba(255,255,255,.2);color:#fff}
.audio-demo .msg-audio.user time{color:#d7f1e5}
.audio-demo .msg-audio .wave span{animation-play-state:paused}
.audio-demo .msg-audio.playing .wave span{animation-play-state:running}
.audio-demo .msg-audio.playing .play-dot{background:var(--green);color:#fff}
.audio-wa-foot{height:68px;padding:10px 14px 16px;display:flex;align-items:center;justify-content:space-between;border-radius:0 0 36px 36px;background:#f7f6f3;color:#91a49a;font-size:11px}
.audio-wa-foot .icon{width:32px;height:32px;padding:8px;border-radius:50%;background:var(--wa);color:#fff;box-shadow:0 5px 12px rgba(18,140,74,.28)}

/* ---------- PLATFORM / COMO FUNCIONA ---------- */
.platform{padding:110px max(24px,calc((100vw - 1180px)/2));background:#fff}
.platform-title{margin:20px 0 60px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.platform-title p{max-width:380px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}

.journey{border-top:1px solid var(--line)}
.journey article{padding:32px 0;display:grid;grid-template-columns:70px 1fr;align-items:start;border-bottom:1px solid var(--line)}
.journey article>b{width:42px;height:42px;display:grid;place-items:center;color:var(--green);background:#e5effc;border-radius:50%;font:700 13px var(--font-display)}
.journey article>div{display:grid;grid-template-columns:120px 1fr 1fr;align-items:center;gap:26px}
.journey small{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.14em}
.journey h3{margin:0;font:700 18px var(--font-display);letter-spacing:-.03em}
.journey p{max-width:400px;margin:0;color:var(--muted);font-size:13.5px;line-height:1.65}

.feature-grid{margin-top:56px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:transparent;border:0;overflow:visible}
.feature-grid article{min-height:260px;padding:28px;position:relative;border:1px solid #dce4ef;border-radius:18px;background:linear-gradient(145deg,#fff,#f8faff);box-shadow:0 14px 34px rgba(7,55,120,.06);transition:transform .2s,box-shadow .2s}
.feature-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(7,55,120,.1)}
.feature-grid article+article{border-left:1px solid #dce4ef}
.feature-grid article>span{position:absolute;right:22px;top:24px;color:#a8b8cc;font-size:9px;font-weight:800;letter-spacing:.08em}
.feature-icon{width:48px;height:48px;margin:24px 0 28px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--green),#1268c7);border-radius:14px;box-shadow:0 10px 22px rgba(7,93,204,.2)}
.feature-icon .icon{width:22px;height:22px;stroke-width:1.7}
.feature-grid h3{margin:0 0 12px;font:700 17px/1.3 var(--font-display);letter-spacing:-.02em}
.feature-grid p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.7}

/* ---------- ADMIN / PAINEL DE GESTÃO ---------- */
.admin-section{padding:110px max(24px,calc((100vw - 1280px)/2));background:var(--tint-bg)}
.admin-tabs{margin-bottom:36px}
.admin-stage{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:28px;align-items:stretch}
.admin-screen-copy{align-self:stretch;padding:32px 28px;display:flex;flex-direction:column;justify-content:flex-start;gap:12px;border:1px solid #dce4ef;border-radius:16px;background:linear-gradient(135deg,#f4f7fc,#fff)}
.admin-screen-copy>span{display:flex;align-items:center;gap:8px;color:var(--green);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.admin-screen-copy>span:before{content:"";width:7px;height:7px;flex:none;border-radius:50%;background:#bd8b3e}
.admin-screen-copy h3{margin:0;font:700 21px/1.32 var(--font-display);letter-spacing:-.025em}
.admin-screen-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.admin-screen-copy ul{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:11px}
.admin-screen-copy li{display:flex;align-items:center;gap:10px;color:#31465f;font-size:13px}
.admin-screen-copy li:before{content:"\2713";width:18px;height:18px;flex:none;display:grid;place-items:center;background:#e1edfc;border-radius:50%;color:var(--green);font-size:9px;font-weight:900}
.admin-frame-wrap{width:100%;min-width:0}
.admin-body{padding:0;min-height:580px;display:block;background:#fbfcff}
.admin-shell{display:grid;grid-template-columns:64px 1fr;min-height:580px}
.admin-sidebar{background:#fff;border-right:1px solid #edf1f6;display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 0}
.admin-sidebar .logo-chip{width:48px;height:34px;margin-bottom:16px;display:grid;place-items:center;overflow:hidden}
.admin-sidebar .logo-chip .brand-avatar{width:42px;height:32px;border-radius:9px;background-size:180% auto;box-shadow:none}
.admin-sidebar span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#8397;font-size:16px;transition:.2s}
.admin-sidebar span[data-icon].active{background:var(--green);color:#fff}
.admin-sidebar span.deco{color:#c3cfc9}
.admin-sidebar span.deco.logout{margin-top:auto;color:#b7c3bd}
.admin-banner button{display:inline-flex;align-items:center;gap:7px}

.admin-content{padding:28px 30px;overflow:hidden}
.admin-panel{display:none}
.admin-panel.active{display:block;animation:msgIn .35s ease}

.admin-banner{padding:26px 28px;border-radius:14px;background:linear-gradient(135deg,var(--green),#1268c7);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}
.admin-banner small{opacity:.85;font-size:11px;font-weight:700}
.admin-banner h4{margin:6px 0 8px;font:700 22px var(--font-display)}
.admin-banner p{margin:0;max-width:400px;font-size:11.5px;color:#d8e8f8;line-height:1.6}
.admin-banner button{padding:11px 16px;background:#fff;color:var(--green);border-radius:8px;font-size:11px;font-weight:800;white-space:nowrap;flex:none}

.admin-steps{display:grid;gap:10px;margin-bottom:24px}
.admin-step{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid #e6ecf4;border-radius:10px}
.admin-step b{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:50%;background:#e5effc;color:var(--green);font-size:11px;font-style:normal}
.admin-step.done{opacity:.6}
.admin-step.done b{background:var(--green);color:#fff}
.admin-step strong{display:block;font-size:12px}
.admin-step small{color:var(--muted);font-size:10.5px}
.admin-step em{margin-left:auto;flex:none;font-style:normal;font-size:9.5px;font-weight:800;color:var(--green);background:#e5effc;padding:5px 10px;border-radius:99px}

.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.admin-stats>div{padding:14px 16px;background:#fff;border:1px solid #e6ecf4;border-radius:10px}
.admin-stats label{display:block;color:#92a3b7;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.admin-stats strong{display:block;margin-top:8px;font:700 24px var(--font-display)}

.admin-support{display:grid;grid-template-columns:200px 1fr;gap:16px;min-height:480px}
.support-queue{background:#fff;border:1px solid #e6ecf4;border-radius:10px;padding:12px}
.support-queue h5{margin:4px 6px 10px;font-size:9.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}
.queue-item{padding:10px;border-radius:8px;background:#eef4fc;border:1px solid #d9e7f5}
.queue-item strong{display:block;font-size:11.5px}
.queue-item small{color:var(--green);font-size:9.5px;font-weight:700}

.support-chat{background:#fff;border:1px solid #e6ecf4;border-radius:10px;display:flex;flex-direction:column}
.support-chat-head{padding:14px 16px;border-bottom:1px solid #edf1f6;display:flex;justify-content:space-between;align-items:center}
.support-chat-head strong{font-size:12.5px}
.support-chat-head small{display:block;color:var(--muted);font-size:9.5px}
.support-chat-actions{display:flex;gap:8px}
.support-chat-actions button{padding:7px 11px;border-radius:7px;font-size:9.5px;font-weight:700}
.support-chat-actions .transfer{color:var(--green);border:1px solid #cbdcf2;background:#fff}
.support-chat-actions .end{color:#b3413a;border:1px solid #f0d4d1;background:#fff}
.support-chat-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:6px;overflow:hidden}
.support-chat-body .message{max-width:72%;margin:4px 0;opacity:1;transform:none;animation:none}
.support-chips{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0}
.support-chips span{padding:7px 11px;border:1px solid #dce4ef;border-radius:99px;font-size:10px;color:#40546d}
.support-chips.menu-chips{display:grid;grid-template-columns:1fr;align-self:flex-start}
.support-chips.menu-chips span{min-width:210px;display:flex;align-items:center;gap:8px;border-radius:9px;background:#fff}
.support-chips.menu-chips b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:8px}
.support-chat-input{margin:12px 16px 16px;padding:11px 13px;background:#f5f8fc;border-radius:10px;color:#9aabc0;font-size:10.5px;display:flex;justify-content:space-between;align-items:center}

.flow-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.flow-toolbar .node-count{border:0;background:none;color:var(--muted);padding-right:4px}
.flow-toolbar span{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;border:1px solid #dce4ef;border-radius:7px;font-size:9.5px;font-weight:700;color:#40546d;background:#fff}
.flow-toolbar span.primary{background:var(--green);color:#fff;border-color:var(--green)}
.flow-canvas{position:relative;height:460px;background:linear-gradient(145deg,#fbfcff,#f4f7fc);border:1px solid #dce4ef;border-radius:14px;overflow:hidden}
.flow-canvas svg{position:absolute;left:0;top:0;width:900px;height:460px}
.flow-node{position:absolute;width:172px;padding:11px 13px;background:#fff;border:1px solid #d8e3f0;border-radius:11px;box-shadow:0 10px 24px rgba(7,55,120,.09)}
.flow-node b{display:block;font-size:8.5px;color:#fff;background:var(--green);padding:3px 7px;border-radius:5px;width:fit-content;margin-bottom:6px;font-style:normal;letter-spacing:.04em}
.flow-node.menu b{background:#4d5fd1}
.flow-node.msg b{background:#2f8ddb}
.flow-node.sched b{background:var(--green)}
.flow-node.cancel b{background:#c0392b}
.flow-node.ask b{background:#c58a32}
.flow-node.end b{background:#c0392b}
.flow-node>span{display:block;margin-bottom:5px;font-size:8.5px;color:#9aabc0;font-weight:700}
.flow-node{font-size:10.5px;color:#293f59;line-height:1.4}
.flow-node small{display:block;margin-top:7px;font-size:8.5px;color:#8497}
.flow-return-path{stroke-linecap:round;stroke-linejoin:round}
.flow-loop-label{position:absolute;left:708px;top:82px;padding:4px 7px;border-radius:99px;background:#f7f3e9;color:#947a46;font-size:8px;font-weight:750;font-style:normal;box-shadow:0 0 0 1px rgba(180,154,103,.18)}

.kb-admin-head{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d9e4f2;border-radius:13px;background:linear-gradient(135deg,#edf5ff,#fbfcff)}.kb-admin-head small{color:var(--green);font-size:8px;font-weight:850;letter-spacing:.12em}.kb-admin-head h4{margin:3px 0 4px;font:700 20px var(--font-display)}.kb-admin-head p{margin:0;color:var(--muted);font-size:10.5px}.kb-admin-head button{padding:10px 14px;display:flex;align-items:center;gap:7px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:10px;font-weight:800;white-space:nowrap}.kb-admin-head button span{font-size:15px}
.kb-admin-stats{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.kb-admin-stats>div{padding:11px 13px;border:1px solid #e0e7f0;border-radius:9px;background:#fff}.kb-admin-stats span{display:block;color:#8295ad;font-size:8px}.kb-admin-stats strong{display:block;margin-top:5px;font:700 18px var(--font-display)}
.kb-admin-list{margin-top:12px;display:grid;gap:8px}.kb-admin-list article{padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid #e0e7f0;border-radius:10px;background:#fff}.kb-admin-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e5effc;color:var(--green)}.kb-admin-icon .icon{width:16px;height:16px}.kb-admin-list strong,.kb-admin-list small{display:block}.kb-admin-list strong{font-size:10.5px}.kb-admin-list small{margin-top:2px;color:var(--muted);font-size:8.5px}.kb-admin-list em{margin-left:auto;padding:5px 9px;border-radius:99px;background:#e1edfc;color:var(--green);font-size:8px;font-weight:800;font-style:normal}.kb-admin-note{margin-top:12px;padding:11px 13px;display:flex;align-items:center;gap:9px;border-radius:9px;background:#edf4ff;color:#4a6078;font-size:9px;line-height:1.45}.kb-admin-note .icon{color:var(--green)}

.connector-head{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:13px;background:linear-gradient(135deg,#edf5ff,#f8faff);border:1px solid #d9e4f2}
.connector-head small{color:var(--green);font-size:8px;font-weight:850;letter-spacing:.12em}.connector-head h4{margin:3px 0 4px;font:700 20px var(--font-display)}.connector-head p{margin:0;color:var(--muted);font-size:10.5px}
.connector-head button{padding:10px 14px;display:flex;align-items:center;gap:7px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:10px;font-weight:800;white-space:nowrap}.connector-head button span{font-size:15px}
.connector-guide{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.connector-guide article{padding:14px;display:grid;grid-template-columns:32px 1fr;gap:9px;border:1px solid #e0e7f0;border-radius:10px;background:#fff}.connector-guide article>.icon{width:32px;height:32px;padding:8px;border-radius:8px;background:#e6effb;color:var(--green)}.connector-guide strong,.connector-guide small{display:block}.connector-guide strong{font-size:10px}.connector-guide small{margin-top:4px;color:var(--muted);font-size:8.5px;line-height:1.45}
.connector-list{margin-top:14px;display:grid;gap:8px}.connector-item{padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid #e0e7f0;border-radius:10px;background:#fff}.connector-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e5effc;color:var(--green)}.connector-mark .icon{width:16px;height:16px}.connector-item strong,.connector-item small{display:block}.connector-item strong{font-size:10.5px}.connector-item small{margin-top:2px;color:var(--muted);font-size:8.5px}.connector-item em{margin-left:auto;padding:5px 9px;border-radius:99px;background:#e1edfc;color:var(--green);font-size:8px;font-weight:800;font-style:normal}

.cal-subnav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.cal-subnav span{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border:1px solid #dce4ef;border-radius:7px;font-size:9.5px;font-weight:700;color:#40546d;background:#fff}
.cal-subnav span.active{background:var(--green);color:#fff;border-color:var(--green)}
.cal-quick-stats{display:grid;grid-template-columns:repeat(3,140px);gap:10px;margin-bottom:16px}
.cal-quick-stats>div{padding:12px 14px;background:#fff;border:1px solid #e6ecf4;border-radius:10px}
.cal-quick-stats label{display:block;color:#92a3b7;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.cal-quick-stats strong{display:block;margin-top:6px;font:700 20px var(--font-display)}
.admin-cal{display:grid;grid-template-columns:1fr 210px;gap:16px}
.cal-card{background:#fff;border:1px solid #e6ecf4;border-radius:10px;padding:16px}
.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.cal-head strong{font-size:13px}
.cal-head span{color:var(--muted);font-size:10px}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;font-size:9px}
.cal-grid .dow{text-align:center;color:#92a3b7;font-weight:700;padding-bottom:4px}
.cal-grid .day{aspect-ratio:1;border:1px solid #edf1f6;border-radius:7px;position:relative;display:grid;place-items:center;color:#40546d;font-weight:650;font-size:10px;transition:.15s}
.cal-grid .day.has{background:#f5f9ff;border-color:#dce8f8}
.cal-grid .day.today{border:2px solid var(--green);background:#edf5ff;color:var(--green);font-weight:900;font-size:11px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)}
.cal-grid .day.has b{position:absolute;top:-4px;right:-4px;min-width:14px;height:14px;padding:0 2px;border-radius:99px;background:var(--green);color:#fff;font-size:7.5px;font-weight:800;font-style:normal;display:grid;place-items:center;box-shadow:0 2px 4px rgba(7,93,204,.35),0 0 0 1.5px #fff}
.cal-grid .day.today.has b{background:var(--gold)}
.cal-side h5{margin:0 0 12px;font-size:11px}
.cal-appt{padding:9px 10px;margin-bottom:8px;border-left:3px solid var(--green);background:#f5f8fc;border-radius:0 7px 7px 0}
.cal-appt strong{display:block;font-size:10.5px}
.cal-appt small{color:var(--muted);font-size:9px}

.finance-head{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d9e4f2;border-radius:12px;background:linear-gradient(135deg,#edf4ff,#fbfcff)}.finance-head small{color:var(--green);font-size:8px;font-weight:850;letter-spacing:.12em}.finance-head h4{margin:3px 0 4px;font:700 19px var(--font-display)}.finance-head p{margin:0;color:var(--muted);font-size:10px}.finance-head button{padding:10px 13px;display:flex;align-items:center;gap:6px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:9.5px;font-weight:800;white-space:nowrap}.finance-head button span{font-size:14px}
.finance-nav{margin-top:12px;display:flex;gap:7px;flex-wrap:wrap}.finance-nav span{padding:8px 11px;display:flex;align-items:center;gap:6px;border:1px solid #dce4ef;border-radius:8px;background:#fff;color:#60758c;font-size:8.5px;font-weight:750}.finance-nav span.active{background:var(--green);border-color:var(--green);color:#fff}.finance-nav .icon{width:12px;height:12px}
.finance-stats{margin-top:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.finance-stats article{padding:11px 12px;border:1px solid #e0e7f0;border-radius:9px;background:#fff}.finance-stats small,.finance-stats strong,.finance-stats em{display:block}.finance-stats small{color:#809389;font-size:7.5px}.finance-stats strong{margin-top:6px;font:700 14px var(--font-display)}.finance-stats em{margin-top:4px;color:#899aaf;font-size:7px;font-style:normal}.finance-stats em.positive{color:var(--green)}
.finance-grid{margin-top:12px;display:grid;grid-template-columns:.8fr 1.2fr;gap:10px}.finance-form,.finance-receivables{padding:14px;border:1px solid #e0e7f0;border-radius:10px;background:#fff}.finance-form h5,.finance-receivables h5{margin:0;font-size:10.5px}.finance-form>p{margin:4px 0 10px;color:var(--muted);font-size:7.5px}.finance-field,.finance-form-row>div{padding:8px 9px;border:1px solid #e3eae6;border-radius:7px;background:#f8faff}.finance-field span,.finance-field strong,.finance-form-row span,.finance-form-row strong{display:block}.finance-field span,.finance-form-row span{color:#8798ad;font-size:6.8px}.finance-field strong,.finance-form-row strong{margin-top:3px;font-size:8.5px}.finance-form-row{margin-top:7px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.finance-form>button{width:100%;margin-top:8px;padding:8px;border:0;border-radius:7px;background:var(--green);color:#fff;font-size:8px;font-weight:800}
.finance-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.finance-table-head>span{padding:4px 7px;border-radius:99px;background:#eaf2ff;color:var(--green);font-size:7px}.finance-row{padding:9px 2px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:9px;border-top:1px solid #edf2f7}.finance-row>span,.finance-row>span small{display:block}.finance-row>span{font-size:8.5px;font-weight:700}.finance-row>span small{margin-top:2px;color:#8799ae;font-size:6.8px;font-weight:500}.finance-row>strong{font-size:8.5px}.finance-row>em{padding:4px 6px;border-radius:99px;background:#e1edfc;color:var(--green);font-size:6.8px;font-weight:800;font-style:normal}.finance-row>em.pending{background:#fff1d8;color:#9a6718}

/* ---------- PRE-SIGNUP CTA ---------- */
.cta-section{padding:100px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.76fr 1.24fr;align-items:center;gap:76px;color:#fff;background:radial-gradient(circle at 18% 18%,rgba(16,91,190,.42),transparent 28%),var(--green-deep)}
.signup-intro{text-align:left}
.seed-mark{width:118px;height:66px;margin:0 0 26px;display:grid;place-items:center;overflow:hidden}
.seed-mark img{width:116px;height:64px;object-fit:contain;filter:brightness(0) invert(1);transform:scale(1.65);transform-origin:center}
.cta-section .section-number{color:#96b9e6}
.cta-section h2{margin:18px 0;font:600 clamp(26px,3.1vw,40px)/1.14 var(--font-display);letter-spacing:-.045em}
.signup-intro>p{max-width:440px;margin:0;color:#a9c6eb;font-size:15.5px;line-height:1.7}
.signup-benefits{padding:0;margin:30px 0 0;display:grid;gap:13px;color:#cddff4;font-size:13.5px}
.signup-benefits li{display:flex;align-items:center;gap:10px}
.signup-benefits span{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:rgba(102,164,239,.15);color:#66a4ef;font-size:10px;font-weight:900}
.cta-button{margin-top:32px;color:var(--green-deep);background:#fff}
.cta-button:hover{background:var(--mint);transform:translateY(-2px)}
.signup-card{min-width:0;padding:34px;color:var(--ink);background:#fff;border:1px solid rgba(255,255,255,.16);border-radius:22px;box-shadow:0 40px 90px rgba(0,0,0,.3);text-align:left}
.signup-progress{margin-bottom:30px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:start;color:#91a2b8}
.signup-progress>span{display:grid;justify-items:center;gap:6px;min-width:64px}
.signup-progress b{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e7ecf3;color:#788a9f;font-size:11px;transition:.25s}
.signup-progress small{font-size:8px;font-weight:750;white-space:nowrap}
.signup-progress i{height:2px;margin-top:15px;background:#e4eaf2;transition:.25s}
.signup-progress span.active b,.signup-progress span.complete b{background:var(--green);color:#fff}
.signup-progress span.active small,.signup-progress span.complete small{color:var(--green)}
.signup-progress i.complete{background:var(--green)}
.signup-step[hidden]{display:none}
.signup-step.active{animation:signupIn .3s ease}
@keyframes signupIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.signup-kicker{margin:0;color:var(--green);font-size:9px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.signup-step h3{margin:8px 0 7px;font:700 clamp(23px,2.4vw,31px)/1.2 var(--font-display);letter-spacing:-.035em}
.signup-description{margin:0 0 24px;color:var(--muted);font-size:11.5px;line-height:1.55}
.signup-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.signup-field{margin-bottom:14px}.signup-field.full{grid-column:1/-1}
.signup-field label,.signup-options legend{display:block;margin-bottom:7px;color:#344a63;font-size:10.5px;font-weight:750}
.signup-field label em,.signup-options legend em{color:#d25445;font-style:normal}
.signup-field label span{color:#8a9baf;font-weight:500}
.signup-field input,.signup-field select{width:100%;height:48px;padding:0 14px;border:1px solid #d9e3ef;border-radius:10px;outline:0;background:#fbfcff;color:var(--ink);font:500 12px var(--font-body);transition:border-color .2s,box-shadow .2s}
.signup-field input::placeholder{color:#99a9bc}
.signup-field input:focus,.signup-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(7,93,204,.1)}
.signup-field.invalid input,.signup-field.invalid select{border-color:#c94e43;background:#fffafa}
.field-error{min-height:0;display:block;margin-top:5px;color:#b83d34;font-size:8.5px}.field-error:empty{display:none}
.signup-options{padding:0;margin:4px 0 18px;border:0}
.signup-options>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.signup-options label{min-width:0;cursor:pointer}
.signup-options input{position:absolute;opacity:0;pointer-events:none}
.signup-options label>span{min-height:70px;padding:12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #dce4ef;border-radius:10px;background:#fbfcff;color:#435a73;font-size:9.5px;font-weight:750;text-align:center;transition:.2s}
.signup-options label>span small{color:#8a9baf;font-size:7.5px;font-weight:500}
.signup-options input:checked+span{border-color:var(--green);background:#e8f1ff;color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}
.signup-options input:focus-visible+span{outline:3px solid rgba(7,93,204,.2);outline-offset:2px}
.signup-options.compact label>span{min-height:49px}
.signup-options.compact>div{grid-template-columns:repeat(2,1fr)}
.signup-consent{display:grid;grid-template-columns:16px 1fr;align-items:start;gap:9px;color:#62758c;font-size:8.5px;line-height:1.55;cursor:pointer}
.signup-consent input{margin:1px 0 0;accent-color:var(--green)}
.consent-error{margin-left:25px}
.signup-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.signup-primary{min-height:50px;width:100%;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:10px;background:var(--green);color:#fff;font-size:11.5px;font-weight:800;text-decoration:none;transition:.2s}
.signup-primary:hover{background:#073d87;transform:translateY(-1px)}
.signup-primary:disabled{cursor:wait;opacity:.7;transform:none}
.signup-security{margin:10px 0 0;text-align:center;color:#8a9baf;font-size:8.5px}
.signup-actions{margin-top:18px;display:grid;grid-template-columns:auto 1fr;gap:10px}
.signup-back{padding:0 15px;border:1px solid #dce5ef;border-radius:10px;background:#fff;color:#5b7088;font-size:10px;font-weight:750}
.signup-status{display:none;margin-top:14px;padding:10px 12px;border-radius:8px;background:#fff0ee;color:#a93930;font-size:9.5px;line-height:1.45}.signup-status.visible{display:block}
.signup-success{padding:18px 10px 6px;text-align:center}
.success-mark{width:64px;height:64px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;background:#e1edfc;color:var(--green);font-size:28px;font-weight:900}
.signup-success .signup-kicker{text-align:center}
.signup-success>p:not(.signup-kicker){max-width:490px;margin:13px auto 24px;color:var(--muted);font-size:12px;line-height:1.7}
.signup-success .signup-primary{max-width:330px;margin:0 auto}
.signup-restart{margin-top:14px;border:0;background:transparent;color:var(--green);font-size:9.5px;font-weight:750}
.signup-card noscript{display:block;padding:12px;border-radius:8px;background:#fff3dd;color:#805b20;font-size:10px}

/* ---------- FOOTER ---------- */
footer{padding:44px max(24px,calc((100vw - 1180px)/2)) 28px;display:flex;flex-direction:column;gap:20px;color:#9bb1c8;background:#061426;border-top:1px solid rgba(255,255,255,.07)}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px 32px;flex-wrap:wrap}
.footer-brand{color:#fff}
.footer-brand{width:auto;height:48px}
.footer-brand .brand-mark{width:106px;height:48px}
.footer-brand .brand-mark img{width:106px;height:48px;filter:brightness(0) invert(1)}
.footer-brand .brand-ai{border-left-color:rgba(255,255,255,.28)}
.footer-brand .brand-ai b:after{border-color:#061426}
footer p{margin:0;text-align:center;font-size:11px}
.footer-links{display:flex;justify-content:flex-end;gap:8px 22px;color:#c5d5e7;font-size:11px;flex-wrap:wrap}
.footer-links a:hover{color:#fff}
footer small{margin-top:4px;padding:18px 60px 0;border-top:1px solid rgba(255,255,255,.07);font-size:8px;letter-spacing:.07em;text-align:center;display:block}

/* ---------- BACK TO TOP ---------- */
.back-to-top{width:48px;height:48px;position:fixed;right:auto;left:22px;bottom:22px;z-index:999;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(6,26,53,.34);opacity:0;visibility:hidden;transform:translateY(14px);pointer-events:none;transition:opacity .22s,transform .22s,visibility .22s,background .2s}
.back-to-top.visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.back-to-top:hover{background:var(--green-dark);transform:translateY(-2px)}
.back-to-top:focus-visible{outline:3px solid rgba(102,164,239,.5);outline-offset:3px}
.back-to-top span{font-size:21px;line-height:1}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1180px){
  .site-header{gap:24px;padding:0 20px}
  .site-header nav{gap:16px;font-size:12.5px}
  .site-header nav a{white-space:nowrap}
  .header-cta{white-space:nowrap;padding:10px 14px}
}
@media(max-width:1080px){
  .integrations-section{grid-template-columns:1fr;gap:46px}
  .integration-copy>p{max-width:680px}
  .knowledge-section{grid-template-columns:1fr;gap:46px}
  .knowledge-visual{order:2}
  .vertical-stage-body{grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr)}
  .vertical-copy{padding:38px 34px}
  .admin-stage{grid-template-columns:1fr}
  .audio-section{grid-template-columns:1fr;text-align:center}
  .audio-copy>p{margin:0 auto}
  .admin-support{grid-template-columns:1fr}
  .admin-cal{grid-template-columns:1fr}
  .admin-stats{grid-template-columns:1fr 1fr}
  .connector-guide{grid-template-columns:1fr}
  .knowledge-sources{grid-template-columns:repeat(2,1fr)}
  .knowledge-sources small{min-height:auto}
  .finance-stats{grid-template-columns:1fr 1fr}
  .finance-grid{grid-template-columns:1fr}
  .admin-banner{flex-direction:column;align-items:flex-start}
  .audio-points{justify-items:center}
  .audio-points li{max-width:320px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .feature-grid article:nth-child(3),.feature-grid article:nth-child(4){border:1px solid #dce4ef}
  .journey article>div{grid-template-columns:1fr}
}
@media(max-width:980px){
  .site-header nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:60px}
  .hero-copy{text-align:center}
  .hero-copy>p{margin:auto}
  .eyebrow,.hero-actions{justify-content:center}
  .hero-visual{width:min(560px,100%);margin:20px auto 0}
  .platform-title{align-items:start;flex-direction:column;gap:20px}
  .cta-section{grid-template-columns:1fr;gap:44px}
  .signup-intro{text-align:center}.seed-mark{margin-left:auto;margin-right:auto}.signup-intro>p{margin-left:auto;margin-right:auto}.signup-benefits{justify-content:center;text-align:left}
}
@media(max-width:700px){
  .site-header{height:70px;padding:0 18px}
  .brand{gap:8px}
  .brand-mark{width:94px;height:46px}
  .brand-mark img{width:94px;height:46px}
  .brand-ai{height:28px;padding-left:9px}
  .brand-ai b{min-width:38px;height:27px;padding:0 7px;font-size:12px}
  .header-cta{padding:10px 12px}
  .header-cta .icon{display:none}
  .hero{min-height:auto;padding:56px 18px 24px}
  .hero h1{font-size:38px}
  .hero h1>span{white-space:normal}
  .hero h1 .hero-title-ending{font-size:clamp(29px,8.2vw,34px);white-space:nowrap}
  .hero-copy>p{font-size:15px}
  .hero-actions{flex-direction:column;align-items:flex-start;gap:14px}
  .hero-copy{text-align:left}
  .eyebrow{justify-content:flex-start}
  .hero-foot{gap:8px}
  .hero-visual{padding:14px 12px 12px;border-radius:20px}
  .device-stage{min-height:520px}
  .browser-body.hero-body{min-height:450px;padding:20px}
  .hero-webchat-popup{right:8px}
  .phone-frame.hero-frame{width:min(300px,100%);height:auto}
  .phone-frame.hero-frame .phone-screen{height:auto}
  .phone-frame.hero-frame .wa-body .chat-demo-body{height:300px}
  .phone-frame.hero-frame .wa-head strong{font-size:12px;white-space:normal}
  .phone-frame.hero-frame .wa-head small{font-size:9.5px}
  .phone-screen.home{min-height:400px}
  .phone-dock{margin-bottom:14px}
  .dock-icon{width:32px;height:32px}
  .mouse-cursor{right:120px;bottom:130px}
  .statement,.solutions,.platform,.audio-section,.admin-section,.integrations-section,.knowledge-section{padding:70px 18px}
  .integration-window-body{min-height:auto;padding:24px 18px;grid-template-columns:1fr;gap:18px}
  .operation-modes{grid-template-columns:1fr}
  .integration-points{grid-template-columns:1fr}
  .integration-window-body:before,.integration-window-body:after{display:none}
  .system-cloud{grid-template-columns:1fr 1fr}
  .system-cloud .system-pill:last-child{grid-column:1/-1}
  .integration-hub{width:92px;height:92px}
  .kb-admin-head{align-items:flex-start;flex-direction:column}
  .finance-head{align-items:flex-start;flex-direction:column}
  .knowledge-sources{grid-template-columns:1fr}
  .knowledge-manager-bar{align-items:flex-start;flex-direction:column}
  .knowledge-library-head{align-items:flex-start;flex-direction:column}
  .knowledge-library-head span{min-width:0;width:100%}
  .knowledge-library-row{grid-template-columns:28px 1fr}
  .knowledge-library-row>b{grid-column:2;justify-self:start}
  .vertical-stage-body{display:flex;flex-direction:column}
  .vertical-copy{min-height:auto;padding:30px 24px}
  .vertical-phone-stage{min-height:auto;padding:32px 20px}
  .vertical-copy h3{font-size:24px}
  .section-heading{align-items:start;flex-direction:column;gap:20px}
  .browser-body{padding:16px}
  .phone-frame{width:100%;max-width:320px}
  .admin-body{padding:0}
  .admin-shell{grid-template-columns:48px 1fr;min-height:640px}
  .admin-sidebar span{width:32px;height:32px;font-size:13px}
  .admin-content{padding:18px}
  .admin-screen-copy{padding:20px}
  .admin-stats{grid-template-columns:1fr 1fr}
  .cal-grid{font-size:8px}
  .cal-quick-stats{grid-template-columns:repeat(3,1fr)}
  .cal-subnav{overflow-x:auto;flex-wrap:nowrap}
  .feature-grid{grid-template-columns:1fr}
  .feature-grid article{min-height:auto}
  .feature-grid article+article{border:1px solid #dce4ef}
  .cta-section{padding:70px 18px}
  .signup-card{padding:24px 18px;border-radius:16px}
  .signup-progress small{display:none}.signup-progress>span{min-width:34px}
  .signup-fields-grid{grid-template-columns:1fr}.signup-field.full{grid-column:auto}
  .signup-options>div{grid-template-columns:1fr}
  .signup-options label>span{min-height:52px}
  footer{text-align:center;padding:36px 18px 22px}
  .footer-top{flex-direction:column;justify-content:center}
  .footer-brand,.footer-links{justify-content:center}
  .back-to-top{width:44px;height:44px;left:16px;bottom:16px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .message,.typing,.options-row,.msg-audio,.audio-caption,.mic-orb .ring{animation:none!important;opacity:1!important;transform:none!important}
}
