@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--gold-50:#fdf9e9;--gold-100:#f9efc4;--gold-200:#f3de82;--gold-300:#e9c846;--gold-400:#d4af37;--gold-500:#c49a2a;--gold-600:#a67c20;--gold-700:#85601a;--gold-800:#6b4d18;--gold-900:#5a4117;--navy-50:#f0f4f8;--navy-100:#d9e2ec;--navy-200:#bcccdc;--navy-300:#9fb3c8;--navy-400:#829ab1;--navy-500:#627d98;--navy-600:#486581;--navy-700:#334e68;--navy-800:#243b53;--navy-900:#1e3a5f;--navy-950:#102a43;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--font-display:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--section-padding:6rem 2rem;--container-max:1200px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--shadow-sm:0 1px 2px 0 #0000000d;--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-gold:0 4px 20px #d4af374d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);color:var(--gray-800);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--navy-900);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--gray-600);font-size:1.1rem}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding)}.section-title{text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;max-width:600px;color:var(--gray-500);margin:0 auto 3rem}.text-gold{color:var(--gold-400)}.text-navy{color:var(--navy-900)}.gradient-text{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{font-family:var(--font-body);cursor:pointer;transition:all var(--transition-base);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--gold-400),var(--gold-500));color:var(--navy-950);box-shadow:var(--shadow-gold)}.btn-primary:hover{background:linear-gradient(135deg,var(--gold-300),var(--gold-400));transform:translateY(-2px);box-shadow:0 6px 25px #d4af3766}.btn-secondary{color:var(--white);border:2px solid var(--gold-400);background:0 0}.btn-secondary:hover{background:var(--gold-400);color:var(--navy-950)}.btn-outline{color:var(--navy-900);border:2px solid var(--navy-900);background:0 0}.btn-outline:hover{background:var(--navy-900);color:var(--white)}.card{background:var(--white);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid var(--gray-100);border-radius:16px;padding:2rem}.card:hover{box-shadow:var(--shadow-xl);border-color:var(--gold-200);transform:translateY(-5px)}.card-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-fade-in{animation:.6s forwards fadeIn}.animate-float{animation:3s ease-in-out infinite float}.header{z-index:1000;transition:all var(--transition-base);padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#fffffff2;padding:.75rem 2rem}.header-content{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.logo{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:1.75rem;font-weight:800;display:flex}.logo-icon{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--gray-600);padding:.5rem 0;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--gold-400);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--navy-900)}.nav-link:hover:after{width:100%}.header:not(.scrolled) .nav-link{color:var(--gray-200)}.header:not(.scrolled) .nav-link:hover,.header:not(.scrolled) .logo{color:var(--white)}.logo img{transition:all var(--transition-base);border-radius:10px}.header:not(.scrolled) .logo img{-webkit-backdrop-filter:blur(8px);background:#ffffff26;border-radius:12px;padding:4px;box-shadow:0 2px 12px #0003,0 0 20px #d4af3726}.header.scrolled .logo img{box-shadow:none;background:0 0;padding:0}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--gray-600);width:24px;height:2px;transition:var(--transition-base);margin:5px 0;display:block}.mobile-nav-overlay{display:none}.nav-desktop{display:flex}.hero{background:linear-gradient(135deg,var(--navy-950)0%,var(--navy-900)50%,var(--navy-800)100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#d4af3726 0%,#0000 50%),radial-gradient(at 80% 20%,#d4af371a 0%,#0000 40%),radial-gradient(at 60% 80%,#d4af371a 0%,#0000 40%);position:absolute;inset:0}.hero-content{text-align:center;z-index:1;max-width:900px}.hero-badge{color:var(--gold-300);background:#d4af3726;border:1px solid #d4af374d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.9rem;display:inline-flex}.hero h1{color:var(--white);margin-bottom:1.5rem}.hero h1 .highlight{background:linear-gradient(135deg,var(--gold-400),var(--gold-300));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--gray-300);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:5rem;padding-top:3rem;display:grid}.stat{text-align:center}.stat-value{font-family:var(--font-display);color:var(--gold-400);font-size:2.5rem;font-weight:800;display:block}.stat-label{color:var(--gray-400);margin-top:.25rem;font-size:.9rem}.about{background:var(--gray-50)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image{position:relative}.about-image-container{box-shadow:var(--shadow-xl);border-radius:20px;position:relative;overflow:hidden}.about-image-container:before{content:"";border:3px solid var(--gold-400);z-index:-1;border-radius:20px;position:absolute;inset:-20px 20px 20px -20px}.about-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--navy-900),var(--navy-800));width:100%;color:var(--white);flex-direction:column;justify-content:center;align-items:center;display:flex}.about-placeholder-icon{margin-bottom:1rem;font-size:4rem}.about-content h2{margin-bottom:1.5rem}.about-text{color:var(--gray-600);margin-bottom:1.5rem}.about-highlights{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.highlight-item{background:var(--white);box-shadow:var(--shadow-sm);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.highlight-icon{background:linear-gradient(135deg,var(--gold-100),var(--gold-200));border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.highlight-text{color:var(--navy-900);font-size:.9rem;font-weight:600}.services{background:var(--gray-50);padding:4rem 0}.services .container{max-width:1400px}.services-bento{grid-template-rows:repeat(2,280px);grid-template-columns:repeat(6,1fr);gap:1.25rem;min-height:580px;display:grid}.bento-card-1,.bento-card-2,.bento-card-3{grid-area:span 1/span 2}.bento-card-4,.bento-card-5{grid-area:span 1/span 3}.bento-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition-base);cursor:pointer;text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.bento-card:before{content:"";background:linear-gradient(90deg,var(--gold-400),var(--gold-600));transform-origin:0;height:4px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.bento-card:hover{box-shadow:var(--shadow-xl);border-color:var(--gold-300);transform:translateY(-8px)}.bento-card:hover:before{transform:scaleX(1)}.bento-card:focus{outline:2px solid var(--gold-400);outline-offset:2px}.bento-image{margin-bottom:1rem}.bento-image img{object-fit:contain;width:auto;height:auto;max-height:120px}.bento-card-4 .bento-image img,.bento-card-5 .bento-image img{max-height:140px}.bento-content{flex-direction:column;flex:1;justify-content:center;display:flex}.bento-title{color:var(--navy-900);margin-bottom:.35rem;font-size:1.25rem}.bento-tagline{color:var(--gray-500);font-size:.85rem;line-height:1.4}.bento-hover{color:var(--gold-500);opacity:0;transition:all var(--transition-base);background:var(--white);box-shadow:var(--shadow-md);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(20px)}.bento-hover svg{width:18px;height:18px}.bento-card:hover .bento-hover{opacity:1;transform:translate(-50%)translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-sticky-header{background:linear-gradient(135deg,var(--navy-900),var(--navy-950));flex-shrink:0;padding:1.5rem 2rem;position:relative}.modal-close{cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);color:var(--white);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:#fff3}.modal-header-content{align-items:center;gap:1.5rem;display:flex}.modal-header-image{border:2px solid var(--gold-400);background:#ffffff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.modal-header-info{flex:1}.modal-header-info h2{color:var(--white);margin-bottom:.75rem;font-size:1.5rem;line-height:1.3}.nav-dot{cursor:pointer;width:10px;height:10px;transition:all var(--transition-fast);background:0 0;border:2px solid #fff6;border-radius:50%;padding:0}.modal-scrollable-content{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.modal-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.modal-cta-text{color:var(--gray-700);flex:1;font-size:.95rem;font-weight:500}.modal-cta-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.btn-whatsapp{color:#fff;transition:all var(--transition-base);background:#25d366;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;display:inline-flex}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}@media (max-width:1024px){.services-bento{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.bento-card-1,.bento-card-2,.bento-card-3,.bento-card-4,.bento-card-5{grid-area:span 1/span 1}.bento-card-5{grid-column:span 2}}@media (max-width:768px){.services-bento{grid-template-rows:auto;grid-template-columns:1fr}.bento-card-1,.bento-card-2,.bento-card-3,.bento-card-4,.bento-card-5{grid-column:span 1;min-height:200px}.service-modal-overlay{align-items:flex-end;padding:0}.service-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:95vh}.modal-header-content{text-align:center;flex-direction:column}.modal-header-image{width:80px;height:80px}.modal-header-info h2{font-size:1.25rem}.modal-nav-dots{justify-content:center}.modal-section ul{grid-template-columns:1fr}.modal-footer{text-align:center;flex-direction:column}.modal-cta-text{text-align:center}.modal-cta-buttons{flex-direction:column;width:100%}.modal-cta-buttons .btn{width:100%}.modal-nav-arrows{display:none}}.service-card:hover .service-hover-indicator{opacity:1;transform:translateY(0)}.service-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.service-modal{background:var(--white);border-radius:24px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.3s slideUp;display:flex;position:relative;overflow:hidden}.modal-header{border-bottom:1px solid var(--gray-100);background:var(--gray-50);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.modal-close{cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);color:var(--gray-500);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--gray-100);color:var(--gray-800)}.modal-close svg{width:24px;height:24px}.modal-nav-dots{gap:.5rem;display:flex}.nav-dot{border:2px solid var(--gray-300);cursor:pointer;width:12px;height:12px;transition:all var(--transition-fast);background:0 0;border-radius:50%;padding:0}.nav-dot:hover{border-color:var(--gold-400)}.nav-dot.active{background:var(--gold-400);border-color:var(--gold-400)}.modal-content{flex:1;padding:2rem;overflow-y:auto}.modal-service-header{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.modal-service-image{background:linear-gradient(135deg,var(--navy-50),var(--gray-50));border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:180px;padding:1rem;display:flex}.modal-service-intro h2{color:var(--navy-900);margin-bottom:.5rem;font-size:1.75rem;line-height:1.3}.modal-service-body{flex-direction:column;gap:1.5rem;display:flex}.modal-section h4{color:var(--navy-900);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.modal-section h4:before{content:"";background:var(--gold-400);border-radius:2px;width:4px;height:18px}.modal-section p{color:var(--gray-600);font-size:.95rem;line-height:1.8}.modal-section ul{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;padding:0;list-style:none;display:grid}.modal-section ul li{color:var(--gray-600);padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;position:relative}.modal-section ul li:before{content:"✓";color:var(--gold-500);font-weight:700;position:absolute;left:0}.deliverables-list li:before{content:"📄"}.modal-footer{background:linear-gradient(135deg,var(--navy-950),var(--navy-900));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.modal-cta-text{color:var(--gray-300);flex:1;font-size:.95rem}.modal-cta-btn{flex-shrink:0}.modal-nav-arrows{pointer-events:none;justify-content:space-between;padding:0 .5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.nav-arrow{background:var(--white);border:1px solid var(--gray-200);cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);pointer-events:auto;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex}.nav-arrow:hover{background:var(--gold-400);border-color:var(--gold-400)}.nav-arrow svg{width:20px;height:20px;color:var(--gray-600)}.nav-arrow:hover svg{color:var(--navy-950)}@media (max-width:768px){.service-modal-overlay{align-items:flex-end;padding:0}.service-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:95vh}.modal-service-header{text-align:center;flex-direction:column;align-items:center}.modal-service-image{width:120px;height:120px}.modal-service-intro h2{font-size:1.35rem}.modal-section ul{grid-template-columns:1fr}.modal-footer{text-align:center;flex-direction:column}.modal-cta-text{text-align:center}.modal-nav-arrows{display:none}.services-grid{grid-template-columns:1fr}}.why-us{background:linear-gradient(135deg,var(--navy-950)0%,var(--navy-900)100%);color:var(--white)}.why-us .section-title{color:var(--white)}.why-us .section-subtitle{color:var(--gray-300)}.why-us-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.why-us-card{text-align:center;transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.why-us-card:hover{border-color:var(--gold-400);background:#ffffff1a;transform:translateY(-5px)}.why-us-icon{margin-bottom:1rem;font-size:3rem}.why-us-title{color:var(--gold-400);margin-bottom:.75rem;font-size:1.25rem}.why-us-description{color:var(--gray-300);font-size:.95rem;line-height:1.6}.founder{background:var(--gray-50)}.founder-grid{grid-template-columns:300px 1fr;align-items:start;gap:3rem;max-width:900px;margin:0 auto;display:grid}.founder-image-container{position:relative}.founder-image-placeholder{aspect-ratio:1;background:linear-gradient(135deg,var(--navy-900),var(--navy-800));width:100%;color:var(--white);box-shadow:var(--shadow-xl);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;display:flex}.founder-image-placeholder:after{content:"";border:3px solid var(--gold-400);z-index:-1;border-radius:20px;position:absolute;inset:-10px 10px 10px -10px}.founder-content h3{margin-bottom:.5rem}.founder-title{color:var(--gold-500);margin-bottom:1rem;font-weight:600}.founder-credentials{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.credential-badge{background:linear-gradient(135deg,var(--gold-100),var(--gold-200));color:var(--navy-900);border-radius:50px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.founder-bio{color:var(--gray-600);line-height:1.8}.contact{background:var(--white)}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-info h3{margin-bottom:1rem}.contact-info>p{color:var(--gray-600);margin-bottom:2rem}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:linear-gradient(135deg,var(--gold-100),var(--gold-200));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.contact-text h4{color:var(--navy-900);margin-bottom:.25rem;font-size:1rem}.contact-text p{color:var(--gray-600);font-size:.95rem}.contact-text a{color:var(--gold-600);transition:color var(--transition-fast)}.contact-text a:hover{color:var(--gold-500)}.social-links{gap:1rem;margin-top:2rem;display:flex}.social-link{background:var(--navy-900);width:48px;height:48px;color:var(--white);transition:all var(--transition-base);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.social-link:hover{background:var(--gold-400);color:var(--navy-950);transform:translateY(-3px)}.contact-form-wrapper{background:var(--gray-50);box-shadow:var(--shadow-lg);border-radius:20px;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--navy-900);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid var(--gray-200);font-size:1rem;font-family:var(--font-body);transition:all var(--transition-fast);background:var(--white);border-radius:10px;padding:.875rem 1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold-400);outline:none;box-shadow:0 0 0 3px #d4af371a}.form-group textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.footer{background:var(--navy-950);color:var(--gray-300);padding:4rem 2rem 2rem}.footer-content{max-width:var(--container-max);margin:0 auto}.footer-main{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:300px}.footer-logo{font-family:var(--font-display);color:var(--white);align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-flex}.footer-brand p{color:var(--gray-400);font-size:.95rem;line-height:1.7}.footer-column h4{color:var(--white);margin-bottom:1.25rem;font-size:1rem}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--gray-400);transition:color var(--transition-fast);font-size:.95rem}.footer-links a:hover{color:var(--gold-400)}.footer-bottom{color:var(--gray-500);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-bottom a{color:var(--gold-400)}.whatsapp-button{color:#fff;cursor:pointer;z-index:999;width:60px;height:60px;transition:all var(--transition-base);background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}.whatsapp-button:before{content:"";z-index:-1;background:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse;position:absolute}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){:root{--section-padding:4rem 1rem}.nav-desktop{display:none!important}.mobile-menu-btn{cursor:pointer;z-index:2001;width:44px;height:44px;color:var(--white);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:0;transition:color .3s;display:flex;position:relative}.header.scrolled .mobile-menu-btn{color:var(--navy-900)}.header.menu-open .mobile-menu-btn{color:var(--white)!important}.mobile-nav-overlay{-webkit-backdrop-filter:blur(20px);z-index:1999;opacity:0;visibility:hidden;background:#0f172af2;transition:all .4s cubic-bezier(.16,1,.3,1);display:block;position:fixed;inset:0}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav{background:linear-gradient(180deg,var(--navy-900)0%,var(--navy-950)100%);flex-direction:column;width:100%;max-width:380px;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #0000004d}.mobile-nav-overlay.active .mobile-nav{transform:translate(0)}.mobile-nav-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:70px;padding:1.25rem 1.5rem;display:flex}.mobile-nav-title{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.mobile-nav-close{cursor:pointer;width:40px;height:40px;color:var(--gray-300);background:#ffffff1a;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-nav-close:hover{color:var(--white);background:#ffffff26}.mobile-nav-close:active{transform:scale(.95)}.mobile-nav-links{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.mobile-nav-link{color:var(--gray-200);opacity:0;background:#ffffff08;border:1px solid #0000;border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;animation:.4s forwards slideInLink;display:flex;transform:translate(20px)}.mobile-nav-overlay.active .mobile-nav-link{opacity:1;transform:translate(0)}@keyframes slideInLink{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--white);background:#d4af3726;border-color:#d4af374d}.mobile-nav-link:active{transform:scale(.98)}.mobile-nav-icon{width:40px;height:40px;color:var(--gold-400);background:#d4af3726;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-nav-icon svg{width:20px;height:20px;stroke:var(--gold-400)}.mobile-nav-label{flex:1;font-weight:500}.mobile-nav-arrow{color:var(--gray-500);transition:transform .2s}.mobile-nav-link:hover .mobile-nav-arrow{color:var(--gold-400);transform:translate(4px)}.mobile-nav-footer{background:#0003;border-top:1px solid #ffffff1a;padding:1.5rem}.mobile-nav-cta{border-radius:14px;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-size:1rem}.mobile-nav-cta svg{stroke:var(--navy-900)}.mobile-nav-tagline{text-align:center;color:var(--gray-500);margin-top:1rem;font-size:.8rem;line-height:1.4}.hero-stats{grid-template-columns:1fr;gap:1.5rem}.about-grid,.contact-grid,.founder-grid{grid-template-columns:1fr;gap:2rem}.about-highlights,.services-grid,.why-us-grid,.form-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.whatsapp-button{width:55px;height:55px;font-size:1.75rem;bottom:1.5rem;right:1.5rem}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}.contact-form-wrapper{padding:1.5rem}}.hero-bg-image{z-index:0;position:absolute;inset:0}.service-image{background:linear-gradient(135deg,var(--navy-50),var(--gray-50));border:1px solid var(--gray-100);border-radius:16px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1.5rem;padding:1rem;display:flex;overflow:hidden}.service-image img{transition:transform var(--transition-base);border-radius:12px}.service-card:hover .service-image img{transform:scale(1.05)}.highlight-icon-img{background:linear-gradient(135deg,var(--gold-100),var(--gold-200));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.highlight-icon-img svg{width:22px;height:22px;stroke:var(--gold-600)}.why-us-svg{width:48px;height:48px;stroke:var(--gold-400)}.why-us-icon{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.contact-icon svg{width:24px;height:24px;stroke:var(--gold-600)}.social-link svg{width:20px;height:20px}.founder-image-container{box-shadow:var(--shadow-xl);border-radius:20px;position:relative;overflow:hidden}.founder-image-container:before{content:"";border:3px solid var(--gold-400);z-index:-1;border-radius:20px;position:absolute;inset:-10px 10px 10px -10px}.btn svg{flex-shrink:0}@media (max-width:768px){.service-image{height:120px}.why-us-svg{width:40px;height:40px}}.hero-expertise{text-align:left;max-width:600px;margin:2.5rem auto}.hero-expertise h4{color:var(--gold-400);text-align:center;margin-bottom:1rem;font-size:1.1rem}.expertise-list{grid-template-columns:1fr;gap:.5rem;list-style:none;display:grid}.expertise-list li{color:var(--gray-300);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.expertise-list li:before{content:"✓";color:var(--gold-400);position:absolute;left:0}.service-card{cursor:pointer}.service-card-header{position:relative}.service-brief{color:var(--gray-500);margin-bottom:.5rem;font-size:.9rem}.expand-btn{background:linear-gradient(135deg,var(--gold-100),var(--gold-200));cursor:pointer;width:36px;height:36px;transition:all var(--transition-base);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:0}.expand-btn svg{width:20px;height:20px;stroke:var(--gold-600);transition:transform var(--transition-base)}.expand-btn svg.rotated{transform:rotate(180deg)}.expand-btn:hover{background:var(--gold-400)}.expand-btn:hover svg{stroke:var(--navy-950)}.service-details{max-height:0;padding-top:0;transition:max-height .5s,padding .3s;overflow:hidden}.service-details.show{border-top:1px solid var(--gray-200);max-height:2000px;margin-top:1.5rem;padding-top:1.5rem}.service-overview,.service-scope,.service-additional,.service-deliverables{margin-bottom:1.5rem}.service-details h4{color:var(--navy-900);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.service-details h4:before{content:"";background:var(--gold-400);border-radius:2px;width:4px;height:18px}.service-details p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.service-details ul{padding:0;list-style:none}.service-details ul li{color:var(--gray-600);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.service-details ul li:before{content:"•";color:var(--gold-500);font-weight:700;position:absolute;left:0}.service-cta{background:linear-gradient(135deg,var(--navy-50),var(--gray-50));text-align:center;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.service-cta p{color:var(--navy-900);margin-bottom:1rem;font-weight:600}.industries{background:var(--white);padding:4rem 0}.industries .container{max-width:1400px}.industries-bento{grid-template-rows:repeat(2,200px);grid-template-columns:repeat(6,1fr);gap:1.25rem;min-height:420px;display:grid}.industry-card-1,.industry-card-2,.industry-card-3{grid-area:span 1/span 2}.industry-card-4,.industry-card-5{grid-area:span 1/span 3}.industry-bento-card{background:linear-gradient(135deg,var(--navy-900),var(--navy-950));transition:all var(--transition-base);border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.industry-bento-card:before{content:"";background:linear-gradient(90deg,var(--gold-400),var(--gold-600));transform-origin:0;height:4px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.industry-bento-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.industry-bento-card:hover:before{transform:scaleX(1)}.industry-icon{background:#d4af3726;border:1px solid #d4af374d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.industry-svg{width:36px;height:36px;stroke:var(--gold-400)}.industry-content{flex:1}.industry-title{color:var(--white);margin-bottom:.5rem;font-size:1.15rem}.industry-description{color:var(--gray-300);font-size:.9rem;line-height:1.5}@media (max-width:1024px){.industries-bento{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.industry-card-1,.industry-card-2,.industry-card-3,.industry-card-4,.industry-card-5{grid-area:span 1/span 1}.industry-card-5{grid-column:span 2}}@media (max-width:768px){.industries-bento{grid-template-rows:auto;grid-template-columns:1fr}.industry-card-1,.industry-card-2,.industry-card-3,.industry-card-4,.industry-card-5{grid-column:span 1;min-height:140px}.industry-bento-card{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}.industry-icon{width:60px;height:60px}}.founder-education{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.founder-education h4{color:var(--navy-900);margin-bottom:.75rem;font-size:1rem}.founder-education ul{padding:0;list-style:none}.founder-education ul li{color:var(--gray-600);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.founder-education ul li:before{content:"🎓";font-size:.8rem;position:absolute;left:0}.founder-skills{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.skill-tag{background:var(--navy-100);color:var(--navy-800);border-radius:50px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.about-lead{font-size:1.15rem}@media (max-width:768px){.industries-grid{grid-template-columns:1fr}.service-details.show{max-height:3000px}.hero-expertise{text-align:left;padding:0 1rem}}
