@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";.logo-fixed{position:fixed;top:20px;left:40px;z-index:1010;transition:all .4s ease}.logo-fixed .logo-img{height:90px;width:auto;object-fit:contain;mix-blend-mode:multiply;transition:all .4s ease}.logo-fixed.scrolled{top:10px;left:30px}.logo-fixed.scrolled .logo-img{height:70px}.header{position:fixed;top:25px;left:50%;transform:translate(-50%);width:auto;padding:0 1rem;height:70px;display:flex;align-items:center;justify-content:center;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:100px;box-shadow:0 10px 35px #00000014;transition:all .4s cubic-bezier(.16,1,.3,1)}.header.scrolled{height:60px;top:15px;background:#fffffff2}.header-container{display:flex;justify-content:center;align-items:center;width:100%}.header-main-wrapper{display:flex;align-items:center;gap:1rem;height:100%}.desktop-nav{display:flex;align-items:center;gap:.25rem}.nav-link{font-size:.9rem;font-weight:600;color:#0c213d;opacity:.8;padding:.6rem 1.1rem;border-radius:50px;transition:all .3s ease;white-space:nowrap}.nav-link:hover,.nav-link.active{color:#f7941d;opacity:1;background:#f7941d0d}.nav-item-wrapper{position:relative;display:flex;align-items:center}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);width:280px;background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:1rem;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column;gap:.5rem;z-index:1001;animation:fadeInScale .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%) translateY(0) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(10px) scale(1)}}.dropdown-item{font-size:.9rem;font-weight:600;color:var(--foreground);padding:.75rem 1rem;border-radius:12px;transition:all .2s ease}.dropdown-item:hover{background:#0f172a0f;color:#0f172a;padding-left:1.25rem}.nav-divider{width:1px;height:30px;background:#0000001a;margin:0 .5rem}.nav-contact-btn{background:#0c213d;color:#fff;padding:.7rem 1.8rem;border-radius:50px;font-weight:700;font-size:.9rem;transition:all .3s ease;white-space:nowrap;box-shadow:0 8px 20px #0c213d26}.nav-contact-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 12px 25px #0c213d40;color:#fff}.mobile-toggle{display:none;color:var(--foreground)}.mobile-nav{position:fixed;top:0;right:0;width:100%;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:.4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;z-index:2000;transform:translate(100%);visibility:hidden}.mobile-nav.open{transform:translate(0);visibility:visible}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:2rem;max-height:90vh;overflow-y:auto}.mobile-link{font-size:1.25rem;font-weight:700;color:var(--foreground);text-decoration:none}.mobile-dropdown{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#0f172a08;padding:1rem;border-radius:15px;width:100%;max-width:300px}.mobile-dropdown-item{font-size:.9rem;font-weight:600;color:#555;text-align:center}@media(max-width:1100px){.nav-divider,.nav-contact-btn{display:none}}@media(max-width:1000px){.header{width:95%;min-width:auto;height:70px;top:1rem}.desktop-nav{display:none}.mobile-toggle{display:block}.header-container{padding:0 1.5rem}.logo-fixed{display:none}}.footer{--ft-navy: #0c213d;--ft-navy-dark: #071525;--ft-orange: #f7941d;--ft-cream: #fdfcf9;--ft-muted: rgba(255, 255, 255, .6);--ft-line: rgba(255, 255, 255, .1);position:relative;z-index:10;font-family:var(--font-body)}.footer-strip{background:var(--ft-cream);border-top:1px solid rgba(12,33,61,.08);padding:14px 0}.footer-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-strip-text{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-family:var(--font-heading);font-size:clamp(.9rem,1.6vw,1.05rem);font-weight:700;color:var(--ft-navy);letter-spacing:-.01em}.footer-strip-flags{font-size:1rem;line-height:1}.footer-strip-dot{width:4px;height:4px;border-radius:50%;background:var(--ft-orange);flex-shrink:0}.footer-strip-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#fff;background:var(--ft-navy);border-radius:999px;transition:background .2s ease,transform .2s ease;white-space:nowrap}.footer-strip-cta:hover{background:var(--ft-orange);transform:translateY(-1px)}.footer-body{background:linear-gradient(180deg,var(--ft-navy) 0%,var(--ft-navy-dark) 100%);padding:40px 0 32px}.footer-layout{display:grid;grid-template-columns:1.15fr 1fr 1.25fr;gap:36px;align-items:start}.footer-logo{display:inline-block;margin-bottom:12px;text-decoration:none}.footer-logo-img{height:58px;width:auto;object-fit:contain}.footer-tagline{font-size:13px;line-height:1.65;color:var(--ft-muted);max-width:280px;margin-bottom:16px}.footer-social{display:flex;gap:8px}.footer-social-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#ffffff8c;background:#ffffff0f;border:1px solid var(--ft-line);transition:all .2s ease}.footer-social-link:hover{color:#fff;background:var(--ft-orange);border-color:var(--ft-orange)}.footer-nav-block{display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer-nav h3,.footer-locations h3{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--ft-orange);display:inline-block}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:7px}.footer-nav a{font-size:13px;color:var(--ft-muted);text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:var(--ft-orange)}.footer-loc-card{background:#ffffff0a;border:1px solid var(--ft-line);border-radius:14px;padding:16px 18px}.footer-loc-divider{height:1px;background:var(--ft-line);margin:14px 0}.footer-loc-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;font-size:18px;line-height:1}.footer-loc-head strong{display:block;font-size:13px;font-weight:600;color:#fff;margin-bottom:1px}.footer-loc-head span{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ft-orange)}.footer-loc-address{display:flex;align-items:flex-start;gap:6px;font-size:11px;line-height:1.5;color:var(--ft-muted);text-decoration:none;margin-bottom:8px;transition:color .2s ease}.footer-loc-address svg{flex-shrink:0;margin-top:2px;color:var(--ft-orange)}.footer-loc-address:hover{color:#fff}.footer-loc-links{display:flex;flex-direction:column;gap:4px}.footer-loc-links a{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ffffffc7;text-decoration:none;transition:color .2s ease}.footer-loc-links a:hover{color:var(--ft-orange)}.footer-bar{background:var(--ft-navy-dark);border-top:1px solid var(--ft-line);padding:14px 0}.footer-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:11px;color:#ffffff61}.footer-bar-links{display:flex;gap:18px}.footer-bar-links a{color:#ffffff61;text-decoration:none;transition:color .2s ease}.footer-bar-links a:hover{color:#fff}@media(max-width:1024px){.footer-layout{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}.footer-tagline{max-width:520px}}@media(max-width:640px){.footer-strip-inner{flex-direction:column;align-items:flex-start}.footer-strip-cta{width:100%;justify-content:center}.footer-body{padding:32px 0 24px}.footer-layout{grid-template-columns:1fr;gap:28px}.footer-nav-block{gap:20px}.footer-bar-inner{flex-direction:column;text-align:center}}.hero-framed-wrapper{padding:160px 2rem 4rem;background:#f1f5f9;display:flex;justify-content:center;min-height:90vh}.hero-outer-frame{width:100%;max-width:1500px;background:#fff;padding:1rem;border-radius:40px;box-shadow:0 30px 60px #0000000d}.hero-visual-card{position:relative;width:100%;height:75vh;min-height:600px;border-radius:30px;overflow:hidden}.hero-bg-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05)}.hero-overlay-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%),linear-gradient(to right,rgba(0,0,0,.4) 0%,transparent 60%);z-index:1}.hero-text-content{position:absolute;bottom:4rem;left:4rem;z-index:2;max-width:700px;color:#fff}.hero-framed-title{font-size:3.5rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.text-highlight-ai{background:linear-gradient(90deg,#ec4899,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-framed-desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:500px;font-weight:400}.hero-btn-white{background:#fff;color:#0f172a;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;display:inline-flex;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #0000004d}.hero-btn-white:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0006;background:#f1f5f9}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-header-centered{text-align:center;margin-bottom:3rem}.why-header-centered h2{font-size:2.25rem;margin-top:.8rem;color:#1d1d1f}.why-subtitle{font-size:1.15rem;font-weight:500;color:#64748b;margin-top:.6rem;line-height:1.6}.why-grid-modern{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:stretch}.why-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.why-feature-card{padding:1.5rem 1.8rem;display:flex;flex-direction:column;gap:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.why-feature-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-8px) scale(1.02)}.feature-icon-box{width:42px;height:42px;background:#f1f5f9;color:#1e293b;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}.why-feature-card:hover .feature-icon-box{background:#1e293b;color:#fff}.why-feature-card p{font-size:1rem;font-weight:600;color:#1e293b;line-height:1.5}.why-visual-highlight{display:flex}.about-home{background:linear-gradient(180deg,#fff,#f8fafc);padding:6rem 0;position:relative}.about-grid{display:grid;grid-template-columns:480px 1fr;gap:4rem;align-items:center}.about-visual-container{position:relative;width:100%;max-width:480px}.about-image-wrapper{position:relative;width:100%;aspect-ratio:1/1.05;overflow:hidden;border-radius:80px 20px 20px;box-shadow:0 20px 50px #00000014;transition:all .5s ease}.about-custom-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-custom-img:hover{transform:scale(1.05)}.sphere-visual-animated{width:200px;height:200px;border:2px solid rgba(255,255,255,.1);border-radius:50%;position:relative;animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 0 20px #ffffff0d}50%{transform:scale(1.1);box-shadow:0 0 40px #ffffff1a}}.sphere-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:#ffffff0d;border-radius:50%;filter:blur(20px)}.badge-small{background:#f1f5f9;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:2rem;display:inline-block;letter-spacing:.15em;text-transform:uppercase}.about-text h2{font-size:2.5rem;font-weight:900;color:#1a1a1a;margin-bottom:1rem;font-family:var(--font-heading);line-height:1.2;letter-spacing:-.02em}.title-underline{width:100px;height:4px;background:linear-gradient(90deg,#ec4899,#8b5cf6);margin-bottom:2.5rem;border-radius:4px;position:relative;overflow:hidden}.title-underline:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerLine 2s infinite ease-in-out}@keyframes shimmerLine{0%{left:-100%}to{left:200%}}.about-description-text{font-size:1.05rem;line-height:1.8;color:#64748b;margin-bottom:2rem;font-weight:400}.btn-orange{background:linear-gradient(135deg,#f7941d,#e8840c);color:#fff;padding:1.1rem 2.8rem;border-radius:50px;font-weight:700;font-size:1rem;letter-spacing:.05em;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;justify-content:center;margin-top:0;box-shadow:0 10px 25px #f7941d4d;border:1px solid rgba(255,255,255,.1)}.btn-orange:hover{background:linear-gradient(135deg,#1e293b,#334155);transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #0f172a4d;color:#fff}.dark-card{background:#0f172a;padding:2.5rem 2rem;border-radius:20px;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;color:#fff;overflow:hidden}.dark-card h3{font-size:2.2rem;text-align:left;margin-bottom:.8rem;line-height:1.1;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.5)}.delivery-p{font-size:.95rem;color:#ffffffe6;line-height:1.6;max-width:95%;text-shadow:0 1px 5px rgba(0,0,0,.5)}.delivery-image-bg{position:absolute;inset:0;z-index:1;opacity:.9}.delivery-image-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.8) 0%,rgba(15,23,42,.2) 60%,transparent 100%);z-index:2}.delivery-image-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.8) contrast(1.1);transition:transform .6s ease}.card-content-wrap{z-index:2;position:relative}.limit-text{max-height:100px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}.stats-row{display:flex;justify-content:space-around;padding:3rem 0;background:#fff;margin-top:4rem;border-radius:20px;box-shadow:0 4px 20px #00000005}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#1e293b;display:block}.stat-label{font-size:.9rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.partnership-trust{background:linear-gradient(to bottom,#f0f7ff,#fff);padding:6rem 0;text-align:center}.centered-trust-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.partnership-icon-wrapper{width:100px;height:100px;border-radius:50%;border:1px solid rgba(14,165,233,.2);display:flex;align-items:center;justify-content:center;color:#0ea5e9;margin-bottom:3rem;background:#fff;box-shadow:0 15px 35px #0ea5e91a}.partnership-header{margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.split-word{font-size:2.75rem;font-weight:800;color:#1d1d1f;display:inline-block;letter-spacing:-.02em;line-height:1.1}.partnership-description{font-size:1.4rem;color:#475569;line-height:1.7;margin-top:1rem;margin-bottom:4rem;max-width:750px}.partnership-contact-inline{display:flex;align-items:center;gap:3rem;padding:1.5rem 3rem;background:#fff;border-radius:100px;border:1px solid #f1f5f9;box-shadow:0 10px 30px #00000008}.contact-item{display:flex;align-items:center;gap:.8rem;color:#64748b;font-weight:600;font-size:1rem}.contact-item span{color:#334155}.contact-divider{width:1px;height:20px;background:#e2e8f0}@media(max-width:768px){.split-word{font-size:2.2rem}.partnership-description{font-size:1.1rem}.partnership-contact-inline{flex-direction:column;gap:1rem;border-radius:20px;padding:2rem}.contact-divider{display:none}}.services-banner-row{background:linear-gradient(135deg,#0f172a,#1e293b);padding:3rem 0;width:100%;position:relative;overflow:hidden;border-top:none;border-bottom:none;margin-bottom:3rem}.organic-shape{position:absolute;top:50%;left:20%;width:600px;height:400px;background:radial-gradient(circle,rgba(56,102,255,.08) 0%,transparent 70%);border-radius:50%;transform:translateY(-50%) skew(-15deg);pointer-events:none;z-index:1}.container-full{width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;position:relative;z-index:2}.banner-flex{display:flex;align-items:center;justify-content:space-between;gap:5rem}.banner-left{display:flex;align-items:flex-start;gap:5rem;flex:1}.title-group{display:flex;flex-direction:column;gap:.5rem}.banner-title{font-family:var(--font-body);line-height:1;margin:0;white-space:nowrap}.banner-title .text-white{color:#fff;font-size:28px;font-weight:700}.banner-title .text-purple{color:#4f46e5;font-size:32px;font-weight:800;margin-left:.2rem}.dashed-line{width:20px;height:.5px;border-bottom:1.5px dashed #4f46e5;margin-top:4px}.banner-desc{font-family:var(--font-body);font-size:16px;color:#cbd5e1;line-height:1.8;max-width:550px;font-weight:400;margin:0}.banner-action-btn-new{display:inline-flex;align-items:center;gap:8px;background:#4f46e5;color:#fff;padding:14px 28px;border-radius:8px;font-family:var(--font-body);font-weight:600;font-size:16px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap;text-decoration:none;box-shadow:0 4px 12px #4f46e533}.banner-action-btn-new .chevron{font-size:18px;transition:transform .3s ease}.banner-action-btn-new:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 0 15px #818cf866}.banner-action-btn-new:hover .chevron{transform:translate(4px)}@media(max-width:1024px){.banner-left{gap:3rem}}@media(max-width:992px){.banner-flex{flex-direction:column;text-align:left;align-items:flex-start;gap:2.5rem}.banner-left{flex-direction:column;gap:1.5rem}.organic-shape{left:0}}@media(max-width:1200px){.banner-flex{gap:2rem}.banner-desc{font-size:1.1rem;max-width:100%}}@media(max-width:992px){.banner-flex{flex-direction:column;text-align:center;gap:2.5rem}.banner-left{flex-direction:column;gap:1.5rem}.v-divider{width:100px;height:2px;background:linear-gradient(to right,transparent,rgba(56,189,248,.5),transparent)}.banner-desc{text-align:center}}@media(max-width:640px){.container-full{padding:0 2rem}.banner-title{font-size:1.75rem}}.services-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:-8rem;padding-bottom:8rem}.service-card-modern{position:relative;z-index:10}.card-inner{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:3rem 2rem;height:100%;display:flex;flex-direction:column;gap:1.5rem}.services-stack-wrapper{position:relative;padding-bottom:10rem;background:#f8fafc;padding-top:4rem}.service-stack-card{position:sticky;margin-bottom:4rem;background:#fff;border-radius:24px;box-shadow:0 -10px 30px #00000005,0 30px 60px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;height:38vh;min-height:320px;display:flex;transform-origin:center top;transition:all .6s cubic-bezier(.23,1,.32,1)}.service-stack-card:hover{box-shadow:0 40px 100px #0000001f,0 0 20px #2563eb08;border-color:#2563eb26}.stack-card-content{display:flex;width:100%;height:100%}.stack-text-side{flex:1;padding:1.8rem 2.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;background:#fff}.stack-number{font-size:3.5rem;font-weight:800;color:#e2e8f066;position:absolute;top:1rem;left:1rem;z-index:0;line-height:1;font-family:var(--font-heading);letter-spacing:-.05em;transition:all .4s ease}.service-stack-card:hover .stack-number{color:#2563eb14;transform:translateY(-5px)}.stack-text-side h3{font-size:1.65rem;color:#0f172a;margin-bottom:.6rem;position:relative;z-index:2;font-family:var(--font-heading);line-height:1.1;font-weight:700}.stack-text-side p{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.2rem;position:relative;z-index:2;max-width:95%}.stack-learn-btn{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;color:#0f172a;font-size:1rem;position:relative;z-index:2;padding:.5rem 0;border-bottom:2px solid #e2e8f0;width:fit-content;transition:all .3s ease}.stack-learn-btn:hover{gap:1.2rem;color:#2563eb;border-bottom-color:#2563eb}.stack-visual-side{flex:1.1;position:relative;overflow:hidden;background:#f1f5f9}.stack-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.service-stack-card:hover .stack-img{transform:scale(1.03)}@media(max-width:1000px){.service-stack-card{height:auto;min-height:auto;position:relative!important;top:0!important;flex-direction:column;margin-bottom:3rem}.stack-card-content{flex-direction:column-reverse}.stack-visual-side{height:350px;flex:none}.stack-text-side{padding:2.5rem 1.5rem;flex:none}.stack-number{font-size:3.5rem;top:.8rem;left:.8rem}}@media(max-width:1200px){.features-grid-small{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.product-card{grid-template-columns:1fr;gap:3rem}.features-grid{grid-template-columns:1fr 1fr}.about-grid,.why-grid-modern{grid-template-columns:1fr;gap:3rem}.why-features-grid{grid-template-columns:1fr}.why-header-centered h2{font-size:2.5rem}.hero-title{font-size:3rem}.visual-card,.dark-card{height:auto;min-height:300px}.dark-card h3{font-size:2.5rem}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.product-card{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;padding:2.5rem;border-radius:24px;align-items:center;background:#fff6!important;-webkit-backdrop-filter:blur(25px) saturate(200%);backdrop-filter:blur(25px) saturate(200%);border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 60px #0000000d;max-width:1100px;margin:0 auto}.product-info h2{font-size:2.4rem;margin:.8rem 0;display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;font-weight:800}.launch-soon-badge{font-size:.9rem;background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;padding:.4rem 1rem;border-radius:50px;letter-spacing:.05em;font-weight:700;text-transform:uppercase}.product-info p{color:var(--muted-foreground);font-size:1.05rem;margin-bottom:1.5rem;line-height:1.65;max-width:95%}.lms-visual-card{padding:1rem;border-radius:16px;background:#fff!important;box-shadow:0 10px 40px #00000014}.lms-visual-card img{border-radius:12px;width:100%;display:block}.ml-05{margin-left:.5rem}.product-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.mb-4{margin-bottom:4rem}.highlights-marquee{--hm-navy: #0c213d;--hm-muted: #64748b;background:#f8f9fb;border-top:1px solid #e8ecf0;border-bottom:1px solid #e8ecf0;overflow:hidden}.highlights-marquee-inner{display:flex;align-items:center;min-height:64px}.highlights-marquee-badge{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 28px;height:64px;background:#fff;border-right:1px solid #e8ecf0}.highlights-marquee-eyebrow{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--hm-muted)}.highlights-marquee-badge strong{font-size:14px;font-weight:700;letter-spacing:.05em;color:var(--hm-navy);line-height:1}.highlights-marquee-dot{width:3px;height:3px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.highlights-marquee-location{font-size:11px;font-weight:500;color:var(--hm-muted);letter-spacing:.04em}.highlights-marquee-viewport{flex:1;overflow:hidden;display:flex;align-items:center;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}.highlights-marquee-track{display:flex;align-items:center;gap:24px;width:max-content;padding:0 28px;animation:highlights-scroll 40s linear infinite}.highlights-marquee-viewport:hover .highlights-marquee-track{animation-play-state:paused}@keyframes highlights-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.highlight-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--hm-navy);white-space:nowrap;-webkit-user-select:none;user-select:none}.highlight-chip:before{content:"";width:4px;height:4px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.highlight-chip--featured{font-weight:600}.highlight-chip-tag{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--hm-muted)}@media(max-width:768px){.highlights-marquee-inner{flex-direction:column;align-items:stretch;min-height:auto}.highlights-marquee-badge{justify-content:center;height:auto;padding:14px 20px;border-right:none;border-bottom:1px solid #e8ecf0}.highlights-marquee-track{padding:14px 20px;gap:20px}.highlight-chip{font-size:12px}}.global-presence{background:#f8fafc;padding:8rem 0}.section-header-centered{text-align:center;margin-bottom:5rem}.section-title-premium{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem;font-family:var(--font-heading);letter-spacing:-.02em}.title-underline-center{width:80px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);margin:0 auto;border-radius:10px}.global-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.map-visual-container{position:relative}.map-frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 40px 80px #00000026}.world-map-img{width:100%;height:auto;display:block;mix-blend-mode:luminosity;opacity:.9}.map-glow-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,rgba(15,23,42,.4) 100%);pointer-events:none}.presence-info-list{display:flex;flex-direction:column;gap:2rem}.presence-card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000008;border:1px solid rgba(0,0,0,.02);transition:all .4s ease}.presence-card:hover{transform:translate(10px);box-shadow:0 20px 40px #00000014;border-color:#3b82f633}.presence-icon-wrapper{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#e0f2fe;color:#0369a1;transition:all .3s ease}.presence-card:hover .presence-icon-wrapper{background:#0369a1;color:#fff}.presence-icon-wrapper.pin{background:#fee2e2;color:#dc2626}.presence-card:hover .presence-icon-wrapper.pin{background:#dc2626;color:#fff}.presence-icon-wrapper.globe{background:#dcfce7;color:#16a34a}.presence-card:hover .presence-icon-wrapper.globe{background:#16a34a;color:#fff}.presence-content h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.presence-content p{font-size:1rem;color:#64748b;line-height:1.6}.map-node{position:absolute;width:12px;height:12px;background:#3b82f6;border-radius:50%;z-index:5}.map-node:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:inherit;border-radius:50%;animation:nodePulse 2s ease-out infinite}.node-kuwait{top:38%;left:56.5%;background:#dc2626}.node-india{top:48%;left:70%;background:#dc2626}@keyframes nodePulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(3);opacity:0}}@media(max-width:992px){.global-grid{grid-template-columns:1fr;gap:3rem}.section-title-premium{font-size:2.5rem}.hero-framed-wrapper{padding:100px 1rem 4rem}.hero-framed-title{font-size:2.75rem}.hero-text-content{bottom:2rem;left:2rem}}@media(max-width:768px){.hero-visual-card{height:60vh}.hero-framed-title{font-size:2.2rem}.hero-text-content{bottom:1.5rem;left:1.5rem;padding-right:1.5rem}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.stat-item{background:#ffffffb3;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #8b5cf626}.stat-number{font-size:2.2rem;font-weight:800;color:#1e293b;display:block;margin-bottom:.3rem;background:linear-gradient(90deg,#1e293b,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:20px}.testimonials-section{padding:5rem 0;background:#f8fafc}.testimonial-slider-container{max-width:800px;margin:3rem auto 0;display:flex;align-items:center;gap:1.5rem}.testimonial-track-window{flex:1;overflow:hidden;position:relative;padding:1rem}.testimonial-card{padding:3rem;text-align:center;box-shadow:0 20px 50px #0000000a}.stars{display:flex;justify-content:center;gap:.3rem;margin-bottom:1.5rem}.quote-text{font-size:1.2rem;line-height:1.7;color:#334155;font-style:italic;margin-bottom:2rem;font-family:var(--font-heading)}.client-info{display:flex;align-items:center;justify-content:center;gap:1rem;text-align:left}.client-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 4px 10px #0000001a}.client-info h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.client-info span{font-size:.85rem;color:#64748b}.slider-btn{width:48px;height:48px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.slider-btn:hover{background:#8b5cf6;color:#fff;border-color:#8b5cf6;transform:scale(1.05)}.cta-modern{padding:4rem 1rem 6rem;position:relative;background:#fff;display:flex;justify-content:center}.cta-modern-box{width:100%;max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#f1f5f9,#fff);padding:4rem 3rem;border-radius:24px;text-align:center;border:1px solid #e2e8f0;box-shadow:0 30px 60px #8b5cf614;position:relative;overflow:hidden}.cta-modern-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,92,246,.05) 0%,transparent 60%);pointer-events:none}.cta-modern-box h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;font-family:var(--font-heading);letter-spacing:-.02em;position:relative;z-index:2}.cta-modern-box p{font-size:1.15rem;color:#64748b;max-width:600px;margin:0 auto 2.5rem;position:relative;z-index:2}.cta-actions{display:flex;gap:1.5rem;justify-content:center;align-items:stretch;position:relative;z-index:2}.cta-outline-btn{background:transparent;border:2px solid #cbd5e1;color:#475569;padding:1.1rem 2.8rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .4s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.cta-main-btn{text-decoration:none}.cta-outline-btn:hover{border-color:#0f172a;color:#0f172a}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.testimonial-card{padding:2rem}.cta-modern-box{padding:3rem 1.5rem}.cta-actions{flex-direction:column}.stats-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr!important}.about-visual-container{max-width:100%!important;margin-bottom:2rem}.cta-modern-box h2{font-size:2rem}.quote-text{font-size:1rem}}.why-compare-section{padding:6rem 0;background:#f8fafc}.comparison-table-wrapper{overflow-x:auto;margin-top:3rem;padding:1px;border-radius:20px;box-shadow:0 30px 60px #0f172a14}.comparison-modern-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;min-width:600px;border-radius:20px}.comparison-modern-table th,.comparison-modern-table td{padding:1.5rem 2rem;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-modern-table th{font-size:1.1rem;font-weight:800;color:#0f172a;background:#f1f5f9}.comparison-modern-table th:first-child,.comparison-modern-table td:first-child{font-weight:700;color:#475569}.comparison-modern-table .highlight-col{background:linear-gradient(180deg,#581c8708,#38bdf808);font-weight:700;color:#0f172a}.comparison-modern-table tr:last-child td{border-bottom:none}.comparison-modern-table tr:last-child td:first-child{border-bottom-left-radius:20px}.comparison-modern-table tr:last-child td:last-child{border-bottom-right-radius:20px}.comparison-modern-table th:first-child{border-top-left-radius:20px}.comparison-modern-table th:last-child{border-top-right-radius:20px}.case-studies-home{padding:6rem 0;background:#fff}.case-studies-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem}.case-study-glass{border-radius:24px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;transition:transform .4s ease,box-shadow .4s ease}.case-study-glass:hover{transform:translateY(-10px);box-shadow:0 40px 80px #0f172a1a}.case-img{height:250px;overflow:hidden}.case-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.case-study-glass:hover .case-img img{transform:scale(1.05)}.case-content{padding:2.5rem}.cat-pill{display:inline-block;padding:.3rem 1rem;background:#0ea5e91a;color:#0ea5e9;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.case-content h3{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.25}.case-content p{color:#64748b;margin-bottom:2rem;line-height:1.7}.discover-link{display:inline-flex;align-items:center;gap:.5rem;color:#8b5cf6;font-weight:700;text-decoration:none;transition:gap .3s ease}.discover-link:hover{gap:.8rem;color:#7c3aed}.inline{display:inline-block}.mr-2{margin-right:.5rem}@media(max-width:768px){.case-studies-grid{grid-template-columns:1fr}}.leadership-section{--bg-team: #fdfcf9;--text-dark: #0c213d;--text-muted: #64748b;--brand-orange: #f7941d;--brand-navy: #0c213d;--glass-border: rgba(12, 33, 61, .08)}.leadership-container{max-width:1120px}.founder-leadership-section{padding:48px 0 56px;background:var(--bg-team)}.founder-leadership-card{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:0;background:#fff;border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 14px 40px #0c213d12;overflow:hidden}.founder-profile-visual{margin:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#faf8f4,#f3f0ea);border-right:1px solid rgba(12,33,61,.06)}.founder-image-frame{position:relative;margin:20px 20px 0;padding:10px;background:#fff;border:1.5px solid rgba(247,148,29,.45);border-radius:14px;box-shadow:0 10px 28px #0c213d14}.founder-image-frame:before,.founder-image-frame:after{content:"";position:absolute;width:16px;height:16px;border:1.5px solid var(--brand-orange);pointer-events:none;opacity:.7}.founder-image-frame:before{top:4px;left:4px;border-right:none;border-bottom:none}.founder-image-frame:after{bottom:4px;right:4px;border-left:none;border-top:none}.founder-image-frame img{display:block;width:100%;max-height:320px;object-fit:contain;object-position:center;border-radius:8px}.founder-image-caption{padding:18px 22px 22px;text-align:center}.founder-caption-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-orange);margin-bottom:8px}.founder-image-caption strong{display:block;font-size:15px;font-weight:800;color:var(--brand-navy);line-height:1.35}.founder-message-panel{position:relative;padding:28px 32px 26px;display:flex;flex-direction:column;justify-content:center}.founder-message-header{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:16px;font-size:11px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--brand-orange)}.founder-leadership-line{flex:1;max-width:72px;height:1px;background:#f7941d8c}.founder-decorative-quote{position:absolute;top:16px;right:24px;font-family:var(--font-heading);font-size:64px;line-height:1;color:#0c213d14;pointer-events:none}.founder-message-title{font-family:var(--font-heading);font-size:clamp(1.45rem,2.4vw,1.85rem);font-weight:600;color:var(--brand-navy);line-height:1.25;margin-bottom:14px;max-width:92%}.founder-message-title span{color:var(--brand-orange)}.founder-message-body{font-family:var(--font-body);font-size:15px;line-height:1.7;color:#4a5568;margin-bottom:16px}.founder-drop-cap{float:left;font-family:var(--font-heading);font-size:3rem;line-height:.8;font-weight:700;color:var(--brand-navy);margin:4px 10px 0 0}.founder-featured-quote{margin:0 0 18px;padding:14px 0 0;border-top:1px solid rgba(247,148,29,.3);font-family:var(--font-heading);font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.65;font-style:italic;font-weight:600;color:#3d5a80}.founder-signature{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px}.founder-signature strong{font-size:15px;font-weight:800;color:var(--brand-navy)}.founder-signature-line{width:36px;height:1px;background:var(--brand-orange)}.founder-signature-org{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-orange)}.founder-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:auto}.founder-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 18px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.founder-btn-primary{background:var(--brand-navy);color:#fff;border:1px solid var(--brand-navy)}.founder-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0c213d33}.founder-btn-secondary{background:#fff;color:var(--brand-navy);border:1px solid rgba(12,33,61,.18)}.founder-btn-secondary:hover{border-color:var(--brand-orange);color:var(--brand-orange);transform:translateY(-2px)}.executives-section{padding:56px 0 64px;background:#fff;border-top:1px solid rgba(12,33,61,.06)}.executive-board-header,.team-section-header{text-align:center;max-width:620px;margin:0 auto 36px}.executive-board-eyebrow{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:18px;font-size:11px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--brand-orange)}.executive-board-header h2,.team-section-header h2{font-family:var(--font-heading);font-size:clamp(1.55rem,2.8vw,2rem);font-weight:600;color:var(--brand-navy);margin-bottom:10px;letter-spacing:-.02em}.executive-board-header p,.team-section-header p{font-size:15px;line-height:1.6;color:var(--text-muted)}.executive-board-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1000px;margin:0 auto}.executive-card{position:relative;background:#fff;border:1px solid var(--glass-border);border-radius:18px;padding:22px 18px 20px;text-align:center;box-shadow:0 16px 40px #0c213d0f;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.executive-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #0c213d1a;border-color:#f7941d47}.executive-card-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand-navy) 0%,var(--brand-orange) 100%);opacity:.85}.executive-card-featured{border-color:#f7941d4d;box-shadow:0 20px 50px #f7941d1a,0 16px 40px #0c213d0f}.executive-card-featured .executive-card-accent{height:5px;opacity:1}.executive-card-featured .executive-avatar{width:58px;height:58px;font-size:17px;background:linear-gradient(135deg,#f7941d2e,#0c213d14)}.executive-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#0c213d0f;color:var(--brand-navy);font-size:18px;font-weight:800;letter-spacing:.04em;border:2px solid rgba(247,148,29,.25)}.executive-name{font-size:clamp(1.05rem,2vw,1.25rem);font-weight:800;color:var(--text-dark);line-height:1.35;margin-bottom:8px;letter-spacing:-.02em}.executive-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-orange)}.team-global-section{padding:56px 0;background:var(--bg-team);border-top:1px solid rgba(12,33,61,.06)}.global-bridge-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:960px;margin:0 auto 22px}.global-bridge-card{background:#fff;border:1px solid var(--glass-border);border-radius:18px;padding:24px 22px;box-shadow:0 10px 28px #0c213d0d}.global-bridge-card-head{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--brand-orange)}.global-bridge-card-head span:first-child{font-size:20px;line-height:1}.global-bridge-card-head h3{font-size:1.05rem;font-weight:800;color:var(--brand-navy);margin:0}.global-bridge-card ul{list-style:none;padding:0;margin:0}.global-bridge-card li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;color:var(--text-muted);margin-bottom:10px}.global-bridge-card li svg{flex-shrink:0;margin-top:3px;color:var(--brand-orange)}.team-offices-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:920px;margin:0 auto 24px}.team-office-card{position:relative;background:#fff;border:1px solid var(--glass-border);border-radius:18px;padding:24px 22px 22px;box-shadow:0 10px 30px #0c213d0d;transition:transform .25s ease,border-color .25s ease}.team-office-card:hover{transform:translateY(-4px);border-color:#f7941d47}.team-office-flag{position:absolute;top:16px;right:16px;font-size:22px;line-height:1}.team-office-pin{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#f7941d1f;color:var(--brand-orange);margin-bottom:14px}.team-office-card h3{font-size:1.2rem;font-weight:800;color:var(--brand-navy);margin-bottom:4px}.team-office-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-orange);margin-bottom:12px}.team-office-address{font-style:normal;font-size:14px;line-height:1.65;color:var(--text-muted);margin-bottom:14px}.team-office-map-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--brand-navy);text-decoration:none;transition:color .2s ease}.team-office-map-link:hover{color:var(--brand-orange)}.team-kam-backing{display:flex;align-items:flex-start;gap:14px;max-width:720px;margin:0 auto;padding:18px 20px;background:#0c213d0a;border:1px solid rgba(12,33,61,.08);border-radius:14px;color:var(--text-muted);font-size:14px;line-height:1.65}.team-kam-backing svg{flex-shrink:0;margin-top:2px;color:var(--brand-orange)}.team-kam-backing strong{color:var(--brand-navy)}.team-life-section{padding:56px 0;background:#fff;border-top:1px solid rgba(12,33,61,.06)}.team-life-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:960px;margin:0 auto}.team-life-photo{margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 14px 36px #0c213d14;aspect-ratio:16 / 10}.team-life-photo img{display:block;width:100%;height:100%;object-fit:cover}.about-page .team-global-section{background:#fff}.about-page .team-life-section{background:var(--bg-team);border-top:1px solid rgba(12,33,61,.06)}@media(max-width:1024px){.founder-leadership-card{grid-template-columns:1fr}.founder-profile-visual{border-right:none;border-bottom:1px solid rgba(12,33,61,.06)}.founder-image-frame{max-width:380px;margin-left:auto;margin-right:auto}.founder-message-panel{padding:24px 24px 22px}.executive-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}.global-bridge-highlights,.team-offices-grid,.team-life-grid{grid-template-columns:1fr}}@media(max-width:640px){.executive-board-grid{grid-template-columns:1fr;max-width:360px}.founder-cta-row{flex-direction:column}.founder-btn{width:100%}.team-kam-backing{flex-direction:column}}.about-page{--about-bg: #fdfcf9;--about-navy: #0c213d;--about-orange: #f7941d;--about-muted: #64748b;--about-border: rgba(12, 33, 61, .08);background:var(--about-bg);color:var(--about-navy);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.about-eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--about-orange);margin-bottom:14px}.about-eyebrow-center{justify-content:center;width:100%}.about-eyebrow-line{width:40px;height:1px;background:#f7941d8c}.about-section-header{text-align:center;max-width:620px;margin:0 auto 40px}.about-section-header h2{font-family:var(--font-heading);font-size:clamp(1.75rem,3.2vw,2.25rem);font-weight:600;letter-spacing:-.025em;margin-bottom:10px;color:var(--about-navy)}.about-section-header p{font-size:16px;line-height:1.7;font-weight:400;color:var(--about-muted)}.about-section-header-light h2,.about-section-header-light p{color:#fff}.about-section-header-light p{color:#ffffffc7}.about-section{padding:64px 0}.about-hero{position:relative;padding:128px 0 56px;background:var(--about-bg);border-bottom:1px solid var(--about-border)}.about-hero-inner{position:relative;z-index:1;max-width:780px;margin:0 auto;text-align:center}.about-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,2.85rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:16px;color:var(--about-navy)}.about-hero-inner>p{font-size:17px;font-weight:400;line-height:1.75;color:var(--about-muted);max-width:580px;margin:0 auto 28px}.about-hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:28px}.about-hero-stat{min-width:120px;padding:14px 20px;background:#ffffffeb;border:1px solid var(--about-border);border-radius:14px;box-shadow:0 10px 28px #0c213d0f}.about-hero-stat-num{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:600;color:var(--about-navy);line-height:1;margin-bottom:4px}.about-hero-stat-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--about-muted)}.about-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.about-jump-link{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;font-size:13px;font-weight:500;letter-spacing:.02em;text-decoration:none;color:var(--about-navy);background:#fff;border:1px solid var(--about-border);border-radius:999px;transition:border-color .2s ease,color .2s ease,transform .2s ease}.about-jump-link:hover{border-color:#f7941d73;color:var(--about-orange);transform:translateY(-2px)}.about-story-section{background:#fff}.about-story-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);gap:44px;align-items:center;max-width:1180px;margin:0 auto}.about-story-copy h2{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.2rem);font-weight:600;letter-spacing:-.025em;margin-bottom:16px;line-height:1.25}.about-story-copy h2 span{color:var(--about-orange)}.about-story-lead{font-size:16px;font-weight:500;line-height:1.7;color:var(--about-navy)}.about-story-copy p{font-size:15px;font-weight:400;line-height:1.75;color:var(--about-muted);margin-bottom:14px}.about-story-highlights{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.about-story-highlights li{position:relative;padding-left:22px;font-size:14px;font-weight:600;color:var(--about-navy);line-height:1.5}.about-story-highlights li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--about-orange)}.about-story-visual{margin:0;padding:14px;background:linear-gradient(165deg,#faf8f4,#fff);border:1.5px solid rgba(247,148,29,.35);border-radius:22px;box-shadow:0 22px 52px #0c213d1f}.about-story-visual img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;object-position:center;border-radius:14px;border:1px solid rgba(12,33,61,.06)}.about-story-caption{margin-top:14px;text-align:center;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--about-navy);opacity:.75}.about-vision-section{background:var(--about-bg)}.about-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:920px;margin:0 auto}.about-vision-card{position:relative;background:#fff;border:1px solid var(--about-border);border-radius:20px;padding:30px 28px;box-shadow:0 14px 36px #0c213d0f;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.about-vision-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--about-navy),var(--about-orange))}.about-vision-card:hover{transform:translateY(-4px);border-color:#f7941d47}.about-vision-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f7941d1f;color:var(--about-orange);margin-bottom:14px}.about-vision-tag{display:block;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--about-orange);margin-bottom:8px}.about-vision-card h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin-bottom:10px;color:var(--about-navy)}.about-vision-card p{font-size:14px;line-height:1.7;color:var(--about-muted)}.about-values-section{background:#fff;border-top:1px solid var(--about-border)}.about-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.about-value-card{background:var(--about-bg);border:1px solid var(--about-border);border-radius:16px;padding:24px 20px;transition:transform .25s ease,box-shadow .25s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0c213d14}.about-value-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f7941d1f;color:var(--about-orange);margin-bottom:14px}.about-value-card h3{font-family:var(--font-heading);font-size:15px;font-weight:600;margin-bottom:8px;line-height:1.4;color:var(--about-navy)}.about-value-card p{font-size:13px;line-height:1.65;color:var(--about-muted)}.about-leadership-hub{background:linear-gradient(180deg,var(--about-navy) 0%,#0a1a30 100%);padding-top:64px}.about-leadership-hub .about-eyebrow{color:var(--about-orange)}.about-leadership-hub .founder-leadership-section{padding-top:32px;background:transparent}.about-leadership-hub .executives-section{padding-bottom:64px;background:transparent;border-top:none}.about-leadership-hub .executive-board-header h2,.about-leadership-hub .executive-board-header p{color:#fff}.about-leadership-hub .executive-board-header p{color:#ffffffbf}.about-cta-section{padding:56px 0 80px;background:var(--about-bg)}.about-cta-card{text-align:center;max-width:720px;margin:0 auto;padding:44px 36px;background:var(--about-navy);border-radius:24px;box-shadow:0 24px 56px #0c213d2e}.about-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:10px;color:#fff}.about-cta-card p{font-size:15px;line-height:1.65;color:#ffffffc7;margin-bottom:26px}.about-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.about-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease}.about-btn-primary{background:var(--about-orange);color:#fff;border:1px solid var(--about-orange)}.about-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #f7941d59}.about-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.about-btn-secondary:hover{border-color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.about-story-layout,.about-vision-grid{grid-template-columns:1fr}.about-story-visual{max-width:100%;margin:0}.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-page .executive-board-header h2,.about-page .team-section-header h2,.about-page .founder-message-title,.about-page .founder-message-signature,.about-page .founder-drop-cap,.about-page .global-bridge-card-head h3,.about-page .team-office-card h3{font-family:var(--font-heading)!important;font-weight:600!important;letter-spacing:-.02em}.about-page .founder-message-body{font-family:var(--font-body)!important;font-size:16px!important;font-weight:400!important;line-height:1.75!important}.about-page .executive-name,.about-page .founder-image-caption strong{font-family:var(--font-heading)!important;font-weight:600!important}@media(max-width:768px){.about-hero{padding:128px 0 48px}.about-section,.about-leadership-hub{padding-top:48px;padding-bottom:48px}.about-leadership-hub{padding-top:48px}.about-story-visual img{aspect-ratio:16 / 10}.about-values-grid{grid-template-columns:1fr}.about-cta-actions{flex-direction:column}.about-btn{width:100%}}.services-page{--svc-bg: #fdfcf9;--svc-navy: #0c213d;--svc-orange: #f7941d;--svc-muted: #64748b;--svc-border: rgba(12, 33, 61, .08);background:var(--svc-bg);color:var(--svc-navy);font-family:var(--font-body);overflow-x:hidden}.svc-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--svc-orange);margin-bottom:0}.svc-eyebrow-center{justify-content:center;width:100%;margin-bottom:14px}.svc-eyebrow-line{width:32px;height:1px;background:#f7941d80}.svc-section-head .svc-eyebrow-line:last-child{display:none}.svc-section-head .svc-eyebrow{gap:0}.svc-hero{padding:128px 0 56px;background:var(--svc-bg);border-bottom:1px solid var(--svc-border)}.svc-hero-inner{text-align:center;max-width:680px;margin:0 auto}.svc-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px;color:var(--svc-navy)}.svc-hero p{font-size:16px;line-height:1.75;color:var(--svc-muted);margin-bottom:28px}.svc-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.svc-jump-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--svc-navy);text-decoration:none;background:#fff;border:1px solid var(--svc-border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.svc-jump-link:hover{border-color:var(--svc-orange);color:var(--svc-orange)}.svc-overview{padding:32px 0;border-bottom:1px solid var(--svc-border);background:#fff}.svc-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.svc-overview-card{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--svc-bg);border:1px solid var(--svc-border);border-radius:12px;font-size:13px;font-weight:600;color:var(--svc-navy);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.svc-overview-card svg{color:var(--svc-orange);flex-shrink:0}.svc-overview-card:hover{border-color:#f7941d59;box-shadow:0 4px 16px #0c213d0f}.svc-list{padding:8px 0 64px}.svc-section{padding:56px 0;border-bottom:1px solid var(--svc-border)}.svc-section:nth-child(2n){background:#fff}.svc-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.svc-section--reverse .svc-section-grid{direction:rtl}.svc-section--reverse .svc-section-content,.svc-section--reverse .svc-section-visual{direction:ltr}.svc-section-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.svc-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid var(--svc-border);border-radius:10px;color:var(--svc-orange);flex-shrink:0}.svc-section:nth-child(2n) .svc-icon{background:var(--svc-bg)}.svc-section-content h2{font-family:var(--font-heading);font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600;line-height:1.25;letter-spacing:-.02em;margin-bottom:20px;color:var(--svc-navy)}.svc-cs-box{padding:20px 22px;background:#fff;border:1px solid var(--svc-border);border-radius:14px;margin-bottom:20px}.svc-section:nth-child(2n) .svc-cs-box{background:var(--svc-bg)}.svc-cs-row+.svc-cs-row{margin-top:16px;padding-top:16px;border-top:1px solid var(--svc-border)}.svc-cs-label{display:block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--svc-orange);margin-bottom:6px}.svc-cs-row p{font-size:14px;line-height:1.65;color:var(--svc-muted);margin:0}.svc-benefits{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:22px}.svc-benefits li{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:500;color:var(--svc-navy);line-height:1.4}.svc-benefits svg{color:var(--svc-orange);flex-shrink:0;margin-top:2px}.svc-section-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--svc-navy);text-decoration:none;transition:color .2s ease,gap .2s ease}.svc-section-link:hover{color:var(--svc-orange);gap:8px}.svc-section-visual img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;border:1px solid var(--svc-border)}.svc-cta{padding:56px 0 80px}.svc-cta-card{text-align:center;max-width:640px;margin:0 auto;padding:44px 36px;background:var(--svc-navy);border-radius:20px;box-shadow:0 20px 48px #0c213d26}.svc-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;color:#fff;margin-bottom:10px}.svc-cta-card p{font-size:15px;line-height:1.65;color:#ffffffbf;margin-bottom:24px}.svc-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.svc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:transform .2s ease,background .2s ease}.svc-btn-primary{background:var(--svc-orange);color:#fff;border:1px solid var(--svc-orange)}.svc-btn-primary:hover{transform:translateY(-1px)}.svc-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.svc-btn-secondary:hover{border-color:#fff;background:#ffffff14}@media(max-width:1024px){.svc-overview-grid{grid-template-columns:repeat(2,1fr)}.svc-section-grid{grid-template-columns:1fr;gap:32px}.svc-section--reverse .svc-section-grid{direction:ltr}.svc-section-visual{order:-1}}@media(max-width:640px){.svc-hero{padding:112px 0 44px}.svc-overview-grid,.svc-benefits{grid-template-columns:1fr}.svc-cta-actions{flex-direction:column}.svc-btn{width:100%}}.why-kam-page{--wk-bg: #fdfcf9;--wk-navy: #0c213d;--wk-orange: #f7941d;--wk-muted: #64748b;--wk-border: rgba(12, 33, 61, .08);background:var(--wk-bg);color:var(--wk-navy);font-family:var(--font-body);overflow-x:hidden}.wk-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--wk-orange);margin-bottom:14px}.wk-eyebrow-center{justify-content:center;width:100%}.wk-eyebrow-line{width:32px;height:1px;background:#f7941d80}.wk-section-header .wk-eyebrow-line:last-child{display:none}.wk-section-header .wk-eyebrow{gap:0;margin-bottom:10px}.wk-hero{padding:128px 0 56px;background:var(--wk-bg);border-bottom:1px solid var(--wk-border)}.wk-hero-inner{text-align:center;max-width:700px;margin:0 auto}.wk-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.wk-hero p{font-size:16px;line-height:1.75;color:var(--wk-muted);margin-bottom:28px}.wk-hero-stats{display:flex;justify-content:center;gap:32px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--wk-border)}.wk-stat{text-align:center}.wk-stat strong{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--wk-navy);line-height:1.2}.wk-stat span{font-size:12px;font-weight:500;color:var(--wk-muted);letter-spacing:.02em}.wk-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.wk-jump-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--wk-navy);text-decoration:none;background:#fff;border:1px solid var(--wk-border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.wk-jump-link:hover{border-color:var(--wk-orange);color:var(--wk-orange)}.wk-video{padding:56px 0;background:#fff;border-bottom:1px solid var(--wk-border)}.wk-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.wk-video-content h2{font-family:var(--font-heading);font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600;letter-spacing:-.02em;margin-bottom:14px}.wk-video-content .wk-eyebrow-line:last-child{display:none}.wk-video-content .wk-eyebrow{gap:0;margin-bottom:10px}.wk-video-lead{font-size:15px;line-height:1.7;color:var(--wk-muted);margin-bottom:14px}.wk-video-content p:not(.wk-video-lead){font-size:14px;line-height:1.65;color:var(--wk-muted);margin-bottom:22px}.wk-btn-inline{margin-top:4px}.wk-video-player{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--wk-border);background:var(--wk-navy);aspect-ratio:4 / 5;max-width:420px;margin-left:auto}.wk-video-player video{width:100%;height:100%;object-fit:cover;display:block}.wk-video-player:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,33,61,.55),transparent 45%);pointer-events:none}.wk-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:none;background:#ffffffeb;color:var(--wk-navy);cursor:pointer;box-shadow:0 8px 24px #0c213d33;transition:transform .2s ease,background .2s ease}.wk-video-play:hover{transform:translate(-50%,-50%) scale(1.06);background:var(--wk-orange);color:#fff}.wk-video-caption{position:absolute;bottom:16px;left:16px;right:16px;z-index:2;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffe6}.wk-video-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0c213de0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wk-video-modal-inner{position:relative;width:100%;max-width:960px;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 24px 64px #0006}.wk-video-modal-inner video{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.wk-video-close{position:absolute;top:12px;right:12px;z-index:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer;transition:background .2s ease}.wk-video-close:hover{background:var(--wk-orange)}.wk-section-header{text-align:center;max-width:560px;margin:0 auto 36px}.wk-section-header h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:10px}.wk-section-header p{font-size:15px;line-height:1.65;color:var(--wk-muted)}.wk-advantages{padding:56px 0;background:#fff;border-bottom:1px solid var(--wk-border)}.wk-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wk-adv-card{padding:24px 22px;background:var(--wk-bg);border:1px solid var(--wk-border);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.wk-adv-card:hover{border-color:#f7941d59;box-shadow:0 4px 16px #0c213d0f}.wk-adv-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7941d1a;border-radius:10px;color:var(--wk-orange);margin-bottom:14px}.wk-adv-card h3{font-family:var(--font-heading);font-size:16px;font-weight:600;margin-bottom:8px}.wk-adv-card p{font-size:13px;line-height:1.6;color:var(--wk-muted);margin:0}.wk-model{padding:56px 0;border-bottom:1px solid var(--wk-border)}.wk-hubs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:720px;margin:0 auto 32px}.wk-hub-card{padding:28px 24px;background:#fff;border:1px solid var(--wk-border);border-radius:14px;text-align:center}.wk-hub-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0c213d0f;border-radius:9px;color:var(--wk-navy);margin-bottom:10px}.wk-hub-role{display:block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--wk-orange);margin-bottom:6px}.wk-hub-card h3{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;margin-bottom:8px}.wk-hub-card p{font-size:13px;line-height:1.6;color:var(--wk-muted);margin:0}.wk-model-visual img{width:100%;max-width:900px;margin:0 auto;display:block;aspect-ratio:21 / 9;object-fit:cover;border-radius:16px;border:1px solid var(--wk-border)}.wk-compare{padding:56px 0;background:#fff;border-bottom:1px solid var(--wk-border)}.wk-compare-table-wrap{overflow-x:auto;border:1px solid var(--wk-border);border-radius:14px;background:var(--wk-bg)}.wk-compare-table{width:100%;border-collapse:collapse;font-size:14px}.wk-compare-table th,.wk-compare-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--wk-border)}.wk-compare-table thead th{font-family:var(--font-heading);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wk-muted);background:#fff}.wk-compare-table tbody tr:last-child td{border-bottom:none}.wk-compare-table td:first-child{font-weight:600;color:var(--wk-navy);white-space:nowrap}.wk-compare-table td:not(:first-child){color:var(--wk-muted);line-height:1.5}.wk-compare-highlight{background:#f7941d0f;color:var(--wk-navy)!important;font-weight:500}.wk-compare-table thead .wk-compare-highlight{color:var(--wk-orange)!important;background:#f7941d14}.wk-compare-cell{display:flex;align-items:flex-start;gap:8px}.wk-compare-cell svg{color:var(--wk-orange);flex-shrink:0;margin-top:3px}.wk-pillars{padding:56px 0;border-bottom:1px solid var(--wk-border)}.wk-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wk-pillar-card{padding:28px 24px;background:#fff;border:1px solid var(--wk-border);border-radius:14px;text-align:center}.wk-pillar-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f7941d1a;border-radius:11px;color:var(--wk-orange);margin-bottom:14px}.wk-pillar-card h3{font-family:var(--font-heading);font-size:16px;font-weight:600;margin-bottom:8px}.wk-pillar-card p{font-size:13px;line-height:1.6;color:var(--wk-muted);margin:0}.wk-cta{padding:56px 0 80px}.wk-cta-card{text-align:center;max-width:680px;margin:0 auto;padding:44px 36px;background:var(--wk-navy);border-radius:20px;box-shadow:0 20px 48px #0c213d26}.wk-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;color:#fff;margin-bottom:10px}.wk-cta-card p{font-size:15px;line-height:1.65;color:#ffffffbf;margin-bottom:24px}.wk-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.wk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.wk-btn-primary{background:var(--wk-orange);color:#fff;border:1px solid var(--wk-orange)}.wk-btn-primary:hover{background:#e08612;border-color:#e08612;transform:translateY(-1px)}.wk-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.wk-btn-secondary:hover{border-color:#fff;background:#ffffff14}@media(max-width:1024px){.wk-video-grid{grid-template-columns:1fr;gap:32px}.wk-video-player{max-width:100%;margin:0 auto;aspect-ratio:16 / 9}.wk-adv-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.wk-adv-grid,.wk-pillars-grid,.wk-hubs-grid{grid-template-columns:1fr}.wk-hero-stats{gap:20px}.wk-compare-table th,.wk-compare-table td{padding:12px 14px;font-size:13px}}@media(max-width:640px){.wk-hero{padding:112px 0 44px}.wk-hero-stats{flex-direction:column;gap:16px}.wk-cta-actions{flex-direction:column}.wk-btn{width:100%}.wk-cta-card{padding:32px 22px}}.products-page{--prod-bg: #fdfcf9;--prod-navy: #0c213d;--prod-orange: #f7941d;--prod-muted: #64748b;--prod-border: rgba(12, 33, 61, .08);background:var(--prod-bg);color:var(--prod-navy);font-family:var(--font-body);overflow-x:hidden}.prod-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--prod-orange);margin-bottom:14px}.prod-eyebrow-center{justify-content:center;width:100%}.prod-eyebrow-line{width:32px;height:1px;background:#f7941d80}.prod-section-content .prod-eyebrow-line:last-child{display:none}.prod-section-content .prod-eyebrow{gap:0;margin-bottom:10px}.prod-hero{padding:128px 0 56px;background:var(--prod-bg);border-bottom:1px solid var(--prod-border)}.prod-hero-inner{text-align:center;max-width:680px;margin:0 auto}.prod-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.prod-hero p{font-size:16px;line-height:1.75;color:var(--prod-muted);margin-bottom:28px}.prod-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.prod-jump-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--prod-navy);text-decoration:none;background:#fff;border:1px solid var(--prod-border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.prod-jump-link:hover{border-color:var(--prod-orange);color:var(--prod-orange)}.prod-overview{padding:32px 0;background:#fff;border-bottom:1px solid var(--prod-border)}.prod-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;margin:0 auto}.prod-overview-card{display:block;padding:24px 22px;background:var(--prod-bg);border:1px solid var(--prod-border);border-radius:14px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.prod-overview-card:hover{border-color:#f7941d59;box-shadow:0 4px 16px #0c213d0f}.prod-badge{display:inline-block;padding:3px 10px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:12px}.prod-badge--live{background:#0c213d14;color:var(--prod-navy)}.prod-badge--soon{background:#f7941d1f;color:var(--prod-orange)}.prod-overview-card h3{font-family:var(--font-heading);font-size:18px;font-weight:600;margin-bottom:6px}.prod-overview-card p{font-size:13px;line-height:1.55;color:var(--prod-muted);margin:0}.prod-section{padding:56px 0;border-bottom:1px solid var(--prod-border)}.prod-section--alt{background:#fff}.prod-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.prod-section-grid--reverse{direction:rtl}.prod-section-grid--reverse .prod-section-content,.prod-section-grid--reverse .prod-section-visual{direction:ltr}.prod-section-content h2{font-family:var(--font-heading);font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:14px}.prod-lead{font-size:15px;line-height:1.7;color:var(--prod-muted);margin-bottom:20px}.prod-features-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:24px}.prod-features-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:500;line-height:1.4}.prod-features-list svg{color:var(--prod-orange);flex-shrink:0;margin-top:2px}.prod-feature-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.prod-feature-card{display:flex;gap:12px;padding:14px 16px;background:var(--prod-bg);border:1px solid var(--prod-border);border-radius:12px}.prod-section--alt .prod-feature-card{background:#fff}.prod-feature-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:#f7941d1a;border-radius:9px;color:var(--prod-orange)}.prod-feature-card strong{display:block;font-size:13px;font-weight:600;margin-bottom:3px}.prod-feature-card p{font-size:12px;line-height:1.5;color:var(--prod-muted);margin:0}.prod-section-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--prod-navy);text-decoration:none;transition:color .2s ease,gap .2s ease}.prod-section-link:hover{color:var(--prod-orange);gap:8px}.prod-section-visual img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;border:1px solid var(--prod-border)}.prod-grades{padding:56px 0;background:var(--prod-bg);border-bottom:1px solid var(--prod-border)}.prod-section-header{text-align:center;max-width:520px;margin:0 auto 36px}.prod-section-header h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:10px}.prod-section-header p{font-size:15px;line-height:1.65;color:var(--prod-muted)}.prod-grades-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.prod-grade-card{padding:20px 18px;background:#fff;border:1px solid var(--prod-border);border-radius:12px;text-align:center}.prod-grade-card strong{display:block;font-family:var(--font-heading);font-size:15px;font-weight:600;margin-bottom:6px;color:var(--prod-navy)}.prod-grade-card span{font-size:12px;line-height:1.5;color:var(--prod-muted)}.prod-waitlist{padding:56px 0;background:#fff}.prod-waitlist-card{max-width:720px;margin:0 auto;padding:40px 36px;background:var(--prod-bg);border:1px solid var(--prod-border);border-radius:20px}.prod-waitlist-head{text-align:center;margin-bottom:28px}.prod-waitlist-head h2{font-family:var(--font-heading);font-size:clamp(1.35rem,2.5vw,1.7rem);font-weight:600;margin-bottom:8px}.prod-waitlist-head p{font-size:14px;line-height:1.65;color:var(--prod-muted)}.prod-form-status{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:500;margin-bottom:20px}.prod-form-status--success{background:#22c55e1a;color:#15803d}.prod-form-status--error{background:#ef44441a;color:#b91c1c}.prod-form-status--loading{background:#0c213d0f;color:var(--prod-muted)}.prod-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.prod-form input,.prod-form select{padding:12px 14px;font-size:14px;font-family:var(--font-body);color:var(--prod-navy);background:#fff;border:1px solid var(--prod-border);border-radius:10px;outline:none;transition:border-color .2s ease}.prod-form input:focus,.prod-form select:focus{border-color:#f7941d80}.prod-form input::placeholder{color:#94a3b8}.prod-form select:invalid,.prod-form select option[value=""][disabled]{color:#94a3b8}.prod-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.prod-btn:disabled{opacity:.7;cursor:not-allowed}.prod-btn-primary{background:var(--prod-navy);color:#fff;border:1px solid var(--prod-navy)}.prod-btn-primary:hover:not(:disabled){background:var(--prod-orange);border-color:var(--prod-orange);transform:translateY(-1px)}.prod-btn-full{grid-column:1 / -1;width:100%}.prod-cta{padding:56px 0 80px}.prod-cta-card{text-align:center;max-width:640px;margin:0 auto;padding:44px 36px;background:var(--prod-navy);border-radius:20px;box-shadow:0 20px 48px #0c213d26}.prod-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;color:#fff;margin-bottom:10px}.prod-cta-card p{font-size:15px;line-height:1.65;color:#ffffffbf;margin-bottom:24px}.prod-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.prod-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.prod-btn-secondary:hover{border-color:#fff;background:#ffffff14}@media(max-width:1024px){.prod-section-grid{grid-template-columns:1fr;gap:32px}.prod-section-grid--reverse{direction:ltr}.prod-section-visual{order:-1}.prod-grades-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.prod-hero{padding:112px 0 44px}.prod-overview-grid,.prod-features-list,.prod-form,.prod-grades-grid{grid-template-columns:1fr}.prod-cta-actions{flex-direction:column}.prod-btn{width:100%}.prod-waitlist-card{padding:28px 20px}}.careers-page{--car-bg: #fdfcf9;--car-navy: #0c213d;--car-orange: #f7941d;--car-muted: #64748b;--car-border: rgba(12, 33, 61, .08);background:var(--car-bg);color:var(--car-navy);font-family:var(--font-body);overflow-x:hidden}.car-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--car-orange);margin-bottom:14px}.car-eyebrow-center{justify-content:center;width:100%}.car-eyebrow-line{width:32px;height:1px;background:#f7941d80}.car-section-header .car-eyebrow-line:last-child,.car-culture-content .car-eyebrow-line:last-child,.car-talent-card .car-eyebrow-line:last-child{display:none}.car-section-header .car-eyebrow,.car-culture-content .car-eyebrow,.car-talent-card .car-eyebrow{gap:0;margin-bottom:10px}.car-hero{padding:128px 0 56px;background:var(--car-bg);border-bottom:1px solid var(--car-border)}.car-hero-inner{text-align:center;max-width:680px;margin:0 auto}.car-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.car-hero p{font-size:16px;line-height:1.75;color:var(--car-muted);margin-bottom:28px}.car-hero-stats{display:flex;justify-content:center;gap:32px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--car-border)}.car-stat{text-align:center}.car-stat strong{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--car-navy);line-height:1.2}.car-stat span{font-size:12px;font-weight:500;color:var(--car-muted)}.car-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.car-jump-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--car-navy);text-decoration:none;background:#fff;border:1px solid var(--car-border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.car-jump-link:hover{border-color:var(--car-orange);color:var(--car-orange)}.car-section-header{text-align:center;max-width:560px;margin:0 auto 36px}.car-section-header h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:10px}.car-section-header p{font-size:15px;line-height:1.65;color:var(--car-muted)}.car-benefits{padding:56px 0;background:#fff;border-bottom:1px solid var(--car-border)}.car-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.car-benefit-card{padding:24px 22px;background:var(--car-bg);border:1px solid var(--car-border);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.car-benefit-card:hover{border-color:#f7941d59;box-shadow:0 4px 16px #0c213d0f}.car-benefit-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7941d1a;border-radius:10px;color:var(--car-orange);margin-bottom:14px}.car-benefit-card h3{font-family:var(--font-heading);font-size:16px;font-weight:600;margin-bottom:8px}.car-benefit-card p{font-size:13px;line-height:1.6;color:var(--car-muted);margin:0}.car-culture{padding:56px 0;border-bottom:1px solid var(--car-border)}.car-culture-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.car-culture-content h2{font-family:var(--font-heading);font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600;letter-spacing:-.02em;margin-bottom:14px}.car-lead{font-size:15px;line-height:1.7;color:var(--car-muted);margin-bottom:14px}.car-culture-content p:not(.car-lead){font-size:14px;line-height:1.65;color:var(--car-muted);margin-bottom:20px}.car-culture-tags{display:flex;flex-wrap:wrap;gap:10px}.car-culture-tags span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;color:var(--car-navy);background:#fff;border:1px solid var(--car-border);border-radius:999px}.car-culture-tags svg{color:var(--car-orange)}.car-culture-visual img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;border:1px solid var(--car-border)}.car-jobs{padding:56px 0;background:#fff;border-bottom:1px solid var(--car-border)}.car-jobs-toolbar{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.car-search{display:flex;align-items:center;gap:12px;padding:0 16px;background:var(--car-bg);border:1px solid var(--car-border);border-radius:12px;max-width:480px}.car-search svg{color:var(--car-muted);flex-shrink:0}.car-search input{flex:1;padding:13px 0;font-size:14px;font-family:var(--font-body);color:var(--car-navy);background:transparent;border:none;outline:none}.car-search input::placeholder{color:#94a3b8}.car-filters{display:flex;flex-wrap:wrap;gap:8px}.car-filter-btn{padding:8px 16px;font-size:13px;font-weight:500;font-family:var(--font-body);color:var(--car-navy);background:var(--car-bg);border:1px solid var(--car-border);border-radius:999px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.car-filter-btn:hover{border-color:#f7941d66}.car-filter-btn--active{background:var(--car-navy);color:#fff;border-color:var(--car-navy)}.car-results-count{font-size:13px;font-weight:600;color:var(--car-muted);margin-bottom:16px}.car-jobs-empty{padding:40px 24px;text-align:center;background:var(--car-bg);border:1px dashed var(--car-border);border-radius:14px}.car-jobs-empty p{font-size:14px;color:var(--car-muted);margin:0}.car-job-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;margin-bottom:12px;background:var(--car-bg);border:1px solid var(--car-border);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.car-job-card:hover{border-color:#f7941d4d;box-shadow:0 4px 16px #0c213d0d}.car-job-main{flex:1;min-width:0}.car-job-title{display:block;font-family:var(--font-heading);font-size:17px;font-weight:600;color:var(--car-navy);background:none;border:none;padding:0;margin-bottom:8px;cursor:pointer;text-align:left;transition:color .2s ease}.car-job-title:hover{color:var(--car-orange)}.car-job-meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:12px;font-size:13px;color:var(--car-muted)}.car-job-meta span{display:inline-flex;align-items:center;gap:5px}.car-job-exp{padding:2px 8px;font-size:11px;font-weight:600;color:var(--car-navy);background:#fff;border:1px solid var(--car-border);border-radius:6px}.car-skill-tags{display:flex;flex-wrap:wrap;gap:6px}.car-skill-tag{padding:4px 10px;font-size:11px;font-weight:600;color:var(--car-navy);background:#fff;border:1px solid var(--car-border);border-radius:999px}.car-talent{padding:56px 0;border-bottom:1px solid var(--car-border)}.car-talent-card{max-width:560px;margin:0 auto;padding:40px 36px;text-align:center;background:#fff;border:1px solid var(--car-border);border-radius:20px}.car-talent-card h2{font-family:var(--font-heading);font-size:clamp(1.35rem,2.5vw,1.7rem);font-weight:600;margin-bottom:8px}.car-talent-card>p{font-size:14px;line-height:1.65;color:var(--car-muted);margin-bottom:22px}.car-talent-note{margin-top:16px!important;margin-bottom:0!important;font-size:12px!important;color:var(--car-muted)!important}.car-talent-note a{color:var(--car-orange);text-decoration:none}.car-talent-note a:hover{text-decoration:underline}.car-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:none;cursor:pointer;font-family:var(--font-body);transition:transform .2s ease,background .2s ease,border-color .2s ease;white-space:nowrap}.car-btn:disabled{cursor:default}.car-btn-primary{background:var(--car-navy);color:#fff;border:1px solid var(--car-navy)}.car-btn-primary:hover:not(:disabled){background:var(--car-orange);border-color:var(--car-orange);transform:translateY(-1px)}.car-btn-success{background:#15803d!important;border-color:#15803d!important}.car-btn-outline{background:transparent;color:var(--car-navy);border:1px solid var(--car-border);flex-shrink:0}.car-btn-outline:hover{border-color:var(--car-orange);color:var(--car-orange)}.car-cta{padding:56px 0 80px}.car-cta-card{text-align:center;max-width:640px;margin:0 auto;padding:44px 36px;background:var(--car-navy);border-radius:20px;box-shadow:0 20px 48px #0c213d26}.car-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;color:#fff;margin-bottom:10px}.car-cta-card p{font-size:15px;line-height:1.65;color:#ffffffbf;margin-bottom:24px}.car-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.car-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.car-btn-secondary:hover{border-color:#fff;background:#ffffff14}@media(max-width:1024px){.car-benefits-grid{grid-template-columns:repeat(2,1fr)}.car-culture-grid{grid-template-columns:1fr;gap:32px}.car-culture-visual{order:-1}}@media(max-width:768px){.car-benefits-grid{grid-template-columns:1fr}.car-job-card{flex-direction:column;align-items:stretch}.car-btn-outline{width:100%}}@media(max-width:640px){.car-hero{padding:112px 0 44px}.car-hero-stats{flex-direction:column;gap:16px}.car-cta-actions{flex-direction:column}.car-cta-actions .car-btn{width:100%}.car-talent-card{padding:28px 20px}}.contact-page{--con-bg: #fdfcf9;--con-navy: #0c213d;--con-orange: #f7941d;--con-muted: #64748b;--con-border: rgba(12, 33, 61, .08);background:var(--con-bg);color:var(--con-navy);font-family:var(--font-body);overflow-x:hidden}.con-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--con-orange);margin-bottom:14px}.con-eyebrow-center{justify-content:center;width:100%}.con-eyebrow-line{width:32px;height:1px;background:#f7941d80}.con-section-header .con-eyebrow-line:last-child,.con-form-card .con-eyebrow-line:last-child,.con-info-header .con-eyebrow-line:last-child{display:none}.con-section-header .con-eyebrow,.con-form-card .con-eyebrow,.con-info-header .con-eyebrow{gap:0;margin-bottom:10px}.con-hero{padding:128px 0 56px;background:var(--con-bg);border-bottom:1px solid var(--con-border)}.con-hero-inner{text-align:center;max-width:680px;margin:0 auto}.con-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.con-hero p{font-size:16px;line-height:1.75;color:var(--con-muted);margin-bottom:28px}.con-hero-stats{display:flex;justify-content:center;gap:32px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--con-border)}.con-stat{text-align:center}.con-stat strong{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:600;line-height:1.2}.con-stat span{font-size:12px;font-weight:500;color:var(--con-muted)}.con-jump-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.con-jump-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--con-navy);text-decoration:none;background:#fff;border:1px solid var(--con-border);border-radius:999px;transition:border-color .2s ease,color .2s ease}.con-jump-link:hover{border-color:var(--con-orange);color:var(--con-orange)}.con-section-header{text-align:center;max-width:520px;margin:0 auto 36px}.con-section-header h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:10px}.con-section-header p{font-size:15px;line-height:1.65;color:var(--con-muted)}.con-help{padding:56px 0;background:#fff;border-bottom:1px solid var(--con-border)}.con-help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.con-help-card{padding:22px 20px;background:var(--con-bg);border:1px solid var(--con-border);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.con-help-card:hover{border-color:#f7941d59;box-shadow:0 4px 16px #0c213d0f}.con-help-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7941d1a;border-radius:10px;color:var(--con-orange);margin-bottom:12px}.con-help-card h3{font-family:var(--font-heading);font-size:15px;font-weight:600;margin-bottom:8px}.con-help-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:var(--con-muted);text-decoration:none;word-break:break-all;transition:color .2s ease,gap .2s ease}.con-help-link:hover{color:var(--con-orange);gap:7px}.con-main{padding:56px 0;border-bottom:1px solid var(--con-border)}.con-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}.con-form-card{padding:36px 32px;background:#fff;border:1px solid var(--con-border);border-radius:20px}.con-form-card h2,.con-info-header h2{font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;margin-bottom:22px}.con-status{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:500;margin-bottom:20px}.con-status--loading{background:#0c213d0f;color:var(--con-muted)}.con-status--success{background:#22c55e1a;color:#15803d}.con-status--error{background:#ef44441a;color:#b91c1c}.con-form{display:flex;flex-direction:column;gap:16px}.con-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.con-field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:var(--con-navy)}.con-field input,.con-field select,.con-field textarea{width:100%;padding:12px 14px;font-size:14px;font-family:var(--font-body);color:var(--con-navy);background:var(--con-bg);border:1px solid var(--con-border);border-radius:10px;outline:none;transition:border-color .2s ease}.con-field textarea{resize:vertical;min-height:120px}.con-field input:focus,.con-field select:focus,.con-field textarea:focus{border-color:#f7941d80}.con-field input::placeholder,.con-field textarea::placeholder{color:#94a3b8}.con-info-header{margin-bottom:20px}.con-info-header p{font-size:14px;color:var(--con-muted);line-height:1.6}.con-office-card{padding:22px 20px;margin-bottom:14px;background:#fff;border:1px solid var(--con-border);border-radius:14px}.con-office-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.con-office-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0c213d0f;border-radius:9px;color:var(--con-navy)}.con-office-card h3{font-family:var(--font-heading);font-size:16px;font-weight:600}.con-office-address{font-style:normal;font-size:13px;line-height:1.55;color:var(--con-muted);margin-bottom:12px}.con-office-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--con-navy);text-decoration:none;margin-bottom:6px;transition:color .2s ease}.con-office-link:hover{color:var(--con-orange)}.con-office-hours{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--con-muted);margin-top:10px;padding-top:10px;border-top:1px solid var(--con-border)}.con-maps-link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;font-size:12px;font-weight:600;color:var(--con-orange);text-decoration:none}.con-maps-link:hover{text-decoration:underline}.con-locations{padding:56px 0;background:#fff;border-bottom:1px solid var(--con-border)}.con-locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;margin:0 auto}.con-location-card{padding:24px 22px;background:var(--con-bg);border:1px solid var(--con-border);border-radius:14px;text-align:center}.con-location-pin{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7941d1a;border-radius:10px;color:var(--con-orange);margin-bottom:12px}.con-location-card h3{font-family:var(--font-heading);font-size:18px;font-weight:600;margin-bottom:4px}.con-location-name{font-size:11px;font-weight:500;color:var(--con-orange);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.con-location-card address{font-style:normal;font-size:13px;line-height:1.55;color:var(--con-muted);margin-bottom:12px}.con-faq{padding:56px 0;border-bottom:1px solid var(--con-border)}.con-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.con-faq-item{background:#fff;border:1px solid var(--con-border);border-radius:12px;overflow:hidden}.con-faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 20px;font-family:var(--font-heading);font-size:15px;font-weight:600;text-align:left;color:var(--con-navy);background:none;border:none;cursor:pointer}.con-faq-icon{flex-shrink:0;color:var(--con-muted);transition:transform .25s ease,color .25s ease}.con-faq-item--open .con-faq-icon{transform:rotate(180deg);color:var(--con-orange)}.con-faq-answer{overflow:hidden}.con-faq-answer p{padding:0 20px 18px;font-size:14px;line-height:1.65;color:var(--con-muted);margin:0}.con-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:none;cursor:pointer;font-family:var(--font-body);transition:transform .2s ease,background .2s ease}.con-btn:disabled{opacity:.7;cursor:not-allowed}.con-btn-primary{background:var(--con-navy);color:#fff;border:1px solid var(--con-navy)}.con-btn-primary:hover:not(:disabled){background:var(--con-orange);border-color:var(--con-orange);transform:translateY(-1px)}.con-btn-full{width:100%;margin-top:4px}.con-cta{padding:56px 0 80px}.con-cta-card{text-align:center;max-width:600px;margin:0 auto;padding:44px 36px;background:var(--con-navy);border-radius:20px;box-shadow:0 20px 48px #0c213d26}.con-cta-card h2{font-family:var(--font-heading);font-size:clamp(1.5rem,2.8vw,1.9rem);font-weight:600;color:#fff;margin-bottom:10px}.con-cta-card p{font-size:15px;line-height:1.65;color:#ffffffbf;margin-bottom:24px}.con-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.con-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.con-btn-secondary:hover{border-color:#fff;background:#ffffff14}@media(max-width:1024px){.con-help-grid{grid-template-columns:repeat(2,1fr)}.con-layout{grid-template-columns:1fr}}@media(max-width:768px){.con-help-grid,.con-form-row,.con-locations-grid{grid-template-columns:1fr}}@media(max-width:640px){.con-hero{padding:112px 0 44px}.con-hero-stats{flex-direction:column;gap:16px}.con-form-card{padding:28px 20px}.con-cta-actions{flex-direction:column}.con-cta-actions .con-btn{width:100%}.con-cta-card{padding:32px 22px}}:root{--brand-navy: #0c213d;--brand-orange: #f7941d;--glass-white: rgba(255, 255, 255, .8);--glass-border: rgba(12, 33, 61, .1);--text-navy: #0c213d;--text-muted: #64748b}.apply-now-page{min-height:100vh;background:#fdfbf7;color:var(--brand-navy);padding:120px 0 60px;font-family:var(--font-body);position:relative;overflow-x:hidden;transition:filter .5s ease}.apply-now-page.is-parsing{filter:blur(5px)}.apply-now-page:before{content:"";position:absolute;top:10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(247,148,29,.08) 0%,transparent 70%);z-index:0;pointer-events:none}.apply-layout{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:350px 1fr;gap:60px;position:relative;z-index:10}.apply-sidebar{position:sticky;top:120px;height:fit-content}.sidebar-job-card h1{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:20px;color:var(--brand-navy)}.back-link{background:none;border:none;color:#64748b;display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer;margin-bottom:30px;transition:color .3s}.back-link:hover{color:var(--brand-orange)}.sidebar-job-card{padding:30px;margin-bottom:40px}.badge-premium{display:inline-block;padding:6px 12px;background:#f7941d1a;color:var(--brand-orange);border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.sidebar-job-card h1{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:20px}.sidebar-meta{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.meta-item{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:15px}.meta-item svg{color:var(--brand-orange)}.job-description-short p{font-size:15px;line-height:1.6;color:var(--text-muted)}.progress-stepper{display:flex;flex-direction:column;gap:20px;margin-top:20px;padding-left:10px}.step-item{display:flex;align-items:center;gap:15px;opacity:.4;transition:all .4s ease}.step-item.active{opacity:1}.step-item.completed{opacity:.8}.step-point{width:36px;height:36px;border-radius:50%;background:var(--glass-white);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;transition:all .4s ease}.step-item.active .step-point{background:var(--brand-orange);color:#000;border-color:var(--brand-orange);box-shadow:0 0 20px #f7941d4d}.step-item.completed .step-point{background:#10b981;color:#fff;border-color:#10b981}.step-label{font-weight:600;font-size:15px}.glass-card{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(12,33,61,.08);border-radius:24px;box-shadow:0 20px 40px #0c213d1a}.apply-main{max-width:800px}.wizard-form{padding:50px;min-height:500px}.step-header{margin-bottom:30px}.one-click-apply{margin-bottom:25px;text-align:center}.one-click-apply>span{font-size:13px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase}.social-apply-btns{display:flex;justify-content:center;gap:15px;margin-top:15px}.btn-linkedin,.btn-google{display:flex;align-items:center;gap:10px;padding:10px 24px;border-radius:99px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s;border:1px solid #e2e8f0;background:#fff;color:var(--brand-navy)}.btn-linkedin{border-color:#0077b5;color:#0077b5}.btn-linkedin:hover{background:#0077b5;color:#fff;box-shadow:0 5px 15px #0077b533}.btn-google{border-color:#ea4335;color:#ea4335}.btn-google:hover{background:#ea4335;color:#fff;box-shadow:0 5px 15px #ea433533}.divider-text{position:relative;text-align:center;margin:30px 0}.divider-text:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#e2e8f0;z-index:1}.divider-text span{position:relative;z-index:2;background:#fff;padding:0 20px;font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:2px}.step-header h2{font-size:28px;font-weight:700;margin-bottom:8px}.step-header p{color:var(--text-muted);font-size:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.input-box.full{grid-column:span 2}.input-box label{display:block;font-size:14px;font-weight:600;color:var(--text-navy);margin-bottom:10px}.input-box input,.input-box select,.input-box textarea{width:100%;background:#fff;border:1px solid #e2e8f0;padding:14px 18px;border-radius:12px;color:var(--text-navy)!important;font-size:15px;transition:all .3s;outline:none}.input-box select option{background-color:#fff;color:var(--text-navy)}.input-box input::placeholder{color:#94a3b8}.input-box input:focus,.input-box select:focus,.input-box textarea:focus{border-color:var(--brand-orange);background:#fff;box-shadow:0 0 0 4px #f7941d1a}.phone-wrapper{display:flex;gap:10px}.phone-wrapper select{width:100px}.field-error{display:block;color:#f87171;font-size:12px;margin-top:8px;font-weight:500}.error-field{border-color:#f87171!important}.consent-checkbox{margin-bottom:40px}.consent-checkbox label{display:flex;gap:12px;cursor:pointer;font-size:14px;color:var(--text-navy);align-items:center}.consent-checkbox input{width:18px;height:18px;accent-color:var(--brand-orange)}.icon-input{position:relative;display:flex;align-items:center}.icon-input svg{position:absolute;left:15px;color:var(--brand-orange)}.icon-input input{padding-left:45px}.social-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.icon-input-simple{position:relative;display:flex;align-items:center}.icon-input-simple svg{position:absolute;left:15px;color:var(--brand-orange)}.icon-input-simple input{padding-left:45px}.upload-zone{margin-bottom:40px}.drop-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;border:2px dashed #e2e8f0;border-radius:20px;background:#fff;cursor:pointer;transition:all .3s;text-align:center}.drop-card.has-file{border-style:solid;border-color:#10b981;background:#10b9810d}.drop-card:not(.has-file):hover{border-color:var(--brand-orange);background:#f7941d0d}.upload-icon-circle{width:70px;height:70px;border-radius:50%;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:var(--brand-orange);margin-bottom:20px}.drop-card.has-file .upload-icon-circle{color:#10b981}.btn-browse{margin-top:20px;padding:10px 24px;background:var(--brand-orange);color:#000;border-radius:8px;font-weight:700;font-size:14px}.step-actions{display:flex;justify-content:flex-end;gap:20px;margin-top:20px;border-top:1px solid var(--glass-border);padding-top:30px}.btn-next,.btn-submit{padding:14px 40px;background:var(--brand-orange);color:#000;border:none;border-radius:12px;font-weight:800;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .3s;box-shadow:0 10px 20px #f7941d33}.btn-back{padding:14px 30px;background:#fff;border:1px solid #e2e8f0;color:var(--text-navy);border-radius:12px;font-weight:600;cursor:pointer}.btn-next:hover,.btn-submit:hover{transform:translateY(-3px);box-shadow:0 15px 30px #f7941d4d}.btn-back:hover{background:#f8fafc;border-color:var(--brand-orange)}.success-overlay{position:fixed;inset:0;background:#0b1020f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:40px}.success-modal{max-width:500px;padding:60px;text-align:center;display:flex;flex-direction:column;align-items:center}.success-modal h2{font-size:32px;margin:24px 0 16px}.success-modal p{color:var(--text-muted);font-size:17px;line-height:1.6;margin-bottom:40px}.btn-finish{padding:16px 40px;background:var(--brand-orange);color:#000;border:none;border-radius:12px;font-weight:800;cursor:pointer}.parsing-overlay{position:fixed;inset:0;z-index:3000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;text-align:center}.parsing-content{max-width:400px}.ai-scanner{width:100px;height:100px;margin:0 auto 30px;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid var(--brand-orange);border-radius:12px;overflow:hidden}.scan-icon{color:var(--brand-navy)}.scanner-line{position:absolute;top:0;left:0;width:100%;height:2px;background:var(--brand-orange);box-shadow:0 0 15px var(--brand-orange);z-index:10;animation:scanAnimation 2s linear infinite}@keyframes scanAnimation{0%{top:0}50%{top:100%}to{top:0}}.scan-progress-bar{width:100%;height:6px;background:#f1f5f9;border-radius:99px;margin-top:25px;overflow:hidden}.progress-fill{height:100%;background:var(--brand-orange)}.parsing-content h3{font-size:22px;margin-bottom:10px;color:var(--brand-navy)}.parsing-content p{color:var(--text-muted)}@media(max-width:1100px){.apply-layout{grid-template-columns:1fr;padding:0 24px}.apply-sidebar{position:relative;top:0}.progress-stepper{flex-direction:row;justify-content:space-between;margin-bottom:40px}.step-label{display:none}}@media(max-width:768px){.wizard-form{padding:30px 20px}.form-grid{grid-template-columns:1fr}.input-box.full{grid-column:1}.social-inputs{grid-template-columns:1fr}}.legal-container{max-width:1000px;margin:120px auto 80px;padding:0 40px;font-family:var(--font-body);color:#2d3748}.legal-header{text-align:center;margin-bottom:60px;position:relative;padding-bottom:30px}.legal-header h1{font-size:3.5rem;color:#0c213d;margin-bottom:20px;font-weight:800;letter-spacing:-.02em}.legal-header p{color:#718096;font-size:1.1rem}.legal-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:#f7941d;border-radius:2px}.legal-content{background:#fff;padding:60px;border-radius:24px;box-shadow:0 20px 40px #0000000d;border:1px solid #edf2f7}.legal-section{margin-bottom:40px}.legal-section:last-child{margin-bottom:0}.legal-section h2{color:#0c213d;font-size:1.8rem;margin-bottom:20px;font-weight:700;display:flex;align-items:center;gap:12px}.legal-section p{line-height:1.8;margin-bottom:15px;font-size:1.1rem}.legal-section ul{list-style:none;padding-left:0;margin-top:15px}.legal-section li{position:relative;padding-left:25px;margin-bottom:12px;line-height:1.6}.legal-section li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#f7941d;border-radius:50%}.legal-section strong{color:#0c213d}@media(max-width:768px){.legal-container{margin:100px auto 40px;padding:0 20px}.legal-header h1{font-size:2.5rem}.legal-content{padding:40px 25px;border-radius:16px}.legal-section h2{font-size:1.5rem}}.floating-actions{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:15px;z-index:9999}.floating-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 10px 25px #0003;color:#fff;transition:all .3s ease;position:relative}.floating-btn.whatsapp{background:#25d366}.floating-btn.whatsapp:hover{background:#128c7e;box-shadow:0 15px 30px #25d36666}.floating-btn.scroll-top{background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.floating-btn.scroll-top:hover{background:#0f172a;box-shadow:0 15px 30px #0f172a66}.ping-effect{position:absolute;width:100%;height:100%;border-radius:50%;background:#25d366;opacity:.6;z-index:-1;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(1.6);opacity:0}}@media(max-width:768px){.floating-actions{bottom:20px;right:20px;gap:10px}.floating-btn{width:50px;height:50px}.floating-btn svg{width:24px;height:24px}}.cookie-consent-container{position:fixed;bottom:0;left:0;width:100%;z-index:10000;animation:slideUpBar .5s ease-out}@keyframes slideUpBar{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -5px 25px #0000001a;padding:12px 40px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-left:none;border-bottom:3px solid #f7941d}.cookie-content{display:flex;gap:12px;align-items:center;flex:1}.cookie-icon{font-size:16px}.cookie-text p{margin:0;color:#4a5568;line-height:1.4;font-size:12px;font-weight:500}.cookie-text a{color:#0c213d;text-decoration:underline;font-weight:600;margin-left:5px}.cookie-text a:hover{color:#f7941d}.cookie-actions{display:flex;gap:12px;align-items:center}.cookie-btn{padding:6px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:11px;border:none;white-space:nowrap}.cookie-btn.accept{background:#0c213d;color:#fff}.cookie-btn.accept:hover{background:#1a3a5f;transform:translateY(-1px)}.cookie-btn.decline{background:transparent;color:#718096;border:1px solid #e2e8f0}.cookie-btn.decline:hover{background:#f7fafc;color:#4a5568}@media(max-width:768px){.cookie-consent-card{flex-direction:column;padding:15px 20px;gap:12px;text-align:center}.cookie-content{justify-content:center}.cookie-actions{width:100%;justify-content:center}.cookie-btn{flex:1}}:root{--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", var(--font-body);--primary: #1e293b;--primary-dark: #0f172a;--secondary: #334155;--accent: #64748b;--background: #f8fafc;--foreground: #0f172a;--muted: rgba(255, 255, 255, .4);--muted-foreground: #475569;--card: rgba(255, 255, 255, .8);--card-foreground: #0f172a;--border: rgba(0, 0, 0, .05);--input: rgba(255, 255, 255, .8);--ring: #1e293b;--gradient-primary: linear-gradient(135deg, #1e293b 0%, #334155 50%, #64748b 100%);--gradient-secondary: linear-gradient(135deg, #334155 0%, #475569 50%, #1e293b 100%);--gradient-background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #f8fafc 50%, #edf2f7 75%, #f8fafc 100%);--radius: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .02);--shadow: 0 4px 12px rgba(0, 0, 0, .04);--shadow-md: 0 8px 20px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .08);--shadow-glass: 0 8px 32px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f8fafc,#f1f5f9,#f8fafc);background-size:400% 400%;animation:gradientShift 20s ease infinite;color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 10% 20%,rgba(71,85,105,.03) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(30,41,59,.03) 0%,transparent 40%);pointer-events:none;z-index:0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1{font-size:3.5rem;letter-spacing:-.02em}h2{font-size:2.75rem;letter-spacing:-.01em}h3{font-size:1.75rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#1d1d1f}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section{padding:5rem 0;position:relative;z-index:1}.glass{background:#ffffff40;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.3);box-shadow:var(--shadow-glass),inset 0 1px #ffffff80}.glass-card{background:#ffffff4d;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-glass),inset 0 1px #fff9;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#fff6;transform:translateY(-4px);box-shadow:0 12px 40px #00000026,inset 0 1px #ffffffb3}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#fff;box-shadow:0 4px 15px #0f172a33,0 2px 8px #1e293b1a,inset 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.05)}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#1e293b,#334155,#475569);transform:translateY(-2px);box-shadow:0 8px 25px #0f172a4d,0 4px 15px #1e293b33,inset 0 1px #fff3}.btn-primary:hover:before{opacity:1}.btn-outline{border:1px solid rgba(255,255,255,.3);background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--foreground)}.btn-outline:hover{background:#0f172a0d;border-color:#1e293b80;color:#1e293b;box-shadow:0 4px 12px #0000000d}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.logo-content{display:flex;align-items:center;gap:.75rem}.logo-text-group{display:flex;flex-direction:column;justify-content:center}.logo-kam{font-size:1.8rem;font-weight:900;line-height:1;color:#0f172a;letter-spacing:-.04em;font-family:var(--font-heading);transition:all .3s ease}.logo-global{font-size:.8rem;font-weight:600;line-height:1;color:#475569;letter-spacing:.4em;text-transform:uppercase;margin-top:.3rem;display:flex;align-items:center;transition:all .3s ease}.logo-global:after{content:"";display:inline-block;width:6px;height:6px;background:#0ea5e9;border-radius:50%;margin-left:.6rem;box-shadow:0 0 10px #0ea5e966}
