@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Outfit:wght@400;600;700&display=swap";
:root{--bg:#0e1116;--bg-soft:#151a22;--text:#f5f7fa;--muted:#b8c0ce;--gold-1:#d4af37;--gold-2:#f4e9b7;--stroke:#2b3442}*{box-sizing:border-box}html,body{background:radial-gradient(circle at 20% 0%, #1a2130 0%, var(--bg) 45%, #0a0d12 100%);color:var(--text);margin:0;padding:0;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.hero{padding-bottom:3rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af3747 0%,#d4af3700 72%);width:520px;height:520px;position:absolute;inset:-20% auto auto -10%}.nav{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.brand{align-items:center;gap:.8rem;font-family:Space Grotesk,sans-serif;font-weight:600;display:flex}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:1.8rem;min-height:72vh;display:grid}.eyebrow{color:var(--gold-2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.8rem}h1,h2,h3{margin:0;font-family:Space Grotesk,sans-serif}h1{font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.08}.lead{color:var(--muted);max-width:62ch;margin:1.1rem 0 1.5rem;font-size:1.05rem;line-height:1.65}.cta-row{flex-wrap:wrap;gap:.8rem;display:flex}.btn{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.2rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--gold-1), #a7851b);color:#0c0c0c}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-outline{border-color:#d4af378c}.btn-ghost{border-color:var(--stroke);color:var(--muted)}.highlight-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(160deg,#f4e9b714,#ffffff03);border:1px solid #d4af3747;border-radius:22px;padding:1.5rem;animation:.65s ease-out floatIn}.highlight-card h2{margin-bottom:.8rem;font-size:1.25rem}.hero-image,.section-image{border:1px solid #d4af373d;border-radius:14px;width:100%;height:auto;margin-bottom:1rem}.image-cover{object-fit:cover;max-height:360px}.highlight-card ul{color:var(--muted);margin:0;padding-left:1.15rem;line-height:1.7}.section{padding:4rem 0}.section-soft{background:linear-gradient(#ffffff03,#f4e9b708)}.section-title{margin:.4rem 0 1.2rem;font-size:clamp(1.5rem,3vw,2.2rem)}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.card{background:var(--bg-soft);border:1px solid var(--stroke);border-radius:18px;padding:1.2rem}.card p{color:var(--muted);line-height:1.6}.product-showcase{background:linear-gradient(90deg,#0e1116f5 0%,#0e1116b3 42%,#0e11162e 100%),radial-gradient(circle at 72% 40%,#d4af372e,#0000 34%),#0c1118;position:relative;overflow:hidden}.product-grid{grid-template-columns:.86fr 1.14fr;align-items:center;gap:2.2rem;display:grid}.product-copy{z-index:2;position:relative}.product-copy h2{max-width:11ch;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.product-actions{flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem;display:flex}.product-points{color:var(--muted);flex-wrap:wrap;gap:.75rem 1.1rem;margin:0;padding:0;font-size:.92rem;list-style:none;display:flex}.product-points li{padding-left:1.25rem;position:relative}.product-points li:before{content:"";background:var(--gold-1);border-radius:50%;width:.46rem;height:.46rem;position:absolute;top:.55rem;left:0;box-shadow:0 0 18px #d4af3773}.product-visual{min-width:0}.product-image{filter:drop-shadow(0 24px 54px #0000007a);width:min(920px,100%);height:auto;margin-left:auto;display:block}.split{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.industry-item{border:1px solid var(--stroke);text-align:center;background:#ffffff05;border-radius:14px;padding:.95rem 1rem;font-weight:600}.benefits{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.benefits li{border:1px solid var(--stroke);background:#ffffff05;border-radius:14px;padding:.9rem 1rem}.contact-card{background:linear-gradient(160deg,#151a22f5,#0d1017f5);border:1px solid #d4af3738;border-radius:22px;grid-template-columns:1fr 1fr;gap:1.4rem;padding:1.4rem;display:grid}.contact-card.compact{grid-template-columns:1fr auto;align-items:center}.dashboard{margin-top:1rem}.whatsapp-float{z-index:50;color:#fff;background:#25d366;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:fixed;bottom:1.1rem;right:1.1rem;box-shadow:0 12px 24px #00000052}.whatsapp-float svg{fill:currentColor;width:30px;height:30px}@keyframes floatIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.hero-grid,.product-grid,.split,.contact-card,.cards{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr 1fr}.hero-grid{min-height:auto;padding:2rem 0}.contact-card.compact{grid-template-columns:1fr}.product-showcase{background:linear-gradient(#0e1116fa 0%,#0e1116d1 52%,#0e1116f5 100%),radial-gradient(circle at 50% 72%,#d4af3724,#0000 38%),#0c1118}.product-copy h2{max-width:15ch}.product-image{margin:0 auto}.image-cover{max-height:250px}.nav{gap:.6rem}.brand{gap:.55rem;min-width:0}.brand span{font-size:.95rem;line-height:1.15}.nav .btn{min-height:44px;padding:.62rem .92rem;font-size:.95rem;font-weight:700}}@media (max-width:460px){.nav .btn{padding:.56rem .82rem;font-size:.89rem}.brand span{font-size:.9rem}}
