*,:before,:after{box-sizing:border-box;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{min-height:100vh}img,picture,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--primary:#0056b3;--primary-rgb:0, 86, 179;--accent-rgb:0, 174, 239;--primary-light:#1a73e8;--primary-dark:#003f85;--accent:#00aeef;--white:#fff;--black:#000;--background:#f8fafc;--surface:#fff;--surface-light:#f1f5f9;--heading:#111827;--text:#4b5563;--text-light:#6b7280;--text-muted:#94a3b8;--border:#e5e7eb;--border-light:#f1f5f9;--success:#16a34a;--warning:#f59e0b;--danger:#dc2626;--font-family:"Plus Jakarta Sans", sans-serif;--fs-display:64px;--fs-h1:52px;--fs-h2:40px;--fs-h3:32px;--fs-h4:24px;--fs-h5:20px;--fs-body-lg:20px;--fs-body:18px;--fs-small:16px;--fs-xs:14px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--lh-heading:1.2;--lh-body:1.7;--container-width:1200px;--header-height:80px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;--space-7:80px;--space-8:96px;--space-9:120px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--radius-pill:999px;--shadow-sm:0 2px 10px #0000000d;--shadow-md:0 8px 20px #00000014;--shadow-lg:0 15px 40px #0000001f;--transition-fast:.2s ease;--transition:.3s ease;--transition-slow:.5s ease;--z-dropdown:1000;--z-sticky:1010;--z-fixed:1020;--z-modal:1030;--z-tooltip:1040}body{font-family:var(--font-family);background:var(--background);color:var(--text);line-height:var(--lh-body);overflow-x:hidden}section{width:100%}.container{width:min(var(--container-width), calc(100% - 40px));margin-inline:auto}.flex{display:flex}.grid{display:grid}.align-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.w-100{width:100%}.hidden{display:none}.navbar{width:100%;z-index:var(--z-sticky);transition:all .35s;position:fixed;top:0;left:0}.navbar:before{content:"";opacity:1;pointer-events:none;background:linear-gradient(#00000059,#0000);transition:all .35s;position:absolute;inset:0}.navbar.scrolled{-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow-md);background:#ffffffc7;border-bottom:1px solid #fff6}.navbar.scrolled:before{opacity:0}.navbar-container{z-index:2;justify-content:space-between;align-items:center;height:90px;transition:all .35s;display:flex;position:relative}.navbar.scrolled .navbar-container{height:72px}.logo{flex-shrink:0;align-items:center;display:flex}.logo img{width:auto;height:110px;transition:all .35s;display:block}.logo:hover img{transform:scale(1.03)}.navbar.scrolled .logo img{height:72px}.navbar:not(.scrolled) .nav-link{color:#ffffffeb;transition:all .3s}.navbar:not(.scrolled) .nav-link:hover,.navbar:not(.scrolled) .nav-link.active{color:#fff}.navbar.scrolled .nav-link{color:var(--heading)}.navbar.scrolled .nav-link:hover,.navbar.scrolled .nav-link.active{color:var(--primary)}.nav-actions{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.search-btn{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .3s;display:flex}.navbar:not(.scrolled) .search-btn{color:#ffffffeb}.navbar:not(.scrolled) .search-btn:hover{color:#fff;background:#ffffff1f}.navbar.scrolled .search-btn{color:var(--heading)}.navbar.scrolled .search-btn:hover{background:var(--surface-light);color:var(--primary)}.menu-btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.6rem;transition:all .3s;display:none}.navbar:not(.scrolled) .menu-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff14;border:1px solid #ffffff26}.navbar:not(.scrolled) .menu-btn:hover{background:#ffffff2e}.navbar.scrolled .menu-btn{background:var(--surface);color:var(--heading);box-shadow:var(--shadow-sm)}.navbar.scrolled .menu-btn:hover{background:var(--primary);color:#fff}@media (width<=992px){.search-btn{display:none}.menu-btn{display:flex}.logo img{height:80px}.navbar.scrolled .logo img{height:60px}}.desktop-nav{align-items:center;gap:1.8rem;display:flex}.desktop-nav>a{color:#ffffffeb;align-items:center;height:90px;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative}.navbar.scrolled .desktop-nav>a{height:72px;color:var(--heading)}.desktop-nav>a:hover,.desktop-nav>a.active{color:var(--primary)}.desktop-nav>a:after{content:"";background:var(--primary);border-radius:999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after{width:100%}.dropdown{align-items:center;height:90px;display:flex;position:relative}.navbar.scrolled .dropdown{height:72px}.dropdown-btn{color:#ffffffeb;align-items:center;gap:.4rem;height:100%;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative}.navbar.scrolled .dropdown-btn{color:var(--heading)}.dropdown-btn:hover,.dropdown.active .dropdown-btn{color:var(--primary)}.dropdown-btn:after{content:"";background:var(--primary);border-radius:999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.dropdown:hover .dropdown-btn:after,.dropdown.active .dropdown-btn:after{width:100%}.dropdown-icon{font-size:18px;transition:transform .3s}.dropdown:hover .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;z-index:1000;background:#fffffff5;border:1px solid #fffc;border-radius:18px;width:320px;padding:.8rem;transition:opacity .3s,transform .3s,visibility .3s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(14px);box-shadow:0 18px 45px #00000014,0 8px 20px #0000000d}.dropdown-menu:before{content:"";background:#fff;border-top:1px solid #0000000d;border-left:1px solid #0000000d;width:16px;height:16px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu a{color:var(--heading);border-radius:12px;align-items:center;padding:.95rem 1rem;font-size:.95rem;font-weight:500;transition:all .25s;display:flex}.dropdown-menu a:hover{color:var(--primary);background:#126eff0f;padding-left:1.4rem}@media (width<=992px){.desktop-nav{display:none}}.dropdown{position:relative}.dropdown-btn{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;align-items:center;gap:.4rem;display:flex}.dropdown-icon{transition:all .25s}.dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;z-index:999;background:#ffffffeb;border-radius:14px;min-width:260px;padding:.8rem;transition:all .25s;position:absolute;top:120%;left:0;transform:translateY(10px);box-shadow:0 25px 60px #0000001f}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:var(--text);border-radius:10px;padding:.7rem .9rem;transition:all .2s;display:block}.dropdown-menu a:hover{color:var(--primary);background:#0056b314}.dropdown-menu a.active{color:var(--primary);background:#0056b31f;font-weight:600}.dropdown.active .dropdown-btn{color:var(--primary)}.mobile-menu{z-index:1100;background:#fff;flex-direction:column;width:340px;max-width:90%;height:100dvh;transition:right .45s cubic-bezier(.22,.61,.36,1);display:flex;position:fixed;top:0;right:-100%;overflow:hidden;box-shadow:-25px 0 50px #00000026}.mobile-menu.active{right:0}.mobile-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-header img{width:auto;height:58px}.mobile-close{background:#f6f6f6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.mobile-close:hover{background:var(--primary);color:#fff}.mobile-search{background:#f7f7f7;border-radius:14px;flex-shrink:0;align-items:center;gap:.75rem;margin:1.25rem;padding:.9rem 1rem;display:flex}.mobile-search svg{color:#888;font-size:20px}.mobile-search input{background:0 0;border:none;outline:none;flex:1;font-size:15px}.mobile-menu-body{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:1;padding:0 1.5rem;overflow:hidden auto}.mobile-links{flex-direction:column;display:flex}.mobile-links>a{color:var(--heading);border-bottom:1px solid #f2f2f2;align-items:center;padding:1rem 0;font-weight:600;transition:all .3s;display:flex}.mobile-links>a:hover,.mobile-links>a.active{color:var(--primary)}.mobile-dropdown{border-bottom:1px solid #f2f2f2}.mobile-dropdown-btn{width:100%;color:var(--heading);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 0;font-size:15px;font-weight:600;display:flex}.mobile-dropdown-btn svg{transition:transform .35s}.mobile-dropdown.open .mobile-dropdown-btn svg{transform:rotate(180deg)}.mobile-dropdown-menu{max-height:0;transition:max-height .35s;overflow:hidden}.mobile-dropdown.open .mobile-dropdown-menu{max-height:450px}.mobile-dropdown-menu a{color:#666;padding:.85rem 0 .85rem 1rem;transition:all .25s;display:block}.mobile-dropdown-menu a:hover{color:var(--primary);padding-left:1.4rem}.mobile-contact-bar{background:#fff;border-top:1px solid #ececec;flex-shrink:0;gap:.65rem;padding:.85rem 1rem;display:flex}.mobile-contact-bar a{background:#f8fafc;border:1px solid #edf1f5;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.22rem;height:58px;transition:all .25s;display:flex}.mobile-contact-bar a:hover{background:var(--primary);transform:translateY(-2px)}.mobile-contact-bar svg{color:var(--primary);font-size:18px;transition:all .25s}.mobile-contact-bar small{color:var(--heading);font-size:.72rem;font-weight:600;transition:all .25s}.mobile-contact-bar a:hover svg,.mobile-contact-bar a:hover small{color:#fff}.mobile-contact-bar span{font-size:.82rem;font-weight:600}.nav-overlay{z-index:1090;background:#00000073;animation:.3s fade;position:fixed;inset:0}@keyframes fade{0%{opacity:0}to{opacity:1}}@media (width>=993px){.mobile-menu,.nav-overlay{display:none}}.footer{color:var(--white);background:radial-gradient(circle at 85% 10%,#ffffff14,#0000 35%),radial-gradient(circle at 15% 90%,#ffffff0d,#0000 35%),linear-gradient(#0056b3 0%,#00489a 45%,#003f85 100%);position:relative;overflow:hidden}.footer:before,.footer:after{content:"";pointer-events:none;filter:blur(100px);border-radius:50%;position:absolute}.footer:before{background:radial-gradient(circle,#ffffff1f,#0000 70%);width:720px;height:720px;top:-300px;right:-220px}.footer:after{background:radial-gradient(circle,#ffffff14,#0000 72%);width:520px;height:520px;bottom:-220px;left:-160px}.footer-main{z-index:5;padding:7rem 0 5rem;position:relative}.footer-grid{grid-template-columns:1.45fr 1.1fr 1fr 1.45fr;align-items:start;gap:1.6rem;display:grid}.footer-col{-webkit-backdrop-filter:blur(30px)saturate(180%);background:linear-gradient(#0a122066,#080e189e);border-radius:34px;align-self:start;padding:2rem;transition:all .45s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #ffffff05,0 18px 60px #0003}.footer-col:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#0000 35%,#ffffff05);position:absolute;inset:1px}.footer-col:after{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#ffffff14,#0000 72%);border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;left:-50px}.footer-col:hover{background:linear-gradient(#0f182885,#0a121ebf);transform:translateY(-6px)scale(1.02);box-shadow:inset 0 1px #ffffff1a,0 28px 80px #00000042}.footer-col.about{padding:2.45rem 2rem}.footer-col h3{color:var(--white);font-size:var(--fs-h5);margin-bottom:1.35rem;font-weight:700}.footer-col p{color:#ffffffdb;line-height:1.85;font-size:var(--fs-xs)}.footer-col ul{flex-direction:column;gap:.9rem;list-style:none;display:flex}.footer-col li{color:#ffffffd1;cursor:pointer;padding-left:18px;transition:all .35s;position:relative}.footer-col li:before{content:"";opacity:0;background:#7fcbff;border-radius:50%;width:6px;height:6px;transition:all .35s;position:absolute;top:50%;left:0;transform:translateY(-50%)scale(.5)}.footer-col li:hover{color:#fff;transform:translate(8px)}.footer-col li:hover:before{opacity:1;transform:translateY(-50%)scale(1);box-shadow:0 0 14px #7fcbff}.footer-pill{-webkit-backdrop-filter:blur(26px)saturate(180%);color:#fff;cursor:pointer;background:#0a122061;border:none;border-radius:999px;align-items:center;gap:.55rem;height:34px;padding:0 .9rem;font-size:.78rem;font-weight:600;transition:all .35s;display:flex;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #ffffff05,0 10px 24px #0000002e}.footer-pill svg{color:#9fd7ff;background:#ffffff14;border-radius:50%;width:22px;height:22px;padding:5px;transition:all .35s}.footer-pill:hover{background:#101c2e85;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 18px 35px #0000003d}.footer-pill:hover svg{color:#fff;background:#ffffff24;transform:scale(1.1)}.contact{flex-direction:column;gap:.9rem;margin-top:1.6rem;display:flex}.contact-item{color:#ffffffe6;align-items:center;gap:.85rem;font-size:.92rem;display:flex}.contact-item svg{color:#fff;-webkit-backdrop-filter:blur(20px)saturate(180%);background:linear-gradient(#121c2cd9,#0a121eb8);border-radius:50%;flex-shrink:0;width:38px;height:38px;padding:8px;transition:all .35s;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #00000038}.contact-item:hover svg{transform:scale(1.08);box-shadow:inset 0 1px #ffffff24,0 14px 28px #00000047}.footer-actions{border-top:1px solid #ffffff14;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;margin-top:1.4rem;padding-top:1.2rem;display:flex}.footer-action{cursor:pointer;white-space:nowrap;color:#fffffff5;-webkit-backdrop-filter:blur(24px)saturate(180%);background:linear-gradient(#101a2ae0,#080e18c7);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;height:40px;padding:0 1rem;font-size:.82rem;font-weight:600;transition:all .35s;display:flex;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #ffffff08,0 10px 24px #00000047}.footer-action svg{background:#ffffff14;border-radius:50%;width:24px;height:24px;padding:5px;transition:all .35s}.footer-action:hover{background:linear-gradient(#162234eb,#0a121ed6);transform:translateY(-3px);box-shadow:inset 0 1px #ffffff1f,0 18px 38px #00000052}.footer-action:hover svg{background:#ffffff24;transform:scale(1.08)}.footer-action:active{transform:translateY(-1px)}.newsletter{-webkit-backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;height:58px;margin-top:1.5rem;padding:5px;display:flex;overflow:hidden}.newsletter input{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 1.2rem;font-size:.9rem}.newsletter input::placeholder{color:#ffffff8c}.newsletter button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .35s;display:flex;box-shadow:0 10px 25px #2563eb59}.newsletter button svg{stroke-width:2.5px;width:22px;height:22px}.newsletter button:hover{transform:translate(3px)scale(1.05);box-shadow:0 15px 35px #2563eb80}.newsletter-note{color:#ffffffbf;align-items:center;gap:.8rem;margin-top:1.2rem;font-size:.85rem;display:flex}.newsletter-note svg{color:#60a5fa;background:#2563eb2e;border:1px solid #ffffff1f;border-radius:50%;width:38px;height:38px;padding:9px}.footer-bottom{z-index:5;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#ffffff14,#ffffff0a);border-top:1px solid #ffffff14;justify-content:center;align-items:center;height:60px;display:flex;position:relative}.footer-bottom p{color:#ffffffe0;letter-spacing:.04em;font-size:.88rem}.footer-col h3,.footer-col p,.footer-col li,.contact-item,.footer-action,.newsletter,.newsletter-note{z-index:2;position:relative}.footer-col:hover h3{color:#fff}.footer-col:hover:before{opacity:1}.footer-action:focus-visible,.newsletter input:focus,.newsletter button:focus{outline:none;box-shadow:0 0 0 3px #7fcbff38}.footer-action,.newsletter button{-webkit-tap-highlight-color:transparent}.footer-action svg,.contact-item svg,.newsletter-note svg{transition:transform .35s,background .35s,box-shadow .35s}.contact-item:hover svg,.newsletter-note:hover svg{background:#ffffff1f;transform:scale(1.08);box-shadow:0 10px 25px #00000038}@media (width<=1200px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:1.25rem}.footer-col{padding:1.8rem}.footer-action{padding:0 .9rem;font-size:.78rem}}@media (width<=992px){.footer-main{padding:5rem 0 4rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.4rem}.footer-actions{flex-wrap:wrap}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-col{border-radius:28px;padding:1.7rem}.footer-col.about{padding:2rem 1.7rem}.footer-actions{flex-wrap:wrap;gap:.6rem}.footer-action{height:38px;font-size:.8rem}.newsletter{border-radius:22px;flex-direction:column}.newsletter input{padding:1rem 1.1rem}.newsletter button{width:100%;padding:1rem}.newsletter-note{margin-top:1rem}.footer-bottom{text-align:center;height:72px;padding:0 1rem}.footer-bottom p{font-size:.82rem;line-height:1.5}}@media (width<=480px){.footer-main{padding:4rem 0 3rem}.footer-col{padding:1.5rem}.footer-col h3{margin-bottom:1rem}.contact-item{font-size:.88rem}.contact-item svg{width:34px;height:34px}.footer-action{flex:1;justify-content:center;min-width:120px}.newsletter-note{font-size:.8rem}}.hero{isolation:isolate;background:#050c18;align-items:center;min-height:100vh;padding:9rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-video{z-index:0;position:absolute;inset:0}.hero-video video{object-fit:cover;object-position:center;opacity:0;filter:brightness(.65)saturate(.9)blur(1px);width:100%;height:100%;animation:1.5s forwards heroFade}.hero-video:after{content:"";background:linear-gradient(90deg,#050c188f,#050c1871,#050c18a2);position:absolute;inset:0}.hero-bg{z-index:1;position:absolute;inset:0}.grid-pattern{opacity:.25;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 75%);mask-image:radial-gradient(circle,#000,#0000 75%)}.hero-container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;display:grid;position:relative}.hero-content{max-width:650px}.hero-eyebrow{align-items:center;gap:18px;margin-bottom:35px;display:flex}.hero-line{background:#7fcbff;border-radius:50px;width:55px;height:3px}.hero-eyebrow strong{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;display:block}.hero-eyebrow p{color:#ffffffb3;margin:5px 0 0}.hero-content h1{color:#fff;letter-spacing:-2px;font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:1.05}.hero-content h1 span{color:#7fcbff;display:block}.hero-description{color:#ffffffd1;margin-top:25px;font-size:1.08rem;line-height:1.8}.hero-buttons{gap:16px;margin-top:40px;margin-bottom:40px;display:flex}.hero-buttons .btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;height:58px;padding:0 32px;font-weight:700;transition:all .35s;display:flex}.btn-primary{color:#020617;background:#fff;text-decoration:none}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #ffffff40}.btn-secondary:hover,.btn-secondary.active{color:#020617;background:#fff;transform:translateY(-4px)}.hero-right{justify-content:center;display:flex}.hero-mobile-summary{display:none}@keyframes heroFade{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (width<=992px){.hero{min-height:auto;padding:8rem 0 4rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{max-width:700px;margin:auto}.hero-eyebrow{justify-content:center;margin-bottom:24px}.hero-buttons{justify-content:center}.hero-right{max-width:550px;margin:0 auto}}@media (width<=600px){.hero{min-height:auto;padding:7rem 0 3rem}.hero-container{gap:2rem}.hero-content{max-width:100%}.hero-eyebrow{justify-content:center;gap:12px;margin-bottom:16px}.hero-line{width:36px}.hero-eyebrow strong{letter-spacing:.15em;font-size:.75rem}.hero-eyebrow-text{display:none}.hero-content h1{letter-spacing:-1px;font-size:clamp(2.3rem,9vw,2.8rem);line-height:1.08}.hero-description{display:none}.hero-mobile-summary{color:#ffffffd1;max-width:340px;margin:16px auto 0;font-size:.95rem;line-height:1.65;display:block}.hero-buttons{flex-direction:column;gap:12px;margin:24px 0}.hero-buttons .btn{width:100%;height:54px}.hero-right{max-width:100%}}.hero-trust{-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffff80;border-radius:999px;align-items:center;gap:.6rem;width:100%;max-width:620px;margin-top:2rem;padding:.65rem .9rem;display:flex;box-shadow:0 10px 30px #00000014}.trust-item{border-right:1px solid #00000014;flex:1;align-items:center;gap:.4rem;min-width:0;padding-right:.6rem;display:flex}.trust-item:last-child{border-right:none;padding-right:0}.trust-icon{width:25px;height:25px;color:var(--primary);background:#2676ff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-icon svg{width:13px;height:13px}.star-icon{color:#f7b500;background:#fff7db}.trust-content{min-width:0}.trust-content strong{color:var(--heading);white-space:normal;overflow-wrap:anywhere;font-size:.65rem;font-weight:700;line-height:1.1;display:block}.trust-content span{color:var(--text);white-space:normal;overflow-wrap:anywhere;margin-top:2px;font-size:.55rem;line-height:1.1;display:block}@media (width<=992px){.hero-trust{margin-left:auto;margin-right:auto}}@media (width<=768px){.hero-trust{border-radius:18px;grid-template-columns:repeat(2,1fr);gap:.55rem;width:100%;max-width:none;padding:.75rem;display:grid}.trust-item{border:none;justify-content:flex-start;gap:.45rem;padding:0}.trust-icon{width:27px;height:27px}.trust-icon svg{width:14px;height:14px}.trust-content strong{font-size:.68rem}.trust-content span{font-size:.57rem}}@media (width<=400px){.hero-trust{gap:.4rem;padding:.6rem}.trust-item{gap:.35rem}.trust-icon{width:24px;height:24px}.trust-icon svg{width:12px;height:12px}.trust-content strong{font-size:.62rem}.trust-content span{font-size:.52rem}}.assessment-overlay{z-index:999999;isolation:isolate;-webkit-backdrop-filter:blur(25px);background:#020617e6;justify-content:center;align-items:center;width:100vw;height:100dvh;min-height:100svh;padding:1.5rem;animation:.35s forwards overlayReveal;display:flex;position:fixed;inset:0;overflow:hidden}.assessment-overlay:before{content:"";filter:blur(50px);z-index:-1;background:radial-gradient(circle,#7fcbff40,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.assessment-container{text-align:center;color:#fff;background:linear-gradient(145deg,#ffffff29,#ffffff0d);border:1px solid #ffffff38;border-radius:34px;width:100%;max-width:520px;max-height:90dvh;padding:3rem 2.3rem;animation:.55s cubic-bezier(.16,1,.3,1) cardReveal;position:relative;overflow:hidden auto;box-shadow:0 50px 140px #000000a6}.assessment-loader{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.6rem;display:flex;position:relative}.loader-ring{border:4px solid #ffffff26;border-top-color:#7fcbff;border-radius:50%;animation:1.2s linear infinite spin;position:absolute;inset:0}.assessment-loader svg{color:#7fcbff;font-size:38px;animation:1.5s infinite pulse}.assessment-container h2{margin-bottom:1rem;font-size:2rem;font-weight:850;line-height:1.25}.assessment-message{color:#ffffffb8;max-width:420px;margin:auto;font-size:.95rem;line-height:1.7}.assessment-steps{flex-direction:column;gap:.8rem;margin-top:2rem;display:flex}.check-item{color:#ffffffbf;opacity:.35;background:#ffffff0f;border-radius:16px;align-items:center;gap:.7rem;padding:.85rem 1rem;font-size:.88rem;transition:all .4s;display:flex;transform:translate(-15px)}.check-item.active{opacity:1;background:#22c55e1f;transform:translate(0)}.check-item svg{color:#22c55e;font-size:20px}.analysis-status{color:#ffffff8c;justify-content:center;align-items:center;gap:.4rem;margin-top:1.5rem;font-size:.75rem;display:flex}.analysis-status svg{color:#7fcbff}.promo-badge{color:#7fcbff;background:#7fcbff26;border-radius:999px;margin-bottom:1rem;padding:.45rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.promo-card{background:#ffffff17;border:1px solid #ffffff26;border-radius:26px;margin-top:1.5rem;padding:1.7rem;animation:3s infinite cardFloat}.promo-icon{margin-bottom:.8rem;font-size:3rem}.promo-card h3{margin-bottom:.7rem;font-size:1.5rem}.promo-card p{color:#ffffffbf;line-height:1.7}.promo-trust{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.2rem;display:flex}.promo-trust span{align-items:center;gap:.4rem;font-size:.75rem;display:flex}.promo-trust svg{color:#22c55e}.promo-progress{background:#ffffff26;border-radius:999px;width:100%;height:7px;margin-top:1.5rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#7fcbff,#22c55e);width:0;height:100%;animation:5s linear forwards progressLoad}.promo-countdown{color:#fff9;margin-top:1rem;animation:1.5s infinite pulse}@keyframes overlayReveal{0%{opacity:0}to{opacity:1}}@keyframes cardReveal{0%{opacity:0;transform:scale(.88)translateY(50px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}to{opacity:.7;transform:scale(1)}}@keyframes progressLoad{0%{width:0}to{width:100%}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=600px){.assessment-overlay{padding:1rem}.assessment-container{border-radius:26px;padding:2rem 1.2rem}.assessment-container h2{font-size:1.45rem}.assessment-message{font-size:.85rem}.check-item{font-size:.78rem}}.achievement-unlock{text-align:center;padding:1.2rem 0 1.5rem;animation:.8s forwards achievementReveal;position:relative;overflow:hidden}.unlock-icon{color:#fff;background:linear-gradient(135deg,#10b981,#22c55e);border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;margin:0 auto 1rem;animation:.8s cubic-bezier(.2,.8,.2,1) unlockPop;display:flex;box-shadow:0 25px 60px #10b98159}.unlock-icon svg{font-size:46px}.unlock-label{color:#059669;background:#10b9811f;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.8rem;padding:.45rem 1rem;font-size:.72rem;font-weight:800;display:inline-flex}.unlock-label svg{font-size:15px}.achievement-unlock h2{max-width:340px;color:var(--heading);margin:0 auto .7rem;font-size:1.55rem;font-weight:950;line-height:1.25}.achievement-unlock p{max-width:330px;color:var(--text);margin:0 auto 1.2rem;font-size:.9rem;line-height:1.6}.achievement-status{background:#2676ff0f;border:1px solid #2676ff14;border-radius:18px;grid-template-columns:1fr 1fr;gap:.5rem;padding:.9rem;display:grid}.achievement-status span{color:var(--text);font-size:.7rem;font-weight:700}.achievement-status strong{color:var(--heading);font-size:.78rem;font-weight:850}.achievement-particles span{opacity:0;background:#fbbf24;border-radius:50%;width:8px;height:8px;position:absolute}.achievement-particles span:first-child{animation:2s infinite particleFloat;left:20%}.achievement-particles span:nth-child(2){animation:2.4s .3s infinite particleFloat;right:20%}.achievement-particles span:nth-child(3){animation:2.8s .5s infinite particleFloat;left:50%}.achievement-particles span:nth-child(4){animation:2.2s .7s infinite particleFloat;right:40%}@keyframes achievementReveal{0%{opacity:0;transform:translateY(35px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes unlockPop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes particleFloat{0%{opacity:0;transform:translateY(100px)}20%{opacity:.18}80%{opacity:.18}to{opacity:0;transform:translateY(-850px)}}.score-reveal{flex-direction:column;align-items:center;margin:2rem 0;animation:.8s forwards revealScore;display:flex;position:relative}.score-title{color:var(--primary);background:#2676ff14;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.75rem;font-weight:800;display:flex}.score-title svg{font-size:16px}.score-circle{border-radius:50%;justify-content:center;align-items:center;width:170px;height:170px;animation:.8s cubic-bezier(.2,.8,.2,1) circleEntrance;display:flex;position:relative;box-shadow:0 30px 80px #2676ff40}.score-inner{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;display:flex;box-shadow:inset 0 0 30px #0000000d}.score-inner strong{color:var(--heading);font-size:3rem;font-weight:950;line-height:1}.score-inner small{font-size:1.2rem}.score-inner span{color:var(--text);margin-top:.5rem;font-size:.75rem;font-weight:700}.score-content{text-align:center;margin-top:1.4rem}.score-content svg{color:#f59e0b;font-size:28px;animation:2s infinite floatIcon}.score-content h4{color:var(--heading);margin:.5rem 0;font-size:1.35rem;font-weight:900}.score-content p{color:var(--primary);font-size:.85rem;font-weight:800}.score-particles span{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:3s infinite particleFloat;position:absolute}.score-particles span:first-child{top:20px;left:20px}.score-particles span:nth-child(2){top:50px;right:30px}.score-particles span:nth-child(3){bottom:20px;left:40px}.complete .score-circle{animation:.6s celebrationPop}@keyframes revealScore{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes circleEntrance{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes celebrationPop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes floatIcon{50%{transform:translateY(-5px)}}@media (width<=500px){.score-circle{width:145px;height:145px}.score-inner{width:110px;height:110px}.score-inner strong{font-size:2.4rem}}.advisor-cta{color:#fff;background:linear-gradient(145deg,#020617,#0f172a);border-radius:24px;padding:1.25rem;animation:.7s cubic-bezier(.2,.8,.2,1) ctaEntrance;position:relative;overflow:hidden;box-shadow:0 25px 70px #00000047}.advisor-glow{filter:blur(20px);background:radial-gradient(circle,#3b82f673,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-90px;right:-80px}.advisor-top{align-items:center;gap:.8rem;display:flex;position:relative}.advisor-icon{background:#ffffff1f;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.advisor-icon svg{color:#60a5fa;font-size:24px}.advisor-label{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:800;display:block}.advisor-top h4{color:#fff;margin:.15rem 0 0;font-size:1.05rem;font-weight:850}.advisor-match{background:#ffffff14;border-radius:14px;flex-wrap:wrap;align-items:center;gap:.35rem;margin:1rem 0;padding:.65rem .8rem;display:flex;position:relative}.advisor-match svg{color:#22c55e}.advisor-match span{color:#cbd5e1;font-size:.7rem}.advisor-match strong{color:#60a5fa;font-size:.72rem}.advisor-description{color:#cbd5e1;margin:.8rem 0 1.1rem;font-size:.82rem;line-height:1.55;position:relative}.advisor-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:15px;justify-content:center;align-items:center;gap:.55rem;width:100%;height:52px;font-size:.85rem;font-weight:800;transition:all .35s;display:flex;position:relative}.advisor-button:hover{transform:translateY(-3px);box-shadow:0 18px 45px #2563eb73}.advisor-button svg:last-child{transition:all .3s}.advisor-button:hover svg:last-child{transform:translate(5px)}.advisor-trust{justify-content:space-between;margin-top:1rem;display:flex;position:relative}.advisor-trust span{color:#94a3b8;align-items:center;gap:.25rem;font-size:.62rem;display:flex}.advisor-trust svg{color:#22c55e}@keyframes ctaEntrance{0%{opacity:0;transform:translateY(25px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=500px){.advisor-cta{border-radius:20px;padding:1rem}.advisor-top h4{font-size:.95rem}.advisor-trust span{font-size:.55rem}}.result-sequence{justify-content:center;align-items:center;width:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.sequence-item{justify-content:center;align-items:center;width:100%;animation:.65s cubic-bezier(.2,.8,.2,1) forwards stepEnter;display:flex}@keyframes stepEnter{0%{opacity:0;filter:blur(6px);transform:translateY(25px)scale(.97)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.score-step{animation:.9s cubic-bezier(.2,.8,.2,1) scoreEnter}@keyframes scoreEnter{0%{opacity:0;filter:blur(10px);transform:scale(.85)}60%{opacity:1;transform:scale(1.05)}to{filter:blur();transform:scale(1)}}.cta-step{animation:.7s cubic-bezier(.2,.8,.2,1) ctaEnter}@keyframes ctaEnter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=500px){.result-sequence{min-height:340px}}.hero-card-header{margin-bottom:1.4rem}.card-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-badge{color:var(--primary);background:#2676ff14;border-radius:999px;align-items:center;padding:.45rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.card-time{color:var(--text);font-size:.75rem;font-weight:600}.hero-card-header h3{color:var(--heading);margin:0 0 .7rem;font-size:1.7rem;font-weight:900;line-height:1.2}.hero-card-header p{color:var(--text);margin:0;font-size:.92rem;line-height:1.7}.hero-form{flex-direction:column;gap:.9rem;display:flex}.input-icon{position:relative}.input-icon svg{color:var(--primary);z-index:2;font-size:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input-icon select{width:100%;height:56px;color:var(--heading);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding-left:46px;padding-right:1rem;font-size:.9rem;font-weight:600;transition:all .3s}.input-icon select:hover{border-color:var(--primary)}.input-icon select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #2676ff1f}.hero-submit{cursor:pointer;background:linear-gradient(135deg, var(--primary), #4f8dff);color:#fff;border:none;border-radius:18px;justify-content:center;align-items:center;gap:.6rem;height:58px;margin-top:.3rem;font-size:.92rem;font-weight:800;transition:all .35s;display:flex}.hero-submit:hover{transform:translateY(-3px);box-shadow:0 18px 40px #2676ff47}.hero-submit svg{transition:all .3s}.hero-submit:hover svg{transform:translate(5px)}.hero-card-footer{border-top:1px solid #edf2f7;justify-content:space-between;gap:.5rem;margin-top:1.4rem;padding-top:1rem;display:flex}.hero-card-footer div{color:var(--text);text-align:center;font-size:.72rem;font-weight:600}@media (width<=768px){.hero-card-header h3{font-size:1.45rem}.hero-card-header p{font-size:.85rem}.input-icon select{height:54px}.hero-card-footer{gap:.3rem}.hero-card-footer div{font-size:.65rem}}@media (width<=480px){.hero-card-header h3{font-size:1.3rem}.hero-card-footer{display:none}}.hero-card{border-radius:28px;flex-direction:column;justify-content:center;width:100%;max-width:380px;transition:height .6s cubic-bezier(.2,.8,.2,1),transform .35s,box-shadow .35s;display:flex;overflow:hidden}.hero-card-form{-webkit-backdrop-filter:blur(22px);background:#ffffffe0;border:1px solid #ffffff8c;min-height:520px;padding:1.5rem;box-shadow:0 25px 70px #0000001f,0 10px 30px #0000000d}.hero-card-form:hover{transform:translateY(-6px);box-shadow:0 35px 90px #00000029}.hero-card-result{-webkit-backdrop-filter:blur(24px);background:#fffffff0;border:1px solid #ffffffa6;padding:1.5rem;animation:.7s cubic-bezier(.2,.8,.2,1) resultCardMorph;box-shadow:0 25px 70px #0000001f}.hero-card-result.step-1{min-height:380px}.hero-card-result.step-2{min-height:420px}.hero-card-result.step-3{min-height:360px}.eligibility-result{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.result-content{width:100%}.consult-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#020617,#111827);border:none;border-radius:15px;justify-content:center;align-items:center;gap:.6rem;width:100%;height:52px;font-size:.88rem;font-weight:800;transition:all .35s;display:flex}.consult-btn:hover{transform:translateY(-3px);box-shadow:0 20px 45px #02061740}.sequence-item{animation:.65s cubic-bezier(.2,.8,.2,1) stepReplace}@keyframes stepReplace{0%{opacity:0;filter:blur(6px);transform:translateY(25px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes resultCardMorph{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.hero-card-form,.hero-card-result{border-radius:24px;max-width:100%}.hero-card-form{min-height:500px;padding:1.25rem}}@media (width<=480px){.hero-card-form,.hero-card-result{border-radius:22px}.hero-card-form{min-height:460px;padding:1rem}}.hero-visual{justify-content:center;align-items:center;width:100%;max-width:560px;margin-inline:auto;display:flex;position:relative}.hero-circle{filter:blur(28px);z-index:0;background:radial-gradient(circle,#0072ff14,#0000 72%);border-radius:50%;width:480px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-search-card{z-index:2;position:relative}@media (width<=992px){.hero-circle{width:400px;height:400px}}@media (width<=768px){.hero-visual{max-width:100%}.hero-circle{width:300px;height:300px}}.home-about{background:#fff;padding:7rem 0;position:relative;overflow:hidden}.home-about:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0056b31f,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-180px}.home-about:after{content:"";filter:blur(70px);pointer-events:none;background:radial-gradient(circle,#0056b30f,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-220px;left:-180px}.home-about-container{z-index:2;grid-template-columns:.95fr 1.05fr;align-items:center;gap:5rem;display:grid;position:relative}.home-about-image{border-radius:36px;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 40px 90px #00000029}.home-about-image img{object-fit:cover;width:100%;height:590px;transition:transform .8s;display:block}.home-about-image:hover img{transform:scale(1.04)}.home-about-image-overlay{background:linear-gradient(#0000000d 35%,#0000009e);position:absolute;inset:0}.home-about-trust-card{-webkit-backdrop-filter:blur(22px);background:#ffffffe0;border:1px solid #fff9;border-radius:26px;max-width:310px;padding:1.4rem 1.6rem;position:absolute;bottom:30px;left:30px;box-shadow:0 25px 60px #0003}.home-about-trust-card span{color:#666;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.78rem;font-weight:800;display:block}.home-about-trust-card p{color:var(--primary);margin:0;font-size:.95rem;font-weight:800;line-height:1.5}.home-about-trust-card small{color:#555;margin-top:.45rem;font-size:.8rem;display:block}.home-about-tag{color:var(--primary);letter-spacing:.1em;background:#0056b314;border-radius:999px;align-items:center;padding:.55rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.home-about-content h2{letter-spacing:-.03em;color:var(--heading);margin-top:1.4rem;margin-bottom:0;font-size:clamp(2.5rem,5vw,3.8rem);line-height:1.1}.home-about-content h2 span{color:var(--primary);display:block}.home-about-content p{max-width:620px;color:var(--text);margin-top:1.6rem;font-size:1.05rem;line-height:1.9}.home-about-trust-points{flex-wrap:wrap;gap:.85rem;margin-top:2.2rem;display:flex}.home-about-trust-points div{background:#fff;border:1px solid #0000000d;border-radius:999px;align-items:center;gap:.55rem;padding:.8rem 1.15rem;transition:all .35s;display:flex;box-shadow:0 12px 35px #0000000f}.home-about-trust-points div:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0000001a}.home-about-trust-points svg{color:var(--primary);flex-shrink:0;font-size:1.15rem}.home-about-trust-points span{color:var(--heading);font-size:.88rem;font-weight:700}.home-about-buttons{align-items:center;gap:1.5rem;margin-top:2.8rem;display:flex}.home-about-primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:1rem 1.8rem;font-size:.95rem;font-weight:800;transition:all .35s;display:inline-flex;box-shadow:0 15px 35px #0056b340}.home-about-primary-btn svg{transition:all .35s}.home-about-primary-btn:hover{transform:translateY(-3px);box-shadow:0 22px 45px #0056b359}.home-about-primary-btn:hover svg{transform:translate(5px)}.home-about-contact-btn{color:var(--heading);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.95rem;font-weight:800;position:relative}.home-about-contact-btn:after{content:"";background:var(--primary);transform-origin:0;width:100%;height:2px;transition:all .35s;position:absolute;bottom:0;left:0;transform:scaleX(.5)}.home-about-contact-btn:hover:after{transform:scaleX(1)}@media (width<=992px){.home-about-container{grid-template-columns:1fr;gap:3rem}.home-about-image{max-width:650px;margin:auto}.home-about-content{text-align:center}.home-about-content p{margin-inline:auto}.home-about-buttons{justify-content:center}}@media (width<=768px){.home-about{padding:4.5rem 0}.home-about-container{gap:2.5rem}.home-about-image{border-radius:28px}.home-about-image img{height:380px}.home-about-trust-card{border-radius:20px;max-width:250px;padding:1rem 1.1rem;bottom:18px;left:18px}.home-about-content{text-align:left}.home-about-content h2{font-size:2rem}.home-about-content p{font-size:.95rem}.home-about-trust-points{gap:.65rem}.home-about-trust-points div{padding:.65rem .9rem}.home-about-trust-points span{font-size:.8rem}.home-about-buttons{flex-direction:column;align-items:stretch;gap:1rem}.home-about-primary-btn{width:100%}.home-about-contact-btn{text-align:center}}@media (width<=480px){.home-about-image img{height:330px}.home-about-content h2{font-size:1.75rem}.home-about-trust-card p{font-size:.85rem}}.stats-strip{z-index:5;background:#fff;border-top:1px solid #0056b30f;border-bottom:1px solid #0056b314;margin:0;padding:0;position:relative;overflow:hidden}.stats-track{white-space:nowrap;align-items:center;width:max-content;padding:1rem 0;animation:28s linear infinite statsScroll;display:flex}.stats-strip:hover .stats-track{animation-play-state:paused}.stat-item{flex-shrink:0;align-items:center;gap:.75rem;margin-right:3rem;padding-right:3rem;display:inline-flex;position:relative}.stat-item:after{content:"";background:#0056b31f;width:1px;height:22px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-item:last-child:after{display:none}.stat-item svg{width:22px;height:22px;color:var(--primary);flex-shrink:0}.stat-item strong{color:var(--primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.stat-item span{color:#4f5d75;font-size:.92rem;font-weight:500}.stat-item:hover svg{transition:all .3s;transform:scale(1.12)}.stat-item:hover strong{color:#00489a}.stat-item:hover span{color:#0f172a}@keyframes statsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=992px){.stats-track{padding:.9rem 0;animation-duration:22s}.stat-item{margin-right:2rem;padding-right:2rem}.stat-item strong{font-size:.98rem}.stat-item span{font-size:.84rem}}@media (width<=768px){.stats-track{animation-duration:18s}.stat-item{gap:.55rem;margin-right:1.6rem;padding-right:1.6rem}.stat-item svg{width:18px;height:18px}.stat-item strong{font-size:.9rem}.stat-item span{font-size:.8rem}}.countries{background:#fff;padding:7rem 0;position:relative;overflow:hidden}.countries:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#0072ff0d,#0000 35%),radial-gradient(circle at 100% 100%,#00b48c0d,#0000 35%);position:absolute;inset:0}.section-header{z-index:2;text-align:center;max-width:760px;margin:0 auto 2.5rem;position:relative}.section-tag{-webkit-backdrop-filter:blur(18px);color:var(--primary);background:#ffffffa6;border:1px solid #ffffffa6;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #fffc,0 8px 24px #0f172a0d}.section-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.15}.section-header p{max-width:620px;color:var(--text);margin-inline:auto;font-size:1.05rem;line-height:1.8}.countries-stats{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3.5rem;display:grid;position:relative}.country-stat{text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffffa6;border:1px solid #ffffffbf;border-radius:24px;padding:1.8rem 1.5rem;transition:transform .35s,box-shadow .35s;box-shadow:inset 0 1px #fffc,0 15px 35px #0f172a0d}.country-stat:hover{transform:translateY(-6px);box-shadow:0 25px 50px #0f172a1a}.country-stat h3{color:var(--heading);margin:0 0 .4rem;font-size:2rem;font-weight:800}.country-stat p{color:var(--text);margin:0;font-size:.9rem}@media (width<=900px){.countries-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.countries-stats{grid-template-columns:1fr}}.country-tabs{-webkit-backdrop-filter:blur(30px)saturate(180%);background:#ffffff8c;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:4px;margin-bottom:3.5rem;padding:5px;display:inline-flex;position:relative;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:inset 0 1px #ffffffd9,0 15px 40px #0f172a14}.country-tabs:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff73,#0000 55%);position:absolute;inset:0}.tab-indicator{z-index:1;background:linear-gradient(#fffffffa,#f7f8fad1);border:1px solid #fffffff2;border-radius:999px;transition:transform .45s cubic-bezier(.22,.61,.36,1),width .45s cubic-bezier(.22,.61,.36,1);position:absolute;top:5px;bottom:5px;left:5px;box-shadow:inset 0 1px 1px #fffffff2,0 10px 28px #0f172a14}.country-tab{z-index:2;color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.65rem 1.35rem;font-size:.88rem;font-weight:600;transition:color .3s,transform .3s;position:relative}.country-tab:hover{color:var(--heading);transform:translateY(-1px)}.country-tab.active{color:var(--heading);transform:scale(.98)}.countries-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.country-card{-webkit-backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #ffffffb3;border-radius:28px;flex-direction:column;padding:2rem;transition:transform .45s,box-shadow .45s,border-color .45s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 20px 45px #0f172a0f}.country-card:before{content:"";background:linear-gradient(90deg, var(--primary), #56ccf2);width:100%;height:5px;position:absolute;top:0;left:0}.country-card:hover{border-color:#0072ff2e;transform:translateY(-10px);box-shadow:0 30px 65px #0f172a1f}.country-card-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.country-flag{background:#f8fafc;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex;box-shadow:inset 0 1px #fffc}.country-card-header h3{color:var(--heading);margin:0 0 .35rem;font-size:1.3rem}.country-pathway{color:var(--text);font-size:.92rem}.country-card-body{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.country-info{color:var(--text);align-items:center;gap:.85rem;font-size:.95rem;display:flex}.country-info svg{color:var(--primary);flex-shrink:0;font-size:20px}.country-btn{background:linear-gradient(135deg, var(--primary), #2788ff);color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:.65rem;width:100%;margin-top:auto;padding:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:flex}.country-btn svg{transition:all .3s}.country-btn:hover{transform:translateY(-2px);box-shadow:0 18px 35px #0072ff40}.country-btn:hover svg{transform:translate(4px)}@media (width<=768px){.countries{padding:5rem 0}.country-tabs{width:100%;max-width:380px;margin:0 auto 2.5rem;display:flex;left:0;transform:none}.country-tab{text-align:center;flex:1;padding:.75rem .5rem;font-size:.8rem}.countries-grid{grid-template-columns:1fr}.country-card{padding:1.5rem}}.countries-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.country-card{cursor:pointer;isolation:isolate;background:#f7f7f7;border-radius:24px;height:360px;transition:transform .45s cubic-bezier(.22,.61,.36,1),box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 14px 30px #00000014}.country-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #00000029}.country-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.country-card:hover .country-image{transform:scale(1.08)}.country-overlay{opacity:.75;z-index:1;background:linear-gradient(#0f172a0d 0%,#0f172a40 35%,#0f172ae0 100%);transition:all .45s;position:absolute;inset:0}.country-card:hover .country-overlay{opacity:.88}.country-flag{-webkit-backdrop-filter:blur(18px);z-index:3;background:#ffffffeb;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.7rem;display:flex;position:absolute;top:14px;left:14px;box-shadow:0 10px 24px #0000002e}.country-applicants{-webkit-backdrop-filter:blur(18px);color:var(--heading);z-index:3;background:#ffffffeb;border-radius:999px;align-items:center;gap:.35rem;padding:.42rem .75rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 10px 24px #0000002e}.country-applicants svg{color:var(--primary);font-size:.9rem}.country-featured{background:linear-gradient(135deg, var(--primary), #56ccf2);color:#fff;letter-spacing:.03em;z-index:3;border-radius:999px;padding:.45rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:78px;right:14px;box-shadow:0 10px 25px #0072ff40}.country-content{color:#fff;z-index:3;padding:1.2rem;position:absolute;bottom:0;left:0;right:0}.country-name{color:#fff;letter-spacing:-.02em;margin:0 0 .8rem;font-size:1.55rem;font-weight:700;transition:all .35s}.country-card:hover .country-name{transform:translateY(-4px)}.country-meta{justify-content:space-between;align-items:flex-end;display:flex}.country-duration{opacity:.92;font-size:.82rem}.country-visa{-webkit-backdrop-filter:blur(18px);color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#ffffff29;border:1px solid #ffffff40;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.67rem;font-weight:700;display:inline-flex}.country-hover{-webkit-backdrop-filter:blur(18px);color:var(--heading);white-space:nowrap;opacity:0;z-index:5;background:#fffffff2;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.2rem;font-size:.82rem;font-weight:700;transition:opacity .35s,transform .35s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,15px);box-shadow:0 16px 36px #00000038}.country-hover svg{transition:all .3s}.country-card:hover .country-hover{opacity:1;transform:translate(-50%,-50%)}.country-card:hover .country-hover svg{transform:translate(5px)}@media (width<=768px){.countries-grid{grid-template-columns:1fr;gap:1rem}.country-card{border-radius:18px;height:220px}.country-content{padding:1rem}.country-name{font-size:1.1rem}.country-duration{font-size:.74rem}.country-visa{padding:.3rem .55rem;font-size:.6rem}.country-flag{width:36px;height:36px;font-size:1.15rem}.country-applicants{padding:.35rem .6rem;font-size:.65rem}.country-hover{padding:.7rem 1rem;font-size:.75rem}}.services{color:#fff;background:linear-gradient(#050c18 0%,#081426 45%,#050c18 100%);padding:120px 0;position:relative;overflow:hidden}.services-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.star{background:#fff;border-radius:50%;width:3px;height:3px;animation:5s ease-in-out infinite twinkle;position:absolute;box-shadow:0 0 12px #ffffffe6}.star-1{top:12%;left:14%}.star-2{animation-delay:1.8s;top:34%;right:18%}.star-3{animation-delay:3s;bottom:18%;left:72%}.aurora{filter:blur(120px);opacity:.4;border-radius:50%;animation:18s ease-in-out infinite auroraMove;position:absolute}.aurora-1{background:#0e6cff;width:620px;height:620px;top:-220px;left:-180px}.aurora-2{background:#00d6a3;width:520px;height:520px;animation-delay:9s;bottom:-180px;right:-180px}.services .container{z-index:5;position:relative}.services-header{text-align:center;max-width:780px;margin:0 auto 80px}.section-tag.dark{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#7fcbff;letter-spacing:.12em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;margin-bottom:25px;padding:10px 20px;font-size:.8rem;font-weight:700;display:inline-flex}.services-header h2{letter-spacing:-2px;color:#fff;margin-bottom:24px;font-size:clamp(2.6rem,5vw,4.5rem);font-weight:800;line-height:1.08}.services-header h2 span{color:#7fcbff;display:block}.services-header p{color:#ffffffb8;max-width:650px;margin:auto;font-size:1.05rem;line-height:1.8}.services-timeline{width:100%;max-width:1200px;margin:auto;position:relative}.services-timeline:before{content:"";z-index:1;background:linear-gradient(#0000,#7fcbff59,#7fcbffb3,#7fcbff59,#0000);width:2px;position:absolute;top:20px;bottom:20px;left:50%;transform:translate(-50%)}.timeline-column{z-index:5;flex-direction:column;gap:80px;width:100%;display:flex;position:relative}.services:before{content:"";background:radial-gradient(circle at 20% 30%,#ffffff0d,#0000 30%),radial-gradient(circle at 80% 70%,#7fcbff14,#0000 25%);animation:20s linear infinite particles;position:absolute;inset:0}.destinations-cta{z-index:10;justify-content:center;margin-top:80px;display:flex;position:relative}.destinations-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #7fcbff4d;border-radius:999px;align-items:center;gap:12px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .35s;display:inline-flex}.destinations-btn:hover{background:#7fcbff26;border-color:#7fcbff;transform:translateY(-4px)}.destinations-btn svg:first-child{color:#7fcbff}.destinations-btn svg:last-child{transition:all .3s}.destinations-btn:hover svg:last-child{transform:translate(5px)}@keyframes auroraMove{0%,to{transform:translate(0)scale(1)}50%{transform:translate(100px,-50px)scale(1.2)}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.8)}}@keyframes particles{0%{transform:translateY(0)}to{transform:translateY(-80px)}}@media (width<=992px){.services{padding:90px 0}.services-timeline:before{left:25px}.timeline-column{gap:45px}}@media (width<=768px){.services{padding:70px 0}.services-header{margin-bottom:50px}.services-header h2{letter-spacing:-1px;font-size:2.3rem}.services-header p{font-size:.95rem}.services-timeline:before{display:none}.timeline-column{gap:30px}}.flight-scene{width:100%;position:relative}.flight-stage{width:100%;height:auto;position:relative}.flight-scene-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.flight-overlay{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.flight-overlay .plane{transform-origin:50%;will-change:transform;z-index:20;backface-visibility:hidden;position:absolute}.flight-overlay .clouds{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.services-timeline{position:relative;overflow:visible}svg,.flight-overlay{transform:translateZ(0)}.timeline-item{grid-template-columns:1fr 180px 1fr;align-items:center;width:100%;display:grid;position:relative}.timeline-item:nth-child(odd) .service-card{grid-column:1;justify-self:end}.timeline-item:nth-child(2n) .service-card{grid-column:3;justify-self:start}.timeline-node{z-index:10;grid-column:2;justify-self:center;width:18px;height:18px;position:relative}.node-dot{background:#7fcbff;border-radius:50%;width:10px;height:10px;animation:2.5s infinite pulseNode;display:block;box-shadow:0 0 0 5px #7fcbff1f,0 0 25px #7fcbffcc}@keyframes pulseNode{0%,to{transform:scale(.9)}50%{transform:scale(1.4)}}.timeline-item:before{content:"";background:linear-gradient(90deg,#0000,#7fcbff99,#0000);width:180px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.service-card{cursor:pointer;-webkit-backdrop-filter:blur(25px);background:#ffffff12;border:1px solid #ffffff24;border-radius:30px;width:min(380px,34vw);padding:30px;transition:transform .35s,border .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 25px 70px #00000059}.service-card:hover{border-color:#7fcbff80;transform:translateY(-10px);box-shadow:0 35px 90px #00000073,0 0 40px #7fcbff26}.card-glow{opacity:.8;pointer-events:none;background:radial-gradient(circle at 100% 0,#7fcbff38,#0000 55%);position:absolute;inset:0}.service-card-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex;position:relative}.service-icon{color:#7fcbff;background:linear-gradient(135deg,#7fcbff59,#ffffff14);border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;font-size:25px;display:flex}.service-number{color:#ffffff40;font-size:1.2rem;font-weight:800}.service-content{z-index:2;position:relative}.service-content h3{color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:1.45rem}.service-content p{color:#ffffffb8;margin-bottom:20px;font-size:.95rem;line-height:1.7}.service-mini-features{flex-wrap:wrap;gap:8px;margin-bottom:25px;display:flex}.service-mini-features span{color:#fff;background:#7fcbff1f;border:1px solid #7fcbff2e;border-radius:999px;padding:8px 13px;font-size:.75rem}.service-btn{z-index:2;color:#06111f;cursor:pointer;background:#7fcbff;border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 22px;font-weight:700;transition:all .3s;display:inline-flex;position:relative}.service-btn:hover{transform:translate(5px);box-shadow:0 12px 30px #7fcbff59}@media (width<=992px){.timeline-item{display:block}.timeline-node,.timeline-item:before{display:none}.timeline-item:nth-child(odd) .service-card,.timeline-item:nth-child(2n) .service-card{grid-column:auto;justify-self:center;width:100%}}@media (width<=600px){.service-card{border-radius:24px;padding:25px}.service-content h3{font-size:1.25rem}}.zero-deposit{background:linear-gradient(#f8fbff 0%,#fff 100%);padding:110px 0}.zero-header{text-align:center;max-width:760px;margin:0 auto 60px}.zero-header h2{letter-spacing:-2px;color:#071426;margin-top:18px;font-size:clamp(2.5rem,5vw,4rem);line-height:1.08}.zero-header h2 span{color:#2563eb;display:block}.zero-header p{color:#5b6475;max-width:670px;margin:22px auto 0;font-size:1.08rem;line-height:1.9}.zero-card{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #2563eb14;border-radius:34px;grid-template-columns:1.25fr .95fr;gap:55px;max-width:1180px;margin:auto;padding:55px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a14}.zero-card:before{content:"";filter:blur(70px);background:#2563eb14;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-140px}.zero-left{z-index:2;position:relative}.intro{color:#475569;margin-bottom:34px;font-size:1.08rem;line-height:1.95}.steps{flex-direction:column;gap:18px;display:flex}.step{background:#fff;border:1px solid #e7eef8;border-radius:18px;align-items:flex-start;gap:16px;padding:18px 20px;transition:all .3s;display:flex}.step:hover{border-color:#bfdbfe;transform:translate(6px);box-shadow:0 15px 35px #2563eb14}.step svg{color:#2563eb;flex-shrink:0;margin-top:2px;font-size:22px}.step span{color:#334155;line-height:1.7}.zero-right{z-index:2;flex-direction:column;justify-content:space-between;display:flex;position:relative}.highlight-box{background:linear-gradient(#fff,#f8fbff);border:1px solid #dbeafe;border-radius:28px;padding:30px;box-shadow:0 18px 45px #0f172a0f}.hb-top{align-items:flex-start;gap:16px;display:flex}.globe-icon{color:#2563eb;background:#eff6ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex}.hb-top h3{color:#0f172a;margin:0;font-size:1.3rem}.hb-top p{color:#64748b;margin-top:6px;font-size:.94rem;line-height:1.7}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.country-pill{color:#0f172a;background:#f8fbff;border:1px solid #dbeafe;border-radius:15px;justify-content:center;align-items:center;padding:13px 16px;font-weight:600;transition:all .3s;display:flex}.country-pill:hover{background:#eff6ff;transform:translateY(-2px)}.hb-status{color:#475569;border-top:1px solid #e2e8f0;align-items:center;gap:12px;margin-top:28px;padding-top:22px;font-weight:600;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:1.8s infinite pulse;box-shadow:0 0 18px #22c55e80}.primary-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;justify-content:center;align-items:center;gap:12px;width:100%;height:58px;margin-top:26px;font-size:1rem;font-weight:700;transition:all .35s;display:flex}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 18px 45px #2563eb4d}@media (width<=980px){.zero-card{grid-template-columns:1fr;gap:40px;padding:40px}}@media (width<=768px){.zero-deposit{padding:80px 0}.zero-header{margin-bottom:40px}.zero-header h2{letter-spacing:-1px;font-size:2.35rem}.zero-header p{font-size:.98rem;line-height:1.8}.zero-card{border-radius:28px;gap:30px;padding:24px}.intro{font-size:.96rem}.step{padding:15px}.highlight-box{padding:22px}.hb-top{align-items:flex-start}.globe-icon{border-radius:14px;width:46px;height:46px;font-size:20px}.country-grid{grid-template-columns:1fr}.country-pill{justify-content:flex-start}.primary-btn{height:54px;font-size:.95rem}}.story-hero{background:linear-gradient(135deg,#071426,#0f3b75);border-radius:0 0 45px 45px;align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.story-hero:before{content:"";filter:blur(90px);background:#38bdf840;border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-150px}.story-hero-overlay{background:linear-gradient(90deg,#071426f2,#071426a6,#07142666);position:absolute;inset:0}.story-hero-container{z-index:2;width:min(1200px,92%);margin:auto;padding:100px 0;position:relative}.story-hero-badge{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;font-size:.9rem;font-weight:600;display:inline-flex}.story-hero-badge svg{color:#38bdf8;font-size:20px}.story-hero h1{color:#fff;letter-spacing:-3px;max-width:850px;margin-top:30px;font-size:clamp(3rem,6vw,5rem);line-height:1.05}.story-hero h1 span{color:#7dd3fc;display:block}.story-hero p{color:#ffffffc7;max-width:620px;margin-top:25px;font-size:1.1rem;line-height:1.8}.story-hero-actions{gap:15px;margin-top:40px;display:flex}.story-primary-btn,.story-secondary-btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;height:54px;padding:0 28px;font-weight:700;transition:all .35s;display:flex}.story-primary-btn{color:#071426;background:#fff;border:none}.story-primary-btn:hover{transform:translateY(-4px)}.story-secondary-btn{color:#fff;background:#ffffff1f;border:1px solid #ffffff40}.story-trust-strip{gap:18px;margin-top:60px;display:flex}.story-trust-item{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:22px;align-items:center;gap:14px;padding:18px 22px;display:flex}.story-trust-item svg{color:#38bdf8;font-size:28px}.story-trust-item strong{font-size:1.2rem;display:block}.story-trust-item span{opacity:.75;font-size:.8rem}@media (width<=768px){.story-hero{border-radius:0 0 30px 30px;min-height:auto}.story-hero-container{padding:70px 0 55px}.story-hero h1{letter-spacing:-1px;font-size:2.6rem}.story-hero p{font-size:.95rem}.story-hero-actions{flex-direction:column}.story-primary-btn,.story-secondary-btn{width:100%}.story-trust-strip{flex-direction:column;margin-top:35px}.story-trust-item{width:100%}}.featured-story{padding:40px 0 60px}.featured-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;grid-template-columns:380px 1fr;gap:45px;width:min(1050px,92%);margin:auto;padding:25px;display:grid;box-shadow:0 20px 60px #0f172a14}.featured-card__image{border-radius:25px;height:390px;position:relative;overflow:hidden}.featured-card__image img{object-fit:cover;width:100%;height:100%}.featured-overlay{background:linear-gradient(#0000,#0f172a8c);position:absolute;inset:0}.featured-play{color:#2563eb;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.6rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.featured-outcome{color:#16a34a;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:20px;left:20px}.featured-label{color:#2563eb;background:#eff6ff;border-radius:999px;padding:7px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.featured-card h2{color:#0f172a;margin-top:18px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1}.featured-card h2 span{color:#2563eb;display:block}.featured-card p{color:#64748b;margin-top:15px;line-height:1.7}.featured-meta{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.featured-meta span{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;display:flex}.featured-meta svg{color:#2563eb}blockquote{color:#475569;border-left:3px solid #2563eb;margin-top:22px;padding-left:15px;font-size:.9rem;line-height:1.6}.featured-button{color:#fff;background:#0f172a;border:none;border-radius:999px;align-items:center;gap:10px;height:45px;margin-top:22px;padding:0 22px;font-weight:700;display:flex}@media (width<=900px){.featured-card{grid-template-columns:1fr;gap:25px}.featured-card__image{height:320px}}@media (width<=600px){.featured-story{padding:25px 0 45px}.featured-card{border-radius:25px;width:90%;padding:16px}.featured-card__image{border-radius:20px;height:260px}.featured-play{width:60px;height:60px}.featured-card h2{font-size:1.8rem}.featured-meta{flex-direction:column}.featured-meta span{width:100%}.featured-button{justify-content:center;width:100%}}.story-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:all .35s;overflow:hidden;box-shadow:0 12px 30px #0f172a0f}.story-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px #0f172a1f}.story-card__visual{height:210px;position:relative;overflow:hidden}.story-card__visual img{object-fit:cover;width:100%;height:100%;transition:all .5s}.story-card:hover img{transform:scale(1.06)}.story-card__visual:after{content:"";background:linear-gradient(#0000,#0f172a8c);position:absolute;inset:0}.story-card__play{z-index:2;color:#2563eb;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.3rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.story-card__outcome{z-index:3;color:#16a34a;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:15px;left:15px}.story-card__content{padding:22px}.story-card__category{color:#2563eb;background:#eff6ff;border-radius:999px;padding:6px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.story-card h3{color:#0f172a;margin-top:15px;font-size:1.2rem}.story-card p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:10px;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.story-card__meta{gap:10px;margin-top:18px;display:flex}.story-card__meta span{color:#475569;background:#f8fafc;border-radius:999px;align-items:center;gap:5px;padding:7px 10px;font-size:.75rem;display:flex}.story-card__meta svg{color:#2563eb}.story-card__button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;margin-top:20px;font-weight:700;display:flex}@media (width<=650px){.story-card{border-radius:22px}.story-card__visual{height:190px}.story-card__content{padding:18px}.story-card h3{font-size:1.1rem}}.story-grid-section{padding:70px 0 90px}.story-grid-container{width:min(1100px,92%);margin:auto}.story-grid-header{max-width:600px;margin-bottom:35px}.story-grid-tag{color:#2563eb;background:#eff6ff;border-radius:999px;padding:7px 15px;font-size:.75rem;font-weight:700;display:inline-flex}.story-grid-header h2{letter-spacing:-1.2px;color:#0f172a;margin-top:18px;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.1}.story-grid-header h2 span{color:#2563eb}.story-grid-header p{color:#64748b;margin-top:14px;font-size:.95rem;line-height:1.7}.story-grid-list{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.story-empty{text-align:center;padding:50px}@media (width<=1000px){.story-grid-list{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.story-grid-section{padding:50px 0 70px}.story-grid-container{width:90%}.story-grid-list{grid-template-columns:1fr;gap:18px}}.video-modal{z-index:9999;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.video-modal__overlay{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020817e0;position:absolute;inset:0}.video-modal__container{z-index:2;background:#fffffff5;border-radius:32px;width:min(1000px,100%);max-height:90vh;animation:.45s cubic-bezier(.16,1,.3,1) modalReveal;position:relative;overflow:hidden;box-shadow:0 50px 120px #00000073}@keyframes modalReveal{0%{opacity:0;transform:translateY(40px)scale(.94)}to{opacity:1;transform:none}}.video-modal__close{z-index:10;color:#0f172a;cursor:pointer;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 15px 40px #00000040}.video-modal__close:hover{transform:rotate(90deg)scale(1.05)}.video-modal__video{aspect-ratio:16/9;background:#000;width:100%}.video-modal__video iframe{border:none;width:100%;height:100%}.video-modal__info{background:linear-gradient(135deg,#fff,#f8fafc);padding:35px 40px}.video-modal__badge{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.video-modal__badge svg{font-size:1rem}.video-modal__info h2{letter-spacing:-1px;color:#0f172a;margin-top:20px;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.15}.video-modal__info h2 span{color:#2563eb;display:block}.video-modal__info p{color:#64748b;max-width:700px;margin-top:16px;font-size:1rem;line-height:1.8}.video-modal__meta{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px;display:grid}.video-modal__meta div{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 10px 30px #0f172a0d}.video-modal__meta svg{color:#2563eb;flex-shrink:0;font-size:1.4rem}.video-modal__meta span{color:#64748b;flex-direction:column;font-size:.75rem;display:flex}.video-modal__meta strong{color:#0f172a;margin-top:3px;font-size:.9rem}@media (width<=700px){.video-modal{padding:12px}.video-modal__container{border-radius:24px;max-height:95vh}.video-modal__close{width:40px;height:40px;top:12px;right:12px}.video-modal__info{padding:24px}.video-modal__meta{grid-template-columns:1fr;gap:12px}.video-modal__info h2{font-size:1.6rem}}.success{background:var(--background);color:var(--heading);padding:6rem 0}.success-hero{text-align:center;max-width:800px;margin:auto}.success-hero h2{font-size:clamp(2.3rem,4vw,3.6rem);font-weight:var(--fw-extrabold);letter-spacing:-.02em;margin-top:1rem}.success-hero h2 span{color:var(--accent)}.success-hero p{color:var(--text-light);margin-top:.8rem}.success-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.stat-card{border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:var(--transition);background:#ffffff08;padding:1.2rem}.stat-card:hover{transform:translateY(-3px)}.stat-card h3{font-size:var(--fs-h4);color:var(--accent)}.stat-card p{font-size:var(--fs-xs);color:var(--text-light)}.stories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.story-card{border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:var(--transition);background:#ffffff08;padding:1.4rem}.story-card:hover{border-color:#ffffff26;transform:translateY(-5px)}.story-top{justify-content:space-between;margin-bottom:1rem;display:flex}.badge{color:var(--accent);border-radius:var(--radius-pill);font-size:var(--fs-xs);background:#c9c6be26;padding:.3rem .6rem}.country{font-size:var(--fs-xs);color:var(--text-light)}.story-card h3{margin-bottom:.3rem}.meta{font-size:var(--fs-xs);color:var(--text-light);gap:.4rem;margin-bottom:.8rem;display:flex}.story-card p{color:var(--text);font-size:var(--fs-small);line-height:var(--lh-body)}.story-footer{font-size:var(--fs-xs);color:var(--text-light);align-items:center;gap:.5rem;margin-top:1rem;display:flex}.story-footer svg{color:var(--accent)}.video-strip{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--text-light);margin-top:4rem;padding:2rem}.video-btn{border-radius:var(--radius-pill);background:var(--heading);color:var(--background);cursor:pointer;transition:var(--transition);border:none;margin-top:1rem;padding:.8rem 1.2rem}.video-btn:hover{transform:translateY(-2px)}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2.5rem;display:flex}.filter-btn{border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--text-light);font-size:var(--fs-xs);cursor:pointer;transition:var(--transition);background:0 0;padding:.55rem .9rem}.filter-btn:hover{color:var(--heading);background:#ffffff0d}.filter-btn.active{background:var(--heading);color:var(--background);border-color:var(--heading)}@media (width<=900px){.success-stats{grid-template-columns:repeat(2,1fr)}.stories-grid{grid-template-columns:1fr}}.contact-cta{background:#071426;padding:5rem 0;position:relative;overflow:hidden}.contact-cta:before{content:"";filter:blur(70px);background:radial-gradient(circle,#0056b359,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-200px;right:-150px}.contact-cta-container{z-index:2;position:relative}.contact-cta-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff08);border:1px solid #ffffff1f;border-radius:32px;grid-template-columns:1fr .8fr;align-items:center;gap:3rem;max-width:1000px;margin:auto;padding:3rem;display:grid}.contact-cta-tag{color:#9edcff;letter-spacing:.08em;text-transform:uppercase;background:#7fcbff1f;border-radius:999px;padding:.45rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.contact-cta-content h2{color:#fff;margin-top:1.2rem;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.contact-cta-content h2 span{color:var(--accent);display:block}.contact-cta-content p{color:#ffffffbf;max-width:450px;margin-top:1rem;line-height:1.8}.contact-cta-button{background:var(--accent);color:#071426;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.7rem;margin-top:1.8rem;padding:1rem 1.6rem;font-weight:800;transition:all .3s;display:inline-flex}.contact-cta-button:hover{transform:translateY(-3px)}.contact-cta-divider{display:none}.contact-cta-info{flex-direction:column;gap:1rem;display:flex}.contact-mini-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:1rem;padding:1rem;display:flex}.contact-mini-icon{width:42px;height:42px;color:var(--accent);background:#7fcbff26;border-radius:14px;justify-content:center;align-items:center;display:flex}.contact-mini-card small{color:#ffffff80;font-size:.75rem}.contact-mini-card p{color:#fff;margin-top:.2rem;font-size:.9rem}@media (width<=768px){.contact-cta{padding:3.5rem 0}.contact-cta-card{border-radius:24px;padding:2rem;display:block}.contact-cta-content h2{font-size:1.8rem}.contact-cta-content p{font-size:.9rem}.contact-cta-button{justify-content:center;width:100%}.contact-cta-divider{background:#ffffff1a;height:1px;margin:2rem 0;display:block}.contact-mini-card{padding:.9rem}}.serviceItem{color:#10213c;-webkit-backdrop-filter:blur(18px);background:#ffffff6b;border:1px solid #ffffff73;border-radius:22px;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;text-decoration:none;transition:transform .35s,background .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.serviceItem:before{content:"";background:linear-gradient(120deg,#0000,#ffffff8c,#0000);transition:all .6s;position:absolute;inset:0;transform:translate(-120%)}.serviceItem:hover:before{transform:translate(120%)}.serviceItem:hover{background:#ffffffad;border-color:#0d6efd4d;transform:translate(6px);box-shadow:0 18px 40px #0000001f,0 8px 18px #0d6efd1a}.serviceItem__content{z-index:2;position:relative}.serviceItem__content h3{color:#10213c;letter-spacing:-.3px;margin:0;font-size:1rem;font-weight:700}.serviceItem__content p{color:#52627a;margin-top:6px;margin-bottom:0;font-size:.78rem}.serviceItem__arrow{z-index:2;color:#0d6efd;background:#0d6efd1a;border:1px solid #0d6efd26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .35s;display:flex;position:relative}.serviceItem:hover .serviceItem__arrow{color:#fff;background:#0d6efd;transform:translate(5px)}@media (width<=768px){.serviceItem{border-radius:24px;padding:20px}.serviceItem__content h3{font-size:1.05rem}.serviceItem__content p{font-size:.82rem}.serviceItem__arrow{width:44px;height:44px}}.serviceMenu{isolation:isolate;-webkit-backdrop-filter:blur(40px)saturate(220%);z-index:9999;background:linear-gradient(135deg,#ffffff94,#fff6);border:1px solid #ffffff8c;border-radius:28px;width:390px;padding:22px;animation:.35s cubic-bezier(.22,1,.36,1) serviceMenuIn;position:absolute;top:105px;left:0;overflow:hidden;box-shadow:0 30px 90px #0000004d,0 12px 30px #0056b326,inset 0 1px #ffffff73,inset 0 -1px #ffffff1a}.serviceMenu:before{content:"";pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 0 0,#ffffff73,#0000 55%);position:absolute;inset:0}.serviceMenu:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#0056b314,#0000 45%);position:absolute;inset:0}.serviceMenu__header{z-index:2;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex;position:relative}.serviceMenu__title{color:#10213c;align-items:center;gap:8px;font-size:1rem;font-weight:800;display:flex}.serviceMenu__title svg{color:#0d6efd;font-size:18px}.serviceMenu__header p{color:#42526b;margin:5px 0 0;font-size:.82rem}.serviceMenu__header button{cursor:pointer;color:#10213c;background:#ffffff59;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.serviceMenu__header button:hover{background:#fff;transform:rotate(90deg)}.serviceMenu__list{z-index:2;flex-direction:column;gap:12px;display:flex;position:relative}.serviceMenu__footer{z-index:2;border-top:1px solid #ffffff73;flex-direction:column;gap:12px;margin-top:20px;padding-top:18px;display:flex;position:relative}.serviceMenu__footer span{color:#42526b;font-size:.82rem}.serviceMenu__footer button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:999px;height:48px;font-weight:700;transition:all .3s}.serviceMenu__footer button:hover{transform:translateY(-3px)}.serviceMenu__overlay{display:none}@keyframes serviceMenuIn{0%{opacity:0;filter:blur(8px);transform:translateY(-18px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (width<=768px){.serviceMenu__overlay{-webkit-backdrop-filter:blur(8px);z-index:9998;background:#0a1220b5;display:block;position:fixed;inset:0}.serviceMenu{z-index:9999;border-radius:0;width:100%;height:100vh;max-height:none;padding:90px 22px 40px;animation:.35s cubic-bezier(.22,1,.36,1) sheetUp;position:fixed;inset:0;overflow-y:auto}.serviceMenu__header{-webkit-backdrop-filter:blur(18px);background:#ffffffbf;padding-bottom:16px;position:sticky;top:0}.serviceMenu__footer{background:linear-gradient(#0000,#ffffffeb);padding-top:18px;position:sticky;bottom:0}}@keyframes sheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.about-hero{background:radial-gradient(circle at 15% 20%,#2563eb59,#0000 35%),radial-gradient(circle at 85% 15%,#0ea5e938,#0000 30%),linear-gradient(135deg,#fff 0%,#f8fbff 45%,#eef6ff 100%);padding:7rem 0 6rem;position:relative;overflow:hidden}.about-hero:before{content:"";filter:blur(90px);background:radial-gradient(circle,#2563eb2e,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-300px;right:-250px}.about-hero:after{content:"";filter:blur(90px);background:radial-gradient(circle,#2563eb1f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-250px;left:-180px}.about-hero-container{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:5rem;display:grid;position:relative}.about-hero-content{max-width:620px}.about-hero-tag{color:#2563eb;letter-spacing:.12em;background:#2563eb14;border-radius:999px;align-items:center;padding:.7rem 1.2rem;font-size:.78rem;font-weight:800;display:inline-flex}.about-hero-title{letter-spacing:-2px;color:#0f172a;margin-top:1.5rem;font-size:clamp(3rem,5vw,4.8rem);font-weight:850;line-height:1.04}.about-hero-title span{color:#2563eb;display:block}.about-hero-description{color:#64748b;max-width:560px;margin-top:1.7rem;font-size:1.08rem;line-height:1.9}.about-hero-buttons{align-items:center;gap:18px;margin-top:35px;display:flex}.about-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:12px;height:58px;padding:0 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;overflow:hidden}.about-btn-primary{color:#fff;background:linear-gradient(135deg,#0056b3,#2563eb);box-shadow:0 18px 40px #2563eb4d}.about-btn-primary:before{content:"";background:linear-gradient(120deg,#0000,#ffffff59,#0000);transition:all .7s;position:absolute;inset:0;transform:translate(-120%)}.about-btn-primary:hover:before{transform:translate(120%)}.about-btn-primary:hover{transform:translateY(-5px);box-shadow:0 30px 60px #2563eb61}.about-btn-primary svg{transition:all .35s}.about-btn-primary:hover svg{transform:translate(6px)}.about-btn-secondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a14}.about-btn-secondary:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-5px);box-shadow:0 25px 50px #0f172a1f}.about-hero-image-wrapper{max-width:520px;margin-left:auto;position:relative}.about-hero-image-frame{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffa6;border-radius:45px;padding:15px;box-shadow:0 40px 100px #0f172a29}.about-hero-image{border-radius:32px;position:relative;overflow:hidden}.about-hero-image img{object-fit:cover;width:100%;transition:all .8s;display:block}.about-hero-image:hover img{transform:scale(1.06)}.glass-reflection{background:linear-gradient(120deg,#ffffff4d,#0000 35%);position:absolute;inset:0}.about-hero-glow{filter:blur(70px);border-radius:50%;position:absolute}.about-floating-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffc;border-radius:22px;align-items:center;gap:14px;padding:14px 18px;animation:6s infinite floatCard;display:flex;position:absolute;box-shadow:0 25px 60px #0f172a26}.card-icon{color:#2563eb;background:#eff6ff;border-radius:15px;place-items:center;width:46px;height:46px;font-size:1.2rem;display:grid}.about-floating-card strong{color:#0f172a;font-size:1.05rem;display:block}.about-floating-card span{color:#64748b;font-size:.8rem;display:block}.card-one{top:35px;left:-60px}.card-two{top:45%;right:-50px}.card-three{bottom:30px;left:-40px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=992px){.about-hero-container{text-align:center;grid-template-columns:1fr}.about-hero-content,.about-hero-description{margin:auto}.about-hero-buttons{justify-content:center}.about-hero-image-wrapper{margin:auto}.card-one{left:0}.card-two{right:0}}@media (width<=768px){.about-hero{padding:5rem 0 4rem}.about-hero-title{font-size:2.5rem}.about-hero-description{font-size:.95rem}.about-hero-buttons{flex-direction:column;width:100%}.about-btn{width:100%}.about-hero-image-frame{padding:10px}.about-floating-card{justify-content:center;width:100%;margin-top:15px;position:relative;inset:auto}.about-hero-image-wrapper{flex-direction:column;display:flex}}.about-process{background:radial-gradient(circle at 10% 20%,#0056b30f,#0000 45%),radial-gradient(circle at 90% 10%,#0056b314,#0000 50%),#fff;padding:7rem 0;position:relative;overflow:hidden}.about-process:before{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#0056b31a,#0000 70%);width:700px;height:700px;position:absolute;top:-280px;right:-260px}.about-process:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0056b312,#0000 70%);width:500px;height:500px;position:absolute;bottom:-200px;left:-200px}.about-process .container{z-index:2;max-width:1100px;margin:0 auto;position:relative}.about-process-header{text-align:center;max-width:750px;margin:0 auto 5rem}.about-process-tag{color:var(--primary);letter-spacing:.08em;background:#0056b314;border-radius:999px;margin-bottom:1.3rem;padding:.65rem 1.2rem;font-size:.78rem;font-weight:700;display:inline-flex}.about-process-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.4rem);line-height:1.1}.about-process-header h2 span{color:var(--primary);display:inline-block}.about-process-header p{color:var(--text);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.9}.about-process-timeline{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.timeline-step{align-items:flex-start;gap:1.5rem;display:flex;position:relative}.timeline-marker{flex-direction:column;flex-shrink:0;align-items:center;width:60px;display:flex}.timeline-dot{-webkit-backdrop-filter:blur(16px);width:56px;height:56px;color:var(--primary);z-index:2;background:#0056b314;border:1px solid #0056b326;border-radius:18px;justify-content:center;align-items:center;font-size:1.35rem;transition:all .35s;display:flex;position:relative}.timeline-dot:before{content:"";opacity:0;z-index:-1;background:radial-gradient(circle,#0056b326,#0000 75%);border-radius:22px;transition:all .35s;position:absolute;inset:-8px}.timeline-line{background:linear-gradient(#0056b359,#0056b314);flex:1;width:2px;min-height:90px;margin-top:.75rem}.timeline-card{-webkit-backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #0056b31a;border-radius:20px;flex:1;padding:1.25rem 1.5rem;transition:all .35s;position:relative;overflow:hidden}.timeline-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 0,#0056b314,#0000 65%);position:absolute;inset:0}.timeline-number{color:var(--primary);letter-spacing:.08em;background:#0056b314;border-radius:999px;align-items:center;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.timeline-card h3{color:var(--heading);margin-bottom:.45rem;font-size:1.15rem;font-weight:700}.timeline-card p{color:var(--text);max-width:600px;font-size:.95rem;line-height:1.7}.timeline-step:hover .timeline-card{border-color:#0056b338;transform:translateY(-4px);box-shadow:0 20px 50px #00000014}.timeline-step:hover .timeline-dot{transform:scale(1.08)}.timeline-step:hover .timeline-dot:before{opacity:1}@media (width<=992px){.timeline-step{gap:1rem}.timeline-line{min-height:80px}}@media (width<=768px){.about-process{padding:5rem 0}.about-process-header{margin-bottom:3rem}.about-process-header h2{font-size:2.2rem}.timeline-marker{width:48px}.timeline-dot{border-radius:14px;width:44px;height:44px;font-size:1rem}.timeline-line{min-height:70px;margin-top:.5rem}.timeline-card{padding:1rem}.timeline-number{padding:.3rem .6rem;font-size:.65rem}.timeline-card h3{font-size:1rem}.timeline-card p{font-size:.85rem;line-height:1.6}}@media (width<=480px){.timeline-step{gap:.85rem}.timeline-dot{width:40px;height:40px;font-size:.95rem}.timeline-card{padding:.95rem}.timeline-card p{font-size:.82rem}}.about-story{background:linear-gradient(#fff 0%,#f8fbff 100%);padding:8rem 0;position:relative;overflow:hidden}.about-story:before{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#0056b314,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-260px;right:-180px}.about-story:after{content:"";filter:blur(75px);pointer-events:none;background:radial-gradient(circle,#0056b30f,#0000 72%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:-160px}.about-story-container{z-index:5;grid-template-columns:.95fr 1.05fr;gap:6rem;display:grid;position:relative}.about-story-image-wrapper{width:100%;max-width:520px;position:relative}.about-story-frame{-webkit-backdrop-filter:blur(35px);background:linear-gradient(#ffffff94,#ffffff38);border-radius:38px;padding:18px;position:relative;box-shadow:inset 0 1px #ffffffb3,0 25px 60px #00000014,0 40px 80px #0056b314}.about-story-image{border-radius:28px;position:relative;overflow:hidden}.about-story-image img{object-fit:cover;width:100%;transition:all .8s;display:block}.about-story-image:hover img{transform:scale(1.06)}.about-story-reflection{pointer-events:none;background:linear-gradient(130deg,#ffffff47,#0000 35% 58%,#ffffff14);position:absolute;inset:0}.about-story-glow{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.glow-one{background:radial-gradient(circle,#0056b333,#0000 70%);width:220px;height:220px;top:-40px;right:-30px}.glow-two{background:radial-gradient(circle,#0056b31f,#0000 70%);width:170px;height:170px;bottom:40px;left:-30px}.about-story-floating-card{-webkit-backdrop-filter:blur(30px);background:linear-gradient(#ffffff85,#ffffff38);border-radius:22px;align-items:center;gap:1rem;padding:1rem 1.2rem;animation:6s ease-in-out infinite aboutStoryFloat;display:flex;position:absolute;bottom:35px;right:-40px;box-shadow:inset 0 1px #fff9,0 18px 45px #0000001f}.about-story-card-icon{width:52px;height:52px;color:var(--primary);background:#fff;border-radius:16px;flex-shrink:0;place-items:center;font-size:1.35rem;display:grid;box-shadow:0 10px 25px #0056b31f}.about-story-floating-card strong{color:var(--heading);font-size:1rem;font-weight:700;display:block}.about-story-floating-card span{color:var(--text);margin-top:4px;font-size:.84rem;display:block}.about-story-content{max-width:620px}.about-story-tag{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#0056b314;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.7rem 1.2rem;font-size:.82rem;font-weight:700;display:inline-flex}.about-story-title{color:var(--heading);margin-bottom:2rem;font-size:clamp(2.6rem,4vw,4rem);font-weight:800;line-height:1.1}.about-story-title span{color:var(--primary);display:block}.about-story-description{color:var(--text);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.about-story-features{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;display:grid}.about-story-feature{background:#fff;border:1px solid #0056b30f;border-radius:18px;align-items:center;gap:.9rem;padding:1rem 1.2rem;transition:all .35s;display:flex;box-shadow:0 12px 30px #0000000d}.about-story-feature:hover{transform:translateY(-5px);box-shadow:0 18px 40px #0056b31a}.about-story-feature svg{color:var(--primary);flex-shrink:0;font-size:1.3rem}.about-story-feature span{color:var(--heading);font-size:.95rem;font-weight:600}@keyframes aboutStoryFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=992px){.about-story{padding:6rem 0}.about-story-container{grid-template-columns:1fr;gap:4rem}.about-story-image-wrapper{margin:auto}.about-story-content{text-align:center;max-width:100%}.about-story-features{grid-template-columns:1fr 1fr}.about-story-floating-card{right:0}}@media (width<=768px){.about-story{padding:5rem 0}.about-story-title{font-size:2.3rem}.about-story-features{grid-template-columns:1fr}.about-story-floating-card{width:100%;margin:1.5rem auto 0;position:relative;bottom:auto;right:auto}.about-story-card-icon{width:48px;height:48px}}.about-why{isolation:isolate;color:#fff;background:radial-gradient(circle at 15% 15%,#1c8cff1a,#0000 30%),radial-gradient(circle at 90% 25%,#00b9ff14,#0000 35%),radial-gradient(circle at 50% 100%,#0056b329,#0000 55%),linear-gradient(#041327 0%,#071c36 45%,#061a31 100%);padding:7rem 0;position:relative;overflow:hidden}.about-why:before{content:"";filter:blur(120px);pointer-events:none;background:radial-gradient(circle,#0084ff2e,#0000 70%);border-radius:50%;width:900px;height:900px;animation:18s ease-in-out infinite alternate auroraOne;position:absolute;top:-280px;left:-260px}.about-why:after{content:"";filter:blur(110px);pointer-events:none;background:radial-gradient(circle,#00b9ff1f,#0000 72%);border-radius:50%;width:700px;height:700px;animation:16s ease-in-out infinite alternate auroraTwo;position:absolute;bottom:-220px;right:-180px}.about-why .container{z-index:5;position:relative}.about-why .container:before{content:"";opacity:.05;pointer-events:none;background-image:radial-gradient(circle,#ffffff59 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:-80px}.about-why-header{text-align:center;z-index:4;max-width:760px;margin:0 auto;position:relative}.about-why-tag{color:#a9d5ff;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(#ffffff1a,#ffffff0a);border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1.8rem;padding:.7rem 1.35rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffff1a,0 10px 35px #0003}.about-why-header h2{color:#fff;letter-spacing:-.03em;margin-bottom:1.7rem;font-size:clamp(2.8rem,5vw,5rem);font-weight:800;line-height:1.05}.about-why-header h2 span{background:linear-gradient(90deg,#7ec9ff,#fff,#8fd6ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.about-why-header p{color:#ffffffc7;max-width:640px;margin:auto;font-size:1.04rem;line-height:2}.about-why-header:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:180px;height:1px;margin:3rem auto;display:block;box-shadow:0 0 18px #6eb9ff73}.about-why-pills{z-index:5;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex;position:relative}.about-why-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-why-particles span{opacity:.15;background:#fff;border-radius:50%;width:5px;height:5px;animation:linear infinite particleFloat;position:absolute}@keyframes auroraOne{0%{transform:translate(0)scale(1)}to{transform:translate(120px,80px)scale(1.25)}}@keyframes auroraTwo{0%{transform:translate(0)scale(1)}to{transform:translate(-100px,-60px)scale(1.18)}}.about-whychoose-grid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:1rem;display:grid}.about-why-card{-webkit-backdrop-filter:blur(24px);background:linear-gradient(#ffffff14,#ffffff0a);border:1px solid #ffffff14;border-radius:22px;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 18px 40px #00000047}.about-why-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#0000 35%,#ffffff05);position:absolute;inset:1px}.about-why-card:hover{border-color:#ffffff2e;transform:translateY(-6px)scale(1.02);box-shadow:0 26px 60px #0000006b}.about-why-icon{color:#fff;background:linear-gradient(#ffffff29,#ffffff14);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:inset 0 1px #ffffff29,0 10px 24px #00000040}.about-why-icon svg{font-size:1.45rem}.about-why-card h3{color:#fff;margin-bottom:.3rem;font-size:1rem;font-weight:700}.about-why-card p{color:#ffffffb8;font-size:.87rem;line-height:1.65}.about-why-footer{justify-content:center;margin-top:2.4rem;display:flex}.about-why-strip{-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:linear-gradient(#ffffff14,#ffffff0a);border:1px solid #ffffff14;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;padding:1rem 1.3rem;display:flex;box-shadow:inset 0 1px #ffffff14,0 18px 45px #00000047}.about-why-pill{color:#ffffffeb;background:#ffffff0f;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.82rem;font-weight:600;display:flex}@media (width<=992px){.about-whychoose{padding:5rem 0}.about-whychoose-grid{grid-template-columns:1fr}.about-why-title{font-size:2.6rem}.about-why-strip{border-radius:26px;justify-content:flex-start}}@media (width<=768px){.about-why-card{padding:1rem}.about-why-icon{width:52px;height:52px}.about-why-title{font-size:2.1rem}.about-why-description{font-size:1rem}.about-why-strip{flex-direction:column;align-items:stretch}.about-why-pill{justify-content:center}}.about-why-pill-strip{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:4rem;display:flex}.about-why-pill{-webkit-backdrop-filter:blur(24px);color:#ffffffe6;background:linear-gradient(#ffffff17,#ffffff0a);border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem 1.15rem;font-size:.82rem;font-weight:600;transition:all .35s;display:inline-flex}.about-why-pill svg{color:#7dc2ff;font-size:1rem}.about-why-pill:hover{background:linear-gradient(#ffffff1f,#ffffff0f);border-color:#7dc2ff73;transform:translateY(-4px);box-shadow:0 14px 34px #00000047}.about-why-card:first-child{animation:6s ease-in-out infinite floatOne}.about-why-card:nth-child(2){animation:7s ease-in-out infinite floatTwo}.about-why-card:nth-child(3){animation:6.5s ease-in-out infinite floatThree}.about-why-card:nth-child(4){animation:7.5s ease-in-out infinite floatFour}@keyframes floatOne{50%{transform:translateY(-8px)}}@keyframes floatTwo{50%{transform:translateY(-10px)}}@keyframes floatThree{50%{transform:translateY(-7px)}}@keyframes floatFour{50%{transform:translateY(-9px)}}.about-why-stats{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;margin:3rem 0 2.2rem;display:flex}.about-why-stats>h3{color:#add8e6}.about-why-stat{text-align:center}.about-why-stat strong{color:#fff;font-size:2.3rem;font-weight:800;line-height:1;display:block}.about-why-stat span{color:#ffffffb8;letter-spacing:.04em;margin-top:.45rem;font-size:.88rem;display:block}.about-why-quote{text-align:center;color:#ffffffe6;-webkit-backdrop-filter:blur(24px);background:linear-gradient(#ffffff14,#ffffff08);border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;max-width:760px;margin:0 auto;padding:1.1rem 1.8rem;font-size:1rem;font-style:italic;display:flex;box-shadow:inset 0 1px #ffffff14,0 18px 45px #00000047}.about-why-quote:before{content:"“";color:#7dc2ff;margin-right:.45rem;font-size:2rem;line-height:1}.about-why-quote:after{content:"”";color:#7dc2ff;margin-left:.45rem;font-size:2rem;line-height:1}@media (width<=992px){.about-why{padding:5rem 0}.about-why-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-why-heading{font-size:2.4rem}}@media (width<=768px){.about-why{padding:4.5rem 0}.about-why-grid{grid-template-columns:1fr}.about-why-heading{font-size:2rem}.about-why-description{font-size:.98rem}.about-why-card{min-height:auto;padding:1.2rem}.about-why-pill-strip{justify-content:flex-start}.about-why-stats{gap:1.8rem}.about-why-stat strong{font-size:1.8rem}.about-why-quote{border-radius:24px;padding:1.1rem 1.3rem;font-size:.92rem}}.about-values{isolation:isolate;background:linear-gradient(#fff 0%,#f9fbff 55%,#f3f8ff 100%);padding:6.5rem 0;position:relative;overflow:hidden}.about-values:before{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#0056b314,#0000 72%);border-radius:50%;width:640px;height:640px;position:absolute;top:-280px;right:-220px}.about-values:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0056b30d,#0000 72%);border-radius:50%;width:520px;height:520px;position:absolute;bottom:-200px;left:-180px}.about-values .container{z-index:2;position:relative}.about-values-header{text-align:center;max-width:720px;margin:0 auto 4.5rem}.about-values-tag{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0056b31a,#0056b30d);border:1px solid #0056b314;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:.72rem 1.35rem;font-size:.82rem;font-weight:700;display:inline-flex}.about-values-header h2{color:var(--heading);margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:800;line-height:1.08}.about-values-header h2 span{color:var(--primary);display:block}.about-values-header p{max-width:620px;color:var(--text);margin:auto;font-size:1.05rem;line-height:1.9}.about-values-grid{grid-template-columns:repeat(12,1fr);align-items:start;gap:1.5rem;display:grid}.about-value-card{background:linear-gradient(#ffffffeb,#f8fafffa);border:1px solid #0056b314;border-radius:30px;padding:2rem 1.8rem;transition:transform .45s,box-shadow .45s,border-color .45s;position:relative;overflow:hidden;box-shadow:0 22px 55px #0000000f,inset 0 1px #ffffffe6}.about-value-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffffbf,#0000 38%,#ffffff2e);position:absolute;inset:1px}.about-value-card:after{content:"";filter:blur(28px);pointer-events:none;background:radial-gradient(circle,#0056b314,#0000 72%);border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;right:-60px}.about-value-card:hover{border-color:#0056b329;transform:translateY(-10px)scale(1.02);box-shadow:0 35px 80px #0056b31f}.about-value-card:first-child{grid-column:1/span 4}.about-value-card:nth-child(2){grid-column:5/span 4;margin-top:2.5rem}.about-value-card:nth-child(3){grid-column:9/span 4}.about-value-card:nth-child(4){grid-column:3/span 4;margin-top:-1rem}.about-value-card:nth-child(5){grid-column:7/span 4;margin-top:2rem}.about-value-icon{width:78px;height:78px;color:var(--primary);background:linear-gradient(#0056b31a,#0056b30d);border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;transition:all .35s;display:flex;box-shadow:inset 0 1px #fffc,0 14px 35px #0056b314}.about-value-card:hover .about-value-icon{background:var(--primary);color:#fff;transform:rotate(-8deg)scale(1.08);box-shadow:0 20px 40px #0056b340}.about-value-card h3{color:var(--heading);margin-bottom:.9rem;font-size:1.35rem;font-weight:700}.about-value-card p{color:var(--text);font-size:.95rem;line-height:1.8}.about-value-card:first-child{animation:6s ease-in-out infinite valuesFloat}.about-value-card:nth-child(2){animation:6s ease-in-out .2s infinite valuesFloat}.about-value-card:nth-child(3){animation:6s ease-in-out .4s infinite valuesFloat}.about-value-card:nth-child(4){animation:6s ease-in-out .6s infinite valuesFloat}.about-value-card:nth-child(5){animation:6s ease-in-out .8s infinite valuesFloat}@media (width<=992px){.about-values{padding:5rem 0}.about-values-header{margin-bottom:3.5rem}.about-values-header h2{font-size:2.8rem}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-value-card{padding:1.8rem;grid-column:auto!important;margin-top:0!important}.about-value-icon{width:70px;height:70px;font-size:1.8rem}}@media (width<=768px){.about-values{padding:4.5rem 0}.about-values-header{margin-bottom:3rem}.about-values-header h2{font-size:2.2rem;line-height:1.15}.about-values-header h2 span{display:inline}.about-values-header p{font-size:.98rem;line-height:1.8}.about-values-grid{grid-template-columns:1fr;gap:1.25rem;max-width:520px;margin:auto}.about-value-card{border-radius:24px;padding:1.6rem}.about-value-icon{border-radius:20px;width:64px;height:64px;margin-bottom:1.2rem;font-size:1.65rem}.about-value-card h3{font-size:1.15rem}.about-value-card p{font-size:.92rem;line-height:1.75}}@media (width<=480px){.about-values{padding:4rem 0}.about-values-tag{padding:.6rem 1rem;font-size:.72rem}.about-values-header h2{font-size:1.9rem}.about-values-header p{font-size:.9rem}.about-value-card{border-radius:22px;padding:1.4rem}.about-value-icon{width:58px;height:58px;font-size:1.45rem}.about-value-card h3{font-size:1.05rem}.about-value-card p{font-size:.88rem}}@keyframes valuesFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.about-team{background:linear-gradient(#f7fbff 0%,#fff 45%,#f5f9ff 100%);padding:7rem 0;position:relative;overflow:hidden}.about-team:before{content:"";background:radial-gradient(circle,#0056b314,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-250px;left:-250px}.about-team:after{content:"";background:radial-gradient(circle,#0056b30d,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;bottom:-250px;right:-220px}.team-container{z-index:2;width:min(1250px,92%);margin:auto;position:relative}.team-header{text-align:center;max-width:760px;margin:auto}.team-header span{color:var(--primary);letter-spacing:.12em;background:#0056b314;border:1px solid #0056b326;border-radius:999px;padding:.55rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.team-header h2{color:var(--heading);margin-top:1.4rem;font-size:clamp(2.3rem,5vw,3.8rem);line-height:1.05}.team-header strong{color:var(--primary);display:block}.team-header p{color:var(--text-light);margin-top:1.3rem;font-size:1rem;line-height:1.9}.team-stats{grid-template-columns:repeat(4,1fr);gap:1.4rem;margin:4rem 0;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #0056b314;border-radius:26px;padding:2rem;transition:all .35s;box-shadow:0 15px 35px #0000000d}.stat-icon{color:var(--primary);font-size:2rem}.stat-card h3{color:var(--heading);margin:.8rem 0 .4rem;font-size:2rem}.stat-card p{color:var(--text-light)}.founder-card{background:linear-gradient(135deg,#041e3d,#0056b3);border-radius:34px;grid-template-columns:320px 1fr;align-items:center;gap:3rem;margin:5rem 0;padding:2.8rem;display:grid;overflow:hidden;box-shadow:0 35px 80px #002d5f40}.founder-image{border:3px solid #ffffff26;border-radius:24px;height:420px;overflow:hidden}.founder-image img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:all .6s}.founder-card:hover img{transform:scale(1.04)}.founder-content{color:#fff}.founder-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border-radius:999px;margin-bottom:1rem;padding:.55rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.founder-content h2{margin-bottom:.4rem;font-size:2.4rem}.founder-content h4{color:#d6e6ff;margin-bottom:1.2rem}.founder-content p{color:#ffffffe0;max-width:650px;line-height:1.9}.founder-tags{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.founder-tags span{background:#ffffff1f;border-radius:999px;padding:.45rem .9rem;font-size:.75rem}.team-section{margin-top:5rem}.team-section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.team-section-header h2{color:var(--heading);font-size:1.8rem;font-weight:800}.team-section-header span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700}.team-section .swiper{padding:1rem .5rem 4rem}.team-section .swiper-slide{height:auto}.team-card{background:#fff;border:1px solid #0056b314;border-radius:30px;flex-direction:column;height:100%;transition:all .45s;display:flex;overflow:hidden;box-shadow:0 18px 45px #0000000d}.team-card:hover{border-color:#0056b333;transform:translateY(-12px);box-shadow:0 30px 80px #00285a26}.team-card-image{background:linear-gradient(135deg,#edf5ff,#dfefff);height:300px;position:relative;overflow:hidden}.team-avatar{border-radius:0;width:100%;height:100%;overflow:hidden}.team-avatar img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .7s}.team-card:hover .team-avatar img{transform:scale(1.08)}.rosemary-photo{object-position:center 18%}.avatar-placeholder{color:#fff;background:linear-gradient(135deg,#0056b3,#003b7a);justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;font-weight:800;display:flex}.team-card-content{flex-direction:column;flex:1;padding:2rem;display:flex}.team-role-tag{width:max-content;color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.45rem .85rem;font-size:.72rem;font-weight:700}.team-card-content h3{color:var(--heading);margin-bottom:.4rem;font-size:1.3rem;font-weight:800}.team-card-content h4{color:var(--primary);margin-bottom:1rem;font-size:.95rem;font-weight:600}.team-card-content p{color:var(--text-light);flex:1;font-size:.92rem;line-height:1.8}.team-card-footer{border-top:1px solid #00000014;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.2rem;display:flex}.team-card-footer span{color:var(--primary);font-size:.8rem;font-weight:700}.team-card-footer button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0056b3,#003d82);border:none;border-radius:999px;outline:none;padding:.7rem 1.1rem;font-weight:700;transition:all .35s}.team-card-footer button:hover{transform:translateY(-2px)}.team-section .swiper-button-next,.team-section .swiper-button-prev{background:#fff;border:1px solid #0056b31f;border-radius:50%;width:52px;height:52px;transition:all .35s;box-shadow:0 12px 30px #00000014}.team-section .swiper-button-next:hover,.team-section .swiper-button-prev:hover{background:var(--primary);transform:translateY(-3px)}.team-section .swiper-button-next:after,.team-section .swiper-button-prev:after{color:var(--primary);font-size:18px;font-weight:800;transition:all .35s}.team-section .swiper-button-next:hover:after,.team-section .swiper-button-prev:hover:after{color:#fff}.team-section .swiper-pagination{bottom:0!important}.team-section .swiper-pagination-bullet{opacity:1;background:#cfdff5;width:12px;height:12px;transition:all .35s}.team-section .swiper-pagination-bullet-active{background:var(--primary);border-radius:999px;width:34px}.team-card{position:relative}.team-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#0056b30d,#0000,#0056b308);border-radius:30px;transition:all .4s;position:absolute;inset:0}.team-card:hover:before{opacity:1}.team-card:hover h3{color:var(--primary)}.team-card:hover .team-role-tag{background:var(--primary);color:#fff}.founder-card{position:relative}.founder-card:after{content:"";background:radial-gradient(circle,#ffffff1f,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-180px;right:-180px}.team-card-image:after{content:"";background:linear-gradient(#0000 35%,#041e3d26 100%);position:absolute;inset:0}.about-team .floating-circle{filter:blur(80px);opacity:.25;pointer-events:none;border-radius:50%;position:absolute}.about-team .circle-one{background:#6da8ff;width:320px;height:320px;top:35%;left:-120px}.about-team .circle-two{background:#a7d4ff;width:250px;height:250px;bottom:10%;right:-80px}@media (width<=992px){.team-stats{grid-template-columns:repeat(2,1fr)}.founder-card{text-align:center;grid-template-columns:1fr}.founder-image{max-width:340px;margin:auto}.founder-tags{justify-content:center}.team-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=768px){.about-team{padding:5rem 0}.team-header h2{font-size:2.2rem}.team-header p{font-size:.95rem}.team-stats{grid-template-columns:1fr}.stat-card{padding:1.5rem}.founder-card{border-radius:26px;padding:1.8rem}.founder-image{height:330px}.founder-content h2{font-size:1.8rem}.founder-content p{font-size:.95rem}.team-card-image{height:260px}.team-card-content{padding:1.5rem}.team-card-content h3{font-size:1.15rem}.team-card-content p{font-size:.9rem}.team-section .swiper{padding-bottom:3rem}.team-section .swiper-button-next,.team-section .swiper-button-prev{display:none}}@media (width<=480px){.team-header h2{font-size:1.9rem}.team-card-image{height:230px}.founder-image{height:280px}.team-card,.founder-card{border-radius:22px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.canada-hero{background:radial-gradient(circle at 85% 15%,#2563eb1f,#0000 35%),radial-gradient(circle at 10% 80%,#0ea5e91a,#0000 30%),linear-gradient(#fff 0%,#f8fbff 100%);padding:120px 0 100px;position:relative;overflow:hidden}.canada-hero:before{content:"";filter:blur(120px);pointer-events:none;background:#2563eb1a;border-radius:50%;width:600px;height:600px;position:absolute;top:-250px;right:-250px}.canada-hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:min(1200px,92%);margin:auto;display:grid;position:relative}.canada-hero-content{max-width:620px}.canada-hero-tag{color:#2563eb;letter-spacing:.12em;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;margin-bottom:28px;padding:9px 18px;font-size:.78rem;font-weight:800;display:inline-flex}.canada-hero-title{letter-spacing:-2.5px;color:#0f172a;margin:0 0 28px;font-size:clamp(3rem,5vw,4.7rem);font-weight:850;line-height:1.05}.canada-hero-title span{background:linear-gradient(90deg,#2563eb,#0284c7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:8px;display:block}.canada-hero-description{color:#64748b;max-width:580px;margin-bottom:38px;font-size:1.08rem;line-height:1.85}.canada-hero-buttons{margin-bottom:40px;display:flex}.canada-hero-btn{color:#fff;background:#2563eb;border-radius:999px;align-items:center;gap:12px;padding:16px 30px;font-size:.95rem;font-weight:750;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 20px 40px #2563eb40}.canada-hero-btn svg{font-size:20px;transition:all .3s}.canada-hero-btn:hover{background:#1d4ed8;transform:translateY(-4px);box-shadow:0 30px 55px #2563eb59}.canada-hero-btn:hover svg{transform:translate(5px)}.canada-trust-row{flex-wrap:wrap;gap:14px;display:flex}.trust-pill{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:9px;padding:11px 16px;font-size:.84rem;font-weight:650;display:flex;box-shadow:0 10px 30px #0f172a0f}.trust-pill svg{color:#2563eb;font-size:18px}.canada-hero-image{position:relative}.canada-hero-image img{object-fit:cover;border-radius:35px;width:100%;height:620px;display:block;box-shadow:0 40px 100px #0f172a33}.canada-hero-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#0f172a40);border-radius:35px;position:absolute;inset:0}.canada-status-card{-webkit-backdrop-filter:blur(25px);z-index:3;background:#ffffffe0;border:1px solid #ffffffb3;border-radius:26px;width:270px;padding:26px;position:absolute;bottom:45px;right:-45px;box-shadow:0 30px 80px #0f172a2e}.status-label{color:#2563eb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:.75rem;font-weight:800;display:block}.canada-status-card strong{color:#0f172a;margin-bottom:20px;font-size:1.15rem;line-height:1.3;display:block}.status-item{color:#475569;border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:12px 0;font-size:.9rem;font-weight:650;display:flex}.status-item:before{content:"";background:#2563eb;border-radius:50%;width:8px;height:8px}.status-item:last-child{border-bottom:none}@media (width<=1024px){.canada-hero{padding:90px 0}.canada-hero-container{gap:50px}.canada-hero-image img{height:520px}.canada-status-card{width:240px;right:-20px}}@media (width<=768px){.canada-hero{padding:70px 0 60px}.canada-hero-container{grid-template-columns:1fr;gap:45px}.canada-hero-title{letter-spacing:-1px;font-size:2.45rem}.canada-hero-description{font-size:1rem}.canada-hero-btn{justify-content:center;width:100%}.canada-trust-row{flex-direction:column}.trust-pill{justify-content:center}.canada-hero-image img{border-radius:25px;height:430px}.canada-status-card{width:100%;margin-top:-50px;position:relative;bottom:auto;right:auto}}@media (width<=480px){.canada-hero-title{font-size:2.1rem}.canada-hero-tag{font-size:.7rem}}.canada-overview{background:radial-gradient(circle at 10% 0,#0056b314,#0000 35%),radial-gradient(circle at 90% 20%,#0096ff0f,#0000 30%),linear-gradient(#fff,#f8fafc);padding:8rem 0;position:relative;overflow:hidden}.canada-overview:before{content:"";filter:blur(100px);pointer-events:none;background:#0056b314;border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;right:-200px}.canada-overview-header{text-align:center;max-width:780px;margin:0 auto 5rem}.canada-overview-tag{color:var(--primary);letter-spacing:.12em;background:#0056b314;border:1px solid #0056b326;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.65rem 1.3rem;font-size:.78rem;font-weight:800;display:inline-flex}.canada-overview-header h2{color:var(--heading);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:850;line-height:1.08}.canada-overview-header h2 span{color:var(--primary);display:block}.canada-overview-header p{max-width:700px;color:var(--text);margin:auto;font-size:1.1rem;line-height:1.9}.canada-pathways-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2rem;display:grid}.featured-pathway-card{color:inherit;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);isolation:isolate;background:linear-gradient(#ffffffd9,#ffffffa6);border:1px solid #fffc;border-radius:34px;flex-direction:column;min-height:560px;padding:2.4rem;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a1a}.featured-pathway-card:before{content:"";background-image:var(--featured-image);opacity:.28;filter:saturate(.9)contrast(1.05)brightness(.92);z-index:-3;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.08)}.featured-pathway-card:after{content:"";filter:blur(30px);background:#0056b31f;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-150px}.featured-pathway-card:hover{transform:translateY(-10px);box-shadow:0 40px 90px #0f172a29}.featured-pathway-card>*{z-index:2;position:relative}.featured-icon{width:68px;height:68px;color:var(--primary);background:linear-gradient(135deg,#0056b326,#fffc);border-radius:22px;justify-content:center;align-items:center;margin-bottom:1.8rem;font-size:1.8rem;transition:all .35s;display:flex}.featured-pathway-card:hover .featured-icon{background:var(--primary);color:#fff;transform:scale(1.08)}.featured-badge{color:var(--primary);text-transform:uppercase;background:#eaf3ff;border-radius:999px;padding:.45rem .9rem;font-size:.75rem;font-weight:800}.featured-country{color:#475569;background:#f1f5f9;border-radius:999px;padding:.45rem .85rem;font-size:.75rem;font-weight:700}.featured-pathway-card h3{color:var(--heading);margin-bottom:1rem;font-size:1.8rem;line-height:1.2}.featured-pathway-card p{color:var(--text);margin-bottom:2rem;line-height:1.85}.featured-services{flex-direction:column;gap:.7rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.featured-services li{color:#475569;align-items:center;gap:.8rem;font-weight:500;display:flex}.featured-services li:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px}.featured-link{color:var(--primary);align-items:center;gap:.8rem;margin-top:auto;font-weight:800;display:flex}.featured-link svg{transition:all .3s}.featured-pathway-card:hover .featured-link svg{transform:translate(8px)}.pathway-strip-group{flex-direction:column;gap:1.2rem;display:flex}.pathway-strip{min-height:120px;color:inherit;background:#fff;border:1px solid #edf2f7;border-radius:24px;justify-content:space-between;align-items:center;padding:1.5rem;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f172a0f}.pathway-strip:hover{border-color:#0056b333;transform:translateY(-6px);box-shadow:0 25px 50px #0f172a1f}.strip-floating-image{opacity:.08;width:120px;transition:all .35s;position:absolute;bottom:-20px;right:-20px}.pathway-strip:hover .strip-floating-image{opacity:.15;transform:scale(1.1)}.strip-left{align-items:center;gap:1rem;display:flex}.strip-icon{width:60px;height:60px;color:var(--primary);background:#f1f6ff;border-radius:20px;justify-content:center;align-items:center;font-size:1.5rem;transition:all .35s;display:flex}.pathway-strip:hover .strip-icon{background:var(--primary);color:#fff}.strip-content h4{color:var(--heading);margin-bottom:.35rem;font-size:1.1rem}.strip-content span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.pathway-strip>svg{color:var(--primary);font-size:1.3rem;transition:all .3s}.pathway-strip:hover>svg{transform:translate(8px)}@media (width<=1100px){.canada-pathways-layout{grid-template-columns:1fr}}@media (width<=768px){.canada-overview{padding:5rem 0}.canada-overview-header{margin-bottom:3rem}.featured-pathway-card{border-radius:26px;min-height:auto;padding:1.8rem}.pathway-strip{min-height:100px}}@media (width<=480px){.featured-meta{flex-wrap:wrap}.strip-icon{width:50px;height:50px}.strip-content h4{font-size:.95rem}}.why-canada{background:radial-gradient(circle at 0 0,#0056b314,#0000 35%),linear-gradient(#fff,#f7f9fc);padding:8rem 0;position:relative;overflow:hidden}.why-canada:before{content:"";filter:blur(100px);background:#0056b30f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;right:-180px}.why-canada-header{text-align:center;max-width:760px;margin:0 auto 4.5rem}.why-canada-tag{color:var(--primary-color);letter-spacing:.14em;text-transform:uppercase;background:#0056b314;border:1px solid #0056b326;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.55rem 1.2rem;font-size:.78rem;font-weight:800;display:inline-flex}.why-canada-header h2{color:#111827;margin-bottom:1.2rem;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:850;line-height:1.1}.why-canada-header h2 span{color:var(--primary-color);display:block}.why-canada-header p{color:#64748b;max-width:700px;margin:auto;font-size:1.08rem;line-height:1.9}.why-canada-layout{grid-template-columns:.95fr 1.05fr;align-items:start;gap:2rem;display:grid}.why-feature-card{-webkit-backdrop-filter:blur(30px);isolation:isolate;background:#ffffffbf;border:1px solid #fffc;border-radius:32px;padding:2.5rem;position:sticky;top:120px;overflow:hidden;box-shadow:0 30px 80px #0f172a1a}.why-feature-glow{z-index:-1;background:radial-gradient(circle,#0056b32e,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;right:-100px}.why-feature-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0056b30d,#0000 50%);position:absolute;inset:0}.why-feature-icon{color:#fff;background:linear-gradient(135deg,#0056b3,#1d4ed8);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:1.5rem;font-size:2.1rem;display:flex;box-shadow:0 15px 35px #0056b359}.why-feature-badge{color:var(--primary-color);letter-spacing:.08em;text-transform:uppercase;background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.45rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.why-feature-card h3{color:#111827;margin-bottom:1rem;font-size:2rem;line-height:1.25}.why-feature-card p{color:#64748b;margin-bottom:2rem;line-height:1.85}.why-highlights{flex-direction:column;gap:1rem;display:flex}.highlight-item{color:#374151;align-items:center;gap:.9rem;font-size:.98rem;font-weight:600;display:flex}.highlight-item span{background:var(--primary-color);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #0056b31f}.why-small-grid{flex-direction:column;gap:1rem;display:flex}.why-small-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;text-align:left;background:#fffc;border:1px solid #0f172a14;border-radius:24px;justify-content:space-between;align-items:center;width:100%;padding:1.3rem 1.5rem;transition:all .35s;display:flex}.why-small-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #0f172a14}.why-small-card.active{background:#0056b30d;border-color:#0056b359}.why-small-left{align-items:center;gap:1rem;display:flex}.why-small-icon{width:58px;height:58px;color:var(--primary-color);background:#0056b314;border-radius:18px;justify-content:center;align-items:center;font-size:1.5rem;transition:all .35s;display:flex}.why-small-card:hover .why-small-icon,.why-small-card.active .why-small-icon{background:var(--primary-color);color:#fff}.why-small-card h4{color:#111827;margin:0;font-size:1.05rem}.why-small-card span{color:#64748b;margin-top:.35rem;font-size:.82rem;display:block}.why-small-card svg{color:var(--primary-color);transition:all .35s}.why-small-card:hover svg{transform:translate(7px)}.why-canada-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:5rem;display:grid}.stat-card{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #0f172a14;border-radius:28px;padding:2.2rem;transition:all .35s;position:relative}.stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #0f172a1a}.stat-card h3{color:var(--primary-color);margin-bottom:.6rem;font-size:3rem;font-weight:900}.stat-card span{color:#64748b;line-height:1.7}@media (width<=992px){.why-canada-layout{grid-template-columns:1fr}.why-feature-card{position:relative;top:0}.why-canada-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-canada{padding:5rem 0}.why-feature-card{border-radius:24px;padding:1.7rem}.why-feature-card h3{font-size:1.6rem}.why-small-card{border-radius:18px;padding:1rem}.why-canada-stats{grid-template-columns:1fr}}@media (width<=480px){.why-canada-header h2{font-size:2rem}.why-feature-icon{width:62px;height:62px;font-size:1.6rem}}.eligibility{background:#f6f8fc;padding:5rem 1rem}.wizard{-webkit-backdrop-filter:blur(20px);background:#ffffffc7;border:1px solid #0000000f;border-radius:26px;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 20px 50px #00000014}.wizard-header{text-align:center;margin-bottom:2rem}.wizard-tag{letter-spacing:.1em;color:#2563eb;background:#2563eb14;border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.72rem;font-weight:600;display:inline-block}.wizard-header h2{color:#0f172a;font-size:2rem;font-weight:700;line-height:1.2}.wizard-header h2 span{color:#2563eb}.wizard-header p{color:#64748b;margin-top:.5rem;font-size:.95rem;line-height:1.6}.wizard-progress-wrapper{color:#64748b;justify-content:space-between;margin:1.5rem 0 .5rem;font-size:.85rem;display:flex}.wizard-progress{background:#e5e7eb;border-radius:999px;width:100%;height:6px;margin-bottom:1.8rem;overflow:hidden}.wizard-progress-fill{background:linear-gradient(90deg,#2563eb,#60a5fa);height:100%;transition:width .35s}.wizard-step{text-align:center;margin-bottom:1.8rem}.wizard-step h3{color:#0f172a;margin-bottom:1.2rem;font-size:1.3rem}.goal-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.goal-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;text-align:center;background:#ffffffbf;border:1px solid #0000000f;border-radius:18px;flex-direction:column;align-items:center;gap:.4rem;padding:1.1rem;transition:all .25s;display:flex}.goal-card svg{color:#2563eb;font-size:1.6rem}.goal-card strong{color:#0f172a;font-size:.92rem}.goal-card small{color:#64748b;font-size:.78rem}.goal-card:hover{border-color:#2563eb59;transform:translateY(-3px)}.goal-card.active{background:#2563eb14;border:1px solid #2563eb}.option-list{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.option-list button{cursor:pointer;background:#ffffffbf;border:1px solid #00000014;border-radius:999px;padding:.65rem 1rem;font-size:.85rem;transition:all .2s}.option-list button:hover{border-color:#2563eb;transform:translateY(-2px)}.option-list button.active{color:#fff;background:#2563eb;border-color:#2563eb}input[type=range]{accent-color:#2563eb;width:100%}.age-value{color:#0f172a;margin-top:1rem;font-size:1rem;font-weight:600}.wizard-result{text-align:center;padding:2rem 1rem}.wizard-result svg{color:#22c55e;margin-bottom:1rem;font-size:3rem}.wizard-result h2{color:#0f172a;margin:.5rem 0;font-size:1.7rem}.wizard-result span{color:#2563eb;font-weight:600}.result-actions{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.result-actions button{cursor:pointer;border:none;border-radius:999px;padding:.75rem 1.2rem;font-weight:600}.result-actions .primary{color:#fff;background:#2563eb}.result-actions .secondary{color:#0f172a;background:#0000000d}.wizard-nav{justify-content:space-between;gap:1rem;margin-top:1.8rem;display:flex}.wizard-nav button{cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;transition:all .2s;display:flex}.wizard-nav .back{color:#0f172a;background:#0000000d}.wizard-nav .next{color:#fff;background:#2563eb}.wizard-nav button:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.wizard{padding:1.5rem}.goal-grid{grid-template-columns:1fr}.wizard-header h2{font-size:1.5rem}.wizard-nav,.result-actions{flex-direction:column}}@media (width<=480px){.wizard{padding:1.2rem}.wizard-header h2{font-size:1.3rem}.wizard-step h3{font-size:1.1rem}.option-list button{padding:.6rem .9rem;font-size:.8rem}}.global-work{background:#fff;width:100%;min-height:100vh;overflow:hidden}.global-work .global-hero{width:100%;min-height:100vh}.global-work section{width:100%;position:relative}.global-work .container,.global-work .trust-container,.global-work .why-container,.global-work .work-container,.global-work .benefits-container,.global-work .how-container{width:min(1200px,92%);margin:auto}.global-work section:nth-child(2n){background:linear-gradient(#fff,#f8fafc)}.global-work .global-hero h1{max-width:none}.global-work .global-hero p{margin-top:0}@media (width<=768px){.global-work .global-hero{min-height:100vh}}.global-hero{align-items:center;width:100%;height:100vh;min-height:760px;display:flex;position:relative;overflow:hidden}.global-hero-video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.global-hero-overlay{z-index:1;background:linear-gradient(90deg,#020617e6 0%,#020617a6 40%,#02061740 100%);position:absolute;inset:0}.global-hero-container{z-index:2;width:min(1200px,92%);margin:auto;position:relative}.global-hero-content{max-width:720px;animation:.9s forwards heroReveal}.global-tag{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;letter-spacing:.16em;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.65rem 1.3rem;font-size:.75rem;font-weight:800;display:inline-flex}.global-hero h1{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1.05}.global-hero h1 span{background:linear-gradient(90deg,#60a5fa,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.global-hero p{color:#ffffffd9;max-width:620px;margin-top:1.5rem;font-size:1.15rem;line-height:1.8}.global-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.2rem;display:flex}.global-primary-btn,.global-secondary-btn{border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:1rem 2rem;font-weight:800;text-decoration:none;transition:all .35s;display:flex}.global-primary-btn{color:#fff;background:#2563eb;box-shadow:0 15px 40px #2563eb59}.global-primary-btn:hover{background:#1d4ed8;transform:translateY(-5px)}.global-secondary-btn{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#ffffff26;border:1px solid #ffffff59}.global-secondary-btn:hover{color:#0f172a;background:#fff;transform:translateY(-5px)}.global-trust{flex-wrap:wrap;gap:2rem;margin-top:2.5rem;display:flex}.global-trust div{color:#fff;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}.global-trust svg{color:#22c55e;font-size:1.2rem}.global-hero:after{content:"";filter:blur(80px);z-index:1;background:radial-gradient(circle,#2563eb40,#0000 70%);width:600px;height:600px;position:absolute;bottom:-200px;right:-200px}@keyframes heroReveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.global-hero{min-height:700px}.global-hero h1{font-size:3.5rem}}@media (width<=600px){.global-hero{height:100svh;min-height:650px}.global-hero-overlay{background:linear-gradient(#020617a6,#020617eb)}.global-hero-container{width:90%}.global-hero h1{font-size:2.5rem}.global-hero p{font-size:1rem;line-height:1.6}.global-hero-actions{flex-direction:column;width:100%}.global-primary-btn,.global-secondary-btn{width:100%}.global-trust{flex-direction:column;gap:.8rem}}.trust-stats{background:#fff;padding:4rem 0;position:relative;overflow:hidden}.trust-stats:before{content:"";filter:blur(80px);background:radial-gradient(circle,#2563eb26,#0000 70%);width:500px;height:500px;position:absolute;top:-250px;left:50%;transform:translate(-50%)}.trust-wrapper{z-index:2;width:min(1200px,92%);margin:auto;position:relative}.trust-strip{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffbf;border:1px solid #e2e8f0cc;border-radius:35px;grid-template-columns:repeat(4,1fr);padding:1.5rem 2rem;display:grid;box-shadow:0 30px 80px #0f172a14}.trust-item{justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.trust-item:not(:last-child):after{content:"";background:#0f172a1a;width:1px;height:55px;position:absolute;right:0}.trust-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb26,#0ea5e914);border-radius:18px;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.5rem;display:flex}.trust-content h3{color:#0f172a;margin:0;font-size:2rem;font-weight:850;line-height:1}.trust-content p{color:#64748b;white-space:nowrap;margin-top:.35rem;font-size:.85rem}.trust-item{animation:6s ease-in-out infinite trustFloat}.trust-item:nth-child(2){animation-delay:.5s}.trust-item:nth-child(3){animation-delay:1s}.trust-item:nth-child(4){animation-delay:1.5s}@keyframes trustFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (width<=900px){.trust-strip{grid-template-columns:repeat(2,1fr);gap:2rem}.trust-item:not(:last-child):after{display:none}}@media (width<=600px){.trust-stats{padding:3rem 0}.trust-strip{border-radius:28px;grid-template-columns:1fr;padding:1.5rem}.trust-item{justify-content:flex-start}.trust-content h3{font-size:1.8rem}}.why-global{background:linear-gradient(#fff,#f8fafc);padding:7rem 0;position:relative;overflow:hidden}.why-background{filter:blur(80px);background:radial-gradient(circle,#2563eb2e,#0000 65%);width:700px;height:700px;position:absolute;top:-300px;right:-250px}.why-global .container{z-index:2;position:relative}.why-global-header{text-align:center;max-width:760px;margin:auto auto 4rem}.why-global-tag{color:#2563eb;letter-spacing:.15em;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;padding:.65rem 1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.why-global-header h2{color:#0f172a;margin-top:1.5rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:850;line-height:1.1}.why-global-header h2 span{color:#2563eb;display:block}.why-global-header p{color:#64748b;max-width:650px;margin:1.3rem auto 0;font-size:1.05rem;line-height:1.9}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.why-card{-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#ffffffb8,#ffffff6b);border:1px solid #ffffff8c;border-radius:32px;min-height:300px;padding:2rem;transition:all .45s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #ffffff2e,0 30px 70px #0f172a14}.why-card .glass-highlight{display:none}.why-card:before{content:"";border-radius:inherit;background: linear-gradient(130deg, #ffffff8c 0%, #ffffff2e 24%, transparent 46%),  linear-gradient(var(--grid) 1px, transparent 1px),  linear-gradient(90deg, var(--grid) 1px, transparent 1px);pointer-events:none;opacity:.8;background-size:auto,28px 28px,28px 28px;position:absolute;inset:0}.why-card:after{content:"";filter:blur(35px);pointer-events:none;z-index:0;border-radius:50%;width:220px;height:220px;position:absolute;top:-90px;right:-80px}.why-card:hover{transform:translateY(-12px);box-shadow:0 35px 80px #0f172a24}.card-top{justify-content:space-between;align-items:center;display:flex}.why-number{color:#0f172a14;font-size:3rem;font-weight:900}.why-icon{color:#2563eb;background:#2563eb1a;border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;transition:all .4s;display:flex}.why-card:hover .why-icon{color:#fff;background:#2563eb;transform:rotate(-8deg)scale(1.1)}.why-content{margin-top:3rem}.why-content h3{color:#0f172a;margin-bottom:.8rem;font-size:1.25rem;font-weight:800}.why-content p{color:#64748b;font-size:.95rem;line-height:1.75}.card-line{transform-origin:0;background:#2563eb;width:100%;height:5px;transition:all .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.why-card:hover .card-line{transform:scaleX(1)}.why-card.blue{--grid:#2563eb0f}.why-card.blue:after{background:radial-gradient(circle at 100% 0,#2563eb38,#0000 70%)}.why-card.green{--grid:#10b9810f}.why-card.green:after{background:radial-gradient(circle at 100% 0,#10b98138,#0000 70%)}.why-card.green .why-icon{color:#10b981;background:#10b9811f}.why-card.green .card-line{background:#10b981}.why-card.orange{--grid:#f973160f}.why-card.orange:after{background:radial-gradient(circle at 100% 0,#f9731638,#0000 70%)}.why-card.orange .why-icon{color:#f97316;background:#f973161f}.why-card.orange .card-line{background:#f97316}.why-card.purple{--grid:#8b5cf60f}.why-card.purple:after{background:radial-gradient(circle at 100% 0,#8b5cf638,#0000 70%)}.why-card.purple .why-icon{color:#8b5cf6;background:#8b5cf61f}.why-card.purple .card-line{background:#8b5cf6}@keyframes reveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}@media (width<=1050px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-global{padding:5rem 0}.why-grid{grid-template-columns:1fr}.why-card{border-radius:24px;min-height:auto;padding:1.6rem}.why-content{margin-top:2rem}}.work-opportunities{background:radial-gradient(circle at 0 0,#2563eb1a,#0000 35%),linear-gradient(#fff,#f8fafc);padding:6rem 0;overflow:hidden}.work-container{width:min(1200px,92%);margin:auto}.work-header{text-align:center;max-width:750px;margin:0 auto 4rem}.work-tag{color:#2563eb;letter-spacing:.12em;background:#2563eb14;border-radius:999px;margin-bottom:1.2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.work-header h2{color:#0f172a;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.work-header h2 span{color:#2563eb;display:block}.work-header p{color:#64748b;margin-top:1rem;line-height:1.8}.work-grid{grid-template-columns:repeat(4,1fr);gap:1.3rem;display:grid}.work-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #e2e8f0cc;border-radius:30px;padding:2rem 1.5rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a0f}.work-card:hover{transform:translateY(-12px);box-shadow:0 35px 80px #2563eb26}.work-number{color:#2563eb14;font-size:3rem;font-weight:900;position:absolute;top:15px;right:20px}.work-icon{color:#2563eb;background:#2563eb1a;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.8rem;transition:all .35s;display:flex}.work-card:hover .work-icon{color:#fff;background:#2563eb;transform:scale(1.1)}.work-card h3{color:#0f172a;margin-bottom:.8rem;font-size:1.2rem}.work-card p{color:#64748b;font-size:.92rem;line-height:1.7}.work-card ul{flex-direction:column;gap:.6rem;margin:1.3rem 0;padding:0;list-style:none;display:flex}.work-card li{color:#475569;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.work-card li svg{color:#2563eb}.work-card a{color:#2563eb;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.work-cta{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a8a);border-radius:32px;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2.5rem;display:flex}.work-cta h3{margin-bottom:.5rem;font-size:1.8rem}.work-cta p{color:#ffffffb3}.work-cta a{color:#2563eb;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:1rem 1.6rem;font-weight:700;transition:all .3s;display:flex}.work-cta a:hover{transform:translateY(-3px)}@media (width<=1000px){.work-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.work-grid{grid-template-columns:1fr}.work-cta{flex-direction:column;align-items:flex-start}}.benefit-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffffd9,#f8fafca6);border:1px solid #e2e8f0cc;border-radius:30px;flex-direction:column;min-height:330px;padding:2rem;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a0f}.benefit-top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.benefit-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb26,#2563eb0d);border-radius:22px;justify-content:center;align-items:center;width:68px;height:68px;font-size:2rem;transition:all .4s;display:flex;box-shadow:inset 0 0 0 1px #2563eb1a}.benefit-card:hover .benefit-icon{color:#fff;background:#2563eb;transform:scale(1.08)rotate(-5deg)}.benefit-number{letter-spacing:.15em;color:#2563eb;background:#2563eb14;border-radius:999px;padding:.5rem .8rem;font-size:.9rem;font-weight:800}.benefit-content{z-index:2;position:relative}.benefit-content h3{color:#0f172a;margin-bottom:.8rem;font-size:1.25rem;font-weight:800}.benefit-content p{color:#64748b;font-size:.95rem;line-height:1.8}.benefit-footer-number{color:#2563eb0d;text-align:right;z-index:1;margin-top:auto;font-size:5rem;font-weight:900;line-height:1;position:relative}.benefit-glow{filter:blur(35px);background:radial-gradient(circle,#2563eb2e,#0000 70%);width:260px;height:260px;position:absolute;bottom:-120px;right:-120px}.how-it-works{background:radial-gradient(circle at 10% 10%,#2563eb1f,#0000 40%),linear-gradient(#fff,#f8fafc);padding:7rem 0;overflow:hidden}.how-container{width:min(1150px,92%);margin:auto}.how-header{text-align:center;max-width:760px;margin:auto auto 5rem}.how-header span{color:#2563eb;letter-spacing:.15em;background:#2563eb14;border-radius:999px;padding:.55rem 1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.how-header h2{color:#0f172a;margin-top:1.2rem;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:900;line-height:1.05}.how-header h2 strong{color:#2563eb;display:block}.how-header p{color:#64748b;margin-top:1.2rem;font-size:1.05rem;line-height:1.9}.steps-wrapper{flex-direction:column;gap:2rem;display:flex;position:relative}.steps-line{background:linear-gradient(#2563eb,#2563eb1a);width:3px;position:absolute;top:60px;bottom:60px;left:40px}.step-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #e2e8f0cc;border-radius:32px;align-items:center;margin-left:90px;padding:2.4rem;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #0f172a12}.step-card:hover{transform:translate(12px);box-shadow:0 35px 90px #2563eb26}.step-marker{position:absolute;left:-90px}.step-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:28px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex;box-shadow:0 20px 50px #2563eb59}.step-marker span{color:#2563eb;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;font-weight:900;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 10px 30px #0000001a}.step-content{z-index:2;position:relative}.step-content h3{color:#0f172a;margin-bottom:.8rem;font-size:1.5rem;font-weight:850}.step-content p{color:#64748b;max-width:650px;line-height:1.8}.step-watermark{color:#2563eb0d;font-size:7rem;font-weight:900;position:absolute;bottom:-25px;right:30px}@media (width<=700px){.steps-line{left:30px}.step-card{margin-left:60px;padding:1.8rem}.step-marker{left:-60px}.step-icon{border-radius:18px;width:55px;height:55px;font-size:1.4rem}.step-content h3{font-size:1.15rem}}.emf{color:#fff;background:linear-gradient(#0b1220,#0f172a);padding:5rem 1rem}.emf__wrap{max-width:750px;margin:0 auto}.emf__header{text-align:center;margin-bottom:2rem}.emf__tag{letter-spacing:.15em;color:#60a5fa;font-size:.75rem}.emf__header h2{margin-top:.5rem;font-size:1.8rem}.emf__header p{color:#cbd5e1;margin-top:.5rem;font-size:.9rem}.emf__progress{color:#93c5fd;flex-direction:column;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.8rem;display:flex}.emf__bar{background:#ffffff1a;border-radius:999px;width:100%;height:6px;position:relative;overflow:hidden}.emf__bar:after{content:"";background:linear-gradient(90deg,#3b82f6,#60a5fa);height:100%;transition:width .3s;position:absolute;top:0;left:0}.emf__bar.step-1:after{width:33%}.emf__bar.step-2:after{width:66%}.emf__bar.step-3:after{width:100%}.emf__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:22px;padding:2rem;box-shadow:0 20px 60px #0000004d}.emf__step{flex-direction:column;gap:.8rem;display:flex}.emf__step label{color:#e2e8f0;font-size:.9rem}.emf__step input,.emf__step select{color:#fff;background:#0f172a99;border:1px solid #fff3;border-radius:12px;outline:none;padding:.9rem 1rem;transition:all .2s}.emf__step select option{color:#fff;background:#0f172a}.emf__step input::placeholder{color:#94a3b8}.emf__step input:focus,.emf__step select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}.emf__hint{color:#94a3b8;font-size:.75rem}.emf__actions{justify-content:space-between;margin-top:2rem;display:flex}.emf__btn{cursor:pointer;border:none;border-radius:999px;padding:.8rem 1.2rem;font-weight:600;transition:all .25s}.emf__btn.primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.emf__btn.primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2563eb66}.emf__btn.ghost{color:#fff;background:0 0;border:1px solid #ffffff40}.emf__btn.ghost:hover{background:#ffffff14}@media (width<=768px){.emf__actions{flex-direction:column;gap:1rem}}.ss{background:#f8fafc;padding:5rem 1rem}.ss__header{text-align:center;max-width:700px;margin:0 auto 3rem}.ss__tag{letter-spacing:.15em;color:#2563eb;font-size:.75rem;font-weight:600}.ss__header h2{color:#0f172a;margin-top:.5rem;font-size:2rem}.ss__header h2 span{color:#2563eb}.ss__header p{color:#64748b;margin-top:.5rem;font-size:.95rem}.ss__grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1100px;margin:0 auto;display:grid}.ss__card{background:#fff;border:1px solid #0000000f;border-radius:18px;padding:1.5rem;transition:all .25s}.ss__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.ss__top{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.ss__avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.ss__top h3{margin:0;font-size:.95rem}.ss__top span{color:#64748b;font-size:.75rem}.ss__outcome{color:#2563eb;margin-bottom:.8rem;font-size:.75rem;font-weight:600;display:inline-block}.ss__text{color:#334155;font-size:.9rem;line-height:1.6}@media (width<=900px){.ss__grid{grid-template-columns:1fr}}.gf{background:#f8fafc;padding:5rem 1rem}.gf__header{text-align:center;margin-bottom:3rem}.gf__tag{letter-spacing:.15em;color:#2563eb;font-size:.75rem;font-weight:600}.gf__header h2{color:#0f172a;font-size:2rem}.gf__header h2 span{color:#2563eb}.gf__list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.gf__item{background:#fff;border:1px solid #0000000f;border-radius:14px;padding:1rem 1.2rem;transition:all .25s}.gf__item:hover{box-shadow:0 10px 25px #0000000f}.gf__item summary{cursor:pointer;color:#0f172a;font-weight:600;list-style:none}.gf__item summary::-webkit-details-marker{display:none}.gf__item p{color:#64748b;margin-top:.8rem;font-size:.9rem;line-height:1.6}.global-cta-section{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 40%),linear-gradient(#f8fafc,#fff);padding:6rem 0;overflow:hidden}.global-cta-container{width:min(1200px,92%);margin:auto}.global-cta-card{-webkit-backdrop-filter:blur(25px);background:linear-gradient(135deg,#ffffffd9,#ffffff8c);border:1px solid #fffc;border-radius:40px;grid-template-columns:1.4fr .8fr;gap:3rem;padding:3.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 100px #0f172a1f}.global-cta-card:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#2563eb40,#0000 70%);width:350px;height:350px;position:absolute;top:-150px;right:-150px}.global-cta-content{z-index:2;position:relative}.global-cta-badge{color:#2563eb;letter-spacing:.14em;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;margin-bottom:1.3rem;padding:.55rem 1.1rem;font-size:.72rem;font-weight:800;display:inline-flex}.global-cta-title{color:#0f172a;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.15}.global-cta-description{color:#64748b;max-width:620px;font-size:1.05rem;line-height:1.8}.global-cta-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.global-cta-primary,.global-cta-secondary{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:1rem 1.8rem;font-weight:700;transition:all .35s;display:flex}.global-cta-primary{color:#fff;background:#2563eb;border:none;box-shadow:0 15px 35px #2563eb4d}.global-cta-primary:hover{background:#1d4ed8;transform:translateY(-4px)}.global-cta-secondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.global-cta-secondary:hover{border-color:#2563eb;transform:translateY(-4px)}.global-cta-contact{z-index:2;color:#fff;background:#0f172af5;border-radius:30px;padding:2rem;position:relative;box-shadow:0 25px 60px #0f172a40}.global-cta-contact-title{margin-bottom:2rem;font-size:1.2rem;font-weight:800}.global-cta-contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.global-cta-icon{color:#60a5fa;background:#ffffff1f;border-radius:14px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;display:flex}.global-cta-contact-item span{color:#ffffff8c;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;display:block}.global-cta-contact-item p{color:#fff;margin:.25rem 0;font-size:.95rem}.global-cta-note{color:#ffffffbf;border-top:1px solid #ffffff26;margin-top:2rem;padding-top:1.2rem;font-size:.85rem;line-height:1.6}@media (width<=900px){.global-cta-card{grid-template-columns:1fr;padding:2.5rem}}@media (width<=600px){.global-cta-section{padding:4rem 0}.global-cta-card{border-radius:28px;padding:1.5rem}.global-cta-title{font-size:2rem}.global-cta-actions{flex-direction:column}.global-cta-primary,.global-cta-secondary{width:100%}.global-cta-contact{border-radius:24px;padding:1.5rem}}.tv{background:linear-gradient(#fff 0%,#f8fbff 100%);padding:6rem 1rem;overflow:hidden}.tv__hero{text-align:center;max-width:850px;margin:0 auto 5rem}.tv__tag{color:#2563eb;letter-spacing:.12em;background:#eff6ff;border-radius:999px;padding:.65rem 1.2rem;font-size:.78rem;font-weight:800;display:inline-flex}.tv__hero h1{letter-spacing:-1px;color:#0f172a;margin-top:1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.tv__hero h1 span{color:#2563eb;display:block}.tv__hero p{color:#64748b;max-width:650px;margin:1.5rem auto 0;font-size:1.05rem;line-height:1.8}.tv__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1150px;margin:auto;display:grid}.tv__card{color:inherit;background:#fff;border:1px solid #0f172a0f;border-radius:28px;padding:2rem;text-decoration:none;transition:all .35s;position:relative;box-shadow:0 20px 50px #0f172a0d}.tv__card:hover{transform:translateY(-8px);box-shadow:0 35px 80px #2563eb1f}.tv__icon{color:#2563eb;background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:1.4rem;font-size:1.5rem;display:flex}.tv__card h3{color:#0f172a;margin-bottom:.6rem;font-size:1.25rem}.tv__card p{color:#64748b;font-size:.95rem;line-height:1.7}.tv__link{color:#2563eb;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:700;display:flex}.tv__process{text-align:center;margin-top:6rem}.tv__steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.tv__step{background:#fff;border:1px solid #0f172a0f;border-radius:24px;padding:2rem;box-shadow:0 20px 50px #0f172a0d}.tv__step svg{color:#2563eb;margin-bottom:1rem;font-size:1.8rem}.tv__cta{text-align:center;color:#fff;background:radial-gradient(circle at 0 0,#3b82f659,#0000 35%),linear-gradient(135deg,#020617,#0f172a);border-radius:32px;margin-top:6rem;padding:5rem 2rem;position:relative;overflow:hidden;box-shadow:0 35px 90px #0f172a2e}.tv__cta:before{content:"";filter:blur(80px);background:#2563eb4d;border-radius:50%;width:350px;height:350px;position:absolute;top:-180px;right:-120px}.tv__cta h2{z-index:1;max-width:700px;margin:auto;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;position:relative}.tv__cta p{z-index:1;color:#ffffffbf;max-width:600px;margin:1.3rem auto 0;font-size:1.05rem;line-height:1.8;position:relative}.tv__btn{z-index:1;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:999px;justify-content:center;align-items:center;gap:.7rem;min-height:58px;margin-top:2rem;padding:1rem 2.2rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;box-shadow:0 20px 50px #2563eb59}.tv__btn svg{transition:all .3s}.tv__btn:hover{transform:translateY(-5px)}.tv__btn:hover svg{transform:translate(5px)}@media (width<=992px){.tv__grid,.tv__steps{grid-template-columns:1fr 1fr}}@media (width<=768px){.tv{padding:4rem 1rem}.tv__hero{margin-bottom:3rem}.tv__hero h1{font-size:2.3rem}.tv__hero p{font-size:.95rem}.tv__grid,.tv__steps{grid-template-columns:1fr;gap:1.2rem}.tv__card{border-radius:22px;padding:1.6rem}.tv__cta{border-radius:24px;margin-top:4rem;padding:3rem 1.4rem}.tv__cta h2{font-size:2rem}.tv__cta p{font-size:.95rem}.tv__btn{width:100%}}@media (width<=480px){.tv__hero h1{font-size:2rem}.tv__tag{font-size:.7rem}}.tourist-hero{background:radial-gradient(circle at 100% 0,#0056b314,#0000 35%),linear-gradient(#fff,#f8fafc);padding:6rem 0 5rem;overflow:hidden}.tourist-hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.tourist-hero-content{max-width:620px}.tourist-hero-tag{color:var(--primary);letter-spacing:.12em;background:#0056b314;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.78rem;font-weight:800;display:inline-flex}.tourist-hero-content h1{color:var(--heading);margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:850;line-height:1.05}.tourist-hero-content h1 span{color:var(--primary);display:block}.tourist-hero-content p{color:var(--text);max-width:540px;margin-bottom:2.2rem;font-size:1.15rem;line-height:1.8}.tourist-hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.tourist-primary-btn{background:var(--primary);color:#fff;border-radius:14px;align-items:center;gap:.7rem;padding:1rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.tourist-primary-btn:hover{transform:translateY(-3px)}.tourist-secondary-btn{color:var(--heading);background:#fff;border:1px solid #dbe4f0;border-radius:14px;padding:1rem 1.5rem;font-weight:700;text-decoration:none}.tourist-trust{gap:1.5rem;display:flex}.tourist-trust-item{align-items:center;gap:.8rem;display:flex}.tourist-trust-item svg{width:42px;height:42px;color:var(--primary);background:#0056b314;border-radius:14px;padding:.7rem}.tourist-trust-item strong{color:var(--heading);font-size:.9rem;display:block}.tourist-trust-item span{color:#6b7280;font-size:.8rem;display:block}.tourist-hero-image{justify-content:center;display:flex;position:relative}.tourist-hero-image img{object-fit:cover;border-radius:40px;width:100%;max-width:560px;height:650px;box-shadow:0 40px 100px #0f172a2e}.travel-image-badge{z-index:3;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:30px;right:20px;box-shadow:0 15px 40px #0000001f}.travel-image-badge svg{color:#16a34a}.travel-floating-card{background:#fff;border-radius:26px;width:290px;padding:1.5rem;position:absolute;bottom:40px;left:-45px;box-shadow:0 25px 70px #0f172a2e}.floating-card-header{color:var(--primary);align-items:center;gap:.6rem;margin-bottom:1rem;font-weight:700;display:flex}.floating-card-header svg{font-size:1.4rem}.travel-floating-card h3{color:var(--heading);margin-bottom:1rem;font-size:1.25rem}.travel-floating-card ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.travel-floating-card li{color:#4b5563;font-size:.9rem}.travel-floating-card li:before{content:"✓";color:var(--primary);margin-right:.5rem}@media (width<=1100px){.tourist-hero-wrapper{grid-template-columns:1fr}.tourist-hero-content{max-width:100%}.tourist-hero-image{margin-top:2rem}}@media (width<=768px){.tourist-hero{padding:4rem 0}.tourist-hero-content h1{font-size:2.5rem}.tourist-hero-actions,.tourist-trust{flex-direction:column}.tourist-hero-image img{border-radius:28px;height:480px}.travel-floating-card{width:auto;bottom:20px;left:15px;right:15px}.travel-image-badge{font-size:.75rem;top:15px;right:15px}}.travel-trust{background:#fff;padding:7rem 0}.travel-trust-wrapper{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.travel-trust-left{max-width:520px}.travel-trust-tag{color:var(--primary);letter-spacing:.12em;background:#0056b314;border-radius:999px;margin-bottom:1.4rem;padding:.6rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.travel-trust-left h2{color:var(--heading);margin-bottom:1.2rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.travel-trust-left h2 span{color:var(--primary);display:block}.travel-trust-left p{color:var(--text);font-size:1.05rem;line-height:1.9}.travel-trust-right{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.travel-trust-card{background:#fff;border:1px solid #edf2f7;border-radius:24px;padding:2rem;transition:all .35s;box-shadow:0 15px 35px #0f172a0d}.travel-trust-card:hover{border-color:#0056b32e;transform:translateY(-8px);box-shadow:0 25px 60px #0f172a1a}.travel-trust-icon{width:64px;height:64px;color:var(--primary);background:#0056b314;border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.3rem;font-size:1.7rem;display:flex}.travel-trust-card h3{color:var(--heading);margin-bottom:.7rem;font-size:1.15rem}.travel-trust-card p{color:var(--text);line-height:1.7}.travel-trust-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.travel-stat{text-align:center;background:linear-gradient(#fff,#f8fafc);border:1px solid #edf2f7;border-radius:24px;padding:2rem}.travel-stat h3{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.travel-stat span{color:var(--text)}@media (width<=992px){.travel-trust-wrapper{grid-template-columns:1fr}.travel-trust-right{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.travel-trust{padding:5rem 0}.travel-trust-right,.travel-trust-stats{grid-template-columns:1fr}}.travel-experience{background:radial-gradient(circle at 100% 0,#0056b30f,#0000 35%),radial-gradient(circle at 0 100%,#3b82f60d,#0000 40%),linear-gradient(#fff 0%,#f8fafc 100%);padding:7rem 0;position:relative;overflow:hidden}.travel-experience:before{content:"";filter:blur(120px);pointer-events:none;background:#0056b30d;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-180px}.travel-experience-header{text-align:center;max-width:760px;margin:0 auto 4rem}.travel-experience-header span{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#0056b314;border:1px solid #0056b31f;border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.65rem 1.25rem;font-size:.8rem;font-weight:700;display:inline-flex}.travel-experience-header h2{color:var(--heading);margin-bottom:1.4rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.05}.travel-experience-header h2 span{color:var(--primary);background:0 0;border:none;padding:0;display:block}.travel-experience-header p{max-width:680px;color:var(--text);margin:auto;font-size:1.08rem;line-height:1.9}.travel-experience-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.travel-experience-card{-webkit-backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #ffffffbf;border-radius:30px;transition:all .45s;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.travel-experience-card:hover{transform:translateY(-10px);box-shadow:0 35px 80px #0f172a1f}.travel-experience-card:after{content:"";pointer-events:none;background:linear-gradient(#0000,#ffffff0a);position:absolute;inset:0}.travel-card-image{background-position:50%;background-size:cover;height:300px;transition:all .6s;position:relative;overflow:hidden}.travel-experience-card:hover .travel-card-image{transform:scale(1.05)}.travel-card-overlay{z-index:1;background:linear-gradient(#0f172a0d 0%,#0f172a33 35%,#0f172ad1 100%);position:absolute;inset:0}.travel-card-image:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#ffffff73,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-80px}.travel-card-icon{-webkit-backdrop-filter:blur(18px);color:#fff;z-index:5;background:#ffffff2e;border:1px solid #ffffff40;border-radius:22px;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.8rem;transition:all .45s;display:flex;position:absolute;top:22px;left:22px}.travel-experience-card:hover .travel-card-icon{background:#0056b3eb;transform:scale(1.08)rotate(8deg)}.travel-card-content{padding:2rem;position:relative}.travel-card-content h3{color:var(--heading);margin-bottom:1rem;font-size:1.55rem;font-weight:800;line-height:1.3}.travel-card-content p{color:var(--text);margin-bottom:2rem;line-height:1.9}.travel-card-content button{color:var(--primary);cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:.75rem;font-size:.98rem;font-weight:700;transition:all .35s;display:inline-flex}.travel-card-content button svg{font-size:1.15rem;transition:all .35s}.travel-card-content button:hover{gap:1rem}.travel-card-content button:hover svg{transform:translate(8px)}.travel-experience-card:hover{border-color:#0056b32e}.travel-highlight{-webkit-backdrop-filter:blur(24px);background:#ffffffb8;border:1px solid #fffc;border-radius:30px;align-items:center;gap:1.5rem;margin-top:4rem;padding:2rem 2.2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.travel-highlight:before{content:"";pointer-events:none;background:radial-gradient(circle,#0056b31f,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-160px;right:-120px}.travel-highlight-icon{background:linear-gradient(135deg, var(--primary), #2563eb);color:#fff;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex;box-shadow:0 15px 35px #0056b340}.travel-highlight h3{color:var(--heading);margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.travel-highlight p{color:var(--text);margin:0;line-height:1.8}@media (width<=1100px){.travel-experience-grid{grid-template-columns:repeat(2,1fr)}.travel-card-image{height:280px}}@media (width<=768px){.travel-experience{padding:5rem 0}.travel-experience-header{margin-bottom:3rem}.travel-experience-header h2{font-size:2.3rem}.travel-experience-header p{font-size:1rem}.travel-experience-grid{grid-template-columns:1fr;gap:1.25rem}.travel-experience-card{border-radius:24px}.travel-card-image{height:250px}.travel-card-icon{border-radius:18px;width:60px;height:60px;font-size:1.5rem;top:18px;left:18px}.travel-card-content{padding:1.5rem}.travel-card-content h3{font-size:1.35rem}.travel-card-content p{font-size:.95rem}.travel-highlight{border-radius:24px;flex-direction:column;align-items:flex-start;margin-top:2.5rem;padding:1.5rem}.travel-highlight-icon{border-radius:20px;width:65px;height:65px;font-size:1.6rem}.travel-highlight h3{font-size:1.25rem}}@media (width<=480px){.travel-experience{padding:4rem 0}.travel-experience-header h2{font-size:2rem}.travel-card-image{height:220px}.travel-card-content,.travel-highlight{padding:1.25rem}}.travel-card-content button:focus-visible{outline-offset:5px;outline:3px solid #0056b340}.travel-experience-card,.travel-card-image,.travel-card-icon,.travel-card-content button{will-change:transform}.travel-visa-grid{background:linear-gradient(#f8fafc,#fff);padding:7rem 0}.travel-visa-header{text-align:center;max-width:760px;margin:0 auto 4rem}.travel-visa-header span{color:var(--primary);letter-spacing:.12em;background:#0056b314;border-radius:999px;padding:.55rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-flex}.travel-visa-header h2{color:#111827;margin:1.4rem 0;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.15}.travel-visa-header h2 strong{color:var(--primary);display:block}.travel-visa-header p{color:#64748b;font-size:1.05rem;line-height:1.8}.travel-visa-cards{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.travel-visa-card{-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #fffc;border-radius:28px;padding:2rem 1.6rem;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a0f}.travel-visa-card:before{content:"";background:radial-gradient(circle,#0056b31f,#0000 70%);width:180px;height:180px;position:absolute;top:-80px;right:-80px}.travel-visa-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px #0f172a1f}.travel-visa-icon{width:62px;height:62px;color:var(--primary);background:#0056b31a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;transition:all .35s;display:flex}.travel-visa-card:hover .travel-visa-icon{background:var(--primary);color:#fff}.travel-visa-card h3{color:#111827;margin-bottom:.8rem;font-size:1.35rem}.travel-visa-card p{color:#64748b;font-size:.95rem;line-height:1.7}.travel-visa-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.travel-visa-tags span{color:#475569;background:#f1f5f9;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.travel-visa-arrow{color:var(--primary);font-size:1.3rem;transition:all .35s;position:absolute;bottom:1.5rem;right:1.5rem}.travel-visa-card:hover .travel-visa-arrow{transform:translate(6px)}@media (width<=1100px){.travel-visa-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.travel-visa-grid{padding:5rem 0}.travel-visa-cards{grid-template-columns:1fr}.travel-visa-card{padding:1.6rem}}.why-travel{background:linear-gradient(#f8fafc,#fff);padding:7rem 0}.why-travel-header{text-align:center;max-width:760px;margin:0 auto 4rem}.why-travel-header span{color:var(--primary-color);letter-spacing:.12em;background:#2563eb14;border-radius:999px;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.why-travel-header h2{color:#111827;margin:1.2rem 0;font-size:clamp(2.3rem,4vw,3.5rem);font-weight:800;line-height:1.15}.why-travel-header h2 strong{color:var(--primary-color);display:block}.why-travel-header p{color:#6b7280;font-size:1.05rem;line-height:1.8}.why-travel-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.why-travel-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #0f172a14;border-radius:26px;padding:2rem;transition:all .35s}.why-travel-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0f172a1a}.why-travel-icon{background:linear-gradient(135deg, var(--primary-color), #3b82f6);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.why-travel-card h3{color:#111827;margin-bottom:.8rem;font-size:1.2rem}.why-travel-card p{color:#6b7280;font-size:.95rem;line-height:1.7}.why-travel-highlight{background:#2563eb0f;border:1px solid #2563eb1f;border-radius:28px;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 2.5rem;display:flex}.highlight-icon{width:60px;height:60px;color:var(--primary-color);background:#fff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.why-travel-highlight h3{color:#111827;margin:0 0 .5rem}.why-travel-highlight p{color:#6b7280;margin:0;line-height:1.7}@media (width<=992px){.why-travel-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-travel{padding:4rem 0}.why-travel-grid{grid-template-columns:1fr}.why-travel-highlight{flex-direction:column;align-items:flex-start;padding:1.5rem}}.tourist-process{background:linear-gradient(#fff,#f8fafc);padding:7rem 0;position:relative;overflow:hidden}.tourist-process:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1f,#0000 70%);width:600px;height:600px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.tourist-process-header{text-align:center;z-index:2;max-width:760px;margin:0 auto 4.5rem;position:relative}.tourist-process-tag{color:var(--primary-color);letter-spacing:.15em;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.tourist-process-header h2{letter-spacing:-1.5px;color:#111827;margin:1.5rem 0 1rem;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:800;line-height:1.1}.tourist-process-header h2 span{color:var(--primary-color);display:block}.tourist-process-header p{color:#6b7280;max-width:650px;margin:auto;font-size:1.05rem;line-height:1.8}.tourist-process-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.tpCard{position:relative}.tpCard__top{align-items:center;margin-bottom:1.5rem;display:flex}.tpCard__circle{background:linear-gradient(135deg, var(--primary-color), #60a5fa);color:#fff;z-index:2;border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;font-size:2rem;display:flex;position:relative;box-shadow:0 20px 45px #2563eb59}.tpCard__circle:after{content:"";filter:blur(15px);z-index:-1;background:#2563eb26;border-radius:30px;position:absolute;inset:-8px}.tpCard__line{background:linear-gradient(90deg, var(--primary-color), #2563eb1a);flex:1;height:2px;margin-left:1rem}.tpCard__glass{-webkit-backdrop-filter:blur(25px);background:#ffffffbf;border:1px solid #fffc;border-radius:30px;min-height:300px;padding:2rem;transition:all .35s;position:relative;box-shadow:0 25px 70px #0f172a14}.tpCard__glass:hover{transform:translateY(-10px);box-shadow:0 35px 90px #2563eb29}.tpCard__step{color:var(--primary-color);letter-spacing:.15em;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:inline-flex}.tpCard__glass h3{color:#111827;margin-bottom:.8rem;font-size:1.35rem;font-weight:800}.tpCard__glass p{color:#6b7280;font-size:.95rem;line-height:1.8}.tpCard__footer{margin-top:1.5rem}.tpCard__pill{color:var(--primary-color);background:#2563eb14;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.tourist-process-note{background:#2563eb0f;border:1px solid #2563eb1f;border-radius:28px;align-items:center;gap:1.5rem;margin-top:4rem;padding:2rem 2.5rem;display:flex}.tourist-process-note-icon{width:65px;height:65px;color:var(--primary-color);background:#fff;border-radius:20px;justify-content:center;align-items:center;font-size:2rem;display:flex}.tourist-process-note h3{color:#111827;margin:0 0 .5rem}.tourist-process-note p{color:#6b7280;margin:0;line-height:1.7}@media (width<=992px){.tourist-process-grid{grid-template-columns:1fr}.tpCard__line{display:none}}@media (width<=600px){.tourist-process{padding:4rem 0}.tourist-process-header h2{font-size:2rem}.tpCard__glass{min-height:auto;padding:1.5rem}.tpCard__circle{width:62px;height:62px;font-size:1.5rem}.tourist-process-note{flex-direction:column;align-items:flex-start;padding:1.5rem}}.travel-faq{background:linear-gradient(#fff,#f8fafc);padding:7rem 0;position:relative;overflow:hidden}.travel-faq:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1f,#0000 70%);width:500px;height:500px;position:absolute;top:100px;right:-150px}.travel-faq-header{text-align:center;max-width:760px;margin:0 auto 4rem}.travel-faq-tag{color:#2563eb;letter-spacing:.15em;background:#2563eb14;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.travel-faq-header h2{color:#0f172a;margin:1.5rem 0 1rem;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:800;line-height:1.1}.travel-faq-header h2 span{color:#2563eb;display:block}.travel-faq-header p{color:#64748b;line-height:1.8}.travel-faq-wrapper{flex-direction:column;gap:1rem;max-width:850px;margin:auto;display:flex}.travel-faq-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #fffc;border-radius:24px;transition:all .35s;overflow:hidden;box-shadow:0 20px 50px #0f172a0f}.travel-faq-card.active{border-color:#2563eb40}.travel-faq-card button{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.faq-question{align-items:center;gap:1rem;display:flex}.faq-icon{color:#2563eb;background:#2563eb1a;border-radius:15px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;display:flex}.faq-question h3{color:#111827;margin:0;font-size:1rem;font-weight:700}.faq-arrow{color:#2563eb;transition:all .3s}.travel-faq-card.active .faq-arrow{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem 5.5rem}.faq-answer p{color:#64748b;margin:0;line-height:1.8}@media (width<=768px){.travel-faq{padding:5rem 0}.travel-faq-card button{padding:1.2rem}.faq-question h3{font-size:.92rem}.faq-answer{padding:0 1.2rem 1.2rem}}.tourist-cta{background:linear-gradient(#f8fafc,#fff);padding:7rem 0;position:relative;overflow:hidden}.tourist-cta-card{background:linear-gradient(135deg,#0f172a,#1e3a8a);border-radius:40px;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a40}.tourist-cta-glow{background:radial-gradient(circle,#60a5fa73,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-150px}.tourist-cta-content{text-align:center;color:#fff;max-width:800px;margin:auto;position:relative}.tourist-cta-tag{letter-spacing:.15em;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;padding:.55rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.tourist-cta h2{margin:1.5rem 0;font-size:clamp(2.3rem,5vw,4rem);font-weight:800;line-height:1.1}.tourist-cta h2 span{color:#93c5fd;display:block}.tourist-cta p{color:#fffc;max-width:650px;margin:auto;font-size:1.05rem;line-height:1.8}.tourist-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.tourist-cta-primary{color:#2563eb;background:#fff;border-radius:999px;align-items:center;gap:.7rem;padding:1rem 1.8rem;font-weight:700;text-decoration:none;transition:all .35s;display:flex}.tourist-cta-primary:hover{transform:translateY(-4px)}.tourist-cta-secondary{color:#fff;border:1px solid #ffffff4d;border-radius:999px;align-items:center;padding:1rem 1.8rem;font-weight:700;text-decoration:none;transition:all .35s;display:flex}.tourist-cta-secondary:hover{background:#ffffff1a}.tourist-cta-trust{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.tourist-cta-trust div{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.tourist-cta-trust svg{color:#93c5fd;font-size:1.3rem}@media (width<=768px){.tourist-cta{padding:5rem 0}.tourist-cta-card{border-radius:28px;padding:3rem 1.5rem}.tourist-cta-actions{flex-direction:column}.tourist-cta-primary,.tourist-cta-secondary{justify-content:center;width:100%}.tourist-cta-trust{flex-direction:column;align-items:center}}.blog-hero{background:linear-gradient(#f8fbff 0%,#fff 100%);padding:9rem 0 6rem;position:relative;overflow:hidden}.blog-hero:before{content:"";pointer-events:none;background:radial-gradient(#0056b31f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;right:-150px}.blog-hero-container{text-align:center;z-index:2;width:min(900px,92%);margin:auto;position:relative}.blog-badge{color:var(--primary);background:#0056b314;border:1px solid #0056b31f;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.blog-title{color:var(--heading);letter-spacing:-2px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.05}.blog-description{max-width:700px;color:var(--text-light);margin:auto;font-size:1.05rem;line-height:1.8}.blog-search{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:center;gap:.8rem;max-width:650px;height:64px;margin:2.5rem auto 0;padding:0 1.25rem;display:flex;box-shadow:0 15px 40px #0000000f}.blog-search svg{color:var(--text-light);flex-shrink:0;font-size:1.2rem}.blog-search input{color:var(--heading);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.blog-search input::placeholder{color:var(--text-light)}@media (width<=992px){.blog-hero{padding:8rem 0 5rem}}@media (width<=768px){.blog-hero{padding:7rem 0 4rem}.blog-title{letter-spacing:-1px}.blog-description{font-size:.95rem}.blog-search{border-radius:16px;height:58px}}.featured-post{padding:0 0 5rem}.featured-container{border:1px solid var(--border);background:#fff;border-radius:32px;grid-template-columns:1.15fr 1fr;align-items:center;gap:2rem;width:min(1200px,92%);margin:auto;display:grid;overflow:hidden;box-shadow:0 25px 60px #0000000d}.featured-image{height:100%;min-height:520px}.featured-image img{object-fit:cover;width:100%;height:100%;display:block}.featured-content{padding:3rem}.featured-badge{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.55rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex}.featured-category{color:var(--primary);margin-bottom:1rem;font-weight:600;display:block}.featured-content h2{color:var(--heading);margin-bottom:1.25rem;font-size:clamp(2rem,3vw,3rem);line-height:1.15}.featured-content p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.featured-meta{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.featured-meta span{color:var(--text-light);align-items:center;gap:.45rem;font-size:.9rem;display:flex}.featured-btn{cursor:pointer;background:var(--primary);color:#fff;border:none;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.4rem;font-weight:600;transition:all .3s;display:inline-flex}.featured-btn:hover{transform:translateY(-3px)}@media (width<=992px){.featured-container{grid-template-columns:1fr}.featured-image{min-height:350px}}@media (width<=768px){.featured-post{padding:0 0 4rem}.featured-content{padding:2rem 1.5rem}.featured-image{min-height:260px}.featured-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.featured-btn{justify-content:center;width:100%}}.blog-grid-section{padding:5rem 0 7rem}.blog-grid-container{width:min(1280px,92%);margin:auto}.blog-grid-header{text-align:center;max-width:760px;margin:0 auto 4rem}.blog-grid-header span{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.blog-grid-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.blog-grid-header p{color:var(--text-light);line-height:1.8}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1200px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blog-grid-section{padding:4rem 0 5rem}.blog-grid-header{margin-bottom:2.5rem}.blog-grid{gap:1.5rem}}@media (width<=640px){.blog-grid{grid-template-columns:1fr}}.blog-card{border:1px solid var(--border);background:#fff;border-radius:24px;flex-direction:column;height:100%;transition:all .35s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.blog-card-image{height:240px;position:relative}.blog-card-image img{object-fit:cover;width:100%;height:100%;display:block}.blog-category{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--primary);background:#fffffff2;border-radius:999px;padding:.5rem .9rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.blog-meta span{color:var(--text-light);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.blog-card h3{color:var(--heading);margin-bottom:.85rem;font-size:1.25rem;line-height:1.4}.blog-card p{color:var(--text-light);margin-bottom:auto;line-height:1.7}.blog-read-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;width:max-content;margin-top:1.5rem;font-weight:600;display:flex}.blog-read-btn:hover{gap:.9rem}@media (width<=768px){.blog-card-image{height:220px}}.newsletterSection{margin-top:20px;padding:16px}.newsletterSection__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #ffffff14;border-radius:24px;padding:20px;position:relative;overflow:hidden}.newsletterSection__card:before{content:"";pointer-events:none;background:radial-gradient(#3b82f62e,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-60px;right:-60px}.newsletterSection__badge{color:#60a5fa;letter-spacing:.05em;text-transform:uppercase;background:#3b82f61f;border-radius:999px;align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.newsletterSection__title{color:#fff;margin-top:14px;font-size:1.45rem;font-weight:800;line-height:1.25}.newsletterSection__text{color:#ffffffad;margin-top:10px;font-size:.92rem;line-height:1.6}.newsletterSection__form{gap:10px;margin-top:18px;display:flex}.newsletterSection__input{color:#fff;background:#ffffff0f;border:none;border-radius:14px;outline:none;flex:1;min-width:0;height:48px;padding:0 16px;font-size:.95rem}.newsletterSection__input::placeholder{color:#ffffff73}.newsletterSection__button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:14px;height:48px;padding:0 18px;font-weight:700;transition:all .25s}.newsletterSection__button:hover{transform:translateY(-2px)}.newsletterSection__trust{color:#ffffff8c;flex-wrap:wrap;gap:10px;margin-top:14px;font-size:.78rem;display:flex}@media (width<=640px){.newsletterSection{padding:12px}.newsletterSection__card{border-radius:20px;padding:18px}.newsletterSection__title{font-size:1.2rem}.newsletterSection__form{flex-direction:column}.newsletterSection__button{width:100%}}.shop-hero{padding:5rem 0 3rem;position:relative;overflow:hidden}.shop-hero-gradient{pointer-events:none;background:radial-gradient(circle at 100% 0,#0056b314,#0000 45%);position:absolute;inset:0}.shop-hero-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;width:min(1280px,94%);margin:auto;display:grid}.shop-badge{color:var(--primary);background:#0056b314;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.65rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.shop-hero-content h1{color:var(--heading);max-width:600px;margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4rem);line-height:1.05}.shop-hero-content p{max-width:560px;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.shop-actions{gap:1rem;margin-bottom:2rem;display:flex}.shop-primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.6rem;height:50px;padding:0 1.25rem;font-weight:600;display:flex}.shop-secondary-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;height:50px;padding:0 1.25rem;font-weight:600}.shop-stats{gap:2rem;display:flex}.shop-stats strong{color:var(--heading);font-size:1.3rem;display:block}.shop-stats span{color:var(--text-light);font-size:.85rem}.shop-preview{flex-direction:column;gap:1rem;display:flex}.resource-card{border:1px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .3s;display:flex}.resource-card:hover{transform:translate(6px);box-shadow:0 15px 35px #0000000d}.resource-card svg{color:var(--primary);flex-shrink:0;font-size:1.4rem}.resource-card h4{color:var(--heading);margin-bottom:.2rem;font-size:1rem}.resource-card span{color:var(--text-light);font-size:.85rem}@media (width<=992px){.shop-hero-container{grid-template-columns:1fr}.shop-preview{max-width:650px}}@media (width<=768px){.shop-hero{padding:4rem 0 2rem}.shop-actions{flex-direction:column}.shop-primary-btn,.shop-secondary-btn{justify-content:center;width:100%}.shop-stats{justify-content:space-between;gap:1rem}.shop-stats strong{font-size:1.1rem}}.shop-categories{padding:2rem 0 4rem}.shop-categories-container{width:min(1280px,92%);margin:auto}.categories-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.categories-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.categories-header p{color:var(--text-light);line-height:1.8}.categories-list{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.category-pill{cursor:pointer;border:none;border:1px solid var(--border);color:var(--heading);background:#fff;border-radius:999px;padding:.9rem 1.4rem;font-weight:500;transition:all .3s}.category-pill:hover{border-color:var(--primary);transform:translateY(-2px)}.category-pill.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 12px 30px #0056b32e}@media (width<=768px){.shop-categories{padding:1rem 0 3rem}.categories-list{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.categories-list::-webkit-scrollbar{display:none}.category-pill{white-space:nowrap;flex-shrink:0}}.products-section{padding:2rem 0 5rem}.products-container{width:min(1400px,94%);margin:auto}.products-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.products-header h2{color:var(--heading);font-size:clamp(1.8rem,4vw,2.8rem)}.products-header p{max-width:500px;color:var(--text-light);line-height:1.7}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}@media (width<=1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.products-section{padding:1rem 0 4rem}.products-header{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.products-header p{max-width:100%}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}}@media (width<=420px){.products-grid{gap:.65rem}}.product-card{border:1px solid var(--border);background:#fff;border-radius:24px;flex-direction:column;height:100%;transition:all .35s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.product-image{height:220px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:all .4s}.product-card:hover .product-image img{transform:scale(1.05)}.product-category{color:var(--heading);background:#fff;border-radius:999px;padding:.45rem .85rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem;box-shadow:0 8px 20px #00000014}.product-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-content h3{color:var(--heading);margin-bottom:.75rem;font-size:1.05rem;line-height:1.5}.product-rating{color:#fbbf24;gap:.25rem;margin-bottom:.75rem;display:flex}.product-meta{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-footer strong{color:var(--heading);font-size:1.2rem}.product-footer button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;height:44px;padding:0 1rem;transition:all .3s;display:flex}.product-footer button:hover{transform:translateY(-2px)}@media (width<=1024px){.product-image{height:180px}}@media (width<=768px){.product-card{border-radius:18px}.product-image{height:120px}.product-category{padding:.3rem .6rem;font-size:.65rem;top:.6rem;left:.6rem}.product-content{padding:.8rem}.product-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;margin-bottom:.45rem;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-rating{margin-bottom:.5rem;font-size:.75rem}.product-meta{margin-bottom:.75rem;font-size:.7rem}.product-footer{flex-direction:column;align-items:stretch;gap:.6rem}.product-footer strong{font-size:1rem}.product-footer button{justify-content:center;width:100%;height:38px;padding:0;font-size:.75rem}}.featured-bundle{padding:5rem 0}.bundle-container{grid-template-columns:1.4fr .8fr;align-items:center;gap:2rem;width:min(1280px,94%);margin:auto;display:grid}.bundle-content{border:1px solid var(--border);background:#fff;border-radius:32px;padding:3rem}.bundle-badge{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.7rem 1rem;font-weight:600;display:inline-flex}.bundle-content h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem)}.bundle-content p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.bundle-items{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.bundle-item{align-items:center;gap:.75rem;font-weight:500;display:flex}.bundle-item svg{color:var(--primary)}.bundle-card{background:linear-gradient(135deg, var(--primary), #0047a3);color:#fff;text-align:center;border-radius:32px;padding:3rem 2rem}.bundle-icon{background:#ffffff26;border-radius:50%;place-items:center;width:70px;height:70px;margin:auto auto 1.5rem;font-size:1.8rem;display:grid}.bundle-card h3{margin-bottom:1rem;font-size:2rem}.bundle-pricing{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.old-price{opacity:.7;text-decoration:line-through}.bundle-pricing strong{font-size:3rem}.bundle-card p{opacity:.9;margin-bottom:2rem}.bundle-card button{width:100%;height:56px;color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.6rem;font-weight:700;display:flex}@media (width<=992px){.bundle-container{grid-template-columns:1fr}}@media (width<=768px){.featured-bundle{padding:3rem 0}.bundle-content,.bundle-card{border-radius:24px;padding:2rem 1.5rem}.bundle-items{grid-template-columns:1fr}.bundle-pricing strong{font-size:2.3rem}}.why-buy{padding:5rem 0}.why-buy-container{width:min(1280px,94%);margin:auto}.why-buy-header{text-align:center;max-width:700px;margin:0 auto 3rem}.why-buy-header span{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.65rem 1rem;font-weight:600;display:inline-block}.why-buy-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.why-buy-header p{color:var(--text-light);line-height:1.8}.why-buy-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.benefit-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:2rem;transition:all .3s}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000000f}.benefit-icon{width:60px;height:60px;color:var(--primary);background:#0056b314;border-radius:16px;place-items:center;margin-bottom:1rem;font-size:1.5rem;display:grid}.benefit-card h3{color:var(--heading);margin-bottom:.75rem}.benefit-card p{color:var(--text-light);line-height:1.7}@media (width<=992px){.why-buy-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-buy{padding:3rem 0}.why-buy-grid{grid-template-columns:1fr}.benefit-card{padding:1.5rem}}.testimonials{padding:5rem 0}.testimonials-container{width:min(1280px,94%);margin:auto}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 3rem}.testimonials-header span{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.65rem 1rem;font-weight:600;display:inline-block}.testimonials-header h2{color:var(--heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.testimonials-header p{color:var(--text-light);line-height:1.8}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:2rem}.testimonial-stars{color:#fbbf24;gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-card blockquote{color:var(--text);margin-bottom:2rem;line-height:1.8}.testimonial-user{flex-direction:column;gap:.35rem;display:flex}.testimonial-user strong{color:var(--heading)}.testimonial-user span{color:var(--text-light);font-size:.9rem}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr}}@media (width<=768px){.testimonials{padding:3rem 0}.testimonial-card{padding:1.5rem}}.faq-section{padding:5rem 0}.faq-container{width:min(900px,94%);margin:auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-header span{color:var(--primary);background:#0056b314;border-radius:999px;margin-bottom:1rem;padding:.65rem 1rem;font-weight:600;display:inline-block}.faq-header h2{font-size:clamp(2rem,4vw,3rem)}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{border:1px solid var(--border);background:#fff;border-radius:20px;overflow:hidden}.faq-question{cursor:pointer;width:100%;color:var(--heading);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.4rem;font-size:1rem;font-weight:600;display:flex}.faq-answer{color:var(--text-light);padding:0 1.4rem 1.4rem;line-height:1.8}.shop-cta{padding:2rem 0 6rem}.shop-cta-container{text-align:center;background:linear-gradient(135deg, var(--primary), #0047a3);color:#fff;border-radius:32px;width:min(1200px,94%);margin:auto;padding:5rem 2rem}.shop-cta-container span{background:#ffffff26;border-radius:999px;margin-bottom:1rem;padding:.7rem 1rem;display:inline-block}.shop-cta-container h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem)}.shop-cta-container p{opacity:.9;max-width:650px;margin:auto auto 2rem;line-height:1.8}.shop-cta-container button{height:56px;color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:.75rem;padding:0 2rem;font-weight:700;display:inline-flex}@media (width<=768px){.shop-cta-container{border-radius:24px;padding:3rem 1.5rem}}.contact-hero{background:radial-gradient(circle at 15% 20%,#2563eb26,#0000 35%),radial-gradient(circle at 85% 10%,#0ea5e926,#0000 35%),linear-gradient(135deg,#fff,#f8fbff,#eef6ff);padding:8rem 0 5rem;position:relative;overflow:hidden}.contact-hero-glow{filter:blur(90px);background:#2563eb1f;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-200px}.contact-hero-container{z-index:2;text-align:center;width:min(900px,92%);margin:auto;position:relative}.contact-badge{color:#2563eb;letter-spacing:.15em;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;padding:.7rem 1.3rem;font-size:.75rem;font-weight:800;display:inline-flex}.contact-hero h1{letter-spacing:-2px;color:#0f172a;margin-top:1.8rem;font-size:clamp(3rem,6vw,5rem);font-weight:850;line-height:1.05}.contact-hero h1 span{color:#2563eb;display:block}.contact-hero p{color:#475569;max-width:680px;margin:1.8rem auto 0;font-size:1.08rem;line-height:1.9}.contact-actions{justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.contact-actions button{cursor:pointer;border-radius:999px;align-items:center;gap:.8rem;height:58px;padding:0 2rem;font-size:.95rem;font-weight:700;transition:all .35s;display:flex}.contact-primary{color:#fff;background:linear-gradient(135deg,#0056b3,#2563eb);border:none;box-shadow:0 20px 45px #2563eb4d}.contact-primary:hover{transform:translateY(-5px);box-shadow:0 30px 60px #2563eb59}.contact-secondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.contact-secondary:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-5px)}.contact-trust{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:4rem;display:flex}.contact-trust div{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#334155;background:#ffffffb3;border:1px solid #fffc;border-radius:18px;align-items:center;gap:.7rem;padding:.9rem 1.3rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 15px 40px #0f172a14}.contact-trust svg{color:#2563eb;font-size:1.2rem}@media (width<=768px){.contact-hero{padding:5rem 0 3rem}.contact-hero h1{font-size:2.6rem}.contact-hero p{font-size:.95rem}.contact-actions{flex-direction:column}.contact-actions button{justify-content:center;width:100%}}.contact-options{background:#fff;padding:5rem 0;position:relative;overflow:hidden}.contact-options:before{content:"";filter:blur(90px);background:#2563eb14;border-radius:50%;width:400px;height:400px;position:absolute;top:20%;left:-200px}.contact-options-container{z-index:2;width:min(1200px,92%);margin:auto;position:relative}.contact-options-header{text-align:center;max-width:700px;margin:auto}.contact-options-header span{letter-spacing:.15em;color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;padding:.6rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.contact-options-header h2{letter-spacing:-1px;color:#0f172a;margin-top:1.5rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.contact-options-header h2 strong{color:#2563eb;display:block}.contact-options-header p{color:#64748b;margin-top:1rem;line-height:1.8}.contact-options-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.contact-option-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffbf;border:1px solid #e2e8f0cc;border-radius:28px;padding:2rem 1.5rem;transition:transform .4s,box-shadow .4s;animation:6s ease-in-out infinite floatCard;position:relative;box-shadow:0 20px 50px #0f172a14}.contact-option-card:nth-child(2){animation-delay:.8s}.contact-option-card:nth-child(3){animation-delay:1.6s}.contact-option-card:nth-child(4){animation-delay:2.4s}.contact-option-card:before{content:"";opacity:0;background:linear-gradient(135deg,#2563eb1f,#0000);border-radius:28px;transition:all .4s;position:absolute;inset:0}.contact-option-card:hover:before{opacity:1}.contact-option-card:hover{transform:translateY(-12px);box-shadow:0 35px 80px #2563eb26}.option-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:20px;place-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:grid;position:relative}.option-icon:after{content:"";filter:blur(12px);z-index:-1;background:#2563eb1f;border-radius:25px;position:absolute;inset:-8px}.contact-option-card h3{color:#0f172a;margin-bottom:.7rem;font-size:1.15rem}.contact-option-card strong{color:#2563eb;word-break:break-word;font-size:.95rem;display:block}.contact-option-card p{color:#64748b;margin-top:.8rem;font-size:.85rem;line-height:1.6}@media (width<=1000px){.contact-options-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.contact-options{padding:3rem 0}.contact-options-grid{grid-template-columns:1fr}.contact-option-card{padding:1.7rem}}.contact-section{background:#f8fafc;padding:5rem 0}.contact-container{grid-template-columns:1.25fr .75fr;align-items:start;gap:1.5rem;width:min(1150px,92%);margin:auto;display:grid}.contact-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:2.5rem;box-shadow:0 25px 70px #0f172a14}.contact-header span{letter-spacing:.15em;color:#2563eb;font-size:.7rem;font-weight:800}.contact-header h2{color:#0f172a;margin-top:.8rem;font-size:2.2rem;font-weight:800}.contact-header p{color:#64748b;margin-top:.7rem;line-height:1.7}.contact-form-card form{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.contact-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;padding:1rem 1.1rem;font-size:.95rem;transition:all .3s}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.contact-form-card textarea{resize:none}.contact-form-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;height:56px;font-weight:700;transition:all .3s;display:flex}.contact-form-card button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #2563eb4d}.contact-info-card{color:#fff;background:linear-gradient(145deg,#0f172a,#1e40af);border-radius:32px;min-height:100%;padding:2.5rem}.info-brand{align-items:center;gap:.6rem;font-weight:700;display:flex}.info-brand svg{color:#60a5fa;font-size:1.5rem}.contact-info-card h3{margin-top:2rem;font-size:2rem;line-height:1.2}.contact-info-card p{color:#cbd5e1;margin-top:1rem;line-height:1.8}.info-benefits{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.info-benefits div{background:#ffffff1a;border-radius:18px;align-items:center;gap:.8rem;padding:1rem;display:flex}.info-benefits svg{color:#60a5fa}.info-contact{margin-top:2rem}.info-contact div{border-bottom:1px solid #ffffff26;align-items:center;gap:.8rem;padding:.8rem 0;font-size:.9rem;display:flex}.info-contact svg{color:#60a5fa}@media (width<=900px){.contact-container{grid-template-columns:1fr}}@media (width<=600px){.contact-form-card,.contact-info-card{border-radius:24px;padding:1.5rem}.contact-grid{grid-template-columns:1fr}.contact-header h2{font-size:1.7rem}}.opportunity-hero{isolation:isolate;border-radius:0 0 45px 45px;min-height:680px;position:relative;overflow:hidden}.opportunity-hero-image{object-fit:cover;width:100%;height:100%;animation:18s infinite alternate opportunityZoom;position:absolute;inset:0}@keyframes opportunityZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.opportunity-overlay{z-index:1;background:linear-gradient(90deg,#020617f5,#020617c7 45%,#02061759);position:absolute;inset:0}.opportunity-container{z-index:3;flex-direction:column;justify-content:center;width:min(1200px,92%);min-height:680px;margin:auto;padding:120px 0 70px;display:flex;position:relative}.country-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-items:center;gap:14px;width:max-content;padding:10px 18px;display:flex}.country-flag-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex;overflow:hidden}.country-flag-icon img{object-fit:cover;width:100%;height:100%}.country-badge-copy{flex-direction:column;display:flex}.country-badge-copy small{text-transform:uppercase;letter-spacing:.12em;opacity:.7;font-size:.65rem}.country-badge-copy strong{font-size:1rem}.opportunity-container h1{color:#fff;letter-spacing:-2.5px;text-shadow:0 10px 35px #00000059;max-width:900px;margin-top:32px;font-size:clamp(3rem,5vw,4.8rem);font-weight:800;line-height:1.02}.opportunity-container h1 span{color:#ffffffa6;display:block}.opportunity-container p{color:#ffffffd1;max-width:650px;margin-top:24px;font-size:1.05rem;line-height:1.8}.hero-actions{align-items:center;gap:16px;margin-top:38px;display:flex}.hero-primary-action,.hero-secondary-action{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;height:56px;padding:0 32px;font-size:.95rem;font-weight:700;transition:all .35s;display:flex}.hero-primary-action{color:#071426;background:#fff;border:none}.hero-primary-action:hover{transform:translateY(-4px);box-shadow:0 20px 45px #ffffff2e}.hero-secondary-action{color:#fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1f;border:1px solid #ffffff40}.hero-secondary-action:hover{background:#ffffff38;transform:translateY(-3px)}.hero-stats{flex-wrap:wrap;gap:16px;margin-top:48px;display:flex}.hero-stat{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:22px;align-items:center;gap:14px;min-width:240px;padding:16px 20px;display:flex}.hero-stat-icon{color:#2563eb;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.hero-stat-content span{text-transform:uppercase;letter-spacing:.08em;opacity:.65;font-size:.7rem;display:block}.hero-stat-content strong{max-width:170px;margin-top:4px;font-size:.95rem;line-height:1.3;display:block}.hero-stat{transition:all .35s}.hero-stat:hover{background:#ffffff2e;transform:translateY(-5px)}@media (width<=900px){.opportunity-hero{min-height:650px}.opportunity-container{min-height:650px;padding:100px 0 60px}.opportunity-container h1{letter-spacing:-1.5px;font-size:clamp(2.6rem,7vw,3.8rem)}.opportunity-container p{max-width:560px;font-size:1rem}.hero-stat{min-width:220px}}@media (width<=700px){.opportunity-hero{border-radius:0 0 30px 30px;min-height:720px}.opportunity-overlay{background:linear-gradient(#0206178c,#020617f5)}.opportunity-container{justify-content:flex-start;width:90%;min-height:720px;padding:85px 0 45px}.country-badge{border-radius:16px;padding:8px 14px}.country-flag-icon{width:36px;height:36px;font-size:1.2rem}.country-badge-copy strong{font-size:.9rem}.opportunity-container h1{letter-spacing:-1px;margin-top:25px;font-size:2.25rem;line-height:1.08}.opportunity-container p{margin-top:18px;font-size:.92rem;line-height:1.65}.hero-actions{flex-direction:column;width:100%;margin-top:28px}.hero-primary-action,.hero-secondary-action{width:100%;height:52px}.hero-stats{flex-direction:column;gap:12px;width:100%;margin-top:35px}.hero-stat{border-radius:18px;width:100%;min-width:0;padding:14px 16px}.hero-stat-icon{width:40px;height:40px}}@media (width<=420px){.opportunity-container h1{font-size:2rem}.opportunity-container p{font-size:.88rem}.hero-stat-content strong{font-size:.85rem}}.opportunity-card{background:#fff;border:1px solid #0f172a14;border-radius:30px;flex-direction:column;width:380px;max-width:100%;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.opportunity-card:hover{transform:translateY(-10px);box-shadow:0 35px 80px #0f172a29}.opportunity-card__visual{background:linear-gradient(135deg,#0f172a,#2563eb);height:210px;position:relative;overflow:hidden}.opportunity-card__visual img{object-fit:cover;width:100%;height:100%;transition:all .7s}.opportunity-card:hover .opportunity-card__visual img{transform:scale(1.1)}.opportunity-card__overlay{background:linear-gradient(#02061726,#020617d9);position:absolute;inset:0}.opportunity-card__category{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;padding:8px 15px;font-size:.78rem;font-weight:700;display:flex;position:absolute;bottom:18px;left:18px}.opportunity-card__demand{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:18px;right:18px}.opportunity-card__content{flex-direction:column;flex:1;padding:24px;display:flex}.opportunity-card h3{letter-spacing:-.5px;color:#0f172a;margin-bottom:12px;font-size:1.35rem;line-height:1.3}.opportunity-card__description{color:#64748b;margin-bottom:20px;font-size:.9rem;line-height:1.7}.opportunity-card__facts{border-bottom:1px solid #0f172a14;flex-direction:column;gap:12px;padding-bottom:20px;display:flex}.opportunity-card__facts div{color:#475569;align-items:center;gap:10px;font-size:.86rem;display:flex}.opportunity-card__facts svg{color:#2563eb;font-size:1.1rem}.opportunity-card__salary{color:#0f172a;background:#f8fafc;border-radius:16px;flex-wrap:wrap;align-items:center;gap:7px;margin-top:18px;padding:12px 14px;font-size:.85rem;display:flex}.opportunity-card__salary svg{color:#16a34a;font-size:1.1rem}.opportunity-card__salary span{color:#2563eb;font-weight:700}.opportunity-card__section{margin-top:20px}.opportunity-card__section h4{color:#0f172a;margin-bottom:12px;font-size:.9rem}.opportunity-card__section ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.opportunity-card__section li{color:#475569;padding-left:18px;font-size:.82rem;position:relative}.opportunity-card__section li:before{content:"";background:#2563eb;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.opportunity-card__benefits{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.opportunity-card__benefits span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:700}.opportunity-card__button{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:50px;margin-top:25px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .35s;display:flex}.opportunity-card__button:hover{background:#2563eb;transform:translateY(-3px)}@media (width<=900px){.opportunity-card{width:350px}}@media (width<=600px){.opportunity-card{border-radius:24px;width:100%}.opportunity-card__visual{height:190px}.opportunity-card__content{padding:20px}.opportunity-card h3{font-size:1.2rem}.opportunity-card__benefits span{font-size:.68rem}}.opportunity-explorer{background:linear-gradient(#fff,#f8fafc);padding:100px 0;position:relative;overflow:hidden}.opportunity-explorer:before{content:"";filter:blur(50px);background:radial-gradient(circle,#2563eb26,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-250px;right:-180px}.opportunity-explorer:after{content:"";filter:blur(50px);background:radial-gradient(circle,#0ea5e91f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-200px;left:-150px}.explorer-container{z-index:2;width:min(1200px,92%);margin:auto;position:relative}.explorer-header{margin-bottom:45px}.explorer-header-left{max-width:780px}.explorer-badge{color:#2563eb;letter-spacing:.02em;background:#2563eb14;border:1px solid #2563eb1f;border-radius:999px;align-items:center;gap:10px;padding:9px 18px;font-size:.8rem;font-weight:800;display:inline-flex}.explorer-flag{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;display:flex}.explorer-header h2{letter-spacing:-2px;color:#0f172a;margin-top:25px;margin-bottom:0;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:850;line-height:1.05}.explorer-header h2 span{color:#2563eb;display:block}.explorer-header p{color:#64748b;max-width:650px;margin-top:20px;font-size:1.05rem;line-height:1.85}.explorer-trust{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.explorer-trust div{color:#334155;background:#fff;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 8px 25px #0f172a0d}.explorer-trust svg{color:#22c55e;font-size:1rem}.explorer-overview{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:50px;display:grid}.overview-card{background:#fff;border:1px solid #0f172a14;border-radius:24px;align-items:center;gap:15px;padding:22px;transition:all .35s;display:flex;box-shadow:0 15px 40px #0f172a0f}.overview-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px #0f172a1f}.overview-card>svg{color:#2563eb;background:#2563eb1a;border-radius:16px;width:46px;height:46px;padding:12px}.overview-card strong{color:#0f172a;font-size:1.35rem;font-weight:800;line-height:1;display:block}.overview-card span{color:#64748b;margin-top:6px;font-size:.8rem;font-weight:600;display:block}.explorer-filter-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.explorer-filter-header h3{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:1.45rem}.explorer-filter-header span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:700}.explorer-tabs{flex-wrap:wrap;gap:12px;margin-bottom:45px;display:flex}.explorer-tabs button{color:#475569;cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:999px;justify-content:center;align-items:center;gap:9px;height:46px;padding:0 22px;font-size:.9rem;font-weight:700;transition:all .35s;display:flex}.explorer-tabs button span{align-items:center;display:flex}.explorer-tabs button svg{font-size:1.1rem}.explorer-tabs button:hover{color:#2563eb;transform:translateY(-3px);box-shadow:0 12px 30px #0f172a14}.explorer-tabs button.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 15px 35px #0f172a2e}.explorer-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.no-opportunities{text-align:center;background:#fff;border:1px solid #0f172a14;border-radius:30px;grid-column:1/-1;padding:70px 30px;box-shadow:0 15px 40px #0f172a0f}.no-opportunities h3{color:#0f172a;margin-bottom:10px;font-size:1.5rem}.no-opportunities p{color:#64748b;max-width:420px;margin:auto;line-height:1.7}@keyframes explorerFadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.explorer-header,.explorer-overview,.explorer-tabs,.explorer-grid{animation:.7s forwards explorerFadeUp}@media (width>=1200px){.explorer-container{width:1200px}}@media (width<=1100px){.explorer-overview,.explorer-grid{grid-template-columns:repeat(2,1fr)}.explorer-header h2{font-size:3rem}}@media (width<=850px){.opportunity-explorer{padding:75px 0}.explorer-container{width:min(92%,700px)}.explorer-grid,.explorer-overview{grid-template-columns:1fr}}@media (width<=600px){.opportunity-explorer{padding:60px 0}.explorer-container{width:calc(100% - 32px)}.explorer-badge{padding:8px 14px;font-size:.72rem}.explorer-header h2{letter-spacing:-1px;font-size:2.2rem}.explorer-header p{font-size:.92rem;line-height:1.7}.explorer-trust{flex-direction:column}.explorer-trust div{width:max-content;max-width:100%}.explorer-overview{gap:14px;margin-bottom:35px}.overview-card{border-radius:20px;padding:18px}.overview-card>svg{width:42px;height:42px}.explorer-tabs{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:10px;overflow-x:auto}.explorer-tabs::-webkit-scrollbar{display:none}.explorer-tabs button{flex-shrink:0;height:42px;padding:0 18px;font-size:.82rem}}@media (width<=380px){.explorer-header h2{font-size:2rem}.overview-card strong{font-size:1.15rem}}.opportunities-page{background:#fff;width:100%;min-height:100vh;position:relative;overflow:hidden}.opportunities-page:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0056b31f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;right:-180px}.opportunities-page:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#7fcbff1f,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;bottom:-200px;left:-150px}.opportunities-page>*{z-index:2;position:relative}.opportunities-error{text-align:center;justify-content:center;align-items:center;min-height:70vh;display:flex}.opportunities-error-content{max-width:500px}.opportunities-error-content span{color:var(--primary);letter-spacing:.08em;background:#0056b314;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.opportunities-error-content h1{color:var(--heading);margin-top:1.5rem;font-size:clamp(2rem,5vw,3rem)}.opportunities-error-content p{color:var(--text);margin-top:1rem;line-height:1.8}@media (width<=992px){.opportunities-page{overflow:hidden}}@media (width<=768px){.opportunities-page:before{width:300px;height:300px}.opportunities-page:after{width:280px;height:280px}.opportunities-error-content h1{font-size:2rem}}.opportunity-hero{background:linear-gradient(#fff 0%,#f8fafc 100%);width:100%;padding:50px 0 90px;overflow:hidden}.opportunity-hero-container{width:min(1280px,92%);margin:auto}.opportunity-hero-breadcrumb{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:35px;font-size:.85rem;display:flex}.opportunity-hero-breadcrumb svg{color:#94a3b8;font-size:14px}.opportunity-hero-breadcrumb strong{color:#0f172a;font-weight:700}.opportunity-hero-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.opportunity-hero-country{color:#0f172a;align-items:center;gap:12px;font-weight:700;display:flex}.opportunity-hero-flag{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.opportunity-hero-verified{color:#15803d;background:#ecfdf5;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:700;display:flex}.opportunity-hero-main{grid-template-columns:minmax(0,1fr) 470px;align-items:center;gap:70px;display:grid}.opportunity-hero-category{color:#2563eb;background:#eff6ff;border-radius:999px;margin-bottom:20px;padding:8px 15px;font-size:.8rem;font-weight:700;display:inline-flex}.opportunity-hero-content h1{letter-spacing:-1.5px;color:#0f172a;max-width:720px;margin:0;font-size:clamp(38px,4vw,58px);font-weight:800;line-height:1.08}.opportunity-hero-description{color:#475569;max-width:650px;margin-top:22px;font-size:1.05rem;line-height:1.8}.opportunity-hero-trust{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.opportunity-trust-item{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 8px 25px #0f172a0a}.opportunity-trust-item svg{color:#16a34a;flex-shrink:0}.opportunity-hero-actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.opportunity-hero-actions button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;height:54px;padding:0 28px;font-weight:700;transition:all .3s;display:flex}.opportunity-hero-primary{color:#fff;background:#2563eb;border:none}.opportunity-hero-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px #2563eb40}.opportunity-hero-secondary{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.opportunity-hero-secondary:hover{border-color:#2563eb}.opportunity-hero-download{color:#334155;background:#f1f5f9;border:none}.opportunity-hero-showcase{position:relative}.opportunity-hero-image{height:520px}.opportunity-hero-image img{object-fit:cover;border-radius:32px;width:100%;height:100%;box-shadow:0 30px 70px #0f172a2e}.opportunity-salary-card{background:#fff;border-radius:24px;padding:22px 28px;position:absolute;bottom:25px;left:-35px;box-shadow:0 20px 50px #0f172a26}.opportunity-salary-card span{color:#64748b;font-size:.8rem;font-weight:600}.opportunity-salary-card strong{color:#0f172a;margin-top:5px;font-size:1.7rem;display:block}.opportunity-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;margin-top:25px;padding:28px;box-shadow:0 15px 40px #0f172a0d}.opportunity-summary-card h3{color:#0f172a;margin-bottom:20px}.opportunity-summary-list{flex-direction:column;gap:18px;display:flex}.opportunity-summary-list div{grid-template-columns:35px 1fr auto;align-items:center;gap:12px;display:grid}.opportunity-summary-list svg{color:#2563eb}.opportunity-summary-list span{color:#64748b;font-size:.9rem}.opportunity-summary-list strong{color:#0f172a;font-size:.9rem}.opportunity-hero-metrics{background:#fff;border:1px solid #e2e8f0;border-radius:28px;grid-template-columns:repeat(5,1fr);margin-top:70px;display:grid;overflow:hidden}.opportunity-hero-metrics div{border-right:1px solid #e2e8f0;padding:25px}.opportunity-hero-metrics div:last-child{border-right:none}.opportunity-hero-metrics svg{color:#2563eb;font-size:22px}.opportunity-hero-metrics span{color:#64748b;margin-top:10px;font-size:.8rem;display:block}.opportunity-hero-metrics strong{color:#0f172a;margin-top:6px;display:block}@media (width<=1100px){.opportunity-hero-main{grid-template-columns:1fr}.opportunity-hero-showcase{max-width:600px}.opportunity-hero-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.opportunity-hero-header{flex-direction:column;align-items:flex-start;gap:20px}.opportunity-hero-content h1{font-size:2.3rem}.opportunity-hero-actions{flex-direction:column}.opportunity-hero-actions button{width:100%}.opportunity-hero-image{height:380px}.opportunity-salary-card{left:15px}.opportunity-hero-metrics{grid-template-columns:1fr}.opportunity-hero-metrics div{border-bottom:1px solid #e2e8f0;border-right:none}}.details-facts{background:#fff;padding:40px 0 70px}.details-facts-container{width:min(1250px,92%);margin:auto}.facts-header{margin-bottom:30px}.facts-header span{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:.85rem;font-weight:700;display:block}.facts-header p{color:#475569;margin-top:8px;font-size:1rem}.facts-grid{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.details-fact{border-right:1px solid #e2e8f0;flex-direction:column;gap:18px;padding:25px;display:flex}.details-fact:last-child{border-right:none}.details-fact-icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.details-fact-content span{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:.75rem;font-weight:700;display:block}.details-fact-content strong{color:#0f172a;margin-top:8px;font-size:1rem;line-height:1.5;display:block}@media (width<=1100px){.facts-grid{grid-template-columns:repeat(3,1fr)}.details-fact:nth-child(3){border-right:none}}@media (width<=650px){.details-facts{padding:35px 0 50px}.facts-grid{grid-template-columns:1fr}.details-fact{border-bottom:1px solid #e2e8f0;border-right:none;flex-direction:row;align-items:center}.details-fact:last-child{border-bottom:none}}.positions-section{background:#f8fafc;padding:90px 0}.positions-container{width:min(1250px,92%);margin:auto}.positions-header{max-width:700px;margin-bottom:50px}.positions-label{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:inline-flex}.positions-label svg{font-size:18px}.positions-header h2{color:#0f172a;letter-spacing:-1.5px;margin-top:18px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.1}.positions-header p{color:#475569;margin-top:16px;font-size:1.05rem;line-height:1.8}.positions-list{flex-direction:column;gap:20px;display:flex}.position-item{background:#fff;border:1px solid #e2e8f0;border-radius:24px;justify-content:space-between;align-items:center;gap:40px;padding:30px;transition:all .3s;display:flex}.position-item:hover{border-color:#bfdbfe;transform:translateY(-3px)}.position-sector{align-items:center;gap:18px;min-width:260px;display:flex}.position-icon{color:#2563eb;background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:55px;height:55px;font-size:25px;display:flex}.position-sector span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.position-sector h3{color:#0f172a;margin-top:5px;font-size:1.2rem}.position-roles{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.position-roles span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:10px 16px;font-size:.9rem;font-weight:600}.position-roles span:hover{color:#fff;background:#2563eb;border-color:#2563eb}@media (width<=900px){.position-item{flex-direction:column;align-items:flex-start}.position-roles{justify-content:flex-start}}@media (width<=600px){.positions-section{padding:70px 0}.position-item{padding:24px}.position-sector{min-width:auto}}.benefits-section{background:#fff;padding:100px 0}.benefits-container{width:min(1100px,92%);margin:auto}.benefits-header{max-width:650px;margin-bottom:50px}.benefits-badge{color:#16a34a;background:#22c55e1f;border:1px solid #22c55e2e;border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.benefits-badge svg{font-size:18px}.benefits-header h2{letter-spacing:-1.5px;color:#0f172a;margin-top:22px;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.benefits-header p{color:#64748b;margin-top:15px;font-size:1rem;line-height:1.8}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.benefit-card{opacity:0;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #0f172a14;border-radius:26px;align-items:flex-start;gap:16px;min-height:120px;padding:28px;transition:all .35s;animation:.6s forwards benefitReveal;display:flex;position:relative;box-shadow:0 20px 45px #0f172a0f}.benefit-card:first-child{animation-delay:.1s}.benefit-card:nth-child(2){animation-delay:.2s}.benefit-card:nth-child(3){animation-delay:.3s}.benefit-card:nth-child(4){animation-delay:.4s}.benefit-card:nth-child(5){animation-delay:.5s}.benefit-card:nth-child(6){animation-delay:.6s}.benefit-card:hover{border-color:#22c55e4d;transform:translateY(-8px);box-shadow:0 30px 65px #0f172a1f}.benefit-icon{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 10px 25px #22c55e4d}.benefit-icon svg{font-size:24px}.benefit-card span{color:#334155;padding-top:8px;font-size:1rem;font-weight:600;line-height:1.6}@keyframes benefitReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=1000px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.benefits-section{padding:70px 0}.benefits-container{width:90%}.benefits-grid{grid-template-columns:1fr;gap:16px}.benefit-card{border-radius:22px;padding:22px}.benefit-icon{width:46px;height:46px}}.requirements-section{background:#fff;padding:100px 0}.requirements-container{width:min(1100px,92%);margin:auto}.requirements-header{max-width:650px;margin-bottom:55px}.requirements-label{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;font-size:.85rem;font-weight:700;display:flex}.requirements-label svg{font-size:20px}.requirements-header h2{color:#0f172a;letter-spacing:-1.5px;margin-top:20px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.requirements-header p{color:#475569;margin-top:18px;font-size:1.05rem;line-height:1.8}.requirements-list{flex-direction:column;gap:16px;display:flex}.requirement-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;align-items:center;gap:18px;padding:22px 26px;transition:all .3s;display:flex}.requirement-item:hover{background:#fff;border-color:#bfdbfe;transform:translate(6px)}.requirement-item svg{color:#16a34a;flex-shrink:0;font-size:25px}.requirement-item span{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.6}.requirements-footer{color:#334155;background:#eff6ff;border-radius:16px;align-items:center;gap:12px;margin-top:35px;padding:18px 22px;font-size:.9rem;line-height:1.6;display:flex}.requirements-footer svg{color:#2563eb;flex-shrink:0;font-size:22px}@media (width<=700px){.requirements-section{padding:70px 0}.requirement-item{padding:18px}.requirement-item span{font-size:.92rem}}.documents-section{background:#f8fafc;padding:100px 0}.documents-container{width:min(1100px,92%);margin:auto}.documents-header{max-width:700px;margin-bottom:55px}.documents-label{color:#0284c7;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;font-size:.85rem;font-weight:700;display:flex}.documents-label svg{font-size:20px}.documents-header h2{color:#0f172a;letter-spacing:-1.5px;margin-top:20px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.documents-header p{color:#475569;margin-top:18px;font-size:1.05rem;line-height:1.8}.documents-list{flex-direction:column;gap:14px;display:flex}.document-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:20px;padding:22px 26px;transition:all .3s;display:flex}.document-item:hover{border-color:#7dd3fc;transform:translate(5px)}.document-number{color:#0284c7;background:#eff6ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-weight:800;display:flex}.document-item span{color:#1e293b;flex:1;font-size:1rem;font-weight:600;line-height:1.5}.document-item svg{color:#16a34a;font-size:25px}.documents-note{color:#334155;background:#ecfeff;border-radius:16px;align-items:center;gap:12px;margin-top:35px;padding:18px 22px;font-size:.9rem;display:flex}.documents-note svg{color:#0284c7;font-size:22px}@media (width<=650px){.documents-section{padding:70px 0}.document-item{gap:15px;padding:18px}.document-number{width:42px;height:42px}.document-item span{font-size:.92rem}}.process-section{background:#fff;padding:80px 0}.process-container{width:min(1000px,92%);margin:auto}.process-header{max-width:650px;margin-bottom:50px}.process-label{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:.8rem;font-weight:700;display:inline-flex}.process-label svg{font-size:18px}.process-header h2{color:#0f172a;letter-spacing:-1.3px;margin-top:18px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.process-header p{color:#64748b;margin-top:15px;line-height:1.7}.process-journey{position:relative}.process-journey:before{content:"";background:#e2e8f0;width:2px;position:absolute;top:25px;bottom:25px;left:25px}.process-step{gap:25px;margin-bottom:28px;display:flex;position:relative}.process-step:last-child{margin-bottom:0}.process-marker{color:#2563eb;z-index:2;background:#fff;border:2px solid #2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.85rem;font-weight:800;display:flex}.process-body{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;flex:1;padding:20px 24px}.process-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.process-body h3{color:#0f172a;margin:0;font-size:1.15rem}.process-body p{color:#64748b;margin-top:8px;font-size:.95rem;line-height:1.6}.process-time{color:#475569;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:600;display:flex}.process-time svg{color:#2563eb}.process-footer{color:#166534;background:#ecfdf5;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:35px;padding:15px;font-size:.9rem;font-weight:600;display:flex}.process-footer svg{font-size:20px}@media (width<=700px){.process-section{padding:60px 0}.process-step{gap:16px}.process-marker{width:44px;height:44px;font-size:.75rem}.process-journey:before{left:21px}.process-body{padding:18px}.process-top{flex-direction:column;align-items:flex-start}}.migration-pricing-section{background:#fff;padding:100px 0}.migration-pricing-container{width:min(1100px,92%);margin:auto}.migration-pricing-header{max-width:700px;margin-bottom:50px}.migration-pricing-label{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.migration-pricing-label svg{font-size:18px}.migration-pricing-header h2{letter-spacing:-1.5px;color:#0f172a;margin-top:22px;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.migration-pricing-header p{color:#64748b;margin-top:18px;line-height:1.8}.migration-investment-panel{color:#fff;background:linear-gradient(135deg,#0f172a,#1e40af);border-radius:32px;padding:45px;box-shadow:0 30px 70px #0f172a2e}.investment-main{align-items:center;gap:22px;display:flex}.investment-icon{color:#2563eb;background:#fff;border-radius:22px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;font-weight:800;display:flex}.investment-main span{opacity:.7;font-size:.9rem}.investment-main h3{letter-spacing:-1px;margin-top:8px;font-size:2.8rem}.investment-main small{opacity:.7}.investment-benefits{flex-wrap:wrap;gap:15px;margin-top:35px;display:flex}.investment-benefits div{background:#ffffff1f;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;display:flex}.investment-benefits svg{color:#4ade80}.investment-action{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:10px;height:52px;margin-top:35px;padding:0 28px;font-weight:700;transition:all .3s;display:flex}.investment-action:hover{transform:translateY(-3px)}@media (width<=700px){.migration-pricing-section{padding:70px 0}.migration-investment-panel{border-radius:24px;padding:28px}.investment-main{align-items:flex-start}.investment-icon{border-radius:16px;width:52px;height:52px}.investment-main h3{font-size:2rem}.investment-benefits{flex-direction:column}}.payment-section{background:#fff;padding:100px 0}.payment-container{width:min(1100px,92%);margin:auto}.payment-header{max-width:700px;margin-bottom:60px}.payment-badge{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.payment-badge svg{font-size:18px}.payment-header h2{letter-spacing:-1.5px;color:#0f172a;margin-top:22px;font-size:clamp(2.2rem,4vw,3.2rem)}.payment-header p{color:#64748b;margin-top:18px;line-height:1.8}.payment-roadmap{grid-template-columns:repeat(3,1fr);gap:30px;display:grid;position:relative}.payment-roadmap:before{content:"";background:#e2e8f0;height:2px;position:absolute;top:38px;left:10%;right:10%}.payment-stage{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:35px 28px;transition:all .3s;position:relative;box-shadow:0 20px 45px #0f172a0f}.payment-stage:hover{border-color:#2563eb;transform:translateY(-8px)}.stage-number{color:#fff;z-index:2;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:auto;font-size:1.2rem;font-weight:800;display:flex;position:relative}.stage-content{margin-top:25px}.stage-content h3{color:#0f172a;margin-bottom:12px;font-size:1.05rem}.stage-content strong{color:#2563eb;font-size:1.3rem}.stage-check{color:#22c55e;margin-top:18px;font-size:25px}@media (width<=900px){.payment-roadmap{grid-template-columns:1fr;gap:20px}.payment-roadmap:before{display:none}.payment-stage{text-align:left;align-items:center;gap:20px;display:flex}.stage-number{width:60px;height:60px;margin:0}}@media (width<=600px){.payment-section{padding:70px 0}.payment-stage{padding:22px}.stage-number{width:52px;height:52px}}.related-section{padding:70px 20px}.related-container{max-width:1100px;margin:auto}.related-heading{margin-bottom:35px}.related-label{color:#0284c7;background:#0ea5e91f;border-radius:999px;padding:7px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.related-heading h2{color:#0f172a;letter-spacing:-1px;margin-top:16px;font-size:clamp(2rem,4vw,2.7rem)}.related-heading p{color:#64748b;margin-top:10px}.related-list{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.related-item{background:#ffffffd9;border:1px solid #0f172a14;border-radius:24px;padding:22px;transition:all .35s;animation:.5s forwards relatedReveal;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f172a0f}.related-item:before{content:"";background:#0ea5e91f;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.related-item:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0f172a1f}.related-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex;position:relative}.related-icon{background:#f1f5f9;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;display:flex}.related-category{color:#0284c7;background:#0ea5e91a;border-radius:999px;padding:5px 12px;font-size:.7rem;font-weight:700}.related-item h3{color:#0f172a;margin-bottom:8px;font-size:1.15rem}.related-location{color:#64748b;font-size:.85rem}.related-info{border-top:1px solid #e5e7eb;margin-top:18px;padding-top:15px}.related-info span{color:#475569;align-items:center;gap:7px;font-size:.85rem;display:flex}.related-link{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:42px;margin-top:18px;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.related-link:hover{background:#0284c7}@keyframes relatedReveal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.related-list{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.related-section{padding:50px 16px}.related-list{scroll-snap-type:x mandatory;gap:15px;padding-bottom:10px;display:flex;overflow-x:auto}.related-item{scroll-snap-align:start;min-width:280px}}.lead-cta{background:#f8fafc;padding:90px 20px}.lead-cta-container{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:32px;width:min(900px,92%);margin:auto;padding:60px 40px;box-shadow:0 20px 50px #0f172a0f}.lead-cta-content{max-width:650px;margin:auto}.lead-cta-badge{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.lead-cta h2{color:#0f172a;letter-spacing:-1.5px;margin-top:25px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.lead-cta p{color:#64748b;max-width:450px;margin:18px auto 0;line-height:1.7}.lead-cta-actions{justify-content:center;gap:14px;margin-top:32px;display:flex}.lead-primary,.lead-secondary{cursor:pointer;border-radius:999px;align-items:center;gap:8px;height:52px;padding:0 26px;font-weight:700;transition:all .3s;display:flex}.lead-primary{color:#fff;background:#2563eb;border:none}.lead-primary:hover{transform:translateY(-3px)}.lead-secondary{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.lead-secondary:hover{border-color:#2563eb}.lead-trust{justify-content:center;gap:25px;margin-top:30px;display:flex}.lead-trust span{color:#475569;align-items:center;gap:6px;font-size:.9rem;display:flex}.lead-trust svg{color:#22c55e}@media (width<=600px){.lead-cta{padding:60px 16px}.lead-cta-container{border-radius:24px;padding:45px 22px}.lead-cta-actions{flex-direction:column}.lead-primary,.lead-secondary{justify-content:center;width:100%}}.opportunity-details-page{background:#f8fafc;min-height:100vh;padding-top:120px;padding-bottom:120px}.opportunity-not-found{background:#f8fafc;justify-content:center;align-items:center;min-height:70vh;display:flex}.opportunity-not-found__inner{text-align:center;max-width:520px;padding:40px}.opportunity-not-found__inner span{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:800;display:inline-block}.opportunity-not-found__inner h1{color:#0f172a;letter-spacing:-1.5px;margin-top:18px;font-size:clamp(2rem,4vw,3rem)}.opportunity-not-found__inner p{color:#64748b;margin-top:15px;line-height:1.7}.opportunity-details-page>section:not(.details-hero){width:min(1250px,92%);margin-left:auto;margin-right:auto}.opportunity-details-page h2{color:#0f172a;letter-spacing:-1px;font-weight:800}.opportunity-details-page p{color:#475569;line-height:1.8}@media (width<=768px){.opportunity-details-page{padding-bottom:70px}.opportunity-details-page>section:not(.details-hero){width:92%}}.assessmentHero{color:#fff;background:linear-gradient(120deg,#020617,#0f172a);min-height:820px;position:relative;overflow:hidden}.assessmentHero__glow{filter:blur(20px);background:radial-gradient(circle,#38bdf859,#0000 65%);width:600px;height:600px;position:absolute;top:100px;right:-150px}.assessmentHero__container{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:80px;max-width:1200px;min-height:820px;margin:auto;padding:80px 24px;display:grid;position:relative}.assessmentHero__content{max-width:650px}.assessmentHero__badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;font-size:.9rem;display:inline-flex}.assessmentHero h1{letter-spacing:-3px;margin-top:35px;font-size:clamp(3rem,6vw,5rem);line-height:1}.assessmentHero h1 span{color:#38bdf8;display:block}.assessmentHero__content p{color:#ffffffbf;max-width:580px;margin-top:25px;font-size:1.15rem;line-height:1.7}.assessmentHero__button{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:12px;height:58px;margin-top:40px;padding:0 32px;font-weight:700;transition:all .3s;display:flex}.assessmentHero__button:hover{transform:translateY(-5px)}.assessmentHero__trust{flex-wrap:wrap;gap:25px;margin-top:45px;display:flex}.assessmentHero__trustItem{color:#ffffffbf;align-items:center;gap:8px;font-size:.9rem;display:flex}.assessmentHero__trustItem svg{color:#38bdf8}.assessmentHero__visual{justify-content:center;display:flex}.assessmentHero__card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff1f;border:1px solid #fff3;border-radius:35px;width:340px;padding:35px;box-shadow:0 30px 80px #00000059}.assessmentHero__cardTop{opacity:.8;align-items:center;gap:10px;display:flex}.assessmentHero__cardTop svg{color:#38bdf8;font-size:22px}.assessmentHero__card h3{margin-top:25px;font-size:2rem;line-height:1.2}.assessmentHero__card h3 span{color:#38bdf8;display:block}.assessmentSteps{flex-direction:column;gap:12px;margin-top:35px;display:flex}.step{color:#ffffffb3;background:#ffffff14;border-radius:18px;padding:15px}.step.active{color:#0f172a;background:#fff;font-weight:600}.assessmentProgress{background:#fff3;border-radius:20px;height:8px;margin-top:30px}.assessmentProgress span{background:#38bdf8;border-radius:20px;width:65%;height:100%;display:block}.assessmentHero__card p{color:#ffffffb3;margin-top:20px}@media (width<=900px){.assessmentHero{min-height:auto}.assessmentHero__container{text-align:center;grid-template-columns:1fr;gap:45px;padding:90px 24px 70px}.assessmentHero__content{max-width:700px;margin:auto}.assessmentHero__content p,.assessmentHero__button{margin-inline:auto}.assessmentHero__trust{justify-content:center}.assessmentHero__visual{margin-top:10px}}@media (width<=600px){.assessmentHero{min-height:auto;overflow:hidden}.assessmentHero__glow{width:320px;height:320px;top:120px;right:-120px}.assessmentHero__container{gap:35px;padding:70px 20px 50px}.assessmentHero__badge{padding:9px 15px;font-size:.78rem}.assessmentHero h1{letter-spacing:-1.5px;margin-top:25px;font-size:clamp(2.3rem,11vw,3rem);line-height:1.05}.assessmentHero__content p{color:#ffffffb8;margin-top:20px;font-size:.98rem;line-height:1.6}.assessmentHero__button{justify-content:center;width:100%;height:56px;margin-top:30px;font-size:.95rem}.assessmentHero__button:hover{transform:none}.assessmentHero__trust{text-align:left;grid-template-columns:1fr;gap:12px;margin-top:28px;display:grid}.assessmentHero__trustItem{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px;padding:12px 15px;font-size:.82rem}.assessmentHero__card{border-radius:28px;width:100%;padding:24px}.assessmentHero__cardTop{font-size:.85rem}.assessmentHero__cardTop svg{font-size:20px}.assessmentHero__card h3{margin-top:18px;font-size:1.55rem}.assessmentSteps{gap:10px;margin-top:22px}.step{border-radius:16px;padding:12px;font-size:.9rem}.assessmentProgress{margin-top:22px}.assessmentHero__card p{margin-top:15px;font-size:.85rem}}.assessmentJourney{color:#fff;background:linear-gradient(135deg,#020617,#0f172a);min-height:720px;padding:90px 24px;position:relative;overflow:hidden}.assessmentJourney:before{content:"";filter:blur(40px);background:radial-gradient(circle,#38bdf859,#0000 70%);width:500px;height:500px;position:absolute;top:-150px;left:-120px}.assessmentJourney:after{content:"";filter:blur(50px);background:radial-gradient(circle,#0ea5e940,#0000 70%);width:450px;height:450px;position:absolute;bottom:-120px;right:-120px}.journey-container{z-index:2;max-width:760px;margin:auto;position:relative}.journey-top{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.journey-top span{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;display:flex}.journey-top svg{color:#38bdf8}.journey-top p{color:#fff9;font-size:.9rem}.journey-progress{background:#ffffff1f;border-radius:50px;width:100%;height:8px;margin-bottom:35px;overflow:hidden}.journey-progress div{background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:50px;height:100%;transition:all .5s}.journey-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff14;border:1px solid #ffffff29;border-radius:36px;padding:45px;animation:.5s cardEnter;box-shadow:0 40px 100px #00000059}@keyframes cardEnter{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.journey-card h1{letter-spacing:-1.5px;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.journey-card>p{color:#ffffffa6;margin-top:15px;line-height:1.6}.journey-options{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:35px;display:grid}.journey-options button{color:#fff;cursor:pointer;text-align:left;background:#ffffff0f;border:1px solid #ffffff26;border-radius:22px;min-height:70px;padding:18px;font-size:1rem;transition:all .3s}.journey-options button:hover{background:#ffffff1f;transform:translateY(-3px)}.journey-options button.active{color:#0f172a;background:#fff;border-color:#fff;box-shadow:0 15px 35px #0003}.journey-actions{justify-content:space-between;gap:20px;margin-top:35px;display:flex}.journey-actions button{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:10px;height:52px;padding:0 28px;font-weight:600;transition:all .3s;display:flex}.journey-actions button:first-child{color:#fff;background:#ffffff1a;border:1px solid #ffffff26}.journey-actions button:last-child{color:#0f172a;background:#fff}.journey-actions button:hover{transform:translateY(-3px)}.journey-actions button:disabled{opacity:.35;cursor:not-allowed}.journey-card{animation-duration:.45s;animation-timing-function:cubic-bezier(.22,1,.36,1)}.journey-card.next{animation-name:slideNext}.journey-card.back{animation-name:slideBack}@keyframes slideNext{0%{opacity:0;transform:translate(60px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes slideBack{0%{opacity:0;transform:translate(-60px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=600px){.assessmentJourney{min-height:auto;padding:35px 16px}.journey-container{width:100%}.journey-top{margin-bottom:15px}.journey-top span{padding:7px 12px;font-size:.75rem}.journey-progress{height:6px;margin-bottom:20px}.journey-card{border-radius:24px;padding:22px 18px}.journey-card h1{letter-spacing:-.5px;font-size:1.55rem}.journey-card p{margin-top:10px;font-size:.85rem}.journey-options{gap:10px;margin-top:22px}.journey-options button{border-radius:16px;min-height:55px;padding:14px;font-size:.9rem}.journey-actions{margin-top:25px;padding-top:10px;position:sticky;bottom:10px}.journey-actions button{height:48px;padding:0 20px;font-size:.9rem}}.assessmentResult{background:linear-gradient(#f8fafc,#fff);padding:120px 24px}.assessmentResult__container{max-width:1200px;margin:auto}.assessmentResult__badge{width:max-content;color:var(--primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0056b31f,#00aeef2e);border:1px solid #00aeef40;border-radius:999px;align-items:center;gap:12px;margin:auto;padding:12px 22px;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 15px 35px #0056b31f}.assessmentResult__badgeIcon{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;box-shadow:0 8px 20px #0056b359}.assessmentResult__badgeIcon svg{font-size:16px}.assessmentResult h2{text-align:center;color:#0f172a;letter-spacing:-2px;margin-top:24px;font-size:clamp(2.5rem,5vw,4rem)}.assessmentResult>.assessmentResult__container>p{text-align:center;color:#64748b;max-width:700px;margin:20px auto 0;line-height:1.8}.assessmentResult__scoreCard{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #0056b31f;border-radius:36px;margin-top:50px;padding:40px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a14}.assessmentResult__scoreCard:before{content:"";background:radial-gradient(circle,#00aeef2e,#0000 70%);width:300px;height:300px;position:absolute;top:-120px;right:-120px}.scoreHeader{color:var(--primary);z-index:2;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:relative}.scoreHeader svg{color:var(--success);font-size:24px}.scoreMain{z-index:2;align-items:center;gap:35px;margin-top:35px;display:flex;position:relative}.scoreCircle{color:#fff;background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative;box-shadow:0 25px 50px #0056b34d}.scoreCircle:after{content:"";opacity:.25;filter:blur(18px);z-index:-1;border:1px solid #ffffff59;border-radius:50%;position:absolute;inset:-8px}.scoreCircle strong{z-index:2;font-size:3rem;font-weight:800;line-height:1}.scoreCircle span{opacity:.85;z-index:2;margin-top:5px;font-size:.85rem}.scoreContent{max-width:520px}.scoreLabel{color:var(--text-muted);font-size:.9rem;font-weight:600}.scoreContent h3{color:var(--heading);letter-spacing:-.8px;margin-top:8px;font-size:2rem}.scoreContent p{color:var(--text);margin-top:15px;line-height:1.7}.scoreRecommendation{background:linear-gradient(135deg,#0056b314,#00aeef1f);border-radius:24px;justify-content:space-between;align-items:center;margin-top:35px;padding:22px 25px;display:flex}.scoreRecommendation span{color:var(--text-light);font-size:.9rem}.scoreRecommendation strong{color:var(--primary);font-size:1.2rem}.scoreInsights{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px;display:grid}.scoreInsights div{border:1px solid var(--border-light);background:#fff;border-radius:20px;flex-direction:column;gap:6px;padding:18px;display:flex}.scoreInsights span{color:var(--text-muted);font-size:.8rem}.scoreInsights strong{color:var(--heading);font-size:.95rem}.assessmentResult__scoreBar{background:#e2e8f0;border-radius:999px;height:14px;overflow:hidden}.assessmentResult__scoreBar span{background:linear-gradient(90deg,#06b6d4,#0ea5e9);border-radius:999px;height:100%;display:block}.assessmentResult__scoreContent{margin-top:25px}.assessmentResult__scoreContent h3{color:#0f172a;margin-bottom:10px;font-size:1.8rem}.assessmentResult__scoreContent p{color:#64748b;max-width:600px;line-height:1.8}.assessmentResult__scoreCard h3{color:#0f172a;margin-top:8px}.assessmentResult__heroCard{background:#fff;border:1px solid #e2e8f0;border-radius:28px;align-items:center;gap:20px;margin-top:25px;padding:30px;animation:5s ease-in-out infinite floatCard;display:flex}.assessmentResult__icon{color:#fff;background:#0f172a;border-radius:20px;place-items:center;width:70px;height:70px;font-size:28px;display:grid}.assessmentResult__countries{margin-top:55px}.assessmentResult__countries h4{color:var(--heading);margin-bottom:20px;font-size:1.4rem}.countriesGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px;display:grid}.countryCard{border:1px solid var(--border);box-shadow:.35s ease;background:#fff;border-radius:30px;padding:28px;transition:all .35s;position:relative;overflow:hidden}.countryCard:before{content:"";background:radial-gradient(circle,#00aeef26,#0000 70%);width:180px;height:180px;position:absolute;top:0;left:0}.countryCard:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0056b31f}.countryCard__header{justify-content:space-between;align-items:center;display:flex}.countryScore{align-items:end;gap:8px;margin-top:25px;display:flex}.countryScore strong{color:var(--primary);font-size:2.2rem}.countryScore span{color:var(--text-muted);font-size:.85rem}.countryProgress{background:#e5e7eb;border-radius:999px;height:8px;margin-top:15px;overflow:hidden}.countryProgress span{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:999px;height:100%;display:block}.countryCard__top{justify-content:space-between;align-items:center;display:flex}.countryFlag{font-size:2.8rem}.countryAction{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:22px;font-weight:700;display:flex}.countryRank{width:34px;height:34px;color:var(--primary);background:#0056b31a;border-radius:50%;justify-content:center;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:700;display:flex}.countryCard h5{color:var(--heading);margin-top:18px;font-size:1.25rem}.countryOpportunity{color:var(--success);background:#16a34a1a;border-radius:999px;margin-top:8px;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-block}.countryCard strong{color:#0284c7;margin-top:12px;font-size:2rem;line-height:1;display:block}.countryLabel{color:#64748b;margin-top:6px;font-size:.85rem;display:block}.assessmentResult__summary{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:50px;display:grid}.profileCard{border:1px solid var(--border);background:linear-gradient(145deg,#fff,#f8fafc);border-radius:28px;flex-direction:column;gap:10px;padding:25px;transition:all .35s;display:flex;position:relative;overflow:hidden}.profileCard:after{content:"";background:radial-gradient(circle,#00aeef26,#0000 70%);width:120px;height:120px;position:absolute;bottom:-40px;right:-40px}.profileCard:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0056b31f}.profileIcon{background:#0056b31a;border-radius:14px;place-items:center;width:45px;height:45px;font-size:1.3rem;display:grid}.profileLabel{color:var(--text-muted);margin-top:10px;font-size:.85rem;font-weight:600}.profileCard strong{color:var(--heading);font-size:1.05rem;line-height:1.4}.assessmentResult__steps{margin-top:70px}.stepsHeader{margin-bottom:35px}.stepsHeader span{color:var(--primary);font-size:.85rem;font-weight:700}.stepsHeader h4{color:var(--heading);margin-top:10px;font-size:2rem}.stepsHeader p{color:var(--text-light);margin-top:10px}.stepsTimeline{flex-direction:column;gap:0;display:flex}.stepItem{gap:25px;padding-bottom:35px;display:flex;position:relative}.stepItem:not(:last-child):after{content:"";background:linear-gradient(to bottom, var(--primary) 0%, var(--accent) 40%, transparent 100%);width:2px;height:45px;position:absolute;top:65px;left:30px}.stepNumber{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;z-index:2;border-radius:50%;flex-shrink:0;place-items:center;width:62px;height:62px;font-weight:800;display:grid;box-shadow:0 10px 25px #0056b340}.stepContent{border:1px solid var(--border);background:#fff;border-radius:24px;flex:1;align-items:center;gap:18px;margin-bottom:0;padding:22px 25px;transition:all .35s;display:flex}.stepContent:hover{transform:translate(8px);box-shadow:0 20px 50px #0056b31f}.stepIcon{width:52px;height:52px;color:var(--primary);background:#00aeef1f;border-radius:16px;place-items:center;font-size:22px;display:grid}.stepContent h5{color:var(--heading);font-size:1.15rem}.stepContent p{color:var(--text-light);margin-top:5px;line-height:1.6}.assessmentResult__actions{justify-content:center;margin-top:60px;display:flex}.assessmentResult__actions button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;align-items:center;gap:10px;height:58px;padding:0 34px;font-weight:600;display:flex}.assessmentResult__cta{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:40px;margin-top:70px;padding:60px 40px;animation:.8s .6s forwards fadeUp,4s infinite ctaGlow;position:relative;overflow:hidden}@keyframes ctaGlow{0%,to{box-shadow:0 20px 60px #0056b333}50%{box-shadow:0 25px 80px #00aeef59}}.assessmentResult__cta:before{content:"";background:radial-gradient(circle,#ffffff40,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.assessmentResult__ctaContent{z-index:2;text-align:center;max-width:700px;margin:auto;position:relative}.ctaBadge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;display:inline-flex}.ctaBadge svg{color:#fff}.assessmentResult__cta h3{letter-spacing:-1px;margin-top:25px;font-size:clamp(2rem,4vw,3rem)}.assessmentResult__cta p{opacity:.85;margin-top:15px;line-height:1.7}.ctaFeatures{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:25px;display:flex}.ctaFeatures span{opacity:.9;font-size:.9rem}.assessmentResult__cta button{height:58px;color:var(--primary);margin-top:35px;cursor:pointer;background:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-inline:auto;padding:0 35px;font-weight:700;transition:all .3s;display:flex}.assessmentResult__cta button:hover{transform:translateY(-4px)}.assessmentResult__badge,.assessmentResult h2,.assessmentResult__container>p{animation:.6s forwards fadeUp}.assessmentResult__scoreCard{opacity:0;animation:.7s .15s forwards fadeUp}.assessmentResult__heroCard{opacity:0;animation:.7s .25s forwards fadeUp}.assessmentResult__countries{opacity:0;animation:.7s .35s forwards fadeUp}.assessmentResult__summary{opacity:0;animation:.7s .45s forwards fadeUp}.assessmentResult__steps{opacity:0;animation:.7s .55s forwards fadeUp}.assessmentResult__cta{opacity:0;animation:.8s .65s forwards fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.countriesGrid{grid-template-columns:repeat(2,1fr)}.stepsGrid{grid-template-columns:1fr}.assessmentResult__summary{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.assessmentResult{padding:80px 20px}.assessmentResult__cta{border-radius:30px;padding:40px 22px}.ctaFeatures{flex-direction:column;gap:12px}.assessmentResult__cta button{width:100%}.assessmentResult__heroCard{animation:none}.countryCard:hover{transform:none}.profileCard{padding:22px}.assessmentResult__scoreCard{text-align:center;border-radius:28px;grid-template-columns:1fr;gap:24px;padding:24px}.scoreMain{text-align:center;flex-direction:column}.scoreCircle{width:130px;height:130px;margin:auto}.scoreCircle strong{font-size:2.5rem}.scoreContent h3{font-size:1.5rem}.scoreRecommendation{text-align:center;flex-direction:column;gap:8px}.scoreInsights{grid-template-columns:1fr}.countryCard{padding:24px}.countryScore strong{font-size:2rem}.assessmentResult__summary{grid-template-columns:1fr}.assessmentResult__scoreHeader{flex-direction:column;align-items:flex-start;gap:10px}.assessmentResult__scoreHeader strong{font-size:2.6rem}.assessmentResult__scoreContent h3{font-size:1.4rem}.assessmentResult__heroCard{text-align:center;flex-direction:column}.countriesGrid,.assessmentResult__summary{grid-template-columns:1fr}.stepsHeader h4{font-size:1.5rem}.stepItem:not(:last-child):after{height:35px;left:24px}.stepItem{gap:15px}.stepNumber{width:50px;height:50px;font-size:.8rem}.stepContent{flex-direction:column;align-items:flex-start;padding:18px}.stepContent:hover{transform:none}}.free-assessment{background:#f8fafc;min-height:100vh;position:relative;overflow:hidden}.free-assessment__background{background:linear-gradient(120deg,#020617,#0f172a);position:absolute;inset:0}.assessment-glow{background:radial-gradient(circle,#0ea5e959,#0000 65%);width:600px;height:600px;position:absolute;top:100px;right:-150px}.assessment-hero{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:70px;max-width:1200px;min-height:800px;margin:auto;padding:100px 24px;display:grid;position:relative}.assessment-content{color:#fff}.assessment-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;padding:8px 18px;font-size:.85rem;display:inline-flex}.assessment-content h1{letter-spacing:-3px;margin-top:30px;font-size:clamp(3rem,6vw,5rem);line-height:1}.assessment-content h1 span{color:#38bdf8;display:block}.assessment-content p{color:#ffffffbf;max-width:580px;margin-top:25px;font-size:1.15rem;line-height:1.7}.assessment-start{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:10px;height:58px;margin-top:40px;padding:0 32px;font-weight:600;transition:all .3s;display:flex}.assessment-start:hover{transform:translateY(-4px)}.assessment-trust{flex-wrap:wrap;gap:25px;margin-top:45px;display:flex}.trust-item{color:#ffffffbf;align-items:center;gap:8px;font-size:.9rem;display:flex}.trust-item svg{color:#38bdf8}.assessment-visual{justify-content:center;display:flex}.assessment-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:35px;width:330px;padding:35px;box-shadow:0 30px 80px #00000040}.assessment-card span{opacity:.7}.assessment-card h3{margin-top:20px;font-size:2rem;line-height:1.3}.mini-progress{background:#fff3;border-radius:20px;height:8px;margin-top:30px}.mini-progress span{background:#38bdf8;border-radius:20px;width:65%;height:100%;display:block}.assessment-card p{color:#ffffffb3;margin-top:20px}@media (width<=900px){.assessment-hero{text-align:center;grid-template-columns:1fr;padding-top:80px}.assessment-content p,.assessment-start{margin-inline:auto}.assessment-trust{justify-content:center}}@media (width<=600px){.assessment-content h1{letter-spacing:-1px;font-size:2.7rem}.assessment-card{width:100%}}.consultationHero{background:radial-gradient(circle at 15% 20%,#2563eb26,#0000 35%),radial-gradient(circle at 90% 80%,#0ea5e91f,#0000 30%),linear-gradient(135deg,#fff,#f8fbff);padding:5rem 0 4rem;position:relative;overflow:hidden}.consultationHero__glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.consultationHero__glow--one{background:#2563eb2e;width:350px;height:350px;top:-160px;left:-120px}.consultationHero__glow--two{background:#0ea5e92e;width:300px;height:300px;bottom:-120px;right:-120px}.consultationHero__container{z-index:2;grid-template-columns:1fr .75fr;align-items:center;gap:3rem;display:grid;position:relative}.consultationHero__badge{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;padding:.55rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.consultationHero__title{color:#0f172a;letter-spacing:-1.5px;margin-top:1.4rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:850;line-height:1.08}.consultationHero__title span{color:#2563eb;display:block}.consultationHero__description{color:#64748b;max-width:500px;margin-top:1.2rem;line-height:1.8}.consultationHero__actions{gap:15px;margin-top:2rem;display:flex}.consultationHero__button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;height:50px;padding:0 26px;font-weight:700;transition:all .3s;display:flex}.consultationHero__button--primary{color:#fff;background:#2563eb;border:none;box-shadow:0 15px 35px #2563eb40}.consultationHero__button--primary:hover{transform:translateY(-3px);box-shadow:0 25px 50px #2563eb4d}.consultationHero__button--secondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0f172a0f}.consultationHero__button--secondary:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-3px)}.consultationHero__trust{flex-wrap:wrap;gap:20px;margin-top:2rem;display:flex}.consultationHero__trustItem{color:#64748b;align-items:center;gap:8px;font-size:.82rem;display:flex}.consultationHero__trustItem svg{color:#2563eb}.consultationHero__visual{max-width:380px;margin-left:auto;position:relative}.consultationHero__imageWrapper{position:relative}.consultationHero__imageWrapper:before{content:"";filter:blur(45px);background:radial-gradient(circle,#2563eb40,#0000 70%);position:absolute;inset:-50px}.consultationHero__image{object-fit:cover;opacity:.75;border-radius:40px;width:100%;height:430px;position:relative;-webkit-mask-image:linear-gradient(#000 65%,#0000);mask-image:linear-gradient(#000 65%,#0000)}.consultationHero__expertBadge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;display:flex;position:absolute;bottom:70px;left:-25px;box-shadow:0 20px 40px #0f172a1f}.consultationHero__expertBadge svg{color:#2563eb;font-size:20px}.consultationHero__expertBadge strong{color:#0f172a;font-size:.8rem;display:block}.consultationHero__expertBadge span{color:#64748b;font-size:.7rem;display:block}@media (width<=992px){.consultationHero__container{text-align:center;grid-template-columns:1fr}.consultationHero__description{margin:auto}.consultationHero__actions,.consultationHero__trust{justify-content:center}.consultationHero__visual{margin:auto}}@media (width<=768px){.consultationHero{padding:3.5rem 0 3rem}.consultationHero__title{font-size:2.2rem}.consultationHero__description{font-size:.95rem}.consultationHero__actions{flex-direction:column}.consultationHero__button{width:100%}.consultationHero__visual{max-width:270px}.consultationHero__image{height:320px}.consultationHero__expertBadge{width:max-content;bottom:20px;left:50%;transform:translate(-50%)}}.consultationBenefits{background:#fff;padding:5rem 0}.consultationBenefits__header{text-align:center;max-width:650px;margin:0 auto 3rem}.consultationBenefits__header span{color:#2563eb;text-transform:uppercase;letter-spacing:.1em;background:#eff6ff;border-radius:999px;padding:.45rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.consultationBenefits__header h2{letter-spacing:-1px;color:#0f172a;margin-top:1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.consultationBenefits__header h2 strong{color:#2563eb;display:block}.consultationBenefits__header p{color:#64748b;margin-top:1rem;font-size:1rem;line-height:1.8}.consultationBenefits__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.consultationBenefits__card{background:linear-gradient(#fff,#f8fbff);border:1px solid #e5e7eb;border-radius:28px;padding:30px 28px;transition:all .35s;position:relative;box-shadow:0 20px 45px #0f172a0f}.consultationBenefits__card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0f172a1f}.consultationBenefits__icon{color:#2563eb;background:#eff6ff;border-radius:20px;place-items:center;width:58px;height:58px;margin-bottom:1.4rem;font-size:1.5rem;display:grid}.consultationBenefits__card h3{color:#0f172a;margin-bottom:.8rem;font-size:1.15rem;font-weight:750}.consultationBenefits__card p{color:#64748b;font-size:.95rem;line-height:1.75}@media (width<=1000px){.consultationBenefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.consultationBenefits{padding:4rem 0}.consultationBenefits__grid{grid-template-columns:1fr;gap:18px}.consultationBenefits__card{padding:25px 22px}}.personalInfo{background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:26px;padding:28px;box-shadow:0 20px 60px #0f172a0f}.personalInfo__header{align-items:center;gap:14px;margin-bottom:25px;display:flex}.personalInfo__icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:flex}.personalInfo__header h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:750}.personalInfo__header p{color:#64748b;margin:3px 0 0;font-size:.82rem}.personalInfo__grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.personalInfo__field{flex-direction:column;gap:7px;display:flex}.personalInfo__field label{color:#334155;font-size:.78rem;font-weight:650}.personalInfo__input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;height:48px;padding:0 14px;transition:all .25s;display:flex}.personalInfo__input svg{color:#64748b;font-size:1rem}.personalInfo__input input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.personalInfo__plain,.personalInfo__field select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:none;height:48px;padding:0 14px;font-size:.9rem}.personalInfo__input:focus-within,.personalInfo__plain:focus,.personalInfo__field select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}@media (width<=768px){.personalInfo{border-radius:22px;padding:20px}.personalInfo__grid{grid-template-columns:1fr;gap:15px}}.travelInfo{background:#ffffffd9;border:1px solid #e2e8f0;border-radius:26px;margin-top:24px;padding:28px;box-shadow:0 20px 60px #0f172a0f}.travelInfo__header{align-items:center;gap:14px;margin-bottom:25px;display:flex}.travelInfo__icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.travelInfo__header h3{color:#0f172a;margin:0;font-size:1.05rem}.travelInfo__header p{color:#64748b;margin:3px 0 0;font-size:.82rem}.travelInfo__grid{flex-direction:column;gap:22px;display:flex}.travelInfo__section label,.travelInfo__field label{color:#334155;margin-bottom:8px;font-size:.78rem;font-weight:700;display:block}.travelInfo__pills{flex-wrap:wrap;gap:10px;display:flex}.travelInfo__pills button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;padding:10px 15px;font-size:.82rem;font-weight:600;transition:all .25s;display:flex}.travelInfo__pills button svg{font-size:1rem}.travelInfo__pills button:hover{color:#2563eb;border-color:#2563eb}.travelInfo__pills button.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 10px 25px #2563eb40}.travelInfo__input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;height:48px;padding:0 14px;transition:all .25s;display:flex}.travelInfo__input svg{color:#64748b}.travelInfo__input input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.travelInfo__input:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}@media (width<=768px){.travelInfo{border-radius:22px;padding:20px}.travelInfo__pills button{padding:9px 13px;font-size:.78rem}}.consultationInfo{background:#ffffffd9;border:1px solid #e2e8f0;border-radius:26px;margin-top:24px;padding:28px;box-shadow:0 20px 60px #0f172a0f}.consultationInfo__header{align-items:center;gap:14px;margin-bottom:25px;display:flex}.consultationInfo__icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.consultationInfo__header h3{color:#0f172a;margin:0;font-size:1.05rem}.consultationInfo__header p{color:#64748b;margin:3px 0 0;font-size:.82rem}.consultationInfo__grid{flex-direction:column;gap:22px;display:flex}.consultationInfo__field{flex-direction:column;gap:8px;display:flex}.consultationInfo__field label{color:#334155;font-size:.78rem;font-weight:700}.consultationInfo__input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.consultationInfo__input svg{color:#64748b}.consultationInfo__input input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.consultationInfo__input:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.consultationInfo__types{flex-wrap:wrap;gap:12px;display:flex}.consultationInfo__types button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-size:.82rem;font-weight:600;transition:all .25s;display:flex}.consultationInfo__types button svg{font-size:1rem}.consultationInfo__types button:hover{color:#2563eb;border-color:#2563eb}.consultationInfo__types button.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 10px 25px #2563eb40}.consultationInfo textarea{resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;min-height:120px;padding:15px;font-size:.9rem;line-height:1.6}.consultationInfo textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}@media (width<=768px){.consultationInfo{border-radius:22px;padding:20px}.consultationInfo__types{flex-direction:column}.consultationInfo__types button{justify-content:center;width:100%}}.couponSection{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:26px;margin-top:24px;padding:30px;box-shadow:0 20px 60px #0f172a0d}.couponSection__header{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.couponSection__icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:16px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.couponSection__icon svg{font-size:1.2rem}.couponSection__header h3{color:#0f172a;margin:0;font-size:1.08rem;font-weight:700}.couponSection__header p{color:#64748b;margin-top:6px;font-size:.9rem;line-height:1.6}.couponSection__input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;height:56px;padding:0 18px;transition:all .3s;display:flex}.couponSection__input:hover{border-color:#bfdbfe}.couponSection__input:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.couponSection__input svg{color:#64748b;font-size:1.15rem}.couponSection__input input{letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;font-size:.95rem;font-weight:600}.couponSection__hint{color:#64748b;align-items:center;gap:8px;margin-top:14px;font-size:.85rem;display:flex}.couponSection__hint svg{color:#2563eb;flex-shrink:0}.couponMessage{border-radius:14px;align-items:center;gap:10px;margin-top:18px;padding:14px 16px;font-size:.9rem;font-weight:600;display:flex}.couponMessage svg{font-size:1.15rem}.couponMessage.success{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.couponMessage.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}@media (width<=768px){.couponSection{border-radius:22px;padding:22px}}.consultationBookingForm{background:radial-gradient(circle at 0 0,#2563eb14,#0000 35%),radial-gradient(circle at 100% 100%,#3b82f60f,#0000 35%),linear-gradient(#f8fafc 0%,#fff 45%,#f8fafc 100%);padding:120px 0;position:relative;overflow:hidden}.consultationBookingForm:before{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#2563eb1f,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-250px;right:-180px}.consultationBookingForm:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#3b82f614,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-180px;left:-120px}.consultationBookingForm .container{z-index:2;position:relative}.consultationBookingForm__header{text-align:center;max-width:760px;margin:0 auto 60px}.consultationBookingForm__header span{color:#2563eb;letter-spacing:.18em;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;justify-content:center;align-items:center;padding:10px 22px;font-size:.74rem;font-weight:800;display:inline-flex}.consultationBookingForm__header h2{letter-spacing:-2px;color:#0f172a;margin-top:22px;font-size:clamp(2.6rem,5vw,4rem);font-weight:850;line-height:1.05}.consultationBookingForm__header p{color:#64748b;max-width:650px;margin:20px auto 0;font-size:1.05rem;line-height:1.9}.bookingProgress{justify-content:center;align-items:center;max-width:820px;margin:0 auto 55px;display:flex}.bookingProgress__item{flex-direction:column;flex-shrink:0;align-items:center;gap:12px;display:flex}.bookingProgress__circle{color:#64748b;background:#fff;border:2px solid #dbeafe;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-weight:800;transition:all .35s;display:flex;box-shadow:0 12px 30px #0f172a0d}.bookingProgress__item.active .bookingProgress__circle{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;transform:translateY(-4px);box-shadow:0 20px 45px #2563eb40}.bookingProgress__item span{color:#64748b;font-size:.82rem;font-weight:700}.bookingProgress__item.active span{color:#2563eb}.bookingProgress__line{background:linear-gradient(90deg,#2563eb,#dbeafe);flex:1;height:2px;margin:0 14px}.consultationBookingForm__wrapper{flex-direction:column;gap:28px;max-width:920px;margin:auto;display:flex}.consultationBookingForm fieldset{border:none;flex-direction:column;gap:28px;margin:0;padding:0;display:flex}.consultationBookingForm fieldset:disabled{opacity:.65;pointer-events:none}.consultationBookingForm__error{color:#dc2626;background:linear-gradient(#fef2f2,#fff5f5);border:1px solid #fecaca;border-radius:18px;max-width:920px;margin:0 auto 30px;padding:18px 22px;font-weight:600;box-shadow:0 15px 40px #dc262614}.bookingLoadingOverlay{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bookingLoadingCard{text-align:center;background:#fff;border:1px solid #fffc;border-radius:30px;width:min(430px,92vw);padding:45px;box-shadow:0 35px 90px #0f172a26}.bookingLoadingCard h3{color:#0f172a;margin-top:28px}.bookingLoadingCard p{color:#64748b;margin-top:12px}.bookingLoadingCard ul{text-align:left;color:#475569;gap:12px;margin-top:28px;padding:0;font-size:.92rem;list-style:none;display:grid}.bookingLoader{border:5px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:70px;height:70px;margin:auto;animation:.9s linear infinite bookingSpin}@keyframes bookingSpin{to{transform:rotate(360deg)}}.consultationBookingForm__wrapper>div{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#fffffffa,#f8fafcf0);border:1px solid #ffffffe6;border-radius:32px;padding:36px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd9,0 30px 70px #0f172a0f}.consultationBookingForm__wrapper>div:hover{transform:translateY(-6px);box-shadow:inset 0 1px #fffffff2,0 40px 90px #0f172a14}.consultationBookingForm__wrapper>div:before{content:"";background:linear-gradient(#2563eb,#3b82f6);width:5px;height:100%;position:absolute;top:0;left:0}.consultationBookingForm__wrapper>div:after{content:"";filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#2563eb14,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-100px}.consultationBookingForm__review{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:30px;grid-template-columns:repeat(3,1fr);gap:20px;padding:34px;display:grid;box-shadow:0 35px 70px #0f172a40}.consultationBookingForm__review>div{position:relative}.consultationBookingForm__review>div:not(:last-child):after{content:"";background:#ffffff14;width:1px;height:55px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.consultationBookingForm__review span{color:#fff9;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;display:block}.consultationBookingForm__review strong{color:#fff;margin-top:10px;font-size:1.8rem;font-weight:800;display:block}.consultationBookingForm__review small{color:#ffffff8c;margin-top:6px;display:block}.consultationBookingForm__submit{cursor:pointer;color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:18px;width:100%;height:64px;font-size:1rem;font-weight:700;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 25px 50px #2563eb4d}.consultationBookingForm__submit:hover{transform:translateY(-4px);box-shadow:0 35px 70px #2563eb61}.consultationBookingForm__submit:active{transform:scale(.985)}.consultationBookingForm__submit:before{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:60%;height:100%;transition:all 1s;position:absolute;top:0;left:-120%}.consultationBookingForm__submit:hover:before{left:150%}.consultationBookingForm__submit span{margin-left:10px;transition:all .35s}.consultationBookingForm__submit:hover span{transform:translate(8px)}.consultationBookingForm input,.consultationBookingForm textarea,.consultationBookingForm select{transition:all .3s}.consultationBookingForm input:focus,.consultationBookingForm textarea:focus,.consultationBookingForm select:focus{transform:translateY(-2px)}.consultationBookingForm button:disabled{opacity:.7;cursor:not-allowed;transform:none}.consultationBookingForm input:disabled,.consultationBookingForm textarea:disabled,.consultationBookingForm select:disabled{opacity:.7}@media (width<=992px){.consultationBookingForm{padding:90px 0}.consultationBookingForm__header{margin-bottom:50px}.consultationBookingForm__header h2{font-size:clamp(2.2rem,6vw,3rem)}.bookingProgress{gap:10px}.bookingProgress__line{margin:0}.consultationBookingForm__wrapper{gap:22px}.consultationBookingForm__wrapper>div{border-radius:26px;padding:28px}.consultationBookingForm__review{text-align:center;grid-template-columns:1fr;gap:22px}.consultationBookingForm__review>div:after{display:none}.consultationBookingForm__submit{height:60px}}@media (width<=768px){.consultationBookingForm{padding:70px 0}.consultationBookingForm:before,.consultationBookingForm:after{display:none}.consultationBookingForm__header{margin-bottom:40px}.consultationBookingForm__header span{padding:8px 16px;font-size:.7rem}.consultationBookingForm__header h2{letter-spacing:-1px;font-size:2rem}.consultationBookingForm__header p{font-size:.95rem;line-height:1.75}.bookingProgress{scrollbar-width:none;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.bookingProgress::-webkit-scrollbar{display:none}.bookingProgress__item{min-width:95px}.bookingProgress__circle{width:46px;height:46px;font-size:.9rem}.bookingProgress__item span{white-space:nowrap;font-size:.75rem}.bookingProgress__line{min-width:45px}.consultationBookingForm__wrapper{gap:20px}.consultationBookingForm__wrapper>div{border-radius:22px;padding:24px}.consultationBookingForm__error{border-radius:16px;padding:16px;font-size:.92rem}.consultationBookingForm__review{border-radius:22px;padding:24px}.consultationBookingForm__review strong{font-size:1.55rem}.consultationBookingForm__submit{border-radius:16px;height:58px;font-size:.95rem}.bookingLoadingCard{border-radius:24px;width:92%;padding:32px 24px}.bookingLoader{width:58px;height:58px}}@media (width<=480px){.consultationBookingForm{padding:60px 0}.consultationBookingForm__header{margin-bottom:32px}.consultationBookingForm__header h2{font-size:1.75rem}.consultationBookingForm__header p{font-size:.9rem}.consultationBookingForm__wrapper>div{border-radius:20px;padding:20px}.consultationBookingForm__review{padding:20px}.consultationBookingForm__review span{font-size:.7rem}.consultationBookingForm__review strong{font-size:1.35rem}.consultationBookingForm__submit{height:56px;font-size:.92rem}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.consultationBookingForm__wrapper>*{animation:.6s both fadeSlide}.consultationBookingForm__wrapper>:first-child{animation-delay:50ms}.consultationBookingForm__wrapper>:nth-child(2){animation-delay:.12s}.consultationBookingForm__wrapper>:nth-child(3){animation-delay:.18s}.consultationBookingForm__wrapper>:nth-child(4){animation-delay:.24s}.consultationBookingForm__wrapper>:nth-child(5){animation-delay:.3s}.consultationBookingForm__wrapper>:nth-child(6){animation-delay:.36s}.bookingSummary{background:radial-gradient(circle at 0 0,#dbeafe 0%,#0000 35%),radial-gradient(circle at 100% 100%,#eff6ff 0%,#0000 35%),linear-gradient(#f8fafc,#fff);padding:110px 0;position:relative;overflow:hidden}.bookingSummary:before{content:"";background:#2563eb0d;border-radius:50%;width:450px;height:450px;position:absolute;top:-220px;right:-180px}.bookingSummary:after{content:"";background:#3b82f60d;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-170px;left:-170px}.bookingSummary .container{z-index:2;position:relative}.bookingSummary__hero{text-align:center;max-width:760px;margin:0 auto 70px}.bookingSummary__successIcon{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;place-items:center;width:82px;height:82px;margin:0 auto 28px;font-size:2.6rem;display:grid;box-shadow:0 20px 45px #22c55e59}.bookingSummary__hero span{color:#2563eb;letter-spacing:.12em;text-transform:uppercase;background:#eff6ff;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:.76rem;font-weight:800;display:inline-flex}.bookingSummary__hero h2{color:#0f172a;letter-spacing:-1.5px;margin-top:22px;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1}.bookingSummary__hero p{color:#64748b;max-width:620px;margin:22px auto 0;font-size:1.05rem;line-height:1.8}.bookingSummary__layout{grid-template-columns:1.7fr .9fr;align-items:start;gap:40px;display:grid}.bookingSummary__content{flex-direction:column;gap:26px;display:flex}.summaryCard{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:34px;transition:all .35s;box-shadow:0 25px 70px #0f172a0f}.summaryCard:hover{transform:translateY(-4px);box-shadow:0 30px 80px #0f172a17}.summaryCard__header{border-bottom:1px solid #edf2f7;align-items:center;gap:18px;margin-bottom:26px;padding-bottom:24px;display:flex}.summaryCard__icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:18px;flex-shrink:0;place-items:center;width:60px;height:60px;font-size:1.55rem;display:grid}.summaryCard__header span{color:#94a3b8;letter-spacing:.15em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.summaryCard__header h3{color:#0f172a;margin-top:6px;font-size:1.35rem}.summaryGrid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.summaryGrid>div{background:#f8fafc;border:1px solid #edf2f7;border-radius:18px;flex-direction:column;gap:8px;padding:18px;transition:all .3s;display:flex}.summaryGrid>div:hover{background:#fff;border-color:#dbeafe;box-shadow:0 10px 25px #2563eb14}.summaryGrid label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.summaryGrid strong{color:#0f172a;font-size:1rem;font-weight:700;line-height:1.5}.bookingSummary__sidebar{align-self:start;position:sticky;top:120px}.checkoutCard{color:#fff;background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:32px;padding:38px;position:relative;overflow:hidden;box-shadow:0 35px 80px #0f172a47}.checkoutCard:before{content:"";background:#ffffff0d;border-radius:50%;width:260px;height:260px;position:absolute;top:-120px;right:-100px}.checkoutCard__top{z-index:2;align-items:center;gap:18px;margin-bottom:32px;display:flex;position:relative}.checkoutCard__icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:20px;flex-shrink:0;place-items:center;width:64px;height:64px;font-size:1.7rem;display:grid}.checkoutCard__top span{color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700;display:block}.checkoutCard__top h3{color:#fff;margin-top:6px;font-size:1.45rem}.checkoutBreakdown{z-index:2;flex-direction:column;gap:16px;margin-bottom:30px;display:flex;position:relative}.checkoutRow{color:#ffffffd9;justify-content:space-between;align-items:center;gap:20px;display:flex}.checkoutRow span{align-items:center;gap:8px;font-size:.92rem;display:flex}.checkoutRow strong{font-size:.95rem;font-weight:700}.checkoutRow.success{color:#4ade80}.checkoutRow.discount{color:#22c55e}.checkoutDivider{background:#ffffff1f;height:1px;margin:8px 0}.checkoutRow.total{padding-top:8px}.checkoutRow.total span{font-size:1rem;font-weight:700}.checkoutRow.total strong{color:#fff;font-size:2rem}.checkoutFeatures{z-index:2;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:16px;margin-bottom:30px;padding:28px 0;display:flex;position:relative}.checkoutFeatures div{color:#ffffffd1;align-items:center;gap:12px;font-size:.9rem;display:flex}.checkoutFeatures svg{color:#60a5fa;flex-shrink:0;font-size:1.2rem}.checkoutButton{color:#0f172a;cursor:pointer;z-index:2;background:#fff;border:none;border-radius:18px;justify-content:center;align-items:center;gap:12px;width:100%;height:62px;font-size:1rem;font-weight:800;transition:all .35s;display:flex;position:relative}.checkoutButton:hover{transform:translateY(-4px);box-shadow:0 22px 45px #00000038}.checkoutButton svg{transition:all .35s}.checkoutButton:hover svg{transform:translate(5px)}.checkoutCard small{color:#ffffff8c;text-align:center;z-index:2;margin-top:22px;font-size:.82rem;line-height:1.7;display:block;position:relative}@media (width<=1100px){.bookingSummary__layout{grid-template-columns:1fr;gap:40px}.bookingSummary__sidebar{position:relative;top:0}}@media (width<=900px){.bookingSummary{padding:90px 0}.bookingSummary__hero{margin-bottom:55px}.bookingSummary__hero h2{font-size:clamp(2rem,6vw,3rem)}.summaryCard{border-radius:24px;padding:28px}.summaryCard__icon{width:56px;height:56px}.checkoutCard{border-radius:28px;padding:30px}}@media (width<=768px){.bookingSummary{padding:70px 0}.bookingSummary:before,.bookingSummary:after{display:none}.bookingSummary__hero{margin-bottom:45px}.bookingSummary__successIcon{width:72px;height:72px;font-size:2.2rem}.bookingSummary__hero h2{font-size:2rem}.bookingSummary__hero p{font-size:.95rem}.summaryGrid{grid-template-columns:1fr}.summaryCard{border-radius:22px;padding:24px}.summaryCard__header{gap:14px;margin-bottom:20px;padding-bottom:20px}.summaryCard__icon{border-radius:16px;width:52px;height:52px;font-size:1.35rem}.checkoutCard{border-radius:24px;padding:28px}.checkoutCard__top{margin-bottom:24px}.checkoutCard__icon{border-radius:18px;width:56px;height:56px}.checkoutRow.total strong{font-size:1.7rem}.checkoutButton{border-radius:16px;height:58px}}@media (width<=480px){.bookingSummary{padding:60px 0}.bookingSummary__hero{margin-bottom:36px}.bookingSummary__hero h2{font-size:1.7rem}.bookingSummary__hero p{font-size:.9rem}.summaryCard{padding:20px}.summaryCard__header{flex-direction:column;align-items:flex-start}.summaryGrid>div{padding:16px}.checkoutCard{padding:22px}.checkoutRow{font-size:.9rem}.checkoutRow.total strong{font-size:1.5rem}.checkoutButton{height:56px;font-size:.92rem}}.bookingSummary__hero,.summaryCard{animation:.6s both fadeUp}.summaryCard:first-child{animation-delay:80ms}.summaryCard:nth-child(2){animation-delay:.16s}.summaryCard:nth-child(3){animation-delay:.24s}.bookingSummary__sidebar{animation:.6s .32s both fadeUp}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.bookingSummary__successIcon{animation:.6s fadeUp,4s ease-in-out infinite floating}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.checkoutButton:focus-visible{outline-offset:4px;outline:3px solid #60a5fa73}.summaryCard:focus-within{border-color:#bfdbfe;box-shadow:0 20px 45px #2563eb1f}
