:root{
  --bg:#050912;
  --bg2:#07101e;
  --panel:rgba(12,22,38,.62);
  --panel2:rgba(8,16,29,.82);
  --line:rgba(255,255,255,.09);
  --line2:rgba(212,175,55,.25);
  --text:#f7f8fb;
  --muted:#95a3b7;
  --gold:#D4AF37;
  --gold2:#f0ca5f;
  --blue:#3e8cff;
  --blue2:#77b7ff;
  --cyan:#70e2ff;
  --shadow:0 30px 100px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 70% 10%, rgba(32,80,170,.12), transparent 34%),
    radial-gradient(circle at 15% 40%, rgba(212,175,55,.06), transparent 28%),
    var(--bg);
  color:var(--text);
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}

.noise{
  position:fixed; inset:0; pointer-events:none; z-index:50; opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

#network{position:fixed;inset:0;width:100%;height:100%;z-index:-1;opacity:.5;pointer-events:none}

.topbar{
  position:fixed; top:18px; left:50%; transform:translateX(-50%); width:min(1200px,calc(100% - 36px)); height:68px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 18px 0 14px;
  background:rgba(5,9,18,.72);border:1px solid rgba(255,255,255,.08);border-radius:18px;backdrop-filter:blur(18px);
  z-index:40;box-shadow:0 10px 50px rgba(0,0,0,.22);
}
.brand,.footer-brand{display:flex;align-items:center;gap:10px}
.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-family:"Space Grotesk";font-size:22px;font-weight:700;color:#070b12;background:linear-gradient(145deg,var(--gold2),#b98e18);box-shadow:inset 0 1px rgba(255,255,255,.45),0 8px 24px rgba(212,175,55,.18)}
.brand-copy{display:flex;flex-direction:column;line-height:.88;letter-spacing:.08em}
.brand-copy b{font-family:"Space Grotesk";font-size:16px}.brand-copy small{margin-top:6px;font-size:8px;color:var(--muted);letter-spacing:.24em}
.desktop-nav{display:flex;gap:30px;margin-left:auto}.desktop-nav a{font-size:13px;color:#b8c2d1;transition:.2s}.desktop-nav a:hover{color:#fff}
.menu-toggle{display:none;color:#fff;background:transparent;border:0}

.section{width:min(1220px,calc(100% - 40px));margin:0 auto;padding:130px 0;position:relative}
.hero{min-height:100vh;padding-top:150px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:34px}
.hero-copy{position:relative;z-index:3}
.eyebrow{display:flex;align-items:center;gap:10px;color:#9caabd;font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:24px}.eyebrow span{width:28px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}
.hero h1,.section h2{font-family:"Space Grotesk",sans-serif;margin:0;letter-spacing:-.05em;line-height:.92}
.hero h1{font-size:clamp(50px,5.8vw,86px);max-width:830px;font-weight:700}.hero h1 span{color:var(--gold2);text-shadow:0 0 34px rgba(212,175,55,.12)}
.hero-copy>p{max-width:660px;color:#a8b5c8;font-size:17px;line-height:1.75;margin:28px 0 32px}
.hero-actions,.cta-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:13px;padding:15px 20px;font-size:13px;font-weight:800;letter-spacing:.01em;transition:.25s;position:relative;overflow:hidden}.btn span{font-size:16px}.btn-primary{background:linear-gradient(135deg,var(--gold2),#c59a24);color:#07101a;box-shadow:0 14px 40px rgba(212,175,55,.16)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(212,175,55,.24)}.btn-outline{border-color:rgba(212,175,55,.35);color:#e4c665;background:rgba(212,175,55,.05)}.btn-small{padding:11px 15px;font-size:11px}.btn-ghost{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#d9e0ea}
.text-link{display:inline-flex;align-items:center;gap:10px;color:#dce3ed;font-size:13px;font-weight:700}.text-link span{color:var(--gold2)}
.hero-proof{display:flex;gap:34px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);max-width:620px}.hero-proof div{display:flex;flex-direction:column;gap:5px}.hero-proof b{font-family:"Space Grotesk";font-size:15px}.hero-proof span{font-size:10px;color:#7f8ca0;text-transform:uppercase;letter-spacing:.08em}

.hero-visual{min-height:650px;display:grid;place-items:center;position:relative;perspective:1100px}
.orbit-stage{position:relative;width:630px;height:630px;transform-style:preserve-3d;transition:transform .16s ease-out}
.orbit-stage:before{content:"";position:absolute;inset:14%;border-radius:50%;background:radial-gradient(circle,rgba(55,126,255,.12),rgba(212,175,55,.04) 42%,transparent 70%);filter:blur(8px)}
.orbit-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(136,167,208,.12);border-radius:50%;transform-style:preserve-3d}.ring-one{width:330px;height:330px;margin:-165px;transform:rotateX(64deg) rotateZ(8deg);box-shadow:0 0 50px rgba(61,130,255,.04)}.ring-two{width:460px;height:460px;margin:-230px;transform:rotateX(69deg) rotateZ(-22deg);border-color:rgba(212,175,55,.15)}.ring-three{width:570px;height:570px;margin:-285px;transform:rotateX(71deg) rotateZ(31deg)}
.orbit-core{position:absolute;left:50%;top:50%;width:170px;height:170px;margin:-85px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#182d50,#091220 62%,#050912);border:1px solid rgba(212,175,55,.42);box-shadow:0 0 90px rgba(44,108,230,.18),0 0 36px rgba(212,175,55,.1),inset 0 0 40px rgba(63,142,255,.12);transform:translateZ(55px)}
.core-halo{position:absolute;inset:-22px;border:1px solid rgba(212,175,55,.16);border-radius:50%;animation:pulse 3.8s infinite ease-in-out}.core-inner{display:flex;flex-direction:column;text-align:center;position:relative;z-index:2}.core-inner small{font-size:8px;letter-spacing:.3em;color:#74849c}.core-inner strong{font-family:"Space Grotesk";font-size:29px;letter-spacing:.03em;margin-top:5px}.core-inner span{font-size:9px;letter-spacing:.28em;color:var(--gold2);margin-top:4px}
.orbit-card{position:absolute;min-width:128px;padding:11px 13px 10px 13px;background:linear-gradient(145deg,rgba(19,31,50,.93),rgba(7,14,25,.82));border:1px solid rgba(255,255,255,.11);border-radius:13px;box-shadow:0 14px 45px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(16px);display:grid;grid-template-columns:10px 1fr;grid-template-rows:auto auto;column-gap:8px;transform-style:preserve-3d;animation:float 5s infinite ease-in-out}.orbit-card .dot{width:7px;height:7px;border-radius:50%;background:var(--gold2);box-shadow:0 0 15px var(--gold);grid-row:1/3;align-self:center}.orbit-card b{font-size:11px;white-space:nowrap}.orbit-card small{font-size:8px;color:#75849b;margin-top:2px;letter-spacing:.03em}.card-ml{left:3%;top:23%;animation-delay:-.8s}.card-shopee{right:4%;top:19%;animation-delay:-2.6s}.card-amazon{right:-2%;top:48%;animation-delay:-1.8s}.card-tiktok{right:11%;bottom:13%;animation-delay:-3.6s}.card-shopify{left:6%;bottom:13%;animation-delay:-2.1s}.card-nuvem{left:-3%;top:52%;animation-delay:-4.3s}.card-bling{left:26%;top:4%;animation-delay:-1.2s}.card-olist{right:27%;bottom:2%;animation-delay:-3s}.card-upseller{right:20%;top:3%;animation-delay:-4.8s}.card-nfe{left:22%;bottom:3%;animation-delay:-3.9s}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero-glow-a{width:330px;height:330px;background:rgba(38,98,255,.11);right:12%;top:19%}.hero-glow-b{width:240px;height:240px;background:rgba(212,175,55,.07);right:30%;bottom:20%}

.logo-stream{overflow:hidden;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.015);padding:19px 0}.stream-track{width:max-content;display:flex;align-items:center;gap:22px;animation:marquee 34s linear infinite}.stream-track span{font-family:"Space Grotesk";font-size:12px;color:#8f9caf;letter-spacing:.08em;text-transform:uppercase}.stream-track i{width:4px;height:4px;border-radius:50%;background:var(--gold)}

.section-heading{margin-bottom:54px}.section-heading h2{font-size:clamp(42px,5.2vw,74px);max-width:940px}.section-heading h2 em,.about h2 em,.final-cta h2 em{font-style:normal;color:#8798af}.section-heading.split{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:80px}.section-heading.split p{margin:0;color:#94a3b7;line-height:1.8;font-size:15px;max-width:520px}

.pressure-grid{display:grid;grid-template-columns:1.45fr .78fr .78fr;gap:16px}.glass{background:linear-gradient(145deg,rgba(12,23,39,.82),rgba(6,12,22,.68));border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.pressure-main{padding:34px;min-height:360px;position:relative;overflow:hidden}.big-number{font-family:"Space Grotesk";font-size:120px;color:rgba(255,255,255,.025);position:absolute;right:24px;top:-14px;font-weight:700}.pressure-main h3{font-family:"Space Grotesk";font-size:29px;line-height:1.18;max-width:650px;margin:60px 0 18px}.pressure-main p{color:#8997aa;line-height:1.75;max-width:650px}.signal-line{position:absolute;left:34px;right:34px;bottom:30px;height:1px;background:rgba(255,255,255,.06);overflow:hidden}.signal-line span{position:absolute;height:1px;width:36%;background:linear-gradient(90deg,transparent,var(--gold2),transparent);animation:scan 3s linear infinite}.metric-card{padding:28px;display:flex;flex-direction:column;justify-content:flex-end;min-height:360px}.metric-card small{color:#6f7d91;font-size:9px;letter-spacing:.16em;font-weight:800}.metric-card strong{font-family:"Space Grotesk";font-size:32px;margin:12px 0 14px}.metric-card p{color:#8796aa;font-size:13px;line-height:1.7;margin:0}

.service-stack{border-top:1px solid rgba(255,255,255,.08)}.service-row{display:grid;grid-template-columns:70px 1.15fr 1fr 54px;align-items:center;gap:26px;padding:30px 4px;border-bottom:1px solid rgba(255,255,255,.08);transition:.25s}.service-row:hover{background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);padding-left:14px;padding-right:14px}.service-index{font-family:"Space Grotesk";font-size:13px;color:var(--gold2)}.service-title h3{font-family:"Space Grotesk";font-size:25px;margin:0 0 7px}.service-title span{font-size:10px;color:#718096;text-transform:uppercase;letter-spacing:.07em}.service-row>p{color:#8f9db0;line-height:1.65;font-size:13px;margin:0}.service-arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:grid;place-items:center;color:#93a1b4}

.map-shell{padding:46px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:70px;min-height:550px;position:relative;overflow:hidden}.map-shell:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-130px;top:10px;background:radial-gradient(circle,rgba(63,135,255,.10),transparent 65%)}.map-copy{position:relative;z-index:2}.map-copy h2{font-family:"Space Grotesk";font-size:clamp(38px,4.3vw,64px);line-height:.95;letter-spacing:-.05em;margin:0 0 24px}.map-copy h2 em{font-style:normal;color:#8495ac}.map-copy p{color:#8f9db0;line-height:1.75;margin:0 0 26px}.flow-diagram{position:relative;z-index:2;display:grid;grid-template-columns:1fr 70px 1fr;grid-template-rows:1fr 70px 1fr;align-items:center;justify-items:center}.flow-node{width:170px;height:120px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(7,14,25,.78);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Space Grotesk";font-size:14px;letter-spacing:.06em;box-shadow:0 20px 50px rgba(0,0,0,.24)}.flow-node small{font-family:"Manrope";font-size:9px;color:#728198;margin-top:8px;text-transform:uppercase;letter-spacing:.08em}.flow-node.active{border-color:rgba(212,175,55,.4);box-shadow:0 0 50px rgba(212,175,55,.08)}.flow-line{width:70px;height:1px;background:rgba(255,255,255,.08);position:relative;overflow:hidden}.flow-line:nth-of-type(4){transform:rotate(90deg)}.flow-line span{position:absolute;height:100%;width:24px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);animation:scan 2.2s linear infinite}.flow-node:nth-child(1){grid-area:1/1}.flow-line:nth-child(2){grid-area:1/2}.flow-node:nth-child(3){grid-area:1/3}.flow-line:nth-child(4){grid-area:2/3}.flow-node:nth-child(5){grid-area:3/3}.flow-line:nth-child(6){grid-area:3/2}.flow-node:nth-child(7){grid-area:3/1}

.about-panel{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:center;padding:48px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.about-number{font-family:"Space Grotesk";font-size:clamp(92px,12vw,180px);font-weight:700;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(212,175,55,.5);text-shadow:0 0 70px rgba(212,175,55,.05)}.about h2{font-family:"Space Grotesk";font-size:clamp(38px,4.5vw,66px);line-height:.95;letter-spacing:-.05em;margin:0 0 25px}.about-copy p{color:#8f9db0;line-height:1.75;max-width:680px}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.principle{padding:26px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.018)}.principle span,.step span{font-family:"Space Grotesk";color:var(--gold2);font-size:11px}.principle h3,.step h3{font-family:"Space Grotesk";font-size:20px;margin:42px 0 10px}.principle p,.step p{color:#7f8ea2;font-size:12px;line-height:1.65;margin:0}

.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.step{padding:30px 28px 38px;border-right:1px solid rgba(255,255,255,.08);min-height:260px}.step:last-child{border-right:0}.step h3{margin-top:70px}

.final-cta{width:min(1260px,calc(100% - 40px));min-height:560px;margin-bottom:50px;display:grid;place-items:center;text-align:center;border:1px solid rgba(212,175,55,.16);border-radius:28px;overflow:hidden;background:linear-gradient(135deg,rgba(10,21,38,.95),rgba(5,9,18,.92));box-shadow:var(--shadow)}.cta-content{position:relative;z-index:2;max-width:1000px;padding:40px}.final-cta .eyebrow{justify-content:center}.final-cta h2{font-family:"Space Grotesk";font-size:clamp(42px,5.2vw,74px);line-height:.94;letter-spacing:-.05em;margin:0}.final-cta p{color:#95a3b6;max-width:700px;margin:26px auto 30px;line-height:1.75}.cta-actions{justify-content:center}.cta-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(39,105,255,.17),rgba(212,175,55,.06) 35%,transparent 68%);filter:blur(10px)}

footer{width:min(1220px,calc(100% - 40px));margin:0 auto;padding:32px 0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid rgba(255,255,255,.07);color:#718096;font-size:11px}.footer-right{text-align:right}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}

@keyframes float{0%,100%{transform:translateY(0) translateZ(20px)}50%{transform:translateY(-9px) translateZ(30px)}}
@keyframes pulse{0%,100%{transform:scale(.96);opacity:.45}50%{transform:scale(1.06);opacity:.95}}
@keyframes scan{from{left:-35%}to{left:110%}}
@keyframes marquee{to{transform:translateX(-50%)}}

@media (max-width:1080px){
  .desktop-nav,.topbar>.btn{display:none}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:150px}.hero-copy{text-align:center}.hero-copy>p,.hero-proof{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{min-height:590px}.section-heading.split{grid-template-columns:1fr;gap:25px}.pressure-grid{grid-template-columns:1fr 1fr}.pressure-main{grid-column:1/3}.map-shell{grid-template-columns:1fr;gap:50px}.principles-grid,.steps-grid{grid-template-columns:1fr 1fr}.step:nth-child(2){border-right:0}.step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
}

@media (max-width:720px){
  .topbar{top:10px;width:calc(100% - 20px)}.section{width:calc(100% - 28px);padding:92px 0}.hero{padding-top:125px;min-height:auto}.hero h1{font-size:clamp(44px,13vw,66px)}.hero-copy>p{font-size:15px}.hero-proof{gap:16px;justify-content:center;flex-wrap:wrap}.hero-visual{min-height:500px;margin-top:-20px;overflow:hidden}.orbit-stage{width:510px;height:510px;transform:scale(.82)!important}.ring-one{width:280px;height:280px;margin:-140px}.ring-two{width:380px;height:380px;margin:-190px}.ring-three{width:470px;height:470px;margin:-235px}.orbit-core{width:150px;height:150px;margin:-75px}.orbit-card{min-width:115px}.section-heading h2{font-size:clamp(38px,11vw,58px)}.pressure-grid{grid-template-columns:1fr}.pressure-main{grid-column:auto;min-height:390px}.metric-card{min-height:240px}.service-row{grid-template-columns:42px 1fr 38px;gap:12px}.service-row>p{grid-column:2/4}.service-title h3{font-size:21px}.map-shell{padding:28px 20px}.flow-diagram{transform:scale(.8);margin:-10px -55px}.about-panel{grid-template-columns:1fr;padding:35px 16px;gap:10px}.about-number{font-size:100px}.principles-grid,.steps-grid{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.step:last-child{border-bottom:0}.principle h3,.step h3{margin-top:30px}.final-cta{width:calc(100% - 20px);min-height:600px}.cta-content{padding:28px 18px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.footer-brand{justify-content:center}footer{grid-template-columns:1fr;text-align:center;gap:20px}.footer-right{text-align:center}
}

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

/* ===== SELLER V2 — ORBITA 3D / NUCLEO SEM BLOCO ===== */
.brand-logo-small{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(212,175,55,.18))}
.hero-visual{min-height:690px;perspective:1250px;overflow:visible}
.orbit-stage{position:relative;width:660px;height:660px;transform-style:preserve-3d;transition:transform .18s ease-out;isolation:isolate}
.orbit-stage:before{display:none}
.orbit-atmosphere{position:absolute;left:50%;top:50%;width:510px;height:510px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(50,119,255,.14) 0%,rgba(25,67,135,.08) 28%,rgba(212,175,55,.035) 48%,transparent 70%);filter:blur(18px);pointer-events:none}
.orbit-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(121,161,220,.09);border-radius:50%;transform-style:preserve-3d;pointer-events:none}
.ring-one{width:390px;height:168px;margin-left:-195px;margin-top:-84px;transform:rotate(-8deg);box-shadow:0 0 48px rgba(58,128,255,.035)}
.ring-two{width:520px;height:220px;margin-left:-260px;margin-top:-110px;transform:rotate(19deg);border-color:rgba(212,175,55,.10)}
.ring-three{width:630px;height:270px;margin-left:-315px;margin-top:-135px;transform:rotate(-27deg);border-color:rgba(104,152,224,.07)}
.orbit-core{position:absolute;left:50%;top:50%;width:226px;height:208px;margin-left:-113px;margin-top:-104px;display:grid;place-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;transform:translateZ(70px);z-index:30;pointer-events:none}
.orbit-core img{width:184px;height:auto;object-fit:contain;position:relative;z-index:5;filter:drop-shadow(0 18px 30px rgba(0,0,0,.58)) drop-shadow(0 0 22px rgba(212,175,55,.12))}
.core-energy{position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(11,21,38,.96) 0 24%,rgba(31,86,178,.28) 39%,rgba(212,175,55,.10) 52%,transparent 72%);filter:blur(7px);box-shadow:0 0 85px rgba(50,121,255,.18);z-index:1}
.core-halo{position:absolute;border-radius:50%;z-index:2;pointer-events:none}
.core-halo.halo-a{width:210px;height:210px;border:1px solid rgba(212,175,55,.20);animation:corePulse 4.5s ease-in-out infinite}
.core-halo.halo-b{width:258px;height:258px;border:1px solid rgba(91,150,242,.12);animation:corePulse 5.6s ease-in-out infinite reverse}
.core-caption{position:absolute;top:177px;display:flex;flex-direction:column;align-items:center;z-index:7;text-shadow:0 3px 12px rgba(0,0,0,.9)}
.core-caption span{font-family:"Space Grotesk";font-size:11px;font-weight:800;letter-spacing:.32em;color:#e7bb48;margin-left:.32em}
.core-caption small{font-size:7px;letter-spacing:.18em;color:#74869f;margin-top:6px}
.satellite{position:absolute;left:50%;top:50%;width:0;height:0;transform-style:preserve-3d;will-change:transform,opacity,filter;pointer-events:none;opacity:0}
.satellite-shell{position:absolute;left:0;top:0;transform:translate(-50%,-50%);min-width:92px;height:52px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;background:linear-gradient(145deg,rgba(18,31,51,.88),rgba(6,13,24,.76));border:1px solid rgba(255,255,255,.10);box-shadow:0 16px 40px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.satellite-shell:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(115deg,rgba(255,255,255,.10),transparent 28%,transparent 72%,rgba(212,175,55,.07));pointer-events:none;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);padding:1px;-webkit-mask-composite:xor;mask-composite:exclude}
.satellite-shell img{display:block;max-width:106px;max-height:31px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 2px 7px rgba(0,0,0,.24))}
.satellite-shell.logo-wide{min-width:126px}.satellite-shell.logo-wide img{max-width:110px;max-height:28px}
.satellite-shell.logo-icon{min-width:76px}.satellite-shell.logo-icon img{max-width:32px;max-height:32px}.satellite-shell.logo-icon span{font-size:9px;font-weight:800;color:#e8edf5;white-space:nowrap}
.satellite-shell.dark-logo{background:linear-gradient(145deg,rgba(240,244,250,.94),rgba(204,215,229,.88))}
.wordmark-shell{min-width:112px}
.wordmark{font-family:"Space Grotesk";font-weight:700;white-space:nowrap;line-height:1}
.wordmark.nuvem{font-size:17px;color:#fff;letter-spacing:-.04em}
.wordmark.bling{font-size:21px;color:#eff4f6;letter-spacing:-.06em}.wordmark.bling span{color:#38c675}
.wordmark.upseller{font-size:16px;color:#ff9f3e;letter-spacing:-.035em}
.satellite.is-front .satellite-shell{border-color:rgba(255,255,255,.16);box-shadow:0 20px 52px rgba(0,0,0,.42),0 0 25px rgba(61,129,255,.055)}
.satellite.is-back .satellite-shell{border-color:rgba(255,255,255,.055)}
@keyframes corePulse{0%,100%{transform:scale(.91);opacity:.38}50%{transform:scale(1.06);opacity:.92}}
@media(max-width:1080px){.hero-visual{min-height:650px}.orbit-stage{width:660px;height:660px}}
@media(max-width:720px){.brand-logo-small{width:38px;height:38px}.hero-visual{min-height:500px;overflow:hidden}.orbit-stage{width:580px;height:580px;transform:scale(.76)!important}.orbit-core{width:210px;height:195px;margin-left:-105px;margin-top:-97px}.orbit-core img{width:170px}.core-caption{top:166px}.satellite-shell{height:49px}.ring-one{width:350px;height:152px;margin-left:-175px;margin-top:-76px}.ring-two{width:470px;height:198px;margin-left:-235px;margin-top:-99px}.ring-three{width:565px;height:240px;margin-left:-282px;margin-top:-120px}}


/* ===== SELLER V3 - RESPONSIVIDADE MOBILE / TABLET ===== */
img,svg,video,canvas{max-width:100%}
section[id]{scroll-margin-top:105px}
body.menu-open{overflow:hidden}

@media (max-width:1080px){
  .topbar{z-index:100}
  .desktop-nav{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    margin:0;
    padding:10px;
    flex-direction:column;
    gap:4px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:16px;
    background:rgba(5,9,18,.96);
    box-shadow:0 24px 70px rgba(0,0,0,.45);
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);
  }
  body.menu-open .desktop-nav{display:flex}
  .desktop-nav a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:0 14px;
    border-radius:11px;
    font-size:14px;
    color:#dce4ef;
  }
  .desktop-nav a:hover,.desktop-nav a:focus-visible{background:rgba(255,255,255,.055);color:#fff}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:58px;
    min-height:44px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:11px;
    background:rgba(255,255,255,.035);
    cursor:pointer;
  }
}

@media (max-width:720px){
  body{background:radial-gradient(circle at 50% 3%,rgba(32,80,170,.14),transparent 25%),var(--bg)}
  #network{opacity:.32}
  .noise{opacity:.025}
  .topbar{
    top:calc(9px + env(safe-area-inset-top));
    width:calc(100% - 18px);
    height:62px;
    padding:0 10px;
    gap:10px;
    border-radius:15px;
  }
  .brand{min-width:0;gap:8px}
  .brand-logo-small{width:36px;height:36px;flex:0 0 36px}
  .brand-copy{min-width:0}
  .brand-copy b{font-size:14px}
  .brand-copy small{font-size:7px;letter-spacing:.18em;white-space:nowrap}
  .menu-toggle{min-width:54px;min-height:42px;font-size:12px;flex:0 0 auto}
  .desktop-nav{top:calc(100% + 8px);border-radius:14px}

  .section{width:calc(100% - 28px);padding:82px 0}
  .hero{
    width:100%;
    padding-top:112px;
    padding-left:14px;
    padding-right:14px;
    gap:8px;
  }
  .hero-copy{text-align:center;max-width:620px;margin:0 auto}
  .eyebrow{justify-content:center;font-size:9px;letter-spacing:.13em;margin-bottom:18px;line-height:1.5}
  .hero h1{
    font-size:clamp(30px,8.7vw,42px);
    line-height:.98;
    letter-spacing:-.055em;
    max-width:100%;
    overflow-wrap:normal;
  }
  .hero-copy>p{font-size:14px;line-height:1.65;margin:22px auto 26px;max-width:520px}
  .hero-actions{justify-content:center;gap:16px}
  .hero-actions .btn{width:100%;max-width:360px;min-height:50px;padding:14px 17px}
  .hero-actions .text-link{min-height:44px}
  .hero-proof{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
    margin-top:34px;
    padding-top:18px;
  }
  .hero-proof div{min-width:0;align-items:center;text-align:center}
  .hero-proof b{font-size:13px}
  .hero-proof span{font-size:8px;line-height:1.35;letter-spacing:.04em}

  .hero-visual{min-height:470px;margin-top:-2px;overflow:hidden;perspective:900px}
  .orbit-stage{width:540px;height:540px;transform:scale(.72)!important;transform-origin:center center}
  .orbit-atmosphere{width:430px;height:430px}
  .orbit-core{width:196px;height:184px;margin-left:-98px;margin-top:-92px}
  .orbit-core img{width:156px}
  .core-energy{width:164px;height:164px}
  .core-halo.halo-a{width:184px;height:184px}
  .core-halo.halo-b{width:220px;height:220px}
  .core-caption{top:154px}
  .satellite-shell{height:46px;padding:8px 11px;border-radius:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .satellite-shell.logo-wide{min-width:112px}
  .satellite-shell.logo-wide img{max-width:96px;max-height:25px}
  .satellite-shell.logo-icon{min-width:70px}
  .wordmark-shell{min-width:100px}
  .ring-one{width:328px;height:142px;margin-left:-164px;margin-top:-71px}
  .ring-two{width:432px;height:184px;margin-left:-216px;margin-top:-92px}
  .ring-three{width:520px;height:222px;margin-left:-260px;margin-top:-111px}

  .logo-stream{padding:15px 0}.stream-track{gap:16px}.stream-track span{font-size:10px}

  .section-heading{margin-bottom:38px;text-align:center}
  .section-heading h2,.map-copy h2,.about h2,.final-cta h2{font-size:clamp(31px,9.2vw,44px);line-height:1}
  .section-heading.split{display:block;text-align:center}
  .section-heading.split p{margin:22px auto 0;font-size:14px;line-height:1.65;max-width:560px}

  .pressure-grid{gap:12px}
  .pressure-main{min-height:auto;padding:28px 22px 70px;text-align:left}
  .pressure-main h3{font-size:23px;margin:44px 0 16px;line-height:1.2}
  .pressure-main p{font-size:13px;line-height:1.7}
  .big-number{font-size:92px;right:14px}
  .signal-line{left:22px;right:22px;bottom:28px}
  .metric-card{min-height:210px;padding:24px}
  .metric-card strong{font-size:28px}

  .service-stack{border-top-color:rgba(255,255,255,.07)}
  .service-row{
    grid-template-columns:34px minmax(0,1fr) 34px;
    gap:10px;
    padding:24px 0;
    align-items:start;
  }
  .service-index{padding-top:5px}
  .service-title h3{font-size:20px;line-height:1.15;margin-bottom:8px}
  .service-title span{display:block;font-size:8px;line-height:1.55;letter-spacing:.05em}
  .service-row>p{grid-column:2/4;font-size:12px;line-height:1.65;padding-right:4px}
  .service-arrow{width:32px;height:32px;font-size:12px}
  .service-row:hover{padding-left:0;padding-right:0;background:transparent}

  .map-shell{padding:28px 18px 32px;gap:34px;min-height:auto}
  .map-copy{text-align:center}
  .map-copy .eyebrow{justify-content:center}
  .map-copy p{font-size:13px;line-height:1.7}
  .flow-diagram{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;
    transform:none;
    margin:0;
    width:100%;
  }
  .flow-node{width:min(100%,280px);height:92px;border-radius:15px;font-size:13px}
  .flow-line,.flow-line:nth-of-type(4){width:1px;height:42px;transform:none;background:rgba(255,255,255,.09)}
  .flow-line span{width:1px;height:18px;background:linear-gradient(180deg,transparent,var(--gold2),transparent);animation:scanVertical 2.2s linear infinite;left:0}

  .about-panel{padding:28px 18px 32px;text-align:center}
  .about-number{font-size:clamp(78px,25vw,112px);line-height:.9}
  .about-copy .eyebrow{justify-content:center}
  .about-copy p{font-size:13px;line-height:1.7;margin-left:auto;margin-right:auto}
  .principles-grid{gap:10px;margin-top:12px}
  .principle{padding:22px 20px;text-align:left}
  .principle h3{font-size:19px;margin:28px 0 9px}
  .principle p{font-size:12px}

  .steps-grid{border-radius:16px;overflow:hidden}
  .step{min-height:auto;padding:24px 22px 28px}
  .step h3{font-size:19px;margin:28px 0 9px}

  .final-cta{width:calc(100% - 18px);min-height:auto;margin-bottom:28px;border-radius:22px;padding:72px 0}
  .cta-content{width:100%;padding:0 18px}
  .final-cta p{font-size:13px;line-height:1.7;margin:22px auto 26px}
  .cta-actions{gap:10px;width:100%}
  .cta-actions .btn{width:100%;max-width:420px;min-height:50px;white-space:normal;text-align:center;overflow-wrap:anywhere}

  footer{width:calc(100% - 28px);padding:28px 0 calc(34px + env(safe-area-inset-bottom));gap:15px}
  footer p{margin:0;line-height:1.55}
}

@media (max-width:480px){
  .section{padding:72px 0}
  .hero{padding-top:102px}
  .hero h1{font-size:clamp(28px,8.55vw,36px)}
  .hero-copy>p{font-size:13px}
  .hero-proof{grid-template-columns:1fr;gap:12px;max-width:300px}
  .hero-proof div{padding:7px 0}
  .hero-proof span{font-size:8px}
  .hero-visual{min-height:420px;margin-top:-10px}
  .orbit-stage{width:520px;height:520px;transform:scale(.65)!important}
  .core-caption small{display:none}
  .satellite-shell{height:44px}
  .section-heading h2,.map-copy h2,.about h2,.final-cta h2{font-size:clamp(29px,9vw,38px)}
  .pressure-main h3{font-size:21px}
  .service-row{grid-template-columns:30px minmax(0,1fr) 30px}
  .service-title h3{font-size:18px}
  .map-shell{padding-left:14px;padding-right:14px}
  .flow-node{width:min(100%,250px)}
  .about-panel{padding-left:14px;padding-right:14px}
}

@media (max-width:360px){
  .topbar{width:calc(100% - 12px)}
  .brand-copy small{display:none}
  .hero{padding-left:10px;padding-right:10px}
  .hero h1{font-size:27px}
  .hero-visual{min-height:390px}
  .orbit-stage{transform:scale(.58)!important}
  .btn{font-size:12px}
  .service-row>p{grid-column:1/4;padding-left:40px}
}

@media (hover:none),(pointer:coarse){
  .btn:hover{transform:none}
  .service-row:hover{background:transparent}
}

@keyframes scanVertical{from{top:-45%}to{top:115%}}

/* Ajuste fino do Hero mobile: prova compacta + ecossistema mais presente */
@media (max-width:480px){
  .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:6px}
  .hero-proof div{padding:0}
  .hero-visual{min-height:385px;margin-top:-24px}
  .orbit-stage{transform:scale(.72)!important}
}
@media (max-width:360px){
  .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
  .hero-proof b{font-size:12px}
  .hero-proof span{font-size:7px}
  .hero-visual{min-height:360px;margin-top:-30px}
  .orbit-stage{transform:scale(.66)!important}
}

/* ===== SELLER V4 — HERO CENTRAL / PALCO DE MARCA ===== */
.hero{
  min-height:auto;
  padding-top:142px;
  padding-bottom:56px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  text-align:center;
  isolation:isolate;
}
.hero-copy{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  z-index:25;
}
.hero .eyebrow{justify-content:center;margin-bottom:20px}
.hero h1{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  font-size:clamp(48px,5.15vw,74px);
  line-height:.94;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.hero h1 .hero-line{
  display:block;
  color:var(--text);
  text-shadow:none;
}
.hero h1 .hero-line + .hero-line{margin-top:8px}
.hero h1 .hero-accent{
  color:var(--gold2);
  font-weight:700;
  text-shadow:0 0 34px rgba(212,175,55,.14);
}
.hero-copy>p{
  max-width:820px;
  margin:24px auto 26px;
  font-size:16px;
  line-height:1.72;
  color:#a8b5c8;
  text-wrap:balance;
}
.hero-actions{justify-content:center;gap:22px}
.hero-visual{
  width:100%;
  min-height:620px;
  margin-top:-18px;
  display:grid;
  place-items:center;
  perspective:1300px;
  overflow:visible;
  z-index:10;
}
.orbit-stage{
  width:700px;
  height:700px;
}
.orbit-atmosphere{width:560px;height:560px}
.ring-one{width:410px;height:176px;margin-left:-205px;margin-top:-88px}
.ring-two{width:550px;height:232px;margin-left:-275px;margin-top:-116px}
.ring-three{width:670px;height:286px;margin-left:-335px;margin-top:-143px}
.orbit-core{
  width:242px;
  height:222px;
  margin-left:-121px;
  margin-top:-111px;
  transform:translateZ(82px);
}
.orbit-core img{width:196px}
.core-energy{width:204px;height:204px}
.core-halo.halo-a{width:224px;height:224px}
.core-halo.halo-b{width:276px;height:276px}
.core-caption{top:188px}
.hero-proof{
  width:min(760px,100%);
  max-width:none;
  margin:-34px auto 0;
  padding:20px 28px 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(255,255,255,.08);
  position:relative;
  z-index:26;
}
.hero-proof div{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  text-align:center;
}
.hero-proof div + div{border-left:1px solid rgba(255,255,255,.07)}
.hero-proof b{font-family:"Space Grotesk";font-size:15px}
.hero-proof span{font-size:9px;color:#7f8ca0;text-transform:uppercase;letter-spacing:.09em}
.hero-glow-a{right:50%;top:30%;transform:translateX(82%);width:430px;height:430px}
.hero-glow-b{right:auto;left:50%;bottom:12%;transform:translateX(-112%);width:300px;height:300px}

@media (max-width:1080px){
  .hero{padding-top:132px;padding-bottom:48px}
  .hero h1{font-size:clamp(46px,6.8vw,68px);max-width:940px}
  .hero-copy>p{max-width:760px}
  .hero-visual{min-height:590px;margin-top:-14px}
  .orbit-stage{width:660px;height:660px}
  .hero-proof{margin-top:-26px}
}

@media (max-width:720px){
  .hero{
    width:100%;
    padding:112px 14px 38px;
    gap:0;
  }
  .hero-copy{max-width:580px}
  .hero .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:16px}
  .hero h1{
    font-size:clamp(31px,8.55vw,43px);
    line-height:.98;
    letter-spacing:-.05em;
    max-width:560px;
  }
  .hero h1 .hero-line + .hero-line{margin-top:7px}
  .hero-copy>p{font-size:14px;line-height:1.65;margin:20px auto 24px;max-width:520px}
  .hero-actions{gap:14px;width:100%}
  .hero-actions .btn{width:100%;max-width:360px;min-height:50px}
  .hero-visual{min-height:465px;margin-top:-8px;overflow:hidden;perspective:950px}
  .orbit-stage{width:560px;height:560px;transform:scale(.74)!important;transform-origin:center center}
  .orbit-core{width:204px;height:190px;margin-left:-102px;margin-top:-95px}
  .orbit-core img{width:164px}
  .core-energy{width:170px;height:170px}
  .core-halo.halo-a{width:192px;height:192px}
  .core-halo.halo-b{width:230px;height:230px}
  .core-caption{top:160px}
  .ring-one{width:340px;height:148px;margin-left:-170px;margin-top:-74px}
  .ring-two{width:450px;height:190px;margin-left:-225px;margin-top:-95px}
  .ring-three{width:540px;height:230px;margin-left:-270px;margin-top:-115px}
  .hero-proof{
    width:100%;
    margin:-18px auto 0;
    padding:17px 0 0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
  }
  .hero-proof b{font-size:13px}
  .hero-proof span{font-size:7.5px;line-height:1.3;letter-spacing:.045em}
}

@media (max-width:480px){
  .hero{padding-top:102px;padding-bottom:32px}
  .hero h1{font-size:clamp(29px,8.35vw,36px);max-width:420px}
  .hero-copy>p{font-size:13px;margin:18px auto 22px}
  .hero-actions{gap:10px}
  .hero-actions .text-link{min-height:40px}
  .hero-visual{min-height:405px;margin-top:-12px}
  .orbit-stage{width:530px;height:530px;transform:scale(.70)!important}
  .core-caption small{display:none}
  .hero-proof{margin-top:-20px;padding-top:15px}
  .hero-proof div{padding:0 5px}
  .hero-proof span{font-size:7px}
}

@media (max-width:360px){
  .hero{padding-left:10px;padding-right:10px}
  .hero h1{font-size:27px}
  .hero-copy>p{font-size:12.5px}
  .hero-visual{min-height:375px;margin-top:-18px}
  .orbit-stage{transform:scale(.63)!important}
  .hero-proof{margin-top:-22px}
  .hero-proof b{font-size:12px}
  .hero-proof span{font-size:6.5px}
}


/* ===== SELLER V5 — ORBITA NO TOPO + LOGOS SAINDO DE TRAS ===== */
.hero{
  padding-top:118px;
  padding-bottom:56px;
}
.hero-visual{
  order:1;
  margin-top:0;
  min-height:660px;
}
.hero-copy{
  order:2;
  margin-top:-8px;
}
.hero-proof{
  order:3;
  margin-top:18px;
}
.orbit-stage{width:720px;height:720px}
.orbit-atmosphere{width:590px;height:590px}
.satellite{transition:opacity .35s ease, filter .35s ease}
.satellite-shell{
  transform:translate(-50%,-50%);
  transform-style:preserve-3d;
}
.satellite.is-emerging .satellite-shell{
  box-shadow:0 10px 28px rgba(0,0,0,.22), 0 0 18px rgba(62,140,255,.06), inset 0 1px rgba(255,255,255,.04);
}
.satellite.is-back .satellite-shell{opacity:.78}
.satellite.is-front .satellite-shell{opacity:1}
.hero-copy>p{max-width:860px}
@media (max-width:1080px){
  .hero{padding-top:112px}
  .hero-visual{min-height:610px}
  .orbit-stage{width:670px;height:670px}
}
@media (max-width:720px){
  .hero{padding-top:104px;padding-bottom:38px}
  .hero-visual{min-height:440px;margin-top:-2px}
  .orbit-stage{width:560px;height:560px;transform:scale(.74)!important}
  .hero-copy{margin-top:-6px}
  .hero-proof{margin-top:10px}
}
@media (max-width:480px){
  .hero{padding-top:96px;padding-bottom:30px}
  .hero-visual{min-height:390px;margin-top:-6px}
  .orbit-stage{width:530px;height:530px;transform:scale(.68)!important}
  .hero-copy{margin-top:-10px}
}
@media (max-width:360px){
  .hero-visual{min-height:360px;margin-top:-12px}
  .orbit-stage{transform:scale(.62)!important}
}


/* ===== SELLER V6 — TEXTO MAIS CLARO + LOGO/ICONS MAIORES ===== */
.brand-logo-small{width:46px;height:46px}
.orbit-core{
  width:258px;
  height:236px;
  margin-left:-129px;
  margin-top:-118px;
}
.orbit-core img{width:214px}
.core-energy{width:220px;height:220px}
.core-halo.halo-a{width:242px;height:242px}
.core-halo.halo-b{width:294px;height:294px}
.core-caption{top:201px}
.satellite-shell{
  min-width:104px;
  height:58px;
  padding:11px 16px;
  border-radius:18px;
}
.satellite-shell img{max-width:118px;max-height:35px}
.satellite-shell.logo-wide{min-width:140px}
.satellite-shell.logo-wide img{max-width:122px;max-height:32px}
.satellite-shell.logo-icon{min-width:84px}
.satellite-shell.logo-icon img{max-width:36px;max-height:36px}
.satellite-shell.logo-icon span{font-size:10px}
.wordmark-shell{min-width:126px}
.wordmark.nuvem{font-size:19px}
.wordmark.bling{font-size:23px}
.wordmark.upseller{font-size:17px}

@media (max-width:1080px){
  .orbit-core{width:246px;height:226px;margin-left:-123px;margin-top:-113px}
  .orbit-core img{width:202px}
  .core-energy{width:206px;height:206px}
  .core-halo.halo-a{width:228px;height:228px}
  .core-halo.halo-b{width:276px;height:276px}
  .core-caption{top:192px}
  .satellite-shell{height:55px;padding:10px 14px}
  .satellite-shell.logo-wide{min-width:134px}
  .satellite-shell.logo-wide img{max-width:116px}
}

@media (max-width:720px){
  .brand-logo-small{width:40px;height:40px}
  .orbit-core{width:218px;height:202px;margin-left:-109px;margin-top:-101px}
  .orbit-core img{width:178px}
  .core-energy{width:180px;height:180px}
  .core-halo.halo-a{width:204px;height:204px}
  .core-halo.halo-b{width:244px;height:244px}
  .core-caption{top:168px}
  .satellite-shell{height:49px;padding:9px 12px;border-radius:15px}
  .satellite-shell img{max-width:102px;max-height:28px}
  .satellite-shell.logo-wide{min-width:118px}
  .satellite-shell.logo-wide img{max-width:102px;max-height:26px}
  .satellite-shell.logo-icon{min-width:74px}
  .satellite-shell.logo-icon img{max-width:32px;max-height:32px}
  .wordmark-shell{min-width:108px}
  .wordmark.nuvem{font-size:17px}
  .wordmark.bling{font-size:21px}
  .wordmark.upseller{font-size:15px}
}

@media (max-width:480px){
  .brand-logo-small{width:38px;height:38px}
  .orbit-core{width:208px;height:192px;margin-left:-104px;margin-top:-96px}
  .orbit-core img{width:170px}
  .core-energy{width:172px;height:172px}
  .core-halo.halo-a{width:194px;height:194px}
  .core-halo.halo-b{width:234px;height:234px}
  .core-caption{top:162px}
  .satellite-shell{height:46px}
  .satellite-shell.logo-wide{min-width:112px}
  .satellite-shell.logo-wide img{max-width:96px}
}

@media (max-width:360px){
  .orbit-core{width:198px;height:184px;margin-left:-99px;margin-top:-92px}
  .orbit-core img{width:162px}
  .core-caption{top:154px}
}
