@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0;font-family:Inter,Roboto,Helvetica,Arial,sans-serif}body{color:#000;background-color:#fff}body.admin-app{color:#000!important;background-color:#fff!important;font-family:Inter,Roboto,Helvetica,Arial,sans-serif!important;font-size:16px!important}a{color:inherit;text-decoration:none}.landing-page{--landing-bg:#fff;--landing-surface:#fff;--landing-ink:#111;--landing-muted:#666;--landing-gold:#c19a6b;--landing-gold-dark:#a67c52;--landing-soft:#faf8f5;--landing-soft-2:#f3f0eb;--landing-border:#e8e4de;--landing-shadow:0 20px 60px #00000014;--landing-radius:16px;background:var(--landing-bg);min-height:100vh;color:var(--landing-ink);overflow-x:hidden}body:has(.landing-page){background-color:#fff!important}.landing-page *{box-sizing:border-box}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes landing-float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landing-draw-line{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}@keyframes landing-pulse-gold{0%,to{box-shadow:0 0 #c19a6b59}50%{box-shadow:0 0 0 12px #c19a6b00}}@keyframes landing-shimmer-gold{0%{background-position:200%}to{background-position:-200%}}.landing-hero-enter{animation:.85s both landing-fade-up}.landing-hero-enter-1{animation:.85s .1s both landing-fade-up}.landing-hero-enter-2{animation:.85s .2s both landing-fade-up}.landing-hero-enter-3{animation:.85s .3s both landing-fade-up}.landing-hero-enter-4{animation:.85s .45s both landing-fade-up}.landing-reveal{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}.landing-reveal.is-visible{opacity:1;transform:translateY(0)}.landing-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border);background:#fffffff2}.landing-nav-link{color:var(--landing-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.landing-nav-link:hover,.landing-nav-link.is-active{color:var(--landing-ink)}.landing-nav-link.is-gold{color:var(--landing-gold-dark);font-weight:600}.landing-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--landing-gold-dark);margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.landing-gold-text{background:linear-gradient(120deg,#a67c52 0%,#e8c891 40%,#c19a6b 60%,#a67c52 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite landing-shimmer-gold}.landing-hero-highlight{flex-wrap:wrap;gap:20px;display:flex}.landing-hero-highlight-item{text-align:center;flex-direction:column;align-items:center;gap:8px;min-width:90px;transition:transform .3s;display:flex}.landing-hero-highlight-item:hover{transform:translateY(-4px)}.landing-hero-highlight-icon{border:1.5px solid var(--landing-gold);width:48px;height:48px;color:var(--landing-gold-dark);background:#fff;border-radius:12px;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.landing-hero-highlight-item:hover .landing-hero-highlight-icon{background:var(--landing-gold);color:#fff}.landing-hero-highlight-label{color:var(--landing-muted);max-width:100px;font-size:.72rem;font-weight:600;line-height:1.3}.landing-btn-black{color:#fff!important;text-transform:none!important;background:#000!important;border-radius:10px!important;font-weight:600!important;transition:transform .25s,box-shadow .25s!important}.landing-btn-black:hover{transform:translateY(-2px);background:#222!important;box-shadow:0 8px 24px #00000026!important}.landing-btn-outline{border:1.5px solid var(--landing-border)!important;color:var(--landing-ink)!important;text-transform:none!important;background:#fff!important;border-radius:10px!important;font-weight:600!important}.landing-btn-outline:hover{background:#fafafa!important;border-color:#000!important}.landing-btn-gold{background:var(--landing-gold)!important;color:#fff!important;text-transform:none!important;border-radius:10px!important;font-weight:600!important}.landing-btn-gold:hover{background:var(--landing-gold-dark)!important}.landing-devices{justify-content:center;align-items:center;min-height:520px;padding:8px 0 16px;animation:6s ease-in-out infinite landing-float;display:flex}.landing-phone{width:300px}.landing-phone-bezel{background:#111;border-radius:36px;padding:12px;box-shadow:0 32px 80px #00000038,0 8px 24px #0000001f,inset 0 0 0 1px #ffffff1a}.landing-phone-screen{aspect-ratio:9/19.5;background:#fff;border-radius:26px;position:relative;overflow:hidden}.landing-phone-screen-img{object-fit:cover;object-position:top center;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .7s,transform .7s;display:block;position:absolute;inset:0;transform:scale(1.04)translateY(6px)}.landing-phone-screen-img.is-active{opacity:1;z-index:1;transform:scale(1)translateY(0)}.landing-phone-dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.landing-phone-dot{cursor:pointer;background:#d4d4d4;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s,width .3s}.landing-phone-dot.is-active{background:var(--landing-gold);border-radius:999px;width:22px;transform:scale(1.05)}.landing-phone-dot:hover{background:#aaa}.landing-phone-dot.is-active:hover{background:var(--landing-gold-dark)}.landing-workflow-section{background:radial-gradient(ellipse 80% 50% at 50% 0%, #c19a6b1f 0%, transparent 70%), linear-gradient(180deg, var(--landing-soft) 0%, #fff 55%, var(--landing-soft-2) 100%);position:relative;overflow:hidden}.landing-workflow-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#c19a6b14 0%,#0000 70%);height:280px;position:absolute;inset:auto -20% -40%}.landing-workflow-track{z-index:1;position:relative}.landing-workflow-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid;position:relative}.landing-workflow-line{background:linear-gradient(90deg, transparent 0%, var(--landing-gold) 15%, var(--landing-gold) 85%, transparent 100%);opacity:.35;z-index:0;pointer-events:none;height:2px;position:absolute;top:52px;left:8%;right:8%}.landing-workflow-card{z-index:1;text-align:center;border:1px solid var(--landing-border);border-radius:var(--landing-radius);background:#fff;height:100%;padding:26px 16px 22px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;position:relative;box-shadow:0 8px 28px #0000000d}.landing-workflow-card:hover{border-color:var(--landing-gold);box-shadow:var(--landing-shadow);transform:translateY(-10px)}.landing-workflow-step{z-index:1;text-align:center;padding:0 8px;transition:transform .35s;position:relative}.landing-workflow-step:hover{transform:translateY(-6px)}.landing-workflow-icon-wrap{background:linear-gradient(145deg, #fff 0%, var(--landing-soft) 100%);width:64px;height:64px;color:var(--landing-gold-dark);border:1.5px solid #c19a6b73;border-radius:18px;justify-content:center;align-items:center;margin:0 auto;animation:3.5s infinite landing-pulse-gold;display:flex}.landing-workflow-card:first-child .landing-workflow-icon-wrap{animation-delay:0s}.landing-workflow-card:nth-child(2) .landing-workflow-icon-wrap{animation-delay:.4s}.landing-workflow-card:nth-child(3) .landing-workflow-icon-wrap{animation-delay:.8s}.landing-workflow-card:nth-child(4) .landing-workflow-icon-wrap{animation-delay:1.2s}.landing-workflow-card:nth-child(5) .landing-workflow-icon-wrap{animation-delay:1.6s}.landing-workflow-notice{z-index:1;border:1px solid var(--landing-border);border-left:4px solid var(--landing-gold);background:#fff;border-radius:14px;align-items:flex-start;gap:14px;margin-top:44px;padding:22px 24px;display:flex;position:relative;box-shadow:0 10px 32px #0000000f}.landing-workflow-notice-icon{color:var(--landing-gold-dark);flex-shrink:0;margin-top:2px;font-size:22px!important}.landing-pricing-row{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.landing-plan-card{border:1px solid var(--landing-border);border-radius:var(--landing-radius);background:#fff;flex-direction:column;padding:28px 24px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;display:flex;position:relative}.landing-plan-card:hover{box-shadow:var(--landing-shadow);transform:translateY(-8px)}.landing-plan-card.is-popular{border:2px solid var(--landing-gold);box-shadow:0 12px 40px #c19a6b33}.landing-plan-popular-tag{background:var(--landing-gold);color:#fff;letter-spacing:.08em;white-space:nowrap;border-radius:999px;padding:6px 16px;font-size:.7rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-plan-features{flex-grow:1;margin:0 0 24px;padding:0;list-style:none}.landing-plan-features li{color:var(--landing-muted);align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.9rem;line-height:1.4;display:flex}.landing-plan-check{color:var(--landing-gold-dark);flex-shrink:0;margin-top:1px;font-size:1rem}.landing-trust-bar{background:var(--landing-soft);border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border)}.landing-trust-item{align-items:center;gap:12px;transition:transform .3s;display:flex}.landing-trust-item:hover{transform:translateY(-2px)}.landing-trust-icon{border:1.5px solid var(--landing-gold);width:44px;height:44px;color:var(--landing-gold-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-phone-wrapper{flex-direction:column;align-items:center;width:300px;display:flex;position:relative}.landing-phone-glow{filter:blur(14px);pointer-events:none;z-index:0;background:radial-gradient(#c19a6b8c 0%,#0000 70%);width:180px;height:36px;animation:3s ease-in-out infinite landing-glow-pulse;position:absolute;bottom:44px;left:50%;transform:translate(-50%)}@keyframes landing-glow-pulse{0%,to{opacity:.55;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.15)}}@keyframes landing-float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.landing-phone-badge{white-space:nowrap;z-index:10;background:#fff;border:1px solid #0000000d;border-radius:14px;align-items:center;gap:8px;padding:9px 13px;display:flex;position:absolute;box-shadow:0 10px 32px #00000021}.landing-phone-badge-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.landing-phone-badge-1{animation:4s ease-in-out infinite landing-float-badge;top:16%;right:-168px}.landing-phone-badge-2{animation:4s ease-in-out 1.4s infinite landing-float-badge;top:44%;left:-168px}.landing-phone-badge-3{animation:4s ease-in-out .8s infinite landing-float-badge;bottom:18%;right:-158px}.landing-hero-section{position:relative;overflow:hidden}.landing-hero-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c19a6b1a 0%,#0000 68%);border-radius:50%;width:540px;height:540px;position:absolute;top:-160px;right:-100px}.landing-hero-section:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c19a6b0f 0%,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-60px;left:-80px}.landing-hero-content{z-index:1;position:relative}.landing-stats-bar{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:36px 0}.landing-stat-item{text-align:center;border-right:1px solid #1e1e1e;padding:8px 16px}.landing-stat-item:last-child{border-right:none}.landing-stat-value{background:linear-gradient(135deg,#c19a6b 0%,#e8c891 45%,#c19a6b 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:2rem;font-weight:800;line-height:1;animation:4s linear infinite landing-shimmer-gold}.landing-stat-label{color:#666;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:600}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-feature-card{border:1px solid var(--landing-border);border-radius:var(--landing-radius);background:#fff;padding:28px 24px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .3s}.landing-feature-card:hover{border-color:var(--landing-gold);transform:translateY(-6px);box-shadow:0 18px 52px #00000017}.landing-feature-icon-wrap{background:var(--landing-soft-2);width:52px;height:52px;color:var(--landing-gold-dark);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;transition:background .3s,color .3s;display:flex}.landing-feature-card:hover .landing-feature-icon-wrap{background:var(--landing-gold);color:#fff}.landing-workflow-icon-container{width:64px;margin:0 auto 18px;position:relative}.landing-workflow-icon-container .landing-workflow-icon-wrap{margin:0}.landing-workflow-step-num{background:var(--landing-gold-dark);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.62rem;font-weight:800;display:flex;position:absolute;top:-7px;right:-7px;box-shadow:0 2px 8px #0000002e}.landing-btn-play{color:#fff!important;text-transform:none!important;background:#000!important;border:1.5px solid #333!important;border-radius:12px!important;align-items:center!important;gap:10px!important;font-weight:600!important;transition:transform .25s,box-shadow .25s!important;display:inline-flex!important}.landing-btn-play:hover{transform:translateY(-2px);background:#1a1a1a!important;box-shadow:0 8px 24px #0003!important}.landing-btn-play-label{text-align:left;flex-direction:column;line-height:1.15;display:flex}.landing-btn-play-sub{opacity:.7;letter-spacing:.03em;font-size:.65rem;font-weight:400}.landing-btn-play-main{font-size:.95rem;font-weight:700}.landing-footer-dark{color:#aaa;background:#0a0a0a;padding-top:60px}.landing-footer-logo-text{color:#fff;letter-spacing:.08em;font-size:.95rem;font-weight:800}.landing-footer-tagline{color:#555;max-width:230px;margin:10px 0 0;font-size:.85rem;line-height:1.7}.landing-footer-heading{letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:18px;font-size:.72rem;font-weight:700}.landing-footer-links{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.landing-footer-links a{color:#666;font-size:.88rem;text-decoration:none;transition:color .2s}.landing-footer-links a:hover{color:var(--landing-gold)}.landing-footer-contact-item{color:#666;align-items:center;gap:10px;margin-bottom:13px;font-size:.85rem;display:flex}.landing-footer-contact-item a{color:#666;text-decoration:none;transition:color .2s}.landing-footer-contact-item a:hover{color:var(--landing-gold)}.landing-footer-trust-row{border-top:1px solid #181818;border-bottom:1px solid #181818;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;padding:28px 0;display:grid}.landing-footer-trust-item{align-items:flex-start;gap:12px;display:flex}.landing-footer-trust-icon{background:#181818;border:1px solid #2a2a2a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.landing-footer-bottom{border-top:1px solid #181818;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:20px 0;display:flex}.landing-footer-bottom-text{color:#3a3a3a;font-size:.78rem}@media (width<=1200px){.landing-workflow-grid{grid-template-columns:repeat(3,1fr);gap:20px}.landing-workflow-line{display:none}}@media (width<=960px){.landing-pricing-row{grid-template-columns:1fr;max-width:400px;margin:0 auto}.landing-workflow-grid{grid-template-columns:1fr;gap:16px;max-width:420px;margin:0 auto}.landing-workflow-card{text-align:left;grid-template-columns:auto 1fr;align-items:start;gap:4px 16px;padding:20px 18px;display:grid}.landing-workflow-icon-container{grid-row:span 2;margin:0}.landing-workflow-notice{flex-direction:column;margin-top:32px}.landing-devices{min-height:400px;margin-top:24px}.landing-features-grid{grid-template-columns:1fr 1fr}.landing-footer-trust-row{grid-template-columns:1fr;gap:16px}}@media (width<=600px){.landing-workflow-grid{grid-template-columns:1fr}.landing-hero-highlight{justify-content:center}.landing-features-grid{grid-template-columns:1fr}.landing-stat-item{border-bottom:1px solid #1e1e1e;border-right:none;padding:14px 8px}.landing-stat-item:last-child{border-bottom:none}.landing-stat-value{font-size:1.7rem}.landing-footer-bottom{text-align:center;justify-content:center}}@media (width<=1100px){.landing-phone-badge{display:none}}@media (prefers-reduced-motion:reduce){.landing-hero-enter,.landing-hero-enter-1,.landing-hero-enter-2,.landing-hero-enter-3,.landing-hero-enter-4,.landing-devices,.landing-workflow-icon-wrap{animation:none!important}.landing-reveal{opacity:1;transform:none}.landing-phone-screen-img{transition:none!important;transform:none!important}.landing-stat-value{animation:none!important}}
