/* =========================================================
   Ware Send — Email Delivery Engine
   Página isolada: usa o design system global e adiciona
   apenas componentes específicos deste serviço.
========================================================= */
.selfhosted-page{
  --sh-brand:#3d05b1;
  --sh-brand-2:#5b21d4;
  --sh-ink:#0a1020;
  --sh-slate:#475569;
  --sh-soft:#f5f7fb;
  --sh-line:rgba(15,23,42,.10);
  --sh-dark:#080d1b;
  --sh-dark-2:#101832;
  --sh-cyan:#39d0ff;
  --sh-green:#2dd4bf;
  --sh-violet:#9b87f5;
  overflow-x:hidden;
  background:#fff;
}
.selfhosted-page main{overflow:hidden}
.selfhosted-page .container{width:min(1180px,100%);padding-left:22px;padding-right:22px}
.sh-site-header{position:fixed;left:0;right:0;top:0;z-index:140;color:#fff;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}
.sh-site-header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.09);transition:background .3s ease}
.sh-site-header__row{height:82px;display:flex;align-items:center;gap:24px}
.sh-site-brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;color:#fff;text-decoration:none}
.sh-site-brand__mark{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.07);box-shadow:inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.sh-site-brand__mark svg{width:28px;height:28px;overflow:visible}.sh-site-brand__mark svg path:first-child{fill:none;stroke:#fff;stroke-width:1.8}.sh-site-brand__mark svg path:nth-child(2){fill:none;stroke:#b7eaff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.sh-site-brand__mark svg path:last-child{fill:none;stroke:#a78bfa;stroke-width:1.6;stroke-linecap:round}
.sh-site-brand__copy strong,.sh-site-brand__copy small{display:block}.sh-site-brand__copy strong{color:#fff;font:800 16px/1.1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:-.02em}.sh-site-brand__copy small{margin-top:3px;color:rgba(255,255,255,.52);font:650 8px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:.07em;text-transform:uppercase}
.sh-site-nav{display:flex;align-items:center;gap:5px;margin-left:auto}.sh-site-nav>a{padding:10px 9px;border-radius:8px;color:rgba(255,255,255,.72);font:650 12px/1.1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-decoration:none;transition:color .2s ease,background .2s ease}.sh-site-nav__docs{display:inline-flex!important;align-items:center;gap:5px}.sh-site-nav__docs svg{width:14px;height:14px;stroke-width:2}.sh-site-nav__docs:hover svg{transform:translateY(-1px)}.sh-site-nav>a:hover{color:#fff;background:rgba(255,255,255,.07)}.sh-site-nav__company{border-left:1px solid rgba(255,255,255,.12);border-radius:0!important;margin-left:5px;padding-left:14px!important}
.sh-site-tools{display:flex;align-items:center;gap:9px;flex:0 0 auto}.sh-site-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:9px;background:#fff;color:#2f1267!important;font:800 11px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.13);transition:transform .2s ease,box-shadow .2s ease}.sh-site-header__cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.sh-site-navbtn{display:none;width:42px;height:42px;margin-left:auto;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);cursor:pointer}.sh-site-navbtn i{display:block;height:1.5px;margin:4px 0;background:#fff;border-radius:4px;transition:transform .2s ease,opacity .2s ease}
.sh-language__details{position:relative}.sh-language__summary{list-style:none;display:flex;align-items:center;gap:7px;min-height:38px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.055);color:#fff;font:700 10px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;cursor:pointer;backdrop-filter:blur(10px);transition:border-color .2s ease,background .2s ease,color .2s ease}.sh-language__summary::-webkit-details-marker{display:none}.sh-language__summary svg{width:13px;height:13px;transition:transform .2s ease}.sh-language__details[open] .sh-language__summary svg{transform:rotate(180deg)}.sh-language__menu{position:absolute;right:0;top:calc(100% + 9px);width:198px;padding:8px;background:rgba(255,255,255,.98);border:1px solid rgba(15,23,42,.1);border-radius:13px;box-shadow:0 22px 55px rgba(15,23,42,.18)}.sh-language__menu a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;color:#1e293b;font:600 12px/1.25 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-decoration:none}.sh-language__menu a:hover,.sh-language__menu a.is-active{background:rgba(61,5,177,.08);color:var(--sh-brand)}
.sh-site-header.is-scrolled{background:rgba(255,255,255,.91);border-color:rgba(15,23,42,.08);box-shadow:0 12px 40px rgba(15,23,42,.08);backdrop-filter:blur(18px) saturate(1.2);color:#162033}.sh-site-header.is-scrolled::after{background:rgba(15,23,42,.07)}.sh-site-header.is-scrolled .sh-site-brand,.sh-site-header.is-scrolled .sh-site-brand__copy strong{color:#161c2b}.sh-site-header.is-scrolled .sh-site-brand__copy small{color:#697386}.sh-site-header.is-scrolled .sh-site-brand__mark{background:#f6f2ff;border-color:rgba(61,5,177,.13)}.sh-site-header.is-scrolled .sh-site-brand__mark svg path:first-child{stroke:#4b2497}.sh-site-header.is-scrolled .sh-site-brand__mark svg path:nth-child(2){stroke:#245c92}.sh-site-header.is-scrolled .sh-site-brand__mark svg path:last-child{stroke:#7145ca}.sh-site-header.is-scrolled .sh-site-nav>a{color:#566075}.sh-site-header.is-scrolled .sh-site-nav>a:hover{color:#35116f;background:#f3effb}.sh-site-header.is-scrolled .sh-site-nav__company{border-color:rgba(15,23,42,.1)}.sh-site-header.is-scrolled .sh-language__summary{background:#fff;border-color:rgba(15,23,42,.1);color:#2d3545}.sh-site-header.is-scrolled .sh-site-header__cta{background:#3d05b1;color:#fff!important}.sh-site-header.is-scrolled .sh-site-navbtn{background:#fff;border-color:rgba(15,23,42,.1)}.sh-site-header.is-scrolled .sh-site-navbtn i{background:#2f3747}

.sh-hero{position:relative;isolation:isolate;background:linear-gradient(135deg,#070b17 0%,#0c1225 50%,#111834 100%);color:#fff;padding:148px 0 92px;min-height:760px;display:flex;align-items:center}
.sh-hero__media{position:absolute;inset:0;z-index:-4;overflow:hidden;background:linear-gradient(135deg,#070b17,#101936)}.sh-hero__video{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.035);filter:saturate(.88) contrast(1.08) brightness(.6);opacity:0;transition:opacity .9s ease}.sh-hero__video.is-playing{opacity:.9}.sh-hero__video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,19,.96) 0%,rgba(6,9,22,.82) 47%,rgba(7,9,24,.62) 100%),linear-gradient(180deg,rgba(61,5,177,.12),rgba(3,6,16,.58))}
.sh-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 92%)}
.sh-hero::after{content:"";position:absolute;left:50%;bottom:-130px;width:720px;height:280px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(61,5,177,.20),transparent 70%);filter:blur(20px);z-index:-1}
.sh-hero__grid{position:absolute;inset:0;pointer-events:none;opacity:.75;background:linear-gradient(90deg,transparent 0 49.9%,rgba(255,255,255,.04) 50%,transparent 50.1%)}
.sh-hero__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:68px;align-items:center}
.sh-hero__copy h1{font-size:clamp(44px,5.25vw,72px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 24px;max-width:760px;font-weight:800}
.sh-hero__lead{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(18px,1.55vw,21px);line-height:1.7;color:rgba(255,255,255,.78);max-width:720px;margin:0}
.sh-kicker{margin:0;display:inline-flex;align-items:center;gap:9px;color:#d9d0ff;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.sh-kicker svg{width:17px;height:17px;color:var(--sh-cyan)}
.sh-kicker--dark{color:var(--sh-brand)}
.sh-kicker--dark svg{color:var(--sh-brand)}
.sh-badges{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 0}
.sh-badges span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);color:#e9edf8;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;font-weight:650;backdrop-filter:blur(10px)}
.sh-badges svg{width:14px;height:14px;color:#a5f3fc}
.sh-hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:34px}
.sh-hero .btn--white{padding:15px 22px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.sh-btn-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:14px;border-bottom:1px solid rgba(255,255,255,.3);padding:5px 0}
.sh-btn-link svg{width:16px;height:16px}
.sh-btn-link:hover{border-color:#fff}
.sh-btn-link--light{color:#fff}

.sh-flow{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.03));box-shadow:0 32px 80px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.08);overflow:hidden;backdrop-filter:blur(14px)}
.sh-flow::before{content:"";position:absolute;inset:38px 0 0;background:radial-gradient(circle at 50% 45%,rgba(91,33,212,.18),transparent 45%);pointer-events:none}
.sh-flow__topbar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(3,7,18,.28)}
.sh-flow__dot{width:7px;height:7px;border-radius:50%;background:#64748b}.sh-flow__dot:nth-child(1){background:#fb7185}.sh-flow__dot:nth-child(2){background:#fbbf24}.sh-flow__dot:nth-child(3){background:#34d399}
.sh-flow__hostname{margin-left:auto;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:rgba(255,255,255,.5);letter-spacing:.03em}
.sh-flow__canvas{position:relative;display:grid;grid-template-columns:repeat(5,1fr);align-items:start;padding:48px 22px 40px;min-height:225px}
.sh-flow__node{position:relative;text-align:center;z-index:2;min-width:0}
.sh-flow__icon{width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;border-radius:15px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.18)}
.sh-flow__icon svg{width:24px;height:24px;color:#b9eaff}
.sh-flow__node:nth-child(3) .sh-flow__icon{background:linear-gradient(145deg,rgba(61,5,177,.75),rgba(91,33,212,.35));border-color:rgba(155,135,245,.55);box-shadow:0 0 0 6px rgba(91,33,212,.10),0 18px 36px rgba(61,5,177,.26)}
.sh-flow__node strong{display:block;padding:0 4px;color:#f8fafc;font:700 11px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.sh-flow__connector{position:absolute;left:calc(50% + 30px);top:26px;width:calc(100% - 60px);height:1px;background:linear-gradient(90deg,rgba(57,208,255,.18),rgba(155,135,245,.55),rgba(57,208,255,.18));overflow:visible}
.sh-flow__connector::after{content:"";position:absolute;top:-2px;left:-3px;width:5px;height:5px;border-radius:50%;background:#67e8f9;box-shadow:0 0 12px #67e8f9;animation:sh-packet 2.2s linear infinite}
.sh-flow__node:nth-child(2) .sh-flow__connector::after{animation-delay:.45s}.sh-flow__node:nth-child(3) .sh-flow__connector::after{animation-delay:.9s}.sh-flow__node:nth-child(4) .sh-flow__connector::after{animation-delay:1.35s}
@keyframes sh-packet{0%{left:-3px;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:calc(100% - 2px);opacity:0}}
.sh-flow__metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(2,6,23,.28)}
.sh-flow__metrics span{padding:11px 6px;text-align:center;color:#5eead4;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;border-right:1px solid rgba(255,255,255,.07)}
.sh-flow__metrics span:last-child{border-right:0}.sh-flow__metrics b{color:#f8fafc;margin-right:4px}
.sh-flow__caption{font:500 12px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:rgba(255,255,255,.56);padding:14px 18px 16px;margin:0;text-align:center}

.sh-section{padding:104px 0;position:relative}.sh-section--white{background:#fff}.sh-section--soft{background:linear-gradient(180deg,#f7f8fc,#f3f5fa)}.sh-section--dark{background:linear-gradient(145deg,#0a1021,#111a34);color:#fff}.sh-section--cost{background:#f7f7fb}.sh-section--tester{background:linear-gradient(135deg,#0a1020,#111933);color:#fff}.sh-section--capacity{background:linear-gradient(90deg,#f8fafc,#f5f3ff)}
.sh-section__head{max-width:820px;margin-bottom:44px}.sh-section__head--wide{max-width:940px}.sh-section__head h2,.sh-capacity h2,.sh-cta h2{font-size:clamp(34px,4vw,55px);line-height:1.08;letter-spacing:-.035em;margin:12px 0 18px;font-weight:800;color:#0f172a}.sh-section__head>p:last-child,.sh-capacity>div>p:last-child{font:400 18px/1.75 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#526174;margin:0;max-width:880px}.sh-section__head--light h2{color:#fff}.sh-section__head--light>p:last-child{color:rgba(255,255,255,.68)}

.sh-requirements{margin-top:55px;padding:30px;border:1px solid var(--sh-line);border-radius:20px;background:#fff;box-shadow:0 15px 40px rgba(15,23,42,.055)}
.sh-requirements>h3{font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:#1e293b;margin:0 0 22px}.sh-requirements__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sh-requirement{display:flex;align-items:flex-start;gap:14px;padding:20px;border-radius:14px;background:#f8fafc;border:1px solid rgba(15,23,42,.07)}
.sh-iconbox{flex:0 0 auto;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:rgba(61,5,177,.08);color:var(--sh-brand);border:1px solid rgba(61,5,177,.10)}.sh-iconbox svg{width:20px;height:20px}.sh-requirement strong{display:block;font-size:17px;color:#111827}.sh-requirement p{font:400 14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#64748b;margin:5px 0 0}

.sh-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sh-timeline__item{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:24px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.035);transition:transform .2s ease,border-color .2s ease}.sh-timeline__item:hover{transform:translateY(-2px);border-color:rgba(61,5,177,.22)}.sh-timeline__index{font:800 17px/44px ui-monospace,SFMono-Regular,Menlo,monospace;width:44px;height:44px;text-align:center;border-radius:12px;background:var(--sh-brand);color:#fff}.sh-timeline h3{font-size:18px;margin:2px 0 6px;color:#111827}.sh-timeline p{font:400 14px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#64748b;margin:0}

.sh-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:start}.sh-identity-stack{display:grid;gap:12px}.sh-identity-card{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:20px 22px;border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.045);backdrop-filter:blur(8px)}.sh-identity-card>svg{width:24px;height:24px;color:#67e8f9;margin-top:2px}.sh-identity-card h3{margin:0 0 5px;color:#fff;font-size:17px}.sh-identity-card p{margin:0;color:rgba(255,255,255,.63);font:400 14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

.sh-usecases{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.sh-usecases span{min-height:58px;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--sh-line);border-radius:12px;background:#fff;color:#273449;font:650 13px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;box-shadow:0 7px 20px rgba(15,23,42,.025)}.sh-usecases svg{width:16px;height:16px;color:var(--sh-brand);flex:0 0 auto}

.sh-market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sh-market-card{position:relative;padding:24px 22px 21px;border:1px solid rgba(15,23,42,.09);border-radius:16px;background:#fff;min-height:230px;box-shadow:0 9px 30px rgba(15,23,42,.045);overflow:hidden}.sh-market-card--featured{border-color:rgba(61,5,177,.42);background:linear-gradient(160deg,#fff,#f5f1ff);box-shadow:0 16px 38px rgba(61,5,177,.10)}.sh-market-card--featured::before{content:"";position:absolute;right:-45px;top:-45px;width:120px;height:120px;border-radius:50%;background:rgba(61,5,177,.08)}.sh-market-card__brand{display:block;color:#786c8f;font:700 11px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:.02em;min-height:32px}.sh-market-card h3{font-size:19px;margin:12px 0 8px;color:#101828}.sh-market-card p{font:400 14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#64748b;margin:0}.sh-market-card__bar{position:absolute;left:22px;right:22px;bottom:18px;height:4px;border-radius:999px;background:#edf0f5;overflow:hidden}.sh-market-card__bar span{display:block;width:var(--bar);height:100%;background:linear-gradient(90deg,#7c3aed,#3d05b1);border-radius:inherit}.sh-market-note{display:flex;align-items:flex-start;gap:8px;margin:16px 0 0;font:400 12px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#7b8493}.sh-market-note svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px}

.sh-tco{margin-top:46px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:20px;border:1px solid rgba(61,5,177,.14);background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.08)}.sh-tco__controls{padding:32px;display:grid;gap:23px;background:#fff}.sh-tco__eyebrow{display:inline-block;color:var(--sh-brand);font:800 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em}.sh-tco h3{font-size:27px;line-height:1.18;margin:9px 0 0}.sh-tco label>span{display:block;margin-bottom:8px;color:#4b5563;font:650 12px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.sh-money-input{height:48px;display:flex;align-items:center;border:1px solid rgba(15,23,42,.13);border-radius:10px;overflow:hidden;background:#fff}.sh-money-input>span{height:100%;min-width:54px;display:grid;place-items:center;background:#f8fafc;border-right:1px solid rgba(15,23,42,.09);color:#475569;font:700 13px/1 system-ui}.sh-money-input input{width:100%;height:100%;border:0;outline:0;padding:0 14px;color:#111827;font:700 18px/1 system-ui;background:transparent}.sh-tco input[type=range]{width:100%;accent-color:var(--sh-brand)}.sh-tco label>strong{display:block;color:var(--sh-brand);font-size:13px;margin-top:5px}.sh-tco__result{position:relative;padding:38px 40px;background:linear-gradient(135deg,#2f078e,#4a0fbd 60%,#5b21d4);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:330px}.sh-tco__result::after{content:"";position:absolute;right:-90px;bottom:-110px;width:300px;height:300px;border-radius:50%;border:60px solid rgba(255,255,255,.05)}.sh-tco__result>p{position:relative;z-index:2;font:500 14px/1.6 system-ui;color:rgba(255,255,255,.77);margin:0}.sh-tco__result>strong{position:relative;z-index:2;display:block;font:800 clamp(38px,5vw,62px)/1.05 system-ui;letter-spacing:-.04em;margin:12px 0}.sh-tco__solution{position:relative;z-index:2;display:grid;grid-template-columns:30px 1fr;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);font:500 12px/1.55 system-ui;color:rgba(255,255,255,.76)}.sh-tco__solution svg{width:22px;height:22px;color:#a5f3fc}

.sh-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sh-feature-card{padding:22px 20px;border:1px solid var(--sh-line);border-radius:15px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.sh-feature-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(15,23,42,.07)}.sh-feature-card h3{font-size:17px;margin:15px 0 7px;color:#111827}.sh-feature-card p{font:400 13px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#64748b;margin:0}

.sh-tester-layout{display:grid;grid-template-columns:.84fr 1.16fr;gap:70px;align-items:center}.sh-run-test{margin-top:25px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.07);color:#fff;font:700 12px/1 system-ui;cursor:pointer}.sh-run-test svg{width:15px;height:15px}.sh-run-test:hover{background:rgba(255,255,255,.12)}.sh-terminal{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#070b14;box-shadow:0 28px 70px rgba(0,0,0,.28)}.sh-terminal__head{height:43px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#0e1528;border-bottom:1px solid rgba(255,255,255,.07)}.sh-terminal__head>span{width:7px;height:7px;border-radius:50%;background:#fb7185}.sh-terminal__head>span:nth-child(2){background:#fbbf24}.sh-terminal__head>span:nth-child(3){background:#34d399}.sh-terminal__head code{margin-left:auto;color:#64748b;font-size:10px}.sh-terminal__body{padding:17px}.sh-diag-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 7px;border-bottom:1px solid rgba(255,255,255,.055);font:500 12px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.sh-diag-row:last-child{border-bottom:0}.sh-diag-row__name{display:flex;align-items:center;gap:9px;color:#cbd5e1}.sh-diag-row__name svg{width:14px;height:14px;color:#64748b}.sh-diag-row strong{font-size:10px;color:#5eead4;letter-spacing:.06em;text-transform:uppercase}.sh-diag-row.is-testing .sh-diag-row__name svg{color:#fbbf24;animation:sh-spin 1s linear infinite}.sh-diag-row.is-testing strong{color:#fbbf24}.sh-diag-row.is-ready .sh-diag-row__name svg{color:#2dd4bf}@keyframes sh-spin{to{transform:rotate(360deg)}}

.sh-integration-grid{display:grid;grid-template-columns:.34fr .34fr .66fr;gap:15px;align-items:stretch}.sh-integration-card,.sh-code-card{border:1px solid var(--sh-line);border-radius:16px;background:#fff}.sh-integration-card{position:relative;padding:25px 22px;min-height:280px}.sh-integration-card>svg{width:31px;height:31px;color:var(--sh-brand);margin:24px 0 12px}.sh-integration-card__tag{position:absolute;top:18px;right:18px;padding:5px 7px;border-radius:6px;background:#f2efff;color:var(--sh-brand);font:800 9px/1 ui-monospace;letter-spacing:.07em}.sh-integration-card h3{font-size:20px;margin:0 0 8px}.sh-integration-card p{font:400 14px/1.65 system-ui;color:#64748b;margin:0}.sh-code-card{overflow:hidden;background:#0b1020;color:#e2e8f0;grid-column:auto}.sh-code-card__head{height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.08);background:#11182b;color:#a9b4c7;font:650 10px/1.2 system-ui}.sh-code-card__head code{color:#a5f3fc}.sh-code-card pre{margin:0;padding:22px;overflow:auto;height:calc(100% - 48px);min-height:230px}.sh-code-card code{font:500 11px/1.72 ui-monospace,SFMono-Regular,Menlo,monospace;color:#dbeafe}

.sh-capacity{display:grid;grid-template-columns:72px 1fr;gap:25px;align-items:start}.sh-capacity__icon{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;background:#fff;color:var(--sh-brand);border:1px solid rgba(61,5,177,.14);box-shadow:0 9px 26px rgba(61,5,177,.08)}.sh-capacity__icon svg{width:29px;height:29px}.sh-capacity h2{font-size:clamp(30px,3.3vw,44px);margin-top:8px}.sh-capacity>div>p:last-child{max-width:940px;font-size:16px}

.sh-faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sh-faq details{border:1px solid var(--sh-line);border-radius:13px;background:#fff;overflow:hidden}.sh-faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:19px 20px;cursor:pointer;color:#172033;font-size:15px;font-weight:750}.sh-faq summary::-webkit-details-marker{display:none}.sh-faq summary svg{width:17px;height:17px;flex:0 0 auto;color:var(--sh-brand);transition:transform .2s ease}.sh-faq details[open] summary svg{transform:rotate(45deg)}.sh-faq details p{margin:0;padding:0 20px 20px;color:#64748b;font:400 14px/1.7 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

.sh-cta{position:relative;padding:0 0 90px;background:#fff}.sh-cta__box{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#2b067f,#3d05b1 55%,#5b21d4);color:#fff;padding:52px 48px;display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;box-shadow:0 24px 65px rgba(61,5,177,.20)}.sh-cta__box::after{content:"";position:absolute;right:-110px;top:-170px;width:420px;height:420px;border-radius:50%;border:70px solid rgba(255,255,255,.055)}.sh-cta h2{color:#fff;font-size:clamp(31px,3.6vw,49px);max-width:790px;margin:12px 0 13px}.sh-cta p:not(.sh-kicker){font:400 16px/1.65 system-ui;color:rgba(255,255,255,.74);max-width:760px;margin:0}.sh-cta__actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:220px}.sh-cta__actions .btn{width:100%;justify-content:center;text-align:center;border-radius:10px}

.selfhosted-page .site-footer{border-top:1px solid rgba(15,23,42,.08);background:#fff}

@media (max-width:1080px){
  .sh-hero__layout{grid-template-columns:1fr;gap:52px}.sh-hero{padding-top:72px}.sh-flow{max-width:780px}.sh-market-grid{grid-template-columns:repeat(2,1fr)}.sh-feature-grid{grid-template-columns:repeat(2,1fr)}.sh-usecases{grid-template-columns:repeat(3,1fr)}.sh-integration-grid{grid-template-columns:1fr 1fr}.sh-code-card{grid-column:1/-1}.sh-split,.sh-tester-layout{grid-template-columns:1fr;gap:42px}.sh-tester-layout .sh-section__head{margin-bottom:0}.sh-cta__box{grid-template-columns:1fr}.sh-cta__actions{flex-direction:row;min-width:0}.sh-cta__actions .btn{width:auto}
}
@media (max-width:760px){
  .selfhosted-page .container{padding-left:17px;padding-right:17px}.sh-language{right:10px;top:86px}.sh-language__summary{min-width:auto;padding:8px 10px}.sh-language__summary span:nth-child(2){display:none}.sh-language__menu{width:180px}
  .sh-hero{min-height:auto;padding:72px 0 66px}.sh-hero__copy h1{font-size:clamp(39px,11vw,56px)}.sh-hero__lead{font-size:17px}.sh-hero__actions{align-items:flex-start;flex-direction:column}.sh-flow__canvas{grid-template-columns:1fr;padding:28px 24px;gap:10px;min-height:0}.sh-flow__node{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px;text-align:left;padding:5px 0}.sh-flow__icon{width:46px;height:46px;margin:0}.sh-flow__node strong{font-size:12px}.sh-flow__connector{left:23px;top:49px;width:1px;height:20px;background:linear-gradient(#67e8f9,#9b87f5)}.sh-flow__connector::after{top:-2px;left:-2px;animation:sh-packet-v 1.6s linear infinite}@keyframes sh-packet-v{0%{top:-2px;opacity:0}20%{opacity:1}100%{top:calc(100% - 2px);opacity:0}}.sh-flow__metrics{grid-template-columns:1fr 1fr}.sh-flow__metrics span:nth-child(2){border-right:0}.sh-flow__metrics span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.07)}
  .sh-section{padding:76px 0}.sh-section__head h2,.sh-capacity h2,.sh-cta h2{font-size:clamp(31px,9vw,43px)}.sh-section__head>p:last-child{font-size:16px}.sh-requirements{padding:20px}.sh-requirements__grid,.sh-timeline,.sh-market-grid,.sh-feature-grid,.sh-faq{grid-template-columns:1fr}.sh-usecases{grid-template-columns:1fr 1fr}.sh-tco{grid-template-columns:1fr}.sh-tco__controls,.sh-tco__result{padding:28px 22px}.sh-integration-grid{grid-template-columns:1fr}.sh-code-card{grid-column:auto}.sh-capacity{grid-template-columns:1fr}.sh-capacity__icon{width:58px;height:58px}.sh-cta{padding-bottom:60px}.sh-cta__box{padding:38px 24px;border-radius:18px}.sh-cta__actions{flex-direction:column;width:100%}.sh-cta__actions .btn{width:100%}.sh-market-card{min-height:200px}
}
@media (max-width:460px){.sh-usecases{grid-template-columns:1fr}.sh-badges{gap:7px}.sh-badges span{width:100%;justify-content:flex-start}.sh-flow__hostname{font-size:9px}.sh-timeline__item{grid-template-columns:42px 1fr;padding:18px}.sh-timeline__index{width:38px;height:38px;line-height:38px;font-size:14px}.sh-tco__result>strong{font-size:39px}.sh-faq summary{font-size:14px}}

@media (prefers-reduced-motion:reduce){.sh-flow__connector::after,.sh-diag-row.is-testing .sh-diag-row__name svg{animation:none!important}.sh-timeline__item,.sh-feature-card{transition:none!important}}

/* =========================================================
   Ware Send — Enterprise interface refresh
   Mantém a estrutura funcional da página e eleva apenas
   a identidade do produto e a apresentação da arquitetura.
========================================================= */
.selfhosted-page{
  --sh-deep:#070a12;
  --sh-panel:#0d1220;
  --sh-panel-2:#11182a;
  --sh-purple:#7447e7;
  --sh-purple-soft:#a78bfa;
  --sh-blue:#38bdf8;
  --sh-teal:#2dd4bf;
}
.selfhosted-page main{background:#fff}
.selfhosted-page .header:not(.header--scrolled){background:rgba(7,10,18,.7);backdrop-filter:blur(14px);border-bottom-color:rgba(255,255,255,.06)}

.sh-hero{
  min-height:780px;
  padding:116px 0 92px;
  background:
    radial-gradient(circle at 72% 18%,rgba(116,71,231,.22),transparent 34%),
    radial-gradient(circle at 90% 62%,rgba(56,189,248,.09),transparent 28%),
    linear-gradient(145deg,#070a12 0%,#0a1020 48%,#0b1122 100%);
}
.sh-hero::before{background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.9) 72%,transparent 100%)}
.sh-hero::after{left:auto;right:2%;bottom:-180px;transform:none;width:620px;height:380px;background:radial-gradient(ellipse,rgba(116,71,231,.16),transparent 68%)}
.sh-hero__ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.sh-hero__ambient span{position:absolute;border-radius:999px;filter:blur(45px);opacity:.32;animation:shAmbient 16s ease-in-out infinite alternate}
.sh-hero__ambient span:nth-child(1){width:360px;height:360px;left:-170px;top:140px;background:rgba(116,71,231,.35)}
.sh-hero__ambient span:nth-child(2){width:280px;height:280px;right:4%;top:120px;background:rgba(56,189,248,.16);animation-delay:-5s}
.sh-hero__ambient span:nth-child(3){width:230px;height:230px;right:24%;bottom:10px;background:rgba(45,212,191,.08);animation-delay:-9s}
@keyframes shAmbient{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(28px,-18px,0) scale(1.08)}}
.sh-hero__layout{grid-template-columns:minmax(0,.94fr) minmax(560px,1.06fr);gap:62px;align-items:center}
.sh-brand-lockup{display:flex;align-items:center;gap:14px;margin-bottom:34px}
.sh-brand-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,rgba(116,71,231,.18),rgba(56,189,248,.06));border:1px solid rgba(167,139,250,.28);box-shadow:0 16px 45px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.08)}
.sh-brand-mark svg{width:44px;height:44px;overflow:visible}.sh-brand-mark__frame{fill:none;stroke:rgba(255,255,255,.18);stroke-width:1.4}.sh-brand-mark__w{fill:none;stroke:#f7f3ff;stroke-width:5.3;stroke-linecap:round;stroke-linejoin:round}.sh-brand-mark__cut{stroke:#53d2f5;stroke-width:2.6;stroke-linecap:round}
.sh-brand-lockup__text strong,.sh-brand-lockup__text small{display:block}.sh-brand-lockup__text strong{font:800 24px/1.05 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:-.025em;color:#fff}.sh-brand-lockup__text small{margin-top:6px;color:rgba(255,255,255,.48);font:650 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.055em;text-transform:uppercase}
.sh-hero__copy h1{font-size:clamp(42px,4.5vw,64px);max-width:720px;line-height:1.01;letter-spacing:-.052em;margin:17px 0 22px}
.sh-hero__lead{max-width:700px;color:rgba(240,244,255,.7);font-size:clamp(17px,1.35vw,20px);line-height:1.72}
.sh-badges{margin-top:26px}.sh-badges span{border-radius:9px;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.09);padding:9px 11px;color:rgba(255,255,255,.76)}
.sh-hero__actions{margin-top:32px}.sh-btn-link{border-bottom:0;color:rgba(255,255,255,.78)}.sh-btn-link:hover{color:#fff}

.sh-architecture{position:relative;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:linear-gradient(180deg,rgba(15,21,39,.94),rgba(8,12,24,.94));box-shadow:0 38px 100px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.055);overflow:hidden}
.sh-architecture::before{content:"";position:absolute;inset:54px 0 0;background:radial-gradient(circle at 51% 42%,rgba(116,71,231,.11),transparent 38%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,30px 30px,30px 30px;pointer-events:none}
.sh-architecture__head{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(4,8,18,.35)}
.sh-architecture__head>div span,.sh-architecture__head>div strong{display:block}.sh-architecture__head>div span{color:#8f84b9;font:800 8px/1.1 ui-monospace,monospace;letter-spacing:.12em}.sh-architecture__head>div strong{max-width:390px;margin-top:7px;color:rgba(255,255,255,.78);font:650 11px/1.45 system-ui}
.sh-architecture__mode{display:flex;align-items:center;gap:7px;color:#79e1bf;font:800 8px/1 ui-monospace,monospace;letter-spacing:.08em;white-space:nowrap}.sh-architecture__mode i{width:6px;height:6px;border-radius:50%;background:#42d49b;box-shadow:0 0 13px rgba(66,212,155,.85)}
.sh-architecture__map{position:relative;z-index:2;display:grid;grid-template-columns:1fr 44px 1.18fr 44px .88fr;gap:8px;align-items:center;padding:32px 22px 26px;min-height:350px}
.sh-arch-zone{min-width:0}.sh-arch-zone__label{display:block;margin-bottom:12px;color:#766f8b;font:800 8px/1 ui-monospace,monospace;letter-spacing:.11em;text-transform:uppercase}
.sh-arch-source,.sh-arch-target{display:grid;grid-template-columns:34px 1fr;grid-template-areas:"icon title" "icon meta";column-gap:10px;align-items:center;padding:12px 11px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.025)}
.sh-arch-source+.sh-arch-source{margin-top:9px}.sh-arch-source>svg,.sh-arch-target>svg{grid-area:icon;width:18px;height:18px;color:#8fbff5}.sh-arch-source span,.sh-arch-target strong{grid-area:title;color:#edf2ff;font:700 10px/1.25 system-ui}.sh-arch-source small,.sh-arch-target small{grid-area:meta;margin-top:3px;color:#665f79;font:650 7px/1 ui-monospace,monospace;letter-spacing:.04em}
.sh-arch-route{position:relative;height:2px;background:linear-gradient(90deg,rgba(56,189,248,.08),rgba(116,71,231,.55),rgba(56,189,248,.08));overflow:visible}.sh-arch-route::after{content:"";position:absolute;right:-3px;top:-3px;width:7px;height:7px;border-top:1px solid rgba(125,211,252,.72);border-right:1px solid rgba(125,211,252,.72);transform:rotate(45deg)}.sh-arch-route i{position:absolute;top:-2px;left:-4px;width:6px;height:6px;border-radius:50%;background:#67d6f5;box-shadow:0 0 10px rgba(103,214,245,.9);animation:shRoute 2.8s linear infinite}.sh-arch-route i:nth-child(2){animation-delay:.9s}.sh-arch-route i:nth-child(3){animation-delay:1.8s}
@keyframes shRoute{0%{transform:translateX(0);opacity:0}15%{opacity:1}85%{opacity:1}100%{transform:translateX(44px);opacity:0}}
.sh-engine-core{padding:15px;border:1px solid rgba(167,139,250,.24);border-radius:15px;background:linear-gradient(160deg,rgba(116,71,231,.15),rgba(255,255,255,.025));box-shadow:0 18px 46px rgba(0,0,0,.24);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.sh-engine-core.is-active{border-color:rgba(103,214,245,.65);box-shadow:0 0 0 3px rgba(56,189,248,.06),0 24px 60px rgba(0,0,0,.3);transform:translateY(-2px)}
.sh-engine-core__top{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07)}.sh-engine-core__brandmark{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#6d3fda,#4b24a8);color:#fff;font:900 17px/1 system-ui;box-shadow:inset 0 1px rgba(255,255,255,.18)}.sh-engine-core__top strong,.sh-engine-core__top small{display:block}.sh-engine-core__top strong{color:#fff;font:750 11px/1.15 system-ui}.sh-engine-core__top small{margin-top:4px;color:#71698a;font:600 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.05em}
.sh-engine-core__stack{display:grid;gap:7px;margin-top:11px}.sh-engine-core__stack span{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:8px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.05);color:#cbd5e1;font:650 8px/1.25 system-ui;transition:background .2s ease,border-color .2s ease,color .2s ease}.sh-engine-core__stack span svg{width:13px;height:13px;color:#8374c7}.sh-engine-core__stack span.is-active{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.2);color:#fff}.sh-engine-core__stack span.is-active svg{color:#67d6f5}
.sh-arch-target{padding:16px 12px}.sh-arch-target.is-active{border-color:rgba(45,212,191,.42);background:rgba(45,212,191,.055)}.sh-arch-target>svg{color:#5eead4}.sh-arch-auth{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:9px}.sh-arch-auth span{padding:6px 5px;text-align:center;border:1px solid rgba(255,255,255,.06);border-radius:7px;background:rgba(255,255,255,.025);color:#766f88;font:700 7px/1 ui-monospace,monospace}
.sh-event-stream{position:relative;z-index:2;display:grid;grid-template-columns:108px 1fr;gap:12px;align-items:center;margin:0 22px 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(3,7,16,.55)}.sh-event-stream__label{color:#625b78;font:800 7px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-event-stream ol{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0;padding:0}.sh-event-stream li{display:flex;gap:7px;align-items:center;min-width:0;color:#665f78;font:650 7px/1.2 ui-monospace,monospace;transition:color .25s ease}.sh-event-stream li time{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.025);font-size:7px}.sh-event-stream li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-event-stream li.is-active{color:#dff7ff}.sh-event-stream li.is-active time{border-color:rgba(56,189,248,.35);background:rgba(56,189,248,.09);color:#67d6f5}
.sh-architecture__caption{position:relative;z-index:2;margin:0;padding:0 22px 18px;color:#625c75;font:500 9px/1.55 system-ui}

.sh-positioning{padding:84px 0;background:#f7f8fb;border-bottom:1px solid rgba(15,23,42,.07)}
.sh-positioning__layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.sh-positioning__intro h2{max-width:660px;margin:12px 0 18px;color:#0f172a;font-size:clamp(35px,4vw,55px);line-height:1.05;letter-spacing:-.042em}.sh-positioning__intro>p:last-child{max-width:670px;margin:0;color:#667085;font:400 17px/1.75 system-ui}
.sh-positioning__cards{display:grid;gap:13px}.sh-position-card{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:15px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.055)}.sh-position-card--strong{border-color:rgba(116,71,231,.18);background:linear-gradient(145deg,#fff,#fbf9ff)}.sh-position-card>span{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#f0ebff;color:#5e37b8}.sh-position-card>span svg{width:19px;height:19px}.sh-position-card h3{margin:1px 0 7px;color:#172033;font-size:17px;letter-spacing:-.015em}.sh-position-card p{margin:0;color:#667085;font:400 14px/1.65 system-ui}

/* Sections: acabamento corporativo mais sóbrio */
.sh-section{padding:108px 0}.sh-section--soft{background:#f6f7fa}.sh-section--dark{background:linear-gradient(145deg,#080c16,#0d1426);}.sh-section--cost{background:#f7f8fb}.sh-section--tester{background:linear-gradient(145deg,#080c16,#0c1325)}.sh-section--capacity{background:#f4f2fb;border-top:1px solid rgba(116,71,231,.08);border-bottom:1px solid rgba(116,71,231,.08)}
.sh-section__head h2,.sh-capacity h2,.sh-cta h2{letter-spacing:-.042em}
.sh-requirements,.sh-timeline__item,.sh-feature-card,.sh-integration-card,.sh-faq details{border-radius:14px;box-shadow:none}
.sh-requirements{border-color:rgba(15,23,42,.08);box-shadow:0 24px 70px rgba(15,23,42,.055)}
.sh-feature-card{min-height:205px}.sh-feature-card:hover{border-color:rgba(116,71,231,.18);box-shadow:0 18px 48px rgba(15,23,42,.07)}
.sh-market-card--featured{border-color:rgba(116,71,231,.28)!important;box-shadow:0 18px 50px rgba(61,5,177,.09)}
.sh-terminal{border-color:rgba(255,255,255,.08);background:#060a13}.sh-terminal__head{background:#0b1120}.sh-diag-row{padding:11px 8px}
.sh-code-card{background:#070b14}.sh-code-card__head{background:#0d1424}
.sh-cta__box{background:linear-gradient(135deg,#240a66,#3d1393 55%,#5420b9)}

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

@media(max-width:1120px){
  .sh-site-header__row{height:74px}.sh-site-header__cta{display:none}.sh-site-nav{gap:1px}.sh-site-nav>a{padding:9px 7px;font-size:11px}
  .sh-hero__layout{grid-template-columns:1fr;gap:48px}.sh-architecture{max-width:900px}.sh-positioning__layout{grid-template-columns:1fr;gap:38px}
}
@media(max-width:760px){
  .sh-site-header__row{height:68px}.sh-site-brand__copy small{display:none}.sh-site-navbtn{display:block}.sh-site-tools{gap:7px}.sh-language__label{display:none}.sh-language__summary{min-width:38px;justify-content:center;padding:0 8px}.sh-language__summary svg{display:none}
  .sh-site-nav{position:absolute;left:14px;right:14px;top:76px;display:grid;gap:3px;padding:10px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(8,12,28,.95);box-shadow:0 24px 60px rgba(0,0,0,.32);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.sh-site-nav.is-open{opacity:1;visibility:visible;transform:none}.sh-site-nav>a{padding:12px 12px;color:rgba(255,255,255,.82);font-size:12px}.sh-site-nav__company{border-left:0;border-top:1px solid rgba(255,255,255,.1);margin:4px 0 0!important;padding:13px 12px 10px!important}.sh-site-header.is-scrolled .sh-site-nav{background:rgba(255,255,255,.98);border-color:rgba(15,23,42,.09)}.sh-site-header.is-scrolled .sh-site-nav>a{color:#4b5568}.sh-site-header.is-scrolled .sh-site-nav__company{border-color:rgba(15,23,42,.08)}.sh-site-header.is-menu-open{background:rgba(7,10,24,.96);backdrop-filter:blur(18px)}.sh-site-header.is-menu-open .sh-site-brand__copy strong{color:#fff}.sh-site-header.is-menu-open .sh-site-brand__mark svg path:first-child{stroke:#fff}.sh-site-header.is-menu-open .sh-site-navbtn i{background:#fff}
  .sh-hero{padding:118px 0 68px}.sh-brand-lockup{margin-bottom:28px}.sh-brand-mark{width:52px;height:52px}.sh-brand-lockup__text strong{font-size:21px}.sh-brand-lockup__text small{max-width:220px;line-height:1.35}.sh-hero__copy h1{font-size:clamp(36px,10.2vw,51px)}
  .sh-architecture__head{flex-direction:column}.sh-architecture__map{grid-template-columns:1fr;gap:11px;padding:25px 18px}.sh-arch-route{width:2px;height:30px;margin:0 auto;background:linear-gradient(rgba(56,189,248,.08),rgba(116,71,231,.55),rgba(56,189,248,.08))}.sh-arch-route::after{right:-3px;top:auto;bottom:-2px;transform:rotate(135deg)}.sh-arch-route i{top:-4px;left:-2px;animation:shRouteV 2.4s linear infinite}.sh-arch-route i:nth-child(2){animation-delay:.8s}.sh-arch-route i:nth-child(3){animation-delay:1.6s}@keyframes shRouteV{0%{transform:translateY(0);opacity:0}15%{opacity:1}85%{opacity:1}100%{transform:translateY(30px);opacity:0}}
  .sh-event-stream{grid-template-columns:1fr;margin:0 18px 16px}.sh-event-stream ol{grid-template-columns:1fr 1fr;gap:8px 12px}.sh-architecture__caption{padding:0 18px 18px}.sh-positioning{padding:70px 0}.sh-positioning__intro h2{font-size:clamp(31px,9vw,43px)}
}
@media(max-width:480px){.sh-event-stream ol{grid-template-columns:1fr}.sh-position-card{grid-template-columns:38px 1fr;padding:18px}.sh-position-card>span{width:36px;height:36px}.sh-brand-lockup__text small{font-size:8px}}
@media(prefers-reduced-motion:reduce){.sh-hero__ambient span,.sh-arch-route i{animation:none!important}.sh-reveal{opacity:1;transform:none;transition:none}.sh-engine-core,.sh-engine-core__stack span,.sh-event-stream li{transition:none}}

/* =========================================================
   Ware Send v69 — host visual, arquitetura em destaque,
   interações de profundidade e FAQ em coluna única.
========================================================= */
.sh-host-visual{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.17);border-radius:22px;background:linear-gradient(180deg,rgba(8,13,26,.9),rgba(4,8,18,.96));box-shadow:0 42px 110px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.07);backdrop-filter:blur(18px);isolation:isolate}
.sh-host-visual::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 70% 15%,rgba(56,189,248,.13),transparent 34%),radial-gradient(circle at 26% 82%,rgba(116,71,231,.18),transparent 38%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,auto,26px 26px,26px 26px}
.sh-host-visual__chrome{height:48px;display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(3,7,16,.56);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.sh-host-visual__chrome code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#78849b;font-size:9px}.sh-host-visual__lights{display:flex;gap:6px}.sh-host-visual__lights i{width:7px;height:7px;border-radius:50%;background:#fb7185}.sh-host-visual__lights i:nth-child(2){background:#fbbf24}.sh-host-visual__lights i:nth-child(3){background:#34d399}.sh-host-visual__state{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:#87e8c4;font-size:8px;font-weight:800;letter-spacing:.1em;white-space:nowrap}.sh-host-visual__state i{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.09),0 0 15px rgba(52,211,153,.7);animation:shHostState 2s ease-in-out infinite}@keyframes shHostState{50%{opacity:.45;box-shadow:0 0 0 8px rgba(52,211,153,0),0 0 20px rgba(52,211,153,.45)}}
.sh-host-visual__body{padding:24px}.sh-host-rack{position:relative;display:grid;gap:8px;padding:16px 17px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:linear-gradient(180deg,rgba(15,23,42,.78),rgba(5,9,19,.86));box-shadow:inset 0 0 0 1px rgba(0,0,0,.3),inset 0 18px 50px rgba(255,255,255,.014)}.sh-host-rack__rail{position:absolute;top:12px;bottom:12px;width:4px;border-radius:99px;background:repeating-linear-gradient(to bottom,#39445a 0 3px,#0c1220 3px 9px);opacity:.6}.sh-host-rack__rail--left{left:7px}.sh-host-rack__rail--right{right:7px}
.sh-host-unit{position:relative;display:grid;grid-template-columns:30px 38px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:66px;padding:10px 14px;border:1px solid rgba(148,163,184,.10);border-radius:9px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:inset 0 1px rgba(255,255,255,.04),0 8px 20px rgba(0,0,0,.16);transition:background .3s ease,transform .3s ease}.sh-host-unit--engine{border-color:rgba(167,139,250,.28);background:linear-gradient(100deg,rgba(91,33,212,.18),rgba(56,189,248,.045) 62%,rgba(255,255,255,.02))}.sh-host-unit__index{color:#4e5a70;font:700 8px/1 ui-monospace,monospace}.sh-host-unit__icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:rgba(116,71,231,.12);color:#b9a7ff;border:1px solid rgba(167,139,250,.14)}.sh-host-unit__icon svg{width:16px;height:16px}.sh-host-unit__copy{min-width:0}.sh-host-unit__copy strong,.sh-host-unit__copy small{display:block}.sh-host-unit__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eef2ff;font:750 10px/1.2 system-ui;letter-spacing:.015em}.sh-host-unit__copy small{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667189;font:600 8px/1 ui-monospace,monospace}.sh-host-unit__leds{display:flex;gap:5px}.sh-host-unit__leds i{width:5px;height:5px;border-radius:50%;background:#22d3ee;box-shadow:0 0 8px rgba(34,211,238,.7);animation:shHostLed 1.8s ease-in-out infinite}.sh-host-unit__leds i:nth-child(2){animation-delay:.35s;background:#a78bfa}.sh-host-unit__leds i:nth-child(3){animation-delay:.7s;background:#34d399}@keyframes shHostLed{50%{opacity:.25;transform:scale(.75)}}.sh-host-unit__activity{display:flex;align-items:flex-end;gap:2px;height:16px}.sh-host-unit__activity i{width:3px;height:6px;border-radius:2px;background:#38bdf8;animation:shHostBars 1.25s ease-in-out infinite alternate}.sh-host-unit__activity i:nth-child(2){height:11px;animation-delay:.15s}.sh-host-unit__activity i:nth-child(3){height:15px;animation-delay:.3s}.sh-host-unit__activity i:nth-child(4){height:9px;animation-delay:.45s}.sh-host-unit__activity i:nth-child(5){height:13px;animation-delay:.6s}@keyframes shHostBars{to{height:3px;opacity:.35}}.sh-host-unit__status{padding:5px 7px;border:1px solid rgba(45,212,191,.15);border-radius:5px;background:rgba(45,212,191,.06);color:#73e8cc;font:800 7px/1 ui-monospace,monospace;letter-spacing:.08em}
.sh-host-path{position:relative;display:grid;grid-template-columns:auto 1fr auto 1fr auto;gap:10px;align-items:center;margin:18px 3px 0}.sh-host-path span{display:inline-flex;align-items:center;gap:6px;color:#a9b4c8;font:700 8px/1 ui-monospace,monospace;white-space:nowrap}.sh-host-path span svg{width:13px;height:13px;color:#67d6f5}.sh-host-path b{position:relative;height:1px;overflow:visible;background:linear-gradient(90deg,rgba(56,189,248,.12),rgba(167,139,250,.65),rgba(56,189,248,.12))}.sh-host-path b::after{content:"";position:absolute;top:-2px;left:-4px;width:5px;height:5px;border-radius:50%;background:#67d6f5;box-shadow:0 0 10px rgba(103,214,245,.85);animation:shHostPacket 2.2s linear infinite}.sh-host-path b:nth-of-type(2)::after{animation-delay:1.05s}@keyframes shHostPacket{0%{left:-4px;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:calc(100% - 2px);opacity:0}}
.sh-host-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:16px}.sh-host-meta span{padding:10px;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:rgba(255,255,255,.018)}.sh-host-meta small,.sh-host-meta strong{display:block}.sh-host-meta small{color:#4f5a70;font:700 7px/1 ui-monospace,monospace;letter-spacing:.08em}.sh-host-meta strong{margin-top:5px;color:#aeb9ca;font:650 8px/1.2 ui-monospace,monospace}

.sh-section--architecture{overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(116,71,231,.16),transparent 38%),linear-gradient(145deg,#070b14,#0b1121 54%,#0c1325);color:#fff;padding-top:118px;padding-bottom:118px}.sh-section--architecture::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.sh-architecture-intro{position:relative;z-index:2;max-width:900px}.sh-architecture-intro h2{font-size:clamp(36px,4.5vw,62px)}.sh-architecture--wide{position:relative;z-index:2;max-width:none;margin-top:36px;border-color:rgba(125,211,252,.12);box-shadow:0 55px 130px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.055);transform-origin:center center}.sh-architecture--wide .sh-architecture__head{padding:20px 23px}.sh-architecture--wide .sh-architecture__head>div span{font-size:9px}.sh-architecture--wide .sh-architecture__head>div strong{max-width:650px;font-size:13px}.sh-architecture--wide .sh-architecture__mode{font-size:9px}.sh-architecture--wide .sh-architecture__map{grid-template-columns:1fr 70px 1.25fr 70px .95fr;min-height:430px;padding:44px 38px 34px;gap:14px}.sh-architecture--wide .sh-arch-zone__label{margin-bottom:15px;font-size:9px}.sh-architecture--wide .sh-arch-source,.sh-architecture--wide .sh-arch-target{padding:16px 14px;grid-template-columns:39px 1fr}.sh-architecture--wide .sh-arch-source span,.sh-architecture--wide .sh-arch-target strong{font-size:12px}.sh-architecture--wide .sh-arch-source small,.sh-architecture--wide .sh-arch-target small{font-size:8px}.sh-architecture--wide .sh-engine-core{padding:20px}.sh-architecture--wide .sh-engine-core__brandmark{width:42px;height:42px;font-size:20px}.sh-architecture--wide .sh-engine-core__top strong{font-size:13px}.sh-architecture--wide .sh-engine-core__top small{font-size:8px}.sh-architecture--wide .sh-engine-core__stack span{padding:10px 11px;font-size:9px}.sh-architecture--wide .sh-event-stream{grid-template-columns:140px 1fr;margin:0 38px 25px;padding:15px 17px}.sh-architecture--wide .sh-event-stream__label,.sh-architecture--wide .sh-event-stream li{font-size:8px}.sh-architecture--wide .sh-architecture__caption{padding:0 38px 28px;font-size:10px}.sh-architecture.is-focused{animation:shArchitectureFocus 1.4s cubic-bezier(.2,.8,.2,1)}@keyframes shArchitectureFocus{0%{transform:scale(.985);box-shadow:0 45px 110px rgba(0,0,0,.4),0 0 0 0 rgba(56,189,248,0)}35%{transform:scale(1.018);box-shadow:0 65px 145px rgba(0,0,0,.52),0 0 0 2px rgba(56,189,248,.28),0 0 70px rgba(116,71,231,.25)}100%{transform:scale(1);box-shadow:0 55px 130px rgba(0,0,0,.46),0 0 0 0 rgba(56,189,248,0)}}

/* Interações: profundidade + spotlight baseado na posição real do mouse. */
.sh-interactive-surface{position:relative;isolation:isolate;overflow:hidden;transform:perspective(900px) translateY(0) rotateX(0) rotateY(0);transform-style:preserve-3d;will-change:transform;transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,background-color .32s ease}.sh-interactive-surface::after{content:"";position:absolute;z-index:-1;inset:-1px;pointer-events:none;background:radial-gradient(360px circle at var(--mx,50%) var(--my,50%),rgba(116,71,231,.17),transparent 55%);opacity:0;transition:opacity .28s ease}.sh-interactive-surface:hover{transform:perspective(900px) translateY(-6px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));box-shadow:0 24px 58px rgba(15,23,42,.11)}.sh-interactive-surface:hover::after{opacity:1}.sh-interactive-surface .sh-iconbox,.sh-interactive-surface>span:first-child{transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease}.sh-interactive-surface:hover .sh-iconbox,.sh-interactive-surface:hover>span:first-child{transform:translateZ(18px) translateY(-2px)}.sh-identity-card.sh-interactive-surface::after{background:radial-gradient(380px circle at var(--mx,50%) var(--my,50%),rgba(56,189,248,.11),rgba(116,71,231,.08) 28%,transparent 58%)}.sh-identity-card.sh-interactive-surface:hover{box-shadow:0 24px 60px rgba(0,0,0,.28)}

/* FAQ em leitura linear, sem duas colunas concorrendo pela atenção. */
.sh-faq{grid-template-columns:1fr;gap:10px;max-width:960px}.sh-faq details{transition:background .25s ease,box-shadow .25s ease,transform .25s ease}.sh-faq details[open]{background:#fbfaff;box-shadow:0 16px 42px rgba(61,5,177,.07);transform:translateX(4px)}

/* Conteúdo semântico útil para busca e para equipes técnicas. */
.sh-seo-topics{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sh-seo-topic{padding:24px;border:1px solid rgba(15,23,42,.08);border-radius:15px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.045)}.sh-seo-topic h3{display:flex;align-items:center;gap:9px;margin:0 0 9px;color:#111827;font-size:18px}.sh-seo-topic h3 svg{width:19px;height:19px;color:var(--sh-brand)}.sh-seo-topic p{margin:0;color:#667085;font:400 14px/1.72 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

@media(max-width:1120px){.sh-host-visual{max-width:860px}.sh-architecture--wide .sh-architecture__map{grid-template-columns:1fr 48px 1.2fr 48px .95fr;padding-left:26px;padding-right:26px}.sh-architecture--wide .sh-event-stream{margin-left:26px;margin-right:26px}}
@media(max-width:760px){.sh-host-visual__body{padding:16px}.sh-host-unit{grid-template-columns:24px 34px minmax(0,1fr);padding:9px 11px}.sh-host-unit__leds,.sh-host-unit__activity,.sh-host-unit__status{display:none}.sh-host-meta{grid-template-columns:1fr}.sh-host-path{grid-template-columns:auto 1fr auto}.sh-host-path span:nth-of-type(2),.sh-host-path b:nth-of-type(2){display:none}.sh-section--architecture{padding-top:82px;padding-bottom:82px}.sh-architecture--wide .sh-architecture__map{grid-template-columns:1fr;min-height:0;padding:28px 18px}.sh-architecture--wide .sh-event-stream{grid-template-columns:1fr;margin:0 18px 18px}.sh-architecture--wide .sh-architecture__caption{padding:0 18px 20px}.sh-architecture.is-focused{animation:none;box-shadow:0 35px 90px rgba(0,0,0,.42),0 0 0 2px rgba(56,189,248,.18)}.sh-interactive-surface:hover{transform:translateY(-3px)}.sh-faq details[open]{transform:none}.sh-seo-topics{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.sh-host-visual__state i,.sh-host-unit__leds i,.sh-host-unit__activity i,.sh-host-path b::after,.sh-architecture.is-focused{animation:none!important}.sh-interactive-surface,.sh-interactive-surface *{transition:none!important}.sh-interactive-surface:hover{transform:none}}

/* ===== v70 — Ware Send interaction system ===== */
/* CTAs próprios da página: não herdam o visual de botões do site institucional. */
.sh-action{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 19px;border:0;border-radius:11px;font:800 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:.01em;text-decoration:none!important;overflow:hidden;cursor:pointer;transform:translateZ(0);transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,background-color .24s ease,color .24s ease}.sh-action::before{content:"";position:absolute;z-index:-1;inset:1px;border-radius:10px;background:linear-gradient(115deg,rgba(255,255,255,.16),transparent 34%,transparent 68%,rgba(103,214,245,.12));opacity:.8}.sh-action::after{content:"";position:absolute;z-index:-1;width:56px;height:180%;left:-84px;top:-40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:rotate(16deg);transition:left .55s cubic-bezier(.2,.8,.2,1)}.sh-action:hover{transform:translateY(-2px)}.sh-action:hover::after{left:calc(100% + 28px)}.sh-action svg{width:17px;height:17px}.sh-action--primary{color:#fff!important;background:linear-gradient(135deg,#7447e7,#4a25ae 58%,#244f91);box-shadow:0 14px 35px rgba(67,35,152,.32),inset 0 1px rgba(255,255,255,.18)}.sh-action--primary:hover{box-shadow:0 20px 48px rgba(67,35,152,.42),0 0 0 1px rgba(125,211,252,.12) inset}.sh-action--ghost{color:#eef2ff!important;background:rgba(11,17,33,.48);border:1px solid rgba(167,139,250,.24);box-shadow:inset 0 1px rgba(255,255,255,.05)}.sh-action--ghost:hover{background:rgba(29,38,65,.68);border-color:rgba(125,211,252,.28)}.sh-action--light{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)}

/* FAQ realmente centralizado no eixo visual da página. */
#faq .sh-section__head{width:min(960px,100%);margin-inline:auto;text-align:center}#faq .sh-section__head p{margin-inline:auto}.sh-faq{width:min(960px,100%);margin-inline:auto}.sh-faq details[open]{transform:none}.sh-faq details{border-radius:15px}.sh-faq details:hover{box-shadow:0 16px 42px rgba(20,28,48,.07);transform:translateY(-2px)}

/* Arquitetura explorável. */
.sh-arch-source,.sh-arch-target,.sh-engine-core__top,.sh-engine-core__stack button{font:inherit;text-align:left;color:inherit;cursor:pointer;outline:none}.sh-arch-source,.sh-arch-target{width:100%}.sh-engine-core__top{position:relative;width:100%;border:0;background:transparent}.sh-engine-core__stack button{position:relative;width:100%;display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:8px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.05);color:#cbd5e1;font:650 9px/1.25 system-ui;transition:background .22s ease,color .22s ease,transform .22s ease,opacity .22s ease,box-shadow .22s ease}.sh-engine-core__stack button svg{width:13px;height:13px;color:#8374c7;flex:0 0 auto}.sh-engine-core__stack button>span{min-width:0}.sh-engine-core__stack button.is-active{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.2);color:#fff}.sh-engine-core__stack button.is-active svg{color:#67d6f5}.sh-arch-clickable{position:relative}.sh-arch-clickable:focus-visible{box-shadow:0 0 0 2px #0a0e19,0 0 0 4px rgba(103,214,245,.78)!important}.sh-arch-open{position:absolute;right:8px;top:8px;width:17px;height:17px;border-radius:5px;display:grid;place-items:center;background:rgba(103,214,245,.07);color:#7dd3fc;border:1px solid rgba(125,211,252,.13);font:800 11px/1 ui-monospace,monospace;opacity:.42;transition:opacity .2s ease,transform .25s ease,background .2s ease}.sh-arch-clickable:hover .sh-arch-open,.sh-arch-clickable.is-selected .sh-arch-open{opacity:1;transform:rotate(45deg);background:rgba(116,71,231,.2)}.sh-arch-clickable.is-selected{z-index:4!important;border-color:rgba(103,214,245,.55)!important;background-color:rgba(56,189,248,.075)!important;box-shadow:0 0 0 1px rgba(103,214,245,.12) inset,0 16px 36px rgba(0,0,0,.2),0 0 34px rgba(56,189,248,.09)!important}.sh-architecture.is-user-exploring .sh-arch-clickable:not(.is-selected){opacity:.57;filter:saturate(.72)}.sh-architecture.is-user-exploring .sh-arch-clickable:not(.is-selected):hover{opacity:.9;filter:none}.sh-engine-core.is-user-selected{border-color:rgba(125,211,252,.45);box-shadow:0 0 0 1px rgba(56,189,248,.1) inset,0 28px 70px rgba(0,0,0,.33),0 0 55px rgba(116,71,231,.12)}

/* O fluxo ganha pulsos e uma leitura visual mais próxima de um painel de rede. */
.sh-arch-route{height:3px;background:linear-gradient(90deg,rgba(56,189,248,.04),rgba(103,214,245,.32) 24%,rgba(167,139,250,.6) 62%,rgba(56,189,248,.06))}.sh-arch-route::before{content:"";position:absolute;inset:-5px 0;background:linear-gradient(90deg,transparent,rgba(103,214,245,.14),transparent);filter:blur(6px);animation:shRouteGlow 3.8s ease-in-out infinite}.sh-arch-route i{width:8px;height:4px;border-radius:999px;top:-1px;background:linear-gradient(90deg,#7dd3fc,#c4b5fd);box-shadow:0 0 14px rgba(103,214,245,.9),0 0 28px rgba(116,71,231,.35);animation-duration:2.25s}.sh-arch-route i:nth-child(2){animation-delay:.72s}.sh-arch-route i:nth-child(3){animation-delay:1.44s}@keyframes shRouteGlow{0%,100%{opacity:.2;transform:scaleX(.85)}50%{opacity:1;transform:scaleX(1.05)}}
.sh-engine-core::before{content:"";position:absolute;pointer-events:none;inset:0;border-radius:inherit;background:linear-gradient(110deg,transparent 12%,rgba(103,214,245,.08) 44%,rgba(167,139,250,.11) 50%,transparent 62%);background-size:240% 100%;animation:shEngineScan 5s linear infinite;mix-blend-mode:screen}.sh-engine-core{position:relative;overflow:hidden}@keyframes shEngineScan{from{background-position:180% 0}to{background-position:-80% 0}}
.sh-arch-clickable.is-selected::after{content:"";position:absolute;pointer-events:none;inset:-1px;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(125,211,252,.26),transparent);background-size:220% 100%;animation:shSelectedSweep 1.6s ease-in-out infinite;mix-blend-mode:screen}@keyframes shSelectedSweep{0%{background-position:180% 0;opacity:.15}50%{opacity:.65}100%{background-position:-80% 0;opacity:.15}}

.sh-architecture-explorer{position:relative;z-index:3;display:grid;grid-template-columns:minmax(190px,.62fr) minmax(0,1.7fr);gap:0;margin:0 38px 26px;border:1px solid rgba(125,211,252,.11);border-radius:17px;background:linear-gradient(135deg,rgba(17,25,45,.88),rgba(9,14,27,.94));box-shadow:inset 0 1px rgba(255,255,255,.04);overflow:hidden}.sh-architecture-explorer__rail{position:absolute;left:0;top:0;bottom:0;width:3px;display:flex;flex-direction:column}.sh-architecture-explorer__rail span{flex:1;background:#7447e7}.sh-architecture-explorer__rail span:nth-child(2){background:#38bdf8}.sh-architecture-explorer__rail span:nth-child(3){background:#2dd4bf}.sh-architecture-explorer__intro{padding:24px 22px 24px 26px;border-right:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.018)}.sh-architecture-explorer__eyebrow{display:block;color:#a78bfa;font:850 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.13em}.sh-architecture-explorer__intro p{margin:10px 0 0;color:#7b8599;font:500 11px/1.65 system-ui}.sh-architecture-explorer__content{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:24px}.sh-architecture-explorer__icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;color:#8fdcff;background:linear-gradient(145deg,rgba(56,189,248,.12),rgba(116,71,231,.14));border:1px solid rgba(125,211,252,.13);box-shadow:inset 0 1px rgba(255,255,255,.06)}.sh-architecture-explorer__icon svg{width:23px;height:23px}.sh-architecture-explorer__index{display:block;color:#5f6b80;font:800 8px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-architecture-explorer__copy h3{margin:6px 0 8px;color:#f5f7ff;font-size:20px;line-height:1.2}.sh-architecture-explorer__copy>p{margin:0;color:#9aa5ba;font:450 12px/1.72 system-ui}.sh-architecture-explorer__facts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.sh-architecture-explorer__facts div{padding:12px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:rgba(255,255,255,.025)}.sh-architecture-explorer__facts span,.sh-architecture-explorer__facts strong{display:block}.sh-architecture-explorer__facts span{color:#5e6a80;font:800 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.09em}.sh-architecture-explorer__facts strong{margin-top:6px;color:#cbd5e1;font:600 10px/1.5 system-ui}.sh-architecture-explorer.is-changing .sh-architecture-explorer__content{animation:shExplorerIn .36s cubic-bezier(.2,.8,.2,1)}@keyframes shExplorerIn{0%{opacity:.35;transform:translateY(7px)}100%{opacity:1;transform:none}}

/* Divs interativas com leitura de painel/host: deslocamento de camada, luz interna e resposta no conteúdo. */
.sh-interactive-surface{transform:perspective(1100px) translateY(0) rotateX(0) rotateY(0);box-shadow:0 1px 0 rgba(255,255,255,.4) inset,0 14px 35px rgba(15,23,42,.035)}.sh-interactive-surface::before{content:"";position:absolute;z-index:2;pointer-events:none;left:0;top:18%;bottom:18%;width:2px;border-radius:999px;background:linear-gradient(180deg,transparent,rgba(116,71,231,.7),rgba(56,189,248,.65),transparent);transform:scaleY(.2);opacity:0;transform-origin:center;transition:transform .34s ease,opacity .26s ease}.sh-interactive-surface:hover{transform:perspective(1100px) translateY(-7px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));box-shadow:0 28px 64px rgba(15,23,42,.12),0 1px 0 rgba(255,255,255,.65) inset}.sh-interactive-surface:hover::before{opacity:1;transform:scaleY(1)}.sh-interactive-surface:hover h3,.sh-interactive-surface:hover strong{transform:translateX(3px)}.sh-interactive-surface h3,.sh-interactive-surface strong{transition:transform .28s cubic-bezier(.2,.8,.2,1)}

@media(max-width:760px){.sh-architecture-explorer{grid-template-columns:1fr;margin:0 18px 18px}.sh-architecture-explorer__intro{border-right:0;border-bottom:1px solid rgba(255,255,255,.065)}.sh-architecture-explorer__content{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:18px}.sh-architecture-explorer__icon{width:42px;height:42px;border-radius:11px}.sh-architecture-explorer__facts{grid-template-columns:1fr}.sh-arch-open{right:7px;top:7px}.sh-action{min-height:46px;width:100%}}
@media(prefers-reduced-motion:reduce){.sh-arch-route::before,.sh-engine-core::before,.sh-arch-clickable.is-selected::after{animation:none!important}.sh-architecture-explorer.is-changing .sh-architecture-explorer__content{animation:none!important}}

/* =========================================================
   Ware Send — Infrastructure Sizing Lab
   Mantém o visual Enterprise/host da v70 e adiciona apenas
   a camada de dimensionamento de VPS.
========================================================= */
.sh-section--infra{
  position:relative;
  background:
    radial-gradient(circle at 16% 14%,rgba(61,5,177,.055),transparent 31%),
    radial-gradient(circle at 88% 30%,rgba(56,189,248,.045),transparent 26%),
    #fff;
}
.sh-section--infra::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
  background-image:linear-gradient(rgba(15,23,42,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.025) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 82%,transparent);
}
.sh-infra-disclaimer{display:inline-flex;align-items:center;gap:8px;margin-top:17px;padding:9px 12px;border-radius:999px;background:#f5f2ff;border:1px solid rgba(61,5,177,.1);color:#5d4c87;font:700 11px/1.35 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.sh-infra-disclaimer svg{width:14px;height:14px;color:#6d43c4}

.sh-infra-lab{position:relative;margin-top:36px;border:1px solid rgba(125,211,252,.13);border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#080d1b 0%,#0c1428 48%,#0a1020 100%);box-shadow:0 36px 90px rgba(15,23,42,.16),inset 0 1px rgba(255,255,255,.06);color:#edf4ff;isolation:isolate}
.sh-infra-lab::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 72% 20%,rgba(116,71,231,.19),transparent 33%),radial-gradient(circle at 28% 74%,rgba(56,189,248,.08),transparent 34%)}
.sh-infra-lab::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.18;background-image:linear-gradient(rgba(125,211,252,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(125,211,252,.12) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(115deg,#000,transparent 76%)}
.sh-infra-lab__head{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(0,1.15fr);gap:30px;align-items:end;padding:27px 30px 24px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(3,7,18,.25)}
.sh-infra-lab__head span{display:block;color:#8f80d7;font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}.sh-infra-lab__head strong{display:block;margin-top:7px;color:#fff;font:750 20px/1.2 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.sh-infra-lab__head p{margin:0;color:#8490a6;font:500 12px/1.65 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;max-width:650px}

.sh-infra-profiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:18px 20px 7px}
.sh-infra-profile{position:relative;min-width:0;min-height:175px;padding:17px 16px 15px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(155deg,rgba(255,255,255,.047),rgba(255,255,255,.018));color:#d9e2f1;text-align:left;cursor:pointer;overflow:hidden;transition:transform .3s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease}
.sh-infra-profile::before{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#7655dc,#58c5eb,transparent);transform:scaleX(.18);opacity:.15;transition:transform .35s ease,opacity .35s ease}
.sh-infra-profile::after{content:"";position:absolute;width:150px;height:150px;right:-90px;top:-90px;border-radius:50%;background:radial-gradient(circle,rgba(125,211,252,.14),transparent 68%);opacity:0;transform:scale(.65);transition:opacity .35s ease,transform .35s ease}
.sh-infra-profile:hover{transform:translateY(-5px);border-color:rgba(125,211,252,.18);background:linear-gradient(155deg,rgba(255,255,255,.064),rgba(116,71,231,.035));box-shadow:0 18px 42px rgba(0,0,0,.2)}.sh-infra-profile:hover::after{opacity:1;transform:scale(1)}
.sh-infra-profile.is-active{border-color:rgba(125,211,252,.42);background:linear-gradient(145deg,rgba(116,71,231,.16),rgba(56,189,248,.06));box-shadow:0 0 0 1px rgba(56,189,248,.07) inset,0 18px 46px rgba(0,0,0,.26)}.sh-infra-profile.is-active::before{transform:scaleX(1);opacity:.95}
.sh-infra-profile:focus-visible{outline:none;box-shadow:0 0 0 2px #0b1020,0 0 0 4px rgba(125,211,252,.78)}
.sh-infra-profile__top{display:flex;align-items:start;justify-content:space-between;gap:8px}.sh-infra-profile__top b{color:#fff;font:750 14px/1.2 system-ui}.sh-infra-profile__top small{padding:5px 7px;border-radius:6px;background:rgba(116,71,231,.13);color:#a997ed;font:750 8px/1 ui-monospace,monospace;white-space:nowrap}.sh-infra-profile__spec{display:flex;align-items:center;gap:8px;margin-top:21px}.sh-infra-profile__spec strong{color:#c9d4e7;font:700 11px/1 system-ui}.sh-infra-profile__spec i{width:3px;height:3px;border-radius:50%;background:#516078}.sh-infra-profile__metric{display:block;margin-top:20px}.sh-infra-profile__metric small,.sh-infra-profile__metric strong{display:block}.sh-infra-profile__metric small{color:#697891;font:800 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em}.sh-infra-profile__metric strong{margin-top:5px;color:#89e4ff;font:800 22px/1 system-ui}.sh-infra-profile__use{display:block;margin-top:10px;color:#78869c;font:500 9.5px/1.5 system-ui}

.sh-infra-console{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);gap:16px;padding:16px 20px 18px}
.sh-infra-node{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:linear-gradient(160deg,rgba(3,7,18,.66),rgba(15,23,42,.55));overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.04)}
.sh-infra-node::before{content:"";position:absolute;inset:40px 0 0;background:linear-gradient(110deg,transparent 25%,rgba(56,189,248,.04) 47%,rgba(167,139,250,.06) 52%,transparent 72%);background-size:240% 100%;animation:shInfraScan 6s linear infinite;pointer-events:none}
@keyframes shInfraScan{from{background-position:190% 0}to{background-position:-90% 0}}
.sh-infra-node__top{height:40px;display:flex;align-items:center;gap:12px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.065);color:#66748a;background:rgba(255,255,255,.012)}.sh-infra-node__top>span{display:flex;gap:5px}.sh-infra-node__top>span i{width:6px;height:6px;border-radius:50%;background:#465269}.sh-infra-node__top>span i:first-child{background:#7958d8}.sh-infra-node__top code{font:700 8px/1 ui-monospace,monospace;letter-spacing:.07em}.sh-infra-node__top b{margin-left:auto;color:#50d8b8;font:800 8px/1 ui-monospace,monospace;letter-spacing:.08em}
.sh-infra-node__body{display:grid;grid-template-columns:minmax(150px,.64fr) minmax(0,1.36fr);gap:17px;padding:18px}.sh-infra-node__server{position:relative;min-height:145px;border-radius:12px;padding:18px;background:linear-gradient(145deg,#131b31,#0b1122);border:1px solid rgba(125,211,252,.12);box-shadow:0 22px 48px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.05)}.sh-infra-node__server::after{content:"";position:absolute;left:13px;right:13px;bottom:13px;height:1px;background:linear-gradient(90deg,#734bd4,#3abfe8,transparent)}.sh-infra-node__server>span{display:block;color:#68758c;font:800 8px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-infra-node__server>strong{display:block;margin-top:10px;color:#fff;font:800 21px/1.1 system-ui}.sh-infra-node__lights{display:flex;gap:6px;margin-top:42px}.sh-infra-node__lights i{width:5px;height:5px;border-radius:50%;background:#37d5b2;box-shadow:0 0 10px rgba(45,212,191,.6);animation:shInfraLight 2.7s ease-in-out infinite}.sh-infra-node__lights i:nth-child(2){animation-delay:.35s}.sh-infra-node__lights i:nth-child(3){animation-delay:.7s}.sh-infra-node__lights i:nth-child(4){background:#7dd3fc;animation-delay:1.05s}.sh-infra-node__lights i:nth-child(5){background:#7dd3fc;animation-delay:1.4s}.sh-infra-node__lights i:nth-child(6){background:#a78bfa;animation-delay:1.75s}@keyframes shInfraLight{0%,55%,100%{opacity:.28;transform:scale(.8)}15%,35%{opacity:1;transform:scale(1.2)}}
.sh-infra-node__meters{display:grid;gap:9px}.sh-infra-node__meters>span{position:relative;min-height:40px;padding:9px 11px 11px;border-radius:9px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055);overflow:hidden}.sh-infra-node__meters small{color:#68758a;font:800 7px/1 ui-monospace,monospace}.sh-infra-node__meters strong{float:right;color:#cbd7ea;font:700 9px/1 system-ui}.sh-infra-node__meters i{position:absolute;left:11px;right:11px;bottom:7px;height:2px;border-radius:99px;background:rgba(255,255,255,.05)}.sh-infra-node__meters i::after{content:"";display:block;width:var(--meter);height:100%;border-radius:inherit;background:linear-gradient(90deg,#7046d0,#4cbde4,#31c9aa);box-shadow:0 0 11px rgba(56,189,248,.3);transition:width .55s cubic-bezier(.2,.8,.2,1)}
.sh-infra-console__facts{display:grid;grid-template-rows:repeat(3,1fr);gap:9px}.sh-infra-console__facts article{position:relative;display:grid;grid-template-columns:33px 1fr;grid-template-areas:"icon label" "icon value" "icon sub";align-content:center;column-gap:11px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.025);overflow:hidden}.sh-infra-console__facts article::after{content:"";position:absolute;right:-35px;bottom:-45px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(116,71,231,.13),transparent 70%)}.sh-infra-console__facts svg{grid-area:icon;align-self:start;width:18px;height:18px;color:#71d9f6}.sh-infra-console__facts span{grid-area:label;color:#697890;font:800 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.07em}.sh-infra-console__facts strong{grid-area:value;margin-top:6px;color:#fff;font:800 19px/1 system-ui}.sh-infra-console__facts strong b{font:inherit}.sh-infra-console__facts small{grid-area:sub;margin-top:6px;color:#627087;font:600 8px/1 system-ui}

.sh-infra-postfix{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:17px;align-items:center;margin:0 20px 21px;padding:16px 18px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}.sh-infra-postfix__icon{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(116,71,231,.15),rgba(56,189,248,.07));border:1px solid rgba(125,211,252,.11)}.sh-infra-postfix__icon svg{width:21px;height:21px;color:#94e3fb}.sh-infra-postfix span{color:#7968bd;font:800 8px/1 ui-monospace,monospace;letter-spacing:.11em}.sh-infra-postfix h3{margin:5px 0 4px;color:#f2f5fb;font-size:14px}.sh-infra-postfix p{margin:0;max-width:680px;color:#738097;font:500 10px/1.55 system-ui}.sh-infra-postfix__flow{display:flex;align-items:center;gap:6px}.sh-infra-postfix__flow b{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(125,211,252,.14);border-radius:8px;background:#0d162a;color:#dff7ff;font:800 11px/1 ui-monospace,monospace}.sh-infra-postfix__flow i{width:22px;height:1px;background:linear-gradient(90deg,#6943c1,#4cc3e8);position:relative}.sh-infra-postfix__flow i::after{content:"";position:absolute;right:-1px;top:-2px;border-left:4px solid #4cc3e8;border-top:2.5px solid transparent;border-bottom:2.5px solid transparent}.sh-infra-postfix__flow small{margin-left:4px;color:#526078;font:700 7px/1 ui-monospace,monospace}

.sh-infra-calculator{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:42px;margin-top:28px;padding:30px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(135deg,#fbfcff,#f6f7fb);box-shadow:0 20px 55px rgba(15,23,42,.055)}.sh-infra-calculator__copy>span{color:#6e4fc1;font:800 9px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-infra-calculator__copy h3{margin:8px 0 8px;color:#111827;font-size:22px}.sh-infra-calculator__copy p{margin:0;color:#687386;font:500 12px/1.65 system-ui}.sh-infra-calculator__control{min-width:0}.sh-infra-calculator__value{display:flex;align-items:baseline;gap:8px}.sh-infra-calculator__value strong{color:#181d2d;font:800 32px/1 system-ui;letter-spacing:-.03em}.sh-infra-calculator__value span{color:#758095;font:650 11px/1 system-ui}.sh-infra-calculator input[type="range"]{width:100%;height:30px;margin:17px 0 10px;accent-color:#5b21d4;cursor:pointer}.sh-infra-calculator__result{display:grid;grid-template-columns:1fr 1.35fr;gap:10px}.sh-infra-calculator__result>span{padding:12px 13px;border-radius:10px;background:#fff;border:1px solid rgba(15,23,42,.07)}.sh-infra-calculator__result small,.sh-infra-calculator__result strong{display:block}.sh-infra-calculator__result small{color:#8390a2;font:800 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em}.sh-infra-calculator__result strong{margin-top:6px;color:#242b3c;font:750 11px/1.35 system-ui}

.sh-infra-basis{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:36px;align-items:start;margin-top:16px;padding:24px 27px;border-left:3px solid #6338c3;border-radius:0 14px 14px 0;background:#f7f5fc}.sh-infra-basis span{color:#6947b6;font:800 8px/1 ui-monospace,monospace;letter-spacing:.1em}.sh-infra-basis h3{margin:7px 0 0;color:#202637;font-size:18px}.sh-infra-basis ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:0;padding:0;list-style:none}.sh-infra-basis li{display:flex;align-items:flex-start;gap:8px;color:#5c6678;font:550 10.5px/1.5 system-ui}.sh-infra-basis li svg{width:14px;height:14px;flex:0 0 auto;margin-top:1px;color:#6843c3}

.sh-provider-head{width:min(850px,100%);margin:72px auto 25px;text-align:center}.sh-provider-head .sh-kicker{justify-content:center}.sh-provider-head h2{margin:13px 0 12px;color:#101828;font-size:clamp(29px,3.5vw,44px);letter-spacing:-.035em}.sh-provider-head>p:last-child{max-width:760px;margin:0 auto;color:#667085;line-height:1.7}
.sh-provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sh-provider-card{position:relative;min-width:0;padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(15,23,42,.045)}.sh-provider-card::after{content:"";position:absolute;width:170px;height:170px;right:-105px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(61,5,177,.07),transparent 68%);pointer-events:none}.sh-provider-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sh-provider-card__head small{color:#8674b7;font:800 8px/1 ui-monospace,monospace;letter-spacing:.1em}.sh-provider-card__head h3{margin:7px 0 0;color:#111827;font-size:20px}.sh-provider-status{display:inline-flex;align-items:center;gap:6px;padding:7px 8px;border-radius:8px;font:750 8px/1.2 system-ui;text-align:right}.sh-provider-status i{width:6px;height:6px;flex:0 0 auto;border-radius:50%}.sh-provider-status--warn{color:#85530d;background:#fff7df}.sh-provider-status--warn i{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.35)}.sh-provider-status--no{color:#96394a;background:#fff0f2}.sh-provider-status--no i{background:#e11d48}.sh-provider-status--good{color:#08735f;background:#eafbf7}.sh-provider-status--good i{background:#10b981}
.sh-provider-plans{margin-top:20px}.sh-provider-label{display:block;margin-bottom:7px;color:#8a94a5;font:800 7px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.1em}.sh-provider-plans>div{display:flex;align-items:center;justify-content:space-between;gap:13px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.065)}.sh-provider-plans>div>span b,.sh-provider-plans>div>span small{display:block}.sh-provider-plans>div>span b{color:#2b3344;font:750 11px/1.25 system-ui}.sh-provider-plans>div>span small{margin-top:4px;color:#8490a1;font:600 9px/1.2 system-ui}.sh-provider-plans>div>strong{white-space:nowrap;color:#171d2c;font:800 13px/1 system-ui}.sh-provider-plans em{margin-left:2px;color:#8c96a7;font:650 7px/1 system-ui;font-style:normal}.sh-provider-policy{margin-top:14px;border:1px solid rgba(15,23,42,.07);border-radius:10px;background:#f8f9fc}.sh-provider-policy summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;color:#536074;font:750 9px/1.25 system-ui;cursor:pointer}.sh-provider-policy summary::-webkit-details-marker{display:none}.sh-provider-policy summary svg{width:14px;height:14px;transition:transform .2s ease}.sh-provider-policy[open] summary svg{transform:rotate(180deg)}.sh-provider-policy p{margin:0;padding:0 12px 12px;color:#6d7789;font:500 10px/1.6 system-ui}.sh-provider-note{display:flex;align-items:flex-start;justify-content:center;gap:8px;margin:16px auto 0;color:#7a8495;font:550 9.5px/1.5 system-ui;text-align:center}.sh-provider-note svg{width:14px;height:14px;flex:0 0 auto;margin-top:1px;color:#7250bd}

/* O laboratório reage à seleção sem inventar números em tempo real. */
.sh-infra-lab.is-switching .sh-infra-node__server,.sh-infra-lab.is-switching .sh-infra-console__facts article{animation:shInfraSwitch .45s cubic-bezier(.2,.8,.2,1)}@keyframes shInfraSwitch{0%{opacity:.45;transform:translateY(5px)}100%{opacity:1;transform:none}}

@media(max-width:1000px){.sh-infra-profiles{grid-template-columns:1fr 1fr}.sh-infra-console{grid-template-columns:1fr}.sh-infra-console__facts{grid-template-columns:repeat(3,1fr);grid-template-rows:none}.sh-infra-postfix{grid-template-columns:46px minmax(0,1fr)}.sh-infra-postfix__flow{grid-column:2;margin-top:5px}.sh-provider-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.sh-infra-lab{border-radius:18px}.sh-infra-lab__head{grid-template-columns:1fr;gap:10px;padding:22px 18px 18px}.sh-infra-profiles{grid-template-columns:1fr;padding:14px 14px 4px}.sh-infra-profile{min-height:0}.sh-infra-console{padding:13px 14px}.sh-infra-node__body{grid-template-columns:1fr}.sh-infra-console__facts{grid-template-columns:1fr}.sh-infra-postfix{margin:0 14px 15px;padding:14px;grid-template-columns:40px minmax(0,1fr)}.sh-infra-postfix__icon{width:38px;height:38px}.sh-infra-postfix__flow{grid-column:1/-1;justify-content:center;flex-wrap:wrap}.sh-infra-calculator{grid-template-columns:1fr;gap:22px;padding:22px 18px}.sh-infra-calculator__result{grid-template-columns:1fr}.sh-infra-calculator__value strong{font-size:27px}.sh-infra-basis{grid-template-columns:1fr;gap:16px;padding:21px 18px}.sh-infra-basis ul{grid-template-columns:1fr}.sh-provider-grid{grid-template-columns:1fr}.sh-provider-card{padding:18px}.sh-provider-card__head{align-items:flex-start;flex-direction:column}.sh-provider-status{text-align:left}.sh-provider-head{margin-top:55px}}
@media(max-width:430px){.sh-infra-node__body{padding:13px}.sh-infra-node__server{min-height:125px}.sh-infra-postfix__flow small{width:100%;text-align:center;margin:2px 0 0}.sh-provider-plans>div{align-items:flex-end}.sh-provider-plans>div>strong{font-size:12px}}
@media(prefers-reduced-motion:reduce){.sh-infra-node::before,.sh-infra-node__lights i,.sh-infra-lab.is-switching .sh-infra-node__server,.sh-infra-lab.is-switching .sh-infra-console__facts article{animation:none!important}.sh-infra-profile,.sh-infra-node__meters i::after{transition:none!important}}

/* v73 — contraste e snapshot de preços da infraestrutura (22/08/2026) */
.sh-section--infra .sh-section__head > .sh-kicker{
  color:#fff;
  background:linear-gradient(135deg,#35106f,#5523a5);
  border:1px solid rgba(91,33,212,.26);
  border-radius:999px;
  padding:9px 13px;
  box-shadow:0 9px 24px rgba(61,5,177,.16);
  letter-spacing:.095em;
}
.sh-section--infra .sh-section__head > .sh-kicker svg{color:#8ee8ff}
.sh-provider-snapshot{display:inline-flex;align-items:center;gap:7px;margin:0 auto 5px;padding:7px 10px;border:1px solid rgba(61,5,177,.12);border-radius:999px;background:#f4f0ff;color:#4b2b91;font:800 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em}
.sh-provider-snapshot svg{width:13px;height:13px;color:#6037bc}
.sh-provider-price{display:flex;min-width:122px;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}
.sh-provider-price strong{white-space:nowrap;color:#171d2c;font:800 13px/1 system-ui}
.sh-provider-price em{max-width:150px;color:#8a94a5;font:650 7.5px/1.25 system-ui;font-style:normal}
.sh-provider-source{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#5b35ad;font:750 9px/1.3 system-ui;text-decoration:none;transition:color .2s ease,transform .2s ease}
.sh-provider-source svg{width:13px;height:13px}.sh-provider-source:hover{color:#3d05b1;transform:translateX(2px)}
@media(max-width:430px){.sh-provider-price{min-width:105px}.sh-provider-price em{max-width:112px}.sh-section--infra .sh-section__head > .sh-kicker{font-size:9px}}

/* v74 — infraestrutura por volume diário, sem expor limites internos do protótipo. */
.sh-infra-profiles--volume{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:12px}
.sh-infra-profiles--volume .sh-infra-profile{min-height:168px}
.sh-infra-console--planner{padding-top:12px}
.sh-infra-load-control{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);gap:34px;margin:0 20px 18px;padding:22px 24px;border:1px solid rgba(125,211,252,.1);border-radius:15px;background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(116,71,231,.045));box-shadow:inset 0 1px rgba(255,255,255,.04)}
.sh-infra-load-control .sh-infra-calculator__copy>span{color:#9c89e7}
.sh-infra-load-control .sh-infra-calculator__copy h3{color:#f6f8ff;font-size:20px}
.sh-infra-load-control .sh-infra-calculator__copy p{color:#7f8ca3}
.sh-infra-load-control .sh-infra-calculator__value strong{color:#fff}
.sh-infra-load-control .sh-infra-calculator__value span{color:#8490a5}
.sh-infra-load-control .sh-infra-calculator__result>span{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.07)}
.sh-infra-load-control .sh-infra-calculator__result small{color:#68778f}
.sh-infra-load-control .sh-infra-calculator__result strong{color:#dce7f7}
.sh-infra-load-control input[type="range"]{width:100%;height:30px;margin:16px 0 10px;accent-color:#7c5ce7;cursor:pointer}
.sh-infra-evolution{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;margin:0 20px 22px;padding:18px 20px;border:1px solid rgba(167,139,250,.12);border-radius:14px;background:linear-gradient(120deg,rgba(116,71,231,.08),rgba(56,189,248,.025))}
.sh-infra-evolution>svg{width:22px;height:22px;margin:2px auto 0;color:#7dd3fc}
.sh-infra-evolution span{color:#8e7bdc;font:800 8px/1 ui-monospace,monospace;letter-spacing:.11em}
.sh-infra-evolution h3{margin:5px 0 6px;color:#f5f7ff;font-size:15px}
.sh-infra-evolution p{margin:0;color:#7f8ca2;font:500 10.5px/1.62 system-ui}
.sh-provider-neutral{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:8px;background:#f3f0fb;color:#5c3e9f;font:800 8px/1 system-ui;white-space:nowrap}.sh-provider-neutral svg{width:13px;height:13px}
.sh-provider-card .sh-provider-policy,.sh-provider-card .sh-provider-status{display:none!important}

@media(max-width:1080px){.sh-infra-profiles--volume{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sh-infra-profiles--volume{grid-template-columns:1fr}.sh-infra-load-control{grid-template-columns:1fr;gap:20px;margin:0 14px 15px;padding:19px 17px}.sh-infra-evolution{grid-template-columns:38px 1fr;margin:0 14px 16px;padding:16px}.sh-provider-neutral{white-space:normal;text-align:left}}
@media(prefers-reduced-motion:reduce){.sh-infra-load-control *,.sh-infra-evolution *{transition:none!important}}

/* v75 — CTAs alinhados + diretório de VPS sem preços fixos */
.sh-cta__actions .sh-action{
  width:100%;
  min-width:232px;
  justify-content:center;
  text-align:center;
}
.sh-provider-grid--directory{grid-template-columns:repeat(3,minmax(0,1fr));}
.sh-provider-card--directory{
  min-height:172px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
  padding:22px;
}
.sh-provider-card__identity{display:flex;align-items:center;gap:12px;min-width:0}
.sh-provider-card__mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:grid;place-items:center;
  color:#5e35b1;background:linear-gradient(145deg,#f7f4ff,#eef8ff);
  border:1px solid rgba(61,5,177,.09);
  box-shadow:inset 0 1px #fff;
}
.sh-provider-card__mark svg{width:19px;height:19px}
.sh-provider-card--directory .sh-provider-card__head{align-items:center}
.sh-provider-source--button{
  width:100%;min-height:44px;margin-top:auto;padding:0 14px;
  justify-content:space-between;border-radius:10px;
  border:1px solid rgba(61,5,177,.12);
  background:linear-gradient(135deg,#f8f6ff,#f4f9ff);
  color:#4d2a97;font-size:10px;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.sh-provider-source--button svg{width:15px;height:15px}
.sh-provider-source--button:hover{
  transform:translateY(-2px);
  border-color:rgba(61,5,177,.24);
  background:#fff;
  box-shadow:0 10px 24px rgba(61,5,177,.08);
}
@media(max-width:1080px){
  .sh-cta__actions .sh-action{width:232px;min-width:232px}
  .sh-provider-grid--directory{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .sh-cta__actions .sh-action{width:100%;min-width:0}
  .sh-provider-grid--directory{grid-template-columns:1fr}
  .sh-provider-card--directory{min-height:0}
}

/* v76 — demand planning + Adaptive Engine roadmap (future engineering vision) */
.sh-infra-profile__plan{display:flex;align-items:center;gap:7px;margin:12px 0 8px;color:#b8c4d8;font:700 9px/1.35 system-ui}.sh-infra-profile__plan svg{width:13px;height:13px;flex:0 0 auto;color:#7dd3fc}.sh-infra-profile.is-active .sh-infra-profile__plan{color:#edf4ff}.sh-infra-profile.is-active .sh-infra-profile__plan svg{color:#a78bfa}
.sh-infra-node__body--planning{grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr)}
.sh-infra-planning-lines{display:grid;gap:10px;align-content:center}.sh-infra-planning-lines>span{position:relative;display:grid;grid-template-columns:minmax(90px,.55fr) minmax(0,1.45fr);align-items:center;gap:12px;min-height:42px;padding:9px 12px;border:1px solid rgba(125,211,252,.08);border-radius:10px;background:rgba(255,255,255,.025);overflow:hidden}.sh-infra-planning-lines>span::before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:linear-gradient(180deg,#8b5cf6,#38bdf8);opacity:.72}.sh-infra-planning-lines small{color:#62718a;font:800 7.5px/1.25 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase}.sh-infra-planning-lines strong{min-width:0;color:#dbe8f8;font:750 10px/1.35 system-ui}.sh-infra-planning-lines i{position:absolute;right:-30%;bottom:0;width:42%;height:1px;background:linear-gradient(90deg,transparent,rgba(125,211,252,.5),transparent);animation:shPlanScan 4.8s linear infinite}@keyframes shPlanScan{0%{transform:translateX(-220%)}100%{transform:translateX(420%)}}
.sh-infra-console--planner .sh-infra-console__facts article:nth-child(3) small{max-width:190px;line-height:1.35}
.sh-infra-lab.is-switching .sh-infra-planning-lines>span{animation:shPlanningShift .45s cubic-bezier(.2,.8,.2,1)}@keyframes shPlanningShift{0%{opacity:.48;transform:translateX(6px)}100%{opacity:1;transform:none}}

.sh-adaptive-roadmap{position:relative;margin:34px 0 0;padding:34px;border:1px solid rgba(92,55,173,.13);border-radius:24px;background:linear-gradient(145deg,#0b1020 0%,#10172a 48%,#0b1120 100%);box-shadow:0 22px 70px rgba(10,16,32,.12);overflow:hidden}.sh-adaptive-roadmap::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 5%,rgba(124,92,231,.16),transparent 29%),radial-gradient(circle at 9% 90%,rgba(56,189,248,.09),transparent 30%);pointer-events:none}.sh-adaptive-roadmap::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 82%);pointer-events:none}.sh-adaptive-roadmap>*{position:relative;z-index:1}
.sh-adaptive-roadmap__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start}.sh-adaptive-roadmap__head>div{max-width:820px}.sh-adaptive-roadmap__kicker{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#9b87e8;font:800 8px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-adaptive-roadmap__kicker svg{width:16px;height:16px;color:#7dd3fc}.sh-adaptive-roadmap__head h3{max-width:900px;margin:0;color:#f7f9ff;font:750 clamp(22px,2.8vw,38px)/1.08 system-ui;letter-spacing:-.035em}.sh-adaptive-roadmap__head>div>p:last-child{max-width:820px;margin:14px 0 0;color:#8996aa;font:500 11.5px/1.72 system-ui}.sh-adaptive-roadmap__status{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgba(167,139,250,.17);border-radius:999px;background:rgba(124,92,231,.08);color:#c4b5fd;font:800 7.5px/1 ui-monospace,monospace;letter-spacing:.08em;white-space:nowrap}.sh-adaptive-roadmap__status i{width:6px;height:6px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 4px rgba(251,191,36,.08),0 0 16px rgba(251,191,36,.22);animation:shRoadmapPulse 2.4s ease-in-out infinite}@keyframes shRoadmapPulse{50%{opacity:.45;transform:scale(.75)}}

.sh-adaptive-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:30px}.sh-adaptive-step{position:relative;min-width:0;padding:19px 18px 18px;border:1px solid rgba(255,255,255,.065);border-radius:16px;background:rgba(255,255,255,.028);transition:transform .3s ease,border-color .3s ease,background .3s ease}.sh-adaptive-step:hover{transform:translateY(-4px);border-color:rgba(125,211,252,.16);background:rgba(255,255,255,.044)}.sh-adaptive-step__index{position:absolute;top:14px;right:14px;color:#4a5870;font:800 7px/1 ui-monospace,monospace;letter-spacing:.1em}.sh-adaptive-step__icon{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(167,139,250,.14);border-radius:10px;background:linear-gradient(145deg,rgba(124,92,231,.13),rgba(56,189,248,.055));color:#a78bfa}.sh-adaptive-step__icon svg{width:17px;height:17px}.sh-adaptive-step h4{margin:14px 0 7px;color:#edf3ff;font:750 12px/1.25 system-ui}.sh-adaptive-step p{margin:0;color:#77869c;font:500 9.5px/1.6 system-ui}.sh-adaptive-step__arrow{position:absolute;z-index:2;right:-18px;top:48%;width:23px;height:23px;padding:5px;border:1px solid rgba(125,211,252,.09);border-radius:50%;background:#0d1424;color:#6fbbe5;filter:drop-shadow(0 0 8px rgba(56,189,248,.12))}

.sh-scale-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.sh-scale-path{display:grid;grid-template-columns:minmax(0,1fr) minmax(175px,.48fr);gap:20px;align-items:center;min-height:150px;padding:21px;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.028),rgba(255,255,255,.012));overflow:hidden}.sh-scale-path__copy>span{color:#6d7c94;font:800 7px/1 ui-monospace,monospace;letter-spacing:.12em}.sh-scale-path h4{margin:7px 0 7px;color:#eef4ff;font:750 14px/1.2 system-ui}.sh-scale-path p{margin:0;color:#7d8ba0;font:500 9.8px/1.6 system-ui}.sh-scale-path__visual{display:flex;align-items:center;justify-content:center;gap:8px;min-height:76px;color:#8b5cf6}.sh-scale-path__visual>svg{width:27px;height:27px;padding:6px;border:1px solid rgba(167,139,250,.13);border-radius:9px;background:rgba(124,92,231,.08)}.sh-scale-path__visual>span{position:relative;width:27px;height:1px;background:linear-gradient(90deg,rgba(139,92,246,.12),rgba(125,211,252,.65),rgba(139,92,246,.12));overflow:hidden}.sh-scale-path__visual>span::after{content:"";position:absolute;width:8px;height:1px;background:#d8f2ff;box-shadow:0 0 7px #7dd3fc;animation:shScalePacket 2.2s linear infinite}@keyframes shScalePacket{from{transform:translateX(-10px)}to{transform:translateX(32px)}}.sh-scale-path__visual--nodes>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.sh-scale-path__visual--nodes>div svg{width:24px;height:24px;padding:5px;border:1px solid rgba(125,211,252,.12);border-radius:7px;background:rgba(56,189,248,.055);color:#7dd3fc}.sh-scale-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:17px 0 0;color:#69788e;font:550 9.5px/1.5 system-ui;text-align:center}.sh-scale-note svg{width:15px;height:15px;color:#8b5cf6}

@media(max-width:1050px){.sh-adaptive-flow{grid-template-columns:1fr 1fr}.sh-adaptive-step__arrow{display:none}.sh-scale-path{grid-template-columns:1fr}.sh-scale-path__visual{justify-content:flex-start}.sh-infra-node__body--planning{grid-template-columns:1fr}}
@media(max-width:760px){.sh-adaptive-roadmap{margin-top:24px;padding:22px 17px;border-radius:18px}.sh-adaptive-roadmap__head{grid-template-columns:1fr}.sh-adaptive-roadmap__status{justify-self:start;white-space:normal}.sh-adaptive-flow{grid-template-columns:1fr}.sh-scale-paths{grid-template-columns:1fr}.sh-scale-path{min-height:0;padding:18px}.sh-infra-planning-lines>span{grid-template-columns:1fr;gap:4px}.sh-infra-planning-lines strong{font-size:9.5px}}
@media(prefers-reduced-motion:reduce){.sh-infra-planning-lines i,.sh-adaptive-roadmap__status i,.sh-scale-path__visual>span::after{animation:none!important}.sh-adaptive-step{transition:none!important}}

.sh-infra-storage{margin:0 20px 24px;padding:22px;border:1px solid rgba(119,145,255,.13);border-radius:16px;background:linear-gradient(145deg,rgba(16,23,44,.96),rgba(10,16,32,.98));box-shadow:0 18px 46px rgba(8,12,24,.18)}
.sh-infra-storage__head span{display:inline-flex;align-items:center;gap:8px;color:#8ea8ff;font:800 8px/1 ui-monospace,monospace;letter-spacing:.11em;text-transform:uppercase}
.sh-infra-storage__head h3{margin:10px 0 8px;color:#f4f7ff;font-size:18px;line-height:1.18;letter-spacing:-.02em}
.sh-infra-storage__head p{margin:0;color:#8d9bb2;font:500 11.5px/1.72 system-ui}
.sh-infra-storage__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.sh-infra-storage-card{padding:16px 16px 15px;border:1px solid rgba(124,147,255,.11);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.sh-infra-storage-card h4{margin:0 0 7px;color:#eef3ff;font:800 12px/1.3 system-ui}
.sh-infra-storage-card p{margin:0;color:#8392aa;font:500 10px/1.68 system-ui}
@media(max-width:980px){.sh-infra-storage__grid{grid-template-columns:1fr}}
@media(max-width:760px){.sh-infra-storage{margin:0 14px 18px;padding:18px 16px}.sh-infra-storage__head h3{font-size:16px}}

/* v81 — infraestrutura objetiva: mensagens/dia × CPU × RAM */
.sh-infra-simple{margin-top:28px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#0b1020;box-shadow:0 24px 70px rgba(7,11,22,.16);overflow:hidden}
.sh-infra-simple__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px;border-bottom:1px solid rgba(255,255,255,.07)}
.sh-infra-simple__head span{display:block;margin-bottom:7px;color:#9aa7ba;font:800 8px/1 ui-monospace,monospace;letter-spacing:.12em}
.sh-infra-simple__head h3{margin:0;color:#fff;font:800 20px/1.15 system-ui;letter-spacing:-.02em}
.sh-infra-simple__head>small{max-width:340px;color:#8391a6;font:700 9px/1.5 system-ui;text-align:right}
.sh-infra-table-wrap{overflow-x:auto}
.sh-infra-table{width:100%;border-collapse:collapse;min-width:720px}
.sh-infra-table th,.sh-infra-table td{padding:16px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.065)}
.sh-infra-table th{color:#748198;font:800 9px/1.2 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.018)}
.sh-infra-table td{color:#d8e0ee;font:650 12px/1.35 system-ui}
.sh-infra-table td strong{color:#fff;font-size:14px}
.sh-infra-table tbody tr:last-child td{border-bottom:0}
.sh-infra-table tbody tr:hover{background:rgba(255,255,255,.025)}
.sh-infra-storage-note{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin:18px 20px 0;padding:15px 16px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(255,255,255,.025)}
.sh-infra-storage-note>svg{width:18px;height:18px;margin:2px auto 0;color:#fff}
.sh-infra-storage-note p{margin:0;color:#8e9bad;font:500 10.5px/1.65 system-ui}
.sh-adaptive-compact{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start;margin:14px 20px 20px;padding:18px;border-radius:15px;background:#fff;color:#111827}
.sh-adaptive-compact__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#3d05b1;color:#fff}
.sh-adaptive-compact__icon svg{width:19px;height:19px}
.sh-adaptive-compact>div>span{color:#3d05b1;font:850 8px/1 ui-monospace,monospace;letter-spacing:.12em}
.sh-adaptive-compact h3{margin:7px 0 6px;color:#111827;font:800 16px/1.2 system-ui;letter-spacing:-.015em}
.sh-adaptive-compact p{margin:0;color:#667085;font:500 11px/1.65 system-ui}
@media(max-width:760px){.sh-infra-simple__head{display:block;padding:20px 17px}.sh-infra-simple__head>small{display:block;margin-top:12px;text-align:left}.sh-infra-storage-note{margin:15px 14px 0}.sh-adaptive-compact{margin:12px 14px 15px;grid-template-columns:38px 1fr;padding:15px}.sh-adaptive-compact__icon{width:36px;height:36px}}

/* =========================================================
   Ware Send v82 — arquitetura adaptativa e sizing operacional
========================================================= */
.sh-engine-core__top{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:66px;
  padding:11px 38px 11px 11px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:11px;
  background:rgba(255,255,255,.028);
  box-sizing:border-box;
}
.sh-engine-core__top>div{min-width:0;align-self:center}
.sh-engine-core__top strong{font-size:12px;line-height:1.25}
.sh-engine-core__top small{max-width:100%;white-space:normal;line-height:1.35;color:#7e7696}
.sh-engine-core__stack{margin-top:8px}
.sh-engine-core__stack button{min-height:58px;border-radius:11px;padding:9px 38px 9px 11px;align-items:center}
.sh-arch-node-copy{display:flex!important;min-width:0;flex:1;flex-direction:column;justify-content:center;gap:4px;padding:0!important;border:0!important;border-radius:0!important;background:none!important;color:inherit!important}
.sh-arch-node-copy strong{color:#e8eefb;font:750 9.5px/1.25 system-ui}
.sh-arch-node-copy small{color:#6f7c91;font:650 7px/1.25 ui-monospace,monospace;letter-spacing:.025em;text-transform:none}
.sh-engine-core__stack button.is-active .sh-arch-node-copy strong{color:#fff}
.sh-engine-core__stack button.is-active .sh-arch-node-copy small{color:#8eddf7}

.sh-architecture-principles{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:-6px 38px 18px}
.sh-architecture-principles span{display:flex;align-items:center;gap:9px;min-height:42px;padding:10px 12px;border:1px solid rgba(125,211,252,.09);border-radius:11px;background:rgba(255,255,255,.022);color:#91a0b6;font:650 9px/1.4 system-ui}
.sh-architecture-principles svg{width:15px;height:15px;flex:0 0 auto;color:#8bdcf8}
.sh-architecture-explorer__facts{grid-template-columns:repeat(3,minmax(0,1fr))}

.sh-architecture-live{position:relative;z-index:3;display:grid;grid-template-columns:150px minmax(0,1fr);gap:15px;align-items:center;margin:-10px 38px 20px;padding:13px 16px;border:1px solid rgba(45,212,191,.10);border-radius:11px;background:linear-gradient(90deg,rgba(45,212,191,.045),rgba(56,189,248,.025),rgba(116,71,231,.035))}
.sh-architecture-live__state{display:flex;align-items:center;gap:7px;color:#80d9c1;font:800 7.5px/1 ui-monospace,monospace;letter-spacing:.09em;white-space:nowrap}
.sh-architecture-live__state i{width:7px;height:7px;border-radius:50%;background:#42d49b;box-shadow:0 0 13px rgba(66,212,155,.8);animation:shLivePulse 1.5s ease-in-out infinite}
.sh-architecture-live__state b{display:grid;place-items:center;min-width:24px;height:20px;margin-left:2px;border:1px solid rgba(125,211,252,.12);border-radius:6px;color:#bdeefe;background:rgba(56,189,248,.06)}
.sh-architecture-live>strong{color:#9aa9bd;font:600 10px/1.6 system-ui;transition:opacity .18s ease,transform .18s ease}
.sh-architecture-live.is-changing>strong{opacity:.35;transform:translateY(3px)}
@keyframes shLivePulse{0%,100%{opacity:.45;transform:scale(.88)}50%{opacity:1;transform:scale(1.08)}}

.sh-burst-note{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin:0 20px 20px;padding:15px 16px;border:1px solid rgba(125,211,252,.10);border-radius:14px;background:linear-gradient(135deg,rgba(56,189,248,.055),rgba(116,71,231,.055))}
.sh-burst-note>svg{width:18px;height:18px;margin:2px auto 0;color:#8bdcf8}
.sh-burst-note p{margin:0;color:#9aa8bb;font:550 10.5px/1.68 system-ui}
.sh-infra-table td:last-child strong{color:#bdeefe}

@media(max-width:900px){
  .sh-architecture-principles{grid-template-columns:1fr;margin:-4px 24px 18px}
  .sh-architecture-explorer__facts{grid-template-columns:1fr}
  .sh-architecture-live{grid-template-columns:1fr;margin:-8px 24px 20px}
}
@media(max-width:760px){
  .sh-engine-core__top{grid-template-columns:38px minmax(0,1fr);min-height:62px;padding:10px 35px 10px 10px}
  .sh-engine-core__stack button{min-height:54px}
  .sh-architecture-principles{margin:-2px 18px 16px}
  .sh-architecture-live{margin:-6px 18px 18px;padding:12px 13px}
  .sh-burst-note{margin:0 14px 15px}
}
@media(prefers-reduced-motion:reduce){.sh-architecture-live__state i{animation:none!important}.sh-architecture-live>strong{transition:none!important}}


/* Developer Documentation entry — v83 */
.sh-devdocs-card{grid-column:1/-1;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px 22px;border:1px solid rgba(61,5,177,.13);border-radius:16px;background:linear-gradient(135deg,#f7f4ff 0%,#f8fbff 100%);box-shadow:0 12px 34px rgba(61,5,177,.05)}
.sh-devdocs-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#5b21d4,#3d05b1);color:#fff;box-shadow:0 12px 28px rgba(61,5,177,.2)}.sh-devdocs-card__icon svg{width:22px;height:22px}.sh-devdocs-card__copy span{display:block;margin-bottom:7px;color:#6d4bb8;font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em}.sh-devdocs-card__copy h3{margin:0 0 5px;color:#151a29;font-size:20px;letter-spacing:-.025em}.sh-devdocs-card__copy p{margin:0;color:#697386;font:400 13px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.sh-devdocs-card__action{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:9px;background:#3d05b1;color:#fff!important;font:800 11px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;text-decoration:none;white-space:nowrap;box-shadow:0 10px 26px rgba(61,5,177,.16);transition:transform .2s ease,box-shadow .2s ease}.sh-devdocs-card__action svg{width:14px;height:14px}.sh-devdocs-card__action:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(61,5,177,.22)}
@media (max-width:760px){.sh-devdocs-card{grid-template-columns:48px 1fr}.sh-devdocs-card__action{grid-column:1/-1;justify-content:center}.sh-devdocs-card__copy h3{font-size:18px}}

/* Ware Send commercial price: base value from PRECO_WARESEND (integer cents). */
.sh-waresend-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}
.sh-waresend-price__label{width:100%;font:700 10px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.sh-waresend-price>strong{font:800 24px/1.15 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#fff;letter-spacing:-.02em}
.sh-waresend-price>small{font:500 10px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:rgba(255,255,255,.62)}

.sh-price-buy{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:max-content;min-width:150px;margin-top:20px;padding:12px 20px;border-radius:10px;background:#fff;color:#321078;text-decoration:none;font:800 13px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;box-shadow:0 10px 28px rgba(0,0,0,.15);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.sh-price-buy svg{width:17px;height:17px}.sh-price-buy:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(0,0,0,.2)}.sh-price-buy.is-disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.sh-price-buy.is-disabled:hover{transform:none}@media(max-width:760px){.sh-price-buy{width:100%}}
