:root{--primary-blue:#0172b0;--acent:#483a58;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--bg-primary:#fff;--bg-secondary:#f5f5f5;--border-color:#e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);width:100%;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden}.nav-header{z-index:100;width:100%;padding:1rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.nav-header.scrolled{padding:.75rem 2rem}.nav-container{-webkit-backdrop-filter:none;backdrop-filter:none;max-width:1300px;box-shadow:none;background:0 0;border-radius:12px;justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-header.scrolled .nav-container{-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid var(--border-color);background:#fff;border-radius:50px;max-width:1000px;padding:.75rem 1.5rem;box-shadow:0 4px 24px #0000001a}.scroll-progress-ring{pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.nav-header.scrolled .scroll-progress-ring{opacity:1}.scroll-progress-ring__circle{fill:none;stroke:var(--primary-blue);stroke-width:3px;stroke-linecap:round}.nav-logo{color:var(--primary-blue);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-img{width:auto;height:60px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-blue)}.nav-header:not(.scrolled) .nav-links a{color:#fff;text-shadow:0 2px 4px #0000004d}.nav-header:not(.scrolled) .logo-img{filter:brightness(0)invert()drop-shadow(0 2px 4px #0000004d);transition:filter .3s}.nav-header:not(.scrolled) .nav-links a{color:#fff}.nav-header:not(.scrolled) .theme-toggle:hover{color:#fff;background:#fff3}.nav-header:not(.scrolled) .mobile-menu-btn{color:#fff;border-color:#ffffff4d}.nav-header.scrolled .logo-img{filter:none}.nav-actions{align-items:center;gap:.75rem;display:flex}.desktop-only{align-items:center;gap:.5rem;display:flex}.theme-toggle{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--bg-secondary);color:var(--primary-blue)}.theme-toggle.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.cta-button{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.cta-button:hover{background:#015a8c;transform:translateY(-2px)}.mobile-menu-btn{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:none}.mobile-menu{z-index:9999;background:#fff;width:100%;max-width:400px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-5px 0 20px #0000001a}.mobile-menu.active{right:0}.mobile-menu-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.mobile-menu-header .logo-img{object-position:left;height:45px;margin:0;display:block}.mobile-menu-close{border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.mobile-menu-content{padding:2rem 1.5rem}.mobile-nav-links{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.mobile-nav-link{color:#1a1a1a;border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s}.mobile-nav-link:hover{background:var(--bg-secondary);color:var(--primary-blue)}.mobile-theme-section{margin-bottom:2rem}.mobile-theme-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.mobile-theme-buttons{flex-direction:column;gap:.75rem;display:flex}.mobile-theme-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.mobile-theme-btn:hover{background:var(--bg-secondary)}.mobile-theme-btn.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.mobile-cta{width:100%}.hero{color:#fff;background:#050a14;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;opacity:.65;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#0172b026 0%,#050a14e6 80%),linear-gradient(#0000 0%,#020b1a66 50%,#050a14 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=900px){.hero-video{display:none}.hero{background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}}.hero-content{text-align:center;z-index:1;max-width:1200px;margin-top:4rem;position:relative}.hero-title{letter-spacing:-.03em;color:#fff;text-shadow:0 4px 20px #00000080;-webkit-text-fill-color:initial;background:0 0;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.2}.highlight{-webkit-text-fill-color:transparent;color:#0000;white-space:nowrap;filter:drop-shadow(0 0 20px #a0c4ff4d);background:linear-gradient(130deg,#fff 0%,#a0c4ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;text-shadow:0 0 50px #38bdf840;background:linear-gradient(#e6f0ff 0%,#9fd7ff 40%,#38bdf8 100%);-webkit-background-clip:text;background-clip:text;margin-top:.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:1.05;display:inline-block}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-subtitle{color:#eceff3;text-align:center;max-width:760px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.8rem;font-weight:500;line-height:1.8}.hero-subtitle strong{color:#38bdf8;font-weight:500}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;cursor:pointer;background:linear-gradient(135deg,#0b5ed7 0%,#38bdf8 100%);border:none;border-radius:50px;align-items:center;gap:.6rem;padding:1.1rem 2.6rem;font-size:4rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 0 40px #38bdf873}.btn-primary:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 30px #0172b080}.btn-secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e5e7eb;cursor:pointer;cursor:pointer;background:#ffffff0a;border:1px solid #94a3b84d;border-radius:50px;padding:1.1rem 2.6rem;font-size:1.05rem;font-weight:600;transition:all .3s}.btn-secondary:hover{color:#00c6ff;background:#ffffff1a;border-color:#00c6ff;transform:translateY(-3px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:50px;justify-content:center;align-items:center;gap:0;margin-top:3rem;padding:0;display:inline-flex;overflow:hidden;box-shadow:0 10px 30px #0003}.stat{text-align:center;border-right:1px solid #ffffff1a;padding:1.5rem 2.5rem;position:relative}.stat:last-child{border-right:none}.stat-number{-webkit-text-fill-color:transparent;background:linear-gradient(#fff 0%,#a0c4ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(#e6f0ff,#a0c4ff);-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:1.6rem;font-weight:800;line-height:1}.stat-label{letter-spacing:.1em;color:#ffffffb3;text-transform:uppercase;font-size:.75rem;font-weight:600}.section-label{letter-spacing:.15em;background:linear-gradient(135deg,#0b5ed7,#38bdf8);-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin-bottom:3.5rem;font-size:1.85rem;font-weight:800}.about-section{background:#fff;max-width:1200px;margin:0 auto;padding:4rem 1rem;overflow:hidden}.about-heading{color:#1a1a1a;text-align:left;max-width:900px;margin-bottom:4rem;font-size:2.5rem;font-weight:700;line-height:1.4}.products-section-h2{color:#fff;text-align:left;font-size:2.5rem;font-weight:700;line-height:1.4}.about-content{grid-template-columns:repeat(2,1fr);align-items:start;gap:4rem;display:grid}.about-col{flex-direction:column;gap:1.5rem;display:flex}.about-text{color:#64748b;margin:0;font-size:1.5rem;line-height:1.7}.about-text strong{color:#0f172a;font-weight:600}.about-quote-container{width:100%;margin-top:3rem}.about-quote{color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;max-width:600px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a4d}.quote-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.quote-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.about-quote p{background:linear-gradient(90deg,#e2e8f0,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.7rem;font-weight:600;line-height:1.5;display:inline-block}.quote-icon{color:#fff;background:linear-gradient(135deg,#38bdf8,#818cf8);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:0;font-family:Courier New,monospace;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #38bdf84d}@media (width<=768px){.about-heading{margin-bottom:2.5rem;font-size:1.75rem}.products-section-h2{color:#fff;text-align:left;font-size:1.75rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-quote-container{margin-top:2rem}.about-quote{width:100%;max-width:100%}}.products-section:before{display:none}.products-header h2 span{color:#e2e8f0;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.products-header p{color:#94a3b8;max-width:600px;font-size:1.1rem;line-height:1.7}.section-label-products{letter-spacing:.15em;color:#64748b;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:flex}.section-label-products:before{content:"";background:#fbbf24;border-radius:2px;width:4px;height:24px;display:block}.section-label-products:after{content:"";background:#ffffff1a;flex-grow:1;height:1px;margin-left:1rem;display:block}.products-section{color:#e5e7eb;background:radial-gradient(circle,#0d213873,#10415c59 30%,#020b1ad9 65%),radial-gradient(circle at 50% 40%,#08517040,#0000 55%),linear-gradient(#020617 0%,#020b1a 50%,#020617 100%);width:100%;max-width:100%;margin:0 auto;padding:8rem 0;position:relative;overflow:visible}.products-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 60% at 50% 0,#0172b01f 0%,#0000 55%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.products-section .products-header,.products-section .products-grid{z-index:1;position:relative}.products-grid{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.product-card{--stack-scale:1;width:100%;max-width:1100px;min-height:500px;max-height:max-content;transform:scale(var(--stack-scale));transform-origin:50%;will-change:transform, opacity, filter;background:#0f1218;border:1px solid #ffffff26;border-radius:40px;flex-direction:row;margin-bottom:20vh;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .3s,filter .3s,box-shadow .3s;display:flex;position:sticky;top:10vh;overflow:hidden;box-shadow:0 40px 100px #000c}.product-card:hover{transform:scale(calc(var(--stack-scale) * 1.03));z-index:15;border-color:#fff6;max-width:max-content;box-shadow:0 50px 120px #dddddde6}.products-header{text-align:left;width:100%;max-width:1200px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 1rem}.products-mobile-heading{display:none}.products-desktop-heading{display:block}.product-content-side{z-index:2;background:#0f1218;border-right:1px solid #ffffff08;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:3.5rem;display:flex}.product-visual-side{flex:1;min-height:300px;position:relative;overflow:hidden}.product-visual-image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-visual-image{transform:scale(1.05)}.product-tag{letter-spacing:.05em;text-transform:uppercase;color:#0172b0;background:#0172b01a;border:1px solid #0172b033;border-radius:99px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.product-card h3{color:#fff;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.1}.product-subtitle{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.product-description{color:#fff;max-width:90%;margin-bottom:2rem;font-size:1rem;line-height:1.6}.product-features{margin:0 0 2.5rem;padding:0;list-style:none}.product-features li{color:#cbd5e1;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:flex}.feature-icon{color:#0172b0;font-size:.9rem}.product-btn{color:#fff;background:linear-gradient(135deg,#0172b0,#0096c7);border-radius:99px;align-items:center;gap:.5rem;margin-top:auto;padding:.8rem 2.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0172b040}.product-btn:hover{background:linear-gradient(135deg,#005a8d,#0172b0);transform:translateY(-2px);box-shadow:0 8px 20px #0172b066}.btn-coral,.btn-blue{background:linear-gradient(135deg,#0172b0,#0096c7)!important}.btn-coral:hover,.btn-blue:hover{box-shadow:0 8px 20px #0172b066!important}@media (width<=900px){.products-mobile-heading{display:block}.products-desktop-heading{display:none}.product-card{border:1px solid #ffffff26;width:100%;min-height:auto;margin:0 auto 2rem;left:auto;border-radius:20px!important;flex-direction:column!important;transition:none!important;animation:none!important;position:relative!important;top:auto!important;transform:none!important}.product-card:hover{transform:none!important;box-shadow:0 10px 30px #000c!important}.product-visual-side{flex:none;order:-1;width:100%;height:250px;min-height:250px}.product-content-side{border-top:1px solid #ffffff1a;border-right:none;width:100%;padding:2rem 1.5rem}.products-grid{gap:1.5rem;width:100%;padding:0 .5rem;overflow-x:visible}.products-section{padding-bottom:2rem}.products-header h2{text-align:justify;-webkit-hyphens:auto;hyphens:auto;width:100%;padding:0 1rem;font-size:2rem}.product-card h3{font-size:1.75rem}.product-subtitle,.product-description,.product-features li{color:#fff!important}.product-btn{justify-content:center;width:100%;margin-top:1.5rem;padding:1rem;font-size:1rem;box-shadow:0 4px 12px #0172b040;color:#fff!important;background:linear-gradient(135deg,#0172b0,#0096c7)!important;border:none!important}.product-btn:active{transform:scale(.98)}}.footer-arrow,.cursor-active .cursor-outline,.cursor-active .cursor-text,.product-card:before{display:none}.product-card-header{z-index:2;margin-bottom:2rem;transition:transform .4s;position:relative}.product-tag{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.product-card h3{color:#fff;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:2rem;font-weight:700}.product-subtitle{color:#fff;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic}.card-visual{z-index:1;flex-grow:1;justify-content:center;align-items:center;margin:1rem 0 3rem;transition:opacity .3s;display:flex;position:relative}.dummy-visual{color:#fff3;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:100%;height:200px;font-size:3rem;font-weight:100;display:flex}.card-hover-overlay{z-index:3;opacity:0;visibility:hidden;background:gold;flex-direction:column;justify-content:center;width:100%;height:100%;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;transform:translateY(20px)}.product-card:hover .card-hover-overlay{opacity:1;visibility:visible;transform:translateY(0)}.product-card:hover .product-card-header,.product-card:hover .card-visual,.product-card:hover .card-footer{opacity:.1;filter:blur(2px)}.overlay-description{color:#000;margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.5}.overlay-link{color:#000;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #000;align-self:flex-start;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.9rem;font-weight:700;display:inline-flex}.card-footer{color:#64748b;letter-spacing:.1em;text-transform:uppercase;z-index:2;justify-content:space-between;align-items:flex-end;font-size:.75rem;font-weight:600;display:flex;position:relative}.footer-arrow{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.product-card:hover{border-color:#0172b0;box-shadow:0 30px 60px #00000080}.cursor-dot,.cursor-outline{pointer-events:none;z-index:10000;opacity:0;transition:opacity .3s,transform .1s ease-out;position:fixed;top:0;left:0}.cursor-dot{background-color:#fff;width:8px;height:8px}.cursor-outline{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff0d;border:1px solid #ffffff80;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cursor-text{color:#fff;letter-spacing:.1em;text-transform:uppercase;opacity:0;font-size:.7rem;font-weight:700;transition:opacity .3s}.cursor-active .cursor-outline{mix-blend-mode:normal;background:#0b5ed7;border-color:#0b5ed7;width:100px;height:100px}.cursor-active .cursor-text,.cursor-visible{opacity:1}.product-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.product-tag.tag-live{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.product-tag.tag-beta{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.product-tag.tag-enterprise{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf64d}.product-meta{border-top:1px solid #ffffff1a;margin-top:1.5rem;margin-bottom:2rem;padding-top:1.5rem}.product-meta p{color:#e2e8f0;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.product-meta strong{color:#fff;margin-right:.25rem;font-weight:600}.product-features li{color:#fff;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding-left:0;font-family:Inter,sans-serif;font-size:1.15rem;display:flex}.product-card h3{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.product-subtitle{color:#fff;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500}.product-description{color:#e2e8f0;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.8}.product-features{margin-bottom:1.5rem;list-style:none}.product-meta{border-top:1px solid var(--border-color);color:var(--text-secondary);margin-top:auto;margin-bottom:1.5rem;padding-top:1rem;font-size:.9rem}.product-cta{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.product-cta:hover{background:var(--acent);transform:translateY(-2px)}.product-cta.secondary{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.product-cta.secondary:hover{background:var(--bg-primary);border-color:var(--primary-blue);color:var(--primary-blue)}.product-cta:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.expertise-section{background:var(--bg-primary);padding:6rem 2rem;overflow:hidden}.booking-section{color:#0f172a;background:#f8fafc;padding:6rem 1rem 12rem;position:relative;overflow:hidden}.booking-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#0172b014 0%,#fff0 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.booking-container{z-index:1;text-align:center;max-width:1000px;margin:0 auto;position:relative}.booking-header{margin-bottom:3rem}.section-label-booking{letter-spacing:.1em;color:#0172b0;text-transform:uppercase;background:#0172b01a;border:1px solid #0172b033;border-radius:99px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.booking-header h2{color:#0f172a;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:3rem;font-weight:700;line-height:1.2}.booking-header p{color:#475569;max-width:600px;margin:0 auto;font-size:1.2rem}.cal-embed-wrapper{background:#000;border:1px solid #ffffff1a;border-radius:24px;justify-content:center;width:100%;min-height:600px;padding:2rem;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}@media (width<=768px){.booking-header h2{font-size:2rem}.booking-section{padding:4rem 1rem 8rem}}.site-footer{color:#000;background:#f8fafc;flex-direction:column;padding:2rem 0 4rem;display:flex;position:relative;overflow:hidden}.footer-watermark{text-align:left;color:#000;letter-spacing:-.04em;pointer-events:none;will-change:transform;white-space:nowrap;width:100%;margin-bottom:2rem;padding-left:2vw;font-family:Inter,sans-serif;font-size:13vw;font-weight:800;line-height:.9;transition:transform .1s linear;display:block;position:relative;overflow:visible;transform:translate(0)}.footer-container{z-index:1;border-top:1px solid #0000001a;justify-content:space-between;align-items:flex-start;width:100%;max-width:1300px;margin:0 auto;padding:3rem 1.5rem 0;display:flex;position:relative}.footer-left-content{flex-direction:column;gap:3rem;display:flex}.footer-right-content{text-align:right;flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.branding-logo-dark{color:#000;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.footer-email-btn{color:#000;background:#fff;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #0000000d}.footer-email-btn:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #00000014}.footer-copyright{color:#94a3b8;margin-top:1rem;font-size:.85rem}@media (width<=768px){.footer-container{text-align:center;flex-direction:column;align-items:center;gap:3rem}.footer-left-content,.footer-right-content{text-align:center;align-items:center;gap:2rem;width:100%}.footer-nav-col ul{align-items:center}.branding-logo-dark{justify-content:center}.footer-watermark{margin-bottom:3rem;font-size:14px}}.footer-nav-col h4{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-nav-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-nav-col a{color:#0f172a;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav-col a:hover{color:#0172b0}.footer-social-col{gap:1rem;display:flex}.social-icon-link{color:#0f172a;border:1px solid #0f172a1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-icon-link:hover{color:#fff;background:#0f172a;border-color:#0f172a}@media (width<=768px){.footer-container{flex-direction:column;gap:3rem;padding-top:3rem}.footer-links-area{flex-direction:column;gap:2rem;width:100%}.footer-watermark{font-size:13vw;bottom:10%}.nav-links,.cta-button:not(.mobile-cta){display:none}.mobile-menu-btn{display:flex}.hero{min-height:auto;padding:6rem 1rem 3rem}.hero-content{margin-top:2rem}.hero-title{word-wrap:break-word;margin-bottom:.5rem;font-size:1.25rem}.highlight{white-space:normal;word-wrap:break-word;margin-top:.5rem;font-size:2rem;line-height:1.2;display:block}.hero-subtitle br{display:none}.hero-ctas{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%;padding:1rem 1.5rem}.hero-stats{flex-direction:column;gap:0;width:100%;padding:1rem}.stat{border-bottom:1px solid #ffffff1a;border-right:none;width:100%;padding:1.5rem 0}.stat:last-child{border-bottom:none}.stat-number{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-left h2{font-size:1.5rem}.products-header h2{font-size:1.75rem}.products-grid{grid-template-columns:1fr}.about-section{margin-top:60px;margin-bottom:6px;padding:4rem 1.5rem}.about-section,.products-section,.expertise-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;overflow:hidden}.expertise-container{flex-direction:column;gap:3rem}.expertise-left{text-align:center;padding-right:0}.expertise-intro{margin:0 auto 2rem}.expertise-right{gap:1.5rem;width:100%;height:auto}.expertise-card{width:100%;position:relative;animation:none!important;top:auto!important;right:auto!important}@media (width<=480px){.nav-container{padding:1rem}.logo-img{width:100%;height:55px;margin-right:3rem}.hero-title{font-size:1.8rem}.products-section,.expertise-section{max-width:1200px;padding:4rem 1.5rem;overflow:hidden}.products-section h2{text-align:left;letter-spacing:normal;width:100%;max-width:max-content;font-size:1.75rem}.highlight{color:var(--primary-blue);font-size:2.2rem}.stat-number{font-size:2rem}}.nav-header{padding:0}.nav-container{background:0 0;border-radius:0;width:100%;max-width:100%;margin:0;padding:1rem 1.5rem;justify-content:space-between!important}.products-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;overflow:hidden}.products-section h2{text-align:left;letter-spacing:normal;width:100%;font-size:1.75rem}.nav-header.scrolled{padding:.5rem 1rem}.nav-header.scrolled .nav-container{background:#fff;border-radius:50px;width:auto;max-width:90%;margin:0 auto;padding:.75rem 1.5rem;box-shadow:0 4px 20px #0000001a}.nav-logo{justify-content:flex-start;margin-right:auto}}.footer-tagline{text-align:center;color:#334155;z-index:2;max-width:800px;margin:-1.5rem auto 3rem;padding:0 1rem;font-size:2.5rem;font-weight:500;line-height:1.4;position:relative}@media (width<=768px){.footer-tagline{margin-top:-1rem;margin-bottom:2.5rem;font-size:1.25rem}}.footer-newsletter-col{flex-direction:column;align-items:flex-start;gap:.75rem;max-width:400px;margin:0 2rem;display:flex}.footer-newsletter-col h4{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:700}.footer-newsletter-col p{color:#334155;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.newsletter-form .input-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;width:100%;min-width:300px;padding:.35rem .35rem .35rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.newsletter-form .input-wrapper:focus-within{border-color:#38bdf8;box-shadow:0 4px 12px #38bdf826}.newsletter-form input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:1rem}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form .newsletter-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0b5ed7 0%,#38bdf8 100%);border:none;border-radius:50px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.25,.8,.25,1)}.newsletter-form .newsletter-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #38bdf84d}@media (width<=768px){.footer-newsletter-col{text-align:center;order:-1;align-items:center;max-width:100%;margin:0}.newsletter-form .input-wrapper{min-width:unset;width:100%;max-width:350px}}.form-success-message{color:#065f46;text-align:center;background:#10b9811a;border:1px solid #10b981;border-radius:8px;margin-top:1rem;padding:1rem;animation:.3s fadeIn;display:none}.form-success-message p{margin:0;font-size:.95rem}.newsletter-message{margin-top:.5rem;padding-left:1rem;font-size:.85rem;animation:.3s fadeIn;display:none}.newsletter-message.success{color:#10b981}.newsletter-message.error{color:#ef4444}.newsletter-message.info{color:#3b82f6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6}.section-label{letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(135deg,#0b5ed7,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.section-label-booking{letter-spacing:.1em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.section-label-products{letter-spacing:.15em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.hero-title{letter-spacing:-.03em;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.15}.highlight{font-family:Outfit,sans-serif;font-size:clamp(3rem,7vw,5rem);font-weight:900;line-height:1.05}.hero-subtitle{font-family:Outfit,sans-serif;font-size:25px;font-weight:500;line-height:1.75}.stat-number{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800}.stat-label{letter-spacing:.12em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:600}.about-heading{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.4}.about-text{font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.7}.about-quote p{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.4}.quote-label{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500}.products-section-h2{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.4}.products-header p{font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.7}.product-tag{letter-spacing:.05em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700}.product-card h3{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.15}.product-subtitle{font-family:Outfit,sans-serif;font-size:1.1rem;font-style:normal;font-weight:500;line-height:1.5}.product-description{font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.7}.product-features li{font-family:Outfit,sans-serif;font-size:1rem;line-height:1.5}.product-meta p{font-family:Outfit,sans-serif;font-size:.875rem;line-height:1.5}.product-btn{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.booking-header h2{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.booking-header p{font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.7}.footer-watermark{font-family:Outfit,sans-serif}.footer-tagline{font-family:Outfit,sans-serif;font-size:2rem;font-weight:500;line-height:1.4}.footer-nav-col h4{letter-spacing:.05em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.footer-nav-col a{font-family:Outfit,sans-serif;font-size:1rem;font-weight:500}.footer-email-btn{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600}.footer-copyright{font-family:Outfit,sans-serif;font-size:.8rem}.footer-newsletter-col h4{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.footer-newsletter-col p{font-family:Outfit,sans-serif;font-size:.9rem;line-height:1.5}.btn-primary,.btn-secondary{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.cta-button{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.nav-links a{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500}.mobile-nav-link{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:500}.expertise-intro,.card-content h3{font-family:Outfit,sans-serif;font-size:1.05rem}.card-content p{font-family:Outfit,sans-serif;font-size:.875rem}.waitlist-header h2{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.waitlist-subtitle{font-family:Outfit,sans-serif;font-size:1rem}.waitlist-submit-btn{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.waitlist-benefits h3{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.waitlist-benefits li{font-family:Outfit,sans-serif;font-size:.9rem}@media (width<=900px){.hero-title{font-size:30px}.highlight{white-space:normal;font-size:3.5rem;line-height:1.15;display:block}.hero-subtitle{font-size:22px}.about-heading{font-size:1.65rem}.about-text{font-size:1rem}.about-quote p{font-size:1.25rem}.products-section-h2,.product-card h3{font-size:1.65rem}.product-subtitle{font-size:1rem}.product-description{font-size:.95rem}.product-features li{font-size:.9rem}.booking-header h2{font-size:1.65rem}.booking-header p{font-size:1rem}.footer-tagline{font-size:1.2rem}.stat-number{font-size:1.3rem}}@media (width<=480px){.hero-title{font-size:1.8rem}.highlight{font-size:3.2rem}.about-heading,.products-section-h2,.product-card h3,.booking-header h2{font-size:1.4rem}.footer-tagline{font-size:1.1rem}}.waitlist-modal{z-index:20000;opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.waitlist-modal.active{opacity:1;display:flex}.waitlist-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.waitlist-modal-content{z-index:1;background:#fff;border-radius:24px;width:90%;max-width:560px;max-height:90vh;padding:3rem;transition:transform .3s;position:relative;overflow-y:auto;transform:scale(.9);box-shadow:0 20px 60px #0000004d}.waitlist-modal.active .waitlist-modal-content{transform:scale(1)}.waitlist-close-btn{background:var(--bg-secondary);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.waitlist-close-btn:hover{background:var(--primary-blue);color:#fff;transform:rotate(90deg)}.waitlist-header{text-align:center;margin-bottom:2rem}.waitlist-badge{background:linear-gradient(135deg, var(--primary-blue), #0199d8);color:#fff;border-radius:30px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.waitlist-header h2{color:var(--text-primary);margin:.5rem 0;font-size:2rem;font-weight:700}.waitlist-subtitle{color:var(--text-secondary);margin:0;font-size:1.05rem}.waitlist-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.required{color:#ef4444}.form-group input,.form-group select{border:2px solid var(--border-color);width:100%;color:var(--text-primary);background:var(--bg-primary);border-radius:12px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 4px #0172b01a}.form-group input::placeholder{color:var(--text-secondary)}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23737373' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:3rem}.waitlist-submit-btn{background:linear-gradient(135deg, var(--primary-blue), #0199d8);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 16px #0172b04d}.waitlist-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0172b066}.waitlist-submit-btn:active{transform:translateY(0)}.waitlist-submit-btn svg{transition:transform .3s}.waitlist-submit-btn:hover svg{transform:translate(4px)}.waitlist-benefits{border-top:2px solid var(--border-color);padding-top:2rem}.waitlist-benefits h3{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.waitlist-benefits ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.waitlist-benefits li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.waitlist-benefits li svg{color:var(--primary-blue);flex-shrink:0}@media (width<=768px){.waitlist-modal-content{width:95%;max-height:95vh;padding:2rem 1.5rem}.waitlist-header h2{font-size:1.5rem}.waitlist-subtitle{font-size:.95rem}.form-group{margin-bottom:1.25rem}.waitlist-submit-btn{padding:.875rem 1.5rem;font-size:1rem}}
