:root{--color-page:#fff;--color-page-soft:#f7f9ff;--color-surface:#fff;--color-surface-muted:#edf0ff;--color-heading:#111827;--color-text:#172033;--color-muted:#4c5566;--color-subtle:#5f6878;--color-accent:#6d82d8;--color-accent-strong:#526dbe;--color-border:#e2e6f0;--color-border-soft:#eef1f8;--color-control:#121d2d;--color-control-text:#fff;--color-header-bg:#ffffffe0;--color-card-shadow:#1e40af14;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--color-text);background:var(--color-page);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--color-page:#0d111a;--color-page-soft:#121824;--color-surface:#151c2a;--color-surface-muted:#202a3d;--color-heading:#f3f7ff;--color-text:#d8e0ef;--color-muted:#aeb9ca;--color-subtle:#94a3b8;--color-accent:#8ea2ff;--color-accent-strong:#b7c3ff;--color-border:#94a3b833;--color-border-soft:#94a3b829;--color-control:#eef3ff;--color-control-text:#101827;--color-header-bg:#0d111adb;--color-card-shadow:#00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-page);min-width:320px;min-height:100vh;color:var(--color-text);margin:0;transition:background .18s,color .18s}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}.site-header{z-index:10;border-bottom:1px solid var(--color-border-soft);background:var(--color-header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.nav,.section-pad{width:min(1120px,100% - 32px);margin:0 auto}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:78px;display:flex}.brand{color:var(--color-heading);white-space:nowrap;align-items:center;gap:10px;font-size:1.05rem;font-weight:900;display:inline-flex}.brand-mark{object-fit:cover;border-radius:6px;flex:none;width:30px;height:30px}.nav-links{color:var(--color-muted);align-items:center;gap:clamp(18px,3vw,42px);font-size:.92rem;font-weight:700;display:flex}.nav-links a{padding:8px 0;transition:color .18s}.nav-links a:hover{color:var(--color-accent)}.nav-actions{align-items:center;gap:12px;display:inline-flex}.theme-toggle{border:1px solid var(--color-border);background:var(--color-surface);width:48px;height:48px;color:var(--color-accent-strong);cursor:pointer;box-shadow:0 12px 24px var(--color-card-shadow);border-radius:999px;flex:none;place-items:center;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-grid}.theme-toggle:hover{border-color:var(--color-accent);transform:translateY(-2px)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.nav-cta,.button,.social-button{border-radius:7px;justify-content:center;align-items:center;min-height:48px;font-weight:900;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.nav-cta,.button.primary{border:1px solid var(--color-control);background:var(--color-control);color:var(--color-control-text);padding:0 22px;box-shadow:0 14px 28px #121d2d29}.nav-cta:hover,.button:hover,.social-button:hover{transform:translateY(-2px)}.button.secondary{color:var(--color-text);background:0 0;border:1px solid #0000;gap:10px;padding:0 18px}.button.secondary:after{color:var(--color-accent);content:"⌄";font-size:1rem}.button.secondary.dark{color:#fff;background:#ffffff14;border-color:#ffffff38}.eyebrow{color:var(--color-accent);letter-spacing:0;text-transform:uppercase;margin-bottom:14px;font-size:.78rem;font-weight:900}h1{max-width:620px;color:var(--color-heading);letter-spacing:0;margin-bottom:24px;font-size:clamp(3rem,6.6vw,5.2rem);line-height:1.02}h2{color:var(--color-heading);letter-spacing:0;margin-bottom:0;font-size:clamp(2rem,4vw,2.95rem);line-height:1.08}h3{color:var(--color-heading);margin-bottom:12px;font-size:1.1rem;line-height:1.25}.rb-staggered-word{animation:.72s cubic-bezier(.22,1,.36,1) both rb-word-rise;animation-delay:var(--rb-word-delay);display:inline-block}.rb-blur-highlight{animation:.78s both rb-blur-in}.rb-blur-highlight mark{z-index:0;color:var(--color-accent);background:0 0;font-weight:900;position:relative}.rb-blur-highlight mark:before{z-index:-1;background:color-mix(in srgb, var(--color-accent) 18%, transparent);content:"";transform-origin:0;border-radius:4px;animation:.9s cubic-bezier(.22,1,.36,1) .54s both rb-highlight-sweep;position:absolute;inset:62% -2px 6%}.rb-spotlight-card{isolation:isolate;position:relative;overflow:hidden}.rb-spotlight-card:before{z-index:0;background:radial-gradient(360px circle at var(--rb-spotlight-x,50%) var(--rb-spotlight-y,0%), color-mix(in srgb, var(--color-accent) 18%, transparent), transparent 44%);content:"";opacity:0;transition:opacity .18s;position:absolute;inset:0}.rb-spotlight-card>*{z-index:1;position:relative}.rb-spotlight-card:hover:before{opacity:1}.hero{background:linear-gradient(90deg, var(--color-page) 0%, color-mix(in srgb, var(--color-page) 94%, transparent) 42%, color-mix(in srgb, var(--color-page) 28%, transparent) 72%), url(/assets/background-C2MKeKfz.png) right center/cover;grid-template-columns:minmax(32px,1fr) minmax(0,1120px) minmax(32px,1fr);align-items:stretch;width:100%;min-height:580px;padding:0;display:grid}:root[data-theme=dark] .hero{background:linear-gradient(90deg,#0d111afa 0%,#0d111ae0 42%,#0d111a3d 72%),url(/assets/background-C2MKeKfz.png) 100%/cover}.hero-content{flex-direction:column;grid-column:2;justify-content:center;max-width:560px;padding:72px 0;display:flex}.hero-text{max-width:520px;color:var(--color-muted);margin-bottom:0;font-size:1.18rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:36px;display:flex}.hero-card{display:none}.section-pad{padding-top:72px;padding-bottom:72px}.features,.features h2,.section-heading.centered{text-align:center}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;margin-top:48px;display:grid}.feature-item{text-align:center;justify-items:center;display:grid}.feature-item span{border:2px solid color-mix(in srgb, var(--color-accent) 28%, var(--color-border));width:54px;height:54px;color:var(--color-accent);border-radius:18px;place-items:center;margin-bottom:22px;font-weight:900;display:inline-grid}.feature-item p,.subject-card p,.about-copy p,.pricing-card p,.pricing-card li,.billing-grid p{color:var(--color-muted);line-height:1.7}.subjects{background:var(--color-page)}.section-heading{gap:12px;margin-bottom:42px;display:grid}.section-heading.centered{max-width:620px;margin-left:auto;margin-right:auto}.section-heading.centered:after{background:var(--color-accent);content:"";border-radius:999px;width:58px;height:3px;margin:14px auto 0;display:block}.subject-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;display:grid}.subject-card{border:1px solid var(--color-border);background:var(--color-surface);text-align:center;border-radius:8px;justify-items:center;min-height:230px;padding:28px 24px;display:grid}.subject-icon{background:var(--color-surface-muted);width:74px;height:74px;color:var(--color-accent-strong);border-radius:50%;place-items:center;margin-bottom:20px;font-size:1.45rem;font-weight:900;display:inline-grid}.subject-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:42px;height:42px}.about{grid-template-columns:minmax(0,.92fr) minmax(0,1fr);align-items:center;gap:64px;display:grid}.about-photo{background:linear-gradient(180deg, color-mix(in srgb, var(--color-page) 2%, transparent), #11182714), url(/assets/about-xY-aqAr_.png) center top/cover;border-radius:8px;min-height:460px}.about-copy p:not(.eyebrow){max-width:650px;margin-bottom:28px}.pricing-section{background:var(--color-page-soft);box-shadow:0 0 0 100vmax var(--color-page-soft);clip-path:inset(0 -100vmax)}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.pricing-card{border:1px solid var(--color-border);background:linear-gradient(180deg, color-mix(in srgb, var(--color-accent) 7%, transparent), transparent 42%), var(--color-surface);min-height:440px;box-shadow:0 18px 40px var(--color-card-shadow);border-radius:8px;flex-direction:column;padding:32px;display:flex;position:relative;overflow:hidden}.pricing-card:before{background:var(--color-accent);content:"";border-radius:999px;width:56px;height:4px;margin-bottom:24px;display:block}.pricing-card.featured{border-color:color-mix(in srgb, var(--color-accent) 48%, transparent);color:#fff;box-shadow:0 24px 58px color-mix(in srgb, var(--color-accent) 28%, transparent);background:linear-gradient(145deg,#18233f 0%,#263676 58%,#526dbe 100%);transform:translateY(-10px)}:root[data-theme=dark] .pricing-card.featured{background:linear-gradient(145deg,#171d31 0%,#222d59 58%,#4156a7 100%)}.pricing-card.featured h3,.pricing-card.featured .price strong{color:#fff}.pricing-card.featured p,.pricing-card.featured li,.pricing-card.featured .price span{color:#ffffffc7}.pricing-card.featured:before{background:#fff}.badge{color:#fff;background:#ffffff29;border-radius:999px;align-self:flex-start;margin-bottom:18px;padding:7px 10px;font-size:.78rem;font-weight:900}.price{align-items:end;gap:8px;margin:26px 0 18px;display:flex}.price strong{color:var(--color-accent-strong);font-size:3.2rem;line-height:.9}.price span{color:var(--color-subtle);font-weight:800}.tax-note{background:var(--color-surface-muted);color:var(--color-text);border-radius:8px;margin-bottom:22px;padding:12px 14px;font-size:.9rem;font-weight:800;line-height:1.45}.pricing-card.featured .tax-note{color:#ffffffd1;background:#ffffff1f}.pricing-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.pricing-card li:before{background:var(--color-accent);content:"";border-radius:50%;width:8px;height:8px;margin-right:10px;display:inline-block}.billing-panel{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:28px;margin-top:18px;padding:28px;display:grid}.billing-panel h3{margin-bottom:0;font-size:1.45rem}.billing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.billing-grid p{margin:0;font-size:.96rem}.status-section{padding-top:56px;padding-bottom:56px}.status-banner{--status-color:#16a34a;--status-bg:#ecfdf5;--status-border:#16a34a38;--status-shadow:#16a34a1f;border:1px solid var(--status-border);background:linear-gradient(135deg, color-mix(in srgb, var(--color-surface) 92%, transparent), color-mix(in srgb, var(--color-surface) 76%, transparent)), var(--status-bg);box-shadow:0 24px 54px var(--status-shadow);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;padding:34px;display:grid}.status-orange{--status-color:#ca8a04;--status-bg:#fffbeb;--status-border:#ca8a0440;--status-shadow:#ca8a041f}.status-red{--status-color:#dc2626;--status-bg:#fef2f2;--status-border:#dc26263d;--status-shadow:#dc26261f}:root[data-theme=dark] .status-green{--status-bg:#16a34a1f}:root[data-theme=dark] .status-orange{--status-bg:#ca8a041f}:root[data-theme=dark] .status-red{--status-bg:#dc26261f}.status-copy{min-width:0}.status-heading{color:var(--status-color);align-items:center;gap:10px;margin-bottom:14px;font-weight:900;display:inline-flex}.status-pulse{background:var(--status-color);width:13px;height:13px;box-shadow:0 0 0 7px color-mix(in srgb, var(--status-color) 13%, transparent);border-radius:999px;position:relative}.status-label{font-size:.96rem}.status-banner h2{max-width:660px;margin-bottom:14px;font-size:clamp(1.7rem,3vw,2.45rem)}.status-banner p:not(.eyebrow){max-width:690px;color:var(--color-muted);margin-bottom:0;font-size:1.05rem;line-height:1.7}.status-side{text-align:right;justify-items:end;gap:8px;min-width:210px;display:grid}.status-side strong{color:var(--status-color);font-size:1.35rem}.status-side span{color:var(--color-subtle);font-size:.92rem;font-weight:800}.status-meter{border:1px solid var(--color-border-soft);background:color-mix(in srgb, var(--color-surface) 72%, transparent);border-radius:999px;gap:8px;padding:8px;display:inline-flex}.meter-dot{opacity:.26;border-radius:999px;width:13px;height:13px}.meter-green{background:#16a34a}.meter-orange{background:#ca8a04}.meter-red{background:#dc2626}.status-green .meter-green,.status-orange .meter-orange,.status-red .meter-red{opacity:1;box-shadow:0 0 0 5px color-mix(in srgb, var(--status-color) 14%, transparent)}.ratings-section{border-bottom:1px solid #4f46e51a}.ratings-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center}.review-controls{align-items:center;gap:10px;display:inline-flex}.review-controls button{border:1px solid var(--color-border);background:var(--color-surface);width:46px;height:46px;color:var(--color-accent-strong);cursor:pointer;border-radius:999px;place-items:center;font-size:1.1rem;font-weight:900;transition:transform .18s,background .18s,border-color .18s;display:inline-grid}.review-controls button:hover{border-color:var(--color-accent);background:var(--color-surface-muted);transform:translateY(-2px)}.review-controls button:disabled{cursor:not-allowed;opacity:.45}.review-controls button:disabled:hover{border-color:var(--color-border);background:var(--color-surface);transform:none}.reviews-carousel{--review-card-width:calc((100% - 36px) / 3);--review-slide-distance:calc((var(--review-card-width) + 18px) * -1);overflow:hidden}.reviews-track{gap:18px;display:flex}.reviews-track.is-next{animation:.72s cubic-bezier(.22,1,.36,1) both reviews-next}.reviews-track.is-previous{animation:.72s cubic-bezier(.22,1,.36,1) both reviews-previous}.review-card{flex:0 0 var(--review-card-width);border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 90%, transparent);height:390px;box-shadow:0 18px 38px var(--color-card-shadow);border-radius:22px;flex-direction:column;padding:30px;display:flex}.review-card p{color:var(--color-muted);padding-right:6px;font-size:1.05rem;line-height:1.75;overflow-y:auto}.review-card p::-webkit-scrollbar{width:6px}.review-card p::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--color-accent) 28%, transparent);border-radius:999px}.review-card p::-webkit-scrollbar-track{background:0 0}.review-card h3{color:var(--color-heading);margin-top:auto;margin-bottom:0}.contact-section{padding-bottom:104px}.contact-panel{color:#fff;background:linear-gradient(135deg,#0f172af5,#4338cae6),url(/assets/contact-Brj6w-au.png) 50%/cover;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:42px;padding:48px;display:grid;box-shadow:0 24px 70px #2563eb38}.contact-panel h2{color:#fff}.contact-panel .eyebrow{color:#7dd3fc}.contact-panel p{color:#ffffffc7;max-width:630px;font-size:1.18rem;line-height:1.75}.contact-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;max-width:430px;margin-top:0;display:flex}.social-button{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:8px;gap:10px;min-height:50px;padding:0 18px}.social-button:hover{background:#ffffff24;border-color:#fff6}.social-info{cursor:default}.social-info:hover{transform:none}.social-button img{filter:drop-shadow(0 6px 12px #0000003d);flex:none;width:22px;height:22px}@keyframes rb-word-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes rb-blur-in{0%{opacity:.18;filter:blur(8px);transform:translateY(10px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes rb-highlight-sweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes reviews-next{0%{transform:translate(0)}to{transform:translateX(var(--review-slide-distance))}}@keyframes reviews-previous{0%{transform:translateX(var(--review-slide-distance))}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (width<=980px){.nav{flex-wrap:wrap;gap:14px;padding:16px 0}.nav-links{scrollbar-width:none;order:3;justify-content:flex-start;gap:18px;width:100%;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.hero{background:linear-gradient(180deg, color-mix(in srgb, var(--color-page) 93%, transparent), color-mix(in srgb, var(--color-page) 84%, transparent)), url(/assets/background-C2MKeKfz.png) center/cover;grid-template-columns:minmax(24px,1fr) minmax(0,760px) minmax(24px,1fr);min-height:auto}:root[data-theme=dark] .hero{background:linear-gradient(#0d111af5,#0d111ad6),url(/assets/background-C2MKeKfz.png) 50%/cover}.hero-content{padding:74px 0}.feature-grid,.subject-grid,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about,.billing-panel,.billing-grid,.status-banner,.contact-panel{grid-template-columns:1fr}.status-side{text-align:left;justify-items:start}.contact-actions{justify-content:flex-start;max-width:none}}@media (width<=680px){.nav,.section-pad{width:min(100% - 24px,1120px)}.nav-cta{min-height:42px;padding:0 14px;font-size:.88rem}.nav-links{gap:14px;font-size:.88rem}h1{font-size:clamp(2.45rem,12vw,3.7rem)}h2{font-size:clamp(1.9rem,9vw,2.45rem)}.hero{grid-template-columns:12px minmax(0,1fr) 12px}.hero-content{padding:58px 0}.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}.button,.social-button{width:100%}.section-pad{padding-top:56px;padding-bottom:56px}.feature-grid,.subject-grid,.pricing-grid{grid-template-columns:1fr;gap:18px}.about{gap:28px}.about-photo{min-height:360px}.reviews-carousel{--review-card-width:100%;--review-slide-distance:calc((100% + 18px) * -1)}.ratings-heading{grid-template-columns:1fr}.review-controls{justify-self:start}.pricing-card,.billing-panel,.status-banner,.review-card,.contact-panel{padding:24px}}
