.hero-logo-bar{width:100%;max-width:var(--container-width);margin:0 auto;padding:1.5rem var(--spacing-sm) 0;position:absolute;top:0;left:50%;transform:translate(-50%);z-index:10}.hero-logo{height:55px;width:auto}.hero-section{position:relative;min-height:80vh;display:flex;align-items:center;padding:8rem 0 4rem;overflow:hidden;background:radial-gradient(circle at top center,rgba(59,130,246,.15),transparent 60%)}.hero-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:968px){.hero-container{grid-template-columns:1.2fr .8fr}}.hero-content{text-align:left;z-index:2}.hero-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.9rem;font-weight:500;color:var(--color-primary);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:600px;font-weight:400}.hero-cta-wrapper{display:flex;flex-direction:column;gap:1.5rem}.trust-badges{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--color-text-muted)}.trust-badges span{display:flex;align-items:center;gap:.4rem}.hero-visual{position:relative;display:flex;justify-content:center}.visual-placeholder{position:relative;width:100%;max-width:500px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:space-between}.visual-card{width:45%;aspect-ratio:1;border-radius:var(--radius-md);box-shadow:0 4px 30px #0000001a;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem}.glass-effect{background:#ffffff08;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.visual-card.highlight{background:#3b82f61a;border-color:#3b82f64d;box-shadow:0 0 30px #3b82f633}.visual-card h3{font-size:1.5rem;margin-bottom:.5rem}.visual-card p{font-size:.9rem;color:var(--color-text-muted)}.arrow-transform{font-size:2rem;color:var(--color-text-muted);opacity:.5}.visual-placeholder.image-mode{border:none;background:transparent;width:100%;max-width:600px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff1a}.hero-image-asset{width:100%;height:auto;display:block}.problem-section{padding:6rem 0;background-color:#0f0f11}.problem-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.5rem}}.text-highlight{color:#ef4444;position:relative;display:inline-block}.problem-intro{font-size:1.2rem;color:var(--color-text-muted);max-width:800px;margin:2rem auto 0;line-height:1.6}.problem-content-wrapper{max-width:1000px;margin:0 auto}.cycle-title{text-align:center;font-size:1.8rem;margin-bottom:3rem;color:var(--color-text)}.pain-cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.pain-cards-grid{grid-template-columns:repeat(3,1fr)}}.pain-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);padding:2rem;text-align:left;transition:transform .3s ease,background-color .3s ease}.pain-card:hover{background:#ffffff0d;transform:translateY(-5px);border-color:#ef44444d}.pain-icon{font-size:2rem;margin-bottom:1rem}.pain-card h4{font-size:1.25rem;margin-bottom:1rem;color:#ef4444}.pain-card p{color:var(--color-text-muted);font-size:1rem;line-height:1.5}.problem-outro{text-align:center;font-size:1.5rem;font-weight:600;color:#fff;max-width:800px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}:root{--color-bg: #121212;--color-surface: #18181b;--color-text: #f0f0f0;--color-text-muted: #a0a0a0;--color-primary: #3b82f6;--color-primary-glow: rgba(59, 130, 246, .5);--color-accent: #8b5cf6;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--container-width: 1200px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:700;color:#fff;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}@media(min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none}.btn-primary{display:inline-flex;justify-content:center;align-items:center;padding:0 2rem;background-color:#ea580c;color:#fff;font-weight:700;font-size:1.1rem;border-radius:var(--radius-sm);transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 20px #ea580c66;min-height:56px}.btn-primary:hover{background-color:#f97316;transform:translateY(-2px);box-shadow:0 8px 30px #f9731680}a{text-decoration:none;color:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-sm)}.text-gradient{background:linear-gradient(to right,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes cssReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.css-reveal{animation:cssReveal .6s ease-out both}
