*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.top-bar{background:#1e293b;color:#fff;padding:8px 0;font-size:.9rem;position:fixed;top:0;left:0;right:0;z-index:1001}.top-bar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;gap:1rem;align-items:center}.top-bar-item{display:flex;align-items:center;gap:.5rem;color:#94a3b8}.icon-phone,.icon-email{color:#d4af37;font-weight:700;font-size:1.1em}.top-bar-item a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.top-bar-item a:hover{color:#fff}.top-bar-right{display:flex;gap:1rem;align-items:center}.social-icons{display:flex;gap:.75rem}.social-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff1a;border-radius:4px;color:#94a3b8;text-decoration:none;transition:all .3s ease;font-size:.9rem}.social-icon:hover{background:#fff3;color:#fff}.header{background:#fff!important;background-color:#fff!important;box-shadow:0 2px 10px #0000001a;position:fixed;top:40px;left:0;right:0;z-index:1000;opacity:1!important}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo-img{height:65px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#2563eb}.ai-nav-link{line-height:1.2;text-align:center;display:inline-block;vertical-align:middle}.consultation-btn{background:#2563eb!important;color:#fff!important;padding:.75rem 1.5rem!important;border-radius:8px!important;font-weight:600!important;transition:all .3s ease!important;text-decoration:none!important;display:inline-block!important;text-align:center!important;line-height:1.2!important}.consultation-btn:hover{background:#1d4ed8!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #2563eb4d!important}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;cursor:pointer}.dropdown-toggle:after{content:"▼";font-size:.7rem;margin-left:.5rem;transition:transform .3s ease}.dropdown:hover .dropdown-toggle:after,.dropdown-menu.show~.dropdown-toggle:after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:160px;box-shadow:0 4px 20px #0000001a;border-radius:8px;padding:.5rem 0;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.dropdown:hover .dropdown-menu,.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{list-style:none}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:background-color .3s ease;border-radius:4px;margin:0 .5rem}.dropdown-menu a:hover{background-color:#f8fafc;color:#2563eb}.dropdown-menu a.active{background-color:#2563eb;color:#fff}.dropdown.active>.dropdown-toggle{color:#2563eb;font-weight:600}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:160px 20px 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;min-height:80vh;max-width:1200px;margin:0 auto;gap:4rem}.hero-content{flex:1}.hero h1{font-size:3.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn{padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:#2563eb;color:#fff;border:2px solid #2563eb}.btn-secondary:hover{background:#1d4ed8;color:#fff}.hero-image{flex:1}.hero-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000001a}.about{padding:40px 20px 100px;background:#fff}.about-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.about-text{flex:1}.about h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.about p{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem}.stats{display:flex;gap:2rem;margin-top:3rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-size:.9rem}.about-image{flex:1}.about-img{width:100%;height:auto;border-radius:12px}.services{padding:100px 20px;background:#f8fafc}.services h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.service-icon{margin-bottom:1.5rem}.service-icon img{width:60px;height:60px}.service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.team{padding:100px 20px;background:#fff}.team h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.team-member{text-align:center}.team-img{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem}.team-member h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.team-member .title{color:#2563eb;font-weight:600;margin-bottom:1rem}.team-member p:not(.title){color:#64748b;line-height:1.6}.contact{padding:60px 20px 100px;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-content-centered{display:flex;justify-content:center;max-width:1200px;margin:0 auto}.contact-info h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.contact-info p{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{color:#64748b}.contact-item strong{color:#1e293b}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d}.contact-form h3{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical}.footer{background:#1e293b;color:#fff;padding:60px 20px 20px}.footer-content{text-align:center;max-width:1200px;margin:0 auto;margin-bottom:2rem}.footer-cta-heading{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.footer-btn{margin-top:2rem;background:#d4af37;color:#fff;padding:1rem 2rem;font-weight:600;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease}.footer-btn:hover{background:#b8941f;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #d4af374d}.footer-logo{height:40px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-section p{color:#94a3b8;margin-bottom:1rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}.footer-links{margin-top:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;font-size:.85rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}@media (max-width: 768px){.footer-links{gap:1.5rem;flex-direction:column;align-items:center}}.parallax-hero{position:relative;height:100vh;min-height:900px;overflow:hidden;display:flex;align-items:center}.parallax-background{position:fixed;top:0;left:0;width:100%;height:120vh;background-image:url(/assets/edgar-cotto-U7srQO4LiJg-unsplash_1753403746197-BRmZqbX6.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2;will-change:transform}.parallax-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#1e293bb3;z-index:1}.parallax-content{position:relative;z-index:2;width:100%;color:#fff;padding:140px 0 80px}.hero-text{text-align:center;margin-bottom:4rem}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;max-width:1200px;margin-left:auto;margin-right:auto;white-space:nowrap;text-align:center}.hero-text p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:1200px;margin-left:auto;margin-right:auto;line-height:1.6}.service-squares{display:grid;grid-template-columns:repeat(5,260px);gap:1.5rem;max-width:1400px;margin:0 auto 3rem;padding:0 20px;justify-content:center}.service-square{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 1.5rem;border-radius:12px;text-align:center;color:#1e293b;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);width:260px;display:flex;flex-direction:column;justify-content:space-between}.service-square:hover{transform:translateY(-8px);background:#fff;box-shadow:0 20px 40px #0003}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-square h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b;height:4rem;display:flex;align-items:center;justify-content:center;text-align:center}.service-square p{font-size:.95rem;line-height:1.6;margin-top:2rem;margin-bottom:1.5rem;color:#64748b;flex-grow:1}.learn-more{color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.learn-more:hover{color:#1d4ed8;text-decoration:underline}.page-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:160px 0 60px;text-align:center}.page-header .container{max-width:1400px}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;white-space:nowrap;text-align:center;width:100%}.page-header p{font-size:1.2rem;opacity:.9;margin:0 auto;max-width:900px}.nav-menu a.active{color:#3b82f6;font-weight:600}.values-list{list-style:none;padding:0;margin:2rem 0}.values-list li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.values-list li:last-child{border-bottom:none}.service-features{list-style:none;padding:0;margin-top:1rem}.service-features li{position:relative;padding:.25rem 0 .25rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.credentials{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.9rem}.credentials p{margin:.25rem 0}.team-values{margin-top:4rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item h4{color:#1e3a8a;margin-bottom:.5rem}.ai-solutions{padding:80px 0;background-color:#fff}.ai-solutions h2{text-align:center;margin-bottom:1rem;color:#1e3a8a;font-size:2.5rem;font-weight:700}.ai-solutions-subtitle{text-align:center;font-size:1.25rem;color:#64748b;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;white-space:nowrap}.ai-solutions-grid{display:grid;grid-template-columns:repeat(5,260px);gap:1.5rem;max-width:1400px;margin:0 auto;justify-content:center}.ai-solution-item{text-align:center;padding:2.5rem 1.5rem;background:#f8fafc;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0;width:260px}.ai-solution-item:hover{transform:translateY(-8px);background:#fff;box-shadow:0 20px 40px #00000026;border-color:#3b82f6}.ai-solution-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.ai-solution-item h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.ai-solution-item p{color:#64748b;line-height:1.6;font-size:.95rem}.overview{padding:80px 0;background-color:#f8fafc}.overview h2{text-align:center;margin-bottom:3rem;color:#1e3a8a;font-size:2.5rem;font-weight:700}.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(380px,1fr));gap:2rem;max-width:1400px;margin:0 auto;justify-content:center}.overview-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.overview-emoji{font-size:3rem;margin-bottom:1rem}.overview-item h3{color:#1e3a8a;margin-bottom:1rem}.cta-section{text-align:center;margin-top:4rem;padding:3rem;background:#fff;border-radius:12px;color:#1e293b}.cta-section h2{color:#1e293b;margin-bottom:1rem}.cta-section p{margin-bottom:2rem;color:#64748b}.cta-section .btn{min-width:200px;margin:0 .5rem}.why-us-section{padding:80px 0;background:#f8f9fa}.why-us-section:first-of-type{padding-top:160px}.why-us-section.alt-section{background:#fff}.why-us-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.why-us-content.reverse{flex-direction:row-reverse}.why-us-text{flex:1;padding:0 2rem}.why-us-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.why-us-text p{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6}.capital-sources-list{list-style:none;padding:0;margin:1rem 0}.capital_sources-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#64748b;font-size:1.125rem}.capital_sources-list li:before{content:"•";color:#1e3a8a;font-weight:700;position:absolute;left:0}.why-us-image{flex:1;padding:0 2rem}.section-img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.why-us-content,.why-us-content.reverse{flex-direction:column;gap:2rem}.why-us-text,.why-us-image{padding:0}.why-us-text h2{font-size:2rem}}.story-item{background:#f8fafc;padding:2.5rem;border-radius:12px;border-left:4px solid #2563eb}.story-item h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.story-item p{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.story-result{font-weight:600;color:#2563eb;font-size:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.consultation-info{margin-top:2rem;padding:1.5rem;background-color:#f8fafc;border-radius:8px}.consultation-info h3{color:#1e3a8a;margin-bottom:1rem}.consultation-info ul{list-style:none;padding:0}.consultation-info li{position:relative;padding:.25rem 0 .25rem 1.5rem}.consultation-info li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.location-map{margin-top:3rem;text-align:center}.map-placeholder{background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;margin-top:1rem}.map-placeholder p{margin:.5rem 0;color:#6b7280}.process-overview{padding:10rem 0 6rem;background:#fff}.process-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.process-text{flex:1}.process-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.process-text p{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6}.process-image{flex:1}.process-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000001a}.process-steps{padding:100px 0;background:#f8fafc}.process-steps h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.process-intro{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.steps-timeline{max-width:1000px;margin:0 auto;position:relative}.step-item{position:relative;margin-bottom:3rem;padding-left:120px}.step-item:last-child{margin-bottom:0}.step-connector{position:absolute;left:60px;top:80px;width:4px;height:calc(100% + 3rem);background:linear-gradient(180deg,#2563eb,#60a5fa);border-radius:2px}.step-connector.last{height:0}.step-connector.last:before{content:"";position:absolute;top:-20px;left:-8px;width:20px;height:20px;background:#2563eb;border-radius:50%;box-shadow:0 0 0 4px #fff,0 0 0 8px #e0f2fe}.step-connector:before{content:"";position:absolute;top:-20px;left:-8px;width:20px;height:20px;background:#2563eb;border-radius:50%;box-shadow:0 0 0 4px #fff,0 0 0 8px #e0f2fe}.step-content{display:flex;align-items:flex-start;gap:2rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014;border:1px solid #e2e8f0;transition:all .4s ease;position:relative;overflow:hidden}.step-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.step-content:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #2563eb26;border-color:#3b82f6}.step-content:hover:before{transform:scaleX(1)}.step-number{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 8px 25px #2563eb4d;position:relative;overflow:hidden}.step-number:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transition:left .6s ease}.step-content:hover .step-number:before{left:100%}.step-info{flex:1}.step-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-info p{color:#64748b;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.step-features{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.step-features li{position:relative;padding-left:2rem;color:#475569;line-height:1.5;font-size:.95rem;font-weight:500;transition:all .3s ease}.step-features li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;box-shadow:0 2px 8px #10b9814d}.step-content:hover .step-features li{color:#374151;transform:translate(4px)}.timeline-section{padding:100px 0;background:#fff}.timeline-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.timeline-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.timeline-text{flex:1}.timeline-text h3{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.timeline-text p{font-size:1.125rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.timeline-items{display:flex;flex-direction:column;gap:1rem}.timeline-item{padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid #2563eb;color:#64748b;line-height:1.5}.timeline-visual{flex:1;display:flex;align-items:center;justify-content:center}.timeline-graphic{text-align:center}.timeline-bar{width:300px;height:20px;background:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.timeline-progress{width:100%;height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:10px;animation:progressFill 3s ease-in-out infinite alternate}@keyframes progressFill{0%{width:0%}to{width:100%}}.documentation-section{padding:100px 0;background:#f8fafc}.documentation-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.documentation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.doc-category{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d}.doc-category h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.doc-category ul{list-style:none;padding:0}.doc-category li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:#64748b;border-bottom:1px solid #f1f5f9}.doc-category li:last-child{border-bottom:none}.doc-category li:before{content:"📄";position:absolute;left:0}.ai-hero-modern{position:relative;min-height:25vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.ai-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(139,92,246,.1) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(2deg)}}.ai-hero-content-modern{position:relative;z-index:2;text-align:center;color:#fff;padding:180px 0 40px}.ai-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.badge-icon{font-size:1.2rem}.ai-hero-content-modern h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#60a5fa,#34d399,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ai-hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.ai-hero-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem}.hero-stat{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;opacity:.8;margin-top:.5rem}.ai-hero-cta{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn-modern{padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.btn-modern.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 20px #3b82f64d}.btn-modern.primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666}.btn-modern.secondary{background:#ffffff1a;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-modern.secondary:hover{background:#fff3;border-color:#ffffff80}.btn-modern.large{padding:1.25rem 2.5rem;font-size:1.1rem}.featured-agents{padding:100px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b;max-width:900px;margin:0 auto}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.featured-card{background:#fff;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.featured-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#34d399,#a78bfa);transform:scaleX(0);transition:transform .3s ease}.featured-card:hover:before{transform:scaleX(1)}.featured-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.featured-card.spotlight{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;transform:scale(1.05)}.featured-card.spotlight:hover{transform:scale(1.05) translateY(-8px)}.card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.agent-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 20px #3b82f64d}.agent-icon.featured{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 20px #34d3994d}.agent-meta{text-align:right}.agent-category{display:block;font-size:.8rem;opacity:.7;margin-bottom:.25rem}.popularity{font-size:.8rem;font-weight:600}.featured-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:inherit}.featured-card p{line-height:1.6;margin-bottom:1.5rem;opacity:.9}.agent-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.feature-tag{background:#3b82f61a;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.featured-card.spotlight .feature-tag{background:#fff3;color:#fff}.card-footer{display:flex;align-items:center;justify-content:space-between}.agent-stats{display:flex;gap:1rem;font-size:.8rem;opacity:.7}.btn-card{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-card:hover{background:#1d4ed8;transform:translateY(-2px)}.featured-card.spotlight .btn-card{background:#fff;color:#1e3a8a}.featured-card.spotlight .btn-card:hover{background:#f1f5f9}.agent-categories{padding:100px 0;background:#fff}.category-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tab-btn{padding:1rem 2rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.category-content{position:relative}.tab-content{display:none;animation:fadeIn .5s ease-in-out}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.agents-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.agent-card-modern{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.agent-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#34d399);transform:scaleX(0);transition:transform .3s ease}.agent-card-modern:hover:before{transform:scaleX(1)}.agent-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:#3b82f6}.agent-icon-modern{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);margin-bottom:1.5rem}.agent-card-modern h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.agent-card-modern p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.agent-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.deploy-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.deploy-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #3b82f64d}.custom-agent-cta-section{padding:100px 0;background:#f8fafc}.custom-agent-cta{padding:80px 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.cta-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:2rem}.cta-content-centered{text-align:center;background:#fff;padding:3rem;border-radius:12px;max-width:800px;margin:0 auto;color:#1e293b}.cta-text h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.cta-text p{font-size:1.25rem;opacity:.9}.cta-text-centered h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#1e293b}.cta-text-centered p{font-size:1.25rem;opacity:.9;font-weight:300;color:#64748b}.ai-hero{padding:100px 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.ai-hero-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.ai-hero-text{flex:1}.ai-hero-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ai-hero-text p{font-size:1.125rem;margin-bottom:3rem;line-height:1.6;opacity:.9}.ai-stats{display:flex;gap:2rem}.ai-stat{text-align:center}.ai-stat h3{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.ai-stat p{color:#94a3b8;font-size:.9rem}.ai-hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.ai-brain-animation{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.ai-node{position:absolute;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 0 20px #3b82f680;animation:pulse 2s ease-in-out infinite alternate}.ai-node:nth-child(1){top:0;left:50%;transform:translate(-50%)}.ai-node:nth-child(2){top:25%;right:0}.ai-node:nth-child(3){bottom:25%;right:0}.ai-node:nth-child(4){bottom:0;left:50%;transform:translate(-50%)}.ai-node:nth-child(5){top:25%;left:0}.ai-connection{position:absolute;height:2px;background:linear-gradient(90deg,transparent 0%,#3b82f6 50%,transparent 100%);animation:dataFlow 3s ease-in-out infinite}.ai-connection:nth-child(6){top:30%;left:15%;width:70%;transform:rotate(25deg)}.ai-connection:nth-child(7){bottom:30%;left:15%;width:70%;transform:rotate(-25deg)}.ai-connection:nth-child(8){top:50%;left:15%;width:70%}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 20px #3b82f680}to{transform:scale(1.1);box-shadow:0 0 30px #3b82f6cc}}@keyframes dataFlow{0%{opacity:0;transform:scaleX(0)}50%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}.ai-services{padding:100px 0;background:#f8fafc}.ai-services h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.ai-services-subtitle{text-align:center;font-size:1.125rem;color:#64748b;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.agent-category{margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.agent-category h3{font-size:2rem;font-weight:600;color:#1e3a8a;margin-bottom:2rem;text-align:center}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.agent-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.agent-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:#3b82f6}.agent-card h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.agent-card p{color:#64748b;line-height:1.6}.ai-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.ai-service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.ai-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.ai-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.ai-service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.ai-service-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.ai-features{list-style:none;padding:0;margin-bottom:2rem}.ai-features li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:#64748b}.ai-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.ai-tech-stack{display:flex;gap:.5rem;flex-wrap:wrap}.tech-tag{background:#e0f2fe;color:#0369a1;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.ai-technology{padding:100px 0;background:#fff}.ai-technology h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.tech-category{text-align:center}.tech-category h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.tech-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tech-item{background:#f8fafc;padding:1.5rem;border-radius:12px;border:2px solid #e2e8f0;font-weight:600;color:#475569;transition:all .3s ease}.tech-item:hover{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;transform:translateY(-2px)}.ai-benefits{padding:100px 0;background:#f8fafc}.ai-benefits h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:4rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.benefit-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d}.benefit-icon{font-size:3rem;margin-bottom:1rem;display:block}.benefit-item h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.benefit-item p{color:#64748b;line-height:1.6}.ai-demo{padding:100px 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.demo-content{text-align:center;margin-bottom:3rem}.demo-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.demo-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.demo-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.demo-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.demo-feature{display:flex;align-items:center;gap:.5rem;font-weight:500}.feature-check{background:#10b981;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.nav-menu{position:relative}.nav-menu.active{display:flex;position:fixed;top:120px;left:0;right:0;flex-direction:column;background:#fff;box-shadow:0 4px 20px #0000001a;padding:2rem;z-index:999;gap:1.5rem}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 1200px){.service-squares{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px}.service-square{width:auto}.ai-solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px}.ai-solution-item{width:auto}.overview-grid{grid-template-columns:repeat(3,1fr);max-width:1200px}.overview-item{min-width:auto}}@media (max-width: 1024px){.service-squares,.ai-solutions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.overview-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.hero-text h1{font-size:2.5rem;white-space:normal;line-height:1.3}.hero-text p{font-size:1.1rem}.parallax-hero{min-height:700px}.page-header h1{font-size:2.5rem;white-space:normal}.ai-solutions-subtitle{white-space:normal;font-size:1.1rem}}@media (max-width: 768px){.top-bar{padding:6px 0;font-size:.75rem;height:48px;position:fixed}.top-bar-container{display:flex!important;justify-content:space-between!important;align-items:center!important;flex-direction:row!important;gap:1rem;padding:0 15px;width:100%;margin-top:-6px;position:relative;min-height:36px;max-width:none}.mobile-consultation-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#d4af37;color:#fff;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.7rem;text-decoration:none;transition:all .3s ease;white-space:nowrap;z-index:10;display:block;width:auto;text-align:center;margin:0}.mobile-consultation-btn:hover{background:#b8941f;color:#fff;transform:translate(-50%,-50%) translateY(-1px);box-shadow:0 4px 12px #d4af374d}.top-bar-left{display:flex!important;gap:1rem!important;font-size:.75rem;justify-content:flex-start!important;align-items:center!important;flex:0 0 auto!important;order:1!important}.top-bar-right{display:flex!important;gap:.5rem!important;justify-content:flex-end!important;align-items:center!important;flex:0 0 auto!important;order:2!important}.top-bar-item:first-child{background:#ffffff1a;border-radius:4px;padding:8px;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.top-bar-item:first-child:hover{background:#fff3}.top-bar-item:first-child .icon-phone{font-size:1rem;cursor:pointer}.top-bar-item:first-child a{display:none}.top-bar-item:nth-child(2){background:#ffffff1a;border-radius:4px;padding:8px;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.top-bar-item:nth-child(2):hover{background:#fff3}.top-bar-item:nth-child(2) .icon-email{font-size:1rem;cursor:pointer}.top-bar-item:nth-child(2) a{display:none}.top-bar-right{gap:.5rem;justify-content:flex-end}.social-icon{width:32px;height:32px;font-size:1rem;border-radius:4px;background:#ffffff1a}.social-icon:hover{background:#fff3}.header{top:48px}.nav-container{height:62px;padding:0 15px}.logo-img{height:55px}.hamburger{display:flex}.nav-menu{display:none}.nav-menu.active{top:118px;padding:1.5rem}.parallax-hero{min-height:100vh;height:auto}.parallax-background{background-attachment:fixed;position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;transform:none!important;will-change:auto}.parallax-content{padding:188px 0 60px}.hero-text{margin-bottom:3rem}.hero-text h1{font-size:2rem;white-space:normal;line-height:1.3;margin-bottom:1rem}.hero-text p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.service-squares{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.service-square{width:100%;max-width:400px;margin:0 auto;padding:2rem 1.5rem}.service-square h2{font-size:1.3rem;height:auto;min-height:3rem}.service-square p{font-size:.9rem;margin-top:1rem}.ai-solutions-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.ai-solution-item{width:100%;max-width:400px;margin:0 auto;padding:2rem 1.5rem}.ai-solutions-subtitle{white-space:normal;font-size:1rem}.overview-grid{grid-template-columns:1fr;gap:2rem;padding:0 15px}.overview-item{max-width:400px;margin:0 auto;width:100%}.page-header{padding:206px 0 40px}.page-header h1{font-size:2rem;white-space:normal;line-height:1.3}.page-header p{font-size:1rem;padding:0 15px}.ai-solutions,.overview{padding:60px 0}.ai-solutions h2,.overview h2{font-size:2rem;margin-bottom:2rem;padding:0 15px}.container{padding:0 15px}.hero{flex-direction:column;text-align:center;padding:186px 20px 60px}.hero h1{font-size:2rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.about-content{flex-direction:column;text-align:center}.stats{justify-content:center;flex-wrap:wrap}.services-grid,.team-grid,.contact-content{grid-template-columns:1fr}.footer-content{text-align:center}.footer-cta-heading{font-size:2rem}.values-grid,.form-row{grid-template-columns:1fr}.why-us-content,.ai-hero-content{flex-direction:column;text-align:center}.ai-hero-text h2{font-size:2rem}.ai-stats{justify-content:center;flex-wrap:wrap}.ai-services-grid,.tech-categories,.benefits-grid{grid-template-columns:1fr}.demo-buttons,.demo-features{flex-direction:column;align-items:center}.step-item{padding-left:60px;margin-bottom:2rem}.step-connector{left:30px;top:60px}.step-connector:before{left:-6px;width:16px;height:16px;box-shadow:0 0 0 3px #fff,0 0 0 6px #e0f2fe}.step-content{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.step-number{width:60px;height:60px;font-size:1.3rem;align-self:center}.step-info h3{font-size:1.3rem;text-align:center}.step-info p{text-align:center;font-size:1rem}.step-features{gap:.5rem}.step-features li{font-size:.9rem}.ai-hero-content-modern{padding:206px 0 40px}.ai-hero-content-modern h1{font-size:2.5rem;line-height:1.2}.ai-hero-stats{flex-direction:column;gap:2rem}.ai-hero-cta{flex-direction:column;align-items:center}.featured-grid{grid-template-columns:1fr}.category-tabs{overflow-x:auto;justify-content:flex-start;padding:0 15px}.agents-grid-modern{grid-template-columns:1fr}.cta-content{flex-direction:column;text-align:center;gap:2rem}}@media (max-width: 480px){.top-bar-container{padding:6px 10px}.top-bar-left{gap:.75rem;font-size:.7rem}.nav-container{padding:0 10px}.parallax-content{padding:186px 0 40px}.hero-text h1{font-size:1.75rem}.hero-text p{font-size:.95rem}.service-square,.ai-solution-item,.overview-item{padding:1.5rem 1rem}.service-square h2{font-size:1.2rem}.page-header h1,.ai-solutions h2,.overview h2,.footer-cta-heading{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.service-card,.contact-form{padding:1.5rem}.ai-hero-content-modern h1{font-size:2rem}.stat-number{font-size:2.5rem}}@media (max-width: 480px){.top-bar-container{flex-direction:column;gap:.5rem;padding:8px 20px}.top-bar-left{justify-content:center;gap:1rem;font-size:.75rem}.hero{padding:180px 20px 60px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.about h2,.services h2,.team h2,.contact-info h2{font-size:2rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.service-card,.contact-form{padding:1.5rem}}.footer-content p{font-size:1.125rem;color:#fff;margin-bottom:.25rem}.all-agents{padding:60px 0 120px;background-color:#fff}.agent-category-section{margin-bottom:4rem}.category-title{font-size:2rem;font-weight:600;color:#1e3a8a;margin-bottom:2rem;text-align:center}.privacy-policy{padding:60px 0;background-color:#f8fafc}.privacy-content{max-width:800px;margin:0 auto;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.privacy-content h2{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.privacy-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-top:2rem;margin-bottom:1rem}.privacy-content .effective-date{color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.privacy-content p{color:#64748b;line-height:1.6;margin-bottom:1rem}.privacy-content ul{color:#64748b;line-height:1.6;margin-bottom:1rem;padding-left:2.5rem}.privacy-content li{margin-bottom:.5rem}.privacy-content a{color:#2563eb;text-decoration:none}.privacy-content a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-content{padding:2rem 1.5rem;margin:0 1rem}.privacy-content h2{font-size:1.75rem}}@media (min-width: 769px){.mobile-consultation-btn{display:none}}
