@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Noto+Nastaliq+Urdu:wght@400;600&display=swap";.navbar{z-index:1000;height:var(--nav-h);transition:all .35s var(--ease);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border), 0 8px 24px #0f172a12;background:#ffffffe6;height:64px}.navbar__inner{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.brand{flex-shrink:0;align-items:center;gap:11px;display:flex}.brand-logo{object-fit:contain;border-radius:8px;width:auto;height:42px}.brand-mark{background:var(--grad-primary);color:#fff;width:42px;height:42px;transition:transform .3s var(--ease-spring);border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 20px #2563eb59}.brand:hover .brand-mark{transform:rotate(-8deg)scale(1.05)}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-text strong{color:#fff;font-family:Sora,sans-serif;font-size:17px;font-weight:800}.brand-text span{color:#fff9;letter-spacing:.03em;font-size:11px}.navbar.scrolled .brand-text strong{color:var(--ink)}.navbar.scrolled .brand-text span{color:var(--muted)}.nav-links{align-items:center;gap:28px;display:flex}.nav-link{color:#fffc;padding:6px 0;font-size:14px;font-weight:600;transition:color .2s;position:relative}.navbar.scrolled .nav-link{color:var(--muted)}.nav-link:after{content:"";background:var(--grad-blue-cyan);width:0;height:2px;transition:width .25s var(--ease);border-radius:2px;position:absolute;bottom:-2px;left:0}.nav-link:hover{color:#fff}.navbar.scrolled .nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.nav-cta{align-items:center;gap:12px;display:flex}.nav-cta .btn{padding:11px 22px;font-size:14px}.btn-ghost-white{color:#fff;transition:all .25s var(--ease);background:#ffffff1f;border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn-ghost-white:hover{background:#ffffff38}.navbar.scrolled .btn-ghost-white{background:var(--bg-soft);color:var(--ink);border-color:var(--border)}.hamburger{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.nav-login-mobile{display:none!important}.hamburger span{width:22px;height:2px;transition:transform .3s var(--ease), opacity .3s;background:#fff;border-radius:2px}.navbar.scrolled .hamburger span{background:var(--ink)}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=920px){.navbar{z-index:10000;background:#0f172a}.navbar.scrolled{background:#fff;height:60px}.nav-links{z-index:99999;width:100%;height:100dvh;transition:transform .35s var(--ease);-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding:100px 24px 32px;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-link{border-bottom:1px solid var(--border);padding:18px 8px;font-size:17px;font-weight:600;color:var(--ink)!important}.nav-link:last-of-type{border-bottom:none}.nav-link:after,.nav-cta{display:none}.nav-cta-mobile{margin-top:28px;display:flex}.nav-cta-mobile .btn{text-align:center;justify-content:center;width:100%;padding:16px 22px;font-size:16px;font-weight:700}.hamburger{z-index:100000;display:flex;position:relative}.nav-login-mobile{z-index:100000;border-radius:50px;padding:10px 18px;font-size:13px;font-weight:700;position:relative;display:inline-flex!important}.navbar__inner{z-index:100000;padding:0 16px;position:relative}.brand{z-index:100000;position:relative}.brand-logo{height:36px}.brand-text strong{font-size:15px}.brand-mark{border-radius:10px;width:38px;height:38px}}.nav-cta-mobile{display:none}.hero{min-height:100svh;padding:calc(var(--nav-h) + 60px) 0 0;background:#030712;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero-noise{opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-gradient-orb{filter:blur(100px);pointer-events:none;border-radius:50%;animation:25s ease-in-out infinite orbDrift;position:absolute}.hero-gradient-orb--1{background:radial-gradient(circle,#2563eb66 0%,#0000 70%);width:700px;height:700px;top:-20%;right:-10%}.hero-gradient-orb--2{background:radial-gradient(circle,#7c3aed40 0%,#0000 70%);width:500px;height:500px;animation-delay:-8s;bottom:-10%;left:-5%}.hero-gradient-orb--3{background:radial-gradient(circle,#06b6d433 0%,#0000 70%);width:400px;height:400px;animation-delay:-15s;top:50%;left:40%}@keyframes orbDrift{0%,to{transform:translate(0)scale(1)}25%{transform:translate(40px,-30px)scale(1.05)}50%{transform:translate(-20px,40px)scale(.95)}75%{transform:translate(30px,20px)scale(1.02)}}.hero-grid-overlay{pointer-events:none;opacity:.04;background-image:linear-gradient(#ffffff80 1px,#0000 1px),linear-gradient(90deg,#ffffff80 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60% at 50% 40%,#000,#0000);mask-image:radial-gradient(60% 60% at 50% 40%,#000,#0000)}.hero-radial-fade{pointer-events:none;background:radial-gradient(80% 70% at 50% 30%,#0000 40%,#030712 100%);position:absolute;inset:0}.hero__inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.hero-content{flex-direction:column;display:flex}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content;animation:fadeUp .8s var(--ease) .2s both;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 18px 8px 12px;display:inline-flex}.hero-badge__pulse{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2.5s ease-in-out infinite pulse;box-shadow:0 0 #10b98199}@keyframes pulse{0%,to{box-shadow:0 0 #10b98199}50%{box-shadow:0 0 0 8px #10b98100}}.hero-badge__text{color:#fffc;letter-spacing:.02em;font-size:13px;font-weight:600}.hero-title{animation:fadeUp .8s var(--ease) .35s both;margin-bottom:28px;font-size:clamp(40px,5.5vw,72px);font-weight:800;line-height:1.05}.hero-title__line{color:#fff;display:block}.hero-title__accent{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 40%,#34d399 100%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:8s infinite gradientMove}@keyframes gradientMove{0%,to{background-position:0%}50%{background-position:100%}}.hero-subtitle{color:#ffffff80;max-width:500px;animation:fadeUp .8s var(--ease) .5s both;margin-bottom:40px;font-size:17px;line-height:1.75}.hero-cta{animation:fadeUp .8s var(--ease) .65s both;flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero-btn{transition:all .3s var(--ease);border-radius:60px;align-items:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.hero-btn--primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 8px 32px #2563eb66,inset 0 1px #ffffff26}.hero-btn--primary:hover{transform:translateY(-3px);box-shadow:0 16px 48px #2563eb80,inset 0 1px #fff3}.hero-btn--ghost{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff26}.hero-btn--ghost:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}.hero-trust{animation:fadeUp .8s var(--ease) .8s both;align-items:center;gap:14px;display:flex}.hero-trust__avatars{display:flex}.hero-trust__avatar{color:#fff;border:2px solid #030712;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-8px;font-size:12px;font-weight:700;display:flex}.hero-trust__avatar:first-child{margin-left:0}.hero-trust__text strong{color:#ffffffd9;font-size:13px;display:block}.hero-trust__text span{color:#fff6;font-size:12px}.hero-visual{height:520px;animation:visualIn 1.2s var(--ease) .4s both;position:relative}@keyframes visualIn{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-visual__glow{background:radial-gradient(#2563eb26 0%,#0000 60%);border-radius:50%;width:100%;height:100%;animation:4s ease-in-out infinite glowPulse;position:absolute}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.hero-visual__img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000080);z-index:2;width:auto;max-height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-visual__card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#0f172acc;border:1px solid #ffffff14;border-radius:20px;width:340px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0f}.hv-topbar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 16px;display:flex}.hv-topbar__dots{gap:5px;display:flex}.hv-topbar__dots span{border-radius:50%;width:7px;height:7px}.hv-topbar__dots span:first-child{background:#ef4444}.hv-topbar__dots span:nth-child(2){background:#f59e0b}.hv-topbar__dots span:nth-child(3){background:#10b981}.hv-topbar__label{color:#fff6;flex:1;font-size:10px}.hv-topbar__live{color:#10b981;letter-spacing:.05em;align-items:center;gap:5px;font-size:9px;font-weight:700;display:flex}.hv-live-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hv-body{padding:16px}.hv-courses{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.hv-course-item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;transition:all .25s;display:flex}.hv-course-item--active{background:#2563eb1a;border-color:#2563eb40}.hv-course-icon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:flex}.hv-course-info{flex:1;min-width:0}.hv-course-info strong{color:#ffffffd9;font-size:11.5px;font-weight:600;display:block}.hv-course-info span{color:#fff6;font-size:10px}.hv-course-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;padding:3px 8px;font-size:9px;font-weight:700}.hv-course-progress{background:#ffffff14;border-radius:2px;width:50px;height:4px;overflow:hidden}.hv-course-progress__bar{background:linear-gradient(90deg,#f59e0b,#ef4444);border-radius:2px;height:100%;animation:2s ease-out 1.5s both progressGrow}@keyframes progressGrow{0%{width:0}}.hv-performance{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:12px}.hv-performance__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.hv-performance__header span:first-child{color:#ffffff80;font-size:10px;font-weight:600}.hv-performance__up{color:#10b981;font-size:10px;font-weight:700}.hv-chart-area{height:50px}.hv-chart-svg{width:100%;height:100%}.hv-chart-line{stroke-dasharray:400;stroke-dashoffset:400px;animation:2.5s ease-out 1s forwards drawLine}.hv-chart-fill{opacity:0;animation:.5s 2.5s forwards fadeIn}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeIn{to{opacity:1}}.hv-float{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#0a0f1ed9;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;animation:7s ease-in-out infinite floatBadge;display:flex;position:absolute;box-shadow:0 12px 40px #0006}.hv-float__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hv-float__icon--gold{background:linear-gradient(135deg,#f59e0b,#d97706)}.hv-float__icon--cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}.hv-float__icon--green{background:linear-gradient(135deg,#10b981,#059669)}.hv-float strong{font-size:12px;font-weight:700;display:block}.hv-float span{color:#ffffff73;font-size:10px}.hv-float--success{animation-delay:0s;top:4%;left:-8%}.hv-float--bilingual{animation-delay:-2.5s;top:40%;right:-14%}.hv-float--live{animation-delay:-5s;bottom:12%;left:-4%}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hv-notification{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideInRight 1s var(--ease) 2s both, floatBadge 6s ease-in-out 3s infinite;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;align-items:center;gap:8px;padding:8px 14px 8px 10px;display:flex;position:absolute;bottom:4%;right:-6%}.hv-notification__check{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.hv-notification span{color:#ffffffb3;white-space:nowrap;font-size:11px}.hv-notification strong{color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.hero-stats-wrapper{z-index:3;margin-top:80px;padding-bottom:40px;position:relative}.hero-stats{background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 0 60px #2563eb14,inset 0 1px #ffffff0d}.hero-stat{text-align:center;background:#ffffff05;flex-direction:column;align-items:center;gap:6px;padding:28px 20px;transition:background .3s,box-shadow .3s;display:flex}.hero-stat:hover{background:#ffffff0f;box-shadow:inset 0 0 30px #60a5fa14}.hero-stat__icon{color:#60a5fa;background:#2563eb1a;border:1px solid #2563eb33;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;display:flex}.hero-stat strong{background:linear-gradient(135deg,#fff 30%,#60a5fa 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:clamp(24px,2.8vw,36px);font-weight:800;display:block}.hero-stat span{color:#ffffff73;font-size:12px;font-weight:500}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero__inner{text-align:center;grid-template-columns:1fr;gap:40px}.hero-content{align-items:center}.hero-subtitle{margin-inline:auto}.hero-cta,.hero-trust{justify-content:center}.hero-visual{width:100%;max-width:440px;height:380px;margin:0 auto}.hv-float--success{left:0}.hv-float--bilingual{right:-2%}.hv-float--live{left:2%}.hv-notification{right:0}}@media (width<=768px){.hero{padding-top:calc(var(--nav-h) + 32px)}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stat{padding:20px 14px}.hero-stat__icon{border-radius:10px;width:36px;height:36px}.hero-visual,.hv-float,.hv-notification,.hero-visual__glow{display:none}.hero-stats-wrapper{margin-top:50px}.hero-badge__text{font-size:12px}}@media (width<=480px){.hero-title{font-size:32px}.hero-subtitle{margin-bottom:28px;font-size:14.5px}.hero-btn{padding:14px 22px;font-size:14px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:32px}.hero-cta .hero-btn{justify-content:center;width:100%}.hero-visual{height:220px}.hero-visual__card{width:200px}.hv-float,.hv-notification,.hero-visual__glow{display:none}.hero-trust__avatar{width:32px;height:32px;font-size:11px}.hero-stats-wrapper{margin-top:36px;padding-bottom:20px}.hero-stat strong{font-size:clamp(20px,6vw,28px)}.hero-stat span{font-size:11px}.hero-stat{gap:4px;padding:18px 10px}.hero-stat__icon{border-radius:8px;width:32px;height:32px}.hero-badge{margin-bottom:24px;padding:6px 14px 6px 10px}}.marquee-strip{background:#fff;border-top:1px solid #e2e8f4;border-bottom:1px solid #e2e8f4;padding:16px 0;position:relative;overflow:hidden}.marquee-strip:before,.marquee-strip:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.marquee-strip:before{background:linear-gradient(90deg,#fff,#0000);left:0}.marquee-strip:after{background:linear-gradient(270deg,#fff,#0000);right:0}.marquee-inner{width:fit-content;animation:30s linear infinite scrollMarquee;display:flex}.marquee-inner:hover{animation-play-state:paused}.marquee-track{flex-shrink:0;display:flex}.marquee-item{white-space:nowrap;color:#1e2d45;flex-shrink:0;align-items:center;gap:12px;padding:0 36px;font-family:Sora,sans-serif;font-size:14px;font-weight:600;display:flex}.marquee-item .mdot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:7px;height:7px}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.feature-card{border:1px solid var(--border);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;background:#fff;border-radius:20px;padding:30px 24px;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#eff6ff,#ede9fe);transition:opacity .3s;position:absolute;inset:0}.feature-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 24px 50px #2563eb24}.feature-card:hover:before{opacity:1}.feature-card>*{z-index:1;position:relative}.feature-ic{color:#fff;width:52px;height:52px;transition:transform .3s var(--ease-spring);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-card:hover .feature-ic{transform:scale(1.1)rotate(-6deg)}.feature-ic svg{width:24px;height:24px}.feature-ic.ic-blue{background:var(--grad-primary);box-shadow:0 10px 24px #2563eb66}.feature-ic.ic-cyan{background:linear-gradient(135deg,#06b6d4,#2563eb);box-shadow:0 10px 24px #06b6d466}.feature-ic.ic-violet{background:linear-gradient(135deg,#7c3aed,#4f46e5);box-shadow:0 10px 24px #7c3aed66}.feature-ic.ic-gold{background:linear-gradient(135deg,#f59e0b,#ef4444);box-shadow:0 10px 24px #f59e0b66}.feature-card h3{margin-bottom:9px;font-size:16.5px}.feature-card p{color:var(--muted);font-size:14px;line-height:1.65}@media (width<=980px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.features-grid{grid-template-columns:1fr}}.course-tabs{border:1px solid var(--border);background:#fffc;border-radius:20px;flex-wrap:wrap;gap:8px;margin-bottom:36px;padding:8px;display:flex}.course-tab{color:var(--muted);transition:all .25s var(--ease);cursor:pointer;background:0 0;border:none;border-radius:50px;padding:10px 18px;font-size:13.5px;font-weight:600}.course-tab:hover{color:var(--primary)}.course-tab.active{background:var(--grad-primary);color:#fff;box-shadow:0 8px 24px #2563eb59}.courses-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.course-card{border:1px solid var(--border);transition:transform .3s var(--ease), box-shadow .3s var(--ease);background:#fff;border-radius:20px;flex-direction:column;padding:26px;display:flex;position:relative;overflow:hidden}.course-card:before{content:"";background:var(--grad-blue-cyan);transform-origin:0;height:3px;transition:transform .35s var(--ease);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.course-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 48px #2563eb1f}.course-card:hover:before{transform:scaleX(1)}.course-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}.course-level{color:var(--primary);background:#eff6ff;border-radius:50px;padding:4px 12px;font-size:11.5px;font-weight:700}.course-badge{color:#fff;background:var(--grad-blue-cyan);border-radius:50px;padding:4px 11px;font-size:11px;font-weight:700}.course-card h3{margin-bottom:9px;font-size:17.5px;line-height:1.25}.course-card p{color:var(--muted);flex-grow:1;margin-bottom:20px;font-size:13.5px;line-height:1.65}.course-foot{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:10px;padding-top:16px;display:flex}.course-price{color:var(--primary-dark);font-family:Sora,sans-serif;font-size:17px;font-weight:800}.course-price small{color:var(--muted);font-size:12px;font-weight:500}.course-link{color:var(--primary);align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}.course-link svg{width:13px;height:13px;transition:transform .2s}.course-card:hover .course-link svg{transform:translate(3px)}@media (width<=980px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=580px){.courses-grid{grid-template-columns:1fr;gap:14px}.course-tabs{flex-direction:column;gap:4px}.course-card{padding:20px}}.achievements{color:#fff;background:linear-gradient(145deg,#030712 0%,#0f172a 50%,#030712 100%);padding:80px 0;position:relative;overflow:hidden}.achievements:before{content:"";background-image:linear-gradient(#60a5fa0f 1px,#0000 1px),linear-gradient(90deg,#60a5fa0f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.achievements:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb33,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.achv-grid{z-index:1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;position:relative;overflow:hidden;box-shadow:0 0 80px #2563eb14,inset 0 1px #ffffff0d}.achv-item{text-align:center;background:#ffffff05;padding:48px 24px;transition:background .4s,box-shadow .4s;position:relative}.achv-item:after{content:"";opacity:0;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:2px;width:40px;height:3px;transition:opacity .3s,width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.achv-item:hover{background:#ffffff0f;box-shadow:inset 0 0 40px #60a5fa0f}.achv-item:hover:after{opacity:1;width:60px}.achv-num{background:linear-gradient(135deg,#fff 20%,#60a5fa 80%);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-family:Sora,sans-serif;font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1}.achv-label{color:#ffffff80;letter-spacing:.02em;font-size:14px;font-weight:500}@media (width<=768px){.achv-grid{grid-template-columns:repeat(2,1fr)}.achv-item{padding:28px 16px}.achv-num{font-size:clamp(28px,8vw,40px)}}@media (width<=420px){.achv-grid{grid-template-columns:1fr}.achv-item{padding:24px 16px}}.leaders-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.leader-card{border:1px solid var(--border);text-align:center;transition:transform .3s var(--ease), box-shadow .3s;background:#fff;border-radius:22px;padding:32px 26px}.leader-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 24px 50px #2563eb1f}.avatar-circle{background:var(--grad-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-family:Sora,sans-serif;font-size:22px;font-weight:800;display:flex;box-shadow:0 0 0 6px #2563eb1a,0 12px 28px #2563eb59}.avatar-img{object-fit:cover;background:#fff}.avatar-3d-wrapper{width:187px;height:187px;margin:0 auto 18px;position:relative}.avatar-3d-ring{background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 50%,#a5b4fc 100%);border-radius:50%;width:160px;height:160px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #2563eb26,inset 0 -4px 8px #2563eb1a,0 0 0 4px #2563eb14}.avatar-3d-img{object-fit:cover;object-position:top;filter:drop-shadow(0 -4px 10px #00000026);z-index:2;border-radius:50% 50% 46% 46%;width:152px;height:193px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.leader-card:hover .avatar-3d-img{transition:transform .3s;transform:translate(-50%)translateY(-6px)}.leader-card:hover .avatar-3d-ring{transition:box-shadow .3s;box-shadow:0 12px 32px #2563eb40,inset 0 -4px 8px #2563eb26,0 0 0 5px #2563eb1f}.leader-card h4{margin-bottom:4px;font-size:17px}.leader-card .role{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:12.5px;font-weight:700}.leader-card .bio{color:var(--muted);font-size:13.5px;line-height:1.6}.teachers-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}@media (width<=768px){.leaders-grid{grid-template-columns:1fr;gap:16px}.leader-card{text-align:center;padding:28px 20px;display:block}.leader-card h4{margin-bottom:3px;font-size:16px}.leader-card .role{margin-bottom:8px;font-size:11.5px}.leader-card .bio{font-size:13px}.avatar-circle{width:64px;height:64px;margin:0 auto 14px;font-size:20px;box-shadow:0 0 0 5px #2563eb1a,0 8px 20px #2563eb4d}.avatar-3d-wrapper{width:120px;height:120px;margin:0 auto 14px}.avatar-3d-ring{width:100px;height:100px}.avatar-3d-img{width:96px;height:120px}.teachers-grid{grid-template-columns:1fr 1fr;gap:12px}.teachers-grid .leader-card{padding:22px 14px}.teachers-grid .leader-card h4{font-size:14px}.teachers-grid .leader-card .bio{font-size:12px}.teachers-grid .avatar-circle{width:52px;height:52px;font-size:17px}}@media (width<=480px){.teachers-grid{grid-template-columns:1fr 1fr;gap:10px}.teachers-grid .leader-card{padding:18px 12px}}.testimonial-wrap{max-width:800px;margin:0 auto;position:relative}.testimonial-track-outer{border-radius:24px;overflow:hidden}.testimonial-track{transition:transform .55s var(--ease);display:flex}.testimonial-card{text-align:center;border:1px solid var(--border);background:#fff;min-width:100%;padding:50px 52px}.testimonial-stars{color:var(--accent-gold);letter-spacing:3px;margin-bottom:20px;font-size:16px}.testimonial-text{color:var(--ink);margin-bottom:28px;font-family:Sora,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:500;line-height:1.6}.testimonial-author{justify-content:center;align-items:center;gap:13px;display:flex}.testimonial-author-text{text-align:left}.testimonial-author-text strong{font-size:14px;display:block}.testimonial-author-text span{color:var(--muted);font-size:12px}.testimonial-controls{justify-content:center;align-items:center;gap:20px;margin-top:26px;display:flex}.t-arrow{border:1.5px solid var(--border);width:44px;height:44px;transition:all .25s var(--ease);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.t-arrow:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-glow)}.t-dots{gap:7px;display:flex}.t-dot{background:var(--border);width:8px;height:8px;transition:all .25s var(--ease);cursor:pointer;border-radius:50%}.t-dot.active{background:var(--primary);border-radius:50px;width:22px}@media (width<=640px){.testimonial-card{padding:36px 22px}}.timeline{grid-template-columns:repeat(4,1fr);gap:22px;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(90deg, var(--primary-xlight), var(--accent-cyan), var(--primary-xlight));opacity:.5;z-index:0;height:2px;position:absolute;top:36px;left:calc(12.5% + 1px);right:calc(12.5% + 1px)}.timeline-step{z-index:1;text-align:center;position:relative}.timeline-num{border:2px solid var(--primary-xlight);width:72px;height:72px;color:var(--primary);transition:transform .3s var(--ease-spring), box-shadow .3s, background .3s, color .3s;background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-family:Sora,sans-serif;font-size:22px;font-weight:800;display:flex;box-shadow:0 6px 20px #2563eb1f}.timeline-step:hover .timeline-num{background:var(--grad-primary);color:#fff;box-shadow:var(--shadow-glow);border-color:#0000;transform:scale(1.1)}.timeline-step h4{margin-bottom:8px;font-size:16px}.timeline-step p{color:var(--muted);font-size:13.5px;line-height:1.6}@media (width<=860px){.timeline{grid-template-columns:1fr 1fr;gap:32px}.timeline:before{display:none}}@media (width<=480px){.timeline{grid-template-columns:1fr}}.faq-list{flex-direction:column;gap:12px;max-width:740px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border);background:#fff;border-radius:16px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.faq-item.open{border-color:var(--primary-light);box-shadow:0 8px 24px #2563eb1a}.faq-q{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:22px 26px;font-family:Sora,sans-serif;font-size:15.5px;font-weight:600;display:flex}.faq-plus{background:var(--bg-soft);width:30px;height:30px;transition:transform .3s var(--ease), background .3s;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-plus svg{width:14px;height:14px;color:var(--primary)}.faq-item.open .faq-plus{background:var(--grad-primary);transform:rotate(45deg)}.faq-item.open .faq-plus svg{color:#fff}.faq-a{max-height:0;transition:max-height .4s var(--ease);overflow:hidden}.faq-a-inner{color:var(--muted);padding:0 26px 22px;font-size:14.5px;line-height:1.7}.contact-section{background:#060b18;padding:90px 0;position:relative;overflow:hidden}.contact-bg-grid{opacity:.03;background-image:linear-gradient(#ffffff80 1px,#0000 1px),linear-gradient(90deg,#ffffff80 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000,#0000);mask-image:radial-gradient(60% 60%,#000,#0000)}.contact-glow{pointer-events:none;filter:blur(100px);border-radius:50%;position:absolute}.contact-glow--1{background:#2563eb33;width:500px;height:500px;top:-150px;right:-100px}.contact-glow--2{background:#7c3aed1f;width:400px;height:400px;bottom:-100px;left:-100px}.contact-header{text-align:center;max-width:600px;margin:0 auto 60px}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:40px;display:grid}.contact-form-card{background:#0d1424;border:1.5px solid #ffffff14;border-radius:24px;overflow:hidden;box-shadow:0 40px 80px #0006,0 0 0 1px #ffffff08}.contact-form-card__header{background:#ffffff08;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:22px 32px;display:flex}.contact-form-card__header h3{color:#fff;font-size:17px;font-weight:700}.contact-form-card__badge{color:#10b981;letter-spacing:.02em;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;padding:5px 12px;font-size:11px;font-weight:700}.contact-form{flex-direction:column;gap:22px;padding:32px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.form-input-wrap{align-items:center;display:flex;position:relative}.form-input-icon{color:#ffffff4d;pointer-events:none;flex-shrink:0;transition:color .3s;position:absolute;left:16px}.form-input-wrap input{color:#fff;background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:15px 16px 15px 46px;font-family:inherit;font-size:15px;transition:all .25s}.form-input-wrap input::placeholder{color:#ffffff40}.form-input-wrap input:hover{background:#ffffff0f;border-color:#ffffff2e}.form-input-wrap input:focus{background:#3b82f60d;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.form-input-wrap:has(input:focus) .form-input-icon{color:#60a5fa}.form-phone-row{gap:10px;display:flex}.form-country-code{color:#fff;cursor:pointer;appearance:none;background:#ffffff0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' stroke='%2360A5FA' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M1 3l4 4 4-4'/%3E%3C/svg%3E") right 12px center no-repeat;border:1.5px solid #ffffff1a;border-radius:12px;outline:none;flex-shrink:0;width:110px;padding:15px 32px 15px 14px;font-family:inherit;font-size:14px;transition:all .25s}.form-country-code:hover{border-color:#ffffff2e}.form-country-code:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.form-country-code option{color:#fff;background:#0f172a}.form-input-wrap--phone{flex:1}.form-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:17px;font-family:Sora,sans-serif;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 6px 24px #2563eb59}.form-btn:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-2px);box-shadow:0 12px 36px #2563eb80}.form-btn:disabled{opacity:.6;cursor:not-allowed}.form-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-success{text-align:center;color:#10b981;background:#10b98114;border:1px solid #10b98126;border-radius:10px;padding:12px;font-size:13.5px;font-weight:600}.contact-info-side{flex-direction:column;gap:24px;display:flex}.contact-info-card{background:#0d1424;border:1.5px solid #ffffff14;border-radius:20px;padding:32px 28px;box-shadow:0 20px 60px #0000004d}.contact-info-card h4{color:#fff;border-bottom:1px solid #ffffff0f;margin-bottom:24px;padding-bottom:16px;font-size:16px}.ci-item{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.ci-item:last-child{margin-bottom:0}.ci-icon{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f626;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ci-item strong{color:#fff;margin-bottom:3px;font-size:14px;font-weight:600;display:block}.ci-item span{color:#fff6;font-size:13px;line-height:1.5}.contact-promise{background:#10b9810a;border:1px solid #10b9811a;border-radius:16px;flex-direction:column;gap:12px;padding:20px 24px;display:flex}.cp-item{align-items:center;gap:10px;display:flex}.cp-item span{color:#fff9;font-size:13px;font-weight:500}@media (width<=900px){.contact-grid{grid-template-columns:1fr}.contact-header{margin-bottom:36px}}@media (width<=480px){.contact-section{padding:60px 0}.contact-form{gap:18px;padding:20px 16px}.contact-form-card__header{padding:16px}.contact-form-card__header h3{font-size:15px}.form-phone-row{flex-direction:column}.form-country-code{width:100%}.form-input-wrap input{padding:14px 14px 14px 42px;font-size:14px}.form-btn{padding:15px;font-size:14px}.contact-info-card{padding:24px 20px}.ci-item{gap:12px}.ci-icon{width:36px;height:36px}.contact-promise{padding:16px 18px}}.footer{color:#c7d2e8;background:#070f1f;padding:72px 0 0;position:relative}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--primary-light), transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-grid{border-bottom:1px solid #ffffff12;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px;display:grid}.footer-brand .brand-text strong{color:#fff}.footer-tagline{color:#7a8bad;max-width:280px;margin:16px 0 22px;font-size:14px;line-height:1.7}.footer h5{color:#fff;text-transform:uppercase;letter-spacing:.04em;margin-bottom:20px;font-family:Sora,sans-serif;font-size:14px;font-weight:700}.footer-links li{margin-bottom:11px}.footer-links a{color:#8a9bc0;font-size:14px;transition:color .2s}.footer-links a:hover{color:#fff}.footer-socials{gap:8px;margin-top:20px;display:flex}.footer-socials a{width:36px;height:36px;transition:all .25s var(--ease);color:#8a9bc0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-socials a:hover{background:var(--primary);color:#fff;border-color:#0000;transform:translateY(-3px)}.footer-socials svg{width:15px;height:15px}.footer-bottom{color:#4e607f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;font-size:13px;display:flex}@media (width<=920px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=560px){.footer-grid{grid-template-columns:1fr 1fr;gap:24px 16px}.footer-brand{grid-column:1/-1}.footer-tagline{max-width:none;margin:12px 0 16px;font-size:13px}.footer h5{margin-bottom:14px;font-size:13px}.footer-links a,.footer-links li{font-size:13px}.footer-links li{margin-bottom:8px}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:4px;padding:18px 0;font-size:12px}.footer{padding:40px 0 0}.footer-socials a{width:32px;height:32px}.footer-socials{gap:6px;margin-top:14px}}:root{--primary:#2563eb;--primary-dark:#1e3a8a;--primary-mid:#1d4ed8;--primary-light:#60a5fa;--primary-xlight:#bfdbfe;--accent-cyan:#06b6d4;--accent-violet:#7c3aed;--accent-gold:#f59e0b;--ink:#0a1628;--ink-soft:#1e2d45;--muted:#64748b;--muted-light:#94a3b8;--bg-soft:#f0f5ff;--bg-white:#fff;--border:#e2e8f4;--border-subtle:#eff4ff;--grad-primary:linear-gradient(135deg, #2563eb 0%, #1e40af 55%, #1e3a8a 100%);--grad-blue-cyan:linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);--grad-hero:linear-gradient(145deg, #0a1628 0%, #0f2057 40%, #1e1b4b 70%, #0a1628 100%);--shadow-sm:0 2px 12px #0f172a0f;--shadow-md:0 12px 32px #1e3a8a1f;--shadow-glow:0 20px 48px -12px #2563eb80;--ease:cubic-bezier(.2,.8,.2,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--nav-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg-white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.65;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Sora,sans-serif;font-weight:700;line-height:1.13}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{scroll-margin-top:var(--nav-h);padding:80px 0;position:relative}.section.alt{background:var(--bg-soft)}.btn{transition:transform .28s var(--ease), box-shadow .28s var(--ease);white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:9px;padding:15px 30px;font-size:15px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--grad-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)scale(1.02)}.btn-outline-white{color:#fff;background:0 0;border:1.5px solid #ffffff61}.btn-outline-white:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-ghost{color:var(--primary);border:1.5px solid var(--border);background:#fff}.btn-ghost:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);align-items:center;gap:10px;margin-bottom:16px;font-size:12.5px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--grad-blue-cyan);border-radius:2px;flex-shrink:0;width:28px;height:3px}.section-head{max-width:680px;margin-bottom:44px}.section-head.center{text-align:center;margin-inline:auto}.section-title{color:var(--ink);margin-bottom:12px;font-size:clamp(24px,3.4vw,42px)}.section-title .accent{background:var(--grad-blue-cyan);color:#0000;-webkit-background-clip:text;background-clip:text}.section-sub{color:var(--muted);font-size:15px;line-height:1.7}@media (width<=768px){.section{padding:56px 0}}@media (width<=480px){.section{padding:44px 0}.container{padding:0 16px}}.skip-link{background:var(--primary);color:#fff;z-index:9999;border-radius:0 0 10px;padding:10px 18px;font-size:14px;font-weight:600;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay,0s), transform .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay,0s), filter .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay,0s);will-change:opacity, transform;filter:blur(4px)}.reveal--up{transform:translateY(50px)}.reveal--down{transform:translateY(-50px)}.reveal--left{transform:translate(60px)}.reveal--right{transform:translate(-60px)}.reveal--scale{transform:scale(.92)}.reveal--rotate{transform:translateY(40px)rotate(3deg)}.reveal.revealed{opacity:1;filter:blur();transform:translateY(0)translate(0)scale(1)rotate(0)}.reveal-stagger>*{opacity:0;filter:blur(3px);will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.reveal-stagger--up>*{transform:translateY(40px)}.reveal-stagger--left>*{transform:translate(50px)}.reveal-stagger--right>*{transform:translate(-50px)}.reveal-stagger--scale>*{transform:scale(.9)}.reveal-stagger.revealed>*{opacity:1;filter:blur();transform:translateY(0)translate(0)scale(1)}.reveal-stagger.revealed>:first-child{transition-delay:calc(var(--stagger,.1s) * 0)}.reveal-stagger.revealed>:nth-child(2){transition-delay:calc(var(--stagger,.1s) * 1)}.reveal-stagger.revealed>:nth-child(3){transition-delay:calc(var(--stagger,.1s) * 2)}.reveal-stagger.revealed>:nth-child(4){transition-delay:calc(var(--stagger,.1s) * 3)}.reveal-stagger.revealed>:nth-child(5){transition-delay:calc(var(--stagger,.1s) * 4)}.reveal-stagger.revealed>:nth-child(6){transition-delay:calc(var(--stagger,.1s) * 5)}.reveal-stagger.revealed>:nth-child(7){transition-delay:calc(var(--stagger,.1s) * 6)}.reveal-stagger.revealed>:nth-child(8){transition-delay:calc(var(--stagger,.1s) * 7)}.reveal-stagger.revealed>:nth-child(9){transition-delay:calc(var(--stagger,.1s) * 8)}.reveal-stagger.revealed>:nth-child(10){transition-delay:calc(var(--stagger,.1s) * 9)}.reveal-stagger.revealed>:nth-child(11){transition-delay:calc(var(--stagger,.1s) * 10)}.reveal-stagger.revealed>:nth-child(12){transition-delay:calc(var(--stagger,.1s) * 11)}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}.whatsapp-float{z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s,box-shadow .3s;animation:2s ease-in-out infinite whatsappBounce;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #25d36666,0 2px 8px #00000026}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 28px #25d36680,0 4px 12px #0003}@keyframes whatsappBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=480px){.whatsapp-float{width:50px;height:50px;bottom:18px;right:18px}}
