.landing{--lp-bg:#fff;--lp-text:#1a2332;--lp-text-secondary:#475569;--lp-navy:#1f3b57;--lp-navy-deep:#162a40;--lp-gold:#c9962e;--lp-gold-hover:#b8862a;--lp-teal:#1b7a75;--lp-border:#e8ecf1;--lp-surface:#f8fafb;--lp-surface-alt:#eef2f7;--lp-surface-tabs:#f1f4f8;--lp-card-bg:#fff;--lp-nav-bg:#ffffffeb;--lp-nav-scroll-shadow:#0000000a;--lp-shadow-card:#0000000f;--lp-shadow-btn:#1f3b5740;--lp-gold-soft:#c9962e1a;--lp-teal-soft:#1b7a751a;--lp-showcase-bg:linear-gradient(135deg, #1f3b57 0%, #2a5070 100%);--lp-footer-bg:#0f1d2f;--lp-footer-text:#94a3b8;--lp-footer-heading:#e2e8f0;--lp-footer-rule:#1e293b;--lp-cta-bg:linear-gradient(135deg, #1f3b57 0%, #2a5070 100%);--logo-ink:#1b2a4b;--lp-mobile-menu-bg:#fff;background:var(--lp-bg);color:var(--lp-text)}.landing.dark{--lp-bg:#0b1120;--lp-text:#e2e8f0;--lp-text-secondary:#94a3b8;--lp-navy:#a8c4e0;--lp-navy-deep:#c8dcf0;--lp-gold:#e4b44a;--lp-gold-hover:#d4a23a;--lp-teal:#2dd4bf;--lp-border:#1e293b;--lp-surface:#111827;--lp-surface-alt:#1e293b;--lp-surface-tabs:#1e293b;--lp-card-bg:#151d2e;--lp-nav-bg:#0b1120eb;--lp-nav-scroll-shadow:#0000004d;--lp-shadow-card:#0000004d;--lp-shadow-btn:#0006;--lp-gold-soft:#e4b44a1f;--lp-teal-soft:#2dd4bf1f;--lp-showcase-bg:linear-gradient(135deg, #162a40 0%, #1a3550 100%);--lp-footer-bg:#060c18;--lp-footer-text:#64748b;--lp-footer-heading:#cbd5e1;--lp-footer-rule:#1e293b;--lp-cta-bg:linear-gradient(135deg, #162a40 0%, #1a3550 100%);--logo-ink:#f7f4ed;--lp-mobile-menu-bg:#111827}.landing-container{max-width:1160px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.landing-nav{z-index:100;background:var(--lp-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #0000;height:72px;transition:border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{border-bottom-color:var(--lp-border);box-shadow:0 2px 12px var(--lp-nav-scroll-shadow)}.landing-nav-inner{justify-content:space-between;align-items:center;max-width:1160px;height:100%;margin:0 auto;padding:0 24px;display:flex}.landing-logo{align-items:center;display:flex}.landing-footer a.landing-logo{padding:0;display:inline-flex}.landing-links{align-items:center;gap:8px;display:flex}.landing-link{color:var(--lp-text-secondary);border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500;transition:background .2s,color .2s}.landing-link:hover{background:var(--lp-surface-alt);color:var(--lp-navy)}.landing-nav-right{align-items:center;gap:12px;display:flex}.landing-login-link{color:var(--lp-navy);padding:8px 14px;font-size:14px;font-weight:600}.landing-hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:8px;display:none}.landing-hamburger span{background:var(--lp-navy);border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.landing-hamburger.open span:first-child{transform:rotate(45deg)translateY(7px)}.landing-hamburger.open span:nth-child(2){opacity:0}.landing-hamburger.open span:nth-child(3){transform:rotate(-45deg)translateY(-7px)}.landing-theme-toggle{border:1px solid var(--lp-border);background:var(--lp-surface);cursor:pointer;width:36px;height:36px;color:var(--lp-text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex}.landing-theme-toggle:hover{background:var(--lp-surface-alt);border-color:var(--lp-navy);color:var(--lp-navy)}.landing-theme-toggle svg{width:18px;height:18px;transition:transform .3s}.landing-theme-toggle:hover svg{transform:rotate(15deg)}.landing-theme-toggle .icon-sun{display:none}.landing-theme-toggle .icon-moon,.landing.dark .landing-theme-toggle .icon-sun{display:block}.landing.dark .landing-theme-toggle .icon-moon{display:none}.landing-btn{font-family:var(--font-display);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.landing-btn--sm{border-radius:10px;padding:10px 20px;font-size:14px}.landing-btn--primary{background:var(--lp-navy);color:var(--lp-bg)}.landing.dark .landing-btn--primary{color:#0b1120;background:#c9962e}.landing-btn--primary:hover{box-shadow:0 4px 20px var(--lp-shadow-btn);transform:translateY(-1px)}.landing-btn--gold{background:var(--lp-gold);color:#fff}.landing-btn--gold:hover{background:var(--lp-gold-hover);transform:translateY(-1px);box-shadow:0 4px 20px #c9962e4d}.landing-btn--outline{color:var(--lp-navy);border:1.5px solid var(--lp-border);background:0 0}.landing-btn--outline:hover{border-color:var(--lp-navy);background:var(--lp-surface-alt)}.landing-btn--ghost{color:var(--lp-navy);background:0 0}.landing-btn--ghost:hover{background:var(--lp-surface-alt)}.landing-btn-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}.landing-hero{text-align:center;padding:140px 0 80px}.landing-hero-content h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--lp-navy);max-width:780px;margin:0 auto;font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1}.landing.dark .landing-hero-content h1{color:var(--lp-text)}.landing-hero-badge{color:var(--lp-text-secondary);background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.landing-dot{background:var(--lp-teal);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-hero-video{aspect-ratio:16/9;border:1px solid var(--lp-border);max-width:880px;box-shadow:0 24px 64px var(--lp-shadow-card);background:#0b1120;border-radius:16px;margin:48px auto 0;overflow:hidden}.landing-hero-video iframe{border:0;width:100%;height:100%;display:block}.landing-hero-sub{max-width:620px;color:var(--lp-text-secondary);margin:20px auto 0;font-size:17px;line-height:1.7}.landing-gold-mark{color:var(--lp-gold)}.landing-showcase{background:var(--lp-showcase-bg);color:#fff;border-radius:20px;margin-top:48px;padding:48px}.landing-showcase-inner p{max-width:500px;margin-bottom:32px;font-size:18px;font-weight:500}.landing-showcase-stats{gap:48px;display:flex}.landing-showcase-stat .num{font-family:var(--font-display);font-size:32px;font-weight:800}.landing-showcase-stat .label{color:#fff9;margin-top:4px;font-size:13px}.landing-trust{padding:80px 0}.landing-trust-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-trust-item{align-items:flex-start;gap:20px;display:flex}.landing-trust-icon{background:var(--lp-surface-alt);width:48px;height:48px;color:var(--lp-navy);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-trust-item h3{font-family:var(--font-display);margin-bottom:6px;font-size:16px;font-weight:700}.landing-trust-item p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-section{padding:96px 0}.landing-eyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--lp-gold);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.landing-section-title{font-family:var(--font-display);color:var(--lp-navy);margin-bottom:16px;font-size:clamp(24px,3.5vw,40px);font-weight:800}.landing.dark .landing-section-title{color:var(--lp-text)}.landing-section-desc{color:var(--lp-text-secondary);max-width:600px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.landing-tabs{background:var(--lp-surface-tabs);border-radius:12px;gap:4px;margin-top:40px;margin-bottom:40px;padding:4px;display:inline-flex}.landing-tab-btn{font-family:var(--font-display);color:var(--lp-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s}.landing-tab-btn.active{background:var(--lp-card-bg);color:var(--lp-navy);box-shadow:0 2px 8px var(--lp-shadow-card)}.landing.dark .landing-tab-btn.active{color:var(--lp-text)}.landing-tab-panel{display:none}.landing-tab-panel.active{display:block}.landing-steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.landing-step{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:16px;padding:28px;transition:all .3s}.landing-step:hover{box-shadow:0 4px 20px var(--lp-shadow-card);border-color:#1f3b5733}.landing-step-num{color:#fff;width:36px;height:36px;font-family:var(--font-display);background:#1f3b57;border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;font-size:15px;font-weight:700;display:flex}.landing.dark .landing-step-num{background:var(--lp-gold);color:#0b1120}.landing-step h3{font-family:var(--font-display);margin-bottom:8px;font-size:16px;font-weight:700}.landing-step p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-verified-s{background:var(--lp-surface)}.landing-verified-badge{margin-bottom:28px}.landing-proof-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.landing-proof-card{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:16px;padding:28px;transition:all .3s}.landing-proof-card:hover{box-shadow:0 4px 20px var(--lp-shadow-card);border-color:#c9962e4d}.landing-proof-icon{background:var(--lp-gold-soft);width:44px;height:44px;color:var(--lp-gold);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.landing-proof-card h3{font-family:var(--font-display);margin-bottom:8px;font-size:16px;font-weight:700}.landing-proof-card p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-for-whom{background:var(--lp-bg)}.landing-for-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.landing-for-card{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:20px;padding:36px}.landing-for-label{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.landing-for-label--creator{background:var(--lp-gold-soft);color:var(--lp-gold)}.landing-for-label--brand{background:var(--lp-teal-soft);color:var(--lp-teal)}.landing-for-card h3{font-family:var(--font-display);margin-bottom:24px;font-size:22px;font-weight:700}.landing-perk{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.landing-perk-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-perk-icon--gold{background:var(--lp-gold-soft);color:var(--lp-gold)}.landing-perk-icon--teal{background:var(--lp-teal-soft);color:var(--lp-teal)}.landing-perk h4{font-family:var(--font-display);margin-bottom:4px;font-size:14px;font-weight:700}.landing-perk p{color:var(--lp-text-secondary);font-size:13px;line-height:1.5}.landing-highlights{background:var(--lp-surface)}.landing-hl-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.landing-hl-card{background:var(--lp-card-bg);border:1px solid var(--lp-border);border-radius:16px;padding:28px;transition:all .3s}.landing-hl-card:hover{box-shadow:0 4px 20px var(--lp-shadow-card);border-color:#1f3b5733;transform:translateY(-2px)}.landing-hl-icon{background:var(--lp-surface-alt);width:44px;height:44px;color:var(--lp-navy);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.landing-hl-card h3{font-family:var(--font-display);margin-bottom:8px;font-size:16px;font-weight:700}.landing-hl-card p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-faq-s{background:var(--lp-bg)}.landing-faq-list{max-width:720px;margin:40px auto 0}.landing-faq-item{border:1px solid var(--lp-border);border-radius:14px;margin-bottom:8px;transition:all .3s;overflow:hidden}.landing-faq-item:hover{border-color:#1f3b5733}.landing-faq-q{width:100%;font-family:var(--font-display);color:var(--lp-navy);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:15px;font-weight:600;display:flex}.landing.dark .landing-faq-q{color:var(--lp-text)}.landing-faq-icon{background:var(--lp-surface-tabs);width:24px;height:24px;color:var(--lp-text-secondary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.landing-faq-item.active .landing-faq-icon{transform:rotate(45deg)}.landing-faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.landing-faq-item.active .landing-faq-a{max-height:300px}.landing-faq-a-inner{color:var(--lp-text-secondary);padding:0 24px 20px;font-size:14px;line-height:1.7}.landing-cta-s{background:var(--lp-cta-bg);color:#fff}.landing-cta-s .landing-section-title{color:#fff}.landing-cta-s .landing-section-desc{color:#ffffffb3}.landing-cta-s .landing-btn--gold:hover{box-shadow:0 4px 20px #c9962e66}.landing-cta-s .landing-btn--outline{color:#fff;border-color:#ffffff4d}.landing-cta-s .landing-btn--outline:hover{background:#ffffff1a;border-color:#ffffff80}.landing-footer{background:var(--lp-footer-bg);color:var(--lp-footer-text);padding:64px 0 32px}.landing-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;display:grid}.landing-footer-brand p{max-width:280px;margin-top:16px;font-size:14px;line-height:1.7}.landing-footer h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--lp-footer-heading);margin-bottom:16px;font-size:13px;font-weight:700}.landing-footer a{color:var(--lp-footer-text);padding:4px 0;font-size:14px;transition:color .2s;display:block}.landing-footer a:hover{color:var(--lp-footer-heading)}.landing-footer-socials{gap:12px;margin-top:12px;display:flex}.landing-footer-socials a{padding:0;display:flex}.landing-footer-bottom{border-top:1px solid var(--lp-footer-rule);justify-content:space-between;align-items:center;margin-top:48px;padding-top:24px;font-size:13px;display:flex}.landing-footer-legal{gap:20px;display:flex}.landing-footer-legal a{display:inline}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.25,.46,.45,.94);transform:translateY(32px)}.reveal.visible{opacity:1;transform:none}.landing-hero-content>*{opacity:0;animation:.7s cubic-bezier(.25,.46,.45,.94) forwards heroIn;transform:translateY(24px)}.landing-hero-content>:first-child{animation-delay:.15s}.landing-hero-content>:nth-child(2){animation-delay:.3s}.landing-hero-content>:nth-child(3){animation-delay:.45s}.landing-hero-content>:nth-child(4){animation-delay:.6s}.landing-hero-content>:nth-child(5){animation-delay:.75s}@keyframes heroIn{to{opacity:1;transform:none}}@media (max-width:1023px){.landing-for-grid{grid-template-columns:1fr}.landing-footer-grid{grid-template-columns:1fr 1fr}.landing-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.landing-section{padding:72px 0}.landing-links,.landing-login-link{display:none}.landing-hamburger{display:flex}.landing-links.open{background:var(--lp-mobile-menu-bg);border-bottom:1px solid var(--lp-border);flex-direction:column;gap:4px;padding:16px 24px;display:flex;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 20px #00000012}.landing-hero{padding-top:112px}.landing-showcase{border-radius:16px;margin:48px 0 0;padding:32px}.landing-showcase-stats{flex-direction:column;gap:20px}.landing-trust-grid{grid-template-columns:1fr;gap:20px}.landing-steps{grid-template-columns:1fr}.landing-tabs{width:100%}.landing-tab-btn{text-align:center;flex:1}.landing-proof-grid,.landing-hl-grid{grid-template-columns:1fr;gap:16px}.landing-footer-grid{grid-template-columns:1fr;gap:28px}.landing-footer-bottom{text-align:center;flex-direction:column;gap:12px}.landing-btn-row{flex-direction:column;align-items:stretch}.landing-btn-row .landing-btn{text-align:center;justify-content:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.landing-hero-content>*{opacity:1;transform:none}}
