@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.m-0{margin:0}.mb-10{margin-bottom:2.5rem}.mb-3{margin-bottom:.75rem}.mt-10{margin-top:2.5rem}.block{display:block}.flex{display:flex}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-md{max-width:28rem}.list-none{list-style-type:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.rounded-cm{border-radius:var(--cm-radius)}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-cm-border{border-color:var(--cm-border)}.border-cm-primary{border-color:var(--cm-primary)}.bg-cm-bg-2{background-color:var(--cm-bg-2)}.bg-cm-primary{background-color:var(--cm-primary)}.bg-cm-surface-2{background-color:var(--cm-surface-2)}.p-0{padding:0}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-sans{font-family:Montserrat,system-ui,sans-serif}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.text-cm-muted{color:var(--cm-text-muted)}.text-cm-primary{color:var(--cm-primary)}.text-cm-text{color:var(--cm-text)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.shadow-cm{--tw-shadow:var(--cm-shadow);--tw-shadow-colored:var(--cm-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:root{--cm-primary:#2563eb;--cm-primary-shade:#1d4ed8;--cm-secondary:#4c8dff;--cm-accent:#2563eb;--cm-accent-shade:#1d4ed8;--cm-danger:#dc2626;--cm-success:#16a34a;--cm-bg:#fff;--cm-bg-2:#f1f5fb;--cm-surface:#f6f9ff;--cm-surface-2:#eaf1ff;--cm-text:#0f1c33;--cm-text-muted:#5b6b85;--cm-border:#dce5f3;--cm-radius:16px;--cm-shadow:0 18px 40px rgba(37,99,235,.12);--cm-whatsapp:#25d366;--cm-whatsapp-shade:#1da851;--cm-cta:#16a34a;--cm-cta-shade:#128a3e}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--cm-bg);color:var(--cm-text);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 0}.nav-cta{padding:10px 18px;font-size:.95rem;white-space:nowrap}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;text-decoration:none;color:inherit}.brand-logo{height:34px;width:auto;display:block}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--cm-primary),var(--cm-secondary));display:grid;place-items:center;color:#fff;font-weight:800}.nav-links{display:flex;gap:28px;align-items:center;color:var(--cm-text-muted);font-size:.95rem}.nav-links a:hover{color:var(--cm-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:1rem;padding:14px 24px;border-radius:999px;transition:transform .06s ease,background .2s ease,opacity .2s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg,var(--cm-primary),var(--cm-secondary));color:#fff}.btn-primary:hover{opacity:.92}.btn-accent{background:var(--cm-accent);color:#fff}.btn-accent:hover{background:var(--cm-accent-shade)}.btn-ghost{background:transparent;color:var(--cm-text);border:1px solid var(--cm-border)}.btn-cta{background:var(--cm-cta);color:#fff}.btn-cta:hover{background:var(--cm-cta-shade)}.btn-cta:focus-visible{outline:3px solid var(--cm-primary);outline-offset:3px}.btn[disabled]{opacity:.55;cursor:not-allowed}.btn-block{width:100%}.hero-banner{width:100%;background:linear-gradient(180deg,#eceef2,#f3f6fb 55%,#fff);border-bottom:1px solid var(--cm-border);padding-bottom:28px}.hero-media{position:relative;width:100%;aspect-ratio:16/9}.hero-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 22%),linear-gradient(90deg,rgba(248,250,253,.96) 0,rgba(248,250,253,.85) 32%,rgba(248,250,253,0) 58%)}.hero-overlay{position:absolute;inset:0;display:flex;align-items:center}.hero-copy{text-align:left;max-width:480px}.hero-copy h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.05;letter-spacing:-.03em;margin:0 0 18px}.hero-copy h1 .hl{background:linear-gradient(135deg,var(--cm-primary),var(--cm-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p.sub{font-size:1.15rem;color:var(--cm-text-muted);max-width:480px;margin:0 0 28px;line-height:1.6}.hero-cta{gap:14px}.hero-cta,.hero-tags{display:flex;flex-wrap:wrap}.hero-tags{gap:12px;justify-content:center;padding-top:24px}.hero-tags span{background:var(--cm-surface-2);padding:10px 18px;font-size:.9rem;font-weight:600;color:var(--cm-primary)}.hero-tags span,.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--cm-border);border-radius:999px}.pill{font-size:.85rem;color:var(--cm-text-muted);background:var(--cm-surface);padding:8px 14px;margin-bottom:22px}.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--cm-success)}.poster{background:linear-gradient(180deg,var(--cm-surface) 0,var(--cm-bg) 70%)}.poster-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px;padding:32px 20px 48px}.poster-logo{height:40px;width:auto;display:block}.poster-heading{display:flex;flex-direction:column;align-items:center;gap:6px;margin:0;line-height:1}.poster-eyebrow{font-size:.85rem;font-weight:700;letter-spacing:.28em;color:var(--cm-text-muted);text-transform:uppercase}.poster-title{display:flex;flex-direction:column;font-weight:800;letter-spacing:-.03em;font-size:clamp(2.8rem,13vw,5rem);line-height:.95}.poster-title .line-1{color:var(--cm-text)}.poster-title .line-2{color:var(--cm-primary)}.poster-rule{width:72px;height:4px;border-radius:999px;background:var(--cm-primary);margin:12px 0 8px}.poster-subtitle{font-size:.95rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cm-text-muted)}.poster-product{position:relative;width:100%;max-width:460px}.poster-product-img{display:block;width:100%;height:auto}.poster-product-img--desktop{display:none}.poster-product-img--mobile{-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}.poster-value{max-width:520px;font-size:1.1rem;line-height:1.6;color:var(--cm-text-muted);margin:8px 0 0}.poster-value strong{color:var(--cm-primary);font-weight:800}.poster-price{width:100%;max-width:460px;background:var(--cm-surface);border:1px solid var(--cm-border);border-radius:var(--cm-radius);padding:26px;display:flex;flex-direction:column;align-items:center;gap:6px}.poster-price-label{font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cm-text-muted)}.poster-price-amount{font-size:clamp(2rem,8vw,2.8rem);font-weight:800;letter-spacing:-.02em;color:var(--cm-text)}.poster-price-currency{font-size:.9rem;font-weight:700;color:var(--cm-text-muted)}.poster-cta{width:100%;max-width:460px;font-size:1.05rem;padding:18px 24px}@media (min-width:861px){.poster{overflow-x:hidden}.poster-inner{position:relative;text-align:left;justify-content:center;min-height:clamp(620px,52vw,760px);padding:72px 20px 64px;gap:24px}.poster-heading,.poster-inner{align-items:flex-start}.poster-title{font-size:clamp(4rem,8vw,6rem)}.poster-product{position:absolute;inset:0;z-index:0;max-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--cm-surface)}.poster-product-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right center;object-position:right center}.poster-product-img--mobile{display:none}.poster-product-img--desktop{display:block}.poster-product:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 22%),linear-gradient(90deg,rgba(248,250,253,.96) 0,rgba(248,250,253,.85) 32%,rgba(248,250,253,0) 58%)}.poster-cta,.poster-heading,.poster-price,.poster-value{position:relative;z-index:2;max-width:520px}.poster-price{align-items:flex-start;text-align:left}.poster-cta,.poster-price{max-width:480px}}.section{padding:56px 0}.section h2{font-size:clamp(1.6rem,3.5vw,2.4rem);letter-spacing:-.02em;text-align:center;margin:0 0 12px}.section .lead{text-align:center;color:var(--cm-text-muted);max-width:620px;margin:0 auto 44px;line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:var(--cm-surface);border:1px solid var(--cm-border);border-radius:var(--cm-radius);padding:26px}.feature .ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:1.3rem;margin-bottom:16px;background:var(--cm-surface-2);color:var(--cm-primary)}.feature h3{margin:0 0 8px;font-size:1.15rem}.feature p{margin:0;color:var(--cm-text-muted);line-height:1.55;font-size:.95rem}.methods{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.method-chip{display:inline-flex;align-items:center;gap:8px;background:var(--cm-surface);border:1px solid var(--cm-border);border-radius:10px;padding:10px 16px;color:var(--cm-text-muted);font-size:.9rem;font-weight:600}.method-chip i{color:var(--cm-primary)}.compra-wrap{max-width:520px;margin:0 auto}.card{background:var(--cm-surface);border:1px solid var(--cm-border);border-radius:var(--cm-radius);padding:30px;box-shadow:var(--cm-shadow)}.field{margin-bottom:20px}.field label{display:block;font-size:.9rem;color:var(--cm-text-muted);margin-bottom:8px;font-weight:600}.input,.select{width:100%;background:var(--cm-bg-2);border:1px solid var(--cm-border);border-radius:12px;padding:14px 16px;color:var(--cm-text);font-family:inherit;font-size:1.05rem}.input:focus,.select:focus{outline:none;border-color:var(--cm-primary)}.qty{display:flex;align-items:center;gap:16px}.qty button{width:48px;height:48px;border-radius:12px;background:var(--cm-bg-2);border:1px solid var(--cm-border);color:var(--cm-text);font-size:1rem;cursor:pointer;display:grid;place-items:center}.qty button:hover:not([disabled]){border-color:var(--cm-primary)}.qty button[disabled]{opacity:.4;cursor:not-allowed}.qty-value{font-size:1.4rem;font-weight:800;min-width:40px;text-align:center}.unit-price{color:var(--cm-text-muted);font-size:.88rem;margin:12px 0 0}.total-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0 4px;margin-bottom:8px;border-top:1px solid var(--cm-border);font-size:1.05rem}.total-row strong{font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.error{color:var(--cm-danger);font-size:.9rem;margin:6px 0 0}.note{color:var(--cm-text-muted);font-size:.82rem;margin-top:18px;line-height:1.5}.note,.result{text-align:center}.result{max-width:520px;margin:80px auto}.result .big-ic{font-size:3.4rem;margin-bottom:16px}.result h1{margin:0 0 12px}.result p{line-height:1.6}.footer,.result p{color:var(--cm-text-muted)}.footer{border-top:1px solid var(--cm-border);padding:32px 0;margin-top:40px;font-size:.9rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 20px}.footer-copy{margin:0}.footer-links{display:flex;align-items:center;gap:10px}.footer-links a{color:var(--cm-text-muted);font-weight:600;border-radius:6px}.footer-links a:hover{color:var(--cm-text)}.footer-links a:focus-visible{outline:3px solid var(--cm-primary);outline-offset:3px}.footer-sep{color:var(--cm-border);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:860px){.footer{flex-direction:column;text-align:center;gap:14px}.footer,.footer-links{justify-content:center}.footer-links{flex-wrap:wrap}}.wa-fab{position:fixed;right:24px;bottom:24px;z-index:1000;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--cm-whatsapp);color:#fff;font-size:1.9rem;line-height:1;box-shadow:var(--cm-shadow);transition:background .2s ease,transform .06s ease}.wa-fab:hover{background:var(--cm-whatsapp-shade)}.wa-fab:active{transform:translateY(1px)}.wa-fab:focus-visible{outline:3px solid var(--cm-primary);outline-offset:3px}@media (max-width:860px){.wa-fab{right:16px;bottom:16px;width:54px;height:54px;font-size:1.7rem}.hero-media{aspect-ratio:auto;max-height:none}.hero-img{height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-webkit-mask-image:linear-gradient(180deg,#000 82%,transparent);mask-image:linear-gradient(180deg,#000 82%,transparent)}.hero-scrim{display:none}.hero-overlay{position:static;display:block}.hero-copy{text-align:center;max-width:100%;padding:20px 20px 8px}.hero-copy p.sub{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.grid{grid-template-columns:1fr}.nav-cta,.nav-links{display:none}.nav{justify-content:center}header{background:var(--cm-surface);border-bottom:none}.brand{font-size:1.05rem}.brand-logo{height:28px}.poster-inner{padding:16px 20px 24px;gap:12px}.poster-heading{gap:4px}.poster-title{font-size:clamp(2.8rem,14vw,3.6rem);line-height:.92}.poster-eyebrow{font-size:.72rem}.poster-subtitle{font-size:.8rem}.poster-rule{margin:8px 0 4px}.poster-product{max-width:100%;margin:4px 0}.poster-product-img{height:auto}.poster-value{font-size:.98rem;line-height:1.5;margin:0}.poster-price{background:transparent;border-color:transparent;padding:4px 0 0;box-shadow:none;gap:4px}.poster-price-amount{font-size:clamp(1.7rem,7vw,2.2rem)}.poster-cta{font-size:1rem;padding:16px 24px;margin-top:4px}#features.section{padding:32px 0}}.hover\:border-cm-primary:hover{border-color:var(--cm-primary)}.hover\:bg-cm-surface:hover{background-color:var(--cm-surface)}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-cm-primary:focus-visible{outline-color:var(--cm-primary)}