:root{--bg:#071426;--surface:#0c1d32;--surface2:#102640;--text:#f5f8ff;--muted:#9dafc6;--line:rgba(255,255,255,.09);--blue:#2f69ff;--blue2:#6b8eff;--soft:#0a192c;--shadow:0 26px 70px rgba(0,0,0,.32);--header:rgba(7,20,38,.88);--card:#0c1d32;--chip:#122b49;--green:#27c777;--photo-overlay:linear-gradient(180deg,transparent 45%,rgba(4,14,27,.92));}
html[data-theme="light"]{--bg:#f7f9fc;--surface:#fff;--surface2:#edf3ff;--text:#10213b;--muted:#617089;--line:#dde5ef;--soft:#eef3f9;--shadow:0 24px 60px rgba(25,46,80,.12);--header:rgba(255,255,255,.9);--card:#fff;--chip:#eaf1ff;--photo-overlay:linear-gradient(180deg,transparent 45%,rgba(7,20,38,.87));}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;transition:background .25s ease,color .25s ease}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:var(--header);border-bottom:1px solid var(--line);backdrop-filter:saturate(140%) blur(14px)}.nav{height:78px;display:flex;align-items:center;gap:28px}.brand{width:172px;flex:0 0 auto}.brand img{width:100%;height:44px;object-fit:contain;object-position:left center}.logo-light{display:none}html[data-theme="light"] .logo-dark{display:none}html[data-theme="light"] .logo-light{display:block}.desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto}.desktop-nav a{font-size:13px;font-weight:700;color:var(--muted)}.desktop-nav a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:9px}.mobile-actions{display:none;margin-left:auto;align-items:center;gap:9px}.theme-toggle,.menu-toggle{border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer}.theme-toggle{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:18px;position:relative}.theme-toggle .sun,.theme-toggle .moon{grid-area:1/1}.theme-toggle .sun{display:none}html[data-theme="light"] .theme-toggle .sun{display:inline}html[data-theme="light"] .theme-toggle .moon{display:none}.menu-toggle{width:44px;height:44px;border-radius:13px;display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle span{width:19px;height:2px;background:currentColor;border-radius:3px;transition:.2s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:78px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(0,0,0,.2)}.mobile-menu[hidden]{display:none!important}.mobile-menu-inner{padding-block:18px 26px;display:grid}.mobile-menu-inner>a{padding:14px 4px;border-bottom:1px solid var(--line);font-weight:750}.mobile-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.btn{min-height:44px;padding:0 17px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:13px;border:1px solid transparent;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#2f69ff,#214bd6);color:white;box-shadow:0 10px 24px rgba(47,105,255,.23)}.btn-soft{background:var(--surface);border-color:var(--line);color:var(--text)}.btn-outline{background:transparent;border-color:var(--line);color:var(--text)}.btn-white{background:#fff;color:#10213b}.btn-dark{background:#071426;color:#fff;border-color:rgba(255,255,255,.15)}.btn-lg{min-height:52px;padding-inline:22px;font-size:14px}.btn-block{width:100%}.hero{position:relative;overflow:hidden;padding:158px 0 90px;min-height:760px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 82%);opacity:.28;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.orb-one{width:520px;height:520px;background:radial-gradient(circle,rgba(47,105,255,.22),transparent 67%);top:-120px;right:-110px}.orb-two{width:380px;height:380px;background:radial-gradient(circle,rgba(74,204,255,.12),transparent 68%);bottom:-160px;left:-100px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;position:relative}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--blue2)}.eyebrow i{width:7px;height:7px;border-radius:50%;background:#4c7cff;box-shadow:0 0 0 6px rgba(76,124,255,.12)}.hero h1{font-size:clamp(48px,5.5vw,76px);line-height:.99;letter-spacing:-.05em;margin:18px 0 24px;max-width:800px}.hero h1 span{background:linear-gradient(120deg,#5d88ff,#66d1ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:18px;color:var(--muted);max-width:680px;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hero-points span,.pill-row span{font-size:11px;font-weight:800;padding:8px 11px;border:1px solid var(--line);background:var(--chip);border-radius:999px;color:var(--muted)}.hero-visual{position:relative}.browser-card{border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden;transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.browser-bar{height:50px;padding:0 17px;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--line);background:var(--surface2)}.browser-bar span{width:9px;height:9px;border-radius:50%;background:#596b84}.browser-bar b{font-size:11px;color:var(--muted);margin-left:8px}.dash{display:grid;grid-template-columns:72px 1fr;min-height:385px}.dash aside{border-right:1px solid var(--line);padding:21px 16px;display:flex;flex-direction:column;align-items:center;gap:17px;background:rgba(0,0,0,.05)}.mini-logo{width:38px;height:38px;border-radius:12px;background:#2f69ff;color:#fff;display:grid;place-items:center;font-weight:900}.dash aside i{display:block;width:28px;height:8px;border-radius:9px;background:var(--line)}.dash aside i.on{background:#2f69ff}.dash-main{padding:28px}.dash-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.dash-head small,.dash-head strong{display:block}.dash-head small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.dash-head strong{font-size:22px}.dash-head em{font-style:normal;font-size:10px;color:var(--green);background:rgba(39,199,119,.1);border:1px solid rgba(39,199,119,.2);padding:6px 9px;border-radius:999px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.stats>div{padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.stats span,.stats b{display:block}.stats span{font-size:10px;color:var(--muted)}.stats b{font-size:25px}.dash-row{display:flex;justify-content:space-between;gap:12px;padding:13px 4px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.dash-row b{color:var(--text)}.floating-badge{position:absolute;padding:13px 16px;background:var(--surface);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);display:grid;min-width:150px}.floating-badge b{font-size:18px}.floating-badge span{font-size:10px;color:var(--muted)}.badge-one{right:-26px;bottom:46px}.badge-two{left:-30px;top:65px}.logo-strip{border-block:1px solid var(--line);background:var(--surface)}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.strip-grid>div{padding:22px 24px;border-right:1px solid var(--line)}.strip-grid>div:last-child{border-right:0}.strip-grid b,.strip-grid span{display:block}.strip-grid b{font-size:13px}.strip-grid span{font-size:11px;color:var(--muted);margin-top:2px}.section{padding:104px 0}.alt{background:var(--soft)}.split,.showcase-grid,.pricing-layout,.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.copy h2,.section-head h2{font-size:clamp(36px,4.5vw,58px);line-height:1.06;letter-spacing:-.04em;margin:14px 0 20px}.copy>p,.section-head>p{font-size:16px;color:var(--muted)}.mini-feature-list{display:grid;gap:4px;margin-top:32px}.mini-feature-list>div{display:grid;grid-template-columns:40px 1fr;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.mini-feature-list span{color:var(--blue2);font-weight:900;font-size:12px}.mini-feature-list p{margin:0;color:var(--muted);font-size:14px}.mini-feature-list b{color:var(--text)}.photo-card{margin:0;position:relative;border-radius:28px;overflow:hidden;min-height:500px;box-shadow:var(--shadow);border:1px solid var(--line)}.photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-card:after{content:"";position:absolute;inset:0;background:var(--photo-overlay)}.photo-card figcaption{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}.photo-card figcaption span,.photo-card figcaption b{display:block}.photo-card figcaption span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#bcd0ff}.photo-card figcaption b{font-size:25px;line-height:1.15;max-width:440px}.section-head{max-width:770px;text-align:center;margin:0 auto 48px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.service-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);min-height:210px}.service-card>span{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--chip);color:var(--blue2);font-size:11px;font-weight:900}.service-card h3{font-size:18px;margin:22px 0 9px}.service-card p{font-size:13px;color:var(--muted);margin:0}.showcase-grid{grid-template-columns:.88fr 1.12fr}.photo-card.tall{min-height:550px}.clean-list{list-style:none;padding:0;margin:30px 0;display:grid;gap:13px}.clean-list li{display:grid;grid-template-columns:28px 1fr;align-items:start;gap:9px;color:var(--muted);font-size:14px}.clean-list i{width:24px;height:24px;border-radius:8px;background:rgba(47,105,255,.12);color:var(--blue2);display:grid;place-items:center;font-style:normal;font-weight:900}.clean-list b{color:var(--text)}.visual-band{display:grid;grid-template-columns:1fr 1.05fr;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.visual-band-copy{padding:52px}.visual-band-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.07;letter-spacing:-.04em;margin:14px 0 18px}.visual-band-copy p{color:var(--muted)}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.wide-photo{margin:0;min-height:480px}.wide-photo img{width:100%;height:100%;min-height:480px;object-fit:cover}.pricing-layout{align-items:stretch}.license-card{padding:38px;border:1px solid rgba(83,123,255,.28);background:linear-gradient(145deg,var(--surface),var(--surface2));border-radius:26px;box-shadow:var(--shadow)}.license-top{display:flex;justify-content:space-between;align-items:center}.license-top span{font-size:14px;font-weight:900}.license-top em{font-style:normal;font-size:10px;padding:6px 9px;border-radius:999px;background:rgba(47,105,255,.12);color:var(--blue2);font-weight:850}.license-card h3{font-size:28px;line-height:1.13;margin:24px 0}.license-card ul{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:12px}.license-card li{position:relative;padding-left:26px;color:var(--muted);font-size:14px}.license-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.muted-note{font-size:13px!important}.faq-grid{align-items:start}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:0 18px}.faq-list summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--blue2);font-size:18px}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);font-size:13px;margin:0 0 18px}.cta-section{padding:0 0 88px;background:var(--soft)}.cta-card{padding:48px 52px;border-radius:28px;background:linear-gradient(135deg,#2f69ff,#2454dc 52%,#0d2346);color:#fff;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center;box-shadow:0 30px 70px rgba(47,105,255,.25)}.cta-card span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#dbe5ff}.cta-card h2{font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.035em;margin:9px 0 10px}.cta-card p{margin:0;color:#d7e2ff}.cta-actions{display:grid;gap:10px;min-width:220px}.footer{padding:62px 0 24px;background:#06101e;color:#a7b7cb}.footer .logo-light{display:none!important}.footer .logo-dark{display:block!important;width:165px;height:44px;object-fit:contain;object-position:left}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:55px}.footer-brand p{max-width:430px;font-size:13px}.footer-brand span{font-size:12px}.footer h4{color:#fff;margin:0 0 16px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px}.whatsapp-float{position:fixed;z-index:90;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 15px 35px rgba(0,0,0,.28);transition:.18s}.whatsapp-float:hover{transform:translateY(-2px) scale(1.03)}.whatsapp-float svg{width:30px;height:30px}.reveal{opacity:1;transform:none}@media(prefers-reduced-motion:no-preference){.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.js .reveal.visible{opacity:1;transform:none}}
@media(max-width:1060px){.desktop-nav,.desktop-actions{display:none}.mobile-actions{display:flex}.menu-toggle{display:flex}.hero-grid{grid-template-columns:1fr;gap:58px}.hero-copy{max-width:800px}.hero-visual{max-width:760px;width:100%;margin-inline:auto}.split,.showcase-grid,.pricing-layout,.faq-grid{gap:42px}.cards-grid{grid-template-columns:repeat(2,1fr)}.visual-band{grid-template-columns:1fr}.wide-photo,.wide-photo img{min-height:380px}.cta-card{grid-template-columns:1fr}.cta-actions{display:flex;flex-wrap:wrap}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:780px){.container{width:min(100% - 30px,1180px)}.nav{height:70px}.brand{width:150px}.brand img{height:38px}.mobile-menu{top:70px}.hero{padding:125px 0 70px;min-height:auto}.hero h1{font-size:clamp(42px,12vw,58px)}.hero-copy>p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.badge-one{right:-5px;bottom:28px}.badge-two{left:-4px;top:42px}.strip-grid{grid-template-columns:repeat(2,1fr)}.strip-grid>div:nth-child(2){border-right:0}.strip-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:76px 0}.split,.showcase-grid,.pricing-layout,.faq-grid{grid-template-columns:1fr}.feature-intro .photo-card{order:2}.photo-card,.photo-card.tall{min-height:430px}.cards-grid{grid-template-columns:1fr}.visual-band-copy{padding:34px 26px}.cta-card{padding:34px 26px}.cta-actions{display:grid}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-bottom{flex-direction:column}.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}}
@media(max-width:520px){.container{width:min(100% - 24px,1180px)}.brand{width:136px}.theme-toggle{width:40px;height:40px}.menu-toggle{width:42px;height:42px}.mobile-cta-grid{grid-template-columns:1fr}.hero{padding-top:112px}.hero h1{font-size:40px}.eyebrow{font-size:9px}.hero-points{display:grid;grid-template-columns:1fr 1fr}.browser-card{border-radius:19px;transform:none}.dash{grid-template-columns:48px 1fr;min-height:330px}.dash aside{padding:15px 8px}.mini-logo{width:30px;height:30px}.dash aside i{width:22px}.dash-main{padding:18px 13px}.dash-head{align-items:flex-start;flex-direction:column}.stats{grid-template-columns:1fr 1fr}.stats>div:nth-child(3){display:none}.floating-badge{display:none}.strip-grid{grid-template-columns:1fr}.strip-grid>div{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:16px 2px}.strip-grid>div:last-child{border-bottom:0!important}.copy h2,.section-head h2{font-size:35px}.photo-card,.photo-card.tall{min-height:360px;border-radius:22px}.photo-card figcaption{left:22px;right:22px;bottom:22px}.photo-card figcaption b{font-size:21px}.service-card{min-height:auto;padding:23px}.visual-band{border-radius:22px}.wide-photo,.wide-photo img{min-height:300px}.license-card{padding:28px 22px}.cta-section{padding-bottom:60px}.cta-card{border-radius:22px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.hero-points span{text-align:center}.whatsapp-float svg{width:28px;height:28px}}

/* vNext: honest cloud-first illustration system */
:root{--contact-bubble:var(--surface)}
.illustration-card{margin:0;position:relative;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,var(--surface),var(--soft));box-shadow:var(--shadow);border:1px solid var(--line);padding:14px;isolation:isolate}
.illustration-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.illustration-card figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;padding:16px 18px;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:rgba(6,16,30,.78);color:#fff;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.illustration-card figcaption span,.illustration-card figcaption b{display:block}.illustration-card figcaption span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#bcd0ff}.illustration-card figcaption b{font-size:18px;line-height:1.22;margin-top:5px}
.illustration-card.tall{min-height:0}
.wide-illustration{margin:0;background:linear-gradient(145deg,var(--surface),var(--soft));padding:14px;min-height:100%;display:grid;place-items:center}
.wide-illustration img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover;border-radius:20px}
.contact-float{position:fixed;z-index:90;right:22px;bottom:22px;display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;filter:drop-shadow(0 15px 28px rgba(0,0,0,.22))}
.contact-float-label{max-width:0;overflow:hidden;opacity:0;white-space:nowrap;background:#0b1b34;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:0;font-size:12px;font-weight:850;transition:max-width .24s ease,opacity .2s ease,padding .24s ease}
.contact-float:hover .contact-float-label{max-width:120px;opacity:1;padding:11px 15px}
.contact-float-icon{width:60px;height:60px;border-radius:20px;background:linear-gradient(145deg,#2f69ff,#174fdc);display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);box-shadow:0 15px 35px rgba(47,105,255,.3);transition:transform .18s ease}
.contact-float:hover .contact-float-icon{transform:translateY(-2px)}
.contact-float-icon svg{width:38px;height:38px;overflow:visible}
[data-theme="dark"] .illustration-card,[data-theme="dark"] .wide-illustration{background:#0a1729}
[data-theme="dark"] .illustration-card img,[data-theme="dark"] .wide-illustration img{opacity:.92}
@media(max-width:780px){.illustration-card{border-radius:22px;padding:10px}.illustration-card img{border-radius:16px}.illustration-card figcaption{left:20px;right:20px;bottom:20px}.wide-illustration{padding:10px}.wide-illustration img{min-height:320px}.contact-float{right:16px;bottom:16px}.contact-float-label{display:none}.contact-float-icon{width:56px;height:56px;border-radius:18px}}
@media(max-width:520px){.illustration-card figcaption{position:relative;left:auto;right:auto;bottom:auto;margin-top:10px;background:var(--surface);color:var(--text);border-color:var(--line)}.illustration-card figcaption span{color:var(--blue2)}.illustration-card figcaption b{font-size:15px}.wide-illustration img{min-height:0;aspect-ratio:4/3}.contact-float-icon{width:54px;height:54px}.contact-float-icon svg{width:34px;height:34px}}


/* vFinal responsive polish: dark by default + uncropped illustrations */
.illustration-card img{height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center;background:transparent}
.wide-illustration img{height:auto!important;min-height:0!important;max-height:560px;object-fit:contain!important;object-position:center center;background:transparent}
.illustration-card,.wide-illustration{align-self:stretch}
@media(max-width:1060px){
  .illustration-card,.wide-illustration{width:100%;max-width:780px;margin-inline:auto}
  .illustration-card img,.wide-illustration img{width:100%;max-height:none}
}
@media(max-width:780px){
  .hero-copy,.copy,.section-head,.visual-band-copy,.license-card,.faq-grid>div,.cta-card,.footer-brand{text-align:center}
  .hero-actions,.hero-points,.pill-row,.cta-actions{justify-content:center}
  .mini-feature-list>div{grid-template-columns:1fr;text-align:center;gap:7px}
  .mini-feature-list span{margin-inline:auto}
  .clean-list{max-width:540px;margin-inline:auto}
  .clean-list li{grid-template-columns:1fr;text-align:center;justify-items:center;gap:7px}
  .service-card{text-align:center}
  .service-card>span{margin-inline:auto}
  .illustration-card,.wide-illustration{max-width:680px;margin-inline:auto}
  .illustration-card img,.wide-illustration img{width:100%;height:auto!important;object-fit:contain!important}
  .footer .logo-dark{margin-inline:auto;object-position:center}
  .footer-grid>div:not(.footer-brand){align-items:center;text-align:center}
  .footer-bottom{align-items:center;text-align:center}
}
@media(max-width:520px){
  .hero-copy,.copy,.section-head,.visual-band-copy,.license-card,.faq-grid,.cta-card,.footer{text-align:center}
  .hero h1{font-size:clamp(36px,11vw,44px);line-height:1.02}
  .hero-copy>p,.copy>p,.section-head>p{margin-inline:auto}
  .hero-points{grid-template-columns:1fr!important}
  .browser-card{width:100%;overflow:hidden}
  .dash-main{min-width:0}
  .stats{grid-template-columns:1fr 1fr}
  .illustration-card{padding:8px;border-radius:20px}
  .illustration-card img{border-radius:14px;width:100%;height:auto!important;object-fit:contain!important}
  .wide-illustration{padding:8px;border-radius:18px}
  .wide-illustration img{width:100%;height:auto!important;min-height:0!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:14px}
  .illustration-card figcaption{padding:14px 12px;text-align:center}
  .service-card,.license-card,.cta-card{width:100%}
  .btn{width:100%}
  .mobile-menu-inner{text-align:center}
  .mobile-menu-inner>a{text-align:center}
}


/* Contact button vFinal: minimal, theme-safe and responsive */
.contact-float{position:fixed;z-index:120;right:24px;bottom:24px;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;filter:none}
.contact-float-label{max-width:0;overflow:hidden;opacity:0;white-space:nowrap;padding:0;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:12px;font-size:12px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:max-width .2s ease,opacity .18s ease,padding .2s ease}
.contact-float:hover .contact-float-label,.contact-float:focus-visible .contact-float-label{max-width:130px;opacity:1;padding:10px 13px}
.contact-float-icon{width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:#2f69ff;color:#fff;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 32px rgba(47,105,255,.28);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.contact-float:hover .contact-float-icon,.contact-float:focus-visible .contact-float-icon{transform:translateY(-2px);background:#245be9;box-shadow:0 18px 36px rgba(47,105,255,.34)}
.contact-float:focus-visible{outline:none}.contact-float:focus-visible .contact-float-icon{outline:3px solid rgba(107,142,255,.35);outline-offset:3px}
.contact-float-icon svg{width:27px;height:27px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.contact-float-lines{stroke-width:1.7}
html[data-theme="light"] .contact-float-label{background:#fff;color:#10213b;border-color:#dde5ef}
html[data-theme="dark"] .contact-float-label{background:#0c1d32;color:#f5f8ff;border-color:rgba(255,255,255,.1)}
@media(max-width:780px){.contact-float{right:16px;bottom:16px}.contact-float-label{display:none}.contact-float-icon{width:52px;height:52px;flex-basis:52px;border-radius:15px}.contact-float-icon svg{width:25px;height:25px}}
@media(max-width:420px){.contact-float{right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.contact-float-icon{width:48px;height:48px;flex-basis:48px;border-radius:14px}.contact-float-icon svg{width:23px;height:23px}}
