.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:1rem 0;transition:background .3s ease}.header.scrolled{background:var(--primary-color)}.header-container{max-width:var(--container-max);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo img{height:72px;width:auto}.nav{display:flex;align-items:center}.nav-list{display:flex;align-items:center;gap:8px}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:10px 16px;color:var(--white);font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;border-radius:6px}.nav-link:hover{background:#ffffff1a;color:var(--white)}.nav-link.active{background:#ffffff26}.dropdown-arrow{transition:transform .3s ease}.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--white);border-radius:8px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;padding:8px 0;margin-top:8px}.dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.has-dropdown:hover .dropdown,.dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown li a{display:block;padding:10px 20px;color:var(--text-color);font-size:.9rem;transition:all .3s ease}.dropdown li a:hover{background:var(--background-light);color:var(--accent-blue)}.btn-nav{background:transparent!important;color:var(--white)!important;border-radius:0!important;padding:10px 16px!important;font-weight:500!important;border:none!important}.btn-nav:hover{background:#ffffff1a!important;color:var(--white)!important}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:10px;background:none;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--white);transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.mobile-menu-btn{display:flex}.nav{position:fixed;inset:77px 0 0;background:var(--primary-color);padding:20px;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.nav.open{transform:translate(0)}.nav-list{flex-direction:column;gap:5px;width:100%}.nav-item{width:100%}.nav-link{width:100%;justify-content:space-between;padding:15px 20px}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#ffffff0d;margin-top:5px;display:none;border-radius:8px}.dropdown.open{display:block}.dropdown li a{color:#ffffffe6;padding:12px 30px}.dropdown li a:hover{background:#ffffff1a;color:var(--white)}.btn-nav{margin-top:10px}}.footer{background:var(--primary-color);color:var(--white);padding:4rem 0 1.5rem}.footer-container{max-width:var(--container-max);margin:0 auto;padding:0 20px}.footer-main{display:grid;grid-template-columns:1.2fr 2.8fr;gap:4rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:280px}.footer-logo{height:50px;width:auto;margin-bottom:1.25rem}.footer-description{color:#ffffffbf;font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:12px}.social-links a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ffffff1a;border-radius:50%;color:var(--white);transition:all .3s ease}.social-links a:hover{background:var(--accent-yellow);color:var(--primary-color);transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:var(--white)}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#ffffffbf;font-size:.9rem;transition:all .3s ease}.footer-column ul li a:hover{color:var(--accent-yellow)}.contact-info p{color:#ffffffbf;font-size:.85rem;line-height:1.7;margin-bottom:12px}.contact-info strong{color:var(--white);font-weight:600}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.85rem}@media(max-width:1024px){.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-brand{max-width:100%;text-align:center}.social-links{justify-content:center}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:center}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:18vh;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d1d2280,#1212174d,#1d1d2266)}.hero-content{position:relative;z-index:10;text-align:left;max-width:700px;padding:0 20px;margin-left:5%}.hero-content h1{font-size:3.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em}.hero-content p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:500px;line-height:1.7}.text-highlight{background-color:#3b82f6b3;padding:0 8px;border-radius:4px}.hero .wave-divider{z-index:5}.services-section{background:var(--background-light);position:relative}.service-card{display:block;text-align:center;cursor:pointer;padding:2rem;background:transparent;box-shadow:none;border:none}.service-card:hover{color:inherit}.service-card:hover .card-icon{transform:scale(1.05)}.service-card .card-icon{transition:transform .3s ease}.benefits-section{background:var(--white);position:relative}.benefit-card{text-align:center}.benefits-section .dots-pattern{top:40px;right:5%}.experiencia-section{background:var(--background-light);position:relative}.experiencia-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.experiencia-text h2{font-size:2.25rem;font-weight:700;color:var(--primary-color);margin-bottom:1.25rem;line-height:1.2}.experiencia-text p{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.experiencia-image{display:flex;align-items:center;justify-content:center}.experiencia-image img{max-width:100%;height:auto;max-height:400px}.customer-benefits-section{background:var(--white)}.certifications-section{background:var(--white);position:relative}.certifications-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;margin-top:3rem}.certifications-text h3{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.certifications-text p{color:var(--text-light);font-size:1rem;line-height:1.7}.certifications-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 3rem;align-items:center;justify-items:center}.cert-logo{display:flex;align-items:center;justify-content:center}.cert-logo img{max-width:120px;max-height:60px;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s ease}.cert-logo img:hover{filter:grayscale(0%);opacity:1}.cta-section{background:var(--gradient-primary);text-align:center;position:relative;overflow:hidden}.cta-content{max-width:600px;margin:0 auto;position:relative;z-index:2}.cta-content h2{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem;line-height:1.2}.cta-content p{font-size:1.15rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.7}.cta-section .dots-pattern{top:20%;left:5%;opacity:.3}.cta-section .dots-pattern:nth-of-type(2){inset:auto 5% 20% auto}@media(max-width:1024px){.hero-content h1{font-size:2.75rem}.experiencia-content{grid-template-columns:1fr;gap:2.5rem}.experiencia-text{text-align:center}.experiencia-image{order:-1}.certifications-content{grid-template-columns:1fr;gap:2rem}.certifications-text{text-align:center}.certifications-logos{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:768px){.hero{min-height:500px;padding-top:15vh}.hero-content{text-align:center;margin-left:0}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem;margin-left:auto;margin-right:auto}.experiencia-content h2,.certifications-text h3,.cta-content h2{font-size:1.75rem}.certifications-logos{grid-template-columns:repeat(2,1fr);gap:1.5rem}.cert-logo img{max-width:100px;max-height:50px}.dots-pattern{display:none}}.service-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:flex-start;padding:0;overflow:hidden}.service-hero-video{position:absolute;top:0;left:0;width:100%;height:100%}.service-hero-video video{width:100%;height:100%;object-fit:cover}.service-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d1d224d,#12121726)}.btn-hero{background:var(--white);color:var(--primary-color);border:2px solid var(--white);padding:14px 32px;font-weight:600}.btn-hero:hover{background:transparent;color:var(--white);border-color:var(--white)}.service-hero-content{position:relative;z-index:10;max-width:600px;text-align:left;margin-left:10%}.service-hero-content h1{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:1.25rem;line-height:1.15}.service-hero-content p{font-size:1.15rem;color:#ffffffd9;line-height:1.8;margin-bottom:1.75rem}.features-section{background:var(--background-light)}.feature-card{text-align:center}.how-it-works{background:var(--white)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{text-align:center;padding:1.5rem 1rem}.step-number{width:56px;height:56px;background:var(--primary-color);color:var(--white);font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step h3{font-size:1.05rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.step p{color:var(--text-light);font-size:.9rem;line-height:1.6}.service-cta{background:var(--background-light);padding:4rem 0}.cta-box{background:var(--gradient-primary);border-radius:16px;padding:3.5rem 2.5rem;text-align:center}.cta-box h2{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.cta-box p{color:#ffffffd9;font-size:1.05rem;margin-bottom:1.5rem}.documents-section{background:var(--white)}.documents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.document-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--white);border-radius:10px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all .3s ease}.document-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-blue)}.document-icon{width:48px;height:48px;background:#dc3545;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.document-icon svg{width:26px;height:26px;color:var(--white)}.document-info h4{font-size:.9rem;font-weight:600;color:var(--primary-color);margin-bottom:6px;line-height:1.4}.document-info p{font-size:.8rem;color:var(--text-light);line-height:1.5}.info-section{background:var(--background-light)}.info-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.info-text h2{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.25rem}.info-text p{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:1rem}.info-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.info-image img,.info-image video{width:100%;display:block}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.25rem}.about-text p{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:1rem}.about-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;display:block}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.value-card{text-align:center}.contact-section{background:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.contact-info h2{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.25rem}.contact-info>p{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-item-icon{width:42px;height:42px;background:var(--background-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item-icon svg{width:20px;height:20px;color:var(--accent-blue)}.contact-item-text h4{font-size:.9rem;font-weight:600;color:var(--primary-color);margin-bottom:4px}.contact-item-text p{font-size:.85rem;color:var(--text-light);margin:0;line-height:1.5}.contact-form{background:var(--background-light);padding:2.5rem;border-radius:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--primary-color);margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #0000ff1a}.form-group textarea{min-height:110px;resize:vertical}.checkbox-group{display:flex;align-items:flex-start;gap:10px}.checkbox-group input[type=checkbox]{width:auto;margin-top:3px}.checkbox-group label{font-size:.85rem;color:var(--text-light);margin-bottom:0;cursor:pointer}.form-submit{margin-top:1.5rem}.form-submit .btn{width:100%;padding:14px;font-size:1rem}.form-submit .btn:disabled{opacity:.7;cursor:not-allowed}.form-status{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500;text-align:center}.form-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.main-law-card{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-sm);border:2px solid var(--accent-blue)}.main-law-header{margin-bottom:1.5rem}.law-badge{display:inline-block;background:var(--primary-color);color:var(--white);padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:1rem}.main-law-header h2{font-size:1.4rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;line-height:1.4}.law-year{font-size:.9rem;color:var(--text-light)}.main-law-description{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.law-points{margin-bottom:1.75rem;padding-left:0}.law-points li{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px;color:var(--text-color);font-size:.95rem;line-height:1.6}.law-points li:before{content:"✓";display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;background:var(--accent-yellow);color:var(--primary-color);border-radius:50%;font-size:.7rem;font-weight:700;margin-top:2px}.info-section .certifications-list{display:flex;flex-direction:column;gap:10px;margin-top:1rem}.info-section .certifications-list li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-color)}.info-section .certifications-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--accent-yellow);color:var(--primary-color);border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0}.validator-links{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:800px;margin:0 auto}.validator-card{display:block;background:var(--white);border:2px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;text-decoration:none;color:inherit}.validator-card:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.validator-icon{width:80px;height:80px;background:var(--background-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--accent-blue)}.validator-card h3{font-size:1.1rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.validator-card p{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.link-arrow{font-size:.85rem;color:var(--accent-blue);font-weight:500}.validator-single{grid-template-columns:1fr;max-width:600px}.validator-card-large{padding:3rem}.validator-card-large .validator-icon{width:100px;height:100px;margin-bottom:1.5rem}.validator-card-large h3{font-size:1.5rem;margin-bottom:1rem}.validator-card-large p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.validator-card-large .link-arrow{font-size:1rem}.accordion{max-width:800px;margin:0 auto}.accordion-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:10px;overflow:hidden}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--white);border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--primary-color);transition:all .3s ease}.accordion-header:hover{background:var(--background-light)}.accordion-header.active{background:var(--primary-color);color:var(--white)}.accordion-icon{transition:transform .3s ease}.accordion-content{padding:1.5rem 2rem;background:var(--white);border-top:1px solid var(--border-color)}.accordion-content p{color:var(--text-color);line-height:1.7;margin:0 0 1.5rem}.accordion-content p:last-child{margin-bottom:0}.accordion-content p strong{color:var(--primary-color)}.steps-5{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.process-flow{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;position:relative}.process-step{flex:1;text-align:center;position:relative;padding:0 10px}.process-step-icon{width:120px;height:120px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.process-step-icon img{max-width:80%;max-height:80%;object-fit:contain}.process-step:hover .process-step-icon{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.process-step-number{width:36px;height:36px;background:var(--primary-color);color:var(--white);font-size:1rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.process-step h3{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem;min-height:2.5rem}.process-step p{font-size:.85rem;color:var(--text-light);line-height:1.5}.process-arrow{position:absolute;right:-26px;top:50px;color:var(--accent-blue);z-index:10}.process-arrow svg{opacity:.6}.dual-benefits{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.benefits-column h2{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.benefits-list{display:flex;flex-direction:column;gap:1.25rem}.benefit-item{display:flex;align-items:flex-start;gap:16px;padding:1.25rem;background:var(--white);border-radius:10px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.benefit-icon{width:48px;height:48px;object-fit:contain;flex-shrink:0}.benefit-item h4{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:.35rem}.benefit-item p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin:0}.use-cases-accordion{max-width:100%}.use-cases-accordion .accordion-item{margin-bottom:8px}.legal-framework-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.legal-card{background:var(--white);border:1px solid var(--border-color);border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.legal-card:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-sm)}.legal-card h4{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.legal-card p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.stat-item{padding:1.5rem 1rem}.stat-number{display:block;font-size:2.75rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#fffc}@media(max-width:1024px){.service-hero-content h1{font-size:2.5rem}.steps{grid-template-columns:repeat(2,1fr)}.steps-5{grid-template-columns:repeat(3,1fr)}.process-flow{flex-wrap:wrap;justify-content:center;gap:30px}.process-step{flex:0 0 calc(33.333% - 30px)}.process-arrow{display:none}.dual-benefits{grid-template-columns:1fr;gap:2.5rem}.legal-framework-grid,.documents-grid{grid-template-columns:repeat(2,1fr)}.info-content,.about-intro,.contact-content{grid-template-columns:1fr;gap:2.5rem}.values-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-hero{min-height:70vh}.service-hero-content{margin-left:5%;padding:0 20px}.service-hero-content h1{font-size:2rem}.service-hero-content p{font-size:1rem}.steps{grid-template-columns:1fr;gap:1.25rem}.steps-5{grid-template-columns:1fr}.process-flow{flex-direction:column;align-items:center}.process-step{flex:0 0 auto;width:100%;max-width:300px}.process-step-icon{width:100px;height:100px}.validator-links,.legal-framework-grid,.documents-grid,.values-grid,.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}.cta-box{padding:2.5rem 1.5rem}.stat-number{font-size:2.25rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1d1d22;--primary-dark: #121217;--accent-blue: #0000ff;--accent-yellow: #e8d833;--text-color: #1d1d22;--text-light: #6c6c89;--text-muted: #a9a9bc;--background-light: #f7f7f8;--background-subtle: #ebebef;--white: #ffffff;--border-color: #e0e0e0;--gradient-primary: linear-gradient(135deg, #1d1d22 0%, #121217 100%);--shadow-xs: 0 1px 2px 0 rgba(18, 18, 23, .065);--shadow-sm: 0 1px 3px 0 rgba(18, 18, 23, .1), 0 1px 2px 0 rgba(18, 18, 23, .06);--shadow-md: 0 4px 6px -1px rgba(18, 18, 23, .1), 0 2px 4px -1px rgba(18, 18, 23, .06);--shadow-lg: 0 6px 9px rgba(0, 0, 0, .2);--section-padding: 5rem;--container-max: 1200px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:var(--text-color);background-color:var(--white)}a{text-decoration:none;color:inherit;transition:color .3s ease}a:hover{color:var(--accent-blue)}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--container-max);margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:.75rem 2rem;border-radius:20px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-align:center}.btn-primary{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.btn-primary:hover{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.btn-white{background:var(--white);color:var(--primary-color);border-color:var(--white)}.btn-white:hover{background:transparent;color:var(--white);border-color:var(--white)}.btn-blue{background:var(--accent-blue);color:var(--white);border-color:var(--accent-blue)}.btn-blue:hover{filter:brightness(.8)}.section{padding:var(--section-padding) 0}.section-header{margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color);line-height:1.2}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.text-center{text-align:center}.grid{display:grid;gap:30px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border-radius:12px;padding:30px;box-shadow:var(--shadow-sm);transition:all .3s ease}.card:hover{box-shadow:var(--shadow-lg)}.card-icon{width:60px;height:60px;margin-bottom:20px}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--primary-color)}.card-description{color:var(--text-light);font-size:.95rem;line-height:1.6}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-right.visible{opacity:1;transform:translate(0)}.grid .card:nth-child(1){transition-delay:0ms}.grid .card:nth-child(2){transition-delay:.1s}.grid .card:nth-child(3){transition-delay:.2s}.grid .card:nth-child(4){transition-delay:.3s}.dots-pattern{position:absolute;width:100px;height:100px;background-image:radial-gradient(circle,var(--accent-yellow) 2px,transparent 2px);background-size:15px 15px;opacity:.6;pointer-events:none}.wave-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.wave-divider .shape-fill{fill:var(--white)}.accent-underline{position:relative;display:inline-block}.accent-underline:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:var(--accent-yellow);border-radius:2px}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}:root{--section-padding: 4rem}}@media(max-width:768px){.section-title{font-size:2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 15px}:root{--section-padding: 3rem}}@media(max-width:480px){.section-title{font-size:1.75rem}.btn{padding:.625rem 1.5rem;font-size:.9rem}}
