:root{
  --primary:#1849F5;
  --primary-2:#00D6ED;
  --aqua:#78F3FF;
  --mint:#E0FEFD;
  --gradient:linear-gradient(135deg,#1849F5 0%,#00D6ED 100%);
  --ink:#0B1F46;
  --text:#14213D;
  --muted:#667085;
  --surface:#FFFFFF;
  --surface-2:#F9FBFF;
  --soft:#F6F9FD;
  --line:#E6EDF5;
  --line-strong:#D7E2EF;
  --success:#12B76A;
  --warning:#F59E0B;
  --danger:#E5484D;
  --violet:#7367F0;
  --shadow-soft:0 8px 24px rgba(25,56,104,.06);
  --shadow-card:0 18px 50px rgba(25,56,104,.08);
  --shadow-highlight:0 16px 38px rgba(24,73,245,.18);
  --radius-sm:11px;
  --radius-md:15px;
  --radius-lg:22px;
  --radius-xl:30px;
  --header:82px;
}
html[data-theme="dark"]{
  --ink:#F4F7FF;
  --text:#E8EEFA;
  --muted:#9BA9BF;
  --surface:#111C2E;
  --surface-2:#142238;
  --soft:#0E1728;
  --line:#22314B;
  --line-strong:#2B3C59;
  --shadow-soft:0 8px 24px rgba(0,0,0,.16);
  --shadow-card:0 18px 50px rgba(0,0,0,.23);
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 18px)}
body{margin:0;background:var(--soft);color:var(--text);font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:15px;line-height:1.55;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
svg.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section-pad{padding:108px 0}
.section-soft{background:var(--surface)}

.site-header{position:sticky;top:0;z-index:80;background:color-mix(in srgb,var(--soft) 86%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent)}
.nav-wrap{height:var(--header);display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:185px;height:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto}
.main-nav a{font-size:13px;font-weight:600;color:var(--muted);position:relative}
.main-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--gradient);border-radius:2px;transition:.2s ease}
.main-nav a:hover{color:var(--primary)}
.main-nav a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:18px}
.icon-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);box-shadow:0 5px 16px rgba(25,56,104,.035)}
.icon-button:hover{color:var(--primary);border-color:#C7D8FF}
.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}
[data-theme="dark"] .theme-toggle .icon-sun{display:block}[data-theme="dark"] .theme-toggle .icon-moon{display:none}
.menu-toggle{display:none}.menu-toggle .icon-close{display:none}.menu-toggle[aria-expanded="true"] .icon-open{display:none}.menu-toggle[aria-expanded="true"] .icon-close{display:block}

