.hero{padding-block:96px 88px;background:var(--clr-bg);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 20%,rgba(37,99,235,.055) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(5,150,105,.045) 0%,transparent 70%);pointer-events:none}[data-theme=dark] .hero:before{background:radial-gradient(ellipse 60% 50% at 70% 20%,rgba(37,99,235,.12) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(5,150,105,.1) 0%,transparent 70%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;position:relative}.hero-eyebrow{margin-bottom:20px}.hero-title{font-size:clamp(40px,5.5vw,62px);font-weight:800;line-height:1.08;letter-spacing:-.035em;margin-bottom:22px}.hero-title .line-blue{color:var(--clr-primary)}.hero-title .line-sub{color:var(--clr-text-muted);font-weight:500;font-size:.56em;display:block;letter-spacing:-.01em;margin-top:6px}.hero-sub{font-size:17px;line-height:1.72;color:var(--clr-text-muted);margin-bottom:36px;max-width:510px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:44px}.hero-trust-row{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--clr-text-muted)}.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--clr-accent);flex-shrink:0;box-shadow:0 0 0 3px #05966933;animation:pulseDot 2.5s infinite}@keyframes pulseDot{0%,to{box-shadow:0 0 0 3px #05966933}50%{box-shadow:0 0 0 6px #05966914}}.hero-visual{position:relative}.dashboard-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-xl);box-shadow:var(--shadow-xl);overflow:hidden;transform:perspective(1400px) rotateY(-5deg) rotateX(2deg) scale(.98);transition:transform .6s var(--t-slow)}[dir=rtl] .dashboard-card{transform:perspective(1400px) rotateY(5deg) rotateX(2deg) scale(.98)}.dashboard-card:hover{transform:perspective(1400px) rotateY(-1deg) rotateX(.5deg) scale(1)}.win-bar{background:var(--clr-surface);border-bottom:1px solid var(--clr-border);padding:11px 16px;display:flex;align-items:center;gap:8px}.win-dot{width:10px;height:10px;border-radius:50%}.win-body{display:grid;grid-template-columns:150px 1fr;min-height:260px}.win-sidebar{background:var(--clr-surface);border-inline-end:1px solid var(--clr-border);padding:16px 10px;display:flex;flex-direction:column;gap:4px}.win-nav{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--r-sm);font-size:12px;color:var(--clr-text-muted);font-weight:500}.win-nav.active{background:var(--clr-primary-light);color:var(--clr-primary)}.win-nav-icon{width:14px;height:14px;border-radius:3px;flex-shrink:0}.win-main{padding:18px;display:flex;flex-direction:column;gap:14px}.win-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.win-stat{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--r-sm);padding:10px 12px}.win-stat-label{font-size:10px;color:var(--clr-text-muted);margin-bottom:4px}.win-stat-value{font-size:20px;font-weight:700;color:var(--clr-text)}.win-chart{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--r-sm);padding:12px;height:80px;display:flex;align-items:flex-end;gap:5px}.win-bar-col{flex:1;border-radius:3px 3px 0 0;background:var(--clr-primary-light)}.win-bar-col.hi{background:var(--clr-primary)}.win-table{display:flex;flex-direction:column;gap:6px}.win-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--r-sm)}.win-row-thumb{width:30px;height:30px;border-radius:var(--r-sm);flex-shrink:0}.win-row-info{flex:1}.win-row-name{font-size:11px;font-weight:600;color:var(--clr-text);margin-bottom:3px}.win-row-bar{height:4px;background:var(--clr-border);border-radius:2px;overflow:hidden}.win-row-fill{height:100%;border-radius:2px;background:var(--clr-accent)}.float-badge{position:absolute;bottom:-20px;inset-inline-start:-24px;background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-md);padding:12px 16px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600;white-space:nowrap;z-index:5}.float-badge-icon{width:36px;height:36px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.float-badge-sub{font-size:11px;font-weight:400;color:var(--clr-text-muted);display:block;margin-top:1px}.features-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.features-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.features-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feat-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-lg);padding:28px 24px;transition:all var(--t-base);box-shadow:var(--shadow-xs);position:relative;overflow:hidden}.feat-card:after{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;width:100%;height:3px;background:linear-gradient(90deg,var(--clr-primary),rgba(37,99,235,0));opacity:0;transition:opacity var(--t-base)}.feat-card:hover{border-color:#2563eb40;box-shadow:var(--shadow-md),0 0 0 1px #2563eb14;transform:translateY(-3px)}.feat-card:hover:after{opacity:1}.feat-icon{width:48px;height:48px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0}.feat-icon svg{width:22px;height:22px}.feat-icon.blue{background:var(--clr-primary-light);color:var(--clr-primary)}.feat-icon.green{background:var(--clr-accent-light);color:var(--clr-accent)}.feat-icon.amber{background:var(--clr-amber-light);color:var(--clr-amber)}.feat-icon.purple{background:var(--clr-purple-light);color:var(--clr-purple)}.feat-icon.rose{background:var(--clr-rose-light);color:var(--clr-rose)}.feat-title{font-size:16px;font-weight:700;margin-bottom:9px;color:var(--clr-text)}.feat-desc{font-size:14px;line-height:1.65;color:var(--clr-text-muted)}.tech-section{background:var(--clr-surface)}.tech-section .grid{display:grid}.tech-section .grid-cols-1{grid-template-columns:1fr}.tech-section .gap-12{gap:3rem}.tech-section .items-center{align-items:center}.tech-section .flex{display:flex}.tech-section .flex-col{flex-direction:column}.tech-section .gap-6{gap:1.5rem}.tech-section .gap-4{gap:1rem}.tech-section .gap-3{gap:.75rem}.tech-section .items-start{align-items:flex-start}.tech-section .items-stretch{align-items:stretch}.tech-section .justify-center{justify-content:center}.tech-section .mt-4{margin-top:1rem}.tech-section .mt-0\.5{margin-top:.125rem}.tech-section .space-y-4>*+*{margin-top:1rem}.tech-section .shrink-0{flex-shrink:0}.tech-section .w-6{width:1.5rem}.tech-section .h-6{height:1.5rem}.tech-section .w-12{width:3rem}.tech-section .h-12{height:3rem}.tech-section .w-full{width:100%}.tech-section .p-4{padding:1rem}.tech-section .rounded-xl{border-radius:.75rem}.tech-section .rounded-lg{border-radius:.5rem}.tech-section .text-xs{font-size:.75rem;line-height:1rem}.tech-section .text-base{font-size:1rem;line-height:1.5rem}.tech-section .text-lg{font-size:1.125rem;line-height:1.75rem}.tech-section .text-4xl{font-size:2.25rem;line-height:2.5rem}.tech-section .font-medium{font-weight:500}.tech-section .font-bold{font-weight:700}.tech-section .tracking-tight{letter-spacing:-.025em}html[dir=ltr] .tech-section .ltr\:text-left{text-align:left}html[dir=rtl] .tech-section .rtl\:text-right{text-align:right}html[dir=ltr] .tech-section .ltr\:justify-start,html[dir=rtl] .tech-section .rtl\:justify-start{justify-content:flex-start}@media(min-width:1024px){.tech-section .lg\:grid-cols-2{grid-template-columns:1fr 1fr}}@media(min-width:768px){.tech-section .md\:text-5xl{font-size:3rem;line-height:1}}.exam-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}.exam-features{display:flex;flex-direction:column;gap:24px}.exam-feat{display:flex;gap:20px;align-items:flex-start}.exam-feat-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exam-feat-icon svg{width:20px;height:20px}.exam-feat h3{font-size:16px;margin-bottom:6px}.exam-feat p{font-size:14.5px;color:var(--clr-text-muted)}.exam-lifecycle{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--r-xl);padding:32px}.lifecycle-step{display:flex;gap:16px;margin-bottom:24px;position:relative}.lifecycle-step:not(:last-child):after{content:"";position:absolute;inset-inline-start:13px;top:32px;bottom:-16px;width:2px;background:var(--clr-border)}.lifecycle-step:last-child{margin-bottom:0}.lifecycle-num{width:28px;height:28px;border-radius:50%;background:var(--clr-border);color:var(--clr-text-2);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;z-index:1}.lifecycle-step-info h5{font-size:14px;margin-bottom:4px}.lifecycle-step-info p{font-size:13px;color:var(--clr-text-muted)}.payment-section{background:var(--clr-surface-2)}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pay-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-xl);padding:32px 28px;box-shadow:var(--shadow-md);transition:transform var(--t-base)}.pay-card:hover{transform:translateY(-4px)}.pay-card-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.pay-icon{width:52px;height:52px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pay-icon svg{width:24px;height:24px}.pay-card-title{font-size:17px;font-weight:800;color:var(--clr-text)}.pay-card-tag{font-size:12px;color:var(--clr-text-muted);margin-top:4px;font-weight:500}.pay-methods{display:flex;flex-direction:column;gap:12px}.pay-method{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--clr-text-2)}.pay-method svg{width:16px;height:16px;color:var(--clr-accent);flex-shrink:0;margin-top:3px}.roadmap-banner{background:linear-gradient(135deg,var(--clr-purple-light) 0%,var(--clr-bg) 100%);border:1px solid rgba(124,58,237,.15);border-radius:var(--r-2xl);padding:80px 40px;text-align:center;position:relative;overflow:hidden}[data-theme=dark] .roadmap-banner{background:linear-gradient(135deg,rgba(124,58,237,.1) 0%,var(--clr-bg) 100%)}.roadmap-inner{position:relative;z-index:2}.roadmap-q4-badge{display:inline-flex;align-items:center;gap:6px;background:var(--clr-purple);color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;padding:6px 14px;border-radius:100px;margin-bottom:24px;box-shadow:0 4px 12px #7c3aed4d}.roadmap-q4-badge svg{width:14px;height:14px;fill:currentColor}.roadmap-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:48px auto 0;text-align:start}.roadmap-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-lg);padding:32px;box-shadow:var(--shadow-sm);position:relative}.roadmap-soon{position:absolute;top:24px;inset-inline-end:24px;font-size:11px;font-weight:700;color:var(--clr-purple);background:#7c3aed1a;padding:4px 10px;border-radius:var(--r-sm)}.roadmap-icon{width:48px;height:48px;border-radius:var(--r-md);background:var(--clr-purple-light);color:var(--clr-purple);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.roadmap-icon svg{width:22px;height:22px}.roadmap-card-title{font-size:18px;margin-bottom:12px;color:var(--clr-text)}.roadmap-card-desc{font-size:14.5px;color:var(--clr-text-muted)}.trusted-section{background:var(--clr-surface)}.trusted-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.trusted-card{background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--r-xl);padding:40px;box-shadow:var(--shadow-sm);transition:transform var(--t-base)}.trusted-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.trusted-logo-wrap{height:48px;margin-bottom:24px;display:flex;align-items:center}.trusted-logo-wrap img{max-height:100%;width:auto;filter:grayscale(100%);opacity:.7;transition:all var(--t-base)}.trusted-card:hover .trusted-logo-wrap img{filter:grayscale(0%);opacity:1}.trusted-name{font-size:20px;margin-bottom:12px}.trusted-desc{font-size:15px;color:var(--clr-text-muted);margin-bottom:24px}.trusted-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.trusted-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--clr-primary)}.trusted-link svg{width:16px;height:16px;transition:transform var(--t-fast)}.trusted-link:hover svg{transform:translate(3px)}[dir=rtl] .trusted-link:hover svg{transform:translate(-3px)}.cta-band{background:var(--clr-primary);color:#fff;padding:80px 24px;text-align:center}[data-theme=dark] .cta-band{background:var(--clr-primary-dark)}.cta-title{font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:16px;letter-spacing:-.02em}.cta-sub{font-size:18px;color:#ffffffe6;max-width:600px;margin:0 auto 32px}.cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media(max-width:1150px){.hero-title{font-size:42px}.features-grid-4{grid-template-columns:repeat(2,1fr)}.tech-grid,.exam-grid{grid-template-columns:1fr;gap:48px}.payment-grid{grid-template-columns:1fr 1fr}.roadmap-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-grid>div:first-child{grid-column:1 / -1}.topbar-left span:not(.topbar-badge){display:none}.nav-links,.nav-actions .btn{display:none}.hamburger-btn{display:flex}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:56px}.hero-eyebrow{justify-content:center;display:flex}.hero-sub{margin-inline:auto}.hero-actions,.hero-trust-row{justify-content:center}.section-header.left-align{text-align:center}.section-header.left-align .section-eyebrow{justify-content:center}.features-grid-3,.payment-grid,.trusted-grid{grid-template-columns:1fr}.roadmap-banner{padding:56px 24px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}}@media(max-width:640px){.features-grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:center;text-align:center}}@media(max-width:480px){.hero-title{font-size:32px;line-height:1.2}.hero-sub{font-size:16px}.hero-actions{flex-direction:column;width:100%;gap:12px}.hero-actions .btn{width:100%;justify-content:center}.win-body{grid-template-columns:1fr;min-height:auto}.win-sidebar{display:none}.win-stats{grid-template-columns:1fr}.dashboard-card{transform:none!important;border-radius:var(--r-md)}.section{padding:60px 0}.section-title{font-size:28px}.tech-section .p-4{padding:1rem}.tech-section .text-4xl{font-size:1.75rem;line-height:1.3}.tech-section .gap-12{gap:2rem}}@media(max-width:480px){.float-badge{position:relative;bottom:auto;inset-inline-start:auto;margin:16px auto 0;width:max-content;max-width:90%;justify-content:center}}
