:root,[data-theme=light]{--bg-page:#f8fafc;--bg-page-secondary:#f1f5f9;--bg-surface:#fff;--bg-surface-card:#fff;--bg-surface-hover:#f8fafc;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--border-color-subtle:#f1f5f9;--header-bg:#ffffffeb;--header-border:#e2e8f0d9;--mobile-nav-bg:#fffffffa;--card-bg:#fff;--card-border:#e2e8f0;--card-shadow:0 4px 20px -2px #0f172a0f;--card-shadow-hover:0 20px 35px -5px #0f172a1f;--input-bg:#f8fafc;--input-border:#cbd5e1;--input-text:#0f172a;--badge-bg:#f1f5f9;--badge-border:#e2e8f0;--badge-text:#0f172a;--hero-bg:#fff;--hero-overlay:linear-gradient(135deg, #fffffff2 0%, #f8fafce6 55%, #f1f5f9d1 100%);--hero-title-color:#0f172a;--hero-subtitle-color:#475569;--hero-pill-bg:#fff;--hero-pill-color:#0f172a;--hero-pill-border:#cbd5e1;--hero-trust-border:#0f172a1f;--hero-trust-text:#0f172a;--hero-trust-subtext:#64748b;--hero-trust-icon-bg:#2563eb1a;--hero-trust-icon-border:#2563eb40;--btn-secondary-bg:#fff;--btn-secondary-color:#0f172a;--btn-secondary-border:#cbd5e1;--btn-secondary-hover-bg:#f1f5f9;--footer-bg:#f1f5f9;--footer-border:#e2e8f0;--footer-text:#475569;--footer-heading:#0f172a;--footer-link:#475569;--footer-link-hover:#dc2626;--footer-meta-color:#334155;--accent-red:#dc2626;--accent-red-hover:#b91c1c;--accent-red-light:#fee2e2;--accent-red-glow:#dc262640;--accent-blue:#2563eb;--accent-blue-hover:#1d4ed8;--accent-blue-light:#dbeafe;--accent-blue-glow:#2563eb40;--accent-green:#10b981;--accent-green-hover:#059669;--accent-gold:#d97706;--font-inter:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-outfit:"Outfit", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-dark:#f8fafc;--surface-dark:#fff;--surface-dark-card:#fff;--border-dark:#e2e8f0;--text-dark-primary:#0f172a;--text-dark-secondary:#475569;--bg-light:#f8fafc;--surface-light:#fff;--text-light-primary:#0f172a;--text-light-secondary:#475569;--border-light:#e2e8f0}[data-theme=dark]{--bg-page:#0a0c10;--bg-page-secondary:#11141a;--bg-surface:#14171f;--bg-surface-card:#171b24;--bg-surface-hover:#1f2430;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-color:#242b38;--border-color-subtle:#1a1e27;--header-bg:#0a0c10eb;--header-border:#242b38d9;--mobile-nav-bg:#0e1117fa;--card-bg:#171b24;--card-border:#242b38;--card-shadow:0 8px 25px -4px #0006;--card-shadow-hover:0 20px 35px -5px #0009;--input-bg:#11141a;--input-border:#2c3444;--input-text:#f8fafc;--badge-bg:#171b24;--badge-border:#242b38;--badge-text:#f8fafc;--hero-bg:#0a0c10;--hero-overlay:linear-gradient(135deg, #0a0c10f5 0%, #0c0e12e0 55%, #0e1117bf 100%);--hero-title-color:#fff;--hero-subtitle-color:#cbd5e1;--hero-pill-bg:#ffffff14;--hero-pill-color:#f1f5f9;--hero-pill-border:#ffffff26;--hero-trust-border:#ffffff1f;--hero-trust-text:#fff;--hero-trust-subtext:#94a3b8;--hero-trust-icon-bg:#2563eb26;--hero-trust-icon-border:#2563eb4d;--btn-secondary-bg:#ffffff14;--btn-secondary-color:#fff;--btn-secondary-border:#ffffff2e;--btn-secondary-hover-bg:#ffffff29;--footer-bg:#060709;--footer-border:#161920;--footer-text:#94a3b8;--footer-heading:#fff;--footer-link:#94a3b8;--footer-link-hover:#fff;--footer-meta-color:#cbd5e1;--accent-red:#ef4444;--accent-red-hover:#dc2626;--accent-red-light:#ef444426;--accent-red-glow:#ef444459;--accent-blue:#3b82f6;--accent-blue-hover:#2563eb;--accent-blue-light:#3b82f626;--accent-blue-glow:#3b82f659;--accent-green:#22c55e;--accent-green-hover:#16a34a;--accent-gold:#f59e0b;--font-inter:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-outfit:"Outfit", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-dark:#0a0c10;--surface-dark:#14171f;--surface-dark-card:#171b24;--border-dark:#242b38;--text-dark-primary:#fff;--text-dark-secondary:#9ca3af;--bg-light:#0a0c10;--surface-light:#14171f;--text-light-primary:#f8fafc;--text-light-secondary:#94a3b8;--border-light:#242b38}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-page);width:100%;max-width:100vw;color:var(--text-primary);font-family:var(--font-inter), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit), var(--font-inter), system-ui, sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .2s}img{max-width:100%;height:auto;display:block}.container{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}@media (max-width:640px){.container{padding:0 1.25rem}}.section{padding:6.5rem 0;position:relative}@media (max-width:768px){.section{padding:4rem 0}}.btn-primary{cursor:pointer;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#e02424 0%,#b91c1c 100%);border:1px solid #ffffff26;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #dc26264d;color:#fff!important}.btn-primary:hover{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);transform:translateY(-2px);box-shadow:0 8px 20px #dc262673}.btn-secondary{background:var(--btn-secondary-bg);border:1.5px solid var(--btn-secondary-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;text-align:center;box-sizing:border-box;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;color:var(--btn-secondary-color)!important}.btn-secondary:hover{background:var(--btn-secondary-hover-bg);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.btn-whatsapp{cursor:pointer;text-align:center;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #22c55e59;color:#fff!important}.btn-whatsapp:hover{background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);transform:translateY(-2px);box-shadow:0 8px 20px #22c55e80}.btn-outline-blue{border:1.5px solid var(--accent-blue);cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex;color:var(--accent-blue)!important}.btn-outline-blue:hover{background:var(--accent-blue);transform:translateY(-2px);box-shadow:0 4px 14px #2563eb4d;color:#fff!important}.text-blue{color:var(--accent-blue)}.text-red{color:var(--accent-red)}.text-green{color:var(--accent-green)}.text-gold{color:var(--accent-gold)}.gradient-text-red{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-blue{background:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.08)}}.pulsing-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseGlow;display:inline-block;box-shadow:0 0 10px #22c55e}.intro-overlay{z-index:999999;opacity:1;pointer-events:auto;background-color:#080a0e;background-image:radial-gradient(circle at 50% 40%,#151922 0%,#080a0e 70%);flex-direction:column;justify-content:center;align-items:center;transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1),filter .55s;display:flex;position:fixed;inset:0;overflow:hidden}.intro-fade-out{opacity:0;filter:blur(8px);pointer-events:none;transform:scale(1.04)}.intro-skip-btn{color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s;position:absolute;top:24px;right:24px}.intro-skip-btn:hover{color:#fff;background:#ffffff2e;border-color:#ffffff4d}.intro-ambient{filter:blur(90px);opacity:.35;pointer-events:none;border-radius:50%;animation:4s ease-in-out infinite alternate floatAmbient;position:absolute}.intro-ambient-red{background:#dc2626;width:320px;height:320px;top:20%;left:25%}.intro-ambient-blue{background:#2563eb;width:350px;height:350px;bottom:20%;right:25%}@keyframes floatAmbient{0%{transform:translate(0)scale(1)}to{transform:translate(20px,-20px)scale(1.15)}}.intro-center{z-index:2;text-align:center;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:relative}.intro-emblem-wrap{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards emblemPop;display:flex;position:relative}.intro-ring-pulse{opacity:0;border:2px solid #dc2626;border-radius:24px;animation:1.8s ease-out infinite ringPulse;position:absolute;inset:-8px}@keyframes ringPulse{0%{opacity:.8;transform:scale(.85)}to{opacity:0;transform:scale(1.35)}}.intro-icon-box{background:linear-gradient(135deg,#e02424 0%,#b91c1c 100%);border-radius:20px;justify-content:center;align-items:center;width:84px;height:84px;display:flex;box-shadow:0 0 35px #dc262673}.intro-logo-img{object-fit:contain;filter:drop-shadow(0 0 20px #dc262659);width:auto;max-width:240px;max-height:80px}@keyframes emblemPop{0%{opacity:0;transform:scale(.6)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.intro-text-wrap{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.intro-sub-badge{letter-spacing:3px;color:#60a5fa;text-transform:uppercase;opacity:0;margin-bottom:.5rem;font-size:.72rem;font-weight:800;animation:.6s .25s forwards fadeInLetters}.intro-title{font-family:var(--font-outfit), sans-serif;letter-spacing:.15em;color:#fff;background:linear-gradient(135deg,#fff 0%,#e2e8f0 70%,#94a3b8 100%);-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;margin:0;font-size:clamp(2rem,6vw,3.25rem);font-weight:900;line-height:1.1;animation:.8s cubic-bezier(.4,0,.2,1) .35s forwards revealTitle}@keyframes revealTitle{0%{opacity:0;letter-spacing:.35em;transform:translateY(10px)}to{opacity:1;letter-spacing:.15em;transform:translateY(0)}}@keyframes fadeInLetters{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.intro-line{opacity:0;background:linear-gradient(90deg,#0000,#dc2626,#0000);width:60px;height:2px;margin:.65rem 0;animation:.6s .5s forwards expandLine}@keyframes expandLine{0%{opacity:0;width:0}to{opacity:1;width:80px}}.intro-tagline{letter-spacing:3.5px;color:#94a3b8;text-transform:uppercase;opacity:0;margin:0;font-size:.82rem;font-weight:700;animation:.6s .6s forwards fadeInLetters}.intro-loader-track{background:#ffffff1a;border-radius:99px;width:200px;height:3px;margin-bottom:.85rem;position:relative;overflow:hidden}.intro-loader-bar{background:linear-gradient(90deg,#2563eb,#dc2626);border-radius:99px;width:0%;height:100%;animation:1.4s cubic-bezier(.4,0,.2,1) .2s forwards loadProgress;position:absolute;top:0;left:0;box-shadow:0 0 10px #dc2626}@keyframes loadProgress{0%{width:0%}50%{width:65%}to{width:100%}}.intro-status-text{letter-spacing:2px;color:#64748b;opacity:0;font-size:.68rem;font-weight:700;animation:.5s .7s forwards fadeInLetters}
