.landing{background-color:var(--bg-root);min-height:100vh;color:var(--text-primary);overflow-x:hidden;container:landing/inline-size}.hero{justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 40px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.4;mix-blend-mode:overlay;width:100%;height:100%}.hero-overlay{background:radial-gradient(circle at center, #121214a6 0%, var(--bg-root) 100%);position:absolute;inset:0}.hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex;position:relative}.hero-badge{color:#ff6b35;text-transform:uppercase;letter-spacing:.5px;background:#ff6b351a;border:1px solid #ff6b3533;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.03em;margin:0;font-size:clamp(3rem,8cqw,5rem);font-weight:800;line-height:1.1}.hero-title .gradient-text{background:linear-gradient(135deg,#ff6b35 0%,#ff3d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffffff2;text-shadow:0 2px 10px #000000b3;max-width:700px;font-size:clamp(1rem,3cqw,1.25rem);font-weight:500;line-height:1.7}.hero-search-visual{background:var(--bg-surface);border:1px solid var(--border);border-radius:100px;align-items:center;gap:1rem;width:100%;max-width:500px;margin-top:1rem;padding:.5rem .5rem .5rem 1rem;display:flex;box-shadow:0 10px 30px #0003}.hero-search-visual span{text-align:left;color:var(--text-muted);flex:1;font-size:.95rem}.hero-search-visual .search-pill{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff3d71 100%);border-radius:100px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.stats-strip{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:3rem;padding-top:3rem;display:flex}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-value{color:var(--text-primary);font-size:2rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.stat-divider{background:var(--border);width:1px;height:40px}.features-section{max-width:1200px;box-shadow:inset 0 0 100px var(--bg-root);background-image:radial-gradient(#ffffff0d 1px,#0000 1px),radial-gradient(#ffffff0d 1px,#0000 1px);background-position:0 0,25px 25px;background-size:50px 50px;border-radius:40px;margin:0 auto;padding:120px 20px;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-label{color:#ff3d71;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5cqw,3.5rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;display:grid}.bento-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.bento-content{z-index:2;position:relative}.bento-icon{color:#ff6b35;background:#ff6b351a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.bento-item h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.bento-item p{color:var(--text-body);font-size:.95rem;line-height:1.5}.bento-visual{z-index:1;position:absolute}.bento-large{grid-column:span 2}.bento-large .bento-content{max-width:50%}.bento-wide{flex-direction:row;grid-column:span 2;justify-content:space-between;align-items:center}.map-visual{border-radius:16px;width:60%;height:80%;bottom:-50px;right:-50px;overflow:hidden;transform:rotate(-5deg);box-shadow:0 20px 40px #0000004d}.map-visual img{object-fit:cover;width:100%;height:100%}.review-visual{flex-direction:column;gap:1rem;display:flex;position:relative;right:20px}.mock-review{background:var(--bg-input);border:1px solid var(--border);color:var(--text-primary);border-radius:12px;padding:1rem;font-size:.85rem;box-shadow:0 4px 12px #0000001a}.mock-review:nth-child(2){opacity:.7;transform:translate(20px)}.how-it-works-section{background:radial-gradient(circle at top right, #ff3d7133 0%, transparent 40%), radial-gradient(circle at bottom left, #21b3a633 0%, transparent 40%), radial-gradient(circle at center, #ff6b351a 0%, var(--bg-root) 100%);padding:100px 20px;position:relative}.how-it-works-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.steps-list{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.step-item{gap:1.5rem;display:flex}.step-num{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff3d71 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 0 15px #ff6b3580}.step-item h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.step-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.how-visual{border-radius:24px;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 40px #ff3d7133}.pro-img{object-fit:cover;border-radius:24px;width:100%;height:100%}.floating-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121214d9;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex;position:absolute;box-shadow:0 20px 40px #00000080}.floating-card.pos-1{bottom:150px;left:-20px}.floating-card.pos-2{color:var(--text-primary);font-size:.95rem;font-weight:500;bottom:80px;right:-20px}.mock-avatar{background:#ff6b35;border-radius:50%;width:40px;height:40px}.mock-text{flex-direction:column;gap:.5rem;display:flex}.mock-line{background:#fff3;border-radius:4px;height:8px}.mock-line.short{width:60px}.mock-line.long{width:100px}.cta-section{text-align:center;background:radial-gradient(circle at center top, #ff6b3533 0%, transparent 50%), radial-gradient(circle at center bottom, #ff3d7133 0%, var(--bg-root) 70%);padding:120px 20px;position:relative}.cta-inner{background:linear-gradient(135deg,#ff6b351a 0%,#ff3d711a 100%);border:1px solid #ff6b3533;border-radius:32px;max-width:800px;margin:0 auto;padding:4rem 2rem}.cta-actions{margin-top:2.5rem}.btn-large{gap:.5rem;padding:1rem 2rem;font-size:1.1rem;display:inline-flex}.landing-footer{border-top:1px solid var(--border);padding:40px 20px}.footer-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-brand .logo-text{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.footer-brand p{color:var(--text-muted);font-size:.85rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--text-primary)}@container landing (max-width:900px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-large,.bento-wide{grid-column:span 1}.bento-item{min-height:250px}.bento-wide{flex-direction:column;align-items:flex-start}.review-visual{margin-top:2rem;right:0}.how-it-works-inner{grid-template-columns:1fr}.how-visual{height:400px;margin-top:2rem}.floating-card.pos-1{bottom:80px;left:10px}.floating-card.pos-2{bottom:20px;right:10px}.stats-strip{flex-wrap:wrap}}.faq-section{max-width:800px;margin:0 auto;padding:100px 20px}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;border-radius:16px;padding:1.5rem;transition:all .2s}.faq-item:hover{border-color:#ff6b3566}.faq-question{justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.faq-answer{color:var(--text-muted);margin-top:1rem;line-height:1.6;overflow:hidden}.footer-links-grid{gap:4rem;display:flex}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{color:var(--text-primary);margin-bottom:.5rem;font-weight:700}.social-icon{color:var(--text-muted);transition:color .2s}.social-icon:hover{color:var(--text-primary)}@container landing (max-width:900px){.footer-content{flex-direction:column;align-items:flex-start;gap:3rem}.footer-links-grid{flex-wrap:wrap;gap:2rem}}@keyframes blob-bounce{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.how-it-works-section,.cta-section{overflow:hidden}.how-it-works-section:before,.cta-section:before{content:"";filter:blur(100px);z-index:0;pointer-events:none;background:#ff3d7126;border-radius:50%;width:500px;height:500px;animation:12s infinite alternate blob-bounce;position:absolute;top:-200px;left:-200px}.how-it-works-section:after,.cta-section:after{content:"";filter:blur(120px);z-index:0;pointer-events:none;background:#21b3a61f;border-radius:50%;width:600px;height:600px;animation:15s infinite alternate-reverse blob-bounce;position:absolute;bottom:-300px;right:-200px}.how-it-works-inner,.cta-inner{z-index:1;position:relative}
