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