:root{
  --ink:#082f33;
  --ink-2:#34595b;
  --night:#052b30;
  --night-2:#073c42;
  --teal:#0b7780;
  --jade:#54cfb1;
  --jade-2:#8ae2c9;
  --mist:#eef6f2;
  --paper:#f7f7f2;
  --paper-2:#eef1ec;
  --sand:#d8c8ad;
  --line:rgba(7,57,62,.12);
  --white:#fff;
  --shadow:0 24px 80px rgba(5,43,48,.14);
  --radius:30px;
  --radius-sm:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter, ui-sans-serif, system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(rgba(5,54,59,.15) .6px,transparent .6px);background-size:7px 7px;mask-image:linear-gradient(to bottom,black,transparent 70%);z-index:-2}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
::selection{background:var(--jade-2);color:var(--night)}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:999px}
.topbar{position:sticky;top:0;z-index:100;background:rgba(247,247,242,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,57,62,.08)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:165px}.brand img{height:54px;width:auto}.brand-mark{display:none}
.navlinks{display:flex;gap:28px;align-items:center;color:#345355;font-size:14px}.navlinks a{position:relative}.navlinks a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--teal);transition:.25s}.navlinks a:hover::after{right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;border:1px solid transparent;font-weight:700;letter-spacing:-.01em;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,#0b6d75,#0a4f58);color:#fff;box-shadow:0 14px 34px rgba(4,77,86,.22)}.btn-primary:hover{box-shadow:0 18px 40px rgba(4,77,86,.30)}
.btn-ghost{border-color:rgba(7,57,62,.18);background:rgba(255,255,255,.55)}
.btn-light{background:#fff;color:var(--night);box-shadow:0 14px 36px rgba(0,0,0,.12)}
.btn-sm{padding:10px 16px;font-size:14px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--teal)}.eyebrow::before{content:"";width:24px;height:1px;background:currentColor}
.hero{position:relative;min-height:780px;padding:70px 0 54px;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero::after{content:"";position:absolute;width:780px;height:780px;border-radius:50%;right:-220px;top:-150px;background:radial-gradient(circle at 40% 40%,rgba(84,207,177,.22),rgba(11,119,128,.08) 43%,transparent 70%);z-index:-1}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:50px}.hero h1,.display{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:.98}.hero h1{font-size:clamp(56px,6.4vw,90px);max-width:760px;margin:18px 0 26px}.hero h1 em{font-style:normal;color:var(--teal)}
.hero-copy{font-size:19px;line-height:1.6;color:var(--ink-2);max-width:690px}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:32px;flex-wrap:wrap}.price-note{margin-top:18px;font-size:13px;color:#587173}.price-note strong{color:var(--ink)}
.hero-art{position:relative;min-height:640px}.portrait-orbit{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center}.portrait-orbit::before{content:"";position:absolute;width:530px;height:530px;border:1px solid rgba(11,119,128,.17);border-radius:50%;top:54px;left:50%;transform:translateX(-50%)}.portrait-orbit::after{content:"";position:absolute;width:390px;height:390px;border:1px dashed rgba(11,119,128,.16);border-radius:50%;top:123px;left:50%;transform:translateX(-50%);animation:spin 26s linear infinite}.hero-person{position:absolute;bottom:-45px;left:50%;transform:translateX(-50%);height:650px;width:auto;object-fit:contain;z-index:3;filter:drop-shadow(0 32px 30px rgba(5,43,48,.16))}
.flow-chip{position:absolute;z-index:5;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border:1px solid rgba(7,57,62,.10);border-radius:16px;padding:11px 14px;box-shadow:0 12px 40px rgba(5,43,48,.12);font-size:12px;color:#406163;min-width:155px;animation:float 5s ease-in-out infinite}.flow-chip strong{display:block;color:var(--ink);font-size:13px}.chip-a{left:-10px;top:112px}.chip-b{right:-18px;top:215px;animation-delay:-1.8s}.chip-c{left:16px;bottom:102px;animation-delay:-3.3s}.chip-d{right:-6px;bottom:72px;animation-delay:-.8s}
.hero-sigil{position:absolute;right:6%;top:8%;width:92px;opacity:.08;z-index:-1}
@keyframes spin{to{transform:translateX(-50%) rotate(360deg)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.section{padding:110px 0}.section-tight{padding:78px 0}.section-dark{background:linear-gradient(145deg,var(--night),#073f46);color:#eaf8f5;position:relative;overflow:hidden}.section-dark::after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(126,235,207,.12);border-radius:50%;right:-160px;bottom:-260px}.section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start;margin-bottom:56px}.section-head h2,.section-title{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em;line-height:1.04;font-size:clamp(40px,4.6vw,68px);margin:0}.section-head p{margin:7px 0 0;color:#567173;font-size:18px;max-width:650px}.section-dark .section-head p{color:#b9d2ce}
.big-statement{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,7.8vw,112px);line-height:.92;letter-spacing:-.05em;font-weight:400;margin:0;max-width:1080px}.big-statement span{color:var(--jade-2)}.dark-lead{font-size:20px;color:#bcd1cf;max-width:720px;margin:32px 0 0}
.signal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);border-radius:26px;overflow:hidden;margin-top:72px}.signal{background:rgba(255,255,255,.03);padding:30px;min-height:185px}.signal .num{font-family:Georgia,serif;font-size:42px;color:var(--jade-2);line-height:1}.signal h3{font-size:16px;margin:22px 0 8px}.signal p{margin:0;color:#a9c4c0;font-size:14px}
.operating-room{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.chat-card,.ops-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-top{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.person-mini{display:flex;align-items:center;gap:11px}.avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:var(--mist);border:1px solid var(--line)}.avatar img{width:100%;height:100%;object-fit:cover;object-position:center 22%}.status-dot{width:8px;height:8px;border-radius:50%;background:#2fc890;box-shadow:0 0 0 5px rgba(47,200,144,.12)}
.chat-body{padding:24px;display:flex;flex-direction:column;gap:14px;min-height:430px;background:linear-gradient(180deg,#f9fbf8,#f3f6f2)}.bubble{max-width:82%;padding:13px 15px;border-radius:17px;font-size:14px;line-height:1.55}.bubble.user{align-self:flex-end;background:#dff4ec;border-bottom-right-radius:6px}.bubble.agent{align-self:flex-start;background:#fff;border:1px solid rgba(7,57,62,.09);border-bottom-left-radius:6px}.bubble small{display:block;margin-top:5px;color:#789091;font-size:10px;text-align:right}
.ops-card{background:linear-gradient(165deg,#062f34,#0b4b52);color:#fff;position:relative}.ops-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49%,rgba(255,255,255,.035) 50%,transparent 51%),linear-gradient(transparent 49%,rgba(255,255,255,.035) 50%,transparent 51%);background-size:60px 60px;opacity:.4}.ops-inner{position:relative;padding:26px}.ops-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#8ce0ca}.event{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.10)}.event-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(126,235,207,.11);color:#8ce0ca;font-weight:800}.event strong{display:block;font-size:14px}.event span{font-size:12px;color:#a9c8c4}.event-state{font-size:10px!important;text-transform:uppercase;letter-spacing:.12em;color:#7ee2c7!important}.ops-pulse{display:flex;align-items:center;gap:10px;margin-top:20px;color:#a9c8c4;font-size:12px}.ops-pulse i{width:8px;height:8px;border-radius:50%;background:#7ee2c7;box-shadow:0 0 0 0 rgba(126,226,199,.5);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(126,226,199,0)}100%{box-shadow:0 0 0 0 rgba(126,226,199,0)}}
.triad{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.concept-card{padding:32px;border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.62);min-height:300px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.concept-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 22px 60px rgba(7,57,62,.10)}.concept-card .tag{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);font-weight:800}.concept-card h3{font-family:Georgia,serif;font-size:30px;font-weight:400;line-height:1.05;margin:34px 0 16px}.concept-card p{color:#5d7678;margin:0}.concept-card.featured{background:var(--night);color:#fff;border-color:transparent}.concept-card.featured p{color:#b6cecb}.concept-card.featured .tag{color:var(--jade-2)}
.journey{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-top:56px;position:relative}.journey::before{content:"";position:absolute;left:6%;right:6%;top:24px;height:1px;background:linear-gradient(90deg,var(--jade),var(--teal))}.journey-step{position:relative;padding:62px 14px 0}.journey-dot{position:absolute;top:15px;left:14px;width:18px;height:18px;border-radius:50%;background:var(--paper);border:5px solid var(--teal);z-index:2}.journey-step strong{display:block;font-size:13px}.journey-step span{font-size:12px;color:#6d8384}
.safety-split{display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.safety-col{padding:50px;background:#fff}.safety-col:first-child{background:#eaf7f3}.safety-col h3{font-family:Georgia,serif;font-size:36px;font-weight:400;margin:0 0 22px}.checklist{display:grid;gap:12px}.check{display:flex;gap:12px;align-items:flex-start;color:#466668}.check::before{content:"✓";display:grid;place-items:center;flex:0 0 23px;height:23px;border-radius:50%;background:#d1efe6;color:#0b6d75;font-size:12px;font-weight:900}
.magistral-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.character-stage{min-height:650px;position:relative;display:flex;justify-content:center;align-items:flex-end;background:radial-gradient(circle at 50% 38%,rgba(84,207,177,.18),transparent 49%);border-radius:40px;overflow:hidden}.character-stage img{height:690px;width:auto;object-fit:contain;filter:drop-shadow(0 34px 28px rgba(5,43,48,.14))}.cap-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cap{padding:18px 18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.58)}.cap strong{display:block;font-size:14px}.cap span{font-size:12px;color:#6d8384}
.integration-band{border-radius:34px;padding:52px;background:linear-gradient(140deg,#dff4ed,#f8f9f4 55%,#e4f2f0);border:1px solid rgba(7,57,62,.08);display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}.integration-band h3{font-family:Georgia,serif;font-weight:400;font-size:44px;line-height:1.05;margin:0 0 18px}.integration-note{font-size:13px;color:#667d7f}.system-lines{position:relative;min-height:230px}.system-node{position:absolute;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 16px;box-shadow:0 15px 34px rgba(5,43,48,.08);font-size:13px}.n1{left:4%;top:10%}.n2{right:4%;top:10%}.n3{left:12%;bottom:8%}.n4{right:8%;bottom:8%}.center-node{left:50%;top:50%;transform:translate(-50%,-50%);background:var(--night);color:white;border:none;padding:20px 26px}.system-lines svg{position:absolute;inset:0;width:100%;height:100%;opacity:.35}
.guides-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.guide-card{position:relative;padding:26px;border-radius:22px;min-height:265px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;transition:.25s}.guide-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(5,43,48,.10)}.guide-card .index{font-family:Georgia,serif;font-size:34px;color:#a3c7be}.guide-card h3{font-family:Georgia,serif;font-size:24px;line-height:1.08;font-weight:400;margin:22px 0 12px}.guide-card p{font-size:13px;color:#6b8384;margin:0 0 18px}.guide-card .arrow{margin-top:auto;color:var(--teal);font-weight:800;font-size:13px}
.invest{position:relative;overflow:hidden;border-radius:36px;padding:70px;background:linear-gradient(135deg,#052f34,#0b5961);color:#fff}.invest::before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(91,222,188,.10);right:-100px;top:-170px}.invest-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;position:relative}.invest h2{font-family:Georgia,serif;font-size:52px;font-weight:400;line-height:1;margin:0 0 18px}.invest p{color:#b7d1ce}.price{font-family:Georgia,serif;font-size:72px;letter-spacing:-.04em;line-height:.95}.price small{font-family:Inter,sans-serif;font-size:14px;letter-spacing:0;color:#b7d1ce}.price-caption{font-size:12px;color:#8fb6b2;margin-top:10px}
.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:750;list-style:none;padding-right:30px;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:0;font-size:22px;font-weight:400;color:var(--teal)}.faq details[open] summary::after{content:"−"}.faq details p{color:#5f7879;margin:12px 0 2px}
.cta-final{padding:120px 0;background:#e6f4ef;position:relative;overflow:hidden}.cta-final::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(11,119,128,.12);border-radius:50%;left:-260px;top:-80px}.cta-final .inner{text-align:center;max-width:850px;margin:auto}.cta-final h2{font-family:Georgia,serif;font-size:clamp(48px,6vw,78px);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:0 0 24px}.cta-final p{font-size:18px;color:#587173;margin:0 auto 30px;max-width:660px}
.footer{padding:50px 0 28px;background:#03282d;color:#d7e9e6}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:60px}.footer-logo{height:86px;width:auto;filter:brightness(1.5)}.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:#8eb3af;margin:0 0 14px}.footer a{display:block;color:#d7e9e6;font-size:13px;margin:7px 0}.footer p{color:#92b1ae;font-size:13px;max-width:420px}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);font-size:12px;color:#789f9b;display:flex;justify-content:space-between;gap:20px}

/* Guide / editorial pages */
.page-hero{padding:95px 0 72px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(84,207,177,.18),transparent 66%);right:-180px;top:-260px;z-index:-1}.breadcrumb{font-size:12px;color:#6e8687;margin-bottom:25px}.breadcrumb a{color:var(--teal)}.page-hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(48px,6.2vw,78px);line-height:.99;letter-spacing:-.045em;max-width:970px;margin:0 0 24px}.page-hero .lead{font-size:20px;color:#536f71;max-width:790px}.updated{margin-top:22px;font-size:12px;color:#819394}.article-wrap{display:grid;grid-template-columns:260px minmax(0,760px);gap:74px;align-items:start;padding:80px 0 110px}.toc{position:sticky;top:108px;padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.58)}.toc strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#678183;margin-bottom:12px}.toc a{display:block;font-size:13px;color:#587173;padding:7px 0;border-bottom:1px solid rgba(7,57,62,.06)}.article{font-size:17px;color:#35585a}.article h2{font-family:Georgia,serif;font-weight:400;font-size:40px;line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin:70px 0 20px}.article h3{font-size:22px;color:var(--ink);margin:38px 0 12px}.article p{margin:0 0 20px}.article ul{padding-left:20px}.article li{margin:8px 0}.summary-box{padding:26px 28px;border-radius:22px;background:#e6f4ef;border:1px solid rgba(11,119,128,.12);color:#284f51;margin:0 0 46px}.summary-box strong{display:block;color:var(--ink);margin-bottom:7px}.callout{border-left:3px solid var(--jade);padding:6px 0 6px 20px;margin:32px 0;color:#3b6263}.flow-inline{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:28px 0}.flow-inline span{padding:14px 10px;border-radius:14px;background:#fff;border:1px solid var(--line);text-align:center;font-size:12px;color:#4b6a6c;position:relative}.flow-inline span:not(:last-child)::after{content:"→";position:absolute;right:-10px;top:50%;transform:translateY(-50%);z-index:2;color:var(--teal)}.related{padding:80px 0;background:#edf2ed}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related a{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line);min-height:160px}.related a strong{display:block;font-family:Georgia,serif;font-size:23px;font-weight:400;line-height:1.1;margin:10px 0}.related a span{font-size:12px;color:#687f80}.article-cta{margin-top:66px;padding:36px;border-radius:26px;background:var(--night);color:#fff}.article-cta h3{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0 0 12px;color:#fff}.article-cta p{color:#b5cecb}.source-list{font-size:14px}.source-list a{color:var(--teal);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

.mobile-toggle{display:none;background:none;border:0;font-size:24px;color:var(--ink)}
@media (max-width:1000px){
  .navlinks{display:none}.mobile-toggle{display:block}.nav .btn-sm{display:none}
  .hero{padding-top:38px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:12px}.hero-copy{max-width:720px}.hero-art{min-height:580px;max-width:650px;width:100%;margin:auto}.hero-person{height:600px}
  .section-head{grid-template-columns:1fr;gap:20px}.signal-grid{grid-template-columns:1fr 1fr}.operating-room{grid-template-columns:1fr}.triad{grid-template-columns:1fr}.journey{grid-template-columns:repeat(4,1fr);row-gap:30px}.journey::before{display:none}.journey-step{padding-top:42px}.journey-dot{top:6px}.magistral-grid{grid-template-columns:1fr}.character-stage{order:2}.guides-grid{grid-template-columns:1fr 1fr}.integration-band{grid-template-columns:1fr}.invest-grid{grid-template-columns:1fr}.faq{grid-template-columns:1fr;gap:30px}.article-wrap{grid-template-columns:1fr;gap:20px}.toc{position:relative;top:auto}.related-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:650px){
  .container{width:min(100% - 28px,var(--max))}.nav{height:68px}.brand img{height:46px}.hero{padding-top:34px}.hero h1{font-size:51px}.hero-copy{font-size:17px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.hero-art{min-height:510px}.hero-person{height:530px;bottom:-36px}.portrait-orbit::before{width:420px;height:420px;top:62px}.portrait-orbit::after{width:310px;height:310px;top:117px}.flow-chip{font-size:10px;min-width:125px;padding:9px 11px}.flow-chip strong{font-size:11px}.chip-a{left:0;top:100px}.chip-b{right:-2px;top:198px}.chip-c{left:0;bottom:94px}.chip-d{right:0;bottom:65px}
  .section{padding:82px 0}.section-tight{padding:60px 0}.big-statement{font-size:55px}.signal-grid{grid-template-columns:1fr}.signal{min-height:auto}.chat-body{min-height:390px}.event{grid-template-columns:36px 1fr}.event-state{grid-column:2}.event-icon{width:36px;height:36px}.journey{grid-template-columns:1fr 1fr}.safety-split{grid-template-columns:1fr}.safety-col{padding:32px}.character-stage{min-height:520px}.character-stage img{height:555px}.cap-list{grid-template-columns:1fr}.guides-grid{grid-template-columns:1fr}.guide-card{min-height:220px}.integration-band{padding:34px 24px}.integration-band h3{font-size:38px}.system-lines{min-height:250px}.invest{padding:46px 28px}.invest h2{font-size:43px}.price{font-size:59px}.related-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero{padding:70px 0 52px}.page-hero h1{font-size:49px}.page-hero .lead{font-size:18px}.article-wrap{padding:54px 0 78px}.article{font-size:16px}.article h2{font-size:34px;margin-top:55px}.flow-inline{grid-template-columns:1fr}.flow-inline span:not(:last-child)::after{content:"↓";right:auto;left:50%;top:auto;bottom:-17px;transform:translateX(-50%)}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* SophIA v2 — ritmo de tela, jornada premium, guias e investimento */
@media (min-width:1001px){
  .hero{min-height:690px;padding:42px 0 30px}
  .hero h1{font-size:clamp(54px,5.45vw,76px);margin:14px 0 20px}
  .hero-copy{font-size:18px;line-height:1.52}
  .hero-actions{margin-top:26px}
  .hero-art{min-height:545px}
  .hero-person{height:585px;bottom:-34px}
  .portrait-orbit::before{width:470px;height:470px;top:35px}
  .portrait-orbit::after{width:350px;height:350px;top:95px}
  .chip-a{top:85px}.chip-b{top:185px}.chip-c{bottom:88px}.chip-d{bottom:60px}
  .section{padding:88px 0}.section-tight{padding:62px 0}.section-head{margin-bottom:38px}
  .big-statement{font-size:clamp(54px,6.2vw,84px)}.dark-lead{margin-top:24px}.signal-grid{margin-top:44px}
  .concept-card{min-height:250px}.concept-card h3{margin-top:26px}
  .character-stage{min-height:560px}.character-stage img{height:595px}.magistral-grid{gap:56px}
  .cta-final{padding:90px 0}
}

/* Jornada: de uma timeline simples para um mapa operacional editorial */
.journey-premium{gap:10px;margin-top:38px;padding-top:0}
.journey-premium::before{left:6.8%;right:6.8%;top:31px;height:1px;background:linear-gradient(90deg,rgba(84,207,177,.18),var(--teal) 48%,rgba(84,207,177,.18))}
.journey-premium .journey-step{padding:0 7px;text-align:center;z-index:1}
.journey-icon{width:62px;height:62px;margin:0 auto 17px;display:grid!important;place-items:center;border-radius:20px!important;background:linear-gradient(145deg,#ffffff,#edf6f2)!important;border:1px solid rgba(7,57,62,.11);box-shadow:0 12px 28px rgba(5,43,48,.08);position:relative;transition:.25s}
.journey-icon::after{content:"";position:absolute;inset:5px;border-radius:16px;border:1px solid rgba(84,207,177,.22)}
.journey-icon svg{width:25px;height:25px;fill:none;stroke:var(--teal);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}
.journey-step:hover .journey-icon{transform:translateY(-4px);box-shadow:0 17px 38px rgba(5,43,48,.13);border-color:rgba(11,119,128,.28)}
.journey-premium .journey-step strong{font-size:13px;margin-bottom:3px}
.journey-premium .journey-step>span:last-child{display:block;font-size:11px;line-height:1.35;color:#718687}

/* Guias: símbolos temáticos em vez de numeração */
.guide-card{min-height:238px;padding:23px 23px 21px;overflow:hidden}
.guide-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-72px;top:-72px;background:rgba(84,207,177,.08);transition:.3s}
.guide-card:hover::after{transform:scale(1.22);background:rgba(84,207,177,.13)}
.guide-meta{display:flex;align-items:center;gap:10px;position:relative;z-index:1}
.guide-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eaf6f2;border:1px solid rgba(11,119,128,.10);flex:0 0 44px}
.guide-icon svg{width:22px;height:22px;fill:none;stroke:var(--teal);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.guide-tag{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f3f6f2;border:1px solid var(--line);font-size:9px!important;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#6c8383!important}
.guide-card h3{font-size:23px;margin:20px 0 10px;position:relative;z-index:1}
.guide-card p{font-size:12.5px;line-height:1.55;position:relative;z-index:1}
.guide-card .arrow{position:relative;z-index:1}

/* Crescimento / múltiplas unidades */
.scale-section{padding-top:18px}
.scale-shell{display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:stretch;background:linear-gradient(140deg,#eef6f2,#fbfaf6);border:1px solid rgba(7,57,62,.08);border-radius:34px;padding:34px;box-shadow:0 20px 70px rgba(5,43,48,.06)}
.scale-copy{padding:28px 24px 24px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.scale-copy h2{font-family:Georgia,serif;font-size:clamp(42px,4.1vw,58px);font-weight:400;line-height:1;letter-spacing:-.04em;margin:15px 0 18px}
.scale-copy p{color:#5e7778;font-size:16px;max-width:530px;margin:0 0 26px}
.scale-panel{background:linear-gradient(150deg,#062f34,#0b5961);border-radius:27px;padding:18px;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:375px}
.scale-panel::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(84,207,177,.08);right:-120px;top:-150px}
.scale-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:15px;position:relative;z-index:2}
.scale-tab{border:0;border-radius:11px;background:transparent;color:#a9c8c4;padding:11px 8px;font-size:11px;font-weight:800;letter-spacing:.05em;cursor:pointer;transition:.2s}
.scale-tab.is-active{background:#fff;color:var(--night);box-shadow:0 8px 22px rgba(0,0,0,.12)}
.scale-content{padding:34px 24px 24px;position:relative;z-index:2;flex:1}
.scale-kicker{font-size:10px;letter-spacing:.16em;color:#8ae2c9;font-weight:800}
.scale-content h3{font-family:Georgia,serif;font-size:35px;font-weight:400;line-height:1.05;margin:11px 0 15px;max-width:580px}
.scale-content p{color:#b9d1ce;max-width:560px;margin:0}
.scale-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.scale-features span{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);font-size:11px;color:#d7e9e6}
.scale-condition{position:relative;z-index:2;margin-top:auto;border-top:1px solid rgba(255,255,255,.10);padding:15px 24px 4px;font-size:11px;color:#8fb6b2}

/* Investimento: preço presente, sem dominar a narrativa */
.invest-v2{padding:46px 48px;background:linear-gradient(135deg,#052f34 0%,#07454c 58%,#0a5b62 100%)}
.invest-v2::before{width:330px;height:330px;right:-90px;top:-160px}
.invest-v2 .invest-grid{grid-template-columns:1.08fr .92fr;gap:38px}
.invest-v2 h2{font-size:46px;max-width:610px}
.invest-copy p{max-width:610px;margin-bottom:18px}
.invest-badges{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 25px}.invest-badges span{padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:10px;color:#c6dbd8;background:rgba(255,255,255,.04)}
.price-card{position:relative;background:rgba(255,255,255,.96);color:var(--ink);border-radius:24px;padding:28px 30px;box-shadow:0 22px 58px rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.5)}
.price-kicker{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#6b8283;margin-bottom:6px}
.price-refined{font-size:53px;color:var(--ink);line-height:1;margin:0 0 12px}.price-refined .currency{font-size:27px;vertical-align:top;display:inline-block;margin-top:7px}.price-refined small{color:#617a7b;font-size:12px}
.price-card p{color:#617a7b;font-size:12.5px;line-height:1.55;margin:0}
.price-divider{height:1px;background:var(--line);margin:18px 0 14px}.price-card a{font-size:12px;font-weight:800;color:var(--teal)}

@media (max-width:1000px){
  .journey-premium{grid-template-columns:repeat(4,1fr);gap:22px 8px}.journey-premium::before{display:none}.journey-premium .journey-step{padding:0 7px}.journey-icon{margin-bottom:12px}
  .scale-shell{grid-template-columns:1fr;padding:24px}.scale-copy{padding:18px 12px}.scale-panel{min-height:340px}
  .invest-v2 .invest-grid{grid-template-columns:1fr}.price-card{max-width:520px}
}
@media (max-width:650px){
  .journey-premium{grid-template-columns:1fr 1fr;gap:24px 10px}.journey-icon{width:56px;height:56px;border-radius:18px}.journey-icon::after{border-radius:14px}
  .guide-card{min-height:205px}.guide-meta{gap:8px}.guide-icon{width:40px;height:40px;flex-basis:40px}
  .scale-section{padding-top:0}.scale-shell{padding:14px;border-radius:26px}.scale-copy{padding:24px 10px}.scale-copy h2{font-size:43px}.scale-panel{padding:12px;border-radius:21px}.scale-tab{font-size:9px;padding:10px 4px}.scale-content{padding:28px 15px 19px}.scale-content h3{font-size:31px}.scale-condition{padding:14px 15px 4px}
  .invest-v2{padding:32px 22px}.invest-v2 h2{font-size:40px}.invest-badges{margin-bottom:22px}.price-card{padding:25px 22px}.price-refined{font-size:48px}
}

/* SophIA v3 refinements */
@media (min-width:1001px){
  .hero{min-height:610px;padding:24px 0 18px}
  .hero-grid{grid-template-columns:1.16fr .84fr;gap:28px}
  .hero h1{font-size:clamp(48px,4.85vw,72px);line-height:.96;max-width:640px;margin:12px 0 14px}
  .hero-copy{font-size:16px;line-height:1.48;max-width:620px}
  .hero-actions{margin-top:22px;gap:12px}
  .hero-art{min-height:500px}
  .portrait-orbit::before{width:430px;height:430px;top:46px}
  .portrait-orbit::after{width:320px;height:320px;top:101px}
  .hero-person{height:520px;bottom:-18px}
  .flow-chip{min-width:145px;padding:10px 12px}
  .chip-a{left:-2px;top:94px}.chip-b{right:-6px;top:182px}.chip-c{left:10px;bottom:92px}.chip-d{right:-2px;bottom:66px}
}
.section-problem{padding:72px 0}
.problem-head{max-width:1040px}
.problem-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5.3vw,72px);line-height:.95;letter-spacing:-.045em;font-weight:400;margin:12px 0 16px;max-width:980px}
.problem-title span{color:var(--jade-2)}
.signal-grid-refined{margin-top:34px;background:transparent;border:0;gap:18px;grid-template-columns:repeat(4,1fr)}
.signal-refined{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:22px;min-height:165px;padding:26px 24px 24px}
.signal-refined .num{display:none}
.signal-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(126,235,207,.10);border:1px solid rgba(126,235,207,.22);position:relative;margin-bottom:18px}
.signal-mark::before{content:"";width:14px;height:14px;border-radius:50%;background:linear-gradient(145deg,#8ae2c9,#54cfb1);box-shadow:0 0 0 8px rgba(84,207,177,.09)}
.signal-refined h3{margin:0 0 8px;font-size:20px}
.signal-refined p{font-size:14px;color:#b8d1ce}
#como-funciona{padding-top:72px;padding-bottom:64px}
#como-funciona .section-head{margin-bottom:28px}
#como-funciona .chat-body{min-height:330px;padding:20px}
#como-funciona .ops-inner{padding:20px 24px}
#como-funciona .event{padding:12px 0}
.section-journey{padding:68px 0 74px}
.journey-head{margin-bottom:26px;align-items:end}
.journey-head h2{font-size:clamp(38px,4.1vw,62px)}
.journey-head p{font-size:17px;max-width:620px}
.journey-orbs{position:relative;display:grid;grid-template-columns:repeat(7,1fr);gap:14px;padding-top:8px}
.journey-orbs::before{content:"";position:absolute;left:7%;right:7%;top:31px;height:1px;background:linear-gradient(90deg,rgba(11,119,128,.12),rgba(11,119,128,.65),rgba(11,119,128,.12))}
.journey-orbs .journey-step{position:relative;text-align:center;padding:0 8px}
.journey-orbs .journey-step strong{display:block;font-size:13px;margin:14px 0 3px}
.journey-orbs .journey-step>span:last-child{font-size:11px;color:#738687;line-height:1.35}
.journey-orb{width:46px;height:46px;border-radius:50%;margin:0 auto;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#edf6f2);border:1px solid rgba(11,119,128,.12);box-shadow:0 10px 24px rgba(5,43,48,.08);position:relative;z-index:1}
.journey-orb span{width:12px;height:12px;border-radius:50%;background:linear-gradient(145deg,#0b7780,#54cfb1);box-shadow:0 0 0 6px rgba(84,207,177,.12)}
#seguranca{padding:68px 0}
#seguranca .section-head{margin-bottom:26px;align-items:start}
#seguranca .section-head h2{font-size:clamp(40px,4.8vw,70px);line-height:.95}
#seguranca .section-head p{font-size:17px}
.safety-split{gap:0}
.safety-col{padding:26px 34px 28px}
.safety-col h3{font-size:34px;margin-bottom:18px}
.safety-col .check{padding:11px 0;font-size:15px}
.section-magistral{padding:70px 0 54px}
.magistral-refined{grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center}
.character-context-card{min-height:auto}
.character-frame{position:relative;min-height:480px;border-radius:30px;background:linear-gradient(180deg,#f2f8f4,#e7f1ec);overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 56px rgba(5,43,48,.08)}
.character-frame::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;left:-90px;top:88px;background:rgba(84,207,177,.18)}
.character-frame img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:455px;width:auto;object-fit:contain}
.context-chip{position:absolute;background:rgba(255,255,255,.94);border:1px solid rgba(7,57,62,.10);border-radius:16px;padding:12px 14px;box-shadow:0 16px 38px rgba(5,43,48,.10);max-width:210px}
.context-chip strong{display:block;font-size:13px;color:var(--ink)}
.context-chip span{display:block;font-size:11px;color:#627a7b;line-height:1.35}
.chip-top{right:18px;top:78px}.chip-bottom{left:18px;bottom:34px}
.section-title-compact{font-size:clamp(38px,4.3vw,64px)!important;line-height:.96!important}
.section-copy-compact{color:#587173;font-size:17px;line-height:1.55;margin-bottom:22px;max-width:720px}
.cap-list-compact{gap:14px}
.cap-list-compact .cap{padding:18px 18px 16px}
.cap-list-compact .cap strong{font-size:14px}.cap-list-compact .cap span{font-size:12px}
#guias{padding-top:72px}
.guides-head-center{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;gap:16px;max-width:980px;margin:0 auto 34px}
.guides-head-center h2{font-size:clamp(38px,4.3vw,62px);max-width:760px}
.guides-head-center p{font-size:18px;max-width:830px;margin:0}
.guides-grid{gap:18px}
.guide-card{min-height:212px}
.scale-section{padding-top:8px;padding-bottom:56px}
#investimento{padding-top:58px;padding-bottom:56px}
.invest-v2{padding:38px 44px}
.invest-v2 h2{font-size:41px;line-height:.98}
.invest-copy p{font-size:17px}
.price-card{padding:24px 26px}
.cta-final-person{padding:72px 0}
.inner-with-person{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:center}
.cta-copy p{max-width:670px}
.cta-person{display:flex;justify-content:center}
.cta-person-frame{position:relative;width:min(410px,100%);height:420px;border-radius:28px;background:linear-gradient(180deg,#f1fbf7,#def0e9);overflow:hidden;border:1px solid rgba(7,57,62,.08)}
.cta-person-frame::before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-140px;top:24px;background:rgba(84,207,177,.22)}
.cta-person-frame img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:390px;width:auto;object-fit:contain}
.footer-grid-rich{grid-template-columns:1.35fr .8fr .8fr .8fr}
.footer-contact{margin-top:18px;display:grid;gap:8px}
.footer-contact a{font-weight:700}
@media (max-width:1000px){
  .hero{min-height:auto;padding:30px 0 10px}
  .signal-grid-refined{grid-template-columns:1fr 1fr}
  .journey-orbs{grid-template-columns:repeat(4,1fr);row-gap:22px}.journey-orbs::before{display:none}
  .magistral-refined{grid-template-columns:1fr}.character-frame{min-height:420px}.character-frame img{height:390px}
  .inner-with-person{grid-template-columns:1fr}.cta-person-frame{height:360px}
  .footer-grid-rich{grid-template-columns:1fr 1fr}.footer-grid-rich>div:first-child{grid-column:1/-1}
}
@media (max-width:650px){
  .signal-grid-refined{grid-template-columns:1fr}
  .journey-orbs{grid-template-columns:1fr 1fr;gap:20px 10px}
  .journey-orb{width:42px;height:42px}
  .guides-head-center p{font-size:16px}
  .character-frame{min-height:360px}.character-frame img{height:320px}.context-chip{max-width:170px;padding:10px 12px}
  .cta-person-frame{height:320px}.cta-person-frame img{height:300px}
  .footer-grid-rich{grid-template-columns:1fr}
}

/* v4 refinement */
.guides-head-center{gap:12px;max-width:1080px;margin:0 auto 38px}
.guides-head-center .eyebrow{justify-self:center}
.guides-head-center h2{max-width:700px;margin:0 auto;line-height:.98}
.guides-head-center p{max-width:760px;font-size:17px;line-height:1.65;color:#5f7476}
.guides-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.guide-card{position:relative;min-height:245px;padding:24px 24px 22px;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,#ffffff,#fbfdfc)}
.guide-card::after{content:"";position:absolute;top:0;right:0;width:94px;height:94px;border-radius:0 20px 0 100%;background:radial-gradient(circle at top right, rgba(84,207,177,.18), rgba(84,207,177,.06) 58%, transparent 60%)}
.guide-meta{margin-bottom:22px}
.guide-tag{display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;background:#eef4f2;border:1px solid #d7e6e2;color:#718485;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.guide-card h3{font-size:22px;line-height:1.05;margin:0 0 14px;max-width:250px}
.guide-card p{font-size:15px;line-height:1.5;color:#627779;flex:1;margin:0 0 18px}
.guide-card .arrow{font-weight:800;color:#0b7780}

.section-magistral{padding:66px 0 50px}
.magistral-refined{grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}
.character-context-card{display:flex;align-items:center}
.character-frame{min-height:560px;background:linear-gradient(180deg,#f4faf7,#e8f3ee)}
.character-frame::before{width:360px;height:360px;left:-110px;top:110px;background:rgba(84,207,177,.16)}
.character-frame img{height:520px;left:52%}
.context-chip{max-width:220px}
.chip-top{right:18px;top:60px}
.chip-bottom{left:20px;bottom:36px}
.section-title-compact{max-width:660px}
.section-copy-compact{max-width:690px}
.cap-list-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cap-list-compact .cap{min-height:84px}

.cta-final-person{padding:56px 0 26px}
.inner-with-person{grid-template-columns:1fr .82fr;gap:20px;align-items:center;background:linear-gradient(180deg,#ebf6f3,#e5f1ee);border:1px solid rgba(7,57,62,.08);border-radius:34px;padding:34px 38px;overflow:hidden;position:relative}
.inner-with-person::before{content:"";position:absolute;left:-120px;top:-80px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(11,119,128,.10)}
.inner-with-person::after{content:"";position:absolute;right:-120px;bottom:-130px;width:320px;height:320px;border-radius:50%;background:rgba(84,207,177,.10)}
.cta-copy{position:relative;z-index:1}
.cta-copy h2{font-size:clamp(52px,5vw,82px);line-height:.93;max-width:700px;margin-bottom:18px}
.cta-copy p{font-size:17px;line-height:1.65;max-width:640px;margin-bottom:18px}
.cta-badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}
.cta-badges span{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(7,57,62,.10);font-size:12px;font-weight:700;color:#2d4f52}
.cta-person{position:relative;z-index:1}
.cta-person-frame{width:min(370px,100%);height:370px;background:linear-gradient(180deg,#f9fdfb,#dff0e9)}
.cta-person-frame::before{width:280px;height:280px;right:-60px;top:28px;background:rgba(84,207,177,.22)}
.cta-person-frame img{height:352px;left:53%}
.cta-person-frame-invite img{height:360px}
.cta-note{position:absolute;background:rgba(255,255,255,.94);border:1px solid rgba(7,57,62,.08);padding:12px 14px;border-radius:14px;box-shadow:0 18px 38px rgba(5,43,48,.10);font-size:13px;font-weight:700;color:#14393c}
.note-a{left:12px;top:24px}
.note-b{right:10px;bottom:22px;max-width:170px;line-height:1.3}

.footer-premium{background:linear-gradient(180deg,#062d31,#03282c);color:#eaf7f4;padding-top:0}
.footer-topband{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0 26px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-topcopy h3{font-family:var(--serif);font-size:40px;line-height:.98;margin:8px 0 10px;color:#f0fbf8;max-width:720px}
.footer-topcopy p{margin:0;color:#b8d1ce;max-width:640px}
.footer-grid-upgraded{padding:42px 0 32px;grid-template-columns:1.4fr .9fr .9fr .8fr;gap:34px}
.footer-grid-upgraded h4{margin:0 0 18px;color:#9fd8cb;font-size:13px;letter-spacing:.16em;text-transform:uppercase}
.footer-grid-upgraded a,.footer-grid-upgraded span,.footer-grid-upgraded p{color:#f3fbf9;opacity:.92}
.footer-grid-upgraded a{display:block;margin:0 0 12px}
.footer-grid-upgraded a:hover{color:#8ae2c9}
.footer-brandcol p{max-width:340px;line-height:1.65;color:#c1d9d5}
.footer-brandcol .footer-logo{width:150px;margin-bottom:18px}
.footer-contact a,.footer-contact span{font-size:16px;font-weight:700}
.footer-contact span{opacity:.8;font-weight:500}
.footer-bottom-upgraded{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.08);font-size:14px;color:#bfd6d2}
.footer-legal-links{display:flex;gap:18px}
.footer-legal-links a{color:#f3fbf9;opacity:.94}
.footer-legal-links a:hover{color:#8ae2c9}

@media (max-width:1180px){
  .guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1000px){
  .magistral-refined{grid-template-columns:1fr}
  .character-frame{min-height:430px}
  .character-frame img{height:400px}
  .cap-list-compact{grid-template-columns:1fr}
  .inner-with-person{grid-template-columns:1fr;padding:28px}
  .cta-copy h2{font-size:clamp(40px,8vw,64px)}
  .cta-person-frame{height:330px}
  .cta-person-frame img,.cta-person-frame-invite img{height:305px}
  .footer-topband{flex-direction:column;align-items:flex-start}
  .footer-grid-upgraded{grid-template-columns:1fr 1fr}
  .footer-grid-upgraded .footer-brandcol{grid-column:1/-1}
  .footer-bottom-upgraded{flex-direction:column;align-items:flex-start}
}
@media (max-width:650px){
  .guides-grid{grid-template-columns:1fr}
  .guide-card{min-height:auto}
  .character-frame{min-height:380px}
  .character-frame img{height:340px}
  .context-chip{display:none}
  .inner-with-person{padding:24px 20px}
  .cta-copy h2{font-size:clamp(36px,11vw,52px)}
  .cta-badges{gap:8px}
  .cta-badges span{font-size:11px;padding:8px 12px}
  .cta-person-frame{height:300px}
  .cta-person-frame img,.cta-person-frame-invite img{height:278px}
  .cta-note{display:none}
  .footer-grid-upgraded{grid-template-columns:1fr}
}

/* v5 character variations */
.scale-panel{
  min-height:410px;
}
.scale-content{
  max-width:66%;
}
.scale-figure{
  position:absolute;
  right:12px;
  bottom:0;
  width:230px;
  height:310px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  z-index:1;
  pointer-events:none;
}
.scale-figure img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.18));
}
.scale-condition{
  padding-right:210px;
}
.character-frame img{
  height:500px;
}
.cta-person-frame{
  background:linear-gradient(180deg,#f9fdfb,#dff0e9);
}
.cta-person-frame img{
  height:372px;
  left:52%;
}
.cta-note{
  max-width:180px;
}
.note-a{
  left:14px;
  top:18px;
}
.note-b{
  right:14px;
  bottom:18px;
}

@media (max-width:1000px){
  .scale-content{max-width:100%;}
  .scale-figure{position:relative;right:auto;bottom:auto;width:170px;height:220px;margin:0 0 0 auto;}
  .scale-condition{padding-right:24px;}
  .character-frame img{height:390px;}
}

@media (max-width:650px){
  .scale-figure{width:140px;height:180px;opacity:.95;}
  .scale-condition{padding-right:15px;}
  .character-frame img{height:330px;}
}

/* v6 — ajustes de homologação visual */
@media (min-width:1001px){
  .hero{min-height:calc(100svh - 78px);padding:18px 0 10px}
  .hero-grid{min-height:calc(100svh - 106px);align-items:center;grid-template-columns:1.14fr .86fr;gap:24px}
  .hero h1{font-size:clamp(46px,4.55vw,66px);line-height:.94;max-width:620px;margin:10px 0 12px}
  .hero-copy{font-size:15.5px;line-height:1.48;max-width:600px}
  .hero-actions{margin-top:18px}
  .hero-art{min-height:430px}
  .portrait-orbit::before{width:390px;height:390px;top:24px}
  .portrait-orbit::after{width:290px;height:290px;top:74px}
  .hero-person{height:455px;bottom:-12px}
  .flow-chip{min-width:138px;padding:9px 11px;font-size:11px}
  .flow-chip strong{font-size:11px}
  .chip-a{left:8px;top:72px}.chip-b{right:-4px;top:145px}.chip-c{left:18px;bottom:88px}.chip-d{right:0;bottom:60px}
}

.section-problem{padding:50px 0 46px}
.problem-head{max-width:960px}
.problem-title{font-size:clamp(40px,4.8vw,66px);line-height:.94;margin:10px 0 12px}
.dark-lead{max-width:850px;font-size:17px;line-height:1.55}
.signal-grid-refined{margin-top:26px;gap:14px}
.signal-refined{min-height:145px;padding:22px 20px 18px}
.signal-mark{width:38px;height:38px;margin-bottom:14px}
.signal-mark::before{width:11px;height:11px;box-shadow:0 0 0 6px rgba(84,207,177,.09)}
.signal-refined h3{font-size:18px}
.signal-refined p{font-size:13px;line-height:1.45}

#como-funciona{padding-top:52px;padding-bottom:34px}
#como-funciona .section-head{margin-bottom:22px}
#como-funciona .section-head h2{font-size:clamp(40px,4.4vw,62px)}
#como-funciona .section-head p{font-size:16px;line-height:1.52}
#como-funciona .operating-room{gap:18px;align-items:stretch}
#como-funciona .chat-body{min-height:285px;padding:16px}
#como-funciona .bubble{padding:11px 13px;font-size:12.5px;line-height:1.45;margin-bottom:9px}
#como-funciona .card-top{padding:13px 16px}
#como-funciona .ops-inner{padding:13px 20px 14px}
#como-funciona .event{padding:9px 0;grid-template-columns:34px 1fr auto}
#como-funciona .event-icon{width:32px;height:32px}
#como-funciona .ops-pulse{margin-top:10px}

.section-tight>.container>.section-head{margin-bottom:22px}
.triad{gap:16px}
.concept-card{min-height:205px;padding:24px}
.concept-card h3{font-size:25px;line-height:1.04}
.concept-card p{font-size:14px}

.section-journey{padding:52px 0 58px}
.journey-head{margin-bottom:20px}
.journey-head h2{font-size:clamp(38px,4vw,58px)}
.journey-head p{font-size:16px;line-height:1.5}
.journey-orbs::before{top:28px}
.journey-orb{width:42px;height:42px}
.journey-orbs .journey-step strong{margin-top:11px}

#seguranca{padding:50px 0 42px}
#seguranca .section-head{margin-bottom:20px}
#seguranca .section-head h2{font-size:clamp(38px,4.2vw,60px)}
#seguranca .section-head p{font-size:16px;line-height:1.5}
.safety-col{padding:22px 28px 22px}
.safety-col h3{font-size:30px;margin-bottom:12px}
.safety-col .check{padding:8px 0;font-size:13.5px;line-height:1.38}

.section-magistral{padding:50px 0 44px}
.magistral-refined{grid-template-columns:.9fr 1.1fr;gap:30px}
.character-frame{min-height:500px;border-radius:28px}
.character-frame img{height:610px;bottom:-92px;left:52%}
.character-frame::before{width:330px;height:330px;left:-100px;top:95px}
.context-chip{max-width:205px;padding:10px 12px}
.context-chip strong{font-size:12px}.context-chip span{font-size:10.5px}
.chip-top{right:14px;top:46px}.chip-bottom{left:14px;bottom:24px}
.section-title-compact{font-size:clamp(36px,4vw,56px)!important;max-width:620px}
.section-copy-compact{font-size:15.5px;line-height:1.5;margin-bottom:18px}
.cap-list-compact{gap:10px}
.cap-list-compact .cap{min-height:70px;padding:14px 15px}
.cap-list-compact .cap strong{font-size:13px}.cap-list-compact .cap span{font-size:11.5px;line-height:1.4}

#guias{padding-top:54px;padding-bottom:56px}
.guides-head-center{max-width:900px;margin:0 auto 28px;gap:9px}
.guides-head-center h2{max-width:700px;font-size:clamp(38px,4.2vw,58px);line-height:.96}
.guides-head-center p{max-width:720px;font-size:16px;line-height:1.55}
.guides-grid{gap:16px}
.guide-card{min-height:222px;padding:22px 22px 20px;overflow:hidden}
.guide-card::after{display:none}
.guide-card::before{content:"";position:absolute;right:-12px;top:-12px;width:105px;height:105px;background:url('monograma-sophia.webp') center/contain no-repeat;opacity:.055;transform:rotate(4deg);transition:.28s ease}
.guide-card:hover::before{opacity:.11;transform:rotate(0deg) scale(1.05)}
.guide-meta{margin-bottom:17px}
.guide-tag{padding:6px 11px;font-size:9.5px!important;letter-spacing:.11em;background:#f1f5f2}
.guide-card h3{font-size:22px;margin:0 0 10px;max-width:235px}
.guide-card p{font-size:13.5px;line-height:1.48;margin-bottom:14px}
.guide-card .arrow{font-size:13px}

.scale-section{padding-top:0;padding-bottom:46px}
.scale-shell{padding:28px;gap:20px}
.scale-copy{padding:20px 18px 20px 10px}
.scale-copy h2{font-size:clamp(40px,3.8vw,54px);margin:12px 0 14px}
.scale-copy p{font-size:15px;line-height:1.5;margin-bottom:20px}
.scale-panel{min-height:350px}
.scale-content{padding:26px 18px 18px;max-width:64%}
.scale-content h3{font-size:31px;margin:8px 0 12px}
.scale-content p{font-size:14px}
.scale-features{margin-top:16px}
.scale-figure{width:210px;height:290px;right:8px}
.scale-condition{padding-right:185px}

#investimento{padding-top:46px;padding-bottom:44px}
.invest-v2{padding:34px 38px}
.invest-v2 h2{font-size:39px}
.invest-copy p{font-size:15.5px;line-height:1.5}
.price-card{padding:22px 24px}
.price-refined{font-size:49px}

.cta-final-person{padding:36px 0 28px}
.inner-with-person{min-height:450px;grid-template-columns:1.08fr .72fr;padding:28px 32px;border-radius:30px}
.cta-copy h2{font-size:clamp(44px,4.4vw,62px);line-height:.94;max-width:670px;margin-bottom:14px}
.cta-copy p{font-size:15.5px;line-height:1.55;margin-bottom:14px;max-width:610px}
.cta-badges{margin-bottom:16px;gap:8px}
.cta-badges span{font-size:11px;padding:8px 11px}
.cta-person-frame{width:min(330px,100%);height:340px;border-radius:24px}
.cta-person-frame img,.cta-person-frame-invite img{height:420px;bottom:-68px;left:52%}
.cta-person-frame::before{width:235px;height:235px;right:-45px;top:24px}
.cta-note{padding:9px 11px;font-size:11.5px;max-width:155px}
.note-a{left:10px;top:16px}.note-b{right:10px;bottom:14px}

.footer-clean{background:#03262b;color:#eef9f6;padding:42px 0 0;border-top:1px solid rgba(255,255,255,.05)}
.footer-main-grid{display:grid;grid-template-columns:1.45fr .85fr 1fr .9fr;gap:42px;padding-bottom:34px}
.footer-clean .footer-logo{width:148px;height:auto;margin-bottom:14px;filter:none}
.footer-clean .footer-brandcol p{max-width:330px;color:#a9c8c4;font-size:14px;line-height:1.62;margin:0}
.footer-clean h4{margin:0 0 16px;color:#8ae2c9;font-size:11px;letter-spacing:.15em;text-transform:uppercase}
.footer-clean a,.footer-clean span{color:#f3fbf9;font-size:13px}
.footer-clean a{display:block;margin:0 0 10px;transition:.2s}
.footer-clean a:hover{color:#8ae2c9}
.footer-clean div>span{display:block;margin-top:4px;color:#afcbc7}
.footer-bottom-clean{display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center;padding:18px 0 20px;border-top:1px solid rgba(255,255,255,.08);color:#8faeaa;font-size:12px}
.footer-bottom-clean nav{display:flex;gap:18px}
.footer-bottom-clean nav a{display:inline;margin:0;font-size:12px}
.footer-bottom-clean>span:last-child{color:#759895}

@media (max-width:1000px){
  .hero-grid{min-height:auto}
  .character-frame img{height:480px;bottom:-75px}
  .scale-content{max-width:100%}
  .scale-figure{position:relative;width:165px;height:210px;margin-left:auto}
  .scale-condition{padding-right:20px}
  .inner-with-person{grid-template-columns:1fr;min-height:auto}
  .cta-person-frame{height:315px;margin-top:10px}
  .cta-person-frame img,.cta-person-frame-invite img{height:360px;bottom:-55px}
  .footer-main-grid{grid-template-columns:1fr 1fr}
  .footer-main-grid .footer-brandcol{grid-column:1/-1}
  .footer-bottom-clean{grid-template-columns:1fr;gap:10px;align-items:flex-start}
}
@media (max-width:650px){
  .section-problem{padding:44px 0}
  .problem-title{font-size:42px}
  .character-frame{min-height:360px}
  .character-frame img{height:385px;bottom:-55px}
  .guides-head-center h2{font-size:42px}
  .guide-card{min-height:auto}
  .scale-figure{width:130px;height:170px}
  .cta-final-person{padding:28px 0 22px}
  .inner-with-person{padding:24px 20px}
  .cta-copy h2{font-size:42px}
  .cta-person-frame{height:280px}
  .cta-person-frame img,.cta-person-frame-invite img{height:320px;bottom:-50px}
  .footer-main-grid{grid-template-columns:1fr;gap:26px}
  .footer-main-grid .footer-brandcol{grid-column:auto}
  .footer-bottom-clean nav{flex-wrap:wrap}
}

/* Ajuste pontual — cabeçalho da dobra "Conversa na frente" */
@media (min-width:1001px){
  #como-funciona .section-head{
    width:min(1040px,84%);
    grid-template-columns:.82fr 1.18fr;
    gap:46px;
    align-items:center;
    margin:0 auto 28px;
  }
  #como-funciona .section-head > div{
    align-self:center;
  }
  #como-funciona .section-head .eyebrow{
    margin-bottom:7px;
  }
  #como-funciona .section-head h2{
    font-size:clamp(42px,3.75vw,56px);
    line-height:.98;
    letter-spacing:-.04em;
    max-width:370px;
  }
  #como-funciona .section-head p{
    margin:0;
    max-width:560px;
    font-size:15px;
    line-height:1.5;
  }
}

/* Ajuste pontual — mesma disciplina de diagramação para “Três níveis” e “Jornada contínua” */
@media (min-width:1001px){
  .section-tight > .container > .section-head,
  .section-journey .journey-head{
    width:min(1040px,84%);
    grid-template-columns:.84fr 1.16fr;
    gap:42px;
    align-items:center;
    margin:0 auto 28px;
  }

  .section-tight > .container > .section-head > div,
  .section-journey .journey-head > div{
    align-self:center;
  }

  .section-tight > .container > .section-head .eyebrow,
  .section-journey .journey-head .eyebrow{
    margin-bottom:7px;
  }

  .section-tight > .container > .section-head h2,
  .section-journey .journey-head h2{
    font-size:clamp(42px,3.75vw,56px);
    line-height:.98;
    letter-spacing:-.04em;
    max-width:430px;
  }

  .section-tight > .container > .section-head p,
  .section-journey .journey-head p{
    margin:0;
    max-width:560px;
    font-size:15px;
    line-height:1.5;
  }
}

/* PONTO 2B — correção VISÍVEL da diagramação dos cabeçalhos */
@media (min-width:1001px){
  .section-compare{
    padding-top:52px;
    padding-bottom:58px;
  }
  .section-compare .compare-head,
  .section-journey .journey-head-compact{
    width:860px !important;
    max-width:calc(100% - 120px) !important;
    grid-template-columns:1fr 1fr !important;
    gap:32px !important;
    align-items:center !important;
    margin:0 auto 26px !important;
  }
  .section-compare .compare-head h2,
  .section-journey .journey-head-compact h2{
    font-size:44px !important;
    line-height:.98 !important;
    letter-spacing:-.038em !important;
    max-width:410px !important;
    margin:0 !important;
  }
  .section-compare .compare-head p,
  .section-journey .journey-head-compact p{
    font-size:14px !important;
    line-height:1.48 !important;
    max-width:395px !important;
    margin:0 !important;
  }
  .section-compare .compare-head .eyebrow,
  .section-journey .journey-head-compact .eyebrow{
    margin-bottom:7px !important;
  }
  .section-compare .triad{
    margin-top:0;
  }
  .section-journey{
    padding-top:56px !important;
    padding-bottom:62px !important;
  }
}

/* Ponto 3 — padrão canônico de headline + subheadline (dobras 3, 4, 5 e 6) */
@media (min-width:1001px){
  .split-head-compact{
    width:860px !important;
    max-width:calc(100% - 120px) !important;
    grid-template-columns:1fr 1fr !important;
    gap:30px !important;
    align-items:center !important;
    margin:0 auto 26px !important;
  }

  .split-head-compact > div{
    align-self:center !important;
  }

  .split-head-compact .eyebrow{
    margin:0 0 6px !important;
    font-size:11px !important;
    line-height:1.1 !important;
    letter-spacing:.15em !important;
  }

  .split-head-compact h2{
    margin:0 !important;
    max-width:410px !important;
    font-size:44px !important;
    line-height:.94 !important;
    letter-spacing:-.042em !important;
  }

  .split-head-compact > p{
    margin:0 !important;
    max-width:410px !important;
    font-size:13px !important;
    line-height:1.42 !important;
    align-self:center !important;
  }

  /* neutraliza regras anteriores específicas para estas quatro dobras */
  #como-funciona .split-head-compact,
  .section-tight > .container > .split-head-compact,
  .section-journey .split-head-compact,
  #seguranca .split-head-compact{
    width:860px !important;
    grid-template-columns:1fr 1fr !important;
    gap:30px !important;
    align-items:center !important;
    margin:0 auto 26px !important;
  }

  #como-funciona .split-head-compact h2,
  .section-tight > .container > .split-head-compact h2,
  .section-journey .split-head-compact h2,
  #seguranca .split-head-compact h2{
    font-size:44px !important;
    line-height:.94 !important;
    max-width:410px !important;
  }

  #como-funciona .split-head-compact > p,
  .section-tight > .container > .split-head-compact > p,
  .section-journey .split-head-compact > p,
  #seguranca .split-head-compact > p{
    font-size:13px !important;
    line-height:1.42 !important;
    max-width:410px !important;
  }
}

/* Ponto 4 — headline das dobras 3 a 6 no mesmo porte visual da dobra 7 */
@media (min-width:1001px){
  #como-funciona .split-head-compact h2,
  .section-tight > .container > .split-head-compact h2,
  .section-journey .split-head-compact h2,
  #seguranca .split-head-compact h2{
    font-size:56px !important;
    line-height:.94 !important;
    letter-spacing:-.042em !important;
  }
}

/* Ponto 5 — alinhamento canônico da subheadline ao centro vertical da headline, dobras 3 a 6.
   Mantém integralmente o tamanho das headlines definido no Ponto 4. */
@media (min-width:1001px){
  .split-head-centered{
    width:860px !important;
    max-width:calc(100% - 120px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:30px !important;
    align-items:stretch !important;
    margin:0 auto 26px !important;
  }

  .split-head-centered > div:first-child{
    align-self:start !important;
  }

  .split-head-centered .split-sub{
    align-self:stretch !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding-top:17px !important; /* compensa o eyebrow e centra visualmente com a headline */
    box-sizing:border-box !important;
  }

  .split-head-centered .split-sub > p{
    margin:0 !important;
    max-width:410px !important;
    font-size:13px !important;
    line-height:1.42 !important;
  }

  /* Dobra 4 e 5 usam classes próprias: neutraliza regras antigas sobre o p direto */
  .section-compare .compare-head.split-head-centered,
  .section-journey .journey-head-compact.split-head-centered,
  #como-funciona .split-head-centered,
  #seguranca .split-head-centered{
    align-items:stretch !important;
  }

  /* preserva o tamanho de headline já aprovado no Ponto 4 */
  #como-funciona .split-head-centered h2,
  .section-compare .compare-head.split-head-centered h2,
  .section-journey .journey-head-compact.split-head-centered h2,
  #seguranca .split-head-centered h2{
    font-size:56px !important;
    line-height:.94 !important;
    letter-spacing:-.042em !important;
    margin:0 !important;
  }
}

/* Ponto 6 — estrutura canônica REAL para dobras 3 a 6.
   A subheadline ocupa a mesma linha do h2 e fica centralizada verticalmente no bloco da headline.
   O eyebrow fica em uma linha independente, acima apenas da headline. */
@media (min-width:1001px){
  .split-head-canonical{
    width:900px !important;
    max-width:calc(100% - 120px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    column-gap:34px !important;
    row-gap:8px !important;
    align-items:center !important;
    margin:0 auto 30px !important;
  }

  .split-head-canonical > .eyebrow{
    grid-column:1 !important;
    grid-row:1 !important;
    margin:0 !important;
    align-self:end !important;
  }

  .split-head-canonical > h2{
    grid-column:1 !important;
    grid-row:2 !important;
    margin:0 !important;
    max-width:430px !important;
    font-size:56px !important;
    line-height:.94 !important;
    letter-spacing:-.042em !important;
    align-self:center !important;
  }

  .split-head-canonical > p{
    grid-column:2 !important;
    grid-row:2 !important;
    margin:0 !important;
    max-width:420px !important;
    font-size:13px !important;
    line-height:1.46 !important;
    align-self:center !important;
    justify-self:start !important;
  }

  /* neutraliza qualquer regra antiga herdada das dobras */
  #como-funciona .split-head-canonical,
  .section-compare .split-head-canonical,
  .section-journey .split-head-canonical,
  #seguranca .split-head-canonical{
    align-items:center !important;
  }

  #seguranca .split-head-canonical > p{
    color:#b9d2ce !important;
  }
}

@media (max-width:1000px){
  .split-head-canonical{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .split-head-canonical > .eyebrow,
  .split-head-canonical > h2,
  .split-head-canonical > p{
    grid-column:1 !important;
    grid-row:auto !important;
  }
}

/* PONTO 7 — LOCK VISUAL: dobras 3 a 6 com headline exatamente no mesmo tamanho */
@media (min-width:1001px){
  body #como-funciona .split-head-canonical > h2,
  body .section-compare .split-head-canonical > h2,
  body .section-journey .split-head-canonical > h2,
  body #seguranca .split-head-canonical > h2{
    font-size:56px !important;
    line-height:.94 !important;
    letter-spacing:-.042em !important;
    font-weight:400 !important;
    margin:0 !important;
    max-width:430px !important;
  }

  body #como-funciona .split-head-canonical,
  body .section-compare .split-head-canonical,
  body .section-journey .split-head-canonical,
  body #seguranca .split-head-canonical{
    width:900px !important;
    max-width:calc(100% - 120px) !important;
    grid-template-columns:1fr 1fr !important;
    column-gap:34px !important;
    row-gap:8px !important;
    align-items:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body #como-funciona .split-head-canonical > p,
  body .section-compare .split-head-canonical > p,
  body .section-journey .split-head-canonical > p,
  body #seguranca .split-head-canonical > p{
    font-size:13px !important;
    line-height:1.46 !important;
    max-width:420px !important;
    margin:0 !important;
    align-self:center !important;
  }
}

/* Ponto 8 — subheadlines das dobras 3 a 6 em 15px */
@media (min-width:1001px){
  body #como-funciona .split-head-canonical > p,
  body .section-compare .split-head-canonical > p,
  body .section-journey .split-head-canonical > p,
  body #seguranca .split-head-canonical > p{
    font-size:15px !important;
    line-height:1.5 !important;
  }
}

/* Ponto 10 — preservar tipografia aprovada e equalizar cards da dobra 3 */
@media (min-width:1001px){
  /* Tipografia canônica: dobras 3 a 6 */
  body #como-funciona .split-head-canonical > h2,
  body .section-compare .split-head-canonical > h2,
  body .section-journey .split-head-canonical > h2,
  body #seguranca .split-head-canonical > h2{
    font-size:56px !important;
    line-height:.98 !important;
    letter-spacing:-.04em !important;
  }

  body #como-funciona .split-head-canonical > p,
  body .section-compare .split-head-canonical > p,
  body .section-journey .split-head-canonical > p,
  body #seguranca .split-head-canonical > p{
    font-size:15px !important;
    line-height:1.5 !important;
  }

  /* Dois cards da dobra "Infraestrutura por trás" com a mesma altura */
  #como-funciona .operating-room{
    align-items:start !important;
  }

  #como-funciona .chat-card,
  #como-funciona .ops-card{
    height:500px !important;
    min-height:500px !important;
    max-height:500px !important;
  }

  #como-funciona .chat-card{
    display:flex !important;
    flex-direction:column !important;
  }

  #como-funciona .chat-body{
    flex:1 1 auto !important;
    min-height:0 !important;
    padding:14px 16px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between !important;
  }

  #como-funciona .bubble{
    margin-bottom:0 !important;
  }

  #como-funciona .ops-card{
    display:flex !important;
    flex-direction:column !important;
  }

  #como-funciona .ops-inner{
    flex:1 1 auto !important;
    min-height:0 !important;
    padding:8px 20px 12px !important;
    display:flex !important;
    flex-direction:column !important;
  }

  #como-funciona .event{
    flex:1 1 0 !important;
    min-height:0 !important;
    padding:6px 0 !important;
  }

  #como-funciona .ops-pulse{
    margin-top:8px !important;
    padding-bottom:2px !important;
  }
}

/* Ponto 11 — personagem inserida e visível na dobra "Feita para a rotina magistral" */
@media (min-width:1001px){
  .section-magistral{
    padding:56px 0 46px !important;
  }
  .section-magistral .magistral-refined{
    grid-template-columns:.92fr 1.08fr !important;
    gap:34px !important;
    align-items:stretch !important;
  }
  .section-magistral .character-context-card{
    display:flex !important;
    align-items:stretch !important;
    min-height:620px !important;
  }
  .section-magistral .character-frame{
    position:relative !important;
    width:100% !important;
    min-height:620px !important;
    height:100% !important;
    overflow:hidden !important;
    border:0 !important;
    border-radius:30px !important;
    box-shadow:none !important;
    background:
      radial-gradient(circle at 50% 52%, rgba(84,207,177,.20) 0%, rgba(84,207,177,.10) 32%, rgba(84,207,177,.025) 58%, transparent 72%),
      linear-gradient(180deg, rgba(248,252,250,.96), rgba(238,247,243,.88)) !important;
  }
  .section-magistral .character-frame::before{
    content:"" !important;
    position:absolute !important;
    width:420px !important;
    height:420px !important;
    border-radius:50% !important;
    left:50% !important;
    top:90px !important;
    transform:translateX(-50%) !important;
    background:transparent !important;
    border:1px solid rgba(11,119,128,.12) !important;
  }
  .section-magistral .character-frame::after{
    content:"";
    position:absolute;
    left:9%;
    right:9%;
    bottom:0;
    height:90px;
    background:linear-gradient(180deg, rgba(238,247,243,0), rgba(238,247,243,.92));
    pointer-events:none;
    z-index:2;
  }
  .section-magistral .character-frame > img{
    display:block !important;
    position:absolute !important;
    left:50% !important;
    bottom:-8px !important;
    transform:translateX(-50%) !important;
    width:auto !important;
    height:600px !important;
    max-width:none !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    z-index:1 !important;
  }
  .section-magistral .context-chip{
    z-index:4 !important;
  }
  .section-magistral .chip-top{
    right:18px !important;
    top:36px !important;
  }
  .section-magistral .chip-bottom{
    left:18px !important;
    bottom:28px !important;
  }
}

@media (max-width:1000px){
  .section-magistral .character-frame{
    min-height:460px !important;
  }
  .section-magistral .character-frame > img{
    height:440px !important;
    bottom:-6px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
  }
}

@media (max-width:650px){
  .section-magistral .character-frame{
    min-height:390px !important;
  }
  .section-magistral .character-frame > img{
    height:370px !important;
    bottom:-4px !important;
  }
}

/* Ponto 13 — garantir exibição da imagem WEBP correta na rotina magistral */
.section-magistral .character-frame-magistral{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  min-height:620px !important;
  position:relative !important;
  overflow:hidden !important;
}
.section-magistral .character-frame-magistral > .sophia-magistral-img{
  display:block !important;
  position:relative !important;
  inset:auto !important;
  transform:none !important;
  width:auto !important;
  height:600px !important;
  max-width:100% !important;
  max-height:600px !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:3 !important;
}
@media (max-width:1000px){
  .section-magistral .character-frame-magistral{min-height:460px !important;}
  .section-magistral .character-frame-magistral > .sophia-magistral-img{height:440px !important;max-height:440px !important;}
}
@media (max-width:650px){
  .section-magistral .character-frame-magistral{min-height:390px !important;}
  .section-magistral .character-frame-magistral > .sophia-magistral-img{height:370px !important;max-height:370px !important;}
}

/* Ponto 15 — personagem exata em Crescimento com consistência; abas continuam dinâmicas */
@media (min-width:1001px){
  #redes-franquias .scale-content{
    max-width:61%;
  }
  #redes-franquias .scale-figure{
    position:absolute;
    right:10px;
    bottom:0;
    width:245px;
    height:330px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    z-index:1;
    pointer-events:none;
  }
  #redes-franquias .scale-figure img{
    display:block;
    width:auto;
    height:100%;
    max-width:100%;
    object-fit:contain;
    object-position:center bottom;
    filter:none;
  }
  #redes-franquias .scale-condition{
    padding-right:220px;
  }
}

/* Ponto 16 — redimensionamento da personagem em “Crescimento com consistência”
   Mantém HTML, abas e JavaScript dinâmicos intactos. */
@media (min-width:1001px){
  #redes-franquias .scale-content{
    max-width:57% !important;
    position:relative;
    z-index:2;
  }

  #redes-franquias .scale-figure{
    position:absolute !important;
    right:-4px !important;
    bottom:-8px !important;
    width:338px !important;
    height:438px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-end !important;
    z-index:1 !important;
    pointer-events:none !important;
    overflow:hidden !important;
  }

  #redes-franquias .scale-figure img{
    display:block !important;
    width:auto !important;
    height:430px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:right bottom !important;
    filter:none !important;
    transform:none !important;
  }

  #redes-franquias .scale-condition{
    position:relative;
    z-index:3;
    padding-right:300px !important;
  }
}


/* Ponto 17 — Crescimento com consistência: corrigir proporção da personagem aprovada */
@media (min-width:1001px){
  #redes-franquias .scale-panel{
    min-height: 470px !important;
  }

  #redes-franquias .scale-content{
    max-width: 52% !important;
    padding: 30px 22px 18px 18px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  #redes-franquias .scale-content h3{
    max-width: 470px !important;
  }

  #redes-franquias .scale-content p{
    max-width: 430px !important;
  }

  #redes-franquias .scale-figure{
    position: absolute !important;
    right: 18px !important;
    bottom: 0 !important;
    width: 41% !important;
    height: calc(100% - 78px) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  #redes-franquias .scale-figure img{
    display: block !important;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    transform: translateX(8px) scale(1.12) !important;
    transform-origin: right bottom !important;
    filter: none !important;
  }

  #redes-franquias .scale-condition{
    position: relative !important;
    z-index: 3 !important;
    padding-right: 37% !important;
  }
}

@media (max-width:1000px){
  #redes-franquias .scale-panel{
    min-height: 390px !important;
  }
  #redes-franquias .scale-figure{
    width: 190px !important;
    height: 245px !important;
  }
  #redes-franquias .scale-figure img{
    height: 100% !important;
    transform: none !important;
  }
}


/* Ponto 18 — Crescimento com consistência: personagem não pode ficar cortada */
@media (min-width:1001px){
  #redes-franquias .scale-panel{
    min-height: 470px !important;
  }

  #redes-franquias .scale-content{
    max-width: 54% !important;
    padding: 30px 22px 18px 18px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  #redes-franquias .scale-figure{
    position: absolute !important;
    right: 14px !important;
    bottom: 0 !important;
    width: 36% !important;
    height: calc(100% - 72px) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: visible !important;
  }

  #redes-franquias .scale-figure img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    transform: none !important;
    filter: none !important;
  }

  #redes-franquias .scale-condition{
    position: relative !important;
    z-index: 3 !important;
    padding-right: 31% !important;
  }
}

@media (max-width:1000px){
  #redes-franquias .scale-panel{
    min-height: 390px !important;
  }
  #redes-franquias .scale-figure{
    width: 180px !important;
    height: 235px !important;
    overflow: visible !important;
  }
  #redes-franquias .scale-figure img{
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }
}


/* Ponto 19 — correção definitiva da escala da personagem em Crescimento com consistência */
@media (min-width:1001px){
  #redes-franquias .scale-panel{
    min-height: 470px !important;
  }

  #redes-franquias .scale-content{
    max-width: 54% !important;
    padding: 30px 22px 18px 18px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  #redes-franquias .scale-figure{
    position: absolute !important;
    right: 8px !important;
    bottom: 0 !important;
    height: calc(100% - 72px) !important;
    width: 42% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    overflow: visible !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  #redes-franquias .scale-figure img{
    display: block !important;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    transform: none !important;
    filter: none !important;
  }

  #redes-franquias .scale-condition{
    position: relative !important;
    z-index: 3 !important;
    padding-right: 34% !important;
  }
}

@media (max-width:1000px){
  #redes-franquias .scale-figure{
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 190px !important;
    height: 245px !important;
    margin-left: auto !important;
    overflow: visible !important;
  }
  #redes-franquias .scale-figure img{
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }
}


/* Ponto 21 — última dobra aprovada: simples, direta e elegante, em tela única */
.cta-sophia-final{
  padding:30px 0 26px;
  background:#f5f8f6;
  overflow:hidden;
}
.cta-sophia-shell{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  min-height:500px;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(115deg,#063b41 0%,#07515a 52%,#0b6972 100%);
  box-shadow:0 24px 70px rgba(4,44,49,.13);
}
.cta-sophia-copy{
  position:relative;
  z-index:3;
  padding:54px 28px 54px 58px;
  align-self:center;
}
.cta-sophia-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#8ae2c9;
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
  margin-bottom:25px;
}
.cta-sophia-kicker::before{
  content:"";
  width:24px;
  height:1px;
  background:#8ae2c9;
}
.cta-sophia-copy h2{
  font-family:Georgia,serif;
  font-size:clamp(54px,5.8vw,78px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:400;
  color:#f7fbfa;
  margin:0 0 24px;
  max-width:680px;
}
.cta-sophia-copy h2 em{
  color:#83ead5;
  font-style:italic;
  font-weight:400;
}
.cta-sophia-copy p{
  color:#c6dddd;
  font-size:17px;
  line-height:1.58;
  max-width:560px;
  margin:0 0 30px;
}
.cta-sophia-button{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:15px 22px;
  border-radius:12px;
  background:#fff;
  color:#07515a;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cta-sophia-button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(0,0,0,.20);
}
.cta-sophia-button span{font-size:19px;line-height:1}
.cta-sophia-visual{
  position:relative;
  align-self:stretch;
  min-height:500px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.cta-sophia-visual::before{
  content:"";
  position:absolute;
  width:385px;
  height:385px;
  border-radius:50%;
  right:65px;
  bottom:-34px;
  background:rgba(103,216,200,.15);
  z-index:0;
}
.cta-sophia-orbit{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(138,226,201,.22);
  z-index:0;
}
.cta-sophia-orbit.orbit-one{width:520px;height:520px;right:-35px;top:-55px}
.cta-sophia-orbit.orbit-two{width:390px;height:390px;right:55px;top:55px}
.cta-sophia-visual img{
  position:relative;
  z-index:2;
  display:block;
  width:auto;
  height:485px;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
  transform:translateX(10px);
  filter:drop-shadow(0 22px 28px rgba(0,0,0,.20));
}
@media (max-width:1000px){
  .cta-sophia-shell{grid-template-columns:1fr;min-height:auto}
  .cta-sophia-copy{padding:42px 34px 28px}
  .cta-sophia-copy h2{font-size:clamp(46px,8vw,66px)}
  .cta-sophia-visual{min-height:330px}
  .cta-sophia-visual img{height:350px}
}
@media (max-width:650px){
  .cta-sophia-final{padding:22px 0 18px}
  .cta-sophia-shell{border-radius:26px}
  .cta-sophia-copy{padding:34px 22px 24px}
  .cta-sophia-kicker{font-size:10px;margin-bottom:18px}
  .cta-sophia-copy h2{font-size:43px}
  .cta-sophia-copy p{font-size:15.5px;margin-bottom:24px}
  .cta-sophia-visual{min-height:270px}
  .cta-sophia-visual img{height:290px}
}

/* Ponto 22 — respiro entre "SophIA" e "atender de verdade" na CTA final */
.cta-sophia-copy h2{
  line-height:1 !important;
}
.cta-sophia-copy h2 em{
  display:inline-block;
  margin-top:.10em;
}
