
:root{
  --bg:#0b1020;--bg2:#111827;--card:#ffffff;--muted:#667085;--text:#0f172a;--brand:#2563eb;--brand2:#7c3aed;--line:#e5e7eb;--soft:#f8fafc;--success:#16a34a;--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1120px,92vw);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.08)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;display:grid;place-items:center;font-weight:900;letter-spacing:-.04em}.brand strong{display:block;font-size:15px;letter-spacing:.03em}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.nav-cta{padding:12px 18px;border-radius:999px;background:#0f172a;color:white;font-weight:800}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--brand);font-weight:900;font-size:12px;margin:0 0 14px}.hero h1{font-size:clamp(44px,8vw,88px);line-height:.92;margin:0;letter-spacing:-.07em}.hero-text{font-size:clamp(18px,2.2vw,24px);line-height:1.45;color:#475467;margin:24px 0 0;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:999px;font-weight:900;cursor:pointer;transition:.2s ease;font-size:15px}.btn:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.28)}.secondary{background:#fff;color:#0f172a;border:1px solid var(--line)}.wide{width:100%}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-row span{padding:10px 13px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#334155;font-weight:700;font-size:13px}.hero-card{background:radial-gradient(circle at 30% 10%,rgba(37,99,235,.32),transparent 36%),linear-gradient(135deg,#0b1020,#161b33);border-radius:42px;padding:28px;min-height:520px;display:grid;place-items:center;box-shadow:0 30px 80px rgba(15,23,42,.28)}.phone-card{width:min(360px,100%);background:#fff;border-radius:34px;padding:18px;box-shadow:0 30px 70px rgba(0,0,0,.35)}.phone-top{height:20px;width:90px;background:#e5e7eb;border-radius:999px;margin:4px auto 18px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-grid img{aspect-ratio:1/1.18;object-fit:cover;border-radius:18px;background:#f8fafc}.phone-info{padding:18px 4px 2px}.phone-info strong{display:block;font-size:20px}.phone-info span{display:block;color:var(--muted);margin-top:4px}.how{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:60px}.how article{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.05)}.how span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-weight:900}.how h3{margin:16px 0 8px}.how p{margin:0;color:var(--muted);line-height:1.5}.catalog{padding:40px 0 80px}.section-title{text-align:center;max-width:760px;margin:0 auto 32px}.section-title h2,.qr-section h2,.contact h2{font-size:clamp(32px,5vw,56px);line-height:1;margin:0;letter-spacing:-.05em}.section-title p:last-child,.qr-section p,.contact p{color:var(--muted);font-size:18px;line-height:1.55}.toolbar{display:grid;grid-template-columns:minmax(230px,360px) 1fr;gap:18px;align-items:end;margin-bottom:18px}.search-box{display:grid;gap:8px;font-weight:800;color:#344054}.search-box input{height:52px;border:1px solid var(--line);border-radius:16px;padding:0 16px;font:inherit;outline:none}.search-box input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.filters{display:flex;gap:10px;flex-wrap:wrap}.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 14px;font-weight:800;cursor:pointer}.filter-chip.active{background:#0f172a;color:#fff;border-color:#0f172a}.catalog-meta{display:flex;justify-content:space-between;align-items:center;padding:12px 0 22px;color:var(--muted);font-weight:800}.catalog-meta button{border:0;background:#f1f5f9;color:#334155;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.05);display:flex;flex-direction:column}.product-img{background:#f8fafc;aspect-ratio:4/5;object-fit:cover;width:100%;cursor:pointer}.product-info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.sku{color:var(--brand);font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0}.product-info h3{font-size:17px;margin:0;line-height:1.2}.meta{display:flex;gap:8px;flex-wrap:wrap}.pill{font-size:12px;padding:7px 9px;border-radius:999px;background:#f1f5f9;color:#334155;font-weight:900}.price{font-size:24px;font-weight:950;letter-spacing:-.04em;margin-top:auto}.card-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px}.small-link{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 14px;font-weight:900;text-align:center;cursor:pointer}.whatsapp{background:#16a34a;color:white;border:0;border-radius:999px;padding:13px 14px;text-align:center;font-weight:950}.qr-section{margin:20px auto 70px;padding:34px;border-radius:34px;background:linear-gradient(135deg,#0f172a,#111827);color:white;display:grid;grid-template-columns:1fr 190px;gap:30px;align-items:center}.qr-section p{color:#cbd5e1}.qr{width:180px;border-radius:22px;padding:12px;background:white}.contact{padding:20px 0 80px}.contact-card{max-width:620px;margin:auto;text-align:center;border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:0 20px 60px rgba(15,23,42,.08);background:#fff}.contact-card .btn{margin-top:12px}.footer{background:#0f172a;color:#cbd5e1;padding:24px 0}.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.modal{display:none;position:fixed;inset:0;z-index:100}.modal[aria-hidden="false"]{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72);backdrop-filter:blur(6px)}.modal-card{position:relative;background:#fff;border-radius:28px;width:min(920px,92vw);max-height:88vh;overflow:auto;margin:6vh auto;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 30px 100px rgba(0,0,0,.45)}.modal-card img{width:100%;height:100%;object-fit:cover;background:#f8fafc}.modal-body{padding:30px}.modal-body h3{font-size:32px;line-height:1;margin:0 0 10px;letter-spacing:-.04em}.modal-body p{color:#475467;line-height:1.55}.note{background:#f8fafc;border:1px solid var(--line);padding:12px;border-radius:16px}.modal-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:50%;border:0;background:#0f172a;color:white;font-size:28px;cursor:pointer}
@media (max-width:920px){.hero{grid-template-columns:1fr;padding:48px 0}.hero-card{min-height:auto}.how{grid-template-columns:1fr}.toolbar{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.qr-section{grid-template-columns:1fr;text-align:center}.qr{margin:auto}.modal-card{grid-template-columns:1fr}.modal-card img{max-height:520px}}
@media (max-width:560px){.nav{height:68px}.brand small{display:none}.nav-cta{padding:10px 13px}.hero h1{font-size:48px}.hero-actions .btn{width:100%}.product-grid{grid-template-columns:1fr}.catalog-meta{align-items:flex-start;flex-direction:column;gap:10px}.section-title{text-align:left}.qr-section{padding:24px}.footer-inner{font-size:13px}.modal-body{padding:22px}.modal-body h3{font-size:25px}}
