:root{
  --ink:#0c1117;
  --graphite:#141a21;
  --soft:#f4f5f6;
  --muted:#68717d;
  --line:#e1e5e9;
  --yellow:#f6b600;
  --yellow2:#ffc400;
  --red:#ce171c;
  --green:#169447;
  --white:#fff;
  --radius:22px;
  --shadow:0 20px 60px rgba(12,17,23,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#0b0f14;color:#b9c0c7;font-size:12px}
.topbar-inner{height:34px;display:flex;align-items:center;gap:28px}.topbar-inner a{margin-left:auto;color:#fff}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:32px}.brand img{width:158px;max-height:56px;object-fit:contain}.main-nav{display:flex;gap:26px;margin-left:auto;font-size:14px;font-weight:650}.main-nav a:hover{color:#a77700}.menu-toggle{display:none;border:0;background:none;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:750;font-size:14px;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:#111}.btn-whatsapp{background:#13a64a;color:#fff;box-shadow:0 10px 24px rgba(19,166,74,.22)}.btn-header{min-height:44px}.wa-dot{margin-right:8px;font-size:11px}.hero{background:radial-gradient(circle at 75% 25%,rgba(246,182,0,.18),transparent 29%),linear-gradient(115deg,#0a0d11 0%,#111820 61%,#171b1f 100%);color:#fff;overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding-top:68px;padding-bottom:68px}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:.2em}.eyebrow{color:#d7dce1;display:flex;gap:12px;align-items:center}.eyebrow span{width:42px;height:2px;background:var(--yellow)}.hero h1{font-family:Oswald,Impact,sans-serif;text-transform:uppercase;font-size:clamp(48px,5.2vw,78px);line-height:1.02;letter-spacing:-.025em;margin:18px 0 22px}.hero h1 strong{color:var(--yellow);font-weight:700}.hero-copy>p{max-width:670px;color:#c4cbd1;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin:30px 0 36px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border-top:1px solid rgba(255,255,255,.13);padding-top:24px}.hero-proof div{display:grid;gap:5px}.hero-proof strong{font-size:13px}.hero-proof span{font-size:11px;color:#9da6af;line-height:1.4}.hero-visual{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr 1fr;gap:14px;transform:rotate(-1deg)}.hero-panel,.hero-tile{border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));backdrop-filter:blur(8px);border-radius:24px;position:relative;overflow:hidden}.hero-panel:after,.hero-tile:after{content:"";position:absolute;inset:auto -20% -55% 20%;height:65%;background:linear-gradient(130deg,transparent,rgba(246,182,0,.18));transform:skewY(-12deg)}.hero-panel-main{grid-row:1/4;padding:36px;display:flex;flex-direction:column;justify-content:flex-end;min-height:500px}.badge{position:absolute;top:30px;left:30px;background:var(--yellow);color:#111;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.12em}.hero-panel h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:43px;line-height:1.03;margin:0 0 12px}.hero-panel h2 em{color:var(--yellow);font-style:normal}.hero-panel p{font-size:13px;color:#bcc4cb;line-height:1.6}.hero-tile{padding:22px;display:flex;flex-direction:column;justify-content:flex-end}.hero-tile span{font-family:Oswald,sans-serif;font-size:27px;text-transform:uppercase;font-weight:700}.hero-tile small{color:#aeb6bf;margin-top:4px}.tile-2{border-color:rgba(246,182,0,.35)}.quick-links{background:#0d1218;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr)}.quick-item{display:flex;align-items:center;gap:12px;padding:18px 12px;border-right:1px solid rgba(255,255,255,.08);font-size:13px}.quick-item:first-child{border-left:1px solid rgba(255,255,255,.08)}.quick-item b{color:var(--yellow);font-size:10px}.quick-item:hover{background:#151d26}.section{padding:90px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:34px}.section-head>p{max-width:520px;color:var(--muted);line-height:1.7;margin:0}.section-head h2,.company-copy h2,.campaign-inner h2,.contact-grid h2,.solution-copy h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(36px,4vw,56px);line-height:1.05;margin:10px 0 0}.kicker{color:#9b7100}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:260px;border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;position:relative;transition:.25s;background:#fff}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cfd5db}.category-card.featured{background:#111820;color:#fff;border-color:#111820}.card-index{position:absolute;right:22px;top:20px;font-size:11px;color:#a2a9b1}.cat-icon{font-size:32px;width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#f2f3f5;margin-bottom:26px}.featured .cat-icon{background:var(--yellow);color:#111}.category-card h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:25px;margin:0 0 10px}.category-card p{font-size:13px;line-height:1.65;color:var(--muted);margin:0 0 24px}.featured p{color:#b6bec7}.card-link{margin-top:auto;font-size:12px;font-weight:800}.featured .card-link{color:var(--yellow)}.section-dark{background:#0c1117;color:#fff}.solution-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.kicker.light{color:#f6b600}.solution-copy p{color:#aeb7c0;font-size:16px;line-height:1.75}.solution-copy h2 strong{color:var(--yellow)}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#dce1e5;font-size:14px}.check-list li:before{content:"✓";color:var(--yellow);font-weight:900;margin-right:12px}.quote-mock{background:#fff;color:#111;border-radius:28px;padding:26px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.mini-label{font-size:10px;letter-spacing:.18em;font-weight:900;color:#8a9299}.mock-product{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center;margin:22px 0}.mock-image{height:170px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#e9ecf0,#f8f9fa);font-family:Oswald,sans-serif;font-weight:700;color:#a3abb2}.mock-product small{font-size:10px;color:#8b939a;font-weight:800}.mock-product h3{font-family:Oswald,sans-serif;font-size:25px;line-height:1.12;margin:8px 0}.mock-product p{font-size:12px;color:#67717b;line-height:1.5}.mock-divider{height:1px;background:#e3e7ea}.quote-box{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:20px}.quote-box div{display:grid;gap:4px}.quote-box span{font-size:12px;color:#68717b}.quote-box button{border:0;background:var(--yellow);padding:14px 18px;border-radius:999px;font-weight:800}.compact{align-items:center}.text-link{font-size:13px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;flex-direction:column}.product-tag{font-size:9px;letter-spacing:.16em;font-weight:900;color:#7c858e}.product-thumb{height:180px;border-radius:15px;margin:12px 0 18px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:20px;letter-spacing:.03em}.product-thumb strong{font-size:34px}.thumb-yellow{background:linear-gradient(140deg,#ffd138,#f0a800)}.thumb-black{background:linear-gradient(140deg,#171d24,#343d46);color:#fff}.thumb-green{background:linear-gradient(140deg,#27b667,#0b7d3f);color:#fff}.thumb-red{background:linear-gradient(140deg,#ef4949,#a80e13);color:#fff}.product-card h3{font-size:15px;line-height:1.4;margin:0 0 10px}.product-card p{font-size:12px;line-height:1.6;color:#6b747d}.product-actions{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #edf0f2;font-size:11px;font-weight:800}.mini-wa{color:#149447}.campaign-banner{padding:58px 0;background:linear-gradient(125deg,#9f1115,#d21c21 55%,#131820 55.2%,#0b0f14);color:#fff}.campaign-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}.campaign-inner h2{max-width:760px}.campaign-inner h2 strong{color:#ffd03a}.campaign-inner p{color:#d8dde2}.large{min-height:56px;padding:0 30px;white-space:nowrap}.company-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.photo-placeholder{height:440px;border-radius:28px;background:linear-gradient(145deg,#e7ebee,#cfd5da);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#65717b;position:relative;overflow:hidden}.photo-placeholder:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.photo-note{font-size:12px;font-weight:900;letter-spacing:.15em;z-index:1}.photo-placeholder span{font-size:12px;margin-top:10px;z-index:1}.company-copy p{color:var(--muted);line-height:1.75}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.stats div{border-top:2px solid var(--yellow);padding-top:12px;display:grid;gap:3px}.stats strong{font-family:Oswald,sans-serif;font-size:22px}.stats span{font-size:11px;color:var(--muted)}.contact-strip{background:#111820;color:#fff;padding:58px 0}.contact-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-details{display:flex;gap:40px}.contact-details a{display:grid;gap:5px}.contact-details strong{font-size:18px}.contact-details span{font-size:11px;color:#aeb7c0}.footer{background:#080b0e;color:#c2c8ce;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:42px}.footer-brand img{width:170px;margin-bottom:15px}.footer-brand p{font-size:12px;color:#87919b}.footer h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px;font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:20px;font-size:11px;color:#626d77}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#13a64a;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:70}.mobile-cta{display:none}
@media(max-width:980px){.main-nav,.btn-header{display:none}.menu-toggle{display:block;margin-left:auto}.hero-grid{grid-template-columns:1fr;padding-top:54px}.hero-visual{display:none}.hero-proof{grid-template-columns:1fr 1fr 1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item:nth-child(5){grid-column:1/3}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.solution-grid,.company-grid{grid-template-columns:1fr}.campaign-inner,.contact-grid{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.topbar{display:none}.nav-wrap{height:70px}.brand img{width:132px}.hero-grid{min-height:auto;padding:46px 0}.hero h1{font-size:46px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:12px}.section{padding:64px 0}.section-head{align-items:flex-start;flex-direction:column;gap:14px}.section-head h2,.company-copy h2,.campaign-inner h2,.contact-grid h2,.solution-copy h2{font-size:38px}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:220px}.mock-product{grid-template-columns:1fr}.mock-image{height:130px}.quote-box{align-items:flex-start;flex-direction:column}.campaign-banner{background:linear-gradient(160deg,#a81015,#d31c22 68%,#111820 68.2%)}.large{width:100%}.photo-placeholder{height:300px}.stats{grid-template-columns:1fr}.contact-details{flex-direction:column;gap:20px}.footer-grid{grid-template-columns:1fr}.floating-wa{display:none}.mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:10px 14px;background:rgba(8,11,14,.94);z-index:80}.mobile-cta a{display:flex;justify-content:center;align-items:center;height:48px;background:#13a64a;color:white;border-radius:999px;font-size:13px;font-weight:850}.footer{padding-bottom:90px}}