.button{min-height:46px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;font-size:12px;font-weight:700;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--gradient);color:#fff;box-shadow:0 12px 24px rgba(24,73,245,.18)}
.button-primary:hover{box-shadow:0 16px 30px rgba(24,73,245,.25)}
.button-secondary{background:var(--surface);color:var(--primary);border-color:#D7E5FF}
[data-theme="dark"] .button-secondary{background:#152A4A;border-color:#29466F;color:#86C9FF}
.button-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}
.button-ghost:hover{background:var(--surface)}
.button-white{background:#fff;color:#0B3B91;box-shadow:0 12px 26px rgba(0,0,0,.12)}
.button-large{min-height:54px;padding:0 24px;border-radius:16px;font-size:13px}
.button-full{width:100%}
.button-disabled{background:var(--surface-2);color:var(--muted);border-color:var(--line);box-shadow:none;cursor:not-allowed}
.button-disabled:hover{transform:none}

.hero{position:relative;overflow:hidden;padding-top:92px;background:radial-gradient(circle at 83% 20%,rgba(0,214,237,.13),transparent 32%),radial-gradient(circle at 10% 55%,rgba(24,73,245,.08),transparent 30%)}
.hero:before{content:'';position:absolute;width:480px;height:480px;border:1px solid rgba(24,73,245,.07);border-radius:50%;left:-280px;top:100px;box-shadow:0 0 0 70px rgba(24,73,245,.025),0 0 0 150px rgba(0,214,237,.018);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);align-items:center;gap:70px;min-height:575px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--primary-2);font-weight:800}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-2);box-shadow:0 0 0 6px rgba(0,214,237,.10)}
.hero-copy h1{margin:0;color:var(--ink);font-size:clamp(42px,5.2vw,68px);line-height:1.02;letter-spacing:-2.8px;max-width:690px}
.hero-copy h1 em{font-style:normal;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.75;max-width:650px}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:11px;font-weight:600}
.hero-points span{display:flex;align-items:center;gap:7px}.hero-points .icon{width:16px;height:16px;color:var(--success);stroke-width:2.2}
.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}
.ecosystem-window{width:min(620px,100%);border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 30px 90px rgba(32,75,145,.16);overflow:hidden;transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}
.window-top{height:46px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid var(--line);background:var(--surface-2);font-size:9px;color:var(--muted);font-weight:600}
.window-top>span:nth-child(2){justify-self:center}.secure-pill{justify-self:end;padding:5px 8px;border-radius:999px;background:rgba(18,183,106,.08);color:var(--success);font-size:8px}
.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#CFD7E4}.window-dots i:first-child{background:#FF7F77}.window-dots i:nth-child(2){background:#F8C65B}.window-dots i:nth-child(3){background:#58C985}
.window-body{display:grid;grid-template-columns:62px 1fr;min-height:380px}
.mini-sidebar{border-right:1px solid var(--line);background:var(--surface-2);padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:13px}.mini-sidebar img{width:32px;height:32px;object-fit:contain;margin-bottom:4px}.mini-sidebar i{width:27px;height:27px;border-radius:9px;background:var(--line)}.mini-sidebar i.active{background:var(--gradient);box-shadow:0 6px 14px rgba(24,73,245,.24)}
.mini-content{padding:20px;background:var(--surface)}
.mini-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mini-heading small{display:block;color:var(--primary-2);font-size:7px;letter-spacing:.12em;font-weight:800}.mini-heading strong{display:block;color:var(--ink);font-size:15px;margin-top:3px}.mini-heading>span{width:92px;height:24px;border-radius:8px;background:var(--surface-2);border:1px solid var(--line)}
.mini-hero-card{height:112px;border-radius:17px;background:var(--gradient);color:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.mini-hero-card small{font-size:6px;font-weight:800;opacity:.8}.mini-hero-card strong{display:block;font-size:24px;line-height:1.1;margin:5px 0}.mini-hero-card span{font-size:7px;opacity:.88}.mini-hero-card svg{width:46%;height:72px}.mini-hero-card path{fill:none;stroke:rgba(255,255,255,.65);stroke-width:4;stroke-linecap:round}
.mini-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:11px 0}.mini-kpis i{height:56px;border-radius:13px;border:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2))}
.mini-bottom{display:grid;grid-template-columns:1.7fr 1fr;gap:10px}.mini-chart,.mini-list{height:115px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);padding:11px}.mini-chart>span{display:block;width:78px;height:7px;border-radius:5px;background:var(--line);margin-bottom:10px}.mini-chart svg{width:100%;height:75px}.mini-chart path{fill:none;stroke:#1849F5;stroke-width:3;stroke-linecap:round}.mini-list{display:flex;flex-direction:column;gap:8px}.mini-list i{height:16px;border-radius:6px;background:var(--line)}.mini-list i:nth-child(2){width:87%}.mini-list i:nth-child(3){width:74%}.mini-list i:nth-child(4){width:92%}
.float-chip{position:absolute;display:flex;align-items:center;gap:11px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:16px;padding:11px 14px;box-shadow:var(--shadow-card);min-width:170px}.float-chip b,.float-chip small{display:block}.float-chip b{color:var(--ink);font-size:11px}.float-chip small{color:var(--muted);font-size:8px;margin-top:2px}.chip-icon{width:34px;height:34px;border-radius:11px;background:rgba(24,73,245,.08);color:var(--primary);display:grid;place-items:center}.chip-icon .icon{width:17px;height:17px}.chip-finance{left:-4px;top:40px}.chip-business{right:-18px;bottom:46px}.chip-ai{left:64px;bottom:6px}.chip-ai .chip-icon{color:var(--violet);background:rgba(115,103,240,.10)}

.trust-strip{padding:0 0 22px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-grid article{display:flex;gap:13px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:17px 19px;box-shadow:var(--shadow-soft)}.trust-icon{width:40px;height:40px;border-radius:13px;background:#EFF5FF;color:var(--primary);display:grid;place-items:center;flex:0 0 auto}[data-theme="dark"] .trust-icon{background:#162D50;color:#7CCEFF}.trust-grid strong{display:block;color:var(--ink);font-size:12px}.trust-grid p{margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.45}

.section-heading{max-width:760px;margin-bottom:42px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.product-copy h2,.contact-copy h2{margin:0;color:var(--ink);font-size:clamp(31px,3.8vw,46px);line-height:1.1;letter-spacing:-1.5px}.section-heading p{margin:15px 0 0;color:var(--muted);line-height:1.72}
.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.platform-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:var(--shadow-soft);overflow:hidden;transition:.25s ease}.platform-card:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,rgba(24,73,245,.15),rgba(0,214,237,.25));opacity:0;transition:.25s ease}.platform-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:#D5E3F5}.platform-card:hover:before{opacity:1}.platform-card.featured:before{opacity:1;background:var(--gradient)}.platform-card.locked{background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-2) 70%,var(--surface)))}.platform-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-logo{height:50px;display:flex;align-items:center}.product-logo img{max-height:46px;width:auto;max-width:185px}.status{height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.status .icon{width:12px;height:12px}.status-live{background:rgba(18,183,106,.09);color:var(--success)}.status-locked{background:rgba(102,112,133,.09);color:var(--muted)}.status-evolving{background:rgba(115,103,240,.09);color:var(--violet)}
.platform-card h3{margin:23px 0 10px;color:var(--ink);font-size:22px;line-height:1.25;letter-spacing:-.45px}.platform-card>p{margin:0;color:var(--muted);font-size:13px;line-height:1.75;min-height:70px}.mini-features{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:20px 0 22px;padding:0}.mini-features li{padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);font-size:9px;color:var(--muted);font-weight:600}

