:root{--ld-primary: #2962FF;--ld-primary-hover: #1e4fcc;--ld-bg: #ffffff;--ld-bg-alt: #f7f8fa;--ld-text: #1a1a2e;--ld-text-muted: #64748b;--ld-border: #e5e7eb;--ld-radius: 12px;--ld-font: "Inter", system-ui, -apple-system, sans-serif;--ld-success: #10b981;--ld-max-width: 1120px}[data-theme=dark]{--ld-bg: #0f0f1a;--ld-bg-alt: #1a1a2e;--ld-text: #e5e7eb;--ld-text-muted: #94a3b8;--ld-border: #2d2d44}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/inter-variable.woff2) format("woff2")}html{scroll-behavior:smooth}body{font-family:var(--ld-font);background:var(--ld-bg);color:var(--ld-text);line-height:1.6;-webkit-font-smoothing:antialiased}.ld-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--ld-bg);border-bottom:1px solid var(--ld-border);backdrop-filter:blur(12px)}.ld-nav__inner{max-width:var(--ld-max-width);margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.ld-nav__logo{font-size:1.25rem;font-weight:700;color:var(--ld-primary);text-decoration:none;letter-spacing:-.02em}.ld-nav__actions{display:flex;gap:12px;align-items:center}.ld-nav__link{font-size:.875rem;font-weight:500;color:var(--ld-text-muted);text-decoration:none;padding:8px 16px;border-radius:8px;transition:color .15s,background .15s}.ld-nav__link:hover{color:var(--ld-text);background:var(--ld-bg-alt)}.ld-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ld-font);font-size:.9375rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;border-radius:var(--ld-radius);padding:12px 28px;transition:background .15s,transform .1s}.ld-btn:active{transform:scale(.97)}.ld-btn--primary{background:var(--ld-primary);color:#fff}.ld-btn--primary:hover{background:var(--ld-primary-hover)}.ld-btn--outline{background:transparent;color:var(--ld-primary);border:1.5px solid var(--ld-primary)}.ld-btn--outline:hover{background:#2962ff0f}.ld-hero{padding:140px 24px 80px;text-align:center;background:linear-gradient(180deg,var(--ld-bg) 0%,var(--ld-bg-alt) 100%)}.ld-hero__inner{max-width:720px;margin:0 auto}.ld-hero__badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--ld-primary);background:#2962ff14;padding:6px 16px;border-radius:100px;margin-bottom:24px;letter-spacing:.02em}[data-theme=dark] .ld-hero__badge{background:#2962ff2e}.ld-hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}.ld-hero__title span{color:var(--ld-primary)}.ld-hero__subtitle{font-size:1.125rem;color:var(--ld-text-muted);max-width:540px;margin:0 auto 36px;line-height:1.7}.ld-hero__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ld-section{padding:80px 24px}.ld-section--alt{background:var(--ld-bg-alt)}.ld-section__inner{max-width:var(--ld-max-width);margin:0 auto}.ld-section__header{text-align:center;margin-bottom:56px}.ld-section__title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.ld-section__desc{font-size:1rem;color:var(--ld-text-muted);max-width:540px;margin:0 auto}.ld-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ld-feature{background:var(--ld-bg);border:1px solid var(--ld-border);border-radius:var(--ld-radius);padding:32px 28px;text-align:center;transition:box-shadow .2s}.ld-feature:hover{box-shadow:0 8px 24px #0000000f}[data-theme=dark] .ld-feature:hover{box-shadow:0 8px 24px #0000004d}.ld-feature__icon{width:56px;height:56px;border-radius:50%;background:#2962ff14;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--ld-primary)}[data-theme=dark] .ld-feature__icon{background:#2962ff2e}.ld-feature__title{font-size:1.0625rem;font-weight:600;margin-bottom:8px}.ld-feature__desc{font-size:.875rem;color:var(--ld-text-muted);line-height:1.6}.ld-schedule{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ld-schedule__card{background:var(--ld-bg);border:1px solid var(--ld-border);border-radius:var(--ld-radius);padding:32px 28px}.ld-schedule__card-icon{width:48px;height:48px;border-radius:50%;background:#2962ff14;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--ld-primary)}[data-theme=dark] .ld-schedule__card-icon{background:#2962ff2e}.ld-schedule__card-title{font-size:1.0625rem;font-weight:600;margin-bottom:16px}.ld-schedule__row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--ld-border);font-size:.875rem}.ld-schedule__row:last-child{border-bottom:none}.ld-schedule__row-label{color:var(--ld-text-muted)}.ld-schedule__row-value{font-weight:500}.ld-schedule__card-note{margin-top:16px;font-size:.8125rem;color:var(--ld-text-muted);line-height:1.6}.ld-help{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ld-help__card{background:var(--ld-bg);border:1px solid var(--ld-border);border-radius:var(--ld-radius);padding:32px 28px;display:flex;flex-direction:column}.ld-help__card-title{font-size:1.0625rem;font-weight:600;margin-bottom:8px}.ld-help__card-desc{font-size:.875rem;color:var(--ld-text-muted);line-height:1.6;margin-bottom:20px;flex:1}.ld-help__card-link{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--ld-primary);text-decoration:none;transition:gap .15s}.ld-help__card-link:hover{gap:12px}.ld-help__card-link svg{width:16px;height:16px;flex-shrink:0}.ld-footer{border-top:1px solid var(--ld-border);padding:40px 24px}.ld-footer__inner{max-width:var(--ld-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.ld-footer__brand{font-size:1rem;font-weight:700;color:var(--ld-primary)}.ld-footer__links{display:flex;gap:24px}.ld-footer__link{font-size:.8125rem;color:var(--ld-text-muted);text-decoration:none;transition:color .15s}.ld-footer__link:hover{color:var(--ld-text)}.ld-footer__copy{font-size:.8125rem;color:var(--ld-text-muted);width:100%;text-align:center;margin-top:16px}@media(max-width:768px){.ld-features,.ld-schedule,.ld-help{grid-template-columns:1fr}.ld-hero{padding:120px 20px 60px}.ld-section{padding:60px 20px}.ld-nav__inner{padding:0 16px}.ld-footer__inner{justify-content:center;text-align:center}.ld-footer__links{justify-content:center}}@media(max-width:480px){.ld-hero__ctas{flex-direction:column;align-items:center}.ld-btn{width:100%;max-width:280px}}
