:root{--primary:#da291c;--primary-dark:#b71c1c;--primary-light:#da291c1a;--cta:#22c55e;--cta-hover:#16a34a;--cta-light:#22c55e33;--green-400:#4ade80;--dark:#111827;--dark-light:#1f2937;--dark-medium:#374151;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#059669;--warning:#d97706;--danger:#da291c;--white:#fff;--shadow-xs:0 1px 2px 0 #00000008;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-premium:0 25px 50px -12px #11182740;--radius:6px;--radius-lg:12px;--radius-xl:16px;--transition:all .2s cubic-bezier(.4,0,.2,1);--transition-fast:all .15s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-900);background:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}h1,h2,h3,h4,h5,h6{color:var(--gray-900);letter-spacing:-.01em;font-weight:700;line-height:1.15}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.75rem;font-weight:700}h3{font-size:1.5rem}h4{font-size:1.25rem;font-weight:600}@media (min-width:768px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.875rem}}a{color:var(--primary);transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-dark)}::selection{background:var(--primary);color:var(--white)}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--cta);color:var(--white);box-shadow:0 4px 14px #22c55e4d}.btn-primary:hover{background:var(--cta-hover);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #22c55e66}.btn-accent{background:var(--primary);color:var(--white);box-shadow:0 4px 14px #da291c4d}.btn-accent:hover{background:var(--primary-dark);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #da291c66}.btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--gray-100);color:var(--primary);transform:translateY(-1px)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.5rem;font-size:1.0625rem}.btn-icon{width:20px;height:20px;transition:transform .2s}.btn:hover .btn-icon{transform:translate(3px)}.header-topbar{background:var(--gray-900);padding:8px 0;font-size:.875rem}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.topbar-contact{align-items:center;gap:1.5rem;display:flex}.topbar-link{color:var(--gray-300);align-items:center;gap:6px;text-decoration:none;transition:color .15s;display:inline-flex}.topbar-link:hover{color:var(--white)}.topbar-badge{color:var(--green-400);align-items:center;gap:6px;font-size:.8125rem;font-weight:500;display:inline-flex}@media (max-width:767px){.header-topbar{display:none}}.header{background:var(--white);z-index:1000;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 0;display:flex}.logo{color:var(--gray-900);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.logo:hover{color:var(--gray-900)}@media (min-width:768px){.logo{gap:.625rem;font-size:1.375rem}}.logo-icon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);width:36px;height:36px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #da291c4d}@media (min-width:768px){.logo-icon{border-radius:10px;width:40px;height:40px}}.nav{display:none}@media (min-width:992px){.nav{gap:.5rem;display:flex}}.nav a{color:var(--gray-600);border-radius:var(--radius);transition:var(--transition-fast);padding:.5rem 1rem;font-size:.9375rem;font-weight:500;position:relative}.nav a:hover{color:var(--primary);background:var(--primary-light)}.nav a:after,.header-cta{display:none}@media (min-width:768px){.header-cta{align-items:center;gap:1.25rem;display:flex}}.header-phone{color:var(--gray-700);transition:var(--transition-fast);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.header-phone:hover{color:var(--primary)}.header-phone svg{width:18px;height:18px}.mobile-menu-btn{cursor:pointer;border-radius:var(--radius);transition:var(--transition-fast);background:0 0;border:none;flex-direction:column;gap:5px;padding:.625rem;display:flex}.mobile-menu-btn:hover{background:var(--gray-100)}@media (min-width:992px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{background:var(--gray-700);width:22px;height:2px;transition:var(--transition-fast);border-radius:2px}.mobile-menu-btn:hover span{background:var(--primary)}.mobile-menu{z-index:999;opacity:0;visibility:hidden;transition:var(--transition);background:#00000080;display:none;position:fixed;inset:0}.mobile-menu.active{opacity:1;visibility:visible;display:block}.mobile-menu-content{background:var(--white);width:100%;max-width:320px;height:100%;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.active .mobile-menu-content{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.mobile-menu-close{border-radius:var(--radius);background:var(--gray-100);cursor:pointer;width:40px;height:40px;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.mobile-menu-close:hover{background:var(--gray-200)}.mobile-menu-nav{flex-direction:column;gap:.5rem;display:flex}.mobile-menu-nav a{color:var(--gray-700);border-radius:var(--radius);transition:var(--transition-fast);padding:1rem;font-weight:500;display:block}.mobile-menu-nav a:hover{background:var(--primary-light);color:var(--primary)}.mobile-menu-cta{border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:2rem}.mobile-menu-cta .btn{justify-content:center;width:100%}.hero{background:linear-gradient(135deg,var(--dark)0%,var(--dark-light)50%,var(--dark-medium)100%);color:var(--white);padding:5rem 0;position:relative;overflow:hidden}@media (min-width:768px){.hero{padding:7rem 0}}.hero:before{content:"";background:radial-gradient(#da291c26 0%,#0000 70%);width:80%;height:200%;animation:8s ease-in-out infinite pulse-slow;position:absolute;top:-50%;right:-10%}.hero:after{content:"";background:linear-gradient(90deg,#0000,#3b82f666,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}@keyframes pulse-slow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.hero-grid{pointer-events:none;background-image:linear-gradient(#da291c08 1px,#0000 1px),linear-gradient(90deg,#da291c08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.hero-content{z-index:1;max-width:720px;position:relative}.hero-badge{color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#da291c33;border:1px solid #3b82f666;border-radius:50px;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-badge svg{animation:2s ease-in-out infinite shield-pulse}@keyframes shield-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero h1{color:var(--white);margin-bottom:1.5rem;line-height:1.1}.hero-highlight{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--gray-400);max-width:580px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}@media (min-width:768px){.hero p{font-size:1.1875rem}}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{border-top:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;padding-top:3rem;display:grid}.hero-stat{text-align:center;position:relative}.hero-stat:after{content:"";background:#ffffff1a;width:1px;height:40px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-stat:last-child:after{display:none}.hero-stat-value{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800}@media (min-width:768px){.hero-stat-value{font-size:2.75rem}}.hero-stat-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8125rem}.section{padding:5rem 0}@media (min-width:768px){.section{padding:7rem 0}}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--gray-500);font-size:1.125rem;line-height:1.8}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.section-gray{background:var(--gray-100)}.section-dark{background:linear-gradient(135deg,var(--dark)0%,var(--dark-light)100%);color:var(--white)}.section-dark h2,.section-dark h3{color:var(--white)}.services-grid{gap:1.5rem;display:grid}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;transition:box-shadow .2s;position:relative}.service-card:hover{box-shadow:var(--shadow-lg)}.service-icon{background:var(--primary-light);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--primary);transition:var(--transition);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card:hover .service-icon{background:var(--primary);color:var(--white)}.service-card h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.25rem}.service-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.service-card-link{color:var(--primary);align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;display:inline-flex}.service-card-link svg{transition:transform .2s}.service-card:hover .service-card-link svg{transform:translate(4px)}.features-grid{gap:2.5rem;display:grid}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media (min-width:992px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-item{gap:1.25rem;display:flex}.feature-icon{background:var(--primary-light);width:52px;height:52px;color:var(--primary);transition:var(--transition);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-item:hover .feature-icon{background:var(--primary);color:var(--white);transform:scale(1.05)}.feature-item h4{color:var(--gray-900);margin-bottom:.5rem}.feature-item p{color:var(--gray-500);font-size:.9375rem;line-height:1.7}.partner-banner{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #da291c4d}.partner-banner:before{content:"";background:radial-gradient(#ffffff1a 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}@media (min-width:768px){.partner-banner{text-align:left;flex-direction:row;padding:2.5rem 3.5rem}}.partner-logo{background:var(--white);z-index:1;border-radius:12px;padding:1.25rem 2.5rem;position:relative;box-shadow:0 4px 12px #0000001a}.partner-logo img{height:50px}.partner-text{z-index:1;flex:1;position:relative}.partner-text h3{color:var(--white);margin-bottom:.625rem;font-size:1.375rem}.partner-text p{opacity:.9;font-size:1rem;line-height:1.7}.partner-banner .btn{z-index:1;position:relative}.cta-section{background:var(--cta);border-radius:var(--radius-xl);text-align:center;color:var(--white);padding:4rem 2rem;position:relative;overflow:hidden}@media (min-width:768px){.cta-section{padding:4rem 2rem}}.cta-section .container{z-index:1;position:relative}.cta-section h2{color:var(--white);margin-bottom:1rem;font-weight:700}.cta-section p{color:#ffffffd9;max-width:600px;margin:0 auto 2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-form{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;transition:var(--transition-fast);background:var(--gray-100);padding:.9375rem 1rem;font-size:.9375rem}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:var(--gray-300)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 3px #da291c1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group textarea{resize:vertical;min-height:120px}.form-row{gap:1rem;display:grid}@media (min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-success{background:linear-gradient(135deg,var(--success)0%,#059669 100%);color:var(--white);border-radius:var(--radius-lg);text-align:center;padding:2rem}.form-success svg{width:48px;height:48px;margin-bottom:1rem}.locations-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:768px){.locations-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px){.locations-grid{grid-template-columns:repeat(6,1fr)}}.location-link{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);text-align:center;color:var(--gray-600);transition:var(--transition);padding:.875rem 1rem;font-size:.875rem;font-weight:500;display:block}.location-link:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #da291c40}.footer{background:var(--gray-900);color:var(--gray-300);padding:5rem 0 2rem;position:relative}.footer-grid{gap:2.5rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{max-width:320px}.footer-brand .logo{color:var(--white);margin-bottom:1.25rem}.footer-brand p{color:var(--gray-500);font-size:.9375rem;line-height:1.8}.footer h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600}.footer ul{list-style:none}.footer ul li{margin-bottom:.875rem}.footer ul a{color:var(--gray-400);transition:var(--transition-fast);align-items:center;gap:.5rem;font-size:.9375rem;display:inline-flex}.footer ul a:hover{color:var(--white);transform:translate(3px)}.footer-social{gap:1rem;margin-top:1.5rem;display:flex}.footer-social a{border-radius:var(--radius);width:40px;height:40px;color:var(--gray-400);transition:var(--transition);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;flex-direction:column;gap:1rem;margin-top:3.5rem;padding-top:2rem;display:flex}@media (min-width:768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.footer-bottom p{color:var(--gray-500);font-size:.8125rem}.footer-bottom a{color:var(--gray-400)}.footer-bottom a:hover{color:var(--white)}.breadcrumbs{background:var(--gray-100);padding:1rem 0;font-size:.875rem}.breadcrumbs-list{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.breadcrumbs-list li{align-items:center;gap:.5rem;display:flex}.breadcrumbs-list li:after{content:"/";color:var(--gray-400)}.breadcrumbs-list li:last-child:after{display:none}.breadcrumbs-list a{color:var(--gray-600)}.breadcrumbs-list a:hover{color:var(--primary)}.trust-badges{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);border:1px solid var(--gray-200);flex-wrap:wrap;justify-content:center;gap:2.5rem;padding:2.5rem 0;display:flex}.trust-badge{color:var(--gray-600);align-items:center;gap:.875rem;font-size:.875rem;font-weight:500;display:flex}.trust-badge-icon{background:var(--primary-light);width:44px;height:44px;color:var(--primary);transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;display:flex}.trust-badge:hover .trust-badge-icon{background:var(--primary);color:var(--white);transform:scale(1.05)}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.testimonial-text{color:var(--gray-700);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{background:var(--primary);width:50px;height:50px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.testimonial-info strong{color:var(--dark);display:block}.testimonial-info span{color:var(--gray-500);font-size:.875rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;overflow:hidden}.faq-question{text-align:left;width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-answer{color:var(--gray-600);padding:0 1.5rem 1.25rem;line-height:1.7}.pricing-grid{gap:2rem;display:grid}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:2px solid var(--gray-200);padding:2rem;position:relative}.pricing-card.featured{border-color:var(--primary);transform:scale(1.02)}.pricing-badge{background:var(--primary);color:var(--white);text-transform:uppercase;border-radius:50px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-header{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-header h3{margin-bottom:.5rem}.pricing-price{color:var(--primary);font-size:2.5rem;font-weight:800}.pricing-price span{color:var(--gray-500);font-size:1rem;font-weight:400}.pricing-features{margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--gray-700);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.pricing-features li:before{content:"✓";color:var(--success);font-weight:700}.clients-section{border-bottom:1px solid var(--gray-200);padding:3rem 0}.clients-label{text-align:center;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.8125rem;font-weight:500}.clients-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}.client-item{color:var(--gray-500);transition:var(--transition-fast);align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;display:flex}.client-item:hover{color:var(--gray-700)}.client-item svg{width:24px;height:24px;color:var(--gray-400)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-xs);border:1px solid var(--gray-200);transition:var(--transition);padding:2rem}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.stat-card-value{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.stat-card-label{color:var(--gray-500);font-size:.875rem}.text-center{text-align:center}.text-primary,.text-accent{color:var(--primary)}.text-gradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.scroll-indicator{color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator-arrow{width:24px;height:24px;animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}.whatsapp-widget{cursor:pointer;width:60px;height:60px;transition:var(--transition);z-index:999;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #25d36666}.whatsapp-widget:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36680}.whatsapp-widget:active{transform:scale(1.05)}.whatsapp-icon{width:32px;height:32px;color:var(--white)}.whatsapp-pulse{z-index:-1;background:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite whatsapp-pulse;position:absolute}@keyframes whatsapp-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (min-width:768px){.whatsapp-widget{width:65px;height:65px;bottom:2rem;right:2rem}.whatsapp-icon{width:36px;height:36px}}.legal-page{min-height:calc(100vh - 200px);padding:4rem 0}.legal-page h1{margin-bottom:.5rem}.legal-date{color:var(--gray-500);margin-bottom:3rem;font-size:.875rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:var(--gray-800);border-bottom:2px solid var(--primary-light);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.375rem}.legal-page h3{color:var(--gray-700);margin:1.5rem 0 .75rem;font-size:1.125rem}.legal-page p{color:var(--gray-600);margin-bottom:1rem;line-height:1.8}.legal-page ul{margin-bottom:1rem;padding-left:0;list-style:none}.legal-page ul li{color:var(--gray-600);margin-bottom:.5rem;padding-left:1.5rem;line-height:1.7;position:relative}.legal-page ul li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.legal-page a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.legal-page a:hover{color:var(--primary-dark)}.cookies-table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9375rem}.cookies-table th,.cookies-table td{text-align:left;border-bottom:1px solid var(--gray-200);padding:.875rem 1rem}.cookies-table th{background:var(--gray-100);color:var(--gray-700);font-weight:600}.cookies-table td{color:var(--gray-600)}.cookies-table tr:hover td{background:var(--gray-50,#fafafa)}@media (max-width:768px){.cookies-table{font-size:.875rem}.cookies-table th,.cookies-table td{padding:.625rem .5rem}}.service-price{background:linear-gradient(135deg,var(--primary-light)0%,#e0f2fe 100%);border-radius:var(--radius);text-align:center;margin-bottom:1.25rem;padding:1rem}.service-price .price-value{color:var(--primary);font-size:1.125rem;font-weight:700;display:block}.service-price .price-note{color:var(--gray-600);margin-top:.25rem;font-size:.75rem;display:block}.pricing-table{gap:1.5rem;display:grid}@media (min-width:768px){.pricing-table{grid-template-columns:repeat(3,1fr);gap:2rem}}.pricing-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:2px solid var(--gray-200);flex-direction:column;padding:2rem;display:flex;position:relative}.pricing-card-featured{border-color:var(--primary);transform:scale(1.02);box-shadow:0 10px 40px #da291c33}.pricing-badge{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:50px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card h3{color:var(--gray-900);margin-bottom:1rem;font-size:1.25rem}.pricing-card .pricing-price{margin-bottom:.5rem}.pricing-card .pricing-amount{color:var(--primary);font-size:2rem;font-weight:800}.pricing-card .pricing-period{color:var(--gray-500);margin-top:.25rem;font-size:.875rem;display:block}.pricing-card .pricing-extra{color:var(--gray-500);margin-bottom:1rem;font-size:.8125rem}.pricing-card .pricing-description{color:var(--gray-600);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.pricing-ideal{color:var(--gray-500);border-bottom:1px solid var(--gray-100);margin-bottom:1.5rem;padding-bottom:1rem;font-size:.8125rem;line-height:1.5}.pricing-ideal strong{color:var(--primary);font-weight:600}.pricing-trust-row{flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.pricing-trust-item{color:var(--gray-300);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.pricing-trust-item svg{color:var(--success);flex-shrink:0}.pricing-card .pricing-features{flex:1;margin-bottom:2rem;list-style:none}.pricing-card .pricing-features li{color:var(--gray-700);align-items:flex-start;gap:.625rem;padding:.5rem 0;font-size:.875rem;line-height:1.5;display:flex}.pricing-card .pricing-features li svg{color:var(--success);flex-shrink:0;margin-top:2px}.pricing-simple-grid{gap:1.5rem;display:grid}@media (min-width:768px){.pricing-simple-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.pricing-simple-grid{grid-template-columns:repeat(3,1fr)}}.pricing-simple-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);padding:1.5rem}.pricing-simple-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.pricing-simple-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.pricing-simple-header h3{margin:0;font-size:1rem}.pricing-simple-price{text-align:right}.pricing-simple-price .amount{color:var(--primary);font-size:1.125rem;font-weight:700}.pricing-simple-price .period{color:var(--gray-500);font-size:.6875rem;display:block}.pricing-simple-card p{color:var(--gray-500);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.comparison-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);overflow:hidden}.comparison-table th,.comparison-table td{text-align:center;border-bottom:1px solid var(--gray-200);padding:1rem}.comparison-table th{background:var(--gray-100);color:var(--gray-700);font-weight:600}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table th small{color:var(--primary);margin-top:.25rem;font-weight:400;display:block}.comparison-table .check{color:var(--success);font-weight:700}.comparison-table .cross{color:var(--gray-300)}.comparison-table tbody tr:hover{background:var(--gray-50,#fafafa)}.comparison-table .comparison-group td{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:var(--primary-light);border-bottom:1px solid #0066b31f;padding:.625rem 1rem;font-size:.7rem;font-weight:700}.comparison-table .comparison-group:hover td{background:var(--primary-light)}.comparison-table .comparison-ideal-row td{color:var(--gray-600);background:var(--gray-50);vertical-align:top;border-bottom:2px solid var(--gray-200);font-size:.8125rem;font-style:italic;line-height:1.5}.comparison-table .comparison-ideal-row:hover td{background:var(--gray-50)}.quick-ref-table td{font-size:.9375rem;font-weight:600}.quick-ref-table td:not(:first-child){color:var(--primary)}.faq-item{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);margin-bottom:1rem;padding:1.5rem}.faq-item h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem}.faq-item p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.7}.prose{color:var(--gray-700);font-size:1.0625rem;line-height:1.8}.prose h2{border-bottom:2px solid var(--primary-light);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.75rem}.prose h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.375rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose ul{padding-left:0;list-style:none}.prose ul li{margin-bottom:.625rem;padding-left:1.5rem;line-height:1.7;position:relative}.prose ul li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.prose ol li{margin-bottom:.625rem;line-height:1.7}.prose strong{color:var(--gray-900);font-weight:600}.prose a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.prose a:hover{color:var(--primary-dark)}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.blog-card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary)100%);transform-origin:0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.blog-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.blog-card:hover:before{transform:scaleX(1)}.healthcare-card{border-left:4px solid var(--primary)}.healthcare-card:hover{border-left-color:var(--primary)}.text-muted{color:var(--gray-500)}.text-body{color:var(--gray-600)}.text-small{color:var(--gray-500);font-size:.875rem}.text-xs{font-size:.8125rem}.text-meta{color:var(--gray-500);margin-top:.75rem;font-size:.9rem}.text-lead{color:var(--gray-600);margin-top:1rem;font-size:1.125rem}.max-w-sm{max-width:600px;margin-left:auto;margin-right:auto}.max-w-md{max-width:700px;margin-left:auto;margin-right:auto}.max-w-lg{max-width:800px;margin-left:auto;margin-right:auto}.max-w-xl{max-width:900px;margin-left:auto;margin-right:auto}.grid-auto-fit-sm{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.grid-auto-fit-md{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.grid-auto-fit-lg{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.grid-2col-form{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.btn-block{width:100%}.hero-badge-accent{background:linear-gradient(135deg,#003dff 0%,#2563eb 100%)}.card-meta{color:var(--gray-500);margin-top:.75rem;font-size:.9rem}.card-link-text{color:var(--primary);font-weight:600}.callout{background:var(--gray-100);border-radius:var(--radius-lg);margin-top:2rem;padding:1.5rem}.callout-accent{background:var(--gray-100);border-radius:var(--radius-lg);border-left:4px solid var(--primary);margin-top:3rem;padding:2rem}.callout-highlight{background:var(--primary-light);border-radius:var(--radius-lg);border-left:4px solid var(--primary);margin-bottom:1.5rem;padding:1.25rem}.checklist{color:var(--gray-600);list-style:none}.checklist li{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.checklist li:last-child{margin-bottom:0}.checklist li:before{content:"✓";color:var(--success);flex-shrink:0;font-weight:700}.step-circle{color:var(--primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.price-line{border-bottom:1px solid var(--gray-200);justify-content:space-between;padding:.75rem 0;display:flex}.price-line-total{color:var(--primary);justify-content:space-between;padding:1rem 0;font-size:1.25rem;display:flex}.article-header{border-bottom:2px solid var(--gray-200);margin-bottom:2.5rem;padding-bottom:2rem}.article-tag{background:var(--primary-light);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.article-meta{color:var(--gray-500);font-size:.875rem}.article-footer{border-top:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.blog-card-date{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8125rem;font-weight:500}.blog-card-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}.blog-card-title a{color:var(--gray-900);text-decoration:none}.blog-card-title a:hover{color:var(--primary)}.blog-card-excerpt{color:var(--gray-600);flex-grow:1;font-size:.9375rem;line-height:1.7}.blog-card-footer{margin-top:1.5rem}.hero-compact{padding:3rem 0}@media (min-width:768px){.hero-compact{padding:3rem 0}}.contact-separator{border-top:1px solid var(--gray-200);margin-top:2.5rem;padding-top:2rem}.contact-email-bar{text-align:center;background:var(--gray-100);border-radius:var(--radius);margin-top:1.5rem;padding:1rem}.contact-email-bar p{color:var(--gray-500);font-size:.875rem}.recommended-label{color:var(--primary);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.table-scroll{overflow-x:auto}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.stagger-children.visible>*{opacity:1;transform:translateY(0)}.stagger-children.visible>:first-child{transition-delay:0s}.stagger-children.visible>:nth-child(2){transition-delay:80ms}.stagger-children.visible>:nth-child(3){transition-delay:.16s}.stagger-children.visible>:nth-child(4){transition-delay:.24s}.stagger-children.visible>:nth-child(5){transition-delay:.32s}.stagger-children.visible>:nth-child(6){transition-delay:.4s}.stagger-children.visible>:nth-child(7){transition-delay:.48s}.stagger-children.visible>:nth-child(8){transition-delay:.56s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero .hero-content{animation:.7s ease-out .1s both heroFadeIn}.hero h1{animation:.7s ease-out .2s both heroFadeIn}.hero p{animation:.7s ease-out .3s both heroFadeIn}.hero-buttons{animation:.7s ease-out .4s both heroFadeIn}.hero-stats{animation:.7s ease-out .5s both heroFadeIn}.pricing-card{transition:var(--transition)}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)scale(1.01)}.pricing-card-featured:hover{transform:translateY(-4px)scale(1.03)}.faq-item{transition:border-color .2s}.faq-item:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.blog-card:after{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-dark)100%);transform-origin:0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.blog-card:hover:after{transform:scaleX(1)}.partner-banner{transition:var(--transition)}.partner-banner:hover{transform:translateY(-4px);box-shadow:0 25px 50px #da291c59}.comparison-table tbody tr{transition:background .15s}.trust-badge-icon-accent{width:44px;height:44px;color:var(--white);transition:var(--transition);background:linear-gradient(135deg,#f60 0%,#ff8533 100%);border-radius:10px;justify-content:center;align-items:center;display:flex}.partner-banner-accent{border-left:4px solid #f60}.service-card.text-center{text-align:center}.calculator-section{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:2.5rem}.pack-selector{gap:1rem;display:grid}@media (min-width:768px){.pack-selector{grid-template-columns:repeat(3,1fr)}}.pack-option{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);text-align:center;padding:1.5rem}.pack-option:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.pack-option.selected{border-color:var(--primary);background:var(--primary-light);box-shadow:0 0 0 3px #da291c1a}.pack-option h4{margin-bottom:.5rem}.pack-option .pack-price{color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.pack-option .pack-note{color:var(--gray-500);font-size:.8125rem}.calculator-field{margin-top:2rem}.calculator-field label{color:var(--gray-700);margin-bottom:.75rem;font-size:.9375rem;font-weight:600;display:block}.calculator-field input[type=number]{border:2px solid var(--gray-200);border-radius:var(--radius);text-align:center;width:120px;transition:var(--transition-fast);padding:.75rem 1rem;font-size:1.125rem;font-weight:600}.calculator-field input[type=number]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #da291c1a}.extras-grid{gap:.75rem;margin-top:.75rem;display:grid}@media (min-width:768px){.extras-grid{grid-template-columns:repeat(2,1fr)}}.extra-item{border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:var(--transition-fast);align-items:center;gap:.75rem;padding:1rem;display:flex}.extra-item:hover{border-color:var(--primary)}.extra-item.active{border-color:var(--primary);background:var(--primary-light)}.extra-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}.extra-item-info{flex:1}.extra-item-info strong{color:var(--gray-900);font-size:.875rem;display:block}.extra-item-info span{color:var(--gray-500);font-size:.8125rem}.extra-item input[type=number]{border:1px solid var(--gray-200);border-radius:var(--radius);text-align:center;width:70px;padding:.375rem .5rem;font-size:.875rem}.extra-item input[type=number]:focus{border-color:var(--primary);outline:none}.calculator-summary{background:linear-gradient(135deg,var(--dark)0%,var(--dark-light)100%);border-radius:var(--radius-lg);color:var(--white);margin-top:2.5rem;padding:2rem}.calculator-summary h3{color:var(--white);margin-bottom:1.5rem;font-size:1.125rem}.summary-line{color:var(--gray-400);justify-content:space-between;padding:.5rem 0;font-size:.9375rem;display:flex}.summary-line span:last-child{color:var(--white);font-weight:600}.summary-divider{border:none;border-top:1px solid #ffffff1a;margin:.75rem 0}.summary-total{justify-content:space-between;align-items:center;padding:1rem 0 0;display:flex}.summary-total span:first-child{font-size:1.125rem;font-weight:600}.summary-total-price{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800}.summary-total-period{color:var(--gray-500);font-size:.875rem;font-weight:400}.stat-callout{background:linear-gradient(135deg,var(--primary-light)0%,var(--gray-50)100%);border-left:4px solid var(--primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:2rem 0;padding:2rem;position:relative;overflow:hidden}.stat-callout:after{content:"";pointer-events:none;background:radial-gradient(circle,#0066b314 0%,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.stat-number{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1.1}.stat-context{color:var(--gray-700);margin-bottom:.75rem;font-size:1.05rem;line-height:1.6}.stat-source{color:var(--gray-500);border-top:1px solid var(--gray-200);margin-top:.25rem;padding-top:.75rem;font-size:.8rem;font-style:normal;display:block}.stat-source a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.stat-source a:hover{color:var(--primary)}.key-takeaway{background:linear-gradient(180deg,var(--primary-light)0%,var(--gray-50)40%,var(--white)100%);border:1px solid var(--gray-200);border-left:4px solid var(--primary);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin:2rem 0;padding:1.75rem 2rem;position:relative;overflow:hidden}.key-takeaway:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary)100%);height:3px;position:absolute;top:0;left:0;right:0}.takeaway-title{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.takeaway-title:before{content:"📋";font-size:1rem}.takeaway-list{margin:0;padding:0;list-style:none}.takeaway-list li{color:var(--gray-700);margin-bottom:.6rem;padding-left:1.5rem;line-height:1.6;position:relative}.takeaway-list li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}.sources-section{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-top:3rem;padding:1.75rem 2rem}.sources-section h3{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-bottom:1rem;font-size:.8rem;font-weight:700}.sources-section ol{margin:0;padding-left:1.25rem}.sources-section li{color:var(--gray-600);margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.sources-section a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.sources-section a:hover{color:var(--primary)}.faq-grid{gap:1rem;display:grid}.faq-item-geo{border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:.75rem;padding:1.25rem 1.5rem;transition:border-color .2s;position:relative}.faq-item-geo:hover{border-color:var(--gray-300)}.faq-item-geo h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}.faq-item-geo p{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.glossary-grid{gap:1rem;display:grid}@media (min-width:768px){.glossary-grid{grid-template-columns:repeat(2,1fr)}}.glossary-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);padding:1.5rem 2rem;position:relative;overflow:hidden}.glossary-card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary)100%);transform-origin:0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.glossary-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.glossary-card:hover:before{transform:scaleX(1)}.glossary-term{color:var(--primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.glossary-fullname{color:var(--gray-500);margin-bottom:.75rem;font-size:.85rem;font-style:italic}.glossary-definition{color:var(--gray-700);margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.glossary-healthcare{color:var(--gray-600);border-top:1px solid var(--gray-100);padding-top:.5rem;font-size:.875rem;line-height:1.5}.glossary-category-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:var(--primary-light);border-radius:9999px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.glossary-nav{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.glossary-nav a{color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.glossary-nav a:hover{color:var(--white);background:linear-gradient(135deg,var(--primary)0%,var(--primary)100%);box-shadow:var(--shadow);border-color:#0000;transform:translateY(-1px)}.glossary-links{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.glossary-links a{color:var(--primary);font-size:.8rem;text-decoration:none}.glossary-links a:hover{text-decoration:underline}.footer-grupo-ionia{border-top:1px solid var(--border-light);text-align:center;padding:1.5rem 0}.footer-grupo-ionia h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem}.grupo-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.grupo-links a{color:var(--text-primary);font-size:.9rem;text-decoration:none}.grupo-links a:hover{color:var(--primary)}.grupo-desc{color:var(--text-secondary);font-size:.8rem}.footer-disclaimer{text-align:center;padding:1rem 0}.footer-disclaimer p{color:var(--text-tertiary);max-width:800px;margin:0 auto;font-size:.7rem;line-height:1.5}.quote-configurator{max-width:700px;margin:0 auto}.quote-progress{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.quote-step{opacity:.4;transition:var(--transition);align-items:center;gap:.5rem;display:flex}.quote-step.active{opacity:1}.quote-step-num{background:var(--gray-200);width:32px;height:32px;color:var(--gray-600);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:inline-flex}.quote-step.active .quote-step-num{background:var(--primary);color:var(--white)}.quote-step-label{color:var(--gray-600);font-size:.875rem;font-weight:600}.quote-step.active .quote-step-label{color:var(--dark)}.quote-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem}.quote-panel-inner h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.quote-hint{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9rem}.quote-field{flex-direction:column;gap:.375rem;margin-bottom:1.25rem;display:flex}.quote-field span{color:var(--gray-700);font-size:.875rem;font-weight:600}.quote-field input,.quote-field select{border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--dark);background:var(--white);transition:var(--transition-fast);padding:.75rem 1rem;font-size:1rem}.quote-field input:focus,.quote-field select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f626}.quote-needs-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:500px){.quote-needs-grid{grid-template-columns:1fr}}.quote-need-card{border:2px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white);cursor:pointer;text-align:left;transition:var(--transition);flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.quote-need-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}.quote-need-card.selected{border-color:var(--primary);background:var(--primary-light);box-shadow:var(--shadow-md)}.quote-need-card strong{color:var(--dark);font-size:.95rem}.quote-need-card span{color:var(--gray-500);font-size:.8rem}.quote-need-card.selected strong{color:var(--primary)}.quote-nav{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.quote-error{color:var(--danger);margin-top:.5rem;font-size:.9rem}.quote-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.quote-success h2{color:var(--dark);font-size:1.5rem}.quote-success p{color:var(--gray-600);max-width:440px;font-size:1.05rem;line-height:1.6}
