@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";
.Landing-module__PzwhAW__landingPage{--brand-pink:#ff2e93;--brand-pink-glow:#ff5db0;--brand-purple:#a855f7;--brand-indigo:#6366f1;--bg-dark:#05050a;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--bg-glass:#05050acc;--gradient-main:linear-gradient(135deg,#ff2e93 0%,#a855f7 100%);--gradient-text:linear-gradient(135deg,#ff9eca 0%,#ff2e93 50%,#a855f7 100%);--text-primary:#fff;--text-secondary:#94a3b8;--text-tertiary:#64748b;--border-light:#ffffff14;--border-hover:#ff2e934d;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--shadow-glow:0 0 40px #ff2e934d;--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.16,1,.3,1);background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;font-family:Space Grotesk,sans-serif}.Landing-module__PzwhAW__container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.Landing-module__PzwhAW__textGradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Landing-module__PzwhAW__btn{border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;display:inline-flex}.Landing-module__PzwhAW__btnPrimary{background:var(--gradient-main);color:#fff;box-shadow:0 4px 20px #ff2e9366}.Landing-module__PzwhAW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff2e9399}.Landing-module__PzwhAW__btnGhost{color:var(--text-primary);border:1px solid var(--border-light);background:#ffffff0d}.Landing-module__PzwhAW__btnGhost:hover{background:#ffffff1a;border-color:#fff3}.Landing-module__PzwhAW__btnWhite{color:var(--brand-pink);background:#fff}.Landing-module__PzwhAW__btnWhite:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.Landing-module__PzwhAW__btnXl{border-radius:var(--radius-xl);padding:1rem 2rem;font-size:1.1rem}.Landing-module__PzwhAW__btnArrow{width:20px;height:20px;transition:transform .2s}.Landing-module__PzwhAW__btnPrimary:hover .Landing-module__PzwhAW__btnArrow{transform:translate(4px)}.Landing-module__PzwhAW__btnPlay{width:22px;height:22px}.Landing-module__PzwhAW__header{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:1000;width:100%;height:80px;position:fixed;top:0;left:0}.Landing-module__PzwhAW__nav{justify-content:space-between;align-items:center;height:100%;display:flex}.Landing-module__PzwhAW__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Landing-module__PzwhAW__logoImg{border-radius:var(--radius-md);width:40px;height:40px}.Landing-module__PzwhAW__logoText{color:#fff;letter-spacing:-.03em;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Landing-module__PzwhAW__logoDot{color:var(--brand-pink)}.Landing-module__PzwhAW__navLinks{gap:2rem;display:flex}.Landing-module__PzwhAW__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Landing-module__PzwhAW__navLink:hover{color:var(--brand-pink)}.Landing-module__PzwhAW__navActions{align-items:center;gap:1rem;display:flex}.Landing-module__PzwhAW__loginLink{color:var(--text-primary);font-weight:600;text-decoration:none}.Landing-module__PzwhAW__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Landing-module__PzwhAW__mobileMenuBtn span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s}.Landing-module__PzwhAW__hero{align-items:center;min-height:100vh;padding-top:180px;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.Landing-module__PzwhAW__heroBackground{z-index:-1;position:absolute;inset:0}.Landing-module__PzwhAW__gradientOrb{filter:blur(100px);border-radius:50%;position:absolute}.Landing-module__PzwhAW__orb1{background:radial-gradient(circle,#a855f726 0%,#0000 70%);width:800px;height:800px;top:-20%;left:50%;transform:translate(-50%)}.Landing-module__PzwhAW__orb2{background:radial-gradient(circle,#ff2e931a 0%,#0000 70%);width:600px;height:600px;bottom:-20%;right:-10%}.Landing-module__PzwhAW__gridLines{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}.Landing-module__PzwhAW__heroContainer{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.Landing-module__PzwhAW__heroContent{max-width:620px}.Landing-module__PzwhAW__heroBadge{border-radius:var(--radius-full);color:var(--brand-pink-glow);background:#ff2e931a;border:1px solid #ff2e934d;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 0 15px #ff2e9326}.Landing-module__PzwhAW__badgePulse{background:var(--brand-pink);border-radius:50%;width:6px;height:6px;animation:1.5s cubic-bezier(0,0,.2,1) infinite Landing-module__PzwhAW__ping}@keyframes Landing-module__PzwhAW__ping{75%,to{opacity:0;transform:scale(2)}}.Landing-module__PzwhAW__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Landing-module__PzwhAW__heroSubtitle{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.Landing-module__PzwhAW__heroCta{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.Landing-module__PzwhAW__heroStats{border-top:1px solid var(--border-light);gap:3rem;padding-top:2rem;display:flex}.Landing-module__PzwhAW__statItem{flex-direction:column;display:flex}.Landing-module__PzwhAW__statNumber{color:#fff;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700}.Landing-module__PzwhAW__statLabel{color:var(--text-tertiary);font-size:.85rem}.Landing-module__PzwhAW__statDivider{background:var(--border-light);width:1px}.Landing-module__PzwhAW__heroVisual{position:relative}.Landing-module__PzwhAW__phoneMockup{background:#000;border:4px solid #333;border-radius:45px;width:320px;margin:0 auto;padding:10px;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 100px -20px #a855f74d}.Landing-module__PzwhAW__phoneNotch{background:#000;border-radius:20px;width:120px;height:28px;margin:0 auto 8px}.Landing-module__PzwhAW__phoneScreen{background:#0f1014;border-radius:35px;overflow:hidden}.Landing-module__PzwhAW__chatInterface{min-height:480px}.Landing-module__PzwhAW__chatHeader{border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,#18181b 0%,#000 100%);align-items:center;gap:.75rem;padding:1.25rem;display:flex}.Landing-module__PzwhAW__chatAvatarContainer{position:relative}.Landing-module__PzwhAW__chatAvatarImg{background:var(--brand-pink);border-radius:10px;width:40px;height:40px;padding:2px}.Landing-module__PzwhAW__onlineDot{background:var(--success);border:2px solid #0f1014;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.Landing-module__PzwhAW__chatInfo{flex-direction:column;display:flex}.Landing-module__PzwhAW__chatName{color:#fff;font-size:.9rem;font-weight:600}.Landing-module__PzwhAW__chatStatus{color:var(--success);font-size:.75rem}.Landing-module__PzwhAW__chatBody{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.Landing-module__PzwhAW__msg{max-width:85%}.Landing-module__PzwhAW__msg p{border-radius:1.25rem;margin:0;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.Landing-module__PzwhAW__msgAi{align-self:flex-start}.Landing-module__PzwhAW__msgAi p{color:var(--text-primary);background:#1e1e24;border-bottom-left-radius:4px}.Landing-module__PzwhAW__msgUser{align-self:flex-end}.Landing-module__PzwhAW__msgUser p{background:var(--gradient-main);color:#fff;border-bottom-right-radius:4px}.Landing-module__PzwhAW__msgTime{color:var(--text-tertiary);margin-top:4px;font-size:.7rem;display:block}.Landing-module__PzwhAW__emergency p{background:#ef44441a;border:1px solid #ef44444d}.Landing-module__PzwhAW__emergencyBadge{color:#ef4444;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.Landing-module__PzwhAW__bookingCard{border:1px solid var(--border-light);background:#181920;border-radius:12px;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;display:flex}.Landing-module__PzwhAW__bookingIcon{width:36px;height:36px;color:var(--success);background:#10b98126;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Landing-module__PzwhAW__bookingDetails{flex:1}.Landing-module__PzwhAW__bookingTitle{color:#fff;font-size:.8rem;font-weight:600;display:block}.Landing-module__PzwhAW__bookingTime{color:var(--text-secondary);font-size:.7rem;display:block}.Landing-module__PzwhAW__bookingPrice{color:var(--text-tertiary);font-size:.65rem;display:block}.Landing-module__PzwhAW__bookingBtn{background:var(--success);color:#000;cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.Landing-module__PzwhAW__phoneHomeBar{background:#333;border-radius:10px;width:120px;height:5px;margin:12px auto 4px}.Landing-module__PzwhAW__floatingCards{pointer-events:none;position:absolute;inset:0}.Landing-module__PzwhAW__floatCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);background:#17171ee6;border-radius:1rem;align-items:center;gap:.75rem;padding:.75rem 1.25rem;animation:6s ease-in-out infinite Landing-module__PzwhAW__float;display:flex;position:absolute;box-shadow:0 10px 30px #0000004d}.Landing-module__PzwhAW__floatIcon{font-size:1.25rem}.Landing-module__PzwhAW__floatText{color:#fff;font-size:.85rem;font-weight:600}.Landing-module__PzwhAW__floatCard1{animation-delay:0s;top:15%;right:-20px}.Landing-module__PzwhAW__floatCard2{animation-delay:2s;top:45%;left:-50px}.Landing-module__PzwhAW__floatCard3{animation-delay:4s;bottom:20%;right:-30px}@keyframes Landing-module__PzwhAW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.Landing-module__PzwhAW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 5rem}.Landing-module__PzwhAW__sectionTag{color:var(--brand-pink);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.Landing-module__PzwhAW__sectionTitle{color:#fff;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Landing-module__PzwhAW__sectionDesc{color:var(--text-secondary);margin-top:1.5rem;font-size:1.15rem}.Landing-module__PzwhAW__tradesSection{padding:6rem 0}.Landing-module__PzwhAW__tradesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.Landing-module__PzwhAW__tradeCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);text-align:center;transition:var(--transition-smooth);cursor:pointer;padding:2rem}.Landing-module__PzwhAW__tradeCard:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-5px);box-shadow:0 10px 30px -10px #ff2e9326}.Landing-module__PzwhAW__tradeIconWrap{border-radius:var(--radius-lg);background:#ffffff0d;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.Landing-module__PzwhAW__tradeIcon{font-size:1.8rem}.Landing-module__PzwhAW__tradeCard h3{color:var(--text-primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.Landing-module__PzwhAW__tradeCard p{color:var(--text-secondary);margin:0;font-size:.85rem}.Landing-module__PzwhAW__featuresSection{background:linear-gradient(180deg,var(--bg-dark)0%,#0a0a12 100%);padding:6rem 0;position:relative}.Landing-module__PzwhAW__featureBlock{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:8rem;display:grid}.Landing-module__PzwhAW__featureBlock.Landing-module__PzwhAW__reverse{direction:rtl}.Landing-module__PzwhAW__featureBlock.Landing-module__PzwhAW__reverse>*{direction:ltr}.Landing-module__PzwhAW__featureBlock:last-child{margin-bottom:0}.Landing-module__PzwhAW__featureContent{max-width:500px}.Landing-module__PzwhAW__featureNumber{color:#ffffff0d;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:5rem;font-weight:800;line-height:1}.Landing-module__PzwhAW__featureTitle{color:#fff;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.25rem}.Landing-module__PzwhAW__featureDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Landing-module__PzwhAW__featurePoints{margin:0;padding:0;list-style:none}.Landing-module__PzwhAW__featurePoints li{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Landing-module__PzwhAW__pointCheck{color:var(--success);font-weight:700}.Landing-module__PzwhAW__featureVisual{justify-content:center;display:flex}.Landing-module__PzwhAW__calendarWidget,.Landing-module__PzwhAW__emergencyWidget,.Landing-module__PzwhAW__quoteWidget{border:1px solid var(--border-light);border-radius:var(--radius-xl);background:#13131a;width:100%;max-width:360px;padding:2rem;box-shadow:0 20px 40px #0000004d}.Landing-module__PzwhAW__calHeader{color:#fff;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600;display:flex}.Landing-module__PzwhAW__calNav{gap:.5rem;display:flex}.Landing-module__PzwhAW__calNav button{border:1px solid var(--border-light);color:#fff;cursor:pointer;background:0 0;border-radius:8px;width:32px;height:32px}.Landing-module__PzwhAW__calGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.Landing-module__PzwhAW__calDayName{color:var(--text-tertiary);text-align:center;font-size:.75rem;font-weight:500}.Landing-module__PzwhAW__calDay{text-align:center;cursor:pointer;color:var(--text-secondary);border-radius:8px;padding:.5rem;font-size:.875rem}.Landing-module__PzwhAW__calDay.Landing-module__PzwhAW__selected{background:var(--gradient-main);color:#fff}.Landing-module__PzwhAW__calDay.Landing-module__PzwhAW__hasJob{color:var(--brand-pink);background:#ff2e931a}.Landing-module__PzwhAW__calSlots{flex-wrap:wrap;gap:.5rem;display:flex}.Landing-module__PzwhAW__slot{border:1px solid var(--border-light);cursor:pointer;color:var(--text-secondary);border-radius:8px;padding:.5rem .75rem;font-size:.8rem}.Landing-module__PzwhAW__slot.Landing-module__PzwhAW__selected{background:var(--gradient-main);color:#fff;border-color:var(--brand-pink)}.Landing-module__PzwhAW__slot.Landing-module__PzwhAW__booked{color:var(--text-tertiary);background:#ffffff0d;text-decoration:line-through}.Landing-module__PzwhAW__alertBanner{background:#ef44441a;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem;display:flex}.Landing-module__PzwhAW__alertPulse{background:var(--error);border-radius:50%;width:10px;height:10px;animation:1s infinite Landing-module__PzwhAW__pulse}@keyframes Landing-module__PzwhAW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.Landing-module__PzwhAW__alertText{color:var(--error);letter-spacing:.5px;font-size:.75rem;font-weight:700}.Landing-module__PzwhAW__alertDetail{margin-bottom:1.5rem}.Landing-module__PzwhAW__alertType{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:700;display:block}.Landing-module__PzwhAW__alertDesc{color:var(--text-secondary);font-size:.875rem}.Landing-module__PzwhAW__priorityList{flex-direction:column;gap:.5rem;display:flex}.Landing-module__PzwhAW__priority{color:var(--text-secondary);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-size:.875rem;display:flex}.Landing-module__PzwhAW__priority span:first-child{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:700;display:flex}.Landing-module__PzwhAW__p1{background:#ef44441a}.Landing-module__PzwhAW__p1 span:first-child{background:var(--error)}.Landing-module__PzwhAW__p2{background:#f59e0b1a}.Landing-module__PzwhAW__p2 span:first-child{background:var(--warning)}.Landing-module__PzwhAW__p3{background:#10b9811a}.Landing-module__PzwhAW__p3 span:first-child{background:var(--success)}.Landing-module__PzwhAW__quoteHeader{color:#fff;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;display:flex}.Landing-module__PzwhAW__quoteLines{margin-bottom:1.5rem}.Landing-module__PzwhAW__quoteRow{border-bottom:1px solid var(--border-light);color:var(--text-secondary);justify-content:space-between;padding:.75rem 0;font-size:.9rem;display:flex}.Landing-module__PzwhAW__quoteTotal{color:#fff;justify-content:space-between;margin-bottom:1.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;display:flex}.Landing-module__PzwhAW__quoteCta{background:var(--gradient-main);color:#fff;border-radius:var(--radius-lg);cursor:pointer;width:100%;transition:var(--transition-smooth);border:none;padding:.75rem;font-weight:600}.Landing-module__PzwhAW__quoteCta:hover{box-shadow:0 10px 25px #ff2e9366}.Landing-module__PzwhAW__moreFeaturesSection{background:var(--bg-dark);padding:6rem 0}.Landing-module__PzwhAW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.Landing-module__PzwhAW__featureCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);transition:var(--transition-smooth);padding:2rem}.Landing-module__PzwhAW__featureCard:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 10px 30px #ff2e931a}.Landing-module__PzwhAW__featureCardIcon{margin-bottom:1rem;font-size:2rem}.Landing-module__PzwhAW__featureCard h4{color:#fff;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.25rem}.Landing-module__PzwhAW__featureCard p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.Landing-module__PzwhAW__howSection{background:linear-gradient(180deg,#0a0a12 0%,var(--bg-dark)100%);padding:6rem 0}.Landing-module__PzwhAW__stepsContainer{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.Landing-module__PzwhAW__step{text-align:center;flex-direction:column;align-items:center;max-width:280px;display:flex}.Landing-module__PzwhAW__stepNum{background:var(--gradient-main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 0 30px #ff2e934d}.Landing-module__PzwhAW__stepContent h4{color:#fff;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.25rem}.Landing-module__PzwhAW__stepContent p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.Landing-module__PzwhAW__stepLine{background:var(--border-light);width:60px;height:2px;margin-top:32px}.Landing-module__PzwhAW__testimonialsSection{padding:6rem 0}.Landing-module__PzwhAW__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.Landing-module__PzwhAW__testimonial{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);transition:var(--transition-smooth);padding:2rem}.Landing-module__PzwhAW__testimonial:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0003}.Landing-module__PzwhAW__testimonial.Landing-module__PzwhAW__featured{background:var(--gradient-main);border:none}.Landing-module__PzwhAW__testimonialHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Landing-module__PzwhAW__tradeBadge{color:var(--brand-pink);border-radius:var(--radius-full);background:#ffffff1a;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.Landing-module__PzwhAW__featured .Landing-module__PzwhAW__tradeBadge{color:#fff;background:#fff3}.Landing-module__PzwhAW__stars{color:#fbbf24;letter-spacing:2px;font-size:.875rem}.Landing-module__PzwhAW__testimonialText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.Landing-module__PzwhAW__featured .Landing-module__PzwhAW__testimonialText{color:#ffffffe6}.Landing-module__PzwhAW__testimonialAuthor{align-items:center;gap:.75rem;display:flex}.Landing-module__PzwhAW__authorAvatar{background:var(--brand-pink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.875rem;font-weight:700;display:flex}.Landing-module__PzwhAW__featured .Landing-module__PzwhAW__authorAvatar{background:#fff3}.Landing-module__PzwhAW__authorDetails{flex-direction:column;display:flex}.Landing-module__PzwhAW__authorName{color:#fff;font-weight:600}.Landing-module__PzwhAW__authorBusiness{color:var(--text-tertiary);font-size:.875rem}.Landing-module__PzwhAW__featured .Landing-module__PzwhAW__authorBusiness{color:#ffffffb3}.Landing-module__PzwhAW__pricingSection{background:linear-gradient(180deg,var(--bg-dark)0%,#0a0a12 100%);padding:6rem 0}.Landing-module__PzwhAW__pricingCard{background:var(--bg-card);border:2px solid var(--brand-pink);border-radius:var(--radius-2xl);text-align:center;max-width:500px;margin:0 auto;padding:3rem;position:relative;box-shadow:0 0 50px #ff2e9326}.Landing-module__PzwhAW__pricingPopular{background:var(--gradient-main);color:#fff;border-radius:20px;padding:.35rem 1rem;font-size:.85rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.Landing-module__PzwhAW__pricingAmount{margin-bottom:1rem}.Landing-module__PzwhAW__currency{vertical-align:top;color:var(--text-secondary);font-size:2.5rem}.Landing-module__PzwhAW__price{color:#fff;font-family:Outfit,sans-serif;font-size:6rem;font-weight:800;line-height:1}.Landing-module__PzwhAW__period{color:var(--text-tertiary);font-size:1.25rem}.Landing-module__PzwhAW__pricingDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.Landing-module__PzwhAW__pricingList{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.Landing-module__PzwhAW__pricingList li{color:var(--text-primary);align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.Landing-module__PzwhAW__check{color:var(--brand-pink);font-weight:700}.Landing-module__PzwhAW__pricingBtn{width:100%;margin-bottom:1rem}.Landing-module__PzwhAW__pricingNote{color:var(--text-tertiary);margin:0;font-size:.875rem}.Landing-module__PzwhAW__faqSection{padding:6rem 0}.Landing-module__PzwhAW__faqList{max-width:800px;margin:0 auto}.Landing-module__PzwhAW__faqItem{border-bottom:1px solid var(--border-light)}.Landing-module__PzwhAW__faqQ{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;font-size:1.1rem;font-weight:600;display:flex}.Landing-module__PzwhAW__faqToggle{color:var(--brand-pink);font-size:1.5rem;transition:transform .3s}.Landing-module__PzwhAW__faqItem.Landing-module__PzwhAW__active .Landing-module__PzwhAW__faqToggle{transform:rotate(45deg)}.Landing-module__PzwhAW__faqA{max-height:0;transition:max-height .3s;overflow:hidden}.Landing-module__PzwhAW__faqItem.Landing-module__PzwhAW__active .Landing-module__PzwhAW__faqA{max-height:200px}.Landing-module__PzwhAW__faqA p{color:var(--text-secondary);margin:0;padding-bottom:1.25rem;line-height:1.7}.Landing-module__PzwhAW__ctaSection{background:var(--gradient-main);padding:6rem 0}.Landing-module__PzwhAW__ctaContent{text-align:center}.Landing-module__PzwhAW__ctaContent h2{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem)}.Landing-module__PzwhAW__ctaContent p{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem}.Landing-module__PzwhAW__footer{color:var(--text-tertiary);border-top:1px solid var(--border-light);background:#020204;padding:5rem 0 2rem}.Landing-module__PzwhAW__footerMain{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.Landing-module__PzwhAW__footerBrand{max-width:280px}.Landing-module__PzwhAW__footerTagline{color:var(--text-tertiary);margin-top:1rem;font-size:.95rem}.Landing-module__PzwhAW__footerLinks{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Landing-module__PzwhAW__footerCol h5{color:#fff;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:.9rem}.Landing-module__PzwhAW__footerCol a{color:var(--text-tertiary);margin-bottom:.75rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.Landing-module__PzwhAW__footerCol a:hover{color:var(--brand-pink)}.Landing-module__PzwhAW__footerBottom{border-top:1px solid var(--border-light);text-align:center;padding-top:2rem}.Landing-module__PzwhAW__footerBottom p{margin:0;font-size:.875rem}.Landing-module__PzwhAW__floatingWidget{z-index:1000;position:fixed;bottom:1.5rem;right:1.5rem}.Landing-module__PzwhAW__widgetPopup{border-radius:var(--radius-lg);white-space:nowrap;opacity:0;transition:var(--transition-smooth);pointer-events:none;color:#333;background:#fff;padding:1rem;font-size:.875rem;position:absolute;bottom:70px;right:0;transform:translateY(10px);box-shadow:0 10px 30px #0003}.Landing-module__PzwhAW__floatingWidget:hover .Landing-module__PzwhAW__widgetPopup{opacity:1;transform:translateY(0)}.Landing-module__PzwhAW__widgetBtn{background:var(--gradient-main);cursor:pointer;width:60px;height:60px;transition:var(--transition-smooth);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 30px #ff2e9366}.Landing-module__PzwhAW__widgetBtn:hover{transform:scale(1.1)}.Landing-module__PzwhAW__widgetLogo{border-radius:8px;width:36px;height:36px}@media (max-width:1024px){.Landing-module__PzwhAW__navLinks{display:none}.Landing-module__PzwhAW__mobileMenuBtn{display:flex}.Landing-module__PzwhAW__heroContainer{text-align:center;grid-template-columns:1fr}.Landing-module__PzwhAW__heroContent{max-width:100%}.Landing-module__PzwhAW__heroBadge{margin:0 auto 1.5rem}.Landing-module__PzwhAW__heroSubtitle{margin:0 auto 2.5rem}.Landing-module__PzwhAW__heroCta,.Landing-module__PzwhAW__heroStats{justify-content:center}.Landing-module__PzwhAW__heroVisual{margin-top:3rem}.Landing-module__PzwhAW__featureBlock,.Landing-module__PzwhAW__featureBlock.Landing-module__PzwhAW__reverse,.Landing-module__PzwhAW__footerMain{grid-template-columns:1fr;gap:3rem}.Landing-module__PzwhAW__footerLinks{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Landing-module__PzwhAW__hero{padding-top:140px}.Landing-module__PzwhAW__phoneMockup{transform:scale(.85)}.Landing-module__PzwhAW__heroStats{flex-direction:column;gap:1.5rem}.Landing-module__PzwhAW__statDivider{display:none}.Landing-module__PzwhAW__stepsContainer{flex-direction:column;align-items:center}.Landing-module__PzwhAW__stepLine{width:2px;height:40px;margin:0}.Landing-module__PzwhAW__footerLinks{text-align:center;grid-template-columns:1fr}}