.product-section{overflow:hidden}.product-showcase{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:70px;align-items:center}.product-showcase.reverse{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.product-showcase.reverse .product-copy{order:2}.product-showcase.reverse .preview-frame{order:1}.product-copy h2{max-width:620px}.product-copy>p{margin:18px 0 0;color:var(--muted);line-height:1.75;max-width:600px}.feature-list{display:grid;gap:12px;margin:27px 0}.feature-list>div{display:flex;gap:13px;align-items:flex-start;padding:14px 15px;border:1px solid var(--line);background:var(--surface);border-radius:16px}.feature-list>div>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;background:#EEF5FF;color:var(--primary)}[data-theme="dark"] .feature-list>div>span{background:#162D50;color:#7CCEFF}.feature-list strong{display:block;color:var(--ink);font-size:12px}.feature-list p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.feature-list.compact{margin-bottom:22px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;font-size:12px}.text-link .icon{width:17px;height:17px}.text-link:hover{gap:12px}.business-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.business-chips span{padding:8px 10px;border-radius:10px;border:1px solid #D9E6FB;background:rgba(24,73,245,.04);color:var(--primary);font-size:9px;font-weight:700}[data-theme="dark"] .business-chips span{border-color:#29466F;background:#142540;color:#77D8FF}
.preview-frame{margin:0;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 24px 70px rgba(25,56,104,.13);overflow:hidden;position:relative}.preview-frame:after{content:'';position:absolute;inset:auto 10% -40px 10%;height:50px;background:rgba(24,73,245,.16);filter:blur(35px);z-index:-1}.preview-bar{height:43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--surface-2);padding:0 15px}.preview-bar>div{display:flex;gap:5px}.preview-bar i{width:7px;height:7px;border-radius:50%;background:#D0D8E5}.preview-bar i:first-child{background:#FF7C76}.preview-bar i:nth-child(2){background:#F4C15D}.preview-bar i:nth-child(3){background:#55C783}.preview-bar span{font-size:8px;color:var(--muted);font-weight:600}.preview-frame img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#F5F8FD}.preview-frame figcaption{padding:10px 14px;text-align:right;color:var(--muted);font-size:8px;border-top:1px solid var(--line)}

.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.solution-card{background:var(--surface-2);border:1px solid var(--line);border-radius:20px;padding:22px;min-height:215px}.solution-icon{width:46px;height:46px;border-radius:15px;background:var(--gradient);color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(24,73,245,.16)}.solution-card h3{margin:18px 0 8px;color:var(--ink);font-size:15px}.solution-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}

