:root{color-scheme:light;--bg: #ffffff;--bg-elevated: #f5f7fb;--bg-alt: #f8fafc;--accent: #0f8bff;--accent-soft: rgba(15, 139, 255, .08);--accent-secondary: #ff8c32;--text: #111827;--text-muted: #6b7280;--border-subtle: rgba(15, 23, 42, .08);--radius-lg: 18px;--radius-md: 12px;--radius-pill: 999px;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;background:var(--bg);color:var(--text)}.page{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border-subtle)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo{height:36px;width:auto}.nav{display:flex;align-items:center;gap:28px}.nav a{color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500}.nav a:hover{color:var(--accent)}.header-cta{padding:8px 16px;border-radius:var(--radius-pill);background:var(--accent);color:#fff!important}.header-cta:hover{background:#0a7ae6;color:#fff!important}.hero{padding:64px 24px 80px;text-align:center}.hero-inner{max-width:800px;margin:0 auto}.hero-title{font-size:clamp(2rem,4.5vw,3rem);line-height:1.1;letter-spacing:-.03em;margin:0 0 12px}.hero-tagline{margin:0 0 20px;font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary)}.hero-subtitle{margin:0 0 28px;color:var(--text-muted);font-size:1.1rem;line-height:1.6}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:48px}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-pill);border:1px solid rgba(15,139,255,.6);background:var(--accent);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 4px 14px #0f8bff66;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f8bff80;background:#0a7ae6}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:transparent;color:var(--text);font-weight:600;font-size:.95rem;text-decoration:none;transition:border-color .14s ease,background .14s ease}.secondary-button:hover{border-color:var(--accent);background:var(--accent-soft)}.hero-visual{margin-top:1px}.hero-image-shell{border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border-subtle);padding:32px 24px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 22px 55px #0f172a14}.hero-image-shell-footer{padding:1px;display:inline-flex;align-items:center;justify-content:center}.hero-image{max-width:320px;width:50%;height:auto;display:block}.section{padding:80px 24px}.section-alt{background:var(--bg-alt)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.section-subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin:0 0 48px;max-width:640px}.section-body{margin:0 0 20px;color:var(--text-muted);line-height:1.65;font-size:1rem}.section-list{margin:0 0 20px;padding-left:1.25rem;color:var(--text-muted);line-height:1.8}.text-link{color:var(--accent);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.section-grid .section-title{text-align:center}.section-grid .section-subtitle{margin-left:auto;margin-right:auto;text-align:center}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.card{background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:28px 24px;transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:#0f8bff4d;box-shadow:0 8px 24px #0f172a0f}.card-title{font-size:1.15rem;font-weight:600;margin:0 0 10px}.card-desc{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.55}.section-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.section-split-reverse .section-content{order:2}.section-split-reverse .section-placeholder{order:1}.section-placeholder{min-height:240px;background:var(--bg-elevated);border:1px dashed var(--border-subtle);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.section-video{width:100%;height:100%;min-height:200px;object-fit:cover;border-radius:var(--radius-lg);display:block}.placeholder-label{font-size:.9rem;color:var(--text-muted);padding:12px}.cta-section{padding:96px 24px;background:linear-gradient(180deg,var(--bg-alt) 0%,var(--bg) 100%)}.cta-inner{text-align:center;max-width:640px;margin:0 auto}.cta-title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.cta-subtitle{margin:0 0 32px;color:var(--text-muted);font-size:1.05rem;line-height:1.6}.cta-button{font-size:1rem;padding:14px 28px}.footer{margin-top:auto;border-top:1px solid var(--border-subtle);padding:48px 24px 24px;background:var(--bg)}.footer-inner{max-width:var(--max-width);margin:0 auto 32px;display:grid;grid-template-columns:1fr auto;gap:48px}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-logo-img{height:32px;width:auto}.footer-tagline{font-size:.9rem;color:var(--text-muted)}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 4px}.footer-col a{color:var(--text);text-decoration:none;font-size:.95rem}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:var(--max-width);margin:0 auto;padding-top:24px;border-top:1px solid var(--border-subtle);font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.nav{gap:16px}.nav a:not(.header-cta){display:none}.hero{padding:48px 20px 56px}.hero-ctas{flex-direction:column;margin-bottom:40px}.section{padding:56px 20px}.section-split,.section-split-reverse{grid-template-columns:1fr;gap:32px}.section-split-reverse .section-content,.section-split-reverse .section-placeholder{order:unset}.section-placeholder{min-height:180px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-links{gap:32px}.cta-section{padding:64px 20px}}
