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