.contact-section{padding-top:82px;padding-bottom:82px;background:var(--soft)}.contact-shell{background:var(--gradient);border-radius:30px;padding:48px;display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center;box-shadow:0 25px 70px rgba(24,73,245,.24);position:relative;overflow:hidden}.contact-shell:before{content:'';position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.11);border-radius:50%;left:-250px;bottom:-260px;box-shadow:0 0 0 75px rgba(255,255,255,.04),0 0 0 150px rgba(255,255,255,.025)}.section-kicker.light{color:#DDF8FF}.contact-copy{position:relative;z-index:1}.contact-copy h2{color:#fff}.contact-copy p{color:rgba(255,255,255,.8);line-height:1.7;margin:17px 0 23px}.contact-links{display:grid;gap:9px}.contact-links a{display:flex;align-items:center;gap:9px;color:#fff;font-size:11px;font-weight:700}.contact-links .icon{width:17px;height:17px}
.contact-form{position:relative;z-index:1;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.35);border-radius:22px;padding:22px;color:#13264A;box-shadow:0 18px 45px rgba(12,58,130,.18)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form label{display:block;margin-bottom:12px}.contact-form label>span{display:block;font-size:9px;font-weight:800;color:#3D506F;margin:0 0 6px}.contact-form label small{font-weight:500;color:#8A96A8}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #DDE6F1;background:#fff;color:#14213D;border-radius:12px;padding:0 12px;outline:none;transition:.2s ease}.contact-form input,.contact-form select{height:44px}.contact-form textarea{padding-top:11px;resize:vertical;min-height:96px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#82B5FF;box-shadow:0 0 0 4px rgba(24,73,245,.10)}.form-note{display:block;color:#7A8799;font-size:8px;line-height:1.5;margin-top:10px;text-align:center}

.site-footer{background:var(--surface);border-top:1px solid var(--line)}.footer-main{padding:48px 0 34px;display:grid;grid-template-columns:1.6fr .8fr .8fr;gap:40px}.footer-brand img{width:175px}.footer-brand p{margin:12px 0 0;color:var(--muted);font-size:11px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links strong{color:var(--ink);font-size:11px;margin-bottom:3px}.footer-links a,.footer-links span{color:var(--muted);font-size:10px}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--line);min-height:68px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px}.footer-slogan{font-weight:800;color:var(--primary);font-size:12px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:70;height:50px;padding:0 16px;border-radius:999px;background:#12B76A;color:#fff;display:flex;align-items:center;gap:8px;font-weight:800;font-size:10px;box-shadow:0 14px 32px rgba(18,183,106,.28)}.whatsapp-float:hover{transform:translateY(-2px)}

.reveal{opacity:1;transform:none}.delay-1,.delay-2,.delay-3{transition-delay:0s}

[data-theme="dark"] .site-header{background:rgba(14,23,40,.88)}
[data-theme="dark"] .brand img,[data-theme="dark"] .footer-brand img{filter:drop-shadow(0 1px 0 rgba(255,255,255,.09)) brightness(1.06)}
[data-theme="dark"] .hero{background:radial-gradient(circle at 83% 20%,rgba(0,214,237,.10),transparent 34%),radial-gradient(circle at 10% 55%,rgba(24,73,245,.09),transparent 30%)}
[data-theme="dark"] .ecosystem-window{box-shadow:0 30px 90px rgba(0,0,0,.28)}
[data-theme="dark"] .mini-hero-card{box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
[data-theme="dark"] .platform-card:hover{border-color:#2D4770}
[data-theme="dark"] .platforms-hero-card,
[data-theme="dark"] .platform-card,
[data-theme="dark"] .platform-card.business-emphasis,
[data-theme="dark"] .platform-card.featured,
[data-theme="dark"] .platform-card.studio-free,
[data-theme="dark"] .platform-cta-card{background:linear-gradient(180deg,#F8FBFF 0%,#EEF4FB 100%);color:#0B1F46;border-color:#DCE7F3;box-shadow:0 16px 40px rgba(25,56,104,.12)}
[data-theme="dark"] .platform-card h3,
[data-theme="dark"] .platform-card > p,
[data-theme="dark"] .platforms-hero-card p,
[data-theme="dark"] .platforms-hero-card strong,
[data-theme="dark"] .platform-cta-card h2,
[data-theme="dark"] .platform-cta-card p{color:#0B1F46}
[data-theme="dark"] .platform-card .mini-features li{background:#FFFFFF;border-color:#DCE7F3;color:#5B6B82}
[data-theme="dark"] .preview-frame img{background:#101A2B}

@media (max-width:1080px){
  .desktop-cta{display:none}.nav-actions{margin-left:auto}.main-nav{gap:19px}.hero-grid{gap:35px}.float-chip{min-width:150px}.solutions-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  :root{--header:74px}.container{width:min(100% - 30px,760px)}.section-pad{padding:82px 0}.brand img{width:164px}.main-nav{position:fixed;top:var(--header);left:15px;right:15px;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow-card)}.main-nav.open{display:flex}.main-nav a{padding:13px 12px;border-radius:11px}.main-nav a:hover{background:var(--surface-2)}.main-nav a:after{display:none}.menu-toggle{display:grid}.hero{padding-top:55px}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{text-align:center}.hero-copy h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{min-height:490px}.ecosystem-window{width:min(620px,92%);transform:none}.chip-finance{left:0}.chip-business{right:0}.chip-ai{left:42px}.trust-grid{grid-template-columns:1fr}.platform-grid{grid-template-columns:1fr}.platform-card>p{min-height:0}.product-showcase,.product-showcase.reverse{grid-template-columns:1fr;gap:40px}.product-showcase.reverse .product-copy,.product-showcase.reverse .preview-frame{order:initial}.product-copy{text-align:left}.preview-frame{max-width:760px}.contact-shell{grid-template-columns:1fr;gap:32px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media (max-width:620px){
  .container{width:min(100% - 24px,560px)}.section-pad{padding:70px 0}.nav-wrap{gap:10px}.brand img{width:145px}.nav-actions{gap:7px}.icon-button{width:42px;height:42px;border-radius:13px}.hero{padding-top:42px}.hero-grid{gap:36px}.hero-copy h1{font-size:42px;letter-spacing:-1.8px}.hero-lead{font-size:14px;line-height:1.68}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-actions .button{width:100%}.hero-points{display:grid;gap:9px;text-align:left;justify-content:center}.hero-visual{min-height:365px;margin-top:4px}.ecosystem-window{width:100%;border-radius:18px}.window-top{height:38px}.window-body{grid-template-columns:42px 1fr;min-height:260px}.mini-sidebar{padding:10px 7px;gap:8px}.mini-sidebar img{width:25px;height:25px}.mini-sidebar i{width:20px;height:20px;border-radius:7px}.mini-content{padding:12px}.mini-heading{margin-bottom:9px}.mini-heading strong{font-size:11px}.mini-heading>span{width:58px;height:18px}.mini-hero-card{height:78px;border-radius:12px;padding:11px 13px}.mini-hero-card strong{font-size:16px}.mini-hero-card svg{height:48px}.mini-kpis{gap:5px;margin:7px 0}.mini-kpis i{height:36px;border-radius:9px}.mini-bottom{gap:6px}.mini-chart,.mini-list{height:75px;border-radius:10px;padding:7px}.mini-chart>span{width:50px;height:5px;margin-bottom:5px}.mini-chart svg{height:47px}.mini-list{gap:5px}.mini-list i{height:9px;border-radius:4px}.float-chip{display:none}.trust-strip{padding-top:4px}.trust-grid article{padding:15px}.section-heading{margin-bottom:28px}.section-heading h2,.product-copy h2,.contact-copy h2{font-size:31px;letter-spacing:-1px}.platform-card{padding:20px;border-radius:20px}.platform-top{align-items:center}.product-logo{height:43px}.product-logo img{max-height:40px;max-width:155px}.status{font-size:7px;height:25px}.platform-card h3{font-size:19px;margin-top:18px}.solutions-grid{grid-template-columns:1fr}.solution-card{min-height:0}.feature-list>div{padding:13px}.business-chips{gap:6px}.preview-frame{border-radius:17px}.preview-bar{height:36px}.preview-bar span{font-size:7px}.contact-section{padding-top:58px;padding-bottom:58px}.contact-shell{padding:28px 18px;border-radius:24px}.form-grid{grid-template-columns:1fr;gap:0}.contact-form{padding:17px;border-radius:18px}.footer-main{grid-template-columns:1fr;gap:27px}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.whatsapp-float{right:14px;bottom:14px;width:50px;padding:0;justify-content:center}.whatsapp-float span{display:none}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.main-nav a:after{transition:none}}
/* Owdex Studio public card */
.platform-card.studio-free{grid-column:1/-1;display:grid;grid-template-columns:1fr 260px;gap:28px;align-items:center;background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--surface-2) 78%,rgba(0,214,237,.08)) 100%);border-color:#CAE0FA}.studio-product-logo img{max-width:210px;max-height:55px}.studio-platform-action{min-height:180px;border-radius:18px;padding:24px;background:var(--gradient);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.studio-platform-action>span{font-size:7px;font-weight:800;letter-spacing:.12em;opacity:.76}.studio-platform-action>strong{font-size:24px;margin-top:5px}.studio-platform-action>small{font-size:9px;opacity:.8;margin:5px 0 18px}.studio-platform-action .button{background:#fff;color:#1849F5;box-shadow:none}.studio-platform-action .button:hover{transform:translateY(-1px)}
@media(max-width:900px){.platform-card.studio-free{grid-column:auto;grid-template-columns:1fr}.studio-platform-action{min-height:0}.studio-platform-main>p{min-height:0}}

/* =========================================================
   R4T8 — revisão de leitura, persuasão, imagens e responsividade
   ========================================================= */
:root{--header:84px}
body{font-size:16px;line-height:1.62}
.container{width:min(1280px,calc(100% - 48px))}
svg.icon{stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.main-nav a{font-size:14px}
.button{min-height:48px;padding:0 20px;font-size:13px;border-radius:14px}
.button-large{min-height:56px;padding:0 26px;font-size:14px}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.14em}
.hero-lead{font-size:18px;line-height:1.72;max-width:680px}
.hero-points{font-size:12px;gap:20px}
.trust-grid article strong{font-size:14px}
.trust-grid article p{font-size:12px;line-height:1.58}
.section-heading{max-width:850px}
.section-heading p{font-size:16px;line-height:1.75}
.product-copy>p{font-size:16px;line-height:1.78}
.feature-list strong{font-size:14px}
.feature-list p{font-size:12.5px;line-height:1.62}
.business-chips span{font-size:11px;padding:8px 11px}
.text-link{font-size:13px}
.solution-card{padding:25px;min-height:210px}
.solution-card h3{font-size:17px;line-height:1.35}
.solution-card p{font-size:13px;line-height:1.68}
.solution-icon{width:50px;height:50px;border-radius:15px}
.solution-icon .icon{width:23px;height:23px}
.contact-copy>p{font-size:15px;line-height:1.72}
.contact-form label>span{font-size:11px}
.contact-form input,.contact-form select,.contact-form textarea{font-size:13px}
.footer-brand p,.footer-links a,.footer-links span{font-size:11px}
.footer-links strong{font-size:12px}
.footer-bottom{font-size:10px}
.whatsapp-float{font-size:12px;height:54px;padding:0 18px}

/* As prévias são SVG vetoriais; damos mais área para manter a leitura nítida. */
.product-section .container{width:min(1460px,calc(100% - 52px))}
.product-showcase{grid-template-columns:minmax(390px,.72fr) minmax(0,1.28fr);gap:56px}
.product-showcase.reverse{grid-template-columns:minmax(0,1.28fr) minmax(390px,.72fr)}
.preview-frame{border-radius:24px;overflow:hidden;box-shadow:0 26px 70px rgba(25,56,104,.12);border:1px solid var(--line-strong);background:var(--surface)}
.preview-frame img{width:100%;height:auto;background:#F5F8FD;image-rendering:auto}
.preview-bar{height:44px;padding:0 16px}
.preview-bar span{font-size:10px;font-weight:700}
.preview-bar i{width:8px;height:8px}
figcaption{padding:12px 16px;font-size:10px;line-height:1.5}

/* Página exclusiva de plataformas */
.platforms-page{background:var(--soft)}
.platforms-page .site-header{background:color-mix(in srgb,var(--soft) 92%,transparent)}
.platforms-hero{padding-top:74px;padding-bottom:78px;background:radial-gradient(circle at 83% 16%,rgba(0,214,237,.16),transparent 34%),radial-gradient(circle at 15% 70%,rgba(24,73,245,.08),transparent 30%)}
.platforms-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:70px;align-items:center}
.platforms-hero-copy h1{margin:0;color:var(--ink);font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-2.4px;max-width:820px}
.platforms-hero-copy h1 em{font-style:normal;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.platforms-hero-copy>p{font-size:18px;line-height:1.75;color:var(--muted);max-width:760px;margin:22px 0 0}
.platforms-hero-card{background:var(--gradient);color:#fff;padding:34px;border-radius:28px;box-shadow:0 24px 60px rgba(24,73,245,.2)}
.platforms-hero-card>span{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;opacity:.8}
.platforms-hero-card>strong{display:block;font-size:25px;line-height:1.25;margin:12px 0 10px}
.platforms-hero-card>p{font-size:14px;line-height:1.7;margin:0 0 24px;opacity:.9}
.platform-access-section{background:var(--surface)}
.platform-heading{margin-bottom:42px}
.platform-page-grid .platform-card{padding:28px}
.platform-page-grid .platform-card>p{font-size:13px;line-height:1.68;min-height:66px}
.platform-page-grid .platform-card h3{font-size:21px;line-height:1.3}
.platform-page-grid .mini-features{font-size:11px}
.platform-page-grid .product-logo{height:52px}
.platform-page-grid .product-logo img{max-height:48px;max-width:190px}
.platform-page-grid .status{font-size:9px;height:29px;padding:0 10px}
.platform-page-grid .business-emphasis{border-color:#BFD8FF;box-shadow:0 18px 48px rgba(24,73,245,.09)}
.platform-studio-card{margin-top:4px}
.platform-cta-section{padding:0 0 100px;background:var(--surface)}
.platform-cta-card{background:var(--gradient);border-radius:30px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:42px;color:#fff;box-shadow:0 24px 60px rgba(24,73,245,.16)}
.platform-cta-card span{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;opacity:.8}
.platform-cta-card h2{font-size:clamp(28px,3.2vw,42px);line-height:1.12;letter-spacing:-1.2px;margin:9px 0 10px;max-width:850px}
.platform-cta-card p{font-size:14px;line-height:1.65;margin:0;opacity:.88}
.platform-cta-card .button{flex:0 0 auto}

@media(max-width:1180px){
  .container{width:min(100% - 36px,1120px)}
  .product-section .container{width:min(100% - 36px,1180px)}
  .product-showcase,.product-showcase.reverse{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:40px}
  .product-showcase.reverse{grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr)}
  .platforms-hero-grid{gap:42px}
}
@media(max-width:900px){
  .container,.product-section .container{width:min(100% - 30px,760px)}
  .section-pad{padding:82px 0}
  .product-showcase,.product-showcase.reverse{grid-template-columns:1fr;gap:38px}
  .product-showcase.reverse .product-copy,.product-showcase.reverse .preview-frame{order:initial}
  .preview-frame{max-width:none}
  .platforms-hero-grid{grid-template-columns:1fr;gap:36px}
  .platforms-hero-copy{text-align:center}
  .platforms-hero-copy>p{margin-left:auto;margin-right:auto}
  .platforms-hero-copy .hero-points{justify-content:center}
  .platforms-hero-card{max-width:680px;margin:0 auto}
  .platform-nav{display:none}
  .platform-cta-card{align-items:flex-start;flex-direction:column;padding:36px}
}
@media(max-width:620px){
  body{font-size:15px}
  .container,.product-section .container{width:min(100% - 24px,560px)}
  .section-pad{padding:68px 0}
  .hero-copy h1{font-size:43px;line-height:1.04;letter-spacing:-1.8px}
  .hero-lead{font-size:15.5px;line-height:1.72}
  .section-heading h2,.product-copy h2,.contact-copy h2{font-size:33px;line-height:1.14}
  .section-heading p,.product-copy>p{font-size:14px}
  .trust-grid article strong{font-size:13px}
  .trust-grid article p{font-size:11.5px}
  .feature-list strong{font-size:13px}
  .feature-list p{font-size:11.5px}
  .solution-card h3{font-size:16px}.solution-card p{font-size:12px}
  .preview-frame{overflow-x:auto;overscroll-behavior-x:contain}
  .preview-frame img{min-width:760px}
  .preview-bar{position:sticky;left:0;min-width:100%;width:100%}
  figcaption{position:sticky;left:0;min-width:100%;width:100%;background:var(--surface);text-align:left}
  .platforms-hero{padding-top:52px;padding-bottom:58px}
  .platforms-hero-copy h1{font-size:40px;letter-spacing:-1.6px}
  .platforms-hero-copy>p{font-size:15px}
  .platforms-hero-copy .hero-points{display:grid;justify-content:center;text-align:left}
  .platforms-hero-card{padding:26px 22px;border-radius:23px}
  .platforms-hero-card>strong{font-size:21px}
  .platform-page-grid .platform-card{padding:22px}
  .platform-page-grid .platform-card>p{font-size:12.5px;min-height:0}
  .platform-page-grid .platform-card h3{font-size:19px}
  .platform-cta-section{padding-bottom:68px}
  .platform-cta-card{padding:28px 22px;border-radius:24px}
  .platform-cta-card h2{font-size:29px}
  .platform-cta-card .button{width:100%}
}
@media(max-width:380px){
  .platforms-page .site-header .nav-actions .button-secondary{display:none}
  .platform-page-grid .platform-top{align-items:flex-start;flex-direction:column;gap:12px}
}
[data-theme="dark"] .button-ghost{color:#F4F7FF!important;border-color:#2B3C59;background:transparent}
[data-theme="dark"] .button-ghost:hover{background:#142238}


/* M8P3 — correções finais de logos, previews, contato e acessos */
.preview-frame img{display:block;width:100%;height:auto;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important;}
.preview-bar span{font-size:11px;font-weight:700;}
.product-logo{height:60px;min-width:0;}
.product-logo img{display:block;max-height:54px;max-width:100%;width:auto;}
.platform-page-grid .product-logo img{max-height:56px;max-width:100%;}
.studio-product-logo img{max-width:240px;max-height:62px;}
.product-wordmark{display:flex;flex-direction:column;justify-content:center;min-height:56px;}
.product-wordmark span{display:block;font-size:31px;line-height:1;letter-spacing:-.04em;color:var(--ink);font-weight:800;}
.product-wordmark small{display:block;margin-top:5px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);}
.nowchat-wordmark span{background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;}
.contact-links{display:grid;gap:12px;max-width:440px;}
.contact-links a{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);font-size:16px;font-weight:700;line-height:1.4;backdrop-filter:blur(4px);}
.contact-links .icon{width:20px;height:20px;flex:0 0 auto;}
.contact-copy p{max-width:540px;}
@media(max-width:620px){.product-logo{height:50px}.product-logo img{max-height:45px}.platform-page-grid .product-logo img{max-height:46px}.product-wordmark span{font-size:26px}.product-wordmark small{font-size:9px;letter-spacing:.14em}.preview-frame img{min-width:760px;width:auto}.contact-links a{font-size:15px;padding:13px 14px}}
@media(max-width:420px){.contact-links a{font-size:14px}.product-wordmark span{font-size:24px}.studio-product-logo img{max-width:210px}}


/* R22 — polimento profissional final */
.brand img{display:block}
.button{font-size:13px;border-radius:15px}
.button .icon{width:18px;height:18px;stroke-width:2.1}
.button-primary,.button-secondary,.button-white{min-height:48px}
.platform-page-grid .platform-card{display:flex;flex-direction:column;gap:0;border-color:#DCE7F3;box-shadow:0 14px 38px rgba(25,56,104,.08)}
.platform-page-grid .platform-card:hover{box-shadow:0 18px 48px rgba(25,56,104,.12)}
.platform-page-grid .platform-card h3{margin-bottom:12px}
.platform-page-grid .platform-card > p{margin-bottom:0}
.platform-page-grid .mini-features{margin-top:18px;margin-bottom:22px}
.platform-page-grid .mini-features li{font-size:10px;padding:8px 10px;border-radius:10px}
.platform-page-grid .button{margin-top:auto}
.platform-page-grid .platform-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:4px}
.platform-page-grid .product-logo{height:64px;display:flex;align-items:center}
.platform-page-grid .product-logo img{max-height:56px;max-width:100%;width:auto;object-fit:contain}
.platform-page-grid .studio-product-logo img{max-height:60px;max-width:245px}
.platform-page-grid .status{font-size:9px;height:31px;padding:0 12px;border:1px solid transparent}
.status-live{background:rgba(18,183,106,.09);color:#0F9D5A;border-color:rgba(18,183,106,.18)}
.status-evolving{background:rgba(24,73,245,.09);color:#1849F5;border-color:rgba(24,73,245,.14)}
.product-wordmark{min-height:56px}
.nowchat-wordmark span{font-size:30px;font-weight:800;letter-spacing:-.04em;line-height:1;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.nowchat-wordmark small{margin-top:5px;font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}
.platform-card.business-emphasis,.platform-card.featured{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.96))}
.platform-card.studio-free{border-color:#CBE1FA;background:linear-gradient(135deg,#ffffff 0%,#F4FAFF 100%)}
.platform-card.studio-free .studio-platform-action{box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 14px 30px rgba(24,73,245,.18)}
.preview-frame{background:#fff;border:1px solid #DCE7F3;box-shadow:0 18px 55px rgba(25,56,104,.10)}
.preview-bar{height:46px;padding:0 16px;background:linear-gradient(180deg,#FBFDFF,#F4F8FD)}
.preview-bar span{font-size:11px;font-weight:700;color:#5C708F}
.preview-frame img{display:block;width:100%;height:auto;object-fit:contain;background:linear-gradient(180deg,#F8FBFF,#F4F8FD);padding:16px 16px 0;box-sizing:border-box}
.preview-frame figcaption{padding:12px 16px;font-size:10px;background:#fff}
.contact-shell{border:1px solid rgba(255,255,255,.14)}
.contact-links{gap:12px}
.contact-links a{display:flex;align-items:center;gap:11px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.10);font-size:15px;font-weight:700;line-height:1.4;backdrop-filter:blur(5px)}
.contact-links a:hover{background:rgba(255,255,255,.14)}
.contact-links .icon{width:20px;height:20px}
.feature-list > div > span,.solution-icon,.trust-icon{box-shadow:inset 0 0 0 1px rgba(24,73,245,.06)}
@media (max-width: 900px){
  .platform-page-grid .platform-top{grid-template-columns:1fr;align-items:flex-start}
  .platform-page-grid .status{justify-self:flex-start}
}
@media (max-width: 620px){
  .button{font-size:12px}
  .platform-page-grid .product-logo{height:58px}
  .platform-page-grid .product-logo img{max-height:50px}
  .preview-frame img{min-width:760px;width:auto;padding:14px 14px 0}
  .contact-links a{font-size:14px;padding:13px 14px}
  .nowchat-wordmark span{font-size:26px}
}


/* R29 — posicionamento comercial owdex Business/owdex Chat, sem alterar o restante do layout */
.chip-chat{left:64px;bottom:6px}.chip-chat .chip-icon{color:var(--primary);background:rgba(24,73,245,.10)}
.product-inline-logo{height:54px;display:flex;align-items:center;margin-bottom:15px}.product-inline-logo img{display:block;max-width:210px;max-height:50px;width:auto;height:auto}
.commercial-badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 4px}.commercial-badges span{display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border-radius:999px;border:1px solid #CFE0F8;background:rgba(24,73,245,.05);color:var(--primary);font-size:9px;font-weight:800;letter-spacing:.02em}
.enterprise-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,#EEF6FF) 0%,var(--surface) 100%)}
.enterprise-primary .preview-frame{box-shadow:0 30px 80px rgba(24,73,245,.15)}
.product-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:8px}.product-actions .button{min-height:46px}.product-actions .text-link{min-height:42px}
.footer-cookie-button{appearance:none;border:0;background:transparent;padding:0;color:var(--muted);font:inherit;font-size:11px;cursor:pointer;text-align:left}.footer-cookie-button:hover{color:var(--primary)}
.inline-cookie-button{appearance:none;border:0;background:transparent;padding:0;color:var(--primary);font:inherit;font-weight:700;cursor:pointer;text-decoration:underline}
@media(max-width:900px){.chip-chat{left:42px}.product-actions{align-items:flex-start}}
@media(max-width:620px){.product-inline-logo{height:46px;margin-bottom:12px}.product-inline-logo img{max-width:180px;max-height:43px}.commercial-badges{margin-top:17px}.commercial-badges span{font-size:8px}.product-actions{display:grid;grid-template-columns:1fr}.product-actions .button{width:100%}.product-actions .text-link{justify-self:start}.footer-cookie-button{font-size:11px}}


/* R30 — páginas individuais de produto; sem alterar o restante do layout */
.product-detail-page .product-detail-hero{padding:88px 0 76px;background:radial-gradient(circle at 84% 18%,rgba(0,214,237,.13),transparent 30%),radial-gradient(circle at 8% 65%,rgba(24,73,245,.08),transparent 28%)}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:center}
.product-detail-copy h1{margin:0;color:var(--ink);font-size:clamp(42px,5vw,66px);line-height:1.04;letter-spacing:-2.4px}.product-detail-copy h1 em{font-style:normal;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.product-detail-copy>p{margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.75;max-width:700px}.product-detail-logo{height:64px;display:flex;align-items:center;margin-bottom:22px}.product-detail-logo img{max-height:60px;max-width:250px;width:auto}
.product-detail-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:28px}.product-detail-note{margin-top:15px!important;font-size:11px!important;line-height:1.65!important;color:var(--muted)!important}
.product-detail-preview{border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 28px 80px rgba(25,56,104,.13);overflow:hidden}.product-detail-preview img{width:100%;height:auto;background:#fff}.product-detail-preview figcaption{padding:12px 16px;font-size:10px;color:var(--muted);background:var(--surface)}
.product-detail-section{padding:92px 0}.product-detail-section.alt{background:var(--surface)}.detail-heading{max-width:820px;margin-bottom:34px}.detail-heading h2{margin:0;color:var(--ink);font-size:38px;line-height:1.16;letter-spacing:-1.2px}.detail-heading p{margin:13px 0 0;color:var(--muted);font-size:15px;line-height:1.75}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.detail-card{padding:25px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft)}.alt .detail-card{background:var(--soft)}.detail-card strong{display:block;color:var(--ink);font-size:15px;margin-bottom:8px}.detail-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.72}.detail-card .detail-tag{display:inline-flex;margin-bottom:14px;padding:6px 9px;border-radius:999px;background:rgba(24,73,245,.08);color:var(--primary);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-list>div{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.detail-check{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:rgba(24,73,245,.09);color:var(--primary);font-weight:800}.detail-list strong{display:block;color:var(--ink);font-size:13px}.detail-list p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.65}
.detail-cta{padding:42px;border-radius:28px;background:var(--gradient);color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;box-shadow:0 24px 64px rgba(24,73,245,.18)}.detail-cta h2{margin:0;font-size:34px;line-height:1.15}.detail-cta p{margin:10px 0 0;font-size:13px;line-height:1.7;opacity:.88;max-width:760px}.detail-cta .button{align-self:center}
.detail-faq{display:grid;gap:12px}.detail-faq details{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:17px 18px}.detail-faq summary{cursor:pointer;color:var(--ink);font-weight:700;font-size:13px}.detail-faq p{color:var(--muted);font-size:12px;line-height:1.7;margin:10px 0 0}
@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr;gap:38px}.product-detail-copy{text-align:center}.product-detail-logo,.product-detail-actions{justify-content:center}.product-detail-copy>p,.product-detail-note{margin-left:auto!important;margin-right:auto!important}.detail-grid{grid-template-columns:1fr 1fr}.detail-cta{grid-template-columns:1fr}.detail-cta .button{justify-self:start}}
@media(max-width:620px){.product-detail-page .product-detail-hero{padding:58px 0}.product-detail-copy h1{font-size:40px;letter-spacing:-1.5px}.product-detail-copy>p{font-size:14.5px}.product-detail-logo{height:52px}.product-detail-logo img{max-height:48px;max-width:210px}.product-detail-actions{display:grid;grid-template-columns:1fr}.product-detail-actions .button{width:100%}.product-detail-section{padding:68px 0}.detail-heading h2{font-size:31px}.detail-grid,.detail-list{grid-template-columns:1fr}.detail-cta{padding:28px 22px;border-radius:22px}.detail-cta h2{font-size:28px}.product-detail-preview{overflow-x:auto}.product-detail-preview img{min-width:760px;width:auto;max-width:none}.product-detail-preview figcaption{position:sticky;left:0;min-width:100%}}
.platform-detail-link{display:inline-flex;align-items:center;margin:2px 0 14px;color:var(--primary);font-size:11px;font-weight:800}

/* R31 — identidade owdex */
.brand img{width:168px;max-height:48px;object-fit:contain;object-position:left center}
.product-inline-logo img,.product-detail-logo img,.product-logo img{object-fit:contain;object-position:left center}
.product-inline-logo img{max-height:58px;width:auto}
.product-detail-logo img{max-height:70px;width:auto}
.footer-brand img{width:158px;max-height:46px;object-fit:contain}
@media(max-width:720px){.brand img{width:148px;max-height:42px}.footer-brand img{width:145px}}
