/* Layout overrides para page-id-8 */
header, .site-header, #site-header, .masthead, #masthead, .wp-block-template-part:first-child { display: none !important; }
footer, .site-footer, #site-footer, #colophon, .footer, .wp-block-template-part:last-child { display: none !important; }
.page-id-8 .wp-block-post-title { display: none !important; }
.page-id-8 .wp-site-blocks,
.page-id-8 main,
.page-id-8 .wp-block-group,
.page-id-8 .entry-content,
.page-id-8 .wp-block-post-content,
.page-id-8 .is-layout-constrained,
.page-id-8 .has-global-padding { max-width: 100% !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
.page-id-8 .is-layout-constrained > *,
.page-id-8 .is-layout-constrained > .alignfull { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }

/* Landing base */
.lp-wrap { background: #222427; font-family: system-ui, -apple-system, sans-serif; color: #fff; padding: 0; margin: 0; overflow-x: hidden; }
.lp-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.lp-section { padding: 80px 20px; max-width: 900px; margin: 0 auto; }

/* Hero */
.lp-hero { text-align: center; padding: 120px 20px 100px; position: relative; }
.lp-hero::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(82,213,242,0.12) 0%, transparent 70%); pointer-events: none; }
.lp-badge { display: inline-block; background: rgba(82,213,242,0.1); border: 1px solid rgba(82,213,242,0.3); color: #52d5f2; padding: 8px 20px; border-radius: 50px; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 30px; }
.lp-h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 800; line-height: 1.1; margin-bottom: 24px; }
.lp-h1 span { color: #52d5f2; display: block; }
.lp-h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; line-height: 1.2; margin-bottom: 20px; text-align: center; }
.lp-h2 span { color: #52d5f2; }
.lp-subtitle { font-size: 20px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 40px; line-height: 1.6; }

/* CTA Button */
.lp-cta-btn { display: inline-block; background: linear-gradient(135deg, #52d5f2, #3ba8c4); color: #141717; font-size: 18px; font-weight: 700; padding: 18px 48px; border-radius: 12px; text-decoration: none; cursor: pointer; border: none; transition: all 0.3s ease; box-shadow: 0 0 30px rgba(82,213,242,0.3); position: relative; overflow: hidden; }
.lp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(82,213,242,0.5); color: #141717; }
.lp-cta-btn::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.2) 50%, transparent 60%); transition: all 0.5s ease; }
.lp-cta-btn:hover::after { left: 100%; }

