html{scroll-behavior:smooth}.landing-page{min-height:100vh}.landing-page a{color:inherit;text-decoration:none}.landing-page{--primary: #1a56db;--primary-dark: #1648b8;--primary-light: #3b82f6;--accent-purple: #6366f1;--text: #111827;--text-secondary: #4b5563;--text-muted: #6b7280;--bg: #f3f4f6;--surface: #ffffff;--border: #e5e7eb;--shadow: 0 4px 24px rgba(26, 86, 219, .08);--shadow-lg: 0 20px 60px rgba(26, 86, 219, .15);--radius: 16px;--header-h: 72px}.landing-page .container{width:min(1120px,calc(100% - 48px));margin:0 auto}.landing-page .site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.landing-page .site-header.scrolled{border-color:var(--border);box-shadow:0 2px 16px #0000000a}.landing-page .header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.landing-page .logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem}.landing-page .logo-icon{display:block;width:40px;height:40px;border-radius:10px;flex-shrink:0;object-fit:cover}.landing-page .logo-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--accent-purple));color:#fff;font-size:1rem}.landing-page .nav{display:flex;gap:32px}.landing-page .nav a{font-size:.95rem;color:var(--text-secondary);transition:color .2s}.landing-page .nav a:hover{color:var(--primary)}.landing-page .nav-toggle{display:none;flex-direction:column;gap:5px;padding:8px;border:none;background:none;cursor:pointer}.landing-page .nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.landing-page .hero{position:relative;padding:calc(var(--header-h) + 64px) 0 80px;overflow:hidden}.landing-page .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a56db,#3b82f6,#6366f1)}.landing-page .hero-bg:after{content:"";position:absolute;right:-120px;top:-80px;width:420px;height:420px;border-radius:50%;background:#ffffff14}.landing-page .hero-inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.landing-page .hero-tag{display:inline-block;margin:0 0 16px;padding:6px 14px;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fffffff2;font-size:.875rem}.landing-page .hero-copy h1{margin:0 0 20px;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1.15;color:#fff}.landing-page .hero-lead{margin:0 0 32px;max-width:480px;font-size:1.05rem;color:#ffffffd9;line-height:1.75}.landing-page .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s}.landing-page .btn:hover{transform:translateY(-1px)}.landing-page .btn-primary{background:#fff;color:var(--primary);box-shadow:0 8px 24px #0000001f}.landing-page .btn-primary:hover{box-shadow:0 12px 32px #0000002e}.landing-page .btn-ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35)}.landing-page .btn-ghost:hover{background:#fff3}.landing-page .hero-stats{display:flex;gap:40px;margin:0;padding:0;list-style:none}.landing-page .hero-stats li{display:flex;flex-direction:column}.landing-page .hero-stats strong{font-size:1.75rem;font-weight:800;color:#fff;line-height:1.2}.landing-page .hero-stats span{font-size:.8rem;color:#ffffffb3}.landing-page .phone-mock{width:min(300px,100%);margin:0 auto;padding:12px;border-radius:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);box-shadow:var(--shadow-lg)}.landing-page .phone-notch{width:80px;height:6px;margin:0 auto 10px;border-radius:999px;background:#ffffff4d}.landing-page .phone-screen{border-radius:28px;background:var(--bg);overflow:hidden}.landing-page .phone-banner{padding:20px 16px 24px;background:linear-gradient(135deg,#1a56db,#6366f1)}.landing-page .phone-title{font-size:1rem;font-weight:700;color:#fff}.landing-page .phone-sub{margin-top:4px;font-size:.75rem;color:#fffc}.landing-page .phone-progress{margin:-16px 12px 12px;padding:14px;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.landing-page .phone-progress-bar{height:6px;margin-bottom:10px;border-radius:999px;background:var(--border);overflow:hidden}.landing-page .phone-progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent-purple))}.landing-page .phone-steps{display:flex;justify-content:space-between}.landing-page .phone-steps span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-size:.7rem;background:var(--border);color:var(--text-muted)}.landing-page .phone-steps span.done{background:var(--primary);color:#fff}.landing-page .phone-modules{margin:0;padding:0 12px 16px;list-style:none}.landing-page .phone-modules li{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:6px;border-radius:10px;background:#fff}.landing-page .phone-modules em{font-style:normal;font-size:1.1rem}.landing-page .phone-modules b{display:block;font-size:.82rem}.landing-page .phone-modules small{color:var(--text-muted);font-size:.7rem}.landing-page .section{padding:88px 0}.landing-page .section-head{text-align:center;max-width:560px;margin:0 auto 56px}.landing-page .section-label{display:inline-block;margin-bottom:12px;font-size:.85rem;font-weight:600;color:var(--primary);letter-spacing:.04em}.landing-page .section-head h2{margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.landing-page .section-head p{margin:0;color:var(--text-secondary)}.landing-page .flow{background:var(--surface)}.landing-page .flow-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin:0;padding:0;list-style:none}.landing-page .flow-steps li{position:relative;padding:28px 20px;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.landing-page .flow-steps li:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.landing-page .flow-num{display:block;margin-bottom:16px;font-size:2rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--primary),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .flow-steps h3{margin:0 0 8px;font-size:1.05rem}.landing-page .flow-steps p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.65}.landing-page .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .feature-card{padding:32px 28px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.landing-page .feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.landing-page .feature-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:20px;border-radius:14px;font-size:1.5rem;background:color-mix(in srgb,var(--accent, var(--primary)) 12%,transparent)}.landing-page .feature-card h3{margin:0 0 10px;font-size:1.15rem}.landing-page .feature-card p{margin:0;font-size:.9rem;color:var(--text-secondary);line-height:1.7}.landing-page .feature-card-highlight{background:linear-gradient(135deg,#1a56db0f,#6366f114);border-color:#1a56db26}.landing-page .audience{background:var(--surface)}.landing-page .audience-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}.landing-page .audience-inner .section-head{text-align:left;margin:0 0 32px}.landing-page .audience-list{margin:0;padding:0;list-style:none}.landing-page .audience-list li{display:flex;flex-direction:column;gap:4px;padding:20px 0;border-bottom:1px solid var(--border)}.landing-page .audience-list li:first-child{padding-top:0}.landing-page .audience-list strong{font-size:1.05rem}.landing-page .audience-list span{color:var(--text-secondary);font-size:.925rem}.landing-page .audience-aside{padding:32px;border-radius:var(--radius);background:linear-gradient(160deg,var(--primary) 0%,var(--accent-purple) 100%);color:#fff}.landing-page .audience-aside h3{margin:0 0 16px;font-size:1.1rem}.landing-page .audience-aside ul{margin:0 0 20px;padding-left:20px;line-height:1.9}.landing-page .aside-note{margin:0;font-size:.85rem;opacity:.85}.landing-page .cta-inner{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;padding:56px;border-radius:24px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.landing-page .cta-copy h2{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem)}.landing-page .cta-copy>p{margin:0 0 24px;color:var(--text-secondary);max-width:440px}.landing-page .cta-steps{margin:0;padding-left:20px;color:var(--text-secondary);line-height:2}.landing-page .qr-box{text-align:center}.landing-page .qr-placeholder{width:160px;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-bottom:12px;border-radius:16px;border:2px dashed var(--border);background:var(--bg);color:var(--text-muted)}.landing-page .qr-placeholder span{font-size:1rem;font-weight:600}.landing-page .qr-placeholder small{font-size:.75rem}.landing-page .qr-box>p{margin:0;font-size:.875rem;color:var(--text-secondary)}.landing-page .site-footer{padding:48px 0 32px;background:#0f172a;color:#ffffffbf}.landing-page .footer-inner{display:grid;grid-template-columns:1fr auto;gap:32px 48px}.landing-page .footer-brand{display:flex;gap:12px;align-items:center}.landing-page .footer-brand strong{display:block;color:#fff}.landing-page .footer-brand p{margin:4px 0 0;font-size:.875rem}.landing-page .footer-links{display:flex;gap:24px;align-items:start}.landing-page .footer-links a{font-size:.9rem;transition:color .2s}.landing-page .footer-links a:hover{color:#fff}.landing-page .footer-legal{grid-column:1 / -1;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.landing-page .footer-legal p{margin:0 0 8px;font-size:.8rem;line-height:1.7}.landing-page .footer-copy{opacity:.6}.landing-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width: 960px){.landing-page .hero-inner{grid-template-columns:1fr;text-align:center}.landing-page .hero-lead{margin-left:auto;margin-right:auto}.landing-page .hero-actions,.landing-page .hero-stats{justify-content:center}.landing-page .flow-steps,.landing-page .feature-grid{grid-template-columns:1fr 1fr}.landing-page .audience-inner{grid-template-columns:1fr}.landing-page .audience-inner .section-head{text-align:center}.landing-page .cta-inner{grid-template-columns:1fr;text-align:center;padding:40px 28px}.landing-page .cta-copy>p{margin-left:auto;margin-right:auto}.landing-page .cta-steps{display:inline-block;text-align:left}.landing-page .qr-box{justify-self:center}}@media (max-width: 640px){.landing-page .container{width:min(100% - 32px,1120px)}.landing-page .nav{display:none;position:absolute;top:var(--header-h);left:0;right:0;flex-direction:column;gap:0;padding:12px 24px 20px;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 24px #0000000f}.landing-page .nav.open{display:flex}.landing-page .nav a{padding:12px 0;border-bottom:1px solid var(--border)}.landing-page .nav a:last-child{border-bottom:none}.landing-page .nav-toggle{display:flex}.landing-page .nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-page .nav-toggle.open span:nth-child(2){opacity:0}.landing-page .nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-page .hero{padding-bottom:56px}.landing-page .hero-stats{gap:24px}.landing-page .flow-steps,.landing-page .feature-grid{grid-template-columns:1fr}.landing-page .section{padding:64px 0}.landing-page .footer-inner{grid-template-columns:1fr}.landing-page .footer-links{flex-wrap:wrap}}.landing-page .footer-admin-sep{opacity:.5}.landing-page .footer-admin-link{font-size:.75rem;color:#ffffff73;transition:color .2s}.landing-page .footer-admin-link:hover{color:#ffffffb3}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
