@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body.page .wp-site-blocks { padding-top: 0 !important; }
body.page .entry-content { max-width: 100% !important; padding: 0 !important; }
body.page .entry-content > * { max-width: 100% !important; }
body.page .wp-block-post-title { display: none !important; }
body.page header.wp-block-template-part,
body.page footer.wp-block-template-part { display: none !important; }
body.page .has-global-padding { padding: 0 !important; }
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}
body.page .is-layout-constrained > .alignfull { max-width: 100% !important; }

.lp { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a2e; line-height: 1.6; }
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.lp-nav-brand { font-weight: 800; font-size: 1.15rem; color: #1a1a2e; text-decoration: none; }
.lp-nav-links { display: flex; gap: 2rem; align-items: center; }
.lp-nav-links a { color: #555; text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.lp-nav-links a:hover { color: #2563EB; }
.lp-nav-links .nav-cta { background: #2563EB; color: #fff !important; padding: 0.5rem 1.25rem; border-radius: 8px; font-weight: 600; transition: background 0.2s; }
.lp-nav-links .nav-cta:hover { background: #1d4ed8; }

.lp-hero { padding: 10rem 2rem 6rem; text-align: center; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); color: #fff; position: relative; overflow: hidden; }
.lp-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 50%, rgba(37,99,235,0.15) 0%, transparent 50%), radial-gradient(circle at 70% 50%, rgba(99,102,241,0.1) 0%, transparent 50%); pointer-events: none; }
.lp-hero > * { position: relative; z-index: 1; }
.lp-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; margin: 0 0 1.5rem; line-height: 1.15; max-width: 800px; margin-left: auto; margin-right: auto; color: #fff; }
.lp-hero .hero-sub { font-size: clamp(1rem, 2vw, 1.25rem); color: #94a3b8; max-width: 640px; margin: 0 auto 2.5rem; line-height: 1.7; }

.btn-primary { display: inline-block; background: #2563EB; color: #fff !important; padding: 1rem 2.5rem; border-radius: 12px; font-weight: 700; font-size: 1.1rem; text-decoration: none !important; transition: all 0.2s; box-shadow: 0 4px 24px rgba(37,99,235,0.4); cursor: pointer; border: none; }
.btn-primary:hover { background: #1d4ed8; transform: translateY(-2px); box-shadow: 0 6px 32px rgba(37,99,235,0.5); color: #fff !important; }
.btn-secondary { display: block; width: 100%; text-align: center; padding: 0.9rem; border-radius: 12px; font-weight: 700; font-size: 1rem; text-decoration: none !important; transition: all 0.2s; background: #f1f5f9; color: #1a1a2e !important; border: none; cursor: pointer; }
.btn-secondary:hover { background: #e2e8f0; }
.btn-featured { background: #2563EB !important; color: #fff !important; box-shadow: 0 4px 16px rgba(37,99,235,0.3); }
.btn-featured:hover { background: #1d4ed8 !important; }

.hero-note { margin-top: 1rem; font-size: 0.85rem; color: #64748b; }

.lp-section { padding: 5rem 2rem; }
.lp-section.alt { background: #f8fafc; }
.lp-container { max-width: 1100px; margin: 0 auto; }
.section-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin: 0 0 1rem; color: #1a1a2e; }
.section-sub { text-align: center; font-size: 1.05rem; color: #64748b; max-width: 600px; margin: 0 auto 3rem; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.feature-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 2rem; transition: all 0.3s; }
.feature-card:hover { border-color: #2563EB; box-shadow: 0 8px 32px rgba(37,99,235,0.08); transform: translateY(-4px); }
.feature-card .icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.feature-card h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 0.75rem; color: #1a1a2e; }
.feature-card p { color: #64748b; font-size: 0.95rem; margin: 0; line-height: 1.6; }

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; }
.step { text-align: center; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #2563EB, #6366f1); color: #fff; font-weight: 800; font-size: 1.3rem; margin-bottom: 1.25rem; }
.step h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 0.5rem; color: #1a1a2e; }
.step p { color: #64748b; font-size: 0.95rem; margin: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; align-items: start; }
.price-card { background: #fff; border: 2px solid #e2e8f0; border-radius: 20px; padding: 2.5rem; position: relative; transition: all 0.3s; }
.price-card:hover { border-color: #cbd5e1; box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.price-card.featured { border-color: #2563EB; box-shadow: 0 12px 48px rgba(37,99,235,0.15); transform: scale(1.03); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #2563EB, #6366f1); color: #fff; padding: 0.35rem 1.25rem; border-radius: 99px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.price-name { font-size: 1.1rem; font-weight: 700; color: #64748b; margin: 0 0 0.5rem !important; }
.price-amount { font-size: 3rem; font-weight: 800; margin: 0 0 0.25rem !important; color: #1a1a2e; }
.price-amount span { font-size: 1rem; font-weight: 500; color: #94a3b8; }
.price-desc { color: #64748b; font-size: 0.9rem; margin: 0 0 1.5rem !important; }
.price-card ul { list-style: none !important; padding: 0 !important; margin: 0 0 2rem !important; }
.price-card li { padding: 0.5rem 0 !important; font-size: 0.95rem; color: #475569; padding-left: 1.75rem !important; position: relative; list-style: none !important; }
.price-card li::before { content: '\2713'; color: #2563EB; font-weight: 700; position: absolute; left: 0; }
.price-card li::marker { content: none !important; }

.btn-coming-soon { opacity: 0.6; cursor: default; pointer-events: none; }

.niche-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 2rem; }
.niche-tag { background: rgba(37,99,235,0.08); color: #2563EB; padding: 0.6rem 1.25rem; border-radius: 99px; font-size: 0.9rem; font-weight: 600; display: inline-block; }

.faq { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e2e8f0; padding: 1.5rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-weight: 700; font-size: 1.05rem; margin: 0 0 0.5rem !important; color: #1a1a2e; }
.faq-a { color: #64748b; font-size: 0.95rem; margin: 0 !important; line-height: 1.7; }

.cta-banner { text-align: center; padding: 5rem 2rem; background: linear-gradient(135deg, #0f172a, #1e293b); color: #fff; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin: 0 0 1rem; color: #fff; }
.cta-banner p { color: #94a3b8; font-size: 1.05rem; margin: 0 0 2rem; }

.lp-footer { text-align: center; padding: 2.5rem 2rem; color: #94a3b8; font-size: 0.85rem; background: #0f172a; border-top: 1px solid rgba(255,255,255,0.05); }

@media (max-width: 768px) {
    .lp-nav-links a:not(.nav-cta) { display: none; }
    .lp-hero { padding: 8rem 1.5rem 4rem; }
    .lp-section { padding: 3.5rem 1.5rem; }
    .price-card.featured { transform: scale(1); }
    .pricing-grid { gap: 1.5rem; }
}
