.landing-page{background:var(--bg);color:var(--text);overflow-x:hidden;transition:background-color .45s ease,color .45s ease}.landing-page img{max-width:100%;display:block}.landing-page section{position:relative}.landing-page section,.landing-nav,.landing-bento-card,.landing-price-card,.landing-audience-inner{transition:background-color .45s ease,border-color .45s ease,box-shadow .45s ease}.landing-type-switch{display:inline-flex;padding:4px;border-radius:var(--r-full);background:var(--bg-muted);margin-bottom:1.4rem;gap:2px}.landing-type-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border:none;border-radius:var(--r-full);background:transparent;color:var(--text-secondary);font-family:var(--font);font-size:.82rem;font-weight:700;cursor:pointer;transition:var(--ease)}.landing-type-btn.active{background:var(--surface);color:var(--p4);box-shadow:0 2px 10px #00000014}.landing-type-icon{font-size:1rem}body.landing-page[data-landing-theme=barbearia]{--bg: #14100c;--surface: #1e1912;--bg-card: #1e1912;--bg-muted: #221c15;--bg-hover: #2a2319;--border: #3a2f22;--border-light: #2c251a;--text: #f5ead5;--text-secondary: #cbb99a;--text-muted: #93856c;--text-on-primary: #1a140c;--p1: #2a2117;--p1-dark: #453522;--p3: #6fae7d;--p3-dark: #4a7c59;--p3-light: #3a4f3f;--p3-bg: #23301f;--p4: #d9a441;--p4-dark: #b6842c;--p5: #f5ead5;--p5-dark: #ffffff;--success-bg: #23301f;--warning-bg: #332616;--gradient-primary: linear-gradient(135deg, #e3b876 0%, #a8763c 100%);--font-display: "Bebas Neue", Georgia, "Times New Roman", serif}body.landing-page[data-landing-theme=barbearia] .landing-nav{background:#14100cbf}body.landing-page[data-landing-theme=barbearia] .landing-nav.is-scrolled{background:#14100cf0}body.landing-page[data-landing-theme=barbearia] .landing-hero-glow-1,body.landing-page[data-landing-theme=barbearia] .landing-hero-glow-2{opacity:.25}body.landing-page[data-landing-theme=barbearia] .btn-secondary{border-color:var(--p3-light)}.reveal{opacity:1;transform:translateY(16px);transition:transform .5s ease}.reveal.is-visible{transform:translateY(0)}.landing-nav{position:sticky;top:0;z-index:50;background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:box-shadow .25s ease,border-color .25s ease,background .25s ease}.landing-nav.is-scrolled{background:#ffffffeb;border-color:var(--border-light);box-shadow:0 4px 24px #2417270f}.landing-nav-inner{max-width:1220px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.landing-brand{display:flex;align-items:center;gap:.65rem;font-weight:800;font-size:1.35rem;color:var(--p5-dark);font-family:var(--font-display)}.landing-brand img{height:44px;width:auto}.landing-nav-links{display:flex;gap:1.75rem}.landing-nav-links a{font-size:.86rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:color .15s}.landing-nav-links a:hover{color:var(--p4)}.landing-nav-cta{display:flex;align-items:center;gap:.6rem}.landing-hero{padding:4rem 1.5rem 3.5rem;overflow:hidden}.landing-hero-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;z-index:0;pointer-events:none}.landing-hero-glow-1{width:420px;height:420px;background:var(--p1);top:-120px;left:-100px}.landing-hero-glow-2{width:380px;height:380px;background:var(--p3-bg, var(--p1));top:60px;right:-140px}.landing-hero-inner{position:relative;z-index:1;max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center}.landing-eyebrow{display:inline-block;font-size:.76rem;font-weight:700;color:var(--p4);background:var(--p1);padding:.35rem .85rem;border-radius:var(--r-full);margin-bottom:1.1rem}.landing-hero h1{font-family:var(--font-display);font-weight:800;font-size:2.9rem;line-height:1.12;margin-bottom:1.15rem;color:var(--p5-dark);letter-spacing:-.01em}.landing-hero-sub{font-size:1.05rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1.75rem;max-width:560px}.landing-hero-cta{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1.25rem}.landing-hero-note{font-size:.78rem;color:var(--text-muted)}.btn-lg{padding:.9rem 1.75rem;font-size:.98rem}.landing-trust-row{list-style:none;display:flex;flex-wrap:wrap;gap:1.4rem;padding:0;margin:0}.landing-trust-row li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.landing-trust-row svg{color:var(--success);flex-shrink:0}.browser-frame{background:var(--surface, #fff);border-radius:14px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 30px 70px -20px #24172747,0 8px 24px #24172714}.browser-frame-bar{display:flex;align-items:center;gap:.45rem;padding:.6rem .85rem;background:#f3eef0;border-bottom:1px solid var(--border-light)}.browser-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.browser-dot-red{background:#ff5f57}.browser-dot-yellow{background:#febc2e}.browser-dot-green{background:#28c840}.browser-frame-url{margin-left:.5rem;font-size:.7rem;color:var(--text-muted);background:#fff;padding:.2rem .7rem;border-radius:var(--r-full);border:1px solid var(--border-light);flex:1;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browser-frame img{width:100%;display:block}.landing-hero-image{position:relative}.landing-hero-image .browser-frame{transform:rotate(-1.2deg);transition:transform .4s ease}.landing-hero-image .browser-frame:hover{transform:rotate(0) scale(1.01)}.landing-audience{padding:.5rem 1.5rem 2.5rem}.landing-audience-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem 0;padding:1rem 1.5rem;background:var(--bg-muted);border-radius:var(--r-full)}.landing-audience-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:var(--p5-dark);padding:0 1.25rem}.landing-audience-icon{font-size:1.15rem}.landing-audience-divider{width:1px;height:18px;background:var(--border)}.landing-section{max-width:1220px;margin:0 auto;padding:4.5rem 1.5rem}.landing-section-eyebrow{display:block;text-align:center;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--p4);margin-bottom:.6rem}.landing-section-title{font-family:var(--font-display);font-weight:800;font-size:2.1rem;text-align:center;color:var(--p5-dark);margin-bottom:.6rem;letter-spacing:-.01em}.landing-section-sub{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:.98rem;max-width:560px;margin-left:auto;margin-right:auto}.landing-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(180px,auto);gap:1.25rem}.landing-bento-card{background:var(--surface, #fff);border:1px solid var(--border-light);border-radius:18px;padding:1.75rem;transition:transform .25s ease,box-shadow .25s ease}.landing-bento-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px -14px #24172729}.landing-bento-highlight{grid-column:span 2;background:linear-gradient(135deg,var(--p1) 0%,var(--surface) 100%);border-color:var(--p1)}.landing-feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--p1);margin-bottom:1rem}.landing-bento-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--p5-dark)}.landing-bento-card p{font-size:.87rem;color:var(--text-secondary);line-height:1.6}.landing-showcase{background:var(--bg-muted);padding:4.5rem 1.5rem}.landing-split{max-width:1180px;margin:0 auto 4rem;display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:center}.landing-split:last-child{margin-bottom:0}.landing-split-reverse{grid-template-columns:1.15fr 1fr}.landing-split-reverse .landing-split-text{order:2}.landing-split-reverse .landing-split-image{order:1}.landing-split-text h3{font-family:var(--font-display);font-size:1.5rem;color:var(--p5-dark);margin-bottom:.75rem}.landing-split-text p{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1.1rem}.landing-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.landing-checklist li{display:flex;align-items:center;gap:.55rem;font-size:.87rem;color:var(--text);font-weight:500}.landing-checklist li:before{content:"";width:18px;height:18px;border-radius:50%;background:var(--success-bg);flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e9e6b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.landing-notice{max-width:1220px;margin:0 auto;padding:0 1.5rem 1rem}.landing-notice-box{display:flex;gap:.9rem;align-items:flex-start;background:var(--warning-bg);border:1px solid var(--warning);border-radius:var(--r-lg);padding:1.1rem 1.3rem;font-size:.85rem;color:var(--text-secondary);line-height:1.6}.landing-notice-icon{font-size:1.3rem;flex-shrink:0}.landing-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.landing-price-card{background:var(--surface, #fff);border:1px solid var(--border-light);border-radius:18px;padding:1.85rem 1.35rem;text-align:center;position:relative;transition:transform .25s ease,box-shadow .25s ease}.landing-price-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px -14px #24172724}.landing-price-card.featured{border:2px solid var(--p4);box-shadow:0 20px 44px -16px #70585b52}.landing-price-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:var(--p5-dark);font-size:.68rem;font-weight:800;padding:.3rem .85rem;border-radius:var(--r-full)}.landing-price-months{font-size:.85rem;font-weight:700;color:var(--text-secondary);margin-bottom:.6rem}.landing-price-amount{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--p5-dark)}.landing-price-per-month{font-size:.75rem;color:var(--text-muted);margin-bottom:1.15rem}.landing-faq{max-width:780px}.landing-faq-item{padding:1.15rem 0;border-bottom:1px solid var(--border-light)}.landing-faq-item h4{margin-bottom:.4rem;color:var(--p5-dark);font-size:1rem}.landing-faq-item p{font-size:.88rem;color:var(--text-secondary);line-height:1.6}.landing-final-cta{padding:5rem 1.5rem;background:var(--gradient-primary);text-align:center}.landing-final-cta-inner{max-width:700px;margin:0 auto}.landing-final-cta h2{font-family:var(--font-display);font-weight:800;font-size:2rem;margin-bottom:1.75rem;color:var(--p5-dark)}.landing-final-cta .btn-secondary{background:#ffffff4d;border-color:var(--text-on-primary);color:var(--text-on-primary)}.landing-final-cta .btn-secondary:hover{background:#ffffff7a}.landing-footer{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:2.5rem 1.5rem;font-size:.78rem;color:var(--text-muted)}.landing-footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.05rem;color:var(--p5-dark);font-family:var(--font-display)}.landing-footer-brand img{height:32px;width:auto}@media(max-width:980px){.landing-hero-inner{grid-template-columns:1fr}.landing-hero h1{font-size:2.3rem}.landing-bento-highlight{grid-column:span 3}.landing-split,.landing-split-reverse{grid-template-columns:1fr}.landing-split-reverse .landing-split-text,.landing-split-reverse .landing-split-image{order:initial}.landing-pricing-grid{grid-template-columns:repeat(2,1fr)}.landing-nav-links{display:none}}@media(max-width:720px){.landing-bento{grid-template-columns:1fr}.landing-bento-highlight{grid-column:span 1}}@media(max-width:480px){.landing-pricing-grid{grid-template-columns:1fr}.landing-price-card.featured{transform:none}.landing-hero h1{font-size:1.9rem}}
