.landing-root{min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-sans);background:linear-gradient(180deg,#FDF8F0,#FAF5ED 50%,#FDF8F0);color:var(--foreground-muted);overflow-x:hidden}.landing-header{position:sticky;top:0;z-index:50;background:rgba(253,248,240,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04);transition:all var(--transition-base)}.wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-inner{justify-content:space-between;height:4.5rem}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.75rem;text-decoration:none}.brand-mark{width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#e11d48,#f43f5e 50%,#fb7185);color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;box-shadow:0 4px 12px rgba(225,29,72,.25);transition:all var(--transition-base)}.brand:hover .brand-mark{transform:scale(1.05) rotate(-2deg);box-shadow:0 6px 16px rgba(225,29,72,.35)}.brand-text{font-weight:800;font-size:1.375rem;color:var(--foreground);letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:1.25rem}@media (max-width:768px){.nav{gap:.75rem}.nav-link{display:none}.nav .btn{padding:.625rem 1rem;font-size:.8125rem}}.nav-link{color:var(--muted);text-decoration:none;font-weight:500;font-size:.9375rem;transition:color var(--transition-fast);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);border-radius:2px;transition:width var(--transition-base)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius-lg);background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;border:none;cursor:pointer;transition:all var(--transition-base);box-shadow:0 2px 8px rgba(225,29,72,.25)}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(225,29,72,.35)}.btn-large{padding:1rem 2.5rem;font-size:1.125rem;border-radius:var(--radius-xl)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);box-shadow:none}.btn-outline:hover{background:var(--primary);color:#fff;box-shadow:0 4px 16px rgba(225,29,72,.25)}.hero{padding:6rem 0 5rem;text-align:center;position:relative}.hero:before{top:10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(225,29,72,.06) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:after{bottom:0;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(251,146,60,.05) 0,transparent 70%)}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;color:var(--foreground);margin:0 0 1.5rem;letter-spacing:-.03em}.hero-sub{font-size:clamp(1.0625rem,2vw,1.375rem);line-height:1.7;color:var(--foreground-muted);max-width:720px;margin:0 auto 2.5rem}.hero-ctas{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta-note{font-size:.9375rem;color:var(--muted)}.problem{padding:5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.8))}.problem h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 2.5rem;letter-spacing:-.02em}.problem-content{max-width:680px;margin:0 auto;text-align:center}.problem-content p{font-size:1.125rem;line-height:1.8;color:var(--foreground-muted);margin:0 0 1.5rem}.problem-cta{margin-top:2rem;font-size:1.25rem;color:var(--foreground)}.solution{padding:5rem 0}.solution h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 2.5rem;letter-spacing:-.02em}.solution-content{max-width:680px;margin:0 auto;text-align:center}.solution-content p{font-size:1.125rem;line-height:1.8;color:var(--foreground-muted);margin:0 0 1.5rem}.solution-emphasis{margin-top:2rem;font-size:1.25rem;color:var(--foreground)}.use-cases{padding:5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.9) 50%,rgba(255,255,255,.6))}.use-cases h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 3rem;letter-spacing:-.02em}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.use-cases-grid{grid-template-columns:1fr}}.use-case{background:#fff;padding:2rem;border-radius:var(--radius-2xl);box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.03);transition:all var(--transition-slow)}.use-case:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08);border-color:rgba(225,29,72,.1)}.use-case-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:rgba(225,29,72,.08);padding:.375rem .75rem;border-radius:var(--radius-full);margin-bottom:1rem}.use-case h3{font-size:1.375rem;font-weight:700;color:var(--foreground);margin:0 0 1rem}.use-case p{font-size:1rem;line-height:1.7;color:var(--foreground-muted);margin:0 0 1rem}.use-case-outcome{font-style:italic;color:var(--muted);border-left:3px solid var(--primary);padding-left:1rem;margin-top:1.5rem}.how{padding:5rem 0}.how h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 3rem;letter-spacing:-.02em}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.steps-grid{grid-template-columns:1fr}}.step{text-align:center}.step-number{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1.25rem;box-shadow:0 4px 12px rgba(225,29,72,.3)}.step h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin:0 0 .75rem}.step p{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.editor-section{padding:5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.8))}.editor-section h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 1.5rem;letter-spacing:-.02em}.section-intro{font-size:1.125rem;color:var(--foreground-muted);text-align:center;max-width:600px;margin:0 auto 2rem}.editor-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 2rem;max-width:700px;margin:0 auto 2rem;list-style:none;padding:0}@media (max-width:640px){.editor-features{grid-template-columns:repeat(2,1fr)}}.editor-features li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--foreground-muted)}.editor-features li:before{content:"✓";color:var(--primary);font-weight:700}.editor-emphasis{font-size:1.125rem;text-align:center;color:var(--foreground);max-width:600px;margin:2rem auto 0}.guest-uploads{padding:5rem 0}.guest-uploads h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 2.5rem;letter-spacing:-.02em}.guest-content{max-width:680px;margin:0 auto;text-align:center}.guest-content p{font-size:1.125rem;line-height:1.8;color:var(--foreground-muted);margin:0 0 1.5rem}.guest-emphasis{font-size:1.25rem;color:var(--foreground);margin-top:2rem}.trust{padding:5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.9) 50%,rgba(255,255,255,.6))}.trust h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 3rem;letter-spacing:-.02em}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.trust-grid{grid-template-columns:1fr}}.trust-item{text-align:center}.trust-icon{width:3.5rem;height:3.5rem;background:rgba(225,29,72,.08);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.trust-item h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem}.trust-item p{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.pricing{padding:5rem 0}.pricing h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);text-align:center;margin:0 0 3rem;letter-spacing:-.02em}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.pricing-card{background:#fff;padding:2rem;border-radius:var(--radius-2xl);box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.05);text-align:center;position:relative}.pricing-card.featured{border-color:var(--primary);box-shadow:0 8px 32px rgba(225,29,72,.15);transform:scale(1.02)}@media (max-width:900px){.pricing-card.featured{transform:none}}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:var(--radius-full);white-space:nowrap}.pricing-header h3{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem}.pricing-amount{margin-bottom:1.5rem}.pricing-amount .price{font-size:3rem;font-weight:800;color:var(--foreground);letter-spacing:-.03em}.pricing-amount .period{font-size:1rem;color:var(--muted)}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.pricing-features li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--foreground-muted);padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.04)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";color:var(--primary);font-weight:700}.pricing-perfect{font-size:.875rem;color:var(--muted);font-style:italic;margin:0 0 1.5rem}.pricing-card .btn{width:100%}.print-pricing{text-align:center;font-size:1rem;color:var(--foreground-muted);margin-top:3rem}.print-pricing a{color:var(--primary);text-decoration:none;font-weight:500}.print-pricing a:hover{text-decoration:underline}.testimonials{padding:5rem 0;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.8))}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.testimonial{background:#fff;padding:2rem;border-radius:var(--radius-2xl);box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.03);margin:0}.testimonial p{font-size:1rem;line-height:1.7;color:var(--foreground-muted);margin:0 0 1.5rem;font-style:italic}.testimonial cite{font-size:.9375rem;font-weight:600;color:var(--foreground);font-style:normal}.final-cta{padding:6rem 0;text-align:center;background:linear-gradient(180deg,transparent,rgba(225,29,72,.03) 50%,transparent)}.final-cta h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);margin:0 0 2rem;letter-spacing:-.02em}.final-cta p{font-size:1.125rem;line-height:1.8;color:var(--foreground-muted);max-width:680px;margin:0 auto 1.25rem}.final-emphasis{font-size:1.25rem;color:var(--foreground);margin:2rem 0}.final-cta .btn{margin-top:1rem}.landing-footer{margin-top:auto;padding:4rem 0 0;border-top:1px solid rgba(0,0,0,.05);background:rgba(255,255,255,.3)}.footer-inner{display:flex;justify-content:space-between;gap:3rem}@media (max-width:768px){.footer-inner{flex-direction:column;gap:2rem}}.footer-brand{max-width:300px}.footer-tagline{font-size:.9375rem;color:var(--muted);margin:1rem 0 0;line-height:1.6}.footer-links-grid{display:flex;gap:4rem}@media (max-width:560px){.footer-links-grid{gap:2rem}}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-size:.875rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.footer-column a{font-size:.9375rem;color:var(--muted);text-decoration:none;transition:color var(--transition-fast)}.footer-column a:hover{color:var(--primary)}.footer-bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.05);text-align:center}.footer-bottom p{font-size:.875rem;color:var(--muted);margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.wrap{padding:0 1rem}.header-inner{height:4rem}.brand-mark{width:2.25rem;height:2.25rem;font-size:.875rem;border-radius:.625rem}.brand-text{font-size:1.125rem}.hero{padding:4rem 0 3rem}.editor-section,.guest-uploads,.how,.pricing,.problem,.solution,.testimonials,.trust,.use-cases{padding:3.5rem 0}.final-cta{padding:4rem 0}.final-cta p,.guest-content p,.problem-content p,.solution-content p{font-size:1rem}.use-case{padding:1.5rem}.use-case h3{font-size:1.25rem}.step-number{font-size:1.125rem}.step-number,.trust-icon{width:3rem;height:3rem}.pricing-card{padding:1.5rem}.pricing-amount .price{font-size:2.5rem}.testimonial{padding:1.5rem}.footer-inner{text-align:center}.footer-brand{max-width:none}.footer-links-grid{justify-content:center}}@media (max-width:480px){.wrap{padding:0 .875rem}.header-inner{height:3.5rem}.brand-mark{width:2rem;height:2rem;font-size:.75rem}.brand-text{font-size:1rem}.hero{padding:3rem 0 2.5rem}.hero h1{font-size:1.625rem}.btn-large,.hero-sub{font-size:1rem}.btn-large{padding:.875rem 1.75rem}.editor-section h2,.final-cta h2,.guest-uploads h2,.how h2,.pricing h2,.problem h2,.solution h2,.trust h2,.use-cases h2{font-size:1.5rem}.editor-features{grid-template-columns:1fr}.pricing-amount .price{font-size:2rem}}@media (hover:none) and (pointer:coarse){.pricing-card:hover,.use-case:hover{transform:none}}@media (min-width:1200px){.wrap{max-width:1320px;padding:0 3rem}.header-inner{height:5rem}.brand-mark{width:3rem;height:3rem;font-size:1.125rem}.brand-text{font-size:1.5rem}.nav{gap:2rem}.hero{padding:8rem 0 6rem}.hero h1{font-size:4rem}.hero-sub{font-size:1.5rem}.editor-section,.guest-uploads,.how,.pricing,.problem,.solution,.testimonials,.trust,.use-cases{padding:6rem 0}.final-cta{padding:7rem 0}.pricing-card,.use-case{padding:2.5rem}}