*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #FF6B35;--color-primary-dark: #E55A2B;--color-customer: #4A90D9;--color-business: #5856D6;--color-text: #1a1a2e;--color-text-light: #555;--color-text-muted: #888;--color-bg: #ffffff;--color-bg-light: #f8f9fa;--color-border: #e9ecef;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 12px;--radius-lg: 20px}body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}.landing{min-height:100vh;overflow-x:hidden}.landing-container{max-width:1100px;margin:0 auto;padding:0 24px}.logo-icon{width:36px;height:36px;background:var(--color-primary);border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-icon span{color:#fff;font-size:18px;font-weight:800}.logo-icon.small{width:26px;height:26px;border-radius:7px}.logo-icon.small span{font-size:13px}.landing-header{padding:20px 0;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--color-border)}.landing-logo{display:flex;align-items:center;gap:10px}.landing-logo-text{font-size:20px;font-weight:700;color:var(--color-text)}.landing-hero{padding:60px 0 80px;background:linear-gradient(180deg,#fafbff,#fff)}.landing-hero .landing-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-badge{display:inline-block;background:#fff3ed;color:var(--color-primary);font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:20px}.hero-title{font-size:44px;font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}.hero-subtitle{font-size:17px;color:var(--color-text-light);line-height:1.6;margin-bottom:32px;max-width:460px}.hero-form{display:flex;gap:10px;max-width:420px}.hero-input{flex:1;padding:14px 18px;border:2px solid var(--color-border);border-radius:var(--radius);font-size:15px;font-family:var(--font);outline:none;transition:border-color .2s}.hero-input:focus{border-color:var(--color-primary)}.hero-btn{padding:14px 24px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);font-size:15px;font-weight:600;font-family:var(--font);cursor:pointer;white-space:nowrap;transition:background .2s,transform .1s}.hero-btn:hover{background:var(--color-primary-dark)}.hero-btn:active{transform:scale(.97)}.hero-success{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#e8f5e9;border-radius:var(--radius);max-width:420px}.hero-success-icon{color:#2e7d32;font-size:20px;font-weight:700}.hero-success p{font-size:15px;color:#2e7d32;font-weight:500}.hero-note{margin-top:14px;font-size:13px;color:var(--color-text-muted)}.hero-visual{display:flex;gap:16px;justify-content:center;align-items:flex-end;perspective:1000px}.phone-mockup{width:200px;height:400px;background:#1a1a2e;border-radius:30px;padding:8px;box-shadow:0 30px 60px #00000026;position:relative;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.phone-mockup.animate-in{opacity:1;transform:translateY(0)}.phone-customer{transition-delay:.2s}.phone-business{transition-delay:.4s;transform:translateY(60px)}.phone-business.animate-in{transform:translateY(20px)}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:60px;height:20px;background:#1a1a2e;border-radius:0 0 12px 12px;z-index:10}.phone-screen{width:100%;height:100%;border-radius:24px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.screen-customer{background:var(--color-customer)}.splash-circle{position:absolute;border-radius:999px;background:#ffffff14}.circle-1{width:180px;height:180px;top:-50px;right:-40px}.circle-2{width:150px;height:150px;bottom:-30px;left:-50px}.splash-card{width:150px;height:95px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;overflow:hidden;margin-bottom:16px;position:relative;opacity:0;transform:scale(.3) rotate(-8deg);transition:opacity .4s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.splash-card.card-animate{opacity:1;transform:scale(1) rotate(0);transition-delay:.4s}.splash-card-header{display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #f0f0f0;gap:6px}.splash-card-logo{width:14px;height:14px;border-radius:7px;background:var(--color-customer)}.splash-card-title-bar{width:50px;height:7px;border-radius:4px;background:#e8e8e8}.splash-card-stamps{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:10px}.splash-stamp{width:20px;height:20px;border-radius:50%;background:#e8f4fd;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0)}.splash-stamp.stamp-pop{animation:stampPop .3s cubic-bezier(.34,1.56,.64,1) forwards}.splash-stamp-inner{width:12px;height:12px;border-radius:50%;background:var(--color-customer)}.splash-shimmer{position:absolute;top:0;left:-60px;width:40px;height:100%;background:#ffffff80;transform:skew(-20deg);opacity:0}.splash-shimmer.shimmer-animate{animation:shimmerSlide .6s ease 1.8s forwards}.splash-text{text-align:center;opacity:0;transform:translateY(15px);transition:opacity .4s ease,transform .4s ease}.splash-text.text-animate{opacity:1;transform:translateY(0);transition-delay:1.9s}.splash-text h3{font-size:15px;font-weight:700;color:#fff;margin-bottom:3px}.splash-text p{font-size:10px;color:#ffffffd9}.screen-business{background:var(--color-business)}.biz-gradient-circle{position:absolute;border-radius:999px}.biz-circle-top{width:200px;height:200px;top:-60px;right:-50px;background:#5856d699;border:30px solid rgba(255,255,255,.06)}.biz-circle-bottom{width:160px;height:160px;bottom:-40px;left:-60px;background:#5856d666;border:25px solid rgba(255,255,255,.04)}.biz-logo-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:12px;opacity:0;transform:scale(0);transition:opacity .3s ease,transform .5s cubic-bezier(.34,1.56,.64,1)}.biz-logo-container.logo-animate{opacity:1;transform:scale(1);transition-delay:.5s}.biz-ring{position:absolute;width:44px;height:44px;border-radius:50%;border:2px solid white;animation:none;opacity:0}.logo-animate .biz-ring{animation:pulseRing .8s ease .8s forwards}.biz-logo{width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.biz-logo-bars{display:flex;align-items:flex-end;height:18px;gap:2px}.biz-bar-1{width:5px;height:8px;border-radius:2px;background:var(--color-business)}.biz-bar-2{width:5px;height:13px;border-radius:2px;background:var(--color-business)}.biz-bar-3{width:5px;height:18px;border-radius:2px;background:var(--color-business)}.biz-text{text-align:center;margin-bottom:14px;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.biz-text.text-animate{opacity:1;transform:translateY(0);transition-delay:1.1s}.biz-text h3{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.biz-text p{font-size:9px;color:#fffc}.biz-dashboard{width:160px;background:#ffffff1f;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.15);opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .5s cubic-bezier(.34,1.2,.64,1)}.biz-dashboard.dashboard-animate{opacity:1;transform:translateY(0);transition-delay:1.3s}.biz-chart{display:flex;align-items:flex-end;justify-content:space-between;height:40px;margin-bottom:10px;padding:0 4px}.biz-chart-bar{width:18px;height:0;border-radius:4px;background:#ffffff80;transform-origin:bottom}.biz-chart-bar.bar-highlight{background:#fff}.biz-chart-bar.bar-grow{animation:barGrow .5s cubic-bezier(.34,1.2,.64,1) forwards}.biz-metrics{display:flex;justify-content:space-around}.biz-metric{display:flex;flex-direction:column;align-items:center;opacity:0;transform:scale(0)}.biz-metric.metric-pop{animation:metricPop .35s cubic-bezier(.34,1.56,.64,1) forwards}.biz-metric-dot{width:5px;height:5px;border-radius:50%;background:#fff9;margin-bottom:2px}.biz-metric-value{font-size:12px;font-weight:700;color:#fff}.biz-metric-label{font-size:7px;color:#ffffffb3}@keyframes stampPop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes shimmerSlide{0%{left:-60px;opacity:.6}to{left:200px;opacity:0}}@keyframes pulseRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes barGrow{0%{height:0}to{height:var(--bar-height)}}@keyframes metricPop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.landing-features{padding:80px 0;background:var(--color-bg-light)}.features-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;padding:28px 24px;border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.feature-icon{font-size:28px;margin-bottom:14px}.feature-card h3{font-size:17px;font-weight:600;margin-bottom:8px}.feature-card p{font-size:14px;color:var(--color-text-light);line-height:1.6}.landing-pricing{padding:80px 0}.pricing-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:8px}.pricing-subtitle{text-align:center;color:var(--color-text-light);margin-bottom:48px;font-size:16px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.pricing-card{background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;position:relative}.pricing-card.popular{border-color:var(--color-primary);box-shadow:0 8px 30px #ff6b351f}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;font-size:12px;font-weight:600;padding:4px 14px;border-radius:20px;white-space:nowrap}.pricing-plan{font-size:18px;font-weight:600;color:var(--color-text-light);margin-bottom:8px}.pricing-price{font-size:40px;font-weight:800;color:var(--color-text)}.pricing-period{font-size:14px;color:var(--color-text-muted);margin-bottom:24px}.pricing-features{list-style:none;text-align:left}.pricing-features li{padding:8px 0;font-size:14px;color:var(--color-text-light);border-bottom:1px solid var(--color-bg-light)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";color:var(--color-primary);font-weight:700;margin-right:10px}.landing-footer{padding:32px 0;border-top:1px solid var(--color-border)}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.footer-copy{font-size:13px;color:var(--color-text-muted)}@media(max-width:768px){.landing-hero .landing-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:32px}.hero-form{flex-direction:column}.hero-visual{order:-1;gap:12px}.phone-mockup{width:160px;height:320px}.splash-card{width:120px;height:76px}.splash-card-stamps{gap:4px;padding:6px}.splash-stamp{width:16px;height:16px}.splash-stamp-inner{width:9px;height:9px}.biz-dashboard{width:130px;padding:8px}.biz-chart{height:30px}.biz-chart-bar{width:14px}.features-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.footer-content{flex-direction:column;gap:12px;text-align:center}}@media(max-width:1024px)and (min-width:769px){.features-grid{grid-template-columns:repeat(2,1fr)}.phone-mockup{width:180px;height:360px}}.smartlink-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.smartlink-page .container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:24px}.smartlink-page .card{background:#fff;border-radius:20px;padding:40px 28px;text-align:center;box-shadow:0 20px 60px #00000026;width:100%}.smartlink-page .icon{font-size:64px;margin-bottom:16px}.smartlink-page .title{font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.smartlink-page .subtitle{font-size:16px;color:#333;margin-bottom:8px;line-height:1.5}.smartlink-page .description{font-size:14px;color:#666;margin-bottom:24px;line-height:1.6}.smartlink-page .actions{display:flex;flex-direction:column;gap:12px}.smartlink-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.smartlink-page .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.smartlink-page .btn-primary{background:#007aff;color:#fff}.smartlink-page .btn-secondary{background:#f0f0f5;color:#333}.smartlink-page .hint{font-size:13px;color:#888;margin-bottom:8px}.smartlink-page .store-links{display:flex;gap:12px;justify-content:center}.smartlink-page .store-links .btn{flex:1;font-size:14px;padding:12px 16px}.smartlink-page .footer{color:#ffffffb3;font-size:12px}.smartlink-page .loading{font-size:14px;color:#888;margin-bottom:16px}
