.landing-page{background-color:#FAFAFA;color:#0f172a;font-family:Inter,system-ui,-apple-system,sans-serif}.navbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.8);height:80px;transition:all .3s ease}.navbar,.navbar-inner{display:flex;align-items:center}.navbar-inner{justify-content:space-between;width:100%}.nav-logo{gap:12px;text-decoration:none;font-weight:800;font-size:24px;color:#0f172a}.logo-box,.nav-logo{display:flex;align-items:center}.logo-box{height:48px;justify-content:center}.logo-box img{height:100%;width:auto;max-width:200px;object-fit:contain}.nav-links{display:flex;gap:32px}.nav-links a{text-decoration:none;color:#475569;font-weight:500;font-size:15px;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#3b82f6;transition:width .3s ease}.nav-links a:hover{color:#3b82f6}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:20px}.btn-link{text-decoration:none;color:#475569;font-weight:600;font-size:15px;transition:color .3s ease}.btn-link:hover{color:#0f172a}.nav-actions .MuiButton-root{border-radius:9999px;padding:8px 24px;font-weight:600;text-transform:none;box-shadow:0 4px 14px 0 rgba(59,130,246,.39)}.nav-actions .MuiButton-root:hover{box-shadow:0 6px 20px rgba(59,130,246,.23);transform:translateY(-1px)}.hero{padding:40px 0 20px;background:radial-gradient(120% 100% at 50% 0,rgba(59,130,246,.08) 0,rgba(250,250,250,1) 100%);position:relative;overflow:hidden}.hero:before{top:-20%;left:-10%;width:50%;height:50%;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;z-index:0}.hero:after{bottom:0;right:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(59,130,246,.1) 0,transparent 70%)}.hero .MuiContainer-root{position:relative;z-index:1}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero-badge{display:inline-block;padding:6px 16px;background:rgba(59,130,246,.1);color:#2563eb;border-radius:9999px;font-size:13px;font-weight:600;margin-bottom:20px;border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 12px rgba(59,130,246,.05)}.hero-content h1{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em;color:#0f172a}.text-gradient{background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-content p{font-size:18px;color:#475569;margin-bottom:24px;max-width:540px;line-height:1.6;font-weight:400}.hero-btns{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.hero-trust-bar{margin-bottom:36px}.trust-label{display:block;font-size:12px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.trust-logos{display:flex;flex-wrap:wrap;gap:8px}.trust-logo-pill{padding:5px 14px;background:rgba(255,255,255,.8);border:1px solid #e2e8f0;border-radius:9999px;font-size:12px;font-weight:600;color:#475569;white-space:nowrap}.hero-btns .MuiButton-contained{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 10px 25px -5px rgba(37,99,235,.4),0 8px 10px -6px rgba(37,99,235,.1);border-radius:9999px;padding:12px 32px;font-size:16px;font-weight:600;text-transform:none}.hero-btns .MuiButton-contained:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(37,99,235,.4),0 8px 10px -6px rgba(37,99,235,.1)}.hero-btns .MuiButton-outlined{border-radius:9999px;padding:12px 32px;font-size:16px;font-weight:600;text-transform:none;border:2px solid #e2e8f0;color:#0f172a}.hero-btns .MuiButton-outlined:hover{border-color:#cbd5e1;background-color:#f8fafc}.hero-stats{display:flex;gap:36px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;padding:12px 20px;background:rgba(255,255,255,.7);border:1px solid #e2e8f0;border-radius:16px;backdrop-filter:blur(10px)}.stat strong{font-size:28px;font-weight:800;color:#0f172a;line-height:1}.stat span{font-size:12px;color:#64748b;font-weight:500;margin-top:4px}.hero-image .img-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:perspective(1000px) rotateY(-8deg) rotateX(4deg);transition:transform .5s cubic-bezier(.4,0,.2,1);border:4px solid rgba(255,255,255,.8)}.hero-image .img-wrapper:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg) translateY(-10px)}.hero-image img{width:100%;display:block}.impact-banner{background:linear-gradient(135deg,#eff6ff,#eef2ff 50%,#f5f3ff);padding:40px 0;position:relative;overflow:hidden;border-top:1px solid #e0e7ff;border-bottom:1px solid #e0e7ff}.impact-banner:before{top:-60%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.08) 0,transparent 70%)}.impact-banner:after,.impact-banner:before{content:"";position:absolute;pointer-events:none}.impact-banner:after{bottom:-50%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.07) 0,transparent 70%)}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;border-radius:20px;overflow:hidden;border:1px solid #c7d2fe;box-shadow:0 4px 24px rgba(99,102,241,.08)}.impact-card{text-align:center;padding:36px 24px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-right:1px solid #e0e7ff;transition:all .3s;position:relative}.impact-card:last-child{border-right:none}.impact-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#6366f1);opacity:0;transition:opacity .3s}.impact-card:hover:after{opacity:1}.impact-card:hover{background:rgba(255,255,255,1);box-shadow:0 8px 24px rgba(99,102,241,.1)}.impact-icon{font-size:28px;margin-bottom:12px;display:block}.impact-value{font-size:44px;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:8px;letter-spacing:-1px}.impact-label{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:6px}.impact-desc{font-size:12px;color:#64748b;line-height:1.5}.features-scroll-strip{display:flex;overflow-x:auto;gap:20px;padding:12px 0 20px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.features-scroll-strip::-webkit-scrollbar{display:none}.features-scroll-strip .feature-highlight-card{min-width:380px;max-width:380px;flex:0 0 auto;scroll-snap-align:start}.features-scroll-wrapper{position:relative;display:flex;align-items:center}.features-scroll-wrapper .side-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:white;box-shadow:0 4px 12px rgba(0,0,0,.1);width:48px;height:48px;font-size:1.2rem}.features-scroll-wrapper .nav-left{left:-24px}.features-scroll-wrapper .nav-right{right:-24px}@media (max-width:768px){.features-scroll-wrapper .nav-left{left:0}.features-scroll-wrapper .nav-right{right:0}}.feature-highlight-card{display:flex;align-items:flex-start;gap:16px;padding:28px;background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;border-left:4px solid var(--accent,#3b82f6);box-shadow:0 2px 12px rgba(0,0,0,.04);transition:all .3s}.feature-highlight-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.fh-icon{font-size:28px;line-height:1;flex-shrink:0;width:52px;height:52px;background:rgba(59,130,246,.08);border-radius:14px;display:flex;align-items:center;justify-content:center}.feature-highlight-card h4{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.feature-highlight-card p{font-size:13px;color:#64748b;line-height:1.6;margin:0}.features{padding:40px 0;background:linear-gradient(180deg,#ffffff,#f1f5f9)}.section-header{text-align:center;max-width:700px;margin:0 auto 24px}.subtitle{color:#3b82f6;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:2px;margin-bottom:12px;display:inline-block;padding:6px 16px;background:rgba(59,130,246,.1);border-radius:9999px}.section-header h2{font-size:36px;font-weight:700;margin-bottom:16px;color:#0f172a;letter-spacing:-.02em}.section-header p{color:#475569;font-size:16px;line-height:1.6;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:32px;background:#ffffff;border-radius:20px;border:1px solid #f1f5f9;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.04);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#e2e8f0}.feature-card:hover:before{opacity:1}.feature-icon{width:64px;height:64px;background:rgba(59,130,246,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#3b82f6;margin-bottom:32px;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);background:#3b82f6;color:#ffffff}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#0f172a}.feature-card p{color:#64748b;font-size:14px;line-height:1.6}.how-it-works{padding:40px 0;background:linear-gradient(180deg,#f8fafc,#eff6ff)}.steps-grid{display:flex;align-items:center;gap:0;justify-content:center}.step-card{flex:1;max-width:280px;background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:36px 28px;text-align:center;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s}.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(59,130,246,.12);border-color:#bfdbfe}.step-number{position:absolute;top:-16px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:800;color:#ffffff;background:linear-gradient(135deg,#2563eb,#7c3aed);padding:4px 14px;border-radius:9999px;letter-spacing:1px}.step-icon{font-size:40px;margin:16px 0}.step-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.step-card p{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px}.step-time{display:inline-block;padding:4px 14px;background:rgba(59,130,246,.08);color:#2563eb;border-radius:9999px;font-size:12px;font-weight:600}.step-connector{font-size:28px;color:#cbd5e1;padding:0 16px;flex-shrink:0;font-weight:300}.text-center{text-align:center}.pricing{padding:40px 0;background:#ffffff}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:24px}.pricing-card{padding:32px 24px;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:24px;border:1px solid #f1f5f9;position:relative;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:all .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.pricing-card.popular{border:2px solid #3b82f6;background:#ffffff;box-shadow:0 10px 20px -5px rgba(59,130,246,.2);transform:scale(1.02);z-index:2}.pricing-card.popular:hover{transform:scale(1.02) translateY(-4px)}.popular-tag{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#2563eb,#3b82f6);color:white;padding:4px 16px;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:1px;box-shadow:0 4px 12px rgba(37,99,235,.3)}.pricing-card h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#0f172a}.price{font-size:36px;font-weight:700;margin-bottom:24px;color:#0f172a;letter-spacing:-1px}.price span{font-size:14px;font-weight:500;color:#64748b;letter-spacing:0}.pricing-card ul{list-style:none;margin-bottom:32px;flex:1}.pricing-card li{font-size:14px;color:#475569;margin-bottom:12px;display:flex;align-items:center;gap:12px}.pricing-card li:before{content:"✓";color:#3b82f6;font-weight:900;background:rgba(59,130,246,.1);border-radius:50%;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.pricing-note{background:#f8fafc;padding:24px;border-radius:20px;text-align:center;font-size:15px;border:1px dashed #cbd5e1;color:#475569;max-width:600px;margin:0 auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.modal-content{background:#ffffff;border-radius:24px;width:100%;max-width:500px;padding:40px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);position:relative;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.modal-close{position:absolute;top:24px;right:24px;background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-header h2{font-size:28px;font-weight:800;margin-bottom:8px;color:#0f172a}.modal-header p{color:#64748b;font-size:15px;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#334155}.form-group input,.form-select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;transition:all .2s;background:#f8fafc}.form-group input:focus,.form-select:focus{outline:none;border-color:#3b82f6;background:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.inline-error{display:block;font-size:12px;color:#ef4444;margin-top:4px;font-weight:500}.modal-content .MuiButton-contained{width:100%;padding:12px;border-radius:8px;font-size:15px;font-weight:600;text-transform:none;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 14px rgba(37,99,235,.3);margin-top:12px}.dashboard-preview{padding:40px 0;background:linear-gradient(180deg,#f1f5f9,#e0e7ff);overflow:hidden}.dashboard-scroll-controls{display:flex;justify-content:flex-end;gap:12px;margin-top:-10px}.scroll-btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#475569;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.scroll-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.dashboard-showcase-scroll{display:flex;overflow-x:auto;gap:24px;padding:12px 0 40px;margin-top:12px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.dashboard-showcase-scroll::-webkit-scrollbar{display:none}.dashboard-showcase-card{min-width:420px;max-width:420px;flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;gap:20px}.dashboard-text h3{font-size:22px;font-weight:700;margin-bottom:12px;color:#0f172a}.dashboard-text p{font-size:15px;color:#475569;line-height:1.5}.dashboard-mockup{flex:1;width:100%;background:#ffffff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.06);overflow:hidden;border:1px solid #e2e8f0}.dashboard-mockup.rich .mockup-body{height:320px}.screen-badge{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(99,102,241,.1));border:1px solid rgba(59,130,246,.2);color:#2563eb;border-radius:9999px;font-size:12px;font-weight:700;margin-bottom:12px;letter-spacing:.5px}.mockup-title-bar{font-size:12px;font-weight:600;color:#475569;background:#f8fafc;padding:0 12px;flex:1;text-align:center}.mockup-header{height:48px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 16px;gap:16px}.mockup-header .dots{display:flex;gap:6px}.mockup-header .dots span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.mockup-header .dots span:first-child{background:#ef4444}.mockup-header .dots span:nth-child(2){background:#eab308}.mockup-header .dots span:nth-child(3){background:#22c55e}.search-bar-mock{background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 12px;font-size:12px;color:#94a3b8;width:200px}.mockup-body{display:flex;height:400px}.mockup-sidebar{width:60px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.nav-item-mock{width:24px;height:24px;background:#cbd5e1;border-radius:6px}.nav-item-mock.active{background:#3b82f6}.mockup-content{flex:1;padding:16px;background:#f8fafc;overflow:hidden}.rich-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.rich-stat-card{background:#ffffff;border-radius:10px;padding:10px;border:1px solid #e2e8f0}.rich-stat-label{font-size:10px;color:#64748b;margin-bottom:4px}.rich-stat-val{font-size:13px;font-weight:700;color:#0f172a}.rich-stat-pct{font-size:10px;font-weight:600;margin-top:2px}.rich-stat-pct.up{color:#22c55e}.rich-stat-pct.down{color:#ef4444}.rich-chart-wrap{background:#ffffff;border-radius:10px;padding:12px;border:1px solid #e2e8f0}.rich-bar-chart{display:flex;align-items:flex-end;gap:5px;height:90px;margin-top:8px}.rich-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.rich-bar{width:100%;border-radius:3px 3px 0 0;transition:all .3s}.rich-bar-label{font-size:9px;color:#94a3b8}.ticket-list-mock{display:flex;flex-direction:column;gap:10px}.ticket-row-mock{background:#ffffff;border-radius:8px;padding:10px 12px;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:8px}.ticket-progress-bar{height:4px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:4px 0}.ticket-progress-bar>div{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:4px}.ticket-price-mock{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap}.pos-categories{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.pos-cat-pill{padding:3px 10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:9999px;font-size:10px;font-weight:500;color:#475569;cursor:pointer}.pos-cat-pill.active{background:#3b82f6;color:#ffffff;border-color:#3b82f6}.pos-items-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.pos-item-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:10px;cursor:pointer;transition:all .15s}.pos-item-card:hover{border-color:#3b82f6}.pos-item-name{font-size:11px;font-weight:600;color:#334155;margin-bottom:4px}.pos-item-price{font-size:12px;font-weight:700;color:#2563eb}.pos-cart-bar{justify-content:space-between;background:#0f172a;border-radius:8px;padding:8px 12px;color:#94a3b8;font-size:11px}.guest-row-mock,.pos-cart-bar{display:flex;align-items:center}.guest-row-mock{gap:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;margin-bottom:8px}.crm-avatar-mock{background:linear-gradient(135deg,#3b82f6,#6366f1);color:white;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.promo-card-mock{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;margin-bottom:8px}.promo-code{font-size:12px;font-weight:800;margin-bottom:2px}.promo-disc{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:6px}.mock-badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:11px;font-weight:600}.mock-badge.green{background:rgba(34,197,94,.12);color:#16a34a}.mock-badge.blue{background:rgba(59,130,246,.12);color:#2563eb}.mock-badge.gold{background:rgba(245,158,11,.12);color:#d97706}.stats-cards-mock{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:24px}.card-mock{background:#ffffff;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.card-title-mock{font-size:12px;color:#64748b;margin-bottom:8px}.card-value-mock{font-size:20px;font-weight:700;color:#0f172a}.main-chart-mock{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;padding:16px;height:240px;display:flex;flex-direction:column}.chart-header-mock{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:16px}.mockup-body.small-height{height:280px}.crm-list-mock{display:flex;flex-direction:column;gap:12px}.crm-item-mock{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;display:flex;justify-content:space-between;align-items:center}.crm-avatar-mock{width:32px;height:32px;background:#cbd5e1;border-radius:50%}.crm-line-mock{height:8px;background:#e2e8f0;border-radius:4px;width:120px}.crm-line-mock.short{width:60px;background:#94a3b8}.pos-grid-mock{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pos-item-mock{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.pos-icon-mock{width:24px;height:24px;background:#3b82f6;border-radius:4px;opacity:.2}.chart-area-mock{flex:1;display:flex;align-items:flex-end;gap:20px;padding-top:20px}.chart-area-mock .bar{flex:1;background:#bfdbfe;border-radius:4px 4px 0 0;transition:all .3s}.testimonials{padding:60px 0;background:linear-gradient(180deg,#f1f5f9,#ffffff);overflow:hidden}.marquee-wrapper{position:relative;display:flex;overflow:hidden;user-select:none;gap:24px;padding:16px 0}.marquee-content{flex-shrink:0;display:flex;gap:24px;animation:scroll 30s linear infinite}.marquee-content:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.testimonial-card{background:#f8fafc;padding:24px;border-radius:16px;border:1px solid #e2e8f0;width:320px;flex-shrink:0}.testimonial-card .stars{font-size:12px;margin-bottom:12px}.testimonial-card p{font-size:14px;color:#334155;margin-bottom:16px;line-height:1.6}.testimonial-card .author{display:flex;align-items:center;gap:12px}.testimonial-card .avatar{width:40px;height:40px;background:#bfdbfe;color:#1d4ed8;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:50%}.testimonial-card .author strong{display:block;font-size:14px;color:#0f172a}.testimonial-card .author span{font-size:12px;color:#64748b}.registration{padding:60px 0 80px;background:linear-gradient(180deg,#FAFAFA,#e0f2fe)}.registration-wrapper{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.registration-info h2{font-size:36px;font-weight:800;margin-bottom:16px;color:#0f172a}.registration-info p{font-size:16px;color:#475569;margin-bottom:32px;line-height:1.6}.info-list{list-style:none}.info-list li{margin-bottom:16px;display:flex;align-items:flex-start;gap:14px;color:#1e293b}.info-icon{font-size:22px;width:44px;height:44px;background:rgba(59,130,246,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-list li div{display:flex;flex-direction:column;gap:2px}.info-list li strong{font-size:15px;font-weight:700;color:#0f172a}.info-list li span{font-size:13px;color:#64748b;font-weight:400}.info-list li i{color:#3b82f6;background:rgba(59,130,246,.1);padding:8px;border-radius:12px;font-size:20px}.form-card{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.1);overflow:hidden;border:1px solid rgba(255,255,255,.5)}.form-steps{display:flex;background:rgba(248,250,252,.5);padding:24px;border-bottom:1px solid #f1f5f9}.form-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.4;position:relative;transition:all .3s}.form-step.active{opacity:1}.form-step.done{opacity:1;color:#10b981}.step-dot{width:36px;height:36px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .3s}.form-step.active .step-dot{background:#3b82f6;color:white;box-shadow:0 4px 12px rgba(59,130,246,.3)}.form-step.done .step-dot{background:#10b981;color:white}.form-step span{font-size:13px;font-weight:700}.form-content{padding:48px}.step-content h3{font-size:24px;font-weight:700;margin-bottom:24px;color:#0f172a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.input-group label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:#334155}.input-group input{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;background:#f8fafc}.input-group input:focus{outline:none;border-color:#3b82f6;background:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.subdomain-input{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f8fafc}.subdomain-input:focus-within{border-color:#3b82f6;background:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.subdomain-input input{border:none;background:transparent;flex:1;box-shadow:none!important}.domain-suffix{padding:0 12px;background:#f1f5f9;height:100%;display:flex;align-items:center;font-size:13px;color:#475569;font-weight:600;border-left:1px solid #e2e8f0}.form-actions{margin-top:48px}.form-actions.space-between{display:flex;justify-content:space-between}.plan-item{display:flex;align-items:center;gap:20px;padding:24px;border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .2s;background:#ffffff}.plan-item:hover{border-color:#93c5fd;transform:translateY(-2px)}.plan-item.selected{border-color:#3b82f6;background:#eff6ff}.plan-radio{width:24px;height:24px;border:2px solid #cbd5e1;border-radius:50%;position:relative;transition:all .2s}.plan-item.selected .plan-radio{border-color:#3b82f6}.plan-item.selected .plan-radio:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background:#3b82f6;border-radius:50%}.plan-info{display:flex;flex-direction:column;gap:4px}.plan-info strong{font-size:18px;color:#0f172a}.plan-info span{font-size:14px;color:#64748b}.summary-box{background:#f8fafc;padding:28px;border-radius:20px;margin-bottom:28px;border:1px solid #e2e8f0}.footer{background:#0f172a;padding:40px 0 20px;color:#f1f5f9;border-top:none}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:32px}.footer-col h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;color:#ffffff}.footer-col ul{list-style:none}.footer-col li{margin-bottom:16px}.footer-col a{color:#94a3b8;text-decoration:none;font-size:15px;transition:color .2s}.footer-col a:hover{color:#ffffff}.footer-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#94a3b8;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.social-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.social-btn[aria-label=Facebook]:hover{background:#1877f2;border-color:#1877f2;color:#ffffff}.social-btn[aria-label=Instagram]:hover{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e6683c;color:#ffffff}.social-btn[aria-label=Twitter]:hover{background:#000000;border-color:#000000;color:#ffffff}.social-btn[aria-label=LinkedIn]:hover{background:#0077b5;border-color:#0077b5;color:#ffffff}.social-btn[aria-label=YouTube]:hover{background:#ff0000;border-color:#ff0000;color:#ffffff}.footer-bottom{padding-top:24px;color:#94a3b8;font-size:14px;background:transparent;border-top:1px solid #1e293b}.footer-bottom,.summary-item{display:flex;justify-content:space-between}.summary-item{margin-bottom:16px;font-size:16px;color:#0f172a;font-weight:500}.summary-item span{color:#64748b;font-weight:400}.terms-check{color:#475569}.form-error,.terms-check{display:flex;align-items:center;gap:12px;font-size:15px}.form-error{padding:16px 20px;background:#fef2f2;color:#ef4444;border-radius:12px;font-weight:600;margin-bottom:28px;border:1px solid #fee2e2}.landing-footer{background:#ffffff;padding:40px 0 20px;border-top:1px solid #f1f5f9}.landing-footer h4{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:24px}.landing-footer p{color:#64748b;line-height:1.6}.landing-footer a{color:#64748b;text-decoration:none;transition:color .2s;font-weight:500}.landing-footer a:hover{color:#3b82f6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1024px){.hero-inner,.registration-wrapper{grid-template-columns:1fr;text-align:center}.hero-content p{margin-left:auto;margin-right:auto}.hero-btns,.hero-stats{justify-content:center}.features-grid,.pricing-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.features-grid,.form-grid,.impact-grid,.pricing-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;gap:16px}.step-connector{transform:rotate(90deg);margin:8px 0}.nav-links{display:none}.hero-content h1{font-size:40px}.section-header h2,section:not(.hero) h2,section:not(.hero) h3{font-size:22px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}