.landing-wrapper{flex-direction:column;justify-content:space-between;min-height:100vh;display:flex}.landing-header{border-bottom:1px solid var(--color-border);z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand-title{color:var(--color-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.nav-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.nav-link{color:var(--color-text-main);font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-primary)}.nav-link.highlight{color:var(--color-accent)}.landing-main{flex:1}.hero-section{flex-direction:column;align-items:center;gap:3rem;padding:4rem 16px;display:flex}@media (min-width:768px){.hero-section{flex-direction:row;justify-content:space-between;align-items:center;padding:6rem 16px}}.hero-content{flex:1;max-width:600px}.hero-logo-container{text-align:center;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.hero-logo-container{text-align:left;justify-content:flex-start;margin-bottom:2rem}}.hero-logo{object-fit:contain;filter:drop-shadow(0 4px 10px #00000014);width:auto;max-width:90vw;height:150px;transition:transform .3s,filter .3s}@media (min-width:768px){.hero-logo{max-width:100%;height:255px}}.hero-logo:hover{filter:drop-shadow(0 6px 14px #0000001f);transform:translateY(-3px)}.hero-tagline{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:1rem;font-size:1rem;font-weight:700}@media (min-width:768px){.hero-tagline{text-align:left}}.hero-title{color:var(--color-text-main);text-align:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (min-width:768px){.hero-title{text-align:left;font-size:3.5rem}}.hero-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.hero-subtitle{text-align:left}}.cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.cta-group{justify-content:flex-start}}.btn-lg{padding:16px 32px;font-size:1.125rem}.pulse-shadow{box-shadow:0 4px 14px #b3191963}.trust-text{color:var(--color-text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (min-width:768px){.trust-text{justify-content:flex-start}}.hero-visual{perspective:1000px;flex:1;justify-content:center;display:flex}.phone-mockup{border:4px solid var(--color-border);background:#fff;border-radius:2rem;width:100%;max-width:320px;padding:1rem;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000040}.mockup-header{text-align:center;border-bottom:1px solid var(--color-border);color:var(--color-primary);margin-bottom:1rem;padding-bottom:1rem;font-weight:600}.mockup-chat{flex-direction:column;gap:1rem;margin-bottom:1rem;font-size:.875rem;display:flex}.bubble{border-radius:12px;max-width:85%;padding:12px;line-height:1.4}.bubble.ai{background:var(--color-bg-base);border-bottom-left-radius:2px;align-self:flex-start}.bubble.user{background:var(--color-primary);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.mockup-input{background:var(--color-bg-base);border-radius:2rem;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.input-fake{color:var(--color-text-muted);padding-left:1rem;font-size:.875rem}.send-btn{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.stats-section{background:var(--color-bg-card);border-top:1px solid var(--color-border);padding:4rem 16px}.stats-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card h3{color:var(--color-text-main);margin-bottom:.5rem;font-size:2rem;font-weight:800}.stat-card p{color:var(--color-text-muted);font-size:.875rem}.stat-card.highlight-stat h3{color:var(--color-accent)}.landing-footer{background:var(--color-text-main);color:#fff;padding:2rem 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between}}.footer-links{gap:1.5rem;display:flex}.footer-links a{opacity:.8;font-size:.875rem;transition:opacity .2s}.footer-links a:hover{opacity:1}
