*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#eab308;--primary-dark:#ca8a04;--secondary-color:#004e89;--text-dark:#1a1a1a;--text-light:#666;--bg-light:#f8f9fa;--bg-white:#fff;--border-color:#e0e0e0;--success-color:#28a745;--shadow:0 2px 10px #0000001a;--shadow-hover:0 4px 20px #00000026}body{color:var(--text-dark);background-color:var(--bg-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--bg-white);box-shadow:var(--shadow);z-index:1000;padding:1rem 0;position:sticky;top:0}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{align-items:center;gap:1rem;display:flex}.logo-icon{flex-shrink:0;align-items:center;display:flex}.logo-icon svg{width:48px;height:48px}.logo-text{flex-direction:column;gap:.25rem;display:flex}.logo-title{color:#001f3f;letter-spacing:-.5px;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.logo-tagline{color:#666;margin:0;font-size:.85rem;font-weight:400;line-height:1.2}.btn{text-align:center;cursor:pointer;white-space:nowrap;border:2px solid;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn svg{flex-shrink:0}.btn-primary{background:var(--primary-color);color:var(--bg-white);border:none}.btn-primary:hover{background:var(--primary-dark);color:var(--bg-white);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.btn-header{background:var(--bg-white);color:#001f3f;text-align:center;border:2px solid #001f3f;justify-content:center;padding:.75rem 1.25rem;font-size:.85rem}.btn-header:hover{color:var(--bg-white);background:#001f3f}.btn-large{text-align:center;justify-content:center;padding:1.25rem 2.5rem;font-size:1.1rem;display:inline-flex}.hero{color:var(--bg-white);background:linear-gradient(135deg,#001f3f 0%,#036 100%);padding:4rem 0}.hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-image{justify-content:center;align-items:center;display:flex}.hero-image img{object-fit:cover;border-radius:12px;width:100%;height:auto;box-shadow:0 10px 40px #0003}.hero-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-subtitle{color:#fffffff2;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.btn-hero{color:var(--bg-white);text-align:center;background:#25d366;border:none;justify-content:center;gap:.5rem;margin-top:1rem;padding:1.25rem 2.5rem;font-size:1.1rem;display:inline-flex}.btn-hero svg{flex-shrink:0}.btn-hero:hover{color:var(--bg-white);background:#20ba5a;transform:translateY(-3px);box-shadow:0 6px 30px #25d36666}.hero-description{color:#ffffffe6;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.hero-note{color:#ffffffd9;margin-top:1.5rem;font-size:1rem;font-weight:500}section{padding:4rem 0}.section-title{text-align:center;color:var(--text-dark);margin-bottom:2rem;font-size:2rem;font-weight:700}.section-text{color:var(--text-light);text-align:center;max-width:800px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.8}.intro-section{background:var(--bg-light)}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.benefit-item{text-align:center;background:var(--bg-white);box-shadow:var(--shadow);border-radius:12px;padding:2rem 1.5rem;transition:transform .3s}.benefit-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.benefit-icon{justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.benefit-icon svg{width:100%;height:100%}.benefit-icon-blue{color:#2563eb}.benefit-icon-green{color:#10b981}.benefit-icon-orange{color:#eab308}.benefit-icon-purple{color:#8b5cf6}.benefit-icon-red{color:#ef4444}.benefit-icon-light-green{color:#22c55e}.benefit-item h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.benefit-item p{color:var(--text-light);margin:0;font-size:1rem;line-height:1.6}.pricing-section{background:var(--bg-white)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-card{background:var(--bg-white);border:2px solid var(--border-color);text-align:center;border-radius:16px;padding:2rem;transition:all .3s;position:relative}.pricing-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-color);transform:translateY(-8px)}.pricing-card.featured{border-color:var(--primary-color);background:linear-gradient(135deg, #fefce8 0%, var(--bg-white) 100%);border-width:3px}.pricing-badge{background:var(--primary-color);color:var(--bg-white);border-radius:20px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-size{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.pricing-title{color:var(--text-dark);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.pricing-price{color:var(--secondary-color);margin:1.5rem 0;font-size:2rem;font-weight:800}.pricing-description{color:var(--text-light);font-size:.95rem;line-height:1.6}.how-it-works-section{background:var(--bg-light)}.steps-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.step-item{background:var(--bg-white);box-shadow:var(--shadow);border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.step-number{background:var(--primary-color);color:var(--bg-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:800;display:flex}.step-item p{color:var(--text-dark);margin:0;font-size:1.1rem;line-height:1.6}.steps-note{text-align:center;color:var(--primary-color);margin-top:2rem;font-size:1.1rem;font-weight:600}.discard-section{background:var(--bg-white)}.discard-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.discard-item{background:var(--bg-light);color:var(--text-dark);text-align:center;border-left:4px solid var(--primary-color);border-radius:12px;padding:1.5rem;font-size:1.1rem;font-weight:500}.discard-note{text-align:center;color:var(--text-light);margin-top:2rem;font-size:1rem;font-style:italic}.additional-info-section{background:var(--bg-white);padding:3rem 0}.why-choose-section{background:var(--bg-light)}.region-section{background:var(--bg-white)}.final-cta-section{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);color:var(--bg-white);text-align:center;padding:5rem 0}.cta-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-text{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.cta-description{color:#fffffff2;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.final-cta-section .container{flex-direction:column;align-items:center;display:flex}.final-cta-section .btn-primary{background:var(--bg-white);color:var(--primary-color);text-align:center;border:none;justify-content:center;padding:1.5rem 3rem;font-size:1.2rem;display:inline-flex}.final-cta-section .btn-primary:hover{color:var(--primary-color);background:#fffffff2;transform:translateY(-3px);box-shadow:0 6px 30px #0000004d}.footer{background:var(--text-dark);color:var(--bg-white);padding:3rem 0 1.5rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:var(--bg-white);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;font-size:1rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color)}.footer-contact{margin:0;font-size:1.1rem}.footer-contact a{color:var(--bg-white);font-weight:600;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-bottom p{color:#fffc;margin:0;font-size:.9rem}.whatsapp-float{color:#fff;text-align:center;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:all .3s;animation:2s infinite pulse-glow,2s infinite bounce-float;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{background:#20ba5a;animation:none;transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float svg{filter:drop-shadow(0 2px 4px #0003);width:32px;height:32px}@keyframes bounce-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366cc,0 0 0 10px #25d3661a}to{box-shadow:0 4px 20px #25d36666}}@media (width<=768px){.header-content{flex-direction:column;align-items:stretch;gap:1rem}.btn-header{text-align:center;justify-content:center;width:100%;padding:.875rem 1rem;font-size:.85rem}.btn-header svg{width:18px;height:18px}.logo{justify-content:center;margin-bottom:.5rem}.hero{padding:3rem 0}.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.btn-hero{justify-content:center;width:100%;max-width:100%}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.section-title{font-size:1.5rem}.section-text{font-size:1rem}section{padding:3rem 0}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.benefit-item{padding:1.5rem 1rem}.benefit-item h3{font-size:1.1rem}.benefit-item p{font-size:.95rem}.pricing-grid{grid-template-columns:1fr;gap:1.25rem}.pricing-card{padding:1.5rem}.steps-container{grid-template-columns:1fr;gap:1.5rem}.step-item{text-align:center;flex-direction:column;align-items:center}.discard-list{grid-template-columns:1fr;gap:1rem}.cta-title{font-size:1.75rem}.cta-text{font-size:1.25rem}.cta-description{font-size:1rem}.btn-large{justify-content:center;width:100%;max-width:400px;margin:0 auto;padding:1rem 2rem;font-size:1rem;display:flex}.final-cta-section .btn-primary{justify-content:center;width:100%;max-width:100%}.pricing-size{font-size:2rem}.pricing-price{font-size:1.75rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section{text-align:left}.footer-links{align-items:flex-start}}@media (width<=480px){.container{padding:0 15px}.logo-icon svg{width:36px;height:36px}.logo-title{font-size:1.1rem}.logo-tagline{font-size:.7rem}.btn-header{padding:.75rem .875rem;font-size:.8rem}.btn-header svg{width:16px;height:16px}.btn-hero{justify-content:center;width:100%;max-width:100%;padding:1rem 1.5rem;font-size:1rem}.btn-hero svg{width:18px;height:18px}.btn-large{justify-content:center;width:100%;max-width:100%;padding:1rem 1.5rem;font-size:.95rem}.btn-large svg{width:20px;height:20px}.final-cta-section .btn-primary{justify-content:center;width:100%;max-width:100%}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.3rem}.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.benefit-item{padding:1.25rem 1rem}.benefit-icon{width:56px;height:56px;margin-bottom:1rem}.benefit-item h3{margin-bottom:.75rem;font-size:1rem}.benefit-item p{font-size:.9rem}.cta-title{font-size:1.5rem}.pricing-card,.step-item{padding:1.5rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.1rem}.footer-links{flex-direction:column;align-items:center;display:flex}.footer-contact{font-size:1rem}.whatsapp-float{width:56px;height:56px;bottom:15px;right:15px}.whatsapp-float svg{width:28px;height:28px}}
