.header{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border);background:#ffffffeb;position:sticky;top:0;box-shadow:0 8px 28px #0b2f5b14}.header-container{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:14px 0;display:grid}.header-left,.header-right{align-items:center;display:flex}.header-right{justify-content:flex-end}.header-center{justify-content:center;display:flex}.header-logo{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:inline-flex}.fiscora-logo-mark{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));width:38px;height:38px;color:var(--color-white);border-radius:12px;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #2563eb3d}.fiscora-logo-text{color:var(--color-primary-dark);letter-spacing:-.7px;font-size:25px;font-weight:900}.header-nav{align-items:center;gap:28px;display:flex}.nav-link-button{cursor:pointer;color:var(--color-primary-dark);background:0 0;border:none;font-family:inherit;font-size:15px;font-weight:750;transition:color .25s;position:relative}.nav-link-button:after{content:"";background:var(--color-secondary);border-radius:999px;width:0;height:3px;transition:width .25s;position:absolute;bottom:-8px;left:0}.nav-link-button:hover{color:var(--color-primary)}.nav-link-button:hover:after{width:100%}.btn-system{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));min-height:44px;color:var(--color-white);border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:0 12px 26px #2563eb40}.btn-system:hover{background:linear-gradient(135deg, var(--color-secondary), var(--color-primary));transform:translateY(-2px);box-shadow:0 16px 34px #16a34a3d}.mobile-menu-toggle,.mobile-only{display:none}@media (width<=992px){.header-container{justify-content:space-between;padding:12px 0;display:flex}.mobile-menu-toggle{border:1px solid var(--color-border);background:var(--color-white);width:44px;height:44px;color:var(--color-primary-dark);cursor:pointer;z-index:3002;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.header-right{display:none}.header-center{background:var(--color-white);z-index:3000;width:100%;height:100vh;padding:110px 24px 40px;display:none;position:fixed;inset:0;overflow-y:auto}.header-center.open{display:block}.header-nav{flex-direction:column;align-items:stretch;gap:14px;max-width:520px;margin:auto}.nav-link-button{text-align:left;background:var(--color-bg);border-radius:18px;width:100%;padding:18px 20px;font-size:18px;font-weight:850}.nav-link-button:after{display:none}.nav-link-button:hover{background:#eef6ff}.mobile-only{width:100%;margin-top:10px;display:inline-flex}}@media (width<=576px){.fiscora-logo-mark{width:34px;height:34px;font-size:18px}.fiscora-logo-text{font-size:22px}.header-center{padding:95px 18px 34px}}.fiscora-logo-img{object-fit:contain;width:auto;height:50px}.topbar{background:var(--color-primary-dark);width:100%;color:var(--color-white);padding:8px 0;font-size:14px}.topbar-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.topbar-left,.topbar-right{align-items:center;display:flex}.topbar-left{justify-content:flex-start}.topbar-right{justify-content:flex-end;gap:12px}.topbar-cta{color:var(--color-white);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;text-decoration:none;transition:all .25s;display:inline-flex}.topbar-cta:hover{background:#ffffff24;transform:translateY(-1px)}.topbar-product{color:var(--color-white);font-weight:700}.topbar-company{align-items:center;gap:6px;display:inline-flex}.topbar-company strong{color:var(--color-white);font-weight:700}.topbar-logo{object-fit:contain;width:auto;height:16px}.topbar-separator{opacity:.55;margin:0 2px}.topbar-right a{width:30px;height:30px;color:var(--color-white);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;display:inline-flex}.topbar-right a:hover{background:var(--color-secondary);transform:translateY(-1px)}.topbar-email{color:var(--color-white);white-space:nowrap;align-items:center;gap:8px;font-weight:500;text-decoration:none;display:inline-flex}@media (width<=768px){.topbar{padding:6px 0}.topbar-container{justify-content:center;gap:14px}.topbar-cta{padding:5px 10px;font-size:12px}.topbar-company strong{display:none}.topbar-logo{height:18px}.topbar-right{gap:8px}.topbar-right a{width:28px;height:28px}}@media (width<=480px){.topbar-container{justify-content:space-between}.topbar-product{display:inline}.topbar-separator{display:none}}.footer{color:#ffffffc2;background:#0b2f5b;width:100%;padding:30px 0 0}.footer .container{width:100%;max-width:1400px;margin:0 auto;padding:0 60px}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.2fr 1fr 1fr;gap:90px;width:100%;padding-bottom:60px;display:grid}.footer-brand{width:100%}.footer-logo-button{cursor:pointer;background:0 0;border:none;outline:none;margin:0;padding:0;display:inline-flex}.footer-logo{object-fit:contain;width:150px;margin-bottom:24px}.footer-brand p{color:#ffffffb8;max-width:420px;margin-bottom:28px;font-size:15px;line-height:1.9}.footer-socials{gap:14px;display:flex}.footer-socials a{color:#fff;background:#ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;transition:all .3s;display:flex}.footer-socials a:hover{background:var(--color-secondary);transform:translateY(-4px)}.footer-col h4{color:#fff;margin-bottom:28px;font-size:20px;font-weight:700}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:18px}.footer-col a,.footer-link-button{color:#ffffffb8;text-align:left;cursor:pointer;background:0 0;border:none;outline:none;margin:0;padding:0;font-family:inherit;font-size:15px;line-height:1.7;transition:all .3s}.footer-col a:hover,.footer-link-button:hover{color:#fff;padding-left:5px}.footer-contact li{color:#ffffffbd;align-items:flex-start;gap:12px;font-size:15px;line-height:1.8;display:flex}.footer-contact svg{color:var(--color-secondary);flex-shrink:0;margin-top:5px}.footer-bottom{justify-content:space-between;align-items:center;gap:24px;width:100%;padding:26px 0;display:flex}.footer-bottom p{color:#ffffff80;font-size:13px}.footer-bottom-links{gap:22px;display:flex}.footer-bottom-links .footer-link-button{color:#ffffff80;font-size:13px}.footer-bottom-links .footer-link-button:hover{color:#fff}@media (width<=1200px){.footer-grid{gap:60px}}@media (width<=992px){.footer-grid{grid-template-columns:1fr;gap:50px}.footer-brand p{max-width:100%}.footer-bottom{text-align:center;flex-direction:column}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (width<=768px){.footer .container{padding:0 24px}.footer{padding-top:70px}.footer-logo{width:190px}.footer-col h4{font-size:18px}}.hero{min-height:86vh;color:var(--color-white);background:radial-gradient(circle at 20% 20%,#2563eb3d,#0000 28%),radial-gradient(circle at 80% 30%,#16a34a29,#0000 25%),linear-gradient(135deg,#061b35 0%,#0b2f5b 50%,#2563eb 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px);background-size:56px 56px;animation:18s linear infinite gridMove;position:absolute;inset:0}.hero-grid{z-index:2;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;display:grid;position:relative}.hero-content{max-width:760px;animation:.9s ease-out both heroFadeUp}.hero-badge{color:#eaf7ff;background:#ffffff21;border:1px solid #ffffff2e;border-radius:999px;margin-bottom:24px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-flex}.hero-content h1{letter-spacing:-1px;margin-bottom:22px;font-size:clamp(30px,4vw,52px);line-height:1.15}.hero-content p{color:#ffffffd1;max-width:700px;margin-bottom:34px;font-size:clamp(16px,2vw,20px);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-image{justify-content:center;align-items:center;animation:6s ease-in-out infinite heroImageFloat;display:flex}.hero-image img{filter:drop-shadow(0 25px 45px #00000038);width:100%;max-width:460px;display:block}.hero-tech-bg{z-index:1;pointer-events:none;position:absolute;inset:0}.tech-orb{filter:blur(8px);opacity:.35;border-radius:50%;width:260px;height:260px;animation:8s ease-in-out infinite floatOrb;position:absolute}.orb-one{background:radial-gradient(circle,#2563ebbf,#0000 62%);top:18%;left:8%}.orb-two{background:radial-gradient(circle,#16a34a8c,#0000 64%);animation-delay:-3s;bottom:12%;right:8%}.tech-dot{background:var(--color-secondary);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulseDot;position:absolute;box-shadow:0 0 22px #16a34abf}.dot-one{top:25%;right:26%}.dot-two{animation-delay:-.7s;bottom:28%;left:22%}.dot-three{animation-delay:-1.2s;top:62%;right:18%}.hero-fiscora-card{justify-content:center;align-items:center;display:flex}.fiscora-lead-form{color:#0f172a;background:#fff;border-radius:24px;width:100%;max-width:460px;padding:20px;box-shadow:0 22px 55px #0000002e}.lead-form-header{text-align:left;margin-bottom:20px;display:block}.lead-form-header span{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.lead-form-header strong{color:#0b2f5b;font-size:20px;font-weight:900;line-height:1.28;display:block}.lead-form-header:after{content:"";background:linear-gradient(90deg,#2563eb,#f4c430);border-radius:999px;width:58px;height:4px;margin-top:10px;display:block}.lead-mini-text{color:#64748b;margin-top:8px;margin-bottom:0;font-size:10px;font-weight:600}.lead-steps{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px;display:grid}.lead-steps span{text-align:center;color:#64748b;background:#eef2f7;border-radius:999px;padding:10px;font-size:10px;font-weight:800}.lead-steps span.active{color:#fff;background:#1e3a8a}.lead-step-content{gap:10px;display:grid}.lead-step-content label{color:#334155;gap:7px;font-size:14px;font-weight:700;display:grid}.form-grid-two{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.form-grid-two .full-width{grid-column:span 2}.lead-step-content input,.lead-step-content select{color:#0f172a;background:#fff;border:1px solid #d6e0ec;border-radius:14px;outline:none;width:100%;height:36px;padding:0 14px;font-size:14px}.lead-step-content input::placeholder{color:#7c8798}.lead-step-content input:focus,.lead-step-content select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.lead-full-btn{width:100%}.privacy-check{align-items:flex-start;line-height:1.4;color:#475569!important;gap:10px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.privacy-check input{accent-color:#2563eb;min-width:14px;margin-top:3px;width:auto!important;height:auto!important}.lead-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700}.lead-trust{text-align:center;color:#64748b;margin-top:2px;font-size:12px;font-weight:600}.plan-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.plan-summary h3{color:#0b2f5b;margin-bottom:4px;font-size:19px}.plan-summary p{color:#64748b;margin-bottom:12px;font-size:14px}.price-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.price-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.price-grid span{color:#64748b;font-size:12px;font-weight:700;display:block}.price-grid strong{color:#0b2f5b;margin-top:3px;font-size:16px;display:block}.annual-saving{background:#dcfce7;border-radius:12px;margin-top:12px;padding:9px 11px;font-weight:800;color:#166534!important}.plan-summary ul{color:#334155;margin-top:10px;padding-left:18px;font-size:14px}.plan-summary li{margin-bottom:4px}.lead-actions{gap:12px;display:flex}.lead-actions .btn{flex:1}.btn-primary{transition:all .25s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb3d}@media (width<=1100px){.hero{padding:80px 0}.hero-grid{text-align:center;grid-template-columns:1fr}.hero-content{max-width:850px;margin:0 auto}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-fiscora-card{margin-top:24px}.fiscora-lead-form{max-width:680px}}@media (width<=768px){.hero{min-height:auto;padding:64px 0}.hero-content h1{font-size:clamp(30px,9vw,42px)}.hero-content p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.form-grid-two,.price-grid{grid-template-columns:1fr}.form-grid-two .full-width{grid-column:span 1}.lead-actions{flex-direction:column}.lead-form-header{text-align:center}.lead-form-header:after{margin-left:auto;margin-right:auto}.lead-form-header strong{font-size:16px}.tech-dot{display:none}}@media (width<=520px){.fiscora-lead-form{border-radius:20px;padding:20px}.hero-badge{padding:9px 14px;font-size:12px}.lead-steps span{padding:9px 8px;font-size:12px}}.problem-section{background:#f8fafc;padding:80px 0}.problem-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-top:40px;display:grid}.problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;transition:all .3s;position:relative;overflow:hidden}.problem-card:hover{border-color:#2563eb;transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.problem-card:before{content:"";opacity:0;background:linear-gradient(90deg,#2563eb,#f4c430);width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.problem-card:hover:before{opacity:1}.problem-icon{color:#2563eb;background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;transition:all .3s;display:flex}.problem-card:hover .problem-icon{color:#fff;background:#2563eb;transform:scale(1.05)}.problem-card h3{color:#0b2f5b;margin-bottom:8px;font-size:16px;font-weight:800}.problem-card p{color:#64748b;font-size:14px;line-height:1.5}.problem-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#0b2f5b,#2563eb);border-radius:22px;margin-top:50px;padding:36px}.problem-cta h3{margin-bottom:10px;font-size:22px;font-weight:900}.problem-cta p{opacity:.9;margin-bottom:20px;font-size:15px}.problem-cta .btn{color:#0b2f5b;background:#fff;border-radius:12px;padding:12px 22px;font-weight:800;transition:all .25s}.problem-cta .btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000040}@media (width<=1024px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.problem-grid{grid-template-columns:1fr}.problem-section{padding:60px 0}.problem-cta{padding:26px}.problem-cta h3{font-size:18px}}.services-section{background:#fff;padding:80px 0}.services-header{text-align:center;max-width:820px;margin:0 auto 42px}.services-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;background:#2563eb1a;border-radius:999px;margin-bottom:12px;padding:8px 14px;font-size:12px;font-weight:900;display:inline-flex}.services-header h2{color:#0b2f5b;margin-bottom:14px;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.15}.services-header p{color:#64748b;margin-bottom:20px;font-size:16px;line-height:1.7}.services-highlights{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.services-highlights span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.services-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;min-height:230px;padding:22px;transition:all .25s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(135deg,#2563eb14,#0000 55%);transition:opacity .25s;position:absolute;inset:0}.service-card:hover{border-color:#2563eb;transform:translateY(-6px);box-shadow:0 18px 38px #0f172a1f}.service-card:hover:before{opacity:1}.service-card-top{z-index:1;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex;position:relative}.service-icon{color:#2563eb;background:#2563eb1a;border-radius:14px;place-items:center;width:48px;height:48px;transition:all .25s;display:grid}.service-card:hover .service-icon{color:#fff;background:#2563eb}.service-number{color:#cbd5e1;font-size:22px;font-weight:900}.service-card h3{z-index:1;color:#0b2f5b;margin-bottom:10px;font-size:18px;font-weight:900;line-height:1.3;position:relative}.service-card p{z-index:1;color:#64748b;font-size:14px;line-height:1.55;position:relative}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-section{padding:60px 0}.services-grid{grid-template-columns:1fr}.service-card{min-height:auto}}.plans-section{background:radial-gradient(circle at 12% 15%,#2563eb1a,#0000 30%),radial-gradient(circle at 88% 20%,#16a34a1a,#0000 28%),linear-gradient(#f8fafc 0%,#fff 100%);padding:90px 0}.plans-section .container{flex-direction:column;align-items:center;display:flex}.plans-section .services-header{text-align:center;max-width:760px;margin:0 auto}.plans-section .services-header h2{color:#0b2f5b;font-weight:900}.plans-section .services-header p{color:#64748b;max-width:620px;margin:0 auto}.billing-toggle{background:#eaf3f8;border:1px solid #d8e7ef;border-radius:999px;align-items:center;gap:4px;margin:28px auto 42px;padding:6px;display:inline-flex;box-shadow:inset 0 1px 2px #0f172a0f}.billing-toggle button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:999px;min-width:145px;padding:11px 18px;font-size:13px;font-weight:900;transition:all .25s}.billing-toggle button:hover{color:#0b2f5b}.billing-toggle button.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);box-shadow:0 10px 22px #2563eb47}.plans-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:26px;width:100%;max-width:760px;display:flex}.plan-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;width:100%;max-width:360px;min-height:520px;padding:32px 28px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 35px #0f172a12}.plan-card:before{content:"";opacity:0;background:linear-gradient(135deg,#2563eb1a,#0000 55%);transition:opacity .3s;position:absolute;inset:0}.plan-card:hover{border-color:#2563eb;transform:translateY(-8px);box-shadow:0 26px 58px #0f172a26}.plan-card:hover:before{opacity:1}.plan-card.featured{border:2px solid #2563eb;box-shadow:0 26px 64px #2563eb2b}.plan-card.featured:after{content:"";background:#2563eb21;border-radius:999px;width:190px;height:190px;position:absolute;top:-85px;right:-80px}.plan-badge{z-index:1;color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);border-radius:999px;align-items:center;width:fit-content;margin-bottom:14px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-flex;position:relative;box-shadow:0 10px 20px #2563eb40}.plan-card h3{z-index:1;color:#0b2f5b;margin-bottom:10px;font-size:25px;font-weight:900;line-height:1.15;position:relative}.plan-description{z-index:1;color:#64748b;min-height:66px;margin-bottom:18px;font-size:14px;line-height:1.55;position:relative}.plan-price{z-index:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin:10px 0 8px;padding:18px;position:relative}.plan-real-price{color:#94a3b8;margin:0 0 6px;font-size:14px;font-weight:800;text-decoration:line-through}.plan-price strong{color:#0b2f5b;letter-spacing:-1px;font-size:44px;font-weight:900;line-height:1;display:inline-block}.plan-price span{color:#64748b;margin-left:6px;font-size:14px;font-weight:800;display:inline-block}.plan-saving{z-index:1;color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;width:fit-content;margin:12px 0 14px;padding:8px 12px;font-size:13px;font-weight:900;position:relative}.plan-facturas{z-index:1;color:#2563eb;margin:4px 0 14px;font-size:13px;font-weight:900;position:relative}.plan-features{z-index:1;gap:10px;margin:14px 0 24px;padding:0;list-style:none;display:grid;position:relative}.plan-features li{color:#334155;align-items:flex-start;gap:9px;font-size:14px;line-height:1.4;display:flex}.plan-features li:before{content:"✓";color:#2563eb;background:#2563eb1f;border-radius:999px;flex:none;place-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:grid}.plan-card .btn{z-index:1;justify-content:center;width:100%;min-height:46px;margin-top:auto;position:relative}.plans-note{color:#64748b;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;max-width:760px;margin:34px auto 0;padding:16px 18px;font-size:14px;box-shadow:0 10px 24px #0f172a0d}@media (width<=840px){.plans-section{padding:70px 0}.plans-grid{flex-direction:column;align-items:center;max-width:420px}.plan-card{max-width:100%;min-height:auto}}@media (width<=560px){.billing-toggle{width:100%}.billing-toggle button{width:50%;min-width:unset;padding:10px 12px;font-size:12px}.plan-card{border-radius:24px;padding:26px 22px}.plan-price strong{font-size:38px}.plan-price span{margin-top:4px;margin-left:0;display:block}}.reseller-section{background:radial-gradient(circle at 15% 20%,#2563eb14,#0000 30%),linear-gradient(#fff 0%,#f8fafc 100%);padding:90px 0}.reseller-section .container{flex-direction:column;align-items:center;display:flex}.reseller-section .services-header{text-align:center;max-width:780px;margin:0 auto}.reseller-section .services-header h2{color:#0b2f5b;font-weight:900}.reseller-section .services-header p{color:#64748b;max-width:620px;margin:0 auto}.reseller-highlights{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.reseller-highlights span{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:900}#contador-reseller .services-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;width:100%;max-width:980px;margin:42px auto 0;display:flex}#contador-reseller .service-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:300px;min-height:210px;padding:26px 22px;transition:all .3s;display:flex;box-shadow:0 14px 32px #0f172a0f}#contador-reseller .service-card:hover{border-color:#2563eb;transform:translateY(-6px);box-shadow:0 22px 48px #0f172a21}#contador-reseller .service-card h3{color:#0b2f5b;margin-bottom:10px;font-size:18px;font-weight:900}#contador-reseller .service-card p{color:#64748b;font-size:14px;line-height:1.55}.reseller-form{background:#fff;border:1px solid #e2e8f0;border-radius:26px;width:100%;max-width:760px;margin:52px auto 0;padding:30px;box-shadow:0 20px 48px #0f172a17}.reseller-form-header{text-align:center;margin-bottom:22px}.reseller-form-header h3{color:#0b2f5b;margin-bottom:6px;font-size:22px;font-weight:900}.reseller-form-header p{color:#64748b;font-size:14px}.reseller-form .form-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px;display:grid}.reseller-form input,.reseller-form textarea{color:#0f172a;background:#fff;border:1px solid #d6e0ec;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.reseller-form input::placeholder,.reseller-form textarea::placeholder{color:#94a3b8}.reseller-form textarea{resize:vertical;min-height:96px;margin-bottom:14px}.reseller-form input:focus,.reseller-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.reseller-form .btn{justify-content:center;width:100%;min-height:46px}.reseller-note{text-align:center;color:#64748b;margin-top:10px;font-size:12px;font-weight:600}@media (width<=900px){#contador-reseller .services-grid{max-width:680px}#contador-reseller .service-card{max-width:320px}}@media (width<=768px){.reseller-section{padding:70px 0}.reseller-form{border-radius:22px;padding:24px}.reseller-form .form-grid{grid-template-columns:1fr}}@media (width<=520px){#contador-reseller .service-card{max-width:100%}.reseller-form{padding:20px}}:root{--color-primary-dark:#0b2f5b;--color-primary:#2563eb;--color-primary-soft:#eef6ff;--color-secondary:#16a34a;--color-secondary-soft:#eafbf1;--color-accent:#f4c430;--color-accent-soft:#fff7d6;--color-bg:#f3f7fa;--color-surface:#fff;--color-white:#fff;--color-text:#1e293b;--color-heading:#0b2f5b;--color-muted:#64748b;--color-border:#e2e8f0;--color-success:#16a34a;--color-warning:#f4c430;--color-danger:#dc2626;--color-info:#2563eb;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-soft:0 6px 18px #0b2f5b0f;--shadow-card:0 10px 30px #0b2f5b14;--shadow-hover:0 18px 45px #0b2f5b24;--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-text);background:var(--color-bg);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}section{background:0 0;padding:40px 0}ul{padding-left:20px}@media (width<=768px){section{padding:60px 0}}.container{width:90%;max-width:var(--container-width);margin:0 auto}.btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-weight:800;transition:background .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-primary);color:var(--color-white);box-shadow:0 10px 24px #2563eb38}.btn-primary:hover{background:var(--color-secondary);box-shadow:0 12px 28px #16a34a3d}.btn-secondary{background:var(--color-white);color:var(--color-primary-dark);border-color:var(--color-border)}.btn-secondary:hover{background:var(--color-primary-soft);color:var(--color-primary);box-shadow:var(--shadow-soft);border-color:#2563eb47}.section-title{text-align:center;margin-bottom:50px}.section-title h2{color:var(--color-primary-dark);margin-bottom:10px;font-size:36px}.section-title p{max-width:720px;color:var(--color-muted);margin:auto}.section-title-light h2,.section-title-light p{color:var(--color-white)}.grid{gap:25px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.card{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:30px}.card h3{color:var(--color-primary-dark);margin-bottom:10px}@media (width<=992px){.grid-3,.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.section-title h2{font-size:30px}}@media (width<=768px){.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}}
