*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--amber:#f59e0b;--amber-light:#fef3c7;--amber-dark:#d97706;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--emerald:#10b981;--red:#ef4444}body{color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}main{padding-top:120px;padding-bottom:140px}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;height:120px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--gray-900);cursor:pointer;align-items:flex-end;gap:14px;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.nav-logo img.nav-logo-svg{border-radius:0;width:auto;height:100px}.nav-logo img.nav-logotext-svg{border-radius:0;width:auto;height:55px}.nav-links{align-items:center;gap:0;display:flex}.nav-link{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:20px 16px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--gray-900)}.nav-link.active{color:var(--amber)}.nav-link.active:after{content:"";background:var(--amber);border-radius:2px;height:2px;position:absolute;bottom:0;left:16px;right:16px}.nav-dropdown{position:relative}.nav-dropdown .dropdown-menu{background:var(--white);border:1px solid var(--gray-100);opacity:0;visibility:hidden;border-radius:12px;min-width:180px;padding:6px;transition:all .2s;position:absolute;top:100%;right:0;transform:translateY(8px);box-shadow:0 10px 40px #0000001a}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:var(--gray-600);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:.85rem;text-decoration:none;transition:all .15s;display:block}.dropdown-item:hover{background:var(--gray-50);color:var(--gray-900)}.btn-sm{background:var(--amber);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-left:8px;padding:8px 18px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-sm:hover{background:var(--amber-dark)}.btn-download{background:var(--emerald);color:var(--white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;margin-left:4px;padding:8px 18px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-download:hover{background:#059669}.section-label{text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-title{text-align:center;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.section-sub{color:var(--gray-500);text-align:center;max-width:550px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem 2.5rem;display:flex}.hero-line{color:var(--gray-900);opacity:0;font-size:3.8rem;font-weight:800;line-height:1.2;animation:.6s forwards fadeUp;transform:translateY(20px)}.hero-line:first-child{animation-delay:.1s}.hero-line:nth-child(2){color:var(--gray-400);animation-delay:.3s}.hero-line:nth-child(3){color:var(--gray-400);animation-delay:.5s}.hero-line:nth-child(4){color:var(--amber);margin-top:.5rem;animation-delay:.8s}.hero-cta{opacity:0;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:2.5rem;animation:.6s 1.1s forwards fadeUp;display:flex}.hero-sub{opacity:0;color:var(--gray-400);margin-top:1rem;font-size:.9rem;animation:.6s 1.3s forwards fadeUp}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.btn-hero{background:var(--amber);color:var(--white);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:16px 36px;font-family:inherit;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #f59e0b4d}.btn-hero:hover{background:var(--amber-dark);transform:translateY(-2px);box-shadow:0 6px 30px #f59e0b66}.btn-hero-outline{color:var(--gray-700);border:2px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:14px;align-items:center;gap:8px;padding:16px 36px;font-family:inherit;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.btn-hero-outline:hover{border-color:var(--gray-400);transform:translateY(-2px)}.problem{padding:3rem 2rem}.problem-inner{max-width:1000px;margin:0 auto}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.problem-card{text-align:center;background:var(--white);border:1px solid var(--gray-100);border-radius:16px;padding:2rem 1.5rem;transition:all .2s}.problem-card:hover{border-color:var(--emerald);box-shadow:0 8px 30px #10b9810f}.problem-icon{background:#10b98114;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.problem-card h3{color:var(--emerald);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.problem-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.transition-bar{background:var(--amber);text-align:center;padding:2rem}.transition-bar h2{color:var(--white);max-width:600px;margin:0 auto;font-size:1.6rem;font-weight:700}.showcase{text-align:center;background:var(--gray-50);padding:3rem 2rem}.phone-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.phone-col{flex-direction:column;align-items:center;display:flex}.phone-col h3{margin-top:1rem;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.phone-col p{color:var(--gray-500);max-width:200px;font-size:.8rem;line-height:1.5}.phone-frame{background:var(--gray-900);border-radius:28px;width:200px;height:400px;padding:8px;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 50px #0000001a,0 0 0 1px #0000000a}.phone-frame:hover{transform:perspective(800px)rotateY(3deg)translateY(-8px);box-shadow:0 30px 60px #00000026,0 0 0 1px #0000000a}.phone-inner{background:var(--gray-50);border-radius:22px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ph{color:var(--white);padding:24px 10px 10px}.ph-amber{background:var(--amber)}.ph-emerald{background:var(--emerald)}.ph-dark{background:var(--gray-800)}.ph-sm{opacity:.8;text-transform:uppercase;letter-spacing:.5px;font-size:.5rem}.ph-lg{font-size:.8rem;font-weight:700}.ph-timer{letter-spacing:2px;text-align:center;color:#fff;margin-top:2px;font-size:1.4rem;font-weight:800}.pb{flex:1;padding:8px;overflow:hidden}.pc{background:var(--white);border-radius:8px;margin-bottom:5px;padding:8px;box-shadow:0 1px 3px #0000000a}.pc-t{color:var(--gray-400);text-transform:uppercase;letter-spacing:.3px;font-size:.5rem;font-weight:700}.pc-v{color:var(--gray-800);margin-top:2px;font-size:.65rem;font-weight:600}.pc-s{color:var(--gray-400);margin-top:1px;font-size:.55rem}.comparison{padding:3rem 2rem}.comparison-inner{max-width:800px;margin:0 auto}.comparison-table{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.compare-col{border-radius:16px;padding:2rem}.compare-old{background:var(--white);border:1.5px solid var(--gray-200)}.compare-new{background:var(--white);border:1.5px solid var(--amber);box-shadow:0 8px 30px #f59e0b1a}.compare-col h3{border-bottom:1px solid var(--gray-100);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1rem;font-weight:700}.compare-old h3{color:var(--gray-500)}.compare-new h3{color:var(--amber)}.compare-item{color:var(--gray-600);align-items:flex-start;gap:10px;padding:8px 0;font-size:.9rem;display:flex}.compare-item .icon{flex-shrink:0;margin-top:1px;font-size:1rem}.testimonials{background:var(--gray-50);padding:3rem 2rem}.testimonials-inner{max-width:1000px;margin:0 auto}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--gray-100);border-radius:16px;padding:1.5rem}.testimonial-card .stars{color:var(--amber);margin-bottom:.75rem;font-size:.9rem}.testimonial-card blockquote{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.6}.testimonial-card cite{color:var(--gray-400);font-size:.8rem;font-style:normal;font-weight:600}.cta-section{text-align:center;padding:3rem 2rem}.cta-section h2{margin-bottom:.75rem;font-size:2.4rem;font-weight:800}.cta-section p{color:var(--gray-500);margin-bottom:2rem;font-size:1.05rem}.features-page{padding:3rem 2rem}.features-inner{max-width:1000px;margin:0 auto}.fgrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.fgrid-card{text-align:center;background:var(--white);border:1px solid var(--gray-100);border-radius:16px;padding:2rem 1.5rem;transition:all .2s}.fgrid-card:hover{border-color:var(--emerald);box-shadow:0 8px 30px #10b98114}.fgrid-icon{background:#10b98114;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.4rem;display:flex}.fgrid-card h3{margin-bottom:.4rem;font-size:1rem;font-weight:700}.fgrid-card p{color:var(--gray-500);margin-bottom:0;font-size:.85rem;line-height:1.6}.fgrid-detail{max-height:0;transition:max-height .35s;overflow:hidden}.fgrid-detail-inner{border-top:1px solid var(--gray-100);color:var(--gray-500);text-align:left;margin-top:.75rem;padding-top:.75rem;font-size:.82rem;line-height:1.7}.fgrid-open{border-color:var(--emerald);box-shadow:0 8px 30px #10b98114}.fgrid-open .fgrid-detail{max-height:400px}.pricing-page{padding:3rem 2rem}.pricing-inner{max-width:1100px;margin:0 auto}.pricing-toggle{justify-content:center;align-items:center;gap:12px;margin-bottom:2rem;display:flex}.toggle-label{color:var(--gray-400);cursor:pointer;font-size:.9rem;font-weight:600;transition:color .2s}.toggle-label.active{color:var(--gray-900)}.toggle-track{background:var(--gray-200);cursor:pointer;border:none;border-radius:14px;width:52px;height:28px;transition:background .2s;position:relative}.toggle-track.yearly{background:var(--amber)}.toggle-knob{background:var(--white);border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000026}.toggle-track.yearly .toggle-knob{transform:translate(24px)}.save-badge{color:var(--emerald);background:#10b9811a;border-radius:50px;padding:3px 10px;font-size:.7rem;font-weight:700}.tier-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.tier-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:20px;flex-direction:column;padding:1.75rem 1.25rem;transition:all .2s;display:flex;position:relative}.tier-card:hover{box-shadow:0 8px 30px #0000000f}.tier-card.featured{border-color:var(--amber);box-shadow:0 8px 40px #f59e0b1f}.tier-badge{background:var(--amber);color:var(--white);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-radius:50px;padding:3px 14px;font-size:.65rem;font-weight:700;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.tier-name{margin-bottom:.25rem;font-size:.95rem;font-weight:700}.tier-price{margin-bottom:.15rem;font-size:2.2rem;font-weight:800}.tier-price span{color:var(--gray-400);font-size:.85rem;font-weight:500}.tier-period{color:var(--gray-400);min-height:1.1em;margin-bottom:.25rem;font-size:.75rem}.tier-savings{color:var(--emerald);background:#10b98114;border-radius:50px;margin-bottom:.5rem;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-block}.tier-desc{color:var(--gray-500);border-bottom:1px solid var(--gray-100);margin-bottom:1.25rem;padding-bottom:1.25rem;font-size:.8rem}.tier-card ul{flex:1;margin-bottom:1.5rem;list-style:none}.tier-card li{color:var(--gray-600);align-items:center;gap:8px;padding:4px 0;font-size:.8rem;display:flex}.tier-card li:before{content:"✓";color:var(--emerald);font-size:.75rem;font-weight:700}.tier-btn{text-align:center;cursor:pointer;border:none;border-radius:10px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.tier-btn-outline{color:var(--gray-700);border:1.5px solid var(--gray-200);background:0 0}.tier-btn-outline:hover{border-color:var(--gray-400)}.tier-btn-primary{background:var(--amber);color:var(--white)}.tier-btn-primary:hover{background:var(--amber-dark)}.pricing-tabs{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.pricing-tab{cursor:pointer;border:1.5px solid var(--gray-200);color:var(--gray-400);background:0 0;border-radius:50px;padding:8px 24px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.pricing-tab:hover{border-color:var(--gray-400)}.pricing-tab.active{background:var(--amber);color:var(--white);border-color:var(--amber)}.addon-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.addon-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .2s;display:flex}.addon-card:hover{box-shadow:0 8px 30px #0000000f}.addon-desc{color:var(--gray-500);flex:1;font-size:.8rem}.addon-price{margin-top:.5rem;font-size:1.8rem;font-weight:800}.addon-unit{color:var(--gray-400);font-size:.75rem;font-weight:500}.addon-category{text-transform:uppercase;letter-spacing:.5px;color:var(--amber);background:#f59e0b14;border-radius:50px;width:fit-content;padding:3px 10px;font-size:.65rem;font-weight:700}.fp-page{background:#fff}.fp-hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;display:grid}.fp-hero h1{letter-spacing:-.03em;color:#1a1a1a;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3.6rem;font-weight:800;line-height:1.08}.fp-hero h1 em{color:var(--emerald);font-style:normal}.fp-hero-sub{color:#6b7280;max-width:480px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.fp-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.fp-btn-primary{background:var(--emerald);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 12px #10b98140}.fp-btn-primary:hover{background:#34d399;transform:translateY(-1px);box-shadow:0 4px 20px #10b98159}.fp-btn-secondary{color:#1a1a1a;cursor:pointer;background:0 0;border:2px solid #0000001f;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.fp-btn-secondary:hover{border-color:#1a1a1a;transform:translateY(-1px)}.fp-hero-visual{justify-content:center;display:flex;position:relative}.fp-phone{background:#1a1a1a;border-radius:36px;width:280px;height:560px;padding:12px;transition:transform .3s,box-shadow .3s;position:relative;transform:rotate(2deg);box-shadow:0 40px 80px #00000026,inset 0 0 0 1px #ffffff1a}.fp-phone:hover{transform:perspective(800px)rotateY(3deg)translateY(-8px)rotate(0);box-shadow:0 50px 100px #0003}.fp-phone-inner{background:#f9fafb;border-radius:26px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.fp-float-card{background:#fff;border-radius:12px;padding:1rem 1.2rem;animation:4s ease-in-out infinite fp-float;position:absolute;box-shadow:0 8px 32px #0000001a}.fp-float-card-1{animation-delay:0s;top:4rem;left:-3rem}.fp-float-card-2{animation-delay:2s;bottom:6rem;right:-2rem}.fp-float-icon{margin-bottom:.3rem;font-size:1.4rem}.fp-float-label{color:#1a1a1a;font-size:.72rem;font-weight:600}.fp-float-value{color:#6b7280;font-size:.65rem}@keyframes fp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fp-stats-bar{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid}.fp-stat-item{text-align:center}.fp-stat-number{color:var(--emerald);font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.fp-stat-label{color:#6b7280;margin-top:.25rem;font-size:.85rem}.fp-section{padding:5rem 2rem}.fp-section-inner{max-width:1200px;margin:0 auto}.fp-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--emerald);margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.fp-section-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.15}.fp-section-desc{color:#6b7280;max-width:560px;font-size:1.05rem;line-height:1.7}.fp-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.fp-feature-card{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2rem;transition:all .3s}.fp-feature-card:hover{border-color:#10b98133;transform:translateY(-2px);box-shadow:0 8px 32px #10b9810f}.fp-feature-icon{background:#10b98114;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.2rem;font-size:1.4rem;display:flex}.fp-feature-card h3{margin-bottom:.6rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.fp-feature-card p{color:#6b7280;font-size:.9rem;line-height:1.6}.fp-how-section{color:#fff;background:#1a1a1a}.fp-how-section .fp-section-title{color:#fff}.fp-how-section .fp-section-desc{color:#fff9}.fp-how-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.fp-how-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:2rem}.fp-step-number{color:var(--emerald);opacity:.3;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;line-height:1}.fp-how-step h3{margin-bottom:.6rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.fp-how-step p{color:#ffffff8c;font-size:.9rem;line-height:1.6}.fp-form-types-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.fp-form-type{background:#fff;border:1px solid #0000000d;border-radius:12px;align-items:flex-start;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex}.fp-form-type:hover{border-color:#10b98126;box-shadow:0 4px 16px #0000000a}.fp-form-type-icon{background:#10b98114;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.fp-form-type h3{margin-bottom:.3rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.fp-form-type p{color:#6b7280;font-size:.85rem;line-height:1.5}.fp-hero h1,.fp-hero-sub,.fp-hero-actions{animation:.6s ease-out both fp-fadeUp}.fp-hero h1{animation-delay:.1s}.fp-hero-sub{animation-delay:.2s}.fp-hero-actions{animation-delay:.3s}@keyframes fp-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.fp-hero{text-align:center;grid-template-columns:1fr;padding-top:4rem}.fp-hero-sub{margin:0 auto 2rem}.fp-hero-actions{justify-content:center}.fp-hero-visual{margin-top:2rem}.fp-features-grid,.fp-how-steps,.fp-form-types-grid{grid-template-columns:1fr}.fp-stats-bar{grid-template-columns:repeat(2,1fr)}.fp-hero h1{font-size:2.6rem}.fp-float-card{display:none}.fp-phone{width:240px;height:480px}}.contact-page{padding:3rem 2rem}.contact-inner{max-width:550px;margin:0 auto}.contact-form{margin-top:2.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--gray-700);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);width:100%;color:var(--gray-900);background:var(--white);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--amber);outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:var(--amber);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:14px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s}.form-submit:hover{background:var(--amber-dark)}.legal-page{padding:3rem 2rem}.legal-inner{max-width:750px;margin:0 auto}.legal-updated{color:var(--gray-400);margin-bottom:2rem;font-size:.85rem}.legal-content section{margin-bottom:2rem}.legal-content h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.legal-content p{color:var(--gray-600);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.legal-content ul{margin-bottom:.75rem;padding-left:1.5rem;list-style:outside}.legal-content li{color:var(--gray-600);padding:2px 0;font-size:.9rem;line-height:1.7}.help-page,.faq-page{padding:3rem 2rem}.help-inner{max-width:700px;margin:0 auto}.faq-inner{max-width:650px;margin:0 auto}.accordion-card{border:1px solid var(--gray-100);background:var(--white);border-radius:14px;margin-bottom:.75rem;overflow:hidden}.accordion-q{cursor:pointer;color:var(--gray-900);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.accordion-q:hover{color:var(--amber)}.accordion-q .arrow{color:var(--gray-400);font-size:1.2rem;transition:transform .3s}.accordion-card.open .accordion-q .arrow{transform:rotate(45deg)}.accordion-a{max-height:0;transition:max-height .3s;overflow:hidden}.accordion-a-inner{color:var(--gray-500);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.accordion-card.open .accordion-a{max-height:500px}.faq-item{border-bottom:1px solid var(--gray-100);padding:1.25rem 0}.faq-q{color:var(--gray-900);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.faq-q:hover{color:var(--amber)}.faq-q .arrow{color:var(--gray-400);font-size:1.2rem;transition:transform .3s}.faq-item.open .faq-q .arrow{transform:rotate(45deg)}.faq-a{max-height:0;color:var(--gray-500);font-size:.9rem;line-height:1.7;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-a{max-height:300px;padding-top:.75rem}.site-footer{z-index:99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--gray-100);background:#fffffff2;position:fixed;bottom:0;left:0;right:0}.footer-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1100px;margin:0 auto;padding:1.25rem 2rem .5rem;display:flex}.footer-brand{align-items:flex-start;gap:14px;display:flex}.footer-brand img.footer-logo-svg{border-radius:0;width:auto;height:75px}.footer-brand-text{flex-direction:column;align-items:flex-start;gap:4px;padding-top:4px;display:flex}.footer-brand img.footer-logotext-svg{border-radius:0;width:auto;height:40px}.footer-brand-tag{color:var(--gray-400);max-width:260px;font-size:.8rem;line-height:1.3}.footer-col h4{text-transform:uppercase;letter-spacing:1px;color:var(--gray-400);margin-bottom:.4rem;font-size:.65rem;font-weight:700}.footer-col a{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:2px 0;font-family:inherit;font-size:.8rem;text-decoration:none;transition:color .15s;display:block}.footer-col a:hover{color:var(--gray-900)}.footer-bottom{color:var(--gray-400);border-top:1px solid var(--gray-50);justify-content:space-between;align-items:center;padding:.4rem 2rem .6rem;font-size:.7rem;display:flex}.footer-socials{gap:.75rem;display:flex}.footer-socials a{color:var(--gray-400);transition:color .15s}.footer-socials a:hover{color:var(--gray-700)}.cookie-banner{z-index:9999;background:var(--gray-900);color:#ffffffd9;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-size:.85rem;animation:.4s forwards cookieSlide;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.cookie-banner a{color:var(--amber);text-decoration:underline}.cookie-banner a:hover{color:var(--amber-light)}.cookie-btn-group{flex-shrink:0;gap:8px;display:flex}.cookie-accept{background:var(--amber);color:var(--gray-900);cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s}.cookie-accept:hover{background:var(--amber-dark)}.cookie-decline{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.cookie-decline:hover{color:#fff;border-color:#ffffff80}@keyframes cookieSlide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.tour-page{padding-bottom:1rem}.tour-hero{text-align:center;padding:3rem 2rem 1.5rem}.tour-nav-wrap{background:var(--white);border-bottom:1px solid var(--gray-100)}.tour-role-bar{justify-content:center;align-items:center;gap:6px;max-width:1100px;margin:0 auto;padding:12px 2rem 0;display:flex}.tour-role-tab{border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-400);cursor:pointer;border-radius:50px;align-items:center;gap:6px;padding:8px 20px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.tour-role-dot{background:var(--gray-200);border-radius:50%;width:8px;height:8px;transition:background .2s}.tour-role-tab.active.tour-role-worker{border-color:var(--emerald);color:var(--emerald);background:#10b9810f}.tour-role-tab.active.tour-role-worker .tour-role-dot{background:var(--emerald)}.tour-role-tab.active.tour-role-owner{border-color:var(--amber);color:var(--amber-dark);background:#f59e0b0f}.tour-role-tab.active.tour-role-owner .tour-role-dot{background:var(--amber)}.tour-nav-bar{z-index:60;justify-content:center;align-items:center;max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.tour-nav{align-items:center;gap:2px;padding:10px 0;display:flex}.tour-nav-item{color:var(--gray-400);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:4px;padding:7px 16px;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.tour-nav-item:hover{color:var(--gray-700);background:var(--gray-50)}.tour-nav-item.active{color:var(--amber-dark);background:var(--amber-light)}.tour-dropdown{position:relative}.tour-dropdown-arrow{font-size:.7rem;transition:transform .2s;display:inline-block}.tour-dropdown-arrow.open{transform:rotate(180deg)}.tour-dropdown-menu{background:var(--white);border:1px solid var(--gray-100);z-index:60;border-radius:12px;min-width:180px;padding:6px;animation:.15s forwards tourDropIn;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 10px 40px #0000001a}@keyframes tourDropIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tour-dropdown-item{width:100%;color:var(--gray-600);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:9px 14px;font-family:inherit;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.tour-dropdown-item:hover{background:var(--gray-50);color:var(--gray-900)}.tour-dropdown-item.active{color:var(--amber);background:#f59e0b0f;font-weight:600}.tour-dropdown-trigger{align-items:center;display:flex}.tour-nav-item.tour-nav-item-label{border-radius:50px 0 0 50px;padding-right:2px}.tour-nav-item.tour-nav-item-arrow{border-radius:0 50px 50px 0;padding-left:2px;padding-right:10px}.tour-sticky-sub{color:var(--amber-dark);background:var(--amber-light);cursor:pointer;white-space:nowrap;border:1px solid #f59e0b26;border-radius:50px;align-items:center;gap:4px;padding:3px 12px;font-family:inherit;font-size:.72rem;font-weight:600;animation:.15s forwards tourDropIn;display:flex;position:absolute;top:calc(100% + 2px);left:0}.tour-sticky-sub:hover{background:#f59e0b26}.tour-sticky-arrow{opacity:.7;font-size:.6rem}.tour-frame{max-width:1060px;margin:0 auto;padding:2.5rem 2rem}.tour-frame-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:420px;animation:.3s forwards tourFadeIn;display:grid}@keyframes tourFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tour-frame-content{flex-direction:column;display:flex}.tour-stop-title{color:var(--gray-900);margin-bottom:.25rem;font-size:1.6rem;font-weight:800}.tour-stop-subtitle{color:var(--gray-400);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.tour-points{margin:0;padding:0;list-style:none}.tour-points li{color:var(--gray-600);align-items:flex-start;gap:10px;padding:5px 0;font-size:.88rem;line-height:1.5;display:flex}.tour-points li:before{content:"✓";color:var(--emerald);flex-shrink:0;margin-top:2px;font-size:.8rem;font-weight:700}.tour-frame-visual{justify-content:center;align-items:center;display:flex}.tour-phone{background:var(--gray-900);border-radius:32px;flex-shrink:0;width:220px;height:440px;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 25px 60px #0000001f,0 0 0 1px #0000000a}.tour-phone:hover{transform:translateY(-4px);box-shadow:0 35px 70px #00000029,0 0 0 1px #0000000a}.tour-phone-inner{background:var(--gray-50);border-radius:24px;flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.tour-phone-notch{background:var(--gray-900);z-index:1;border-radius:0 0 14px 14px;flex-shrink:0;width:80px;height:22px}.tour-phone-screen{color:var(--gray-300);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex;position:absolute;inset:0}.tour-phone-img{object-fit:cover;object-position:top;width:100%;height:100%}.tour-highlight-pulse{pointer-events:none;z-index:2;background:#f59e0b14;border:2px solid #f59e0bcc;border-radius:8px;width:55%;height:5%;animation:1.8s ease-in-out infinite tourPulse;position:absolute;top:7.7%;left:3%;box-shadow:0 0 8px #f59e0b66,inset 0 0 6px #f59e0b1a}@keyframes tourPulse{0%,to{border-color:#f59e0bcc;transform:scale(1);box-shadow:0 0 8px #f59e0b66,inset 0 0 6px #f59e0b1a}50%{border-color:#f59e0b;transform:scale(1.045);box-shadow:0 0 22px #f59e0bb3,inset 0 0 10px #f59e0b26}}.tour-coming-soon{text-align:center;color:var(--gray-400);padding:2rem;font-size:.85rem}@media (width<=900px){.tour-frame-inner{grid-template-columns:1fr;gap:2rem}.tour-nav{justify-content:flex-start}}@media (width<=768px){.tour-stop-title{font-size:1.3rem}.tour-phone{width:180px;height:360px}.tour-role-bar{flex-wrap:wrap}}.mobile-menu-btn{cursor:pointer;color:var(--gray-600);background:0 0;border:none;padding:4px;font-size:1.5rem;display:none}.mobile-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;background:#fffffffa;flex-direction:column;padding:1rem;display:none;position:fixed;inset:64px 0 0}.mobile-nav.open{display:flex}.mobile-nav-link{color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:block}.mobile-nav-link:hover{background:var(--gray-50)}.mobile-nav-sub{padding-left:1.5rem}.mobile-nav-sub .mobile-nav-link{color:var(--gray-500);font-size:.9rem;font-weight:500}@keyframes expiredPulse{0%,to{opacity:1}50%{opacity:.5}}.expired-pulse{animation:2s ease-in-out infinite expiredPulse}@keyframes submitGlow{0%,to{box-shadow:0 2px 8px #f59e0b4d}50%{box-shadow:0 4px 20px #f59e0b99}}.submit-glow{animation:1.5s ease-in-out infinite submitGlow}@keyframes badgeBounce{0%{transform:scale(1)}30%{transform:scale(1.5)}to{transform:scale(1)}}.badge-bounce{animation:.4s badgeBounce}@keyframes rowFlash{0%{background:#22c55e33}to{background:0 0}}.row-flash{animation:.8s rowFlash}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.page-enter{animation:.3s forwards pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.launch-page{padding:3rem 2rem}.launch-inner{text-align:center;max-width:700px;margin:0 auto}@media (width<=900px){.phone-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.tier-grid,.addon-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-line{font-size:2.4rem}.section-title{font-size:1.8rem}.phone-frame{width:180px;height:360px}.problem-grid,.fgrid,.comparison-table,.testimonial-grid{grid-template-columns:1fr}.tier-grid,.addon-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.nav-links{display:none}.mobile-menu-btn{display:block}.site-footer{position:relative}.footer-brand{display:none}.footer-main{flex-direction:row;gap:1.5rem;padding:1rem 1.5rem .5rem}.footer-col{flex:1}main{padding-bottom:2rem}.cookie-banner{text-align:center;flex-direction:column;gap:.75rem;padding:1rem}}@media (width<=500px){.phone-grid{grid-template-columns:1fr}.hero{padding:2rem 1.5rem}.hero-line{font-size:2rem}}.blog-content h2{color:var(--gray-900);margin:2rem 0 .75rem;font-size:1.5rem;font-weight:700}.blog-content h3{color:var(--gray-800);margin:1.5rem 0 .5rem;font-size:1.2rem;font-weight:700}.blog-content p{margin:0 0 1.2rem}.blog-content ul,.blog-content ol{margin:0 0 1.2rem;padding-left:1.5rem}.blog-content li{margin-bottom:.4rem}.blog-content a{color:var(--amber);text-decoration:underline}.blog-content blockquote{border-left:4px solid var(--amber);background:var(--gray-50);color:var(--gray-600);border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.blog-content code{background:var(--gray-100);border-radius:4px;padding:2px 6px;font-size:.9em}.blog-content pre{background:var(--gray-900);color:#e2e8f0;border-radius:12px;margin:1.2rem 0;padding:1rem 1.25rem;overflow-x:auto}.blog-content pre code{color:inherit;background:0 0;padding:0}.blog-content img{border-radius:12px;max-width:100%;margin:1rem 0}.blog-content strong{color:var(--gray-900)}.blog-chart-container{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;margin:1.5rem 0;padding:1.2rem}.blog-chart-container canvas{max-height:400px}
