.landing-page{--primary:#38BDF8;--primary-dark:#0EA5E9;--primary-darker:#0284C7;--accent:#FBBF24;--accent-2:#A855F7;--accent-3:#34D399;--dark:#0B1120;--dark-2:#111827;--dark-3:#1F2937;--gray:#64748B;--light:#F8FAFC;--white:#FFFFFF;--gradient-1:linear-gradient(135deg,#38BDF8,#A855F7);--gradient-2:linear-gradient(135deg,#FBBF24,#F97316);--gradient-3:linear-gradient(135deg,#34D399,#38BDF8);--gradient-hero:linear-gradient(135deg,#0B1120,#1E293B 50%,#0F172A);--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 20px 40px rgba(0,0,0,0.12);--shadow-xl:0 30px 60px rgba(56,189,248,0.25);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);line-height:1.6;background:var(--white);overflow-x:hidden;width:100%;scroll-behavior:smooth}.landing-page *{margin:0;padding:0;box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:var(--font-plus-jakarta),sans-serif;font-weight:800;line-height:1.2}.landing-page a{text-decoration:none;color:inherit}.landing-page img{max-width:100%;display:block}.landing-page button{font-family:inherit;cursor:pointer;border:none}.landing-page .container{max-width:1240px;margin:0 auto;padding:0 24px}.landing-page .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.landing-page .navbar.scrolled{padding:12px 0;box-shadow:var(--shadow-md)}.landing-page .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.landing-page .nav-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.landing-page .logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--dark);font-family:var(--font-plus-jakarta),sans-serif}.landing-page .logo-icon{width:40px;height:40px;background:var(--gradient-1);border-radius:12px;display:grid;place-items:center;color:white;font-size:20px;box-shadow:0 8px 20px rgba(56,189,248,.4)}.landing-page .nav-links{display:flex;gap:32px;align-items:center}.landing-page .nav-links a{color:var(--dark-3);font-weight:500;font-size:15px;transition:color .2s ease}.landing-page .nav-links a:hover{color:var(--primary-dark)}.landing-page .nav-cta{display:flex;gap:12px;align-items:center}.landing-page .btn{padding:10px 22px;border-radius:10px;font-weight:600;font-size:14px;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.landing-page .btn-ghost{color:var(--dark-3);background:transparent}.landing-page .btn-ghost:hover{background:rgba(0,0,0,.04)}.landing-page .btn-primary{background:var(--gradient-1);color:white;box-shadow:0 8px 20px rgba(56,189,248,.35)}.landing-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(56,189,248,.5)}.landing-page .btn-lg{padding:14px 30px;font-size:16px;border-radius:12px}.landing-page .mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:0;border-radius:10px;color:var(--dark);padding:0;line-height:1;flex-shrink:0;cursor:pointer;transition:background .2s ease}.landing-page .mobile-toggle:hover{background:rgba(15,23,42,.06)}.landing-page .mobile-menu{display:none}.landing-page .hero{position:relative;min-height:100vh;padding:140px 0 80px;background:var(--gradient-hero);color:white;overflow-x:hidden;overflow-y:visible}.landing-page .hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(56,189,248,.18) 0,transparent 40%),radial-gradient(circle at 80% 60%,rgba(168,85,247,.18) 0,transparent 40%),radial-gradient(circle at 50% 100%,rgba(251,191,36,.1) 0,transparent 50%);pointer-events:none}.landing-page .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:50px 50px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.landing-page .hero-inner{position:relative;z-index:2;max-width:100%;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.3);border-radius:100px;font-size:13px;font-weight:600;color:#7DD3FC;margin-bottom:24px;animation:landing-fadeInUp .8s ease both}.landing-page .hero-badge .pulse{width:8px;height:8px;border-radius:50%;background:#34D399;box-shadow:0 0 0 0 rgba(52,211,153,.7);animation:landing-pulse 2s infinite}@keyframes landing-pulse{0%{box-shadow:0 0 0 0 rgba(52,211,153,.6)}70%{box-shadow:0 0 0 12px rgba(52,211,153,0)}to{box-shadow:0 0 0 0 rgba(52,211,153,0)}}.landing-page .hero h1{font-size:clamp(2.4rem,5vw,4rem);margin-bottom:24px;letter-spacing:-.02em;animation:landing-fadeInUp .8s ease .1s both}.landing-page .hero h1 .gradient-text{background:linear-gradient(135deg,#38BDF8,#FBBF24 50%,#A855F7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-page .hero p{font-size:19px;color:#CBD5E1;margin-bottom:36px;max-width:540px;line-height:1.7;animation:landing-fadeInUp .8s ease .2s both}.landing-page .hero-cta{display:flex;gap:16px;flex-wrap:wrap;animation:landing-fadeInUp .8s ease .3s both}.landing-page .btn-hero-primary{background:var(--gradient-1);color:white;padding:16px 32px;font-size:16px;border-radius:12px;box-shadow:0 10px 30px rgba(56,189,248,.4)}.landing-page .btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(56,189,248,.55)}.landing-page .btn-hero-ghost{background:rgba(255,255,255,.08);color:white;padding:16px 32px;font-size:16px;border-radius:12px;border:1px solid rgba(255,255,255,.18)}.landing-page .btn-hero-ghost:hover{background:rgba(255,255,255,.14)}.landing-page .hero-stats{display:flex;gap:48px;margin-top:56px;animation:landing-fadeInUp .8s ease .4s both}.landing-page .stat-item .stat-value{font-size:32px;font-weight:800;background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-plus-jakarta),sans-serif}.landing-page .stat-item .stat-label{font-size:13px;color:#94A3B8;margin-top:4px}.landing-page .hero-visual{position:relative;height:540px;animation:landing-fadeInUp 1s ease .4s both}.landing-page .float-card{position:absolute;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px;box-shadow:0 30px 60px rgba(0,0,0,.3);color:white}.landing-page .fc-1{top:10px;left:10px;width:240px;animation:landing-floaty 6s ease-in-out infinite}.landing-page .fc-2{top:60px;right:0;width:260px;animation:landing-floaty 7s ease-in-out 1s infinite}.landing-page .fc-3{bottom:80px;left:60px;width:280px;animation:landing-floaty 8s ease-in-out .5s infinite}.landing-page .fc-4{bottom:0;right:30px;width:250px;animation:landing-floaty 6.5s ease-in-out 1.5s infinite}@keyframes landing-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.landing-page .fc-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;margin-bottom:10px;color:white;font-size:16px}.landing-page .fc-icon.blue{background:var(--gradient-1)}.landing-page .fc-icon.gold{background:var(--gradient-2)}.landing-page .fc-icon.green{background:var(--gradient-3)}.landing-page .fc-icon.purple{background:linear-gradient(135deg,#A855F7,#EC4899)}.landing-page .fc-title{font-weight:700;font-size:14px;margin-bottom:4px}.landing-page .fc-desc{font-size:12px;color:#CBD5E1;line-height:1.5}.landing-page .fc-bar{margin-top:10px;height:6px;border-radius:4px;background:rgba(255,255,255,.1);overflow:hidden}.landing-page .fc-bar-fill{height:100%;background:var(--gradient-1);border-radius:4px;width:0;animation:landing-barFill 2s ease-out 1s forwards}@keyframes landing-barFill{to{width:78%}}.landing-page .fc-stat-row{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:#94A3B8}.landing-page .fc-stat-row-tight{margin-top:4px}.landing-page .fc-rank-up{color:#34D399}.landing-page .exams-strip{background:white;padding:40px 0;border-bottom:1px solid #e2e8f0}.landing-page .strip-label{text-align:center;font-size:13px;font-weight:600;color:var(--gray);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.landing-page .exam-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.landing-page .exam-pill{padding:10px 22px;border-radius:100px;background:linear-gradient(135deg,#F1F5F9,#E2E8F0);font-weight:700;color:var(--dark-3);font-size:14px;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.landing-page .exam-pill:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.landing-page section{padding:100px 0}.landing-page .section-header{text-align:center;max-width:760px;margin:0 auto 64px}.landing-page .section-eyebrow{display:inline-block;padding:6px 14px;background:rgba(56,189,248,.1);color:var(--primary-darker);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-bottom:16px}.landing-page .section-eyebrow-dark{background:rgba(56,189,248,.15);color:#7DD3FC}.landing-page .section-title{font-size:clamp(2rem,3.5vw,2.75rem);margin-bottom:16px;letter-spacing:-.02em}.landing-page .section-subtitle{font-size:18px;color:var(--gray);line-height:1.7}.landing-page .features-bg{background:linear-gradient(180deg,#F8FAFC,#FFFFFF)}.landing-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .feature-card{background:white;padding:32px;border-radius:20px;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.landing-page .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-1);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.landing-page .feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.landing-page .feature-card:hover:before{transform:scaleX(1)}.landing-page .feature-icon{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;margin-bottom:20px;color:white;font-size:22px;background:var(--gradient-1);box-shadow:0 10px 25px rgba(56,189,248,.25)}.landing-page .feature-icon.gold{background:var(--gradient-2);box-shadow:0 10px 25px rgba(251,191,36,.3)}.landing-page .feature-icon.green{background:var(--gradient-3);box-shadow:0 10px 25px rgba(52,211,153,.3)}.landing-page .feature-icon.purple{background:linear-gradient(135deg,#A855F7,#EC4899);box-shadow:0 10px 25px rgba(168,85,247,.3)}.landing-page .feature-icon.dark{background:linear-gradient(135deg,#1E293B,#475569);box-shadow:0 10px 25px rgba(30,41,59,.3)}.landing-page .feature-icon.red{background:linear-gradient(135deg,#EF4444,#F97316);box-shadow:0 10px 25px rgba(239,68,68,.3)}.landing-page .feature-card h3{font-size:20px;margin-bottom:10px}.landing-page .feature-card p{color:var(--gray);font-size:15px;line-height:1.7}.landing-page .showcase-section{background:white}.landing-page .showcase-row{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center;margin-bottom:120px}.landing-page .showcase-row:last-child{margin-bottom:0}.landing-page .showcase-row.reverse{grid-template-columns:1.1fr 1fr}.landing-page .showcase-row.reverse .showcase-text{order:2}.landing-page .showcase-row.reverse .showcase-visual{order:1}.landing-page .module-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}.landing-page .module-tag.blue{background:rgba(56,189,248,.1);color:var(--primary-darker)}.landing-page .module-tag.gold{background:rgba(251,191,36,.15);color:#B45309}.landing-page .module-tag.green{background:rgba(52,211,153,.15);color:#047857}.landing-page .module-tag.purple{background:rgba(168,85,247,.12);color:#7E22CE}.landing-page .showcase-text h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:18px;letter-spacing:-.02em}.landing-page .showcase-text p{font-size:17px;color:var(--gray);margin-bottom:24px;line-height:1.8}.landing-page .feature-list{list-style:none;margin-bottom:28px}.landing-page .feature-list li{display:flex;gap:12px;align-items:flex-start;padding:8px 0;font-size:15px;color:var(--dark-3)}.landing-page .feature-list li i{color:var(--accent-3);font-size:14px;margin-top:5px;background:rgba(52,211,153,.15);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.landing-page .showcase-visual{position:relative}.landing-page .browser-mock{background:white;border-radius:16px;box-shadow:0 30px 60px rgba(15,23,42,.18),0 0 0 1px rgba(15,23,42,.05);overflow:hidden;transition:transform .4s ease}.landing-page .browser-mock:hover{transform:translateY(-6px) scale(1.01)}.landing-page .browser-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#F1F5F9;border-bottom:1px solid #e2e8f0}.landing-page .browser-dots{display:flex;gap:6px}.landing-page .browser-dots span{width:12px;height:12px;border-radius:50%}.landing-page .browser-dots span:first-child{background:#FB7185}.landing-page .browser-dots span:nth-child(2){background:#FBBF24}.landing-page .browser-dots span:nth-child(3){background:#34D399}.landing-page .browser-url{flex:1;background:white;border-radius:6px;padding:6px 12px;font-size:12px;color:var(--gray);border:1px solid #e2e8f0}.landing-page .mock-live{display:grid;grid-template-columns:200px 1fr;background:white;min-height:360px}.landing-page .mock-sidebar{background:var(--dark);color:white;padding:20px 12px;font-size:12px}.landing-page .mock-sidebar .ms-logo{font-weight:800;font-size:14px;margin-bottom:20px;padding:0 8px}.landing-page .mock-sidebar .ms-item{padding:10px 12px;border-radius:8px;color:#CBD5E1;display:flex;align-items:center;gap:10px;margin-bottom:4px}.landing-page .mock-sidebar .ms-item.active{background:var(--primary);color:white}.landing-page .mock-content{padding:20px;background:#F8FAFC}.landing-page .mock-content h4{font-size:14px;margin-bottom:14px;color:var(--dark)}.landing-page .mock-card-mini{background:white;border-radius:12px;padding:14px;box-shadow:var(--shadow-sm);margin-bottom:10px}.landing-page .mock-card-mini .mc-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.landing-page .mock-card-mini .mc-icon{width:24px;height:24px;border-radius:6px;background:var(--gradient-2);display:grid;place-items:center;color:white;font-size:11px}.landing-page .mock-card-mini .mc-title{font-weight:700;font-size:12px}.landing-page .mock-label{font-size:10px;color:#94A3B8;margin-bottom:6px}.landing-page .mock-label-spaced{margin-top:10px}.landing-page .topic-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.landing-page .topic-chip{padding:4px 10px;background:#F1F5F9;border-radius:100px;font-size:10px;color:var(--dark-3);font-weight:500}.landing-page .topic-chip.active{background:var(--accent);color:var(--dark)}.landing-page .level-row{display:flex;gap:4px;margin-top:10px;padding:4px;background:#F1F5F9;border-radius:100px}.landing-page .level-pill{flex:1;text-align:center;padding:5px;border-radius:100px;font-size:10px;font-weight:600;color:var(--gray)}.landing-page .level-pill.active{background:white;color:var(--accent-2);box-shadow:var(--shadow-sm)}.landing-page .mock-cta{background:var(--dark);color:white;padding:8px;border-radius:100px;text-align:center;font-size:11px;font-weight:600;margin-top:10px}.landing-page .mock-test{background:white;padding:28px;min-height:360px}.landing-page .mock-test h4{font-size:18px;margin-bottom:4px}.landing-page .mock-test .mt-sub{color:var(--gray);font-size:12px;margin-bottom:20px}.landing-page .mt-step{display:inline-flex;align-items:center;gap:8px;background:white;padding:14px 18px;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;font-weight:700;margin-bottom:16px}.landing-page .mt-step .mt-icon{color:var(--primary)}.landing-page .mt-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.landing-page .mt-field label{font-size:10px;color:var(--gray);display:block;margin-bottom:4px;font-weight:600}.landing-page .mt-field .mt-input{background:#F1F5F9;padding:8px 10px;border-radius:8px;font-size:11px;color:var(--dark-3);display:flex;justify-content:space-between;align-items:center}.landing-page .mt-field.highlight .mt-input{background:var(--accent);color:var(--dark);font-weight:700}.landing-page .mt-fetch{background:var(--primary);color:white;padding:8px 14px;border-radius:8px;font-size:11px;font-weight:600;display:inline-block}.landing-page .mock-exams{background:#F8FAFC;padding:24px;min-height:360px}.landing-page .mock-exams h4{font-size:16px;margin-bottom:16px}.landing-page .exam-grid-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing-page .exam-card-mini{background:white;padding:14px;border-radius:10px;box-shadow:var(--shadow-sm)}.landing-page .exam-card-mini h5{font-size:13px;font-weight:800;margin-bottom:4px}.landing-page .exam-card-mini .ec-meta{font-size:10px;color:var(--gray);margin-bottom:4px}.landing-page .exam-card-mini .ec-row{display:flex;gap:6px;align-items:center;font-size:10px;color:var(--dark-3);margin-bottom:3px}.landing-page .exam-card-mini .ec-row i{color:var(--primary);font-size:10px}.landing-page .exam-start{margin-top:8px;background:var(--primary);color:white;padding:6px;text-align:center;border-radius:6px;font-size:10px;font-weight:600}.landing-page .mock-onboard{padding:30px;min-height:360px;display:grid;place-items:center;background:linear-gradient(135deg,#F1F5F9,#FFF)}.landing-page .onb-card{background:white;border-radius:16px;padding:28px;box-shadow:var(--shadow-lg);width:100%;max-width:320px;text-align:center}.landing-page .onb-card h5{font-size:18px;margin-bottom:6px}.landing-page .onb-card p{font-size:12px;color:var(--gray);margin-bottom:18px}.landing-page .onb-input{background:#F1F5F9;border-radius:8px;padding:10px;font-size:11px;color:var(--gray);text-align:left;margin-bottom:8px}.landing-page .onb-cta{background:var(--gradient-1);color:white;padding:10px;border-radius:8px;font-size:12px;font-weight:700;margin-top:6px}.landing-page .onb-footer{font-size:11px;color:var(--gray);margin-top:12px}.landing-page .onb-footer strong{color:var(--primary-darker)}.landing-page .how-section{background:var(--dark);color:white;position:relative;overflow:hidden}.landing-page .how-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(56,189,248,.15) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.15) 0,transparent 50%)}.landing-page .how-section .section-header{position:relative;z-index:2}.landing-page .how-section .section-title{color:white}.landing-page .how-section .section-subtitle{color:#CBD5E1}.landing-page .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:2}.landing-page .step-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);border-radius:18px;padding:28px 24px;position:relative;transition:transform .3s ease,background .3s ease}.landing-page .step-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.07)}.landing-page .step-num{font-family:var(--font-plus-jakarta),sans-serif;font-size:56px;font-weight:800;background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:8px}.landing-page .step-card h4{font-size:18px;margin-bottom:8px;color:white}.landing-page .step-card p{font-size:14px;color:#94A3B8;line-height:1.7}.landing-page .testimonials-section{background:linear-gradient(180deg,#FFF,#F8FAFC)}.landing-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .testimonial{background:white;border:1px solid #e2e8f0;border-radius:18px;padding:28px;transition:transform .3s ease,box-shadow .3s ease}.landing-page .testimonial:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.landing-page .stars{color:#FBBF24;margin-bottom:14px}.landing-page .testimonial-text{font-size:15px;color:var(--dark-3);line-height:1.7;margin-bottom:20px}.landing-page .testimonial-author{display:flex;align-items:center;gap:12px}.landing-page .author-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:700;font-size:16px;font-family:var(--font-plus-jakarta),sans-serif}.landing-page .av-1{background:var(--gradient-1)}.landing-page .av-2{background:var(--gradient-2)}.landing-page .av-3{background:var(--gradient-3)}.landing-page .author-info h5{font-size:14px;font-weight:700}.landing-page .author-info span{font-size:12px;color:var(--gray)}.landing-page .cta-section{padding:80px 0;background:var(--dark);position:relative;overflow:hidden}.landing-page .cta-card{background:linear-gradient(135deg,rgba(56,189,248,.15),rgba(168,85,247,.15));border:1px solid rgba(56,189,248,.3);border-radius:24px;padding:60px 48px;text-align:center;position:relative;overflow:hidden}.landing-page .cta-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(56,189,248,.1),transparent 60%);animation:landing-rotate 20s linear infinite}@keyframes landing-rotate{to{transform:rotate(1turn)}}.landing-page .cta-card-inner{position:relative;z-index:2}.landing-page .cta-card h2{color:white;font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:14px;letter-spacing:-.02em}.landing-page .cta-card p{color:#CBD5E1;font-size:17px;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.landing-page .cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing-page .cta-copy{max-width:700px;margin:0 auto 30px}.landing-page .auth-panel{max-width:760px;margin:0 auto;padding:46px;border:1px solid rgba(193,199,219,.72);border-radius:8px;background:#F3F5FC;box-shadow:0 24px 60px rgba(15,23,42,.22);text-align:left}.landing-page .auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:6px;margin-bottom:34px;border-radius:8px;background:#D9DEED}.landing-page .auth-tabs button{min-height:54px;border-radius:7px;background:transparent;color:#626CA3;font-weight:700;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.landing-page .auth-tabs button.active{background:#FFFFFF;color:#151E79;box-shadow:0 2px 7px rgba(72,82,151,.18)}.landing-page .auth-form{display:flex;flex-direction:column;gap:20px}.landing-page .auth-heading{margin-bottom:2px}.landing-page .auth-heading h3{color:#151E79;font-size:clamp(1.45rem,2.5vw,1.9rem);margin-bottom:8px;font-weight:800}.landing-page .auth-heading span{color:#626CA3;font-size:15px;font-weight:600}.landing-page .auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.landing-page .auth-form label{display:flex;flex-direction:column;gap:8px;min-width:0}.landing-page .auth-form label>span{color:#626CA3;font-size:13px;font-weight:800;letter-spacing:0;text-transform:none}.landing-page .auth-form .auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-page .auth-label-row button{background:transparent;color:#5961D6;font-size:13px;font-weight:800}.landing-page .auth-form input,.landing-page .auth-form select{width:100%;height:56px;padding:0 18px;border:1px solid #d7dcef;border-radius:7px;background:#F9FAFE;color:#18215F;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.landing-page .auth-form input::placeholder{color:#B2BAD1}.landing-page .auth-form select{appearance:none;background-color:#F9FAFE;background-image:linear-gradient(45deg,transparent 50%,#626CA3 0),linear-gradient(135deg,#626CA3 50%,transparent 0);background-position:calc(100% - 20px) 24px,calc(100% - 15px) 24px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.landing-page .auth-form input:focus,.landing-page .auth-form select:focus{border-color:#5961D6;box-shadow:0 0 0 4px rgba(82,91,199,.14)}.landing-page .auth-form input:disabled,.landing-page .auth-form select:disabled{opacity:.72;cursor:not-allowed}.landing-page .auth-form small{color:#DC2626;font-size:12px;line-height:1.3}.landing-page .auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:68px;margin-top:12px;border-radius:7px;background:#5058C8;color:#FFFFFF;font-size:24px;font-weight:900;box-shadow:0 18px 34px rgba(80,88,200,.2);transition:transform .2s ease,box-shadow .2s ease}.landing-page .auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 38px rgba(80,88,200,.28)}.landing-page .auth-submit:disabled{opacity:.76;cursor:not-allowed}.landing-page .auth-spinner{width:18px;height:18px;animation:landing-spin .8s linear infinite}@keyframes landing-spin{to{transform:rotate(1turn)}}.landing-page .auth-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;margin:10px 0 0;color:#C3C8DC;font-size:13px;font-weight:800;letter-spacing:.04em;text-align:center;text-transform:uppercase}.landing-page .auth-divider:after,.landing-page .auth-divider:before{content:"";height:1px;background:#D7DCEF}.landing-page .social-auth-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.landing-page .social-auth-row-single{grid-template-columns:1fr;max-width:300px;width:100%;margin:0 auto}.landing-page .social-auth-row button{min-height:52px;border-radius:7px;background:#F8FAFF;border:1px solid #d7dcef;color:#3D478E;font-weight:800;transition:background .2s ease,border-color .2s ease}.landing-page .social-auth-row button:hover:not(:disabled){background:#FFFFFF;border-color:#AEB6DA}.landing-page .social-auth-row button:disabled{opacity:.55;cursor:not-allowed}.landing-page .auth-switch-link{width:fit-content;margin:4px auto 0;background:transparent;color:#626CA3;font-size:15px;font-weight:600}.landing-page .auth-switch-link strong{color:#151E79}.landing-page .footer{background:var(--dark);color:#CBD5E1;padding:60px 0 30px;border-top:1px solid rgba(255,255,255,.06)}.landing-page .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.landing-page .footer-brand .logo{color:white;margin-bottom:16px}.landing-page .footer-brand .logo-white{color:white}.landing-page .footer-brand p{font-size:14px;line-height:1.7;color:#94A3B8;max-width:360px}.landing-page .social-row{display:flex;gap:10px;margin-top:18px}.landing-page .social-row a{width:36px;height:36px;background:rgba(255,255,255,.06);border-radius:8px;display:grid;place-items:center;color:#CBD5E1;transition:all .2s ease}.landing-page .social-row a:hover{background:var(--primary);color:white;transform:translateY(-2px)}.landing-page .footer-col h5{color:white;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.landing-page .footer-col a{display:block;font-size:14px;color:#94A3B8;padding:6px 0;transition:color .2s ease}.landing-page .footer-col a:hover{color:var(--primary)}.landing-page .footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#64748B}.landing-page .footer-heart{color:#EF4444}@keyframes landing-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page .reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.landing-page .reveal.in{opacity:1;transform:translateY(0)}@media (max-width:980px){.landing-page .container{padding:0 16px}.landing-page .nav-cta,.landing-page .nav-links{display:none}.landing-page .mobile-toggle{display:inline-flex}.landing-page .mobile-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;flex-direction:column;gap:4px;background:white;padding:16px;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.12);border:1px solid #e2e8f0;z-index:1001}.landing-page .mobile-menu.open{display:flex}.landing-page .mobile-menu a{color:var(--dark-3);font-weight:500;font-size:15px;padding:12px 10px;border-radius:8px;transition:background .2s ease}.landing-page .mobile-menu a:hover{background:#F1F5F9}.landing-page .mobile-menu-cta{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0}.landing-page .mobile-menu-cta .btn{justify-content:center;width:100%}.landing-page .logo{min-width:0;flex:1}.landing-page .logo span{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-page .logo-icon{width:36px;height:36px;font-size:17px;flex-shrink:0}.landing-page .hero-inner{grid-template-columns:1fr;gap:32px}.landing-page .hero-visual{position:relative;height:auto;width:100%;max-width:100%;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:hidden}.landing-page .float-card{position:relative;max-width:100%;animation:none}.landing-page .fc-1,.landing-page .fc-2,.landing-page .fc-3,.landing-page .fc-4,.landing-page .float-card{top:auto;left:auto;right:auto;bottom:auto;width:100%}.landing-page .features-grid{grid-template-columns:1fr 1fr}.landing-page .showcase-row,.landing-page .showcase-row.reverse{grid-template-columns:1fr;gap:40px}.landing-page .showcase-row.reverse .showcase-text{order:1}.landing-page .showcase-row.reverse .showcase-visual{order:2}.landing-page .steps-grid{grid-template-columns:1fr 1fr}.landing-page .testimonials-grid{grid-template-columns:1fr}.landing-page .footer-grid{grid-template-columns:1fr 1fr}.landing-page .hero-stats{gap:24px;flex-wrap:wrap}.landing-page .stat-item .stat-value{font-size:26px}}@media (max-width:600px){.landing-page .features-grid,.landing-page .footer-grid,.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .hero{padding:100px 0 48px;min-height:auto}.landing-page section{padding:70px 0}.landing-page .cta-card{padding:40px 24px}.landing-page .auth-panel{padding:20px}.landing-page .auth-grid,.landing-page .mock-live,.landing-page .social-auth-row{grid-template-columns:1fr}.landing-page .mock-sidebar{display:none}.landing-page .exam-grid-mini,.landing-page .mt-fields{grid-template-columns:1fr}.landing-page .hero-cta{flex-direction:column}.landing-page .hero-cta .btn{width:100%;justify-content:center}.landing-page .hero-badge{font-size:11px;padding:6px 12px;text-align:center;justify-content:center;flex-wrap:wrap}.landing-page .hero h1{font-size:clamp(1.75rem,8vw,2.25rem)}.landing-page .hero p{font-size:16px}.landing-page .hero-stats{gap:16px;margin-top:32px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-page .stat-item .stat-value{font-size:22px}.landing-page .stat-item .stat-label{font-size:11px}.landing-page .hero-visual{grid-template-columns:1fr;gap:10px}.landing-page .float-card{padding:14px}.landing-page .btn-primary .fa-arrow-right{display:none}}