/* Stats */
.lp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.lp-stat { background: #141717; border-radius: 16px; padding: 32px; text-align: center; border: 1px solid rgba(82,213,242,0.08); }
.lp-stat-num { font-size: 42px; font-weight: 800; color: #52d5f2; display: block; margin-bottom: 8px; }
.lp-stat-label { font-size: 14px; color: rgba(255,255,255,0.6); }

/* Pain */
.lp-pain { background: #141717; border-radius: 20px; padding: 48px; margin-bottom: 60px; border: 1px solid rgba(255,255,255,0.05); }
.lp-pain-list { list-style: none; margin-top: 30px; }
.lp-pain-list li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 18px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 16px; }
.lp-pain-list li::before { content: '\2715'; color: #ff4d4d; font-size: 16px; font-weight: 700; flex-shrink: 0; width: 32px; height: 32px; background: rgba(255,77,77,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; }

/* Features */
.lp-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 48px; }
.lp-feature { background: #141717; border-radius: 16px; padding: 36px; border: 1px solid rgba(82,213,242,0.08); transition: all 0.4s ease; }
.lp-feature:hover { border-color: rgba(82,213,242,0.3); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.lp-feature-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.lp-feature h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: #fff; }
.lp-feature p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* Timeline */
.lp-timeline { margin-top: 48px; position: relative; padding-left: 40px; }
.lp-timeline::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #52d5f2, transparent); }
.lp-step { position: relative; margin-bottom: 40px; }
.lp-step::before { content: ''; position: absolute; left: -33px; top: 4px; width: 20px; height: 20px; background: #222427; border: 3px solid #52d5f2; border-radius: 50%; box-shadow: 0 0 20px rgba(82,213,242,0.3); }
.lp-step h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; color: #52d5f2; }
.lp-step p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* Testimonials */
.lp-testimonial { background: #141717; border-radius: 16px; padding: 36px; border: 1px solid rgba(82,213,242,0.08); margin-bottom: 24px; position: relative; }
.lp-testimonial::before { content: '\201C'; position: absolute; top: 16px; left: 24px; font-size: 60px; color: rgba(82,213,242,0.15); font-family: Georgia, serif; line-height: 1; }
.lp-testimonial p { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7; font-style: italic; margin-bottom: 16px; padding-top: 12px; }
.lp-testimonial-author { font-size: 14px; color: #52d5f2; font-weight: 600; font-style: normal; }

/* Guarantee */
.lp-guarantee { text-align: center; background: #141717; border-radius: 20px; padding: 48px; border: 1px solid rgba(82,213,242,0.15); }
.lp-guarantee-icon { font-size: 56px; margin-bottom: 16px; display: block; }

/* Form */
.lp-form-wrap { background: #141717; border-radius: 20px; padding: 48px; border: 1px solid rgba(82,213,242,0.15); max-width: 520px; margin: 40px auto 0; box-shadow: 0 0 60px rgba(82,213,242,0.08); }
.lp-form-group { margin-bottom: 20px; }
.lp-form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: rgba(255,255,255,0.8); }
.lp-form-group input { width: 100%; padding: 16px 20px; background: #222427; border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: #fff; font-size: 16px; font-family: system-ui; transition: all 0.3s ease; outline: none; }
.lp-form-group input:focus { border-color: #52d5f2; box-shadow: 0 0 20px rgba(82,213,242,0.15); }
.lp-form-group input::placeholder { color: rgba(255,255,255,0.3); }
.lp-form-submit { width: 100%; padding: 18px; background: linear-gradient(135deg, #52d5f2, #3ba8c4); color: #141717; font-size: 18px; font-weight: 700; border: none; border-radius: 12px; cursor: pointer; transition: all 0.3s ease; font-family: system-ui; box-shadow: 0 0 30px rgba(82,213,242,0.3); margin-top: 8px; }
.lp-form-submit:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(82,213,242,0.5); }
.lp-form-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.lp-form-msg { text-align: center; margin-top: 16px; padding: 12px; border-radius: 8px; font-size: 14px; display: none; }
.lp-form-msg.success { display: block; background: rgba(82,213,242,0.1); color: #52d5f2; border: 1px solid rgba(82,213,242,0.2); }
.lp-form-msg.error { display: block; background: rgba(255,77,77,0.1); color: #ff4d4d; border: 1px solid rgba(255,77,77,0.2); }

/* Divider & glow */
.lp-divider { width: 60px; height: 3px; background: linear-gradient(90deg, #52d5f2, transparent); margin: 0 auto 40px; border-radius: 2px; }
.lp-footer { text-align: center; padding: 40px 20px; color: rgba(255,255,255,0.3); font-size: 13px; }
.lp-glow-line { height: 1px; background: linear-gradient(90deg, transparent, #52d5f2, transparent); margin: 0 auto; max-width: 400px; opacity: 0.4; }

/* Animations - JS adds .lp-ready to activate hidden state */
.lp-anim.lp-hidden { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.lp-anim.lp-hidden.lp-anim-left { transform: translateX(-60px); }
.lp-anim.lp-hidden.lp-anim-right { transform: translateX(60px); }
.lp-anim.lp-hidden.lp-anim-scale { transform: scale(0.85); }
.lp-anim.lp-visible { opacity: 1 !important; transform: translateY(0) translateX(0) scale(1) !important; }
.lp-float { animation: lpFloat 6s ease-in-out infinite; }
@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.lp-pulse { animation: lpPulse 2s ease-in-out infinite; }
@keyframes lpPulse { 0%, 100% { box-shadow: 0 0 30px rgba(82,213,242,0.3); } 50% { box-shadow: 0 0 60px rgba(82,213,242,0.6); } }

/* Responsive */
@media (max-width: 640px) { .lp-stats { grid-template-columns: 1fr; } .lp-section { padding: 60px 16px; } .lp-hero { padding: 80px 16px 60px; } .lp-pain, .lp-form-wrap, .lp-guarantee { padding: 28px; } }
