:root{--primary:#2563eb;--primary-light:#3b82f6;--secondary:#38bdf8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--dark:#0f172a;--dark-2:#1e293b;--text:#334155;--text-light:#64748b;--bg:#f8fafc;--white:#ffffff;--border:#e2e8f0;--shadow: 0 10px 35px rgba(15,23,42,.08);--shadow-lg: 0 25px 60px rgba(15,23,42,.12);--radius:18px;--transition:.35s ease;--container:1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:92%;max-width:var(--container);margin:auto}.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:999;border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:flex;align-items:center;gap:16px;font-size:30px;font-weight:800}.logo img{width:64px;height:64px;object-fit:contain}.nav{display:flex;align-items:center;gap:40px}.nav a{color:var(--text);font-weight:600;transition:var(--transition);position:relative}.nav a:hover{color:var(--primary)}.nav a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--primary);transition:.3s}.nav a:hover:after{width:100%}.nav-buttons{display:flex;align-items:center;gap:16px}.login-btn{font-weight:600;color:var(--dark)}.trial-btn,.primary-btn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:15px 28px;border-radius:999px;font-weight:700;transition:.3s;box-shadow:0 10px 25px #2563eb40}.trial-btn:hover,.primary-btn:hover{transform:translateY(-4px);box-shadow:0 18px 35px #2563eb59}.secondary-btn{border:2px solid var(--primary);color:var(--primary);padding:14px 28px;border-radius:999px;font-weight:700;transition:.3s}.secondary-btn:hover{background:var(--primary);color:#fff}.mobile-menu{display:none;border:none;background:none;font-size:26px;cursor:pointer}.hero{position:relative;padding:150px 0 120px;overflow:hidden;background:radial-gradient(circle at 90% 15%,rgba(56,189,248,.14),transparent 35%),radial-gradient(circle at 5% 80%,rgba(37,99,235,.07),transparent 30%),#f8fafc}.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:70px}.hero-left{position:relative;z-index:2;max-width:650px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border:1px solid rgba(56,189,248,.18);background:linear-gradient(135deg,#dbeafef2,#e0f2febf);color:var(--primary);border-radius:999px;font-size:13px;font-weight:700;margin-bottom:28px;box-shadow:0 8px 25px #2563eb12}.hero-badge i{font-size:13px}.hero h1{margin:0 0 26px;max-width:680px;font-size:clamp(48px,5vw,68px);line-height:1.02;letter-spacing:-2.8px;color:var(--dark);font-weight:800}.hero h1 span{display:inline-block;color:var(--primary);position:relative}.hero h1 span:after{content:"";position:absolute;left:3px;right:3px;bottom:-5px;height:5px;border-radius:10px;background:linear-gradient(90deg,var(--primary),#60a5fa);opacity:.25}.hero-description{max-width:610px;margin:0 0 34px;font-size:18px;line-height:1.75;color:var(--text-light)}.hero-buttons{display:flex;align-items:center;gap:14px;margin-bottom:30px}.hero-buttons .primary-btn,.hero-buttons .secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:12px;font-weight:700;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-buttons .primary-btn{color:#fff;background:linear-gradient(135deg,var(--primary),#2563eb);box-shadow:0 12px 30px #2563eb38}.hero-buttons .primary-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px #2563eb47}.hero-buttons .secondary-btn{color:var(--dark);background:#fff;border:1px solid #e2e8f0}.hero-buttons .secondary-btn:hover{transform:translateY(-3px);border-color:#cbd5e1;box-shadow:0 10px 25px #0f172a14}.hero-buttons .primary-btn i{transition:transform .25s ease}.hero-buttons .primary-btn:hover i{transform:translate(4px)}.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:34px}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.trust-item i{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#e0f2fe;color:var(--primary);font-size:12px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px}.hero-stat{padding:17px 16px;border-left:2px solid #bae6fd}.hero-stat strong{display:block;margin-bottom:5px;color:var(--dark);font-size:14px}.hero-stat span{display:block;color:#64748b;font-size:11px;line-height:1.45}.hero-right{position:relative;min-width:0;padding:15px}.dashboard-card{position:relative;width:100%;overflow:visible;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.22);box-shadow:0 35px 90px #0f172a29,0 10px 30px #0f172a12;transform:perspective(1400px) rotateY(-2deg) rotateX(1deg);transition:transform .4s ease,box-shadow .4s ease}.dashboard-card:hover{transform:perspective(1400px) rotateY(0) rotateX(0) translateY(-5px);box-shadow:0 45px 100px #0f172a30,0 15px 35px #0f172a14}.dashboard-top{display:flex;align-items:center;min-height:58px;padding:0 20px;border-bottom:1px solid #e2e8f0;background:#f8fafce6;border-radius:24px 24px 0 0}.dashboard-brand{display:flex;align-items:center;gap:9px;color:var(--dark);font-weight:800;font-size:14px}.dashboard-logo{display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:8px;color:#fff;font-size:13px;font-weight:800;background:linear-gradient(135deg,#38bdf8,#2563eb)}.dashboard-status{display:flex;align-items:center;gap:6px;margin-left:auto;margin-right:20px;font-size:10px;color:#64748b}.status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1a}.dashboard-dots{display:flex;align-items:center;gap:6px}.dot{width:9px;height:9px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#22c55e}.dashboard-body{position:relative;padding:25px;min-height:520px;background:linear-gradient(180deg,#f8fafc,#fff);border-radius:0 0 24px 24px}.dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.dashboard-label{display:block;margin-bottom:5px;color:#94a3b8;font-size:13px;font-weight:800;letter-spacing:1.4px}.dashboard-header h2{margin:0;color:var(--dark);font-size:22px;letter-spacing:-.5px}.dashboard-date{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:13px}.dashboard-date i{font-size:10px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.mini-card{padding:13px;min-width:0;background:#fff;border:1px solid #e2e8f0;border-radius:13px;box-shadow:0 5px 15px #0f172a09}.mini-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mini-card>span{display:block;margin-bottom:5px;color:#64748b;font-size:13px}.mini-card h3{margin:0 0 5px;color:var(--dark);font-size:19px;letter-spacing:-.5px;white-space:nowrap}.mini-card small{display:block;color:#94a3b8;font-size:13px;line-height:1.4}.mini-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:12px}.mini-icon.orders{background:#e0f2fe;color:#0284c7}.mini-icon.money{background:#dcfce7;color:#16a34a}.mini-icon.customers{background:#ede9fe;color:#7c3aed}.mini-icon.sms{background:#fef3c7;color:#d97706}.metric-change{color:#16a34a!important;font-size:13px!important;font-weight:700}.dashboard-lower{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(190px,.65fr);gap:12px}.recent-orders,.payment-card{padding:17px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 5px 18px #0f172a09}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:13px}.section-heading span{display:block;margin-bottom:3px;color:#94a3b8;font-size:13px;font-weight:800;letter-spacing:1px}.section-heading h4{margin:0;color:var(--dark);font-size:13px}.section-heading>i{color:#94a3b8;font-size:12px}.order-item{display:flex;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #f1f5f9}.order-item:last-child{border-bottom:none}.order-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:29px;height:29px;border-radius:9px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:800}.order-info{min-width:0;flex:1}.order-info strong{display:block;color:#334155;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-info span{display:block;margin-top:2px;color:#94a3b8;font-size:13px}.order-status{padding:4px 7px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.order-status.ready{background:#dcfce7;color:#15803d}.order-status.washing{background:#fef3c7;color:#a16207}.order-status.collected{background:#e0f2fe;color:#0369a1}.payment-total{margin:3px 0 14px;color:var(--dark);font-size:24px;font-weight:800;letter-spacing:-1px}.payment-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:#64748b;font-size:13px}.payment-line span{display:flex;align-items:center;gap:6px}.payment-line i{color:var(--primary)}.payment-line strong{color:#334155;font-size:13px}.payment-progress{height:5px;margin:13px 0 6px;overflow:hidden;border-radius:999px;background:#e2e8f0}.payment-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#2563eb)}.payment-card>small{color:#94a3b8;font-size:13px}.sms-floating-card{position:absolute;right:-30px;bottom:70px;width:235px;padding:14px;border-radius:15px;background:#fffffff7;border:1px solid rgba(226,232,240,.9);box-shadow:0 20px 45px #0f172a29;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:5;animation:floatingCard 4s ease-in-out infinite}.sms-floating-header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.sms-phone-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:9px;background:#e0f2fe;color:#0284c7}.sms-floating-header>div:nth-child(2){flex:1}.sms-floating-header strong{display:block;color:#334155;font-size:13px}.sms-floating-header span{display:block;margin-top:2px;color:#94a3b8;font-size:13px}.sms-check{color:#22c55e;font-size:13px}.sms-message{padding:10px 0}.sms-message strong{color:#334155;font-size:13px}.sms-message p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.5}.sms-message p strong{color:#2563eb}.sms-automated{display:flex;align-items:center;gap:5px;color:#64748b;font-size:10px;padding-top:10px}.sms-automated i{color:#f59e0b}.floating-badge{position:absolute;display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:12px;background:#fffffff2;border:1px solid rgba(226,232,240,.9);box-shadow:0 15px 35px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:6}.payment-badge{left:-40px;top:100px;animation:floatingCard 5s ease-in-out infinite}.report-badge{right:-25px;top:25px;animation:floatingCard 4.5s ease-in-out infinite reverse}.floating-icon{display:flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:9px;background:#dcfce7;color:#16a34a;font-size:13px}.floating-badge strong{display:block;color:#334155;font-size:13px}.floating-badge span{display:block;margin-top:2px;color:#94a3b8;font-size:13px}@keyframes floatingCard{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape){.hero-left{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.hero-left .hero-badge{margin-left:auto!important;margin-right:auto!important}.hero-left h1{width:100%!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.hero-left h1 span{display:block!important;width:100%!important;text-align:center!important}.hero-left .hero-description{width:100%!important;max-width:560px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.hero-left .hero-buttons,.hero-left .hero-trust,.hero-left .hero-stats{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important}}@media (max-width: 1100px){.hero{padding-top:120px}.hero-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:45px}.hero h1{font-size:52px;text-align:center}.hero-left{text-align:center}.hero h1 span{display:block;text-align:center}.dashboard-body{padding:19px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-floating-card{right:-15px}.payment-badge{left:-20px}}@media (max-width: 1100px){.hero-left{display:flex;flex-direction:column;align-items:center;text-align:center}.hero h1{width:100%;text-align:center}.hero-description{text-align:center}.hero-buttons,.hero-trust{justify-content:center}}@media (max-width: 1100px){.hero{padding-top:105px;padding-bottom:75px}.hero-grid{grid-template-columns:1fr;gap:55px}.hero-left{max-width:100%;text-align:center}.hero h1{font-size:clamp(42px,10vw,58px);letter-spacing:-2px;text-align:center}.hero-description{margin-left:auto;margin-right:auto;font-size:17px}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-trust{justify-content:center}.hero-stats{max-width:600px;margin-left:auto;margin-right:auto;text-align:left}.hero-right{width:100%;padding:5px}.dashboard-card{transform:none}.dashboard-card:hover{transform:translateY(-3px)}.floating-badge{display:none}.sms-floating-card{right:15px;bottom:-20px}}@media (max-width: 560px){.hero{padding-top:90px;padding-bottom:65px}.hero-badge{font-size:13px;padding:8px 12px}.hero h1{font-size:40px;line-height:1.08}.hero-description{font-size:15px;line-height:1.65}.hero-buttons{flex-direction:column;width:100%}.hero-buttons a{width:100%}.hero-trust{gap:10px 15px}.trust-item{font-size:13px}.hero-stats{grid-template-columns:1fr;gap:0;text-align:left}.hero-stat{padding:10px 14px;border-left:2px solid #bae6fd}.dashboard-top{min-height:48px;padding:0 13px}.dashboard-status{display:none}.dashboard-body{padding:15px;min-height:auto}.dashboard-header h2{font-size:18px}.dashboard-grid{grid-template-columns:1fr 1fr;gap:7px}.mini-card{padding:10px}.mini-card h3{font-size:15px}.mini-card small{font-size:13px}.dashboard-lower{grid-template-columns:1fr}.recent-orders,.payment-card{display:block}.sms-floating-card{position:relative;right:auto;bottom:auto;width:calc(100% - 20px);margin:15px auto 0}}.dashboard-card{background:#fff;border-radius:25px;overflow:hidden;box-shadow:var(--shadow-lg);animation:float 6s ease infinite}.dashboard-top{display:flex;gap:10px;padding:20px;background:#f1f5f9}.dot{width:12px;height:12px;border-radius:50%}.red{background:#ef4444}.yellow{background:#f59e0b}.green{background:#22c55e}.dashboard-body{padding:35px}.dashboard-header h2{color:var(--dark);margin-bottom:25px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.mini-card{background:#f8fafc;border-radius:18px;padding:24px;text-align:center;transition:.35s}.mini-card:hover{transform:translateY(-8px);background:#fff;box-shadow:var(--shadow)}.mini-card i{font-size:30px;color:var(--primary);margin-bottom:15px}.mini-card h3{font-size:26px;color:var(--dark);margin-bottom:8px}.summary-preview{background:#fff;border-radius:22px;padding:25px;box-shadow:var(--shadow-lg);border:1px solid #dbeafe}.summary-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.summary-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#dbeafe;font-size:28px}.summary-header h4{color:var(--dark);margin-bottom:4px}.summary-header span{color:#64748b;font-size:14px}.sms-bubble{background:#eff6ff;border-left:5px solid var(--primary);border-radius:18px;padding:22px}.sms-bubble p{margin:12px 0 20px;color:#475569}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #dbeafe}.summary-row.total{margin-top:8px;padding-top:18px;font-size:20px;font-weight:700;color:var(--primary)}.summary-footer{margin-top:20px;font-size:13px;color:#64748b;font-style:italic}.summary-row span{display:flex;align-items:center;gap:10px;font-weight:600}.summary-row svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.summary-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#dbeafe;color:var(--primary)}.summary-icon svg{width:28px;height:28px}.section-title{text-align:center;margin-bottom:70px}.section-title h2{font-size:48px;color:var(--dark);margin-bottom:15px}.section-title p{color:var(--text-light);font-size:18px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.trusted{padding:100px 0;background:#fff}.trusted-header{max-width:680px;margin:0 auto 55px;text-align:center}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;margin-bottom:18px;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:12px;font-weight:700}.trusted-header h2{margin:0 0 15px;color:var(--dark);font-size:clamp(32px,4vw,46px);line-height:1.1;letter-spacing:-1.5px}.trusted-header p{max-width:570px;margin:auto;color:var(--text-light);font-size:16px;line-height:1.7}.trusted-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trusted-card{padding:28px 24px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.trusted-card:hover{transform:translateY(-5px);border-color:#bae6fd;box-shadow:0 18px 40px #0f172a12}.trusted-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:22px;border-radius:13px;font-size:19px}.trusted-icon.blue{background:#e0f2fe;color:#0284c7}.trusted-icon.green{background:#dcfce7;color:#16a34a}.trusted-icon.purple{background:#ede9fe;color:#7c3aed}.trusted-icon.orange{background:#ffedd5;color:#ea580c}.trusted-card h3{margin:0 0 10px;color:var(--dark);font-size:17px;letter-spacing:-.3px}.trusted-card p{margin:0;color:var(--text-light);font-size:13px;line-height:1.65}@media (max-width: 950px){.trusted-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.trusted{padding:75px 0}.trusted-header{margin-bottom:38px}.trusted-header h2{font-size:32px}.trusted-header p{font-size:14px}.trusted-grid{grid-template-columns:1fr}.trusted-card{padding:23px}}.features{position:relative;padding:110px 0;background:linear-gradient(180deg,#f8fafc,#fff);overflow:hidden}.features-header{max-width:760px;margin:0 auto 60px;text-align:center}.features-header .section-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:18px;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.5px}.features-header h2{margin:0 0 18px;color:var(--dark);font-size:clamp(36px,4vw,50px);line-height:1.08;letter-spacing:-1.8px}.features-header h2 span{color:var(--primary)}.features-header p{max-width:650px;margin:auto;color:var(--text-light);font-size:16px;line-height:1.75}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{position:relative;min-height:350px;padding:28px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.feature-card:after{content:"";position:absolute;width:130px;height:130px;right:-60px;bottom:-60px;border-radius:50%;background:#38bdf80a;pointer-events:none}.feature-card:hover{transform:translateY(-6px);border-color:#cbd5e1;box-shadow:0 25px 50px #0f172a14}.feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.feature-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:14px;font-size:20px}.feature-number{color:#cbd5e1;font-size:11px;font-weight:800;letter-spacing:1px}.feature-blue .feature-icon{background:#e0f2fe;color:#0284c7}.feature-purple .feature-icon{background:#ede9fe;color:#7c3aed}.feature-green .feature-icon{background:#dcfce7;color:#16a34a}.feature-orange .feature-icon{background:#ffedd5;color:#ea580c}.feature-cyan .feature-icon{background:#cffafe;color:#0891b2}.feature-indigo .feature-icon{background:#e0e7ff;color:#4f46e5}.feature-card h3{margin:0 0 12px;color:var(--dark);font-size:19px;line-height:1.3;letter-spacing:-.4px}.feature-card>p{margin:0 0 20px;color:var(--text-light);font-size:13px;line-height:1.7}.feature-card ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}.feature-card li{display:flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:600}.feature-card li i{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:13px}.features-bottom{display:flex;align-items:center;justify-content:center;gap:14px;max-width:680px;margin:45px auto 0;padding:18px 24px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 8px 25px #0f172a0a}.features-bottom-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:11px;background:#e0f2fe;color:var(--primary)}.features-bottom strong{display:block;margin-bottom:3px;color:var(--dark);font-size:13px}.features-bottom span{color:#64748b;font-size:13px;line-height:1.5}@media (max-width: 950px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.features{padding:75px 0}.features-header{margin-bottom:40px}.features-header h2{font-size:33px;letter-spacing:-1px}.features-header p{font-size:14px}.features-grid{grid-template-columns:1fr;gap:14px}.feature-card{min-height:auto;padding:23px}.feature-card h3{font-size:18px}.features-bottom{align-items:flex-start;padding:16px;margin-top:30px}}.dashboard-showcase{position:relative;padding:120px 0;background:#f8fafc;overflow:hidden}.showcase-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:75px}.showcase-image{position:relative;min-width:0}.showcase-browser{position:relative;overflow:hidden;border:1px solid #dbe3ec;border-radius:18px;background:#fff;box-shadow:0 35px 80px #0f172a24,0 10px 30px #0f172a0f}.browser-bar{display:flex;align-items:center;gap:18px;height:48px;padding:0 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.browser-dots{display:flex;gap:6px}.browser-dots span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.browser-dots span:first-child{background:#f87171}.browser-dots span:nth-child(2){background:#fbbf24}.browser-dots span:last-child{background:#4ade80}.browser-address{flex:1;max-width:420px;margin:auto;padding:7px 14px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#94a3b8;font-size:13px;text-align:center}.browser-screen{position:relative;overflow:hidden;background:#fff}.browser-screen img{display:block;width:100%;height:auto;transition:transform .5s ease}.showcase-browser:hover .browser-screen img{transform:scale(1.015)}.showcase-floating{position:absolute;right:-25px;bottom:35px;display:flex;align-items:center;gap:11px;width:220px;padding:13px;border:1px solid rgba(226,232,240,.9);border-radius:13px;background:#fffffff5;box-shadow:0 18px 40px #0f172a21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:showcaseFloat 4s ease-in-out infinite}.showcase-floating-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:35px;height:35px;border-radius:10px;background:#e0f2fe;color:var(--primary);font-size:13px}.showcase-floating strong{display:block;margin-bottom:3px;color:var(--dark);font-size:10px}.showcase-floating span{display:block;color:#94a3b8;font-size:13px;line-height:1.4}@keyframes showcaseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.showcase-content{max-width:540px}.section-tag{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 13px;border-radius:999px;background:#e0f2fe;color:#0284c7;font-size:13px;font-weight:800}.section-tag i{font-size:13px}.showcase-content h2{margin:0 0 20px;color:var(--dark);font-size:clamp(34px,4vw,48px);line-height:1.08;letter-spacing:-1.6px}.showcase-content h2 span{color:var(--primary)}.showcase-content>p{margin:0 0 30px;color:var(--text-light);font-size:15px;line-height:1.75}.showcase-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 15px}.list-item{display:flex;align-items:flex-start;gap:10px}.list-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:9px;background:#eff6ff;color:var(--primary);font-size:13px}.list-item strong{display:block;margin-bottom:3px;color:var(--dark);font-size:13px}.list-item span{display:block;color:#64748b;font-size:13px;line-height:1.5}.showcase-btn{display:inline-flex;align-items:center;gap:9px;margin-top:32px;padding:12px 17px;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--primary),#2563eb);font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #2563eb2e;transition:transform .25s ease,box-shadow .25s ease}.showcase-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2563eb40}.showcase-btn i{transition:transform .25s ease}.showcase-btn:hover i{transform:translate(4px)}@media (max-width: 950px){.dashboard-showcase{padding:90px 0}.showcase-grid{grid-template-columns:1fr;gap:55px}.showcase-content{max-width:700px}}@media (max-width: 600px){.dashboard-showcase{padding:70px 0}.showcase-browser{border-radius:13px}.browser-bar{height:38px;padding:0 10px}.browser-address{font-size:13px;padding:5px 8px}.showcase-floating{display:none}.showcase-content h2{font-size:33px;letter-spacing:-1px}.showcase-content>p{font-size:14px}.showcase-list{grid-template-columns:1fr;gap:14px}.list-item strong{font-size:12px}.list-item span{font-size:13px}.showcase-btn{width:100%;justify-content:center}}@media (min-width: 768px) and (max-width: 1200px){.showcase-content{width:100%;max-width:700px;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.showcase-content .section-tag{margin-left:auto;margin-right:auto}.showcase-content h2{width:100%;max-width:650px;margin-left:auto;margin-right:auto;text-align:center}.showcase-content h2 span{display:block;text-align:center}.showcase-content>p{width:100%;max-width:620px;margin-left:auto;margin-right:auto;text-align:center}.showcase-list{width:100%;max-width:620px;margin-left:auto;margin-right:auto;text-align:left}.showcase-content .showcase-btn{margin-left:auto;margin-right:auto}}.business-summary{position:relative;width:100%;padding:120px 0;box-sizing:border-box;background:linear-gradient(180deg,#eff6ff,#fff);overflow:hidden}.summary-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 450px;gap:80px;align-items:center;width:100%;box-sizing:border-box}.summary-content{min-width:0}.summary-content h2{margin:0 0 20px;color:var(--dark);font-size:48px;line-height:1.1;letter-spacing:-1px}.summary-content p{margin:0 0 35px;color:var(--text-light);font-size:18px;line-height:1.9}.summary-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin-top:30px;box-sizing:border-box}.summary-feature{display:flex;align-items:center;gap:12px;min-width:0;width:100%;padding:15px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:14px;background:#ffffffe6;box-shadow:0 6px 18px #0f172a0a}.summary-feature-icon{display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;min-width:36px;padding:0;margin:0;box-sizing:border-box;border-radius:10px;background:#eff6ff;color:var(--primary);font-size:13px;line-height:1}.summary-feature-icon i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;line-height:1}.summary-feature:nth-child(1) .summary-feature-icon{background:#fff7ed;color:#f97316}.summary-feature:nth-child(2) .summary-feature-icon{background:#eff6ff;color:#2563eb}.summary-feature:nth-child(3) .summary-feature-icon{background:#f0fdf4;color:#16a34a}.summary-feature>div:last-child{flex:1;min-width:0}.summary-feature strong{display:block;margin:0 0 4px;color:#0f172a;font-size:13px;font-weight:800;line-height:1.3}.summary-feature span{display:block;margin:0;color:#64748b;font-size:10px;line-height:1.5}.summary-note i{display:flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:16px;margin-top:2px;color:var(--primary);font-size:11px}@media (max-width: 850px){.summary-features{grid-template-columns:1fr;gap:10px;margin-top:25px}.summary-feature{width:100%;padding:14px}.summary-feature-icon{flex-basis:36px;width:36px;height:36px;min-width:36px}}@media (max-width: 600px){.summary-features{display:flex;flex-direction:column;width:100%;gap:9px;margin-top:22px}.summary-feature{display:flex;align-items:center;justify-content:flex-start;width:100%;min-width:0;padding:12px;gap:11px;border-radius:13px;box-shadow:none}.summary-feature-icon{display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;min-width:36px;margin:0;padding:0;border-radius:9px;font-size:12px;line-height:1}.summary-feature-icon i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;line-height:1}.summary-feature>div:last-child{flex:1;min-width:0}.summary-feature strong{margin:0 0 2px;font-size:11px;line-height:1.3}.summary-feature span{font-size:8.5px;line-height:1.45}.summary-note{align-items:flex-start;gap:8px;width:100%;margin-top:16px;font-size:13px;line-height:1.55}.summary-note i{flex:0 0 16px;width:16px;height:16px;margin-top:1px;font-size:13px}}@media (max-width: 380px){.summary-features{gap:8px;margin-top:20px}.summary-feature{padding:11px;gap:10px;border-radius:12px}.summary-feature-icon{flex:0 0 34px;width:34px;height:34px;min-width:34px;border-radius:8px;font-size:13px}.summary-feature strong{font-size:13px}.summary-feature span{font-size:13px;line-height:1.4}}.summary-feature strong{display:block;margin:0 0 4px;color:#0f172a;font-size:12px;font-weight:800;line-height:1.3}.summary-feature span{display:block;margin:0;color:#64748b;font-size:13px;font-weight:400;line-height:1.5;overflow-wrap:anywhere}.summary-note{display:flex;align-items:flex-start;gap:9px;width:100%;margin-top:20px;box-sizing:border-box;color:#64748b;font-size:13px;line-height:1.6}.summary-note>i{display:flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:16px;margin:2px 0 0;color:var(--primary);font-size:13px;line-height:1}.summary-note>span{display:block;flex:1 1 auto;min-width:0;margin:0;padding:0;text-align:left}@media (max-width: 900px){.summary-features{grid-template-columns:1fr;gap:10px;margin-top:25px}.summary-feature{padding:14px}.summary-feature strong{font-size:12px}.summary-feature span{font-size:10px}}@media (max-width: 600px){.summary-note{display:grid!important;grid-template-columns:16px minmax(0,1fr);column-gap:8px;width:100%;max-width:100%;margin-top:16px;padding:0;box-sizing:border-box;font-size:13px;line-height:1.55;text-align:left}.summary-note>i{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin:2px 0 0;font-size:13px;line-height:1;box-sizing:border-box}.summary-note>span{display:block;width:100%;min-width:0;margin:0;padding:0;text-align:left;line-height:1.55;white-space:normal;word-break:normal;overflow-wrap:normal}}@media (max-width: 380px){.summary-features{gap:8px;margin-top:20px}.summary-feature{padding:10px;gap:9px;border-radius:11px}.summary-feature-icon{flex:0 0 30px;width:30px;height:30px;border-radius:8px;font-size:13px}.summary-feature strong{font-size:13px}.summary-feature span{font-size:13px;line-height:1.4}.summary-note{grid-template-columns:16px minmax(0,1fr);column-gap:7px;margin-top:13px;font-size:13px;line-height:1.5}.summary-note>i{width:16px;height:16px;margin-top:1px;font-size:13px}}@media (max-width: 340px){.summary-note{grid-template-columns:15px minmax(0,1fr);column-gap:7px;font-size:13px;line-height:1.5}.summary-note>i{width:15px;height:15px;font-size:13px}.summary-feature-icon{flex:0 0 28px;width:28px;height:28px;font-size:13px}.summary-feature strong,.summary-feature span{font-size:13px}}.summary-phone-area{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:600px;box-sizing:border-box}.phone-shadow{position:absolute;z-index:1;bottom:25px;width:250px;height:80px;border-radius:50%;background:#0f172a21;filter:blur(25px)}.phone{position:relative;z-index:2;width:300px;max-width:100%;padding:8px;box-sizing:border-box;border-radius:42px;background:#0f172a;box-shadow:0 40px 80px #0f172a40,0 15px 35px #0f172a1f}.phone-frame{position:relative;overflow:hidden;border-radius:35px;background:#f8fafc}.phone-top{position:relative;display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 18px;box-sizing:border-box;background:#fff;color:#475569;font-size:13px}.phone-time{font-size:13px}.phone-camera{position:absolute;top:8px;left:50%;width:75px;height:18px;transform:translate(-50%);border-radius:999px;background:#0f172a}.phone-status{display:flex;align-items:center;gap:5px}.phone-header{display:flex;align-items:center;gap:10px;padding:14px 15px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;box-sizing:border-box;background:#fff}.sms-contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:35px;height:35px;border-radius:50%;background:#e0f2fe;color:#0284c7;font-size:12px}.phone-header strong{display:block;color:#0f172a;font-size:13px}.phone-header span{display:block;margin-top:2px;color:#94a3b8;font-size:13px}.phone-screen{min-height:460px;padding:18px 13px;box-sizing:border-box;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.sms-message{width:100%;max-width:100%;padding:15px;box-sizing:border-box;border-radius:17px 17px 17px 5px;background:#fff;box-shadow:0 8px 20px #0f172a12;color:#475569;font-size:13px;line-height:1.6}.sms-greeting{margin-bottom:3px;color:#64748b;font-size:13px}.sms-message>strong{display:block;margin-bottom:10px;color:#0f172a;font-size:11px}.sms-message>p{margin:0 0 12px;color:#64748b;font-size:12px}.sms-stat{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid #f1f5f9}.sms-stat span{display:flex;align-items:center;gap:7px;min-width:0;color:#64748b;font-size:12px}.sms-stat span i{width:18px;flex-shrink:0;color:var(--primary);text-align:center}.sms-stat strong{flex-shrink:0;color:#0f172a;font-size:12px}.sms-total{margin:4px -5px;padding:10px 5px;border:none;border-radius:8px;background:#eff6ff}.sms-total span{color:#0284c7;font-weight:700}.sms-total strong{color:#0284c7}.sms-message-footer{padding-top:13px;color:#94a3b8;font-size:12px;line-height:1.5;text-align:center}.delivery-notification{position:absolute;z-index:10;left:calc(50% + 132px);bottom:125px;display:flex;align-items:center;gap:9px;width:165px;height:52px;padding:8px 10px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 14px 35px #0f172a24}.delivery-notification-icon{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;background:#dcfce7;color:#16a34a;font-size:11px}.delivery-notification-text{display:flex;flex-direction:column;justify-content:center;min-width:0}.delivery-notification-text strong{display:block;margin:0;color:#0f172a;font-size:12px;font-weight:800;line-height:1.3;white-space:nowrap}.delivery-notification-text span{display:block;margin-top:2px;color:#94a3b8;font-size:12px;line-height:1.3;white-space:nowrap}@media (max-width: 1000px){.business-summary{padding:90px 0}.summary-grid{grid-template-columns:1fr;gap:60px}.summary-content{width:100%;max-width:700px}.summary-content h2{font-size:44px}.summary-phone-area{min-height:560px}}@media (min-width: 768px) and (max-width: 1200px){.summary-content{width:100%;max-width:720px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.summary-content .section-tag{margin-left:auto;margin-right:auto}.summary-content h2{width:100%;max-width:680px;margin-left:auto;margin-right:auto;text-align:center}.summary-content h2 span{display:block;text-align:center}.summary-content>p{width:100%;max-width:650px;margin-left:auto;margin-right:auto;text-align:center}.summary-features{width:100%;max-width:680px;margin-left:auto;margin-right:auto}.summary-note{margin-left:auto;margin-right:auto}}@media (max-width: 600px){.business-summary{width:100%;max-width:100%;padding:75px 0;overflow-x:hidden}.summary-grid{display:grid;grid-template-columns:1fr;width:100%;max-width:100%;gap:45px;box-sizing:border-box}.summary-content{width:100%;max-width:100%;min-width:0}.summary-content h2{font-size:32px;line-height:1.1;letter-spacing:-.8px}.summary-content p{font-size:14px;line-height:1.75}.summary-features{grid-template-columns:1fr;gap:10px}.summary-features div{display:flex;align-items:center;gap:12px;width:100%;padding:12px;box-sizing:border-box;font-size:12px}.summary-features i{width:32px;height:32px;border-radius:8px;font-size:12px}.summary-note{align-items:flex-start;gap:8px;width:100%;font-size:12px;line-height:1.55}.summary-note i{flex-shrink:0;margin-top:2px}.summary-phone-area{width:100%;max-width:100%;min-height:560px;overflow:visible;box-sizing:border-box}.phone{width:285px;max-width:calc(100% - 20px);margin:0 auto;padding:8px;box-sizing:border-box}.phone-frame{width:100%;max-width:100%}.phone-screen{min-height:520px;padding:15px 11px}.delivery-notification{left:auto;right:-8px;bottom:85px;width:150px;max-width:calc(100% - 10px);height:48px;padding:8px 9px;gap:8px;border-radius:12px}.delivery-notification-icon{flex-basis:28px;width:28px;height:28px;border-radius:8px;font-size:12px}.delivery-notification-text strong,.delivery-notification-text span{font-size:12px}}@media (max-width: 380px){.business-summary{padding:65px 0}.summary-content h2{font-size:29px}.summary-content p{font-size:13px}.summary-phone-area{min-height:520px}.phone{width:255px;max-width:calc(100% - 20px)}.phone-screen{min-height:490px;padding:14px 10px}.delivery-notification{left:auto;right:-8px;bottom:70px;width:140px;max-width:calc(100% - 6px);height:46px}.delivery-notification-icon{flex-basis:27px;width:27px;height:27px}.delivery-notification-text strong,.delivery-notification-text span{font-size:10px}}.why-us{position:relative;width:100%;padding:100px 0;box-sizing:border-box;background:#fff}.why-us .section-title{text-align:center;margin-bottom:55px}.why-us .section-title h2{margin:0 0 14px;color:var(--dark);font-size:42px;line-height:1.15;letter-spacing:-.8px}.why-us .section-title p{max-width:600px;margin:0 auto;color:var(--text-light);font-size:16px;line-height:1.7}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;box-sizing:border-box}.why-card{display:flex;flex-direction:column;min-width:0;width:100%;padding:26px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 6px 20px #0f172a0a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.why-card:hover{transform:translateY(-4px);border-color:#bfdbfe;box-shadow:0 14px 30px #0f172a14}.why-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:19px;flex-shrink:0;border-radius:13px;background:#eff6ff;color:#2563eb}.why-icon svg{display:block;width:23px;height:23px}.why-card:nth-child(1) .why-icon{background:#fff7ed;color:#f97316}.why-card:nth-child(2) .why-icon{background:#eff6ff;color:#2563eb}.why-card:nth-child(3) .why-icon{background:#f0fdf4;color:#16a34a}.why-card:nth-child(4) .why-icon{background:#faf5ff;color:#9333ea}.why-card:nth-child(5) .why-icon{background:#fef2f2;color:#dc2626}.why-card:nth-child(6) .why-icon{background:#ecfeff;color:#0891b2}.why-card h3{margin:0 0 9px;color:#0f172a;font-size:17px;font-weight:800;line-height:1.35;letter-spacing:-.2px}.why-card p{margin:0;color:#64748b;font-size:13px;line-height:1.65}@media (max-width: 900px){.why-us{padding:80px 0}.why-us .section-title{margin-bottom:40px}.why-us .section-title h2{font-size:36px}.why-us .section-title p{font-size:14px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.why-card{padding:22px}}@media (max-width: 600px){.why-us{padding:65px 0}.why-us .section-title{margin-bottom:32px;padding:0 10px}.why-us .section-title h2{font-size:28px;letter-spacing:-.5px}.why-us .section-title p{font-size:12px;line-height:1.65}.why-grid{grid-template-columns:1fr;gap:12px}.why-card{padding:19px;border-radius:14px}.why-icon{width:42px;height:42px;margin-bottom:15px;border-radius:11px}.why-icon svg{width:20px;height:20px}.why-card h3{margin-bottom:6px;font-size:14px;line-height:1.4}.why-card p{font-size:13px;line-height:1.6}}@media (max-width: 380px){.why-us{padding:55px 0}.why-us .section-title{margin-bottom:27px}.why-us .section-title h2{font-size:25px}.why-us .section-title p{font-size:11px}.why-grid{gap:10px}.why-card{padding:16px;border-radius:12px}.why-icon{width:39px;height:39px;margin-bottom:13px;border-radius:10px}.why-icon svg{width:19px;height:19px}.why-card h3{font-size:13px;margin-bottom:5px}.why-card p{font-size:13px;line-height:1.55}}.pricing{padding:120px 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:70px}.price-card{position:relative;background:#fff;border-radius:25px;padding:45px 40px;box-shadow:var(--shadow);transition:.35s;text-align:center;border:2px solid transparent}.price-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-lg)}.price-card.featured{border:2px solid var(--primary);transform:scale(1.05)}.price-card.featured:hover{transform:scale(1.08)}.popular{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:8px 20px;border-radius:999px;font-size:13px;font-weight:700}.plan-name{display:block;font-size:22px;font-weight:700;color:var(--dark);margin-bottom:20px}.price-card h2{font-size:54px;color:var(--primary);margin-bottom:10px}.billing{display:block;color:var(--text-light);margin-bottom:35px}.price-card ul{text-align:left;margin-bottom:35px}.price-card li{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--text)}.price-card li i{color:var(--success)}.plan-btn{display:inline-block;width:100%;padding:16px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:700;transition:.3s}.plan-btn:hover{transform:translateY(-4px)}.testimonials{padding:120px 0;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.testimonial{background:#f8fafc;border-radius:20px;padding:35px;transition:.35s;position:relative}.testimonial:hover{transform:translateY(-10px);box-shadow:var(--shadow)}.testimonial:before{content:"★★★★★";color:#fbbf24;display:block;margin-bottom:20px;letter-spacing:4px}.testimonial p{line-height:1.9;color:var(--text-light);margin-bottom:25px}.testimonial strong{color:var(--dark)}.faq{position:relative;width:100%;padding:110px 0;box-sizing:border-box;background:linear-gradient(180deg,#f8fafc,#fff)}.faq .section-title{max-width:700px;margin:0 auto 55px;text-align:center}.faq-label{display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;padding:5px 11px;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.7px}.faq .section-title h2{margin:0 0 14px;color:var(--dark);font-size:42px;line-height:1.15;letter-spacing:-.8px}.faq .section-title p{margin:0;color:var(--text-light);font-size:16px;line-height:1.7}.faq-list{width:100%;max-width:850px;margin:0 auto;box-sizing:border-box}.faq-item{width:100%;margin-bottom:10px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-sizing:border-box;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-item:hover{border-color:#dbeafe;box-shadow:0 5px 18px #0f172a0a}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:20px 22px;border:0;background:transparent;color:#0f172a;font-family:inherit;font-size:14px;font-weight:700;line-height:1.4;text-align:left;cursor:pointer}.faq-question span{min-width:0;flex:1}.faq-question i{display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:10px;transition:transform .25s ease,background .25s ease,color .25s ease}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer p{min-height:0;overflow:hidden;margin:0;padding:0 22px;color:#64748b;font-size:13px;line-height:1.75;opacity:0;transition:padding .3s ease,opacity .25s ease}.faq-item.active{border-color:#bfdbfe;box-shadow:0 8px 25px #2563eb0f}.faq-item.active .faq-question{color:var(--primary-dark)}.faq-item.active .faq-question i{transform:rotate(45deg);background:#eff6ff;color:var(--primary)}.faq-item.active .faq-answer{grid-template-rows:1fr}.faq-item.active .faq-answer p{padding:0 22px 20px;opacity:1}.faq-contact{display:flex;align-items:center;gap:14px;max-width:850px;margin:35px auto 0;padding:18px 20px;box-sizing:border-box;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff}.faq-contact-icon{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--primary);font-size:15px}.faq-contact-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.faq-contact-text strong{color:#0f172a;font-size:12px;font-weight:800}.faq-contact-text span{color:#64748b;font-size:10px;line-height:1.4}.faq-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex-shrink:0;padding:10px 14px;border-radius:9px;background:#38bdf8!important;color:#fff!important;font-size:10px;font-weight:800;text-decoration:none;transition:background .2s ease,transform .2s ease}.faq-contact-btn:hover{background:#2563eb!important;color:#fff!important;transform:translateY(-1px)}.faq-contact-btn i{color:#fff!important;font-size:9px}@media (max-width: 900px){.faq{padding:80px 0}.faq .section-title{margin-bottom:40px}.faq .section-title h2{font-size:36px}}@media (max-width: 600px){.faq{padding:65px 0}.faq .section-title{margin-bottom:30px;padding:0 10px}.faq-label{font-size:10px;padding:4px 9px}.faq .section-title h2{font-size:27px;letter-spacing:-.4px}.faq .section-title p{font-size:12px;line-height:1.6}.faq-list{width:100%}.faq-item{margin-bottom:8px;border-radius:12px}.faq-question{gap:12px;padding:16px 14px;font-size:11px}.faq-question i{flex:0 0 26px;width:26px;height:26px;border-radius:7px;font-size:9px}.faq-answer p{padding:0 14px;font-size:10px;line-height:1.65}.faq-item.active .faq-answer p{padding:0 14px 16px}.faq-contact{align-items:flex-start;gap:10px;margin-top:25px;padding:14px;border-radius:12px}.faq-contact-icon{flex:0 0 32px;width:32px;height:32px;border-radius:8px;font-size:12px}.faq-contact-text strong{font-size:12px}.faq-contact-text span{font-size:10px}.faq-contact-btn{align-self:center;padding:8px 10px;font-size:12px}.faq-contact-btn i{font-size:12px}}@media (max-width: 380px){.faq{padding:55px 0}.faq .section-title{margin-bottom:25px}.faq .section-title h2{font-size:24px}.faq .section-title p{font-size:11px}.faq-item{border-radius:11px}.faq-question{padding:14px 12px;font-size:10px}.faq-question i{flex-basis:24px;width:24px;height:24px;font-size:8px}.faq-answer p{font-size:8.5px;line-height:1.6}.faq-item.active .faq-answer p{padding-bottom:14px}.faq-contact{padding:12px;gap:8px}.faq-contact-icon{flex-basis:30px;width:30px;height:30px}.faq-contact-text strong{font-size:9px}.faq-contact-text span{font-size:10px}.faq-contact-btn{padding:7px 9px;font-size:12px}}.contact{position:relative;width:100%;padding:110px 0;box-sizing:border-box;background:linear-gradient(180deg,#fff,#eff6ff)}.contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:80px;align-items:center;width:100%;box-sizing:border-box}.contact-info{min-width:0}.contact-label{display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;padding:5px 11px;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.7px}.contact-info h2{margin:0 0 16px;color:var(--dark);font-size:48px;line-height:1.1;letter-spacing:-1px}.contact-intro{max-width:480px;margin:0;color:var(--text-light);font-size:16px;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:14px;margin-top:32px}.contact-detail{display:flex;align-items:center;gap:12px;min-width:0}.contact-detail-icon{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:#fff;color:var(--primary);font-size:14px;box-shadow:0 4px 14px #0f172a0d}.contact-detail>div:last-child{display:flex;flex-direction:column;gap:2px;min-width:0}.contact-detail span{color:#94a3b8;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.contact-detail strong{color:#0f172a;font-size:13px;font-weight:700;line-height:1.4;word-break:break-word}.contact-note{display:flex;align-items:flex-start;gap:4px;max-width:430px;margin-top:28px;color:#64748b;font-size:10px;line-height:1.6}.contact-note i{flex:0 0 auto;margin-top:2px;color:#22c55e;font-size:11px}.contact-form-wrapper{width:100%;min-width:0;padding:32px;box-sizing:border-box;border:1px solid #dbeafe;border-radius:20px;background:#fffffff2;box-shadow:0 15px 40px #0f172a12}.contact-form-header{margin-bottom:25px}.contact-form-header h3{margin:0 0 6px;color:#0f172a;font-size:20px;font-weight:800;line-height:1.3}.contact-form-header p{margin:0;color:#64748b;font-size:11px;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:17px;width:100%}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.form-group{display:flex;flex-direction:column;gap:6px;min-width:0}.form-group label{color:#334155;font-size:10px;font-weight:700}.form-group input,.form-group textarea{display:block;width:100%;min-width:0;padding:12px 13px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:10px;outline:none;background:#f8fafc;color:#0f172a;font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.form-group textarea{min-height:125px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #38bdf81a}.contact-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;margin-top:2px;padding:11px 18px;border:0;border-radius:10px;background:#38bdf8!important;color:#fff!important;font-family:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.contact-submit span,.contact-submit i{color:#fff!important}.contact-submit:hover{background:#2563eb!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb2e}.contact-submit:hover span,.contact-submit:hover i{color:#fff!important}@media (max-width: 900px){.contact{padding:80px 0}.contact-grid{gap:45px}.contact-info h2{font-size:38px}.contact-intro{font-size:14px}.contact-form-wrapper{padding:25px}}@media (max-width: 600px){.contact{padding:65px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-info{width:100%}.contact-label{margin-bottom:10px;font-size:8px}.contact-info h2{margin-bottom:10px;font-size:29px;letter-spacing:-.5px}.contact-intro{max-width:none;font-size:12px;line-height:1.65}.contact-details{gap:11px;margin-top:23px}.contact-detail{gap:10px}.contact-detail-icon{flex-basis:34px;width:34px;height:34px;border-radius:9px;font-size:12px}.contact-detail span{font-size:8px}.contact-detail strong{font-size:10px}.contact-note{margin-top:20px;font-size:8.5px}.contact-form-wrapper{width:100%;padding:20px 16px;border-radius:14px}.contact-form-header{margin-bottom:20px}.contact-form-header h3{font-size:16px}.contact-form-header p{font-size:9px}.contact-form{gap:14px}.form-row{grid-template-columns:1fr;gap:14px}.form-group{gap:5px}.form-group label{font-size:9px}.form-group input,.form-group textarea{padding:11px 12px;font-size:16px;border-radius:9px}.form-group textarea{min-height:110px}.contact-submit{min-height:43px;font-size:17px}}@media (min-width: 768px) and (max-width: 1200px){.contact-info{width:100%;max-width:650px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.contact-info .contact-label,.contact-info h2,.contact-info .contact-intro{text-align:center}.contact-info .contact-details{width:100%;max-width:500px;margin:25px auto 0;display:flex;flex-direction:column;align-items:center}.contact-info .contact-detail{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.contact-info .contact-detail-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.contact-info .contact-detail>div:last-child{display:flex;flex-direction:column;align-items:center;text-align:center}.contact-info .contact-detail span,.contact-info .contact-detail strong{text-align:center}.contact-info .contact-note{max-width:500px;margin:25px auto 0;justify-content:center;text-align:center}}@media (max-width: 767px){.contact{padding:55px 0}.contact-grid{gap:28px}.contact-info{text-align:center;display:flex;flex-direction:column;align-items:center}.contact-info h2{font-size:25px;text-align:center}.contact-intro{font-size:10px;line-height:1.6;text-align:center}.contact-details{width:100%;margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:18px}.contact-detail{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px}.contact-detail-icon{flex:0 0 32px;width:32px;height:32px;font-size:11px;margin:0 auto}.contact-detail>div:last-child{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.contact-detail span{font-size:7.5px;text-align:center}.contact-detail strong{font-size:9px;text-align:center}.contact-note{font-size:8px;justify-content:center;text-align:center}.contact-form-wrapper{padding:18px 13px;border-radius:12px}.contact-form-header h3{font-size:15px}.contact-form-header p{font-size:8.5px}.form-group label{font-size:16px}.form-group input,.form-group textarea{padding:10px;font-size:16px}.form-group textarea{min-height:100px}.contact-submit{min-height:40px;font-size:17px}}.summary-feature span strong{font-weight:800;color:#0f172a}.footer{position:relative;width:100%;padding:70px 0 0;box-sizing:border-box;background:#f1f7ff;border-top:1px solid #dbeafe;overflow:hidden}.footer:before{content:"";position:absolute;width:260px;height:260px;right:-100px;top:-120px;border-radius:50%;background:#38bdf814;pointer-events:none}.footer:after{content:"";position:absolute;width:200px;height:200px;left:-100px;bottom:-100px;border-radius:50%;background:#2563eb0d;pointer-events:none}.footer-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,2fr) minmax(100px,1fr) minmax(100px,1fr) minmax(0,1.4fr);gap:50px;padding-bottom:55px}.footer-brand{max-width:330px}.footer-logo{display:inline-flex;align-items:center;gap:11px;color:#0f172a;text-decoration:none}.footer-logo img{display:block;width:44px;height:44px;object-fit:contain;border-radius:10px}.footer-logo span{color:#0f172a;font-size:25px;font-weight:800;line-height:1;letter-spacing:-.5px}.footer-brand>p{margin:17px 0 0;color:#64748b;font-size:16px;line-height:1.8}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h3{margin:3px 0 8px;color:#0f172a;font-size:16px;font-weight:800}.footer-column a{display:inline-flex;align-items:center;gap:7px;color:#64748b;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-column a:hover{color:#2563eb;transform:translate(2px)}.footer-contact a{word-break:break-word}.footer-contact i{width:14px;color:#38bdf8;font-size:16px;text-align:center}.footer-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid #dbeafe}.footer-bottom p{margin:0;color:#94a3b8;font-size:10px}.footer-socials{display:flex;align-items:center;gap:7px}.footer-socials a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #dbeafe;border-radius:8px;background:#fff;color:#64748b;font-size:16px;text-decoration:none;box-shadow:0 3px 10px #0f172a0a;transition:background .2s ease,color .2s ease,transform .2s ease}.footer-socials a:hover{background:#2563eb;border-color:#2563eb;color:#fff;transform:translateY(-2px)}@media (max-width: 900px){.footer{padding-top:60px}.footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer-contact{grid-column:span 3;margin-top:5px}}@media (max-width: 600px){.footer{padding-top:50px}.footer-main{display:flex;flex-direction:column;gap:28px;padding-bottom:30px}.footer-brand{max-width:100%;text-align:center}.footer-logo{justify-content:center}.footer-logo img{width:36px;height:36px;border-radius:9px}.footer-logo span{font-size:21px}.footer-brand>p{max-width:290px;margin:13px auto 0;font-size:16px;line-height:1.7}.footer-column{align-items:center;gap:9px}.footer-column h3{margin:0 0 3px;font-size:16px}.footer-column a{font-size:16px}.footer-contact{margin-top:0}.footer-bottom{flex-direction:column;justify-content:center;gap:13px;padding:18px 0}.footer-socials{order:1}.footer-bottom p{order:2;font-size:13px;text-align:center}}@media (max-width: 380px){.footer{padding-top:42px}.footer-main{gap:25px}.footer-logo img{width:33px;height:33px}.footer-logo span{font-size:19px}.footer-brand>p{max-width:270px;font-size:16px}.footer-column{gap:8px}.footer-column h3{font-size:16px}.footer-column a{font-size:13px}.footer-socials a{width:28px;height:28px;border-radius:7px;font-size:13px}.footer-bottom p{font-size:13px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e2e8f0}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:999px}.back-top{position:fixed!important;right:10px;bottom:24px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;border-radius:50%;background:var(--primary);color:#fff;cursor:pointer;z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.back-top.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-top i{font-size:13px}@media (min-width: 768px) and (max-width: 1200px){.back-top{position:fixed!important;right:20px;bottom:20px;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1200px){html,body{margin:0!important;padding:0!important}.footer{position:relative;width:100%;height:auto!important;min-height:0!important;margin:0!important;padding-bottom:0!important;overflow:hidden;box-sizing:border-box}.footer .container{height:auto!important;min-height:0!important;margin-bottom:0!important}.footer-main{height:auto!important;min-height:0!important}.footer-bottom{height:auto!important;min-height:0!important;margin-bottom:0!important}.back-top{position:fixed!important;right:20px;bottom:20px;margin:0!important}}@media (min-width: 768px) and (max-width: 1100px){html{height:100%;overflow-x:hidden}body{min-height:0!important;height:auto!important;overflow-x:hidden}.footer{height:auto!important;min-height:0!important;margin-bottom:0!important}.footer+*{display:none!important}}body.laundro-simulation-open{overflow:hidden!important}#laundroSimulation{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;box-sizing:border-box;z-index:999999!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}#laundroSimulation.active{opacity:1;visibility:visible;pointer-events:auto}#laundroSimulation .laundro-simulation-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:#0f172ad6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1}#laundroSimulation .laundro-simulation-modal{position:relative!important;z-index:2;width:min(1180px,100%);max-height:calc(100vh - 48px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:#f8fafc;border:1px solid rgba(255,255,255,.8);border-radius:28px;box-shadow:0 45px 100px #0006,0 20px 50px #0000002e;transform:translateY(25px) scale(.97);transition:transform .35s cubic-bezier(.2,.8,.2,1);scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}#laundroSimulation.active .laundro-simulation-modal{transform:translateY(0) scale(1)}#laundroSimulation .simulation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:30px 34px 25px;background:#fff;border-bottom:1px solid #e8edf3}#laundroSimulation .simulation-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;color:#2563eb;font-size:9px;font-weight:800;letter-spacing:1.6px}#laundroSimulation .simulation-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1f;animation:laundroSimulationPulse 1.8s infinite}@keyframes laundroSimulationPulse{0%,to{opacity:1}50%{opacity:.4}}#laundroSimulation .simulation-header h2{margin:0;color:#0f172a;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.7px}#laundroSimulation .simulation-header p{max-width:620px;margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.55}#laundroSimulation .simulation-close{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border:1px solid #e2e8f0;border-radius:50%;background:#f8fafc;color:#64748b;font-size:17px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}#laundroSimulation .simulation-close:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb;transform:rotate(90deg)}#laundroSimulation .simulation-progress{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:18px 34px;background:#fff;border-bottom:1px solid #edf1f5}#laundroSimulation .simulation-step{display:flex;align-items:center;gap:8px;white-space:nowrap;color:#94a3b8;font-size:10px;font-weight:800;transition:color .3s ease}#laundroSimulation .simulation-step span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:50%;background:#f1f5f9;color:#94a3b8;font-size:10px;font-weight:800;transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}#laundroSimulation .simulation-step.active{color:#2563eb}#laundroSimulation .simulation-step.active span{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 5px 15px #2563eb40}#laundroSimulation .simulation-step.completed{color:#16a34a}#laundroSimulation .simulation-step.completed span{background:#22c55e;border-color:#22c55e;color:#fff}#laundroSimulation .simulation-line{flex:1;height:2px;min-width:20px;margin:0 12px;border-radius:20px;background:#e2e8f0;transition:background .3s ease}#laundroSimulation .simulation-line.completed{background:#22c55e}#laundroSimulation .simulation-body{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:45px;padding:32px 34px 38px;background:linear-gradient(180deg,#f8fafc,#fff)}#laundroSimulation .simulation-dashboard{min-width:0;width:100%}#laundroSimulation .simulation-card-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}#laundroSimulation .simulation-card-label{display:block;margin-bottom:5px;color:#2563eb;font-size:9px;font-weight:800;letter-spacing:1.4px}#laundroSimulation .simulation-card-header h3{margin:0;color:#0f172a;font-size:20px;line-height:1.25;font-weight:800}#laundroSimulation .simulation-live{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:8px;font-weight:800;letter-spacing:.6px}#laundroSimulation .simulation-live span{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1a}#laundroSimulation .demo-order-card{width:100%;box-sizing:border-box;padding:23px;background:#fff;border:1px solid #e2e8f0;border-radius:19px;box-shadow:0 10px 28px #0f172a0b}#laundroSimulation .demo-order-top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid #edf1f5}#laundroSimulation .demo-order-top small,#laundroSimulation .demo-order-details small,#laundroSimulation .demo-release-box small{display:block;margin-bottom:5px;color:#94a3b8;font-size:8px;font-weight:800;letter-spacing:.9px}#laundroSimulation .demo-order-top strong{color:#0f172a;font-size:18px;font-weight:800}#laundroSimulation .demo-status{display:inline-flex;align-items:center;justify-content:center;min-width:75px;padding:7px 11px;border-radius:999px;font-size:9px;font-weight:800}#laundroSimulation .demo-status.processing{background:#eff6ff;border:1px solid #dbeafe;color:#2563eb}#laundroSimulation .demo-status.ready{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}#laundroSimulation .demo-status.collected{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}#laundroSimulation .demo-order-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:21px 0}#laundroSimulation .demo-order-details strong{display:block;color:#334155;font-size:13px;font-weight:750}#laundroSimulation .demo-release-box{align-items:center;justify-content:space-between;padding:14px 16px;margin-bottom:15px;border:1px solid #bfdbfe;border-radius:13px;background:linear-gradient(135deg,#eff6ff,#f8fbff);animation:laundroReleaseIn .35s ease}@keyframes laundroReleaseIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}#laundroSimulation .demo-release-box strong{display:block;color:#2563eb;font-size:21px;font-weight:800;letter-spacing:4px}#laundroSimulation .demo-release-box i{color:#2563eb;font-size:19px}#laundroSimulation .demo-action-area{width:100%}#laundroSimulation #demoActionButton{width:100%;min-height:47px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 15px;box-sizing:border-box;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #2563eb33;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}#laundroSimulation #demoActionButton:hover{transform:translateY(-1px);box-shadow:0 12px 25px #2563eb45}#laundroSimulation #demoActionButton:active{transform:translateY(0)}#laundroSimulation #demoActionButton:disabled{cursor:default;opacity:.9}#laundroSimulation #demoActionButton.completed{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 8px 20px #22c55e2e}#laundroSimulation .demo-activity{margin-top:18px;padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:17px}#laundroSimulation .activity-title{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:#334155;font-size:11px;font-weight:800}#laundroSimulation .activity-title i{color:#2563eb}#laundroSimulation .activity-item{display:flex;align-items:center;gap:12px;animation:laundroActivityIn .3s ease}@keyframes laundroActivityIn{0%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}#laundroSimulation .activity-icon{width:37px;height:37px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#64748b}#laundroSimulation .activity-item strong{display:block;margin-bottom:3px;color:#334155;font-size:11px;font-weight:750}#laundroSimulation .activity-item small{display:block;color:#94a3b8;font-size:9px;line-height:1.45}#laundroSimulation .simulation-phone-area{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:550px}#laundroSimulation .phone-label{width:255px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#94a3b8;font-size:8px;font-weight:800;letter-spacing:1.1px}#laundroSimulation .phone-label i{color:#2563eb}#laundroSimulation .phone{position:relative;overflow:hidden!important;width:255px;height:525px;padding:5px;box-sizing:border-box;background:linear-gradient(145deg,#cbd5e1,#64748b 7%,#334155 18%,#0f172a 48%,#020617 75%,#64748b);border:1px solid #94a3b8;border-radius:45px;box-shadow:0 50px 80px #0f172a66,0 20px 35px #0f172a3d,inset 1px 1px 2px #ffffff6b,inset -1px -1px 2px #000000e6;isolation:isolate}#laundroSimulation .phone:before{content:"";position:absolute;z-index:5000;left:-4px;top:105px;width:3px;height:30px;border-radius:4px 0 0 4px;background:linear-gradient(90deg,#111827,#94a3b8);box-shadow:0 43px #64748b,0 78px #64748b}#laundroSimulation .phone:after{content:"";position:absolute;z-index:5000;right:-4px;top:145px;width:3px;height:72px;border-radius:0 4px 4px 0;background:linear-gradient(90deg,#94a3b8,#111827)}#laundroSimulation .phone-screen{position:relative;width:100%;height:100%;overflow:hidden;box-sizing:border-box;border:1px solid rgba(255,255,255,.16);border-radius:40px;background:#f7f8fa;box-shadow:inset 0 0 0 1px #0000008c}#laundroSimulation .phone-screen:before{content:"";position:absolute;z-index:4500;top:0;left:0;width:48%;height:100%;pointer-events:none;background:linear-gradient(115deg,#ffffff0e,#fff0)}#laundroSimulation .phone-notch{position:absolute;z-index:10000;top:9px;left:50%;width:94px;height:28px;transform:translate(-50%);border-radius:18px;background:#000;box-shadow:0 1px 4px #000000bf,inset 0 0 1px #ffffff14;pointer-events:none;box-sizing:border-box}#laundroSimulation .phone-notch:before{content:"";position:absolute;top:50%;right:16px;width:8px;height:8px;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle at 35% 35%,#64748b,#334155 35%,#111827 60%,#000);box-shadow:inset 0 0 2px #ffffff40}#laundroSimulation .phone-notch:after{content:"";position:absolute;top:50%;left:50%;width:37px;height:5px;transform:translate(-50%,-50%);border-radius:10px;background:#111}#laundroSimulation .phone-statusbar{position:absolute;z-index:9000;top:0;left:0;right:0;height:48px;display:flex;align-items:flex-start;justify-content:space-between;box-sizing:border-box;padding:15px 17px 0;background:transparent;color:#111827;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Arial,sans-serif;font-size:9px;font-weight:700;line-height:1;pointer-events:none}#laundroSimulation .phone-statusbar .fa-battery-full{transform:translateY(1.5px)}#laundroSimulation .phone-statusbar>span:first-child{display:flex;align-items:center;justify-content:center;width:42px;height:21px;line-height:21px;font-size:9px;font-weight:800;letter-spacing:-.2px}#laundroSimulation .phone-statusbar>span:last-child{display:flex;align-items:center;justify-content:flex-end;gap:5px;height:21px;line-height:21px;font-size:7px}#laundroSimulation .phone-statusbar .fa-signal,#laundroSimulation .phone-statusbar .fa-wifi{font-size:8px}#laundroSimulation .phone-statusbar .fa-battery-full{font-size:9px}#laundroSimulation .phone-app-header{position:relative;z-index:200;width:100%;height:58px;display:flex;align-items:center;gap:10px;box-sizing:border-box;padding:8px 15px;margin-top:48px;background:#fffffffa;border-bottom:1px solid #e5e7eb}#laundroSimulation .phone-app-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:11px;background:linear-gradient(145deg,#2563eb,#3b82f6);color:#fff;font-size:15px;font-weight:900;box-shadow:0 5px 12px #2563eb33}#laundroSimulation .phone-app-header strong{display:block;margin-bottom:2px;color:#111827;font-size:11px;line-height:1.2;font-weight:800}#laundroSimulation .phone-app-header small{display:block;color:#94a3b8;font-size:8px;line-height:1.2}#laundroSimulation .phone-content{position:relative;width:100%;height:calc(100% - 106px);overflow-y:auto;box-sizing:border-box;padding:14px 12px 35px;background:linear-gradient(180deg,#f8fafc,#fff);scrollbar-width:none}#laundroSimulation .phone-content::-webkit-scrollbar{display:none}#laundroSimulation .phone-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;box-sizing:border-box;text-align:center}#laundroSimulation .phone-empty-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;font-size:22px;box-shadow:0 8px 20px #2563eb1a}#laundroSimulation .phone-empty strong{margin-bottom:5px;color:#334155;font-size:12px;font-weight:800}#laundroSimulation .phone-empty span{max-width:175px;color:#94a3b8;font-size:9px;line-height:1.55}#laundroSimulation .phone-message{width:fit-content;max-width:90%;margin:0 0 12px;padding:11px 13px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:16px 16px 16px 5px;background:#fff;box-shadow:0 3px 10px #0f172a0e;animation:laundroPhoneMessage .35s ease}@keyframes laundroPhoneMessage{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}#laundroSimulation .phone-message-title{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:#111827;font-size:9px;line-height:1.2;font-weight:800}#laundroSimulation .phone-message-title i{color:#2563eb;font-size:9px}#laundroSimulation .phone-message-text{color:#475569;font-size:9px;line-height:1.6}#laundroSimulation .phone-message-text strong{color:#1e293b;font-weight:800}#laundroSimulation .phone-message-time{display:block;margin-top:7px;color:#a1a1aa;font-size:7px;line-height:1;text-align:right}#laundroSimulation .phone-home-indicator{position:absolute;z-index:11000;bottom:7px;left:50%;width:82px;height:4px;transform:translate(-50%);border-radius:10px;background:#111827;opacity:.9;pointer-events:none}#laundroSimulation .simulation-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 34px;background:#fff;border-top:1px solid #e8edf3;border-radius:0 0 28px 28px}#laundroSimulation .simulation-message{display:flex;align-items:center;gap:8px;color:#64748b;font-size:11px}#laundroSimulation .simulation-message:before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#22c55e}#laundroSimulation .simulation-restart{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 15px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#475569;font-size:10px;font-weight:800;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}#laundroSimulation .simulation-restart:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}@media (max-width: 900px){#laundroSimulation{padding:12px!important}#laundroSimulation .simulation-body{grid-template-columns:minmax(0,1fr) 285px;gap:25px;padding:25px}#laundroSimulation .phone{width:220px;height:455px}#laundroSimulation .phone-label{width:220px}}@media (max-width: 820px){#laundroSimulation{position:fixed;inset:0;width:100vw;height:100vh;padding:5px!important;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}#laundroSimulation .laundro-simulation-modal{position:relative;width:100%;max-width:100%;height:auto;max-height:calc(100vh - 10px);margin:0;border-radius:20px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch}#laundroSimulation .simulation-header{width:100%;padding:18px 18px 16px;box-sizing:border-box}#laundroSimulation .simulation-header h2{margin:4px 0 5px;font-size:22px;line-height:1.15}#laundroSimulation .simulation-header p{max-width:260px;margin:0;font-size:11px;line-height:1.5}#laundroSimulation .simulation-eyebrow{font-size:8px;letter-spacing:.12em}#laundroSimulation .simulation-close{flex:0 0 auto;width:34px;height:34px;margin-left:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}#laundroSimulation .simulation-progress{width:100%;padding:12px 18px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;overflow:hidden}#laundroSimulation .simulation-step{flex:0 0 auto;gap:0;display:flex;align-items:center;justify-content:center}#laundroSimulation .simulation-step span{width:27px;height:27px;min-width:27px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px}#laundroSimulation .simulation-step small{display:none}#laundroSimulation .simulation-line{flex:1 1 auto;width:auto;min-width:10px;height:2px;margin:0 5px}#laundroSimulation .simulation-body{width:100%;min-width:0;display:grid;grid-template-columns:1fr;gap:28px;padding:18px;box-sizing:border-box}#laundroSimulation .simulation-dashboard{width:100%;min-width:0;order:1}#laundroSimulation .simulation-phone-area{width:100%;min-width:0;min-height:auto;order:2;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:visible}#laundroSimulation .phone-label{width:220px;max-width:calc(100vw - 70px);margin:0 auto 10px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;font-size:8px}#laundroSimulation .phone{position:relative;width:220px;height:440px;max-width:calc(100vw - 70px);max-height:none;flex:0 0 auto;box-sizing:border-box;padding:6px;border-radius:33px;overflow:hidden!important}#laundroSimulation .phone-screen{width:100%;height:100%;min-width:0;min-height:0;border-radius:28px;overflow:hidden}#laundroSimulation .phone-notch{top:8px;width:66px;height:20px;border-radius:14px}#laundroSimulation .phone-notch:before{top:50%;right:10px;width:6px;height:6px;transform:translateY(-50%)}#laundroSimulation .phone-notch:after{top:50%;left:50%;width:27px;height:4px;transform:translate(-50%,-50%)}#laundroSimulation .phone-statusbar{top:0;left:0;right:0;width:100%;height:42px;padding:13px 13px 0;box-sizing:border-box;font-size:8px}#laundroSimulation .phone-statusbar>span:last-child{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;white-space:nowrap}#laundroSimulation .phone-statusbar .fa-signal,#laundroSimulation .phone-statusbar .fa-wifi{font-size:7px}#laundroSimulation .phone-statusbar .fa-battery-full{font-size:7px;transform:translateY(2px)}#laundroSimulation .phone-app-header{position:relative;width:100%;height:68px;min-width:0;padding:0 11px 10px;box-sizing:border-box;display:flex;align-items:flex-end;gap:7px;overflow:hidden}#laundroSimulation .phone-app-icon{flex:0 0 26px;width:26px;height:26px;border-radius:8px;font-size:12px}#laundroSimulation .phone-app-header>div:last-child{min-width:0;overflow:hidden}#laundroSimulation .phone-app-header strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}#laundroSimulation .phone-app-header small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}#laundroSimulation .phone-content{position:absolute;inset:68px 0 0;width:100%;min-width:0;padding:10px 8px 28px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}#laundroSimulation .phone-content::-webkit-scrollbar{display:none}#laundroSimulation .phone-empty{width:100%;max-width:165px;margin:52px auto 0;padding:0 5px;box-sizing:border-box;text-align:center}#laundroSimulation .phone-empty-icon{width:36px;height:36px;margin:0 auto 9px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}#laundroSimulation .phone-empty strong{display:block;font-size:9px;line-height:1.3}#laundroSimulation .phone-empty span{display:block;margin-top:5px;font-size:7px;line-height:1.5}#laundroSimulation .phone-message{width:100%;max-width:100%;margin:0 0 8px;padding:8px;box-sizing:border-box;border-radius:11px;overflow:hidden}#laundroSimulation .phone-message-title{width:100%;min-width:0;display:flex;align-items:center;gap:5px;margin-bottom:5px;font-size:8px}#laundroSimulation .phone-message-title i{flex:0 0 auto;font-size:8px}#laundroSimulation .phone-message-title span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#laundroSimulation .phone-message-text{width:100%;max-width:100%;font-size:7px;line-height:1.5;overflow-wrap:anywhere;word-break:normal}#laundroSimulation .phone-message-time{display:block;margin-top:5px;text-align:right;font-size:6px}#laundroSimulation .phone-home-indicator{position:absolute;z-index:11000;left:50%;bottom:5px;width:68px;height:3px;transform:translate(-50%);border-radius:10px;pointer-events:none}#laundroSimulation .simulation-footer{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:14px 18px;border-radius:0 0 20px 20px}#laundroSimulation .simulation-message{width:100%;min-width:0;font-size:10px;line-height:1.4}#laundroSimulation .simulation-restart{width:100%;min-height:40px;box-sizing:border-box}}@media (max-width: 380px){#laundroSimulation{padding:3px!important}#laundroSimulation .laundro-simulation-modal{max-height:calc(100vh - 6px);border-radius:17px}#laundroSimulation .simulation-header{padding:15px}#laundroSimulation .simulation-header h2{font-size:19px}#laundroSimulation .simulation-header p{font-size:10px}#laundroSimulation .simulation-progress{padding:10px 15px}#laundroSimulation .simulation-step span{width:24px;height:24px;min-width:24px;font-size:9px}#laundroSimulation .simulation-line{min-width:7px;margin:0 4px}#laundroSimulation .simulation-body{gap:24px;padding:15px}#laundroSimulation .phone-label{width:195px;max-width:calc(100vw - 55px)}#laundroSimulation .phone{width:195px;height:390px;max-width:calc(100vw - 55px);padding:5px;border-radius:29px}#laundroSimulation .phone-screen{border-radius:25px}#laundroSimulation .phone-notch{top:7px;width:58px;height:18px;border-radius:13px}#laundroSimulation .phone-notch:before{top:50%;right:8px;width:5px;height:5px;transform:translateY(-50%)}#laundroSimulation .phone-notch:after{top:50%;left:50%;width:24px;height:3px;transform:translate(-50%,-50%)}#laundroSimulation .phone-statusbar{height:38px;padding:11px 11px 0;font-size:7px}#laundroSimulation .phone-statusbar>span:last-child{gap:3px}#laundroSimulation .phone-statusbar .fa-signal,#laundroSimulation .phone-statusbar .fa-wifi,#laundroSimulation .phone-statusbar .fa-battery-full{font-size:6px}#laundroSimulation .phone-app-header{height:61px;padding:0 9px 8px}#laundroSimulation .phone-app-icon{width:23px;height:23px;flex-basis:23px;border-radius:7px;font-size:10px}#laundroSimulation .phone-app-header strong{font-size:8px}#laundroSimulation .phone-app-header small{font-size:6px}#laundroSimulation .phone-content{top:61px;padding:8px 7px 25px}#laundroSimulation .phone-empty{max-width:145px;margin-top:45px}#laundroSimulation .phone-message{padding:7px;border-radius:9px}#laundroSimulation .phone-message-text{font-size:6.5px;line-height:1.45}#laundroSimulation .phone-message-title{font-size:7px}#laundroSimulation .phone-message-time{font-size:5.5px}#laundroSimulation .phone-home-indicator{width:60px;height:3px}#laundroSimulation .simulation-footer{padding:12px 15px}}@media (max-width: 820px) and (max-height: 700px){#laundroSimulation .phone{width:190px;height:380px}#laundroSimulation .phone-label{width:190px}}@media (max-width: 820px){#laundroSimulation .phone-screen{position:relative!important;width:100%!important;height:100%!important;overflow:hidden!important;box-sizing:border-box!important}#laundroSimulation .phone-statusbar{position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:32px!important;padding:9px 13px 0!important;box-sizing:border-box!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;z-index:100!important;background:transparent!important;font-size:8px!important;line-height:1!important}#laundroSimulation .phone-statusbar>span{display:flex!important;align-items:center!important;white-space:nowrap!important}#laundroSimulation .phone-statusbar>span:last-child{gap:4px!important;justify-content:flex-end!important}#laundroSimulation .phone-statusbar .fa-signal,#laundroSimulation .phone-statusbar .fa-wifi{font-size:7px!important}#laundroSimulation .phone-statusbar .fa-battery-full{font-size:7px!important;transform:translateY(1px)!important}#laundroSimulation .phone-notch{position:absolute!important;top:6px!important;left:50%!important;transform:translate(-50%)!important;width:62px!important;height:18px!important;border-radius:12px!important;z-index:200!important}#laundroSimulation .phone-app-header{position:absolute!important;top:32px!important;left:0!important;right:0!important;width:100%!important;height:52px!important;padding:5px 11px 8px!important;margin:0!important;box-sizing:border-box!important;display:flex!important;align-items:flex-end!important;gap:7px!important;z-index:90!important;overflow:hidden!important;background:inherit!important}#laundroSimulation .phone-app-icon{width:25px!important;height:25px!important;min-width:25px!important;flex:0 0 25px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important}#laundroSimulation .phone-app-header>div:last-child{min-width:0!important;overflow:hidden!important}#laundroSimulation .phone-app-header strong{display:block!important;font-size:9px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#laundroSimulation .phone-app-header small{display:block!important;margin-top:2px!important;font-size:6.5px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#laundroSimulation .phone-app-header:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:1px;opacity:.08;background:currentColor}#laundroSimulation .phone-content{position:absolute!important;inset:84px 0 0!important;width:100%!important;height:auto!important;margin:0!important;padding:9px 8px 28px!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:auto!important;z-index:50!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}#laundroSimulation .phone-content::-webkit-scrollbar{display:none!important}#laundroSimulation .phone-empty{width:100%!important;max-width:150px!important;margin:48px auto 0!important;padding:0!important;box-sizing:border-box!important;text-align:center!important}#laundroSimulation .phone-message{position:relative!important;width:100%!important;max-width:100%!important;margin:0 0 8px!important;padding:8px 9px!important;box-sizing:border-box!important;border-radius:11px!important;overflow:hidden!important}#laundroSimulation .phone-message-title{display:flex!important;align-items:center!important;gap:5px!important;width:100%!important;margin-bottom:5px!important;font-size:7.5px!important;line-height:1.2!important}#laundroSimulation .phone-message-title i{flex:0 0 auto!important;font-size:7px!important}#laundroSimulation .phone-message-text{width:100%!important;max-width:100%!important;font-size:6.7px!important;line-height:1.55!important;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere!important}#laundroSimulation .phone-message-time{display:block!important;margin-top:5px!important;text-align:right!important;font-size:5.5px!important;line-height:1!important}#laundroSimulation .phone-home-indicator{position:absolute!important;left:50%!important;bottom:5px!important;transform:translate(-50%)!important;width:64px!important;height:3px!important;border-radius:10px!important;z-index:500!important;pointer-events:none!important}}@media (max-width: 390px){#laundroSimulation .simulation-header{padding:17px}#laundroSimulation .simulation-header h2{font-size:20px}#laundroSimulation .simulation-body{padding:17px}#laundroSimulation .simulation-progress{padding:12px 17px}#laundroSimulation .phone{width:200px;height:415px;border-radius:38px}#laundroSimulation .phone-screen{border-radius:34px}#laundroSimulation .phone-label{width:200px}#laundroSimulation .phone-notch{top:5px!important;left:50%!important;width:56px!important;height:16px!important;transform:translate(-50%)!important;border-radius:12px!important}#laundroSimulation .phone-notch:before{top:50%!important;right:8px!important;width:5px!important;height:5px!important;transform:translateY(-50%)!important}#laundroSimulation .phone-notch:after{top:50%!important;left:50%!important;width:24px!important;height:3px!important;transform:translate(-50%,-50%)!important}#laundroSimulation .phone-statusbar{height:29px!important;padding:8px 11px 0!important;font-size:7px!important}#laundroSimulation .phone-app-header{top:29px!important;height:48px!important;padding:4px 9px 7px!important}#laundroSimulation .phone-app-icon{width:23px!important;height:23px!important;min-width:23px!important;flex-basis:23px!important}#laundroSimulation .phone-app-header strong{font-size:8px!important}#laundroSimulation .phone-app-header small{font-size:6px!important}#laundroSimulation .phone-content{top:77px!important;padding:8px 7px 26px!important}#laundroSimulation .phone-message{padding:7px 8px!important}#laundroSimulation .phone-message-text{font-size:6.2px!important;line-height:1.5!important}}@media (max-width: 820px){#laundroSimulation{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;padding:5px 5px calc(5px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;overflow:hidden!important}#laundroSimulation .laundro-simulation-modal{width:100%!important;height:calc(100dvh - 10px - env(safe-area-inset-bottom))!important;max-height:calc(100dvh - 10px - env(safe-area-inset-bottom))!important;min-height:0!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;box-sizing:border-box!important}#laundroSimulation .simulation-header,#laundroSimulation .simulation-progress{flex-shrink:0!important}#laundroSimulation .simulation-body{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}#laundroSimulation .simulation-footer{flex-shrink:0!important;position:relative!important;z-index:100!important;width:100%!important;box-sizing:border-box!important;padding:10px 17px calc(10px + env(safe-area-inset-bottom))!important;background:inherit!important}#laundroSimulation .simulation-restart{position:relative!important;z-index:101!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;height:38px!important;margin:0!important;flex-shrink:0!important}}@media (prefers-reduced-motion: reduce){#laundroSimulation *,#laundroSimulation *:before,#laundroSimulation *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 720px){#laundroSimulation{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;overflow:hidden!important}#laundroSimulation .laundro-simulation-modal{width:calc(100% - 8px)!important;max-width:620px!important;height:auto!important;max-height:calc(100dvh - 16px - env(safe-area-inset-bottom))!important;margin:0 auto!important;box-sizing:border-box!important;overflow:hidden!important}#laundroSimulation .simulation-body{max-height:calc(100dvh - 250px - env(safe-area-inset-bottom))!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}#laundroSimulation .simulation-body::-webkit-scrollbar{display:none!important}#laundroSimulation .simulation-footer{position:relative!important;flex-shrink:0!important;width:100%!important;box-sizing:border-box!important;padding:12px 18px calc(12px + env(safe-area-inset-bottom))!important}#laundroSimulation .simulation-restart{position:relative!important;z-index:20!important;width:100%!important;min-height:40px!important;margin-bottom:0!important}}.hero-trial-text{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#475569;font-size:13px;font-weight:500;line-height:1.4}.hero-trial-text svg{width:17px;height:17px;flex:0 0 17px;color:#2563eb;stroke-width:2}@media (max-width: 380px){#laundroSimulation{padding:6px 6px calc(6px + env(safe-area-inset-bottom))!important;height:100dvh!important}#laundroSimulation .laundro-simulation-modal{max-height:calc(100dvh - 12px - env(safe-area-inset-bottom))!important;border-radius:21px!important}#laundroSimulation .simulation-body{max-height:calc(100dvh - 235px - env(safe-area-inset-bottom))!important}#laundroSimulation .simulation-footer{padding:10px 15px calc(10px + env(safe-area-inset-bottom))!important}#laundroSimulation .simulation-restart{min-height:38px!important}}@media (max-width:1200px){.container{width:94%}.hero-grid,.showcase-grid,.summary-grid,.contact-grid{grid-template-columns:1fr;gap:60px;text-align:center}.hero-buttons,.hero-stats,.showcase-list{justify-content:center}.phone{margin:auto}}@media (max-width:992px){.nav,.nav-buttons{display:none}.mobile-menu{display:block}.hero{padding-top:120px}.hero h1{font-size:52px}.section-title h2,.showcase-content h2,.summary-content h2,.contact h2{font-size:38px}.features-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid,.testimonial-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero{padding-top:110px;padding-bottom:70px}.hero-grid{gap:45px}.hero h1{font-size:42px;line-height:1.15}.hero p{font-size:17px}.hero-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:100%;max-width:320px;text-align:center}.hero-stats{flex-direction:column;align-items:center}.hero-stats div{width:100%;max-width:300px}.dashboard-grid,.features-grid,.why-grid{grid-template-columns:1fr}.showcase-list{grid-template-columns:1fr;text-align:left}.summary-grid{gap:50px}.phone{width:100%;max-width:330px}.contact form{padding:30px}.footer-links{flex-direction:column;gap:15px}.summary-preview{padding:18px}.summary-header{gap:12px}.summary-icon{width:48px;height:48px;font-size:22px;flex-shrink:0}.summary-header h4{font-size:18px}.summary-header span{font-size:12px}.sms-bubble{padding:16px}.summary-row{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 0}.summary-row strong{font-size:17px}.summary-row.total{font-size:18px}.summary-footer{font-size:12px}}@media (max-width:480px){.hero h1{font-size:34px}.section-title h2,.showcase-content h2,.summary-content h2,.contact h2{font-size:30px}.price-card{padding:35px 25px}.feature-card,.why-card,.testimonial{padding:30px}.dashboard-body{padding:25px}.summary-preview{padding:20px}}.nav{display:none}.nav.show{display:flex;position:absolute;top:80px;left:0;width:100%;background:#fff;flex-direction:column;padding:25px;gap:20px;box-shadow:0 10px 30px #00000014;z-index:999}
