/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans JP", sans-serif; color: #1f2937; }
img { max-width: 100%; height: auto; }
a { transition: opacity 0.2s; }
a:hover { opacity: 0.8; }

/* Utility */
.lp-section { padding: 80px 20px; }
.lp-container { margin: 0 auto; }
.lp-container--sm { max-width: 600px; }
.lp-container--md { max-width: 800px; }
.lp-container--lg { max-width: 1000px; }
.lp-container--xl { max-width: 1100px; }
.lp-container--table { max-width: 900px; }
.lp-container--offer { max-width: 700px; }
.lp-heading { font-size: 2rem; font-weight: bold; text-align: center; margin-bottom: 48px; }
.lp-text-center { text-align: center; }
.lp-text-left { text-align: left; }
.lp-grid { display: grid; gap: 32px; }
.lp-grid--3col { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.lp-grid--testimonials { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.lp-grid--stats { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.lp-grid--pricing { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.lp-card { background: white; padding: 32px; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.lp-card__title { font-size: 1.25rem; font-weight: bold; margin-bottom: 12px; }
.lp-card__text { color: #6b7280; line-height: 1.6; }
.lp-stack { display: flex; flex-direction: column; }
.lp-stack--sm { gap: 16px; }
.lp-stack--md { gap: 24px; }
.lp-btn { display: inline-block; padding: 16px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; }
.lp-btn--primary { background: white; color: #667eea; }
.lp-btn--accent { background: #667eea; color: white; }
.lp-btn--muted { background: #e5e7eb; color: #374151; }
.lp-btn--offer { background: #78350f; color: white; padding: 16px 48px; font-size: 1.2rem; }

/* Hero */
.lp-hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; }
.lp-hero__headline { font-size: 2.5rem; font-weight: bold; margin-bottom: 16px; line-height: 1.3; }
.lp-hero__subheadline { font-size: 1.25rem; margin-bottom: 32px; opacity: 0.9; }

/* Features */
.lp-features { background: #f9fafb; }

/* Testimonials */
.lp-testimonials__card { background: #f9fafb; padding: 32px; border-radius: 12px; border-left: 4px solid #667eea; }
.lp-testimonials__quote { font-style: italic; margin-bottom: 16px; line-height: 1.6; color: #374151; }
.lp-testimonials__name { font-weight: bold; margin-bottom: 4px; }
.lp-testimonials__role { color: #6b7280; font-size: 0.875rem; }

/* FAQ */
.lp-faq { background: #f9fafb; }
.lp-faq__item { background: white; padding: 24px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.lp-faq__question { font-weight: bold; margin-bottom: 8px; color: #1f2937; }
.lp-faq__answer { color: #6b7280; line-height: 1.6; }

/* CTA */
.lp-cta { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; }
.lp-cta__headline { font-size: 2rem; font-weight: bold; margin-bottom: 16px; }
.lp-cta__description { font-size: 1.1rem; margin-bottom: 32px; opacity: 0.9; }

/* Problem */
.lp-problem { background: #fef2f2; }
.lp-problem__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #991b1b; }
.lp-problem__description { font-size: 1.1rem; margin-bottom: 40px; color: #374151; }
.lp-problem__item { background: white; padding: 20px 24px; border-radius: 8px; border-left: 4px solid #ef4444; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.lp-problem__item-text { color: #374151; line-height: 1.6; }

/* Solution */
.lp-solution { background: #f0fdf4; }
.lp-solution__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #166534; }
.lp-solution__description { font-size: 1.1rem; margin-bottom: 40px; color: #374151; }
.lp-solution__item { background: white; padding: 24px; border-radius: 12px; border-left: 4px solid #22c55e; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.lp-solution__item-title { font-size: 1.25rem; font-weight: bold; margin-bottom: 8px; color: #166534; }
.lp-solution__item-text { color: #6b7280; line-height: 1.6; }

/* Stats */
.lp-stats { background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%); color: white; }
.lp-stats__item { padding: 24px; }
.lp-stats__value { font-size: 3rem; font-weight: bold; margin-bottom: 8px; color: #fbbf24; }
.lp-stats__label { font-size: 1.1rem; font-weight: 600; margin-bottom: 4px; }
.lp-stats__description { font-size: 0.875rem; opacity: 0.8; }

/* Pricing */
.lp-pricing { background: #f9fafb; }
.lp-pricing__card { background: white; padding: 32px; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border: 1px solid #e5e7eb; }
.lp-pricing__card--recommended { border: 2px solid #667eea; position: relative; }
.lp-pricing__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #667eea; color: white; padding: 4px 16px; border-radius: 12px; font-size: 0.75rem; font-weight: bold; }
.lp-pricing__plan-name { font-size: 1.25rem; font-weight: bold; margin-bottom: 8px; }
.lp-pricing__price { font-size: 2rem; font-weight: bold; color: #667eea; margin-bottom: 8px; }
.lp-pricing__plan-desc { color: #6b7280; margin-bottom: 24px; font-size: 0.9rem; }
.lp-pricing__features { list-style: none; padding: 0; margin-bottom: 24px; text-align: left; }
.lp-pricing__feature { padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #374151; }
.lp-pricing .lp-btn { padding: 12px 32px; }

/* Comparison */
.lp-comparison__table-wrap { overflow-x: auto; }
.lp-comparison__table { width: 100%; border-collapse: collapse; text-align: center; }
.lp-comparison__th { padding: 16px; background: #f3f4f6; border: 1px solid #e5e7eb; font-weight: bold; color: #374151; }
.lp-comparison__th--highlight { background: #667eea; color: white; }
.lp-comparison__td { padding: 12px 16px; border: 1px solid #e5e7eb; }
.lp-comparison__td--feature { font-weight: 600; text-align: left; background: #fafafa; }
.lp-comparison__td--highlight { background: #f0f4ff; font-weight: 600; }

/* Flow */
.lp-flow { background: #f9fafb; }
.lp-flow__steps { display: flex; flex-direction: column; position: relative; }
.lp-flow__step { display: flex; align-items: flex-start; gap: 24px; text-align: left; padding-bottom: 40px; }
.lp-flow__step:last-child { padding-bottom: 0; }
.lp-flow__step-number { flex-shrink: 0; width: 48px; height: 48px; background: #667eea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.1rem; }
.lp-flow__step-content { flex: 1; padding-top: 4px; }
.lp-flow__step-title { font-size: 1.25rem; font-weight: bold; margin-bottom: 8px; }
.lp-flow__step-text { color: #6b7280; line-height: 1.6; }

/* Profile */
.lp-profile__card { background: #f9fafb; padding: 32px; border-radius: 12px; text-align: center; }
.lp-profile__avatar { width: 80px; height: 80px; background: #667eea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 2rem; font-weight: bold; }
.lp-profile__name { font-size: 1.25rem; font-weight: bold; margin-bottom: 4px; }
.lp-profile__role { color: #667eea; font-size: 0.9rem; margin-bottom: 12px; }
.lp-profile__desc { color: #6b7280; line-height: 1.6; margin-bottom: 16px; text-align: left; }
.lp-profile__quals { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.lp-profile__qual { background: #e0e7ff; color: #4338ca; padding: 4px 12px; border-radius: 16px; font-size: 0.8rem; }

/* Offer */
.lp-offer { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); }
.lp-offer__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #78350f; }
.lp-offer__description { font-size: 1.1rem; margin-bottom: 24px; color: #92400e; }
.lp-offer__deadline { font-size: 1rem; font-weight: bold; color: #991b1b; margin-bottom: 24px; background: white; display: inline-block; padding: 8px 24px; border-radius: 8px; }
.lp-offer__benefits { list-style: none; padding: 24px 32px; margin-bottom: 32px; text-align: left; background: white; border-radius: 12px; }
.lp-offer__benefit { padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #374151; font-weight: 500; }

/* Menu */
.lp-menu { background: #faf7f2; }
.lp-menu__description { text-align: center; color: #6b7280; margin-bottom: 40px; font-size: 1rem; line-height: 1.6; }
.lp-grid--menu { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.lp-menu-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.lp-menu-card__img { width: 100%; height: 200px; object-fit: cover; }
.lp-menu-card__img-placeholder { width: 100%; height: 200px; background: #e5e7eb; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 0.9rem; }
.lp-menu-card__body { padding: 20px; }
.lp-menu-card__header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.lp-menu-card__name { font-size: 1.1rem; font-weight: bold; color: #1f2937; }
.lp-menu-card__price { font-size: 1.1rem; font-weight: bold; color: #b45309; white-space: nowrap; margin-left: 12px; }
.lp-menu-card__text { color: #6b7280; font-size: 0.9rem; line-height: 1.6; }

/* Image block */
.lp-image-block { text-align: center; padding: 0; }
.lp-image-block__img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.lp-image-block__caption { padding: 12px 20px; font-size: 0.9rem; color: #6b7280; }

/* Fixed CTA bar */
.lp-fixed-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.98); border-top: 1px solid #e5e7eb;
  padding: 12px 20px; display: flex; align-items: center; justify-content: center;
  gap: 16px; transform: translateY(100%); transition: transform 0.3s; }
.lp-fixed-cta--visible { transform: translateY(0); }
.lp-fixed-cta__img { width: 40px; height: 40px; object-fit: contain; }
.lp-fixed-cta__message { font-size: 0.9rem; color: #374151; }
.lp-fixed-cta__btn { background: #667eea; color: white; padding: 10px 28px;
  border-radius: 8px; text-decoration: none; font-weight: bold; white-space: nowrap; }

/* Thanks Hero */
.lp-thanks-hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; padding: 80px 20px; }
.lp-thanks-hero__icon { font-size: 4rem; margin-bottom: 24px; }
.lp-thanks-hero__headline { font-size: 2rem; font-weight: bold; margin-bottom: 12px; }
.lp-thanks-hero__subheadline { font-size: 1.1rem; opacity: 0.9; }

/* Thanks Message */
.lp-thanks-message { padding: 60px 20px; text-align: center; }
.lp-thanks-message__title { font-size: 1.5rem; font-weight: bold; margin-bottom: 24px; color: #1f2937; }
.lp-thanks-message__body { font-size: 1rem; line-height: 1.8; color: #4b5563; white-space: pre-line; max-width: 600px; margin: 0 auto; text-align: left; }

/* Thanks CTA */
.lp-thanks-cta { padding: 60px 20px; background: #f9fafb; text-align: center; }
.lp-thanks-cta__headline { font-size: 1.5rem; font-weight: bold; margin-bottom: 8px; color: #1f2937; }
.lp-thanks-cta__description { font-size: 1rem; color: #6b7280; margin-bottom: 32px; }
.lp-thanks-cta__buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.lp-thanks-cta__btn { display: inline-block; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1rem; background: #667eea; color: white; }

/* Privacy Section */
.lp-privacy-section { padding: 40px 20px; }
.lp-privacy-section__title { font-size: 1.25rem; font-weight: bold; margin-bottom: 16px; color: #1f2937; padding-bottom: 8px; border-bottom: 2px solid #667eea; }
.lp-privacy-section__body { font-size: 0.95rem; line-height: 1.8; color: #4b5563; white-space: pre-line; }

/* Tokushoho Section */
.lp-tokushoho-section { padding: 40px 20px; }
.lp-tokushoho-section__title { font-size: 1.25rem; font-weight: bold; margin-bottom: 16px; color: #1f2937; padding-bottom: 8px; border-bottom: 2px solid #667eea; }
.lp-tokushoho-section__body { font-size: 0.95rem; line-height: 1.8; color: #4b5563; white-space: pre-line; }

/* Video block */
.lp-video { padding: 0; }
.lp-video--youtube { padding: 40px 20px; }
.lp-video--youtube .lp-video__wrapper { position: relative; width: 100%; max-width: 800px; margin: 0 auto; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; }
.lp-video--youtube .lp-video__wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.lp-video--player { padding: 40px 20px; }
.lp-video--player video { display: block; width: 100%; max-width: 800px; margin: 0 auto; border-radius: 8px; }
.lp-video--background { position: relative; min-height: 400px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.lp-video--background video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-video__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lp-video__content { position: relative; z-index: 2; text-align: center; color: white; padding: 80px 20px; max-width: 800px; margin: 0 auto; }
.lp-video__headline { font-size: 2.5rem; font-weight: bold; margin-bottom: 16px; line-height: 1.3; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.lp-video__subheadline { font-size: 1.25rem; margin-bottom: 32px; opacity: 0.95; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.lp-video__cta { display: inline-block; padding: 16px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; background: #667eea; color: white; }
@media (max-width: 768px) {
  .lp-video--youtube, .lp-video--player { padding: 24px 16px; }
  .lp-video--background { min-height: 300px; }
  .lp-video__content { padding: 48px 16px; }
  .lp-video__headline { font-size: 1.75rem; }
  .lp-video__subheadline { font-size: 1rem; margin-bottom: 24px; }
  .lp-video__cta { padding: 14px 28px; font-size: 1rem; }
}

/* Gallery */
.lp-gallery { background: #f9fafb; }
.lp-gallery__description { text-align: center; color: #6b7280; margin-bottom: 40px; font-size: 1rem; line-height: 1.6; }
.lp-grid--gallery { gap: 16px; }
.lp-grid--gallery-2 { grid-template-columns: repeat(2, 1fr); }
.lp-grid--gallery-3 { grid-template-columns: repeat(3, 1fr); }
.lp-grid--gallery-4 { grid-template-columns: repeat(4, 1fr); }
.lp-gallery__item { border-radius: 8px; overflow: hidden; background: #e5e7eb; }
.lp-gallery__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.3s; }
.lp-gallery__item:hover .lp-gallery__img { transform: scale(1.05); }
.lp-gallery__caption { padding: 8px 12px; font-size: 0.85rem; color: #374151; text-align: center; background: white; }
.lp-gallery__placeholder { width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 0.9rem; }

/* Before-After */
.lp-before-after { background: #f9fafb; }
.lp-before-after__description { text-align: center; color: #6b7280; margin-bottom: 40px; font-size: 1rem; line-height: 1.6; }
.lp-before-after__items { display: flex; flex-direction: column; gap: 32px; max-width: 800px; margin: 0 auto; }
.lp-before-after__row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; }
.lp-before-after__side { padding: 24px; border-radius: 12px; }
.lp-before-after__side--before { background: #fef2f2; border: 1px solid #fecaca; }
.lp-before-after__side--after { background: #f0fdf4; border: 1px solid #bbf7d0; }
.lp-before-after__label { font-size: 0.75rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.lp-before-after__side--before .lp-before-after__label { color: #dc2626; }
.lp-before-after__side--after .lp-before-after__label { color: #16a34a; }
.lp-before-after__text { color: #374151; line-height: 1.6; font-size: 0.95rem; }
.lp-before-after__arrow { display: flex; align-items: center; padding: 0 16px; font-size: 1.5rem; color: #9ca3af; }

/* Dark theme */
body.lp-dark { background: #0f172a; color: #e2e8f0; }
.lp-dark .lp-heading { color: #f1f5f9; }
.lp-dark .lp-section { border-bottom: 1px solid rgba(255,255,255,0.06); }
.lp-dark .lp-card { background: #1e293b; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.lp-dark .lp-card__title { color: #f1f5f9; }
.lp-dark .lp-card__text { color: #94a3b8; }
.lp-dark .lp-features { background: #0f172a; }
.lp-dark .lp-faq { background: #0f172a; }
.lp-dark .lp-faq__item { background: #1e293b; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.lp-dark .lp-faq__question { color: #f1f5f9; }
.lp-dark .lp-faq__answer { color: #94a3b8; }
.lp-dark .lp-problem { background: #1a0a0a; }
.lp-dark .lp-problem__item { background: #1e293b; border-left-color: #dc2626; }
.lp-dark .lp-problem__item-text { color: #cbd5e1; }
.lp-dark .lp-problem__description { color: #cbd5e1; }
.lp-dark .lp-solution { background: #0a1a0f; }
.lp-dark .lp-solution__item { background: #1e293b; border-left-color: #22c55e; }
.lp-dark .lp-solution__item-title { color: #4ade80; }
.lp-dark .lp-solution__item-text { color: #94a3b8; }
.lp-dark .lp-solution__description { color: #cbd5e1; }
.lp-dark .lp-testimonials__card { background: #1e293b; border-left-color: #818cf8; }
.lp-dark .lp-testimonials__quote { color: #cbd5e1; }
.lp-dark .lp-testimonials__name { color: #f1f5f9; }
.lp-dark .lp-testimonials__role { color: #64748b; }
.lp-dark .lp-pricing { background: #0f172a; }
.lp-dark .lp-pricing__card { background: #1e293b; border-color: #334155; }
.lp-dark .lp-pricing__card--recommended { border-color: #818cf8; }
.lp-dark .lp-pricing__plan-name { color: #f1f5f9; }
.lp-dark .lp-pricing__plan-desc { color: #94a3b8; }
.lp-dark .lp-pricing__feature { color: #cbd5e1; border-bottom-color: #334155; }
.lp-dark .lp-pricing__price { color: #818cf8; }
.lp-dark .lp-flow { background: #0f172a; }
.lp-dark .lp-flow__step-title { color: #f1f5f9; }
.lp-dark .lp-flow__step-text { color: #94a3b8; }
.lp-dark .lp-flow__step-number { background: #818cf8; }
.lp-dark .lp-profile__card { background: #1e293b; }
.lp-dark .lp-profile__name { color: #f1f5f9; }
.lp-dark .lp-profile__role { color: #818cf8; }
.lp-dark .lp-profile__desc { color: #94a3b8; }
.lp-dark .lp-profile__qual { background: #312e81; color: #a5b4fc; }
.lp-dark .lp-comparison__th { background: #1e293b; border-color: #334155; color: #f1f5f9; }
.lp-dark .lp-comparison__td { border-color: #334155; color: #cbd5e1; }
.lp-dark .lp-comparison__td--feature { background: #1e293b; color: #f1f5f9; }
.lp-dark .lp-comparison__td--highlight { background: #1e1b4b; }
.lp-dark .lp-gallery { background: #0f172a; }
.lp-dark .lp-gallery__caption { background: #1e293b; color: #cbd5e1; }
.lp-dark .lp-gallery__item { background: #1e293b; }
.lp-dark .lp-before-after { background: #0f172a; }
.lp-dark .lp-before-after__side--before { background: #1a0a0a; border-color: #7f1d1d; }
.lp-dark .lp-before-after__side--after { background: #052e16; border-color: #166534; }
.lp-dark .lp-before-after__text { color: #cbd5e1; }
.lp-dark .lp-before-after__arrow { color: #475569; }
.lp-dark .lp-menu { background: #0f172a; }
.lp-dark .lp-menu__description { color: #94a3b8; }
.lp-dark .lp-menu-card { background: #1e293b; }
.lp-dark .lp-menu-card__name { color: #f1f5f9; }
.lp-dark .lp-menu-card__text { color: #94a3b8; }
.lp-dark .lp-menu-card__price { color: #fbbf24; }
.lp-dark .lp-menu-card__img-placeholder { background: #334155; color: #64748b; }
.lp-dark .lp-btn--primary { background: #818cf8; color: white; }
.lp-dark .lp-btn--muted { background: #334155; color: #e2e8f0; }

/* CTA button animations */
.lp-btn--primary, .lp-btn--accent, .lp-btn--offer {
  position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s;
}
.lp-btn--primary:hover, .lp-btn--accent:hover, .lp-btn--offer:hover {
  transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.lp-cta .lp-btn, .lp-hero .lp-btn, .lp-offer .lp-btn {
  animation: lp-pulse 2s ease-in-out infinite;
}
@keyframes lp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}

/* Scroll animation */
.lp-animate { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.lp-animate--visible { opacity: 1; transform: translateY(0); }

/* FAQ accordion */
.lp-faq__toggle { width: 100%; text-align: left; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 0; font: inherit; color: inherit; }
.lp-faq__toggle:focus { outline: none; }
.lp-faq__chevron { width: 20px; height: 20px; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.lp-faq__item[open] .lp-faq__chevron { transform: rotate(180deg); }
.lp-faq__answer { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s ease; padding-top: 0; }
.lp-faq__item[open] .lp-faq__answer { max-height: 500px; padding-top: 12px; }

/* Footer Links */
.lp-footer-links { padding: 24px 20px; background: #1f2937; color: #9ca3af; text-align: center; font-size: 0.85rem; }
.lp-footer-links__nav { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 12px; }
.lp-footer-links__link { color: #d1d5db; text-decoration: none; transition: color 0.2s; }
.lp-footer-links__link:hover { color: #fff; text-decoration: underline; }
.lp-footer-links__copy { color: #6b7280; font-size: 0.8rem; }

/* Privacy Page wrapper */
.pp-page { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
.pp-page__title { font-size: 2rem; font-weight: bold; text-align: center; margin-bottom: 48px; color: #1f2937; }

/* Block images */
.lp-hero--has-bg { position: relative; padding: 0; }
.lp-hero__bg-img { width: 100%; height: auto; display: block; }
.lp-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; padding: 80px 20px; }
.lp-card__icon { width: 64px; height: 64px; object-fit: contain; margin-bottom: 16px; }
.lp-testimonials__meta { display: flex; align-items: center; gap: 12px; }
.lp-testimonials__avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.lp-profile__avatar-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; }

/* Responsive */
@media (max-width: 768px) {
  .lp-section { padding: 48px 16px; }
  .lp-heading { font-size: 1.5rem; margin-bottom: 32px; }
  .lp-hero__headline { font-size: 1.75rem; }
  .lp-hero__subheadline { font-size: 1rem; margin-bottom: 24px; }
  .lp-hero__overlay { padding: 48px 16px; }
  .lp-btn { padding: 14px 28px; font-size: 1rem; }
  .lp-grid { gap: 20px; }
  .lp-grid--3col,
  .lp-grid--testimonials,
  .lp-grid--stats,
  .lp-grid--pricing { grid-template-columns: 1fr; }
  .lp-card { padding: 24px; }
  .lp-card__icon { width: 48px; height: 48px; }
  .lp-problem__heading,
  .lp-solution__heading,
  .lp-cta__headline { font-size: 1.5rem; }
  .lp-stats__value { font-size: 2.25rem; }
  .lp-pricing__card { padding: 24px; }
  .lp-flow__step { gap: 16px; }
  .lp-flow__step-number { width: 40px; height: 40px; font-size: 1rem; }
  .lp-offer__heading { font-size: 1.5rem; }
  .lp-offer__benefits { padding: 16px 20px; }
  .lp-btn--offer { padding: 14px 32px; font-size: 1.1rem; }
  .lp-comparison__table { font-size: 0.875rem; }
  .lp-comparison__th,
  .lp-comparison__td { padding: 10px 8px; }
  .lp-fixed-cta { padding: 10px 12px; gap: 8px; }
  .lp-fixed-cta__btn { padding: 8px 16px; font-size: 0.875rem; }
  .lp-fixed-cta__message { font-size: 0.8rem; }
  .lp-grid--gallery-2,
  .lp-grid--gallery-3,
  .lp-grid--gallery-4 { grid-template-columns: repeat(2, 1fr); }
  .lp-before-after__row { grid-template-columns: 1fr; gap: 0; }
  .lp-before-after__arrow { justify-content: center; padding: 8px 0; transform: rotate(90deg); }
  .lp-thanks-hero { padding: 48px 16px; }
  .lp-thanks-hero__icon { font-size: 3rem; }
  .lp-thanks-hero__headline { font-size: 1.5rem; }
  .lp-thanks-message { padding: 40px 16px; }
  .lp-thanks-message__title { font-size: 1.25rem; }
  .lp-thanks-cta { padding: 40px 16px; }
  .lp-thanks-cta__headline { font-size: 1.25rem; }
  .lp-thanks-cta__buttons { flex-direction: column; align-items: center; }
  .pp-page { padding: 24px 16px; }
  .pp-page__title { font-size: 1.5rem; margin-bottom: 32px; }
}


/* ===== Variant B styles ===== */

/* Hero B: Left-aligned, dark split */
.lp-hero-b { background: #111827; color: white; }
.lp-hero-b .lp-hero-b__inner { max-width: 800px; margin: 0 auto; text-align: left; }
.lp-hero-b__headline { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.lp-hero-b__subheadline { font-size: 1.15rem; margin-bottom: 36px; opacity: 0.7; line-height: 1.7; }
.lp-hero-b__cta { display: inline-block; padding: 16px 40px; border-radius: 50px; font-weight: bold; font-size: 1.1rem; text-decoration: none; background: #667eea; color: white; }

/* Features B: Numbered list */
.lp-features-b { background: white; }
.lp-features-b__list { max-width: 700px; margin: 0 auto; counter-reset: feat; }
.lp-features-b__item { display: flex; align-items: flex-start; gap: 20px; padding: 28px 0; border-bottom: 1px solid #e5e7eb; }
.lp-features-b__item:last-child { border-bottom: none; }
.lp-features-b__num { flex-shrink: 0; width: 40px; height: 40px; background: #667eea; color: white; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1rem; }
.lp-features-b__title { font-size: 1.1rem; font-weight: bold; margin-bottom: 6px; }
.lp-features-b__text { color: #6b7280; line-height: 1.6; font-size: 0.95rem; }

/* Testimonials B: Large centered quote */
.lp-testimonials-b__item { text-align: center; padding: 40px 32px; background: white; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.lp-testimonials-b__stars { color: #fbbf24; font-size: 1.5rem; margin-bottom: 16px; letter-spacing: 4px; }
.lp-testimonials-b__quote { font-size: 1.15rem; line-height: 1.8; color: #374151; margin-bottom: 24px; font-style: italic; }
.lp-testimonials-b__name { font-weight: bold; font-size: 1rem; }
.lp-testimonials-b__role { color: #667eea; font-size: 0.85rem; }

/* FAQ B: Bordered accordion style */
.lp-faq-b__item { border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 28px; background: white; }
.lp-faq-b__question { font-weight: bold; color: #667eea; margin-bottom: 12px; font-size: 1.05rem; }
.lp-faq-b__answer { color: #6b7280; line-height: 1.7; padding-left: 16px; border-left: 3px solid #e5e7eb; }

/* CTA B: White background, colored text */
.lp-cta-b { background: white; border-top: 4px solid #667eea; }
.lp-cta-b__headline { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #1f2937; }
.lp-cta-b__description { font-size: 1.1rem; margin-bottom: 32px; color: #6b7280; }
.lp-cta-b__btn { display: inline-block; padding: 16px 48px; border-radius: 50px; font-weight: bold; font-size: 1.1rem; text-decoration: none; background: #667eea; color: white; }

/* Problem B: Dark background */
.lp-problem-b { background: #1f2937; color: white; }
.lp-problem-b__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #fca5a5; }
.lp-problem-b__description { font-size: 1.1rem; margin-bottom: 40px; opacity: 0.8; }
.lp-problem-b__item { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.lp-problem-b__item:last-child { border-bottom: none; }
.lp-problem-b__icon { flex-shrink: 0; color: #ef4444; font-size: 1.2rem; margin-top: 2px; }
.lp-problem-b__text { opacity: 0.9; line-height: 1.6; }

/* Solution B: Numbered grid cards */
.lp-solution-b { background: white; }
.lp-solution-b__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #166534; }
.lp-solution-b__description { font-size: 1.1rem; margin-bottom: 40px; color: #6b7280; }
.lp-solution-b__card { background: #f0fdf4; padding: 28px; border-radius: 16px; text-align: center; }
.lp-solution-b__num { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: #22c55e; color: white; border-radius: 50%; font-weight: bold; font-size: 0.9rem; margin-bottom: 16px; }
.lp-solution-b__title { font-size: 1.15rem; font-weight: bold; margin-bottom: 8px; color: #166534; }
.lp-solution-b__text { color: #6b7280; line-height: 1.6; font-size: 0.95rem; }

/* Stats B: White cards on gradient */
.lp-stats-b { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.lp-stats-b__card { background: white; border-radius: 16px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.1); }
.lp-stats-b__value { font-size: 2.5rem; font-weight: 800; color: #667eea; margin-bottom: 4px; }
.lp-stats-b__label { font-size: 1rem; font-weight: 600; color: #1f2937; margin-bottom: 4px; }
.lp-stats-b__desc { font-size: 0.85rem; color: #6b7280; }

/* Pricing B: Horizontal feature rows */
.lp-pricing-b { background: white; }
.lp-pricing-b__card { border: 2px solid #e5e7eb; border-radius: 16px; overflow: hidden; }
.lp-pricing-b__card--recommended { border-color: #667eea; }
.lp-pricing-b__header { padding: 28px 32px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.lp-pricing-b__card--recommended .lp-pricing-b__header { background: #667eea; color: white; }
.lp-pricing-b__name { font-size: 1.2rem; font-weight: bold; }
.lp-pricing-b__price { font-size: 1.5rem; font-weight: 800; }
.lp-pricing-b__card--recommended .lp-pricing-b__price { color: white; }
.lp-pricing-b__body { padding: 24px 32px; }
.lp-pricing-b__desc { color: #6b7280; margin-bottom: 20px; font-size: 0.9rem; }
.lp-pricing-b__feature { padding: 10px 0; border-bottom: 1px solid #f3f4f6; color: #374151; }

/* Comparison B: Card-based */
.lp-comparison-b__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.lp-comparison-b__col { border-radius: 16px; overflow: hidden; border: 1px solid #e5e7eb; }
.lp-comparison-b__col--highlight { border: 2px solid #667eea; }
.lp-comparison-b__col-header { padding: 20px; text-align: center; font-weight: bold; font-size: 1.1rem; background: #f3f4f6; }
.lp-comparison-b__col--highlight .lp-comparison-b__col-header { background: #667eea; color: white; }
.lp-comparison-b__row { padding: 14px 20px; border-bottom: 1px solid #f3f4f6; display: flex; justify-content: space-between; }
.lp-comparison-b__row-label { color: #6b7280; font-size: 0.9rem; }
.lp-comparison-b__row-value { font-weight: 600; }

/* Flow B: Horizontal timeline */
.lp-flow-b { background: white; }
.lp-flow-b__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.lp-flow-b__step { text-align: center; padding: 24px 16px; background: #f9fafb; border-radius: 16px; position: relative; }
.lp-flow-b__num { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; background: #667eea; color: white; border-radius: 50%; font-weight: bold; font-size: 1.1rem; margin-bottom: 16px; }
.lp-flow-b__title { font-size: 1.05rem; font-weight: bold; margin-bottom: 8px; }
.lp-flow-b__text { color: #6b7280; line-height: 1.6; font-size: 0.9rem; }

/* Profile B: Horizontal card */
.lp-profile-b__card { display: flex; align-items: flex-start; gap: 24px; background: white; padding: 32px; border-radius: 16px; border: 1px solid #e5e7eb; }
.lp-profile-b__avatar { width: 80px; height: 80px; border-radius: 12px; background: #667eea; color: white; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: bold; flex-shrink: 0; }
.lp-profile-b__avatar-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.lp-profile-b__info { flex: 1; }
.lp-profile-b__name { font-size: 1.2rem; font-weight: bold; margin-bottom: 2px; }
.lp-profile-b__role { color: #667eea; font-size: 0.9rem; margin-bottom: 12px; }
.lp-profile-b__desc { color: #6b7280; line-height: 1.6; margin-bottom: 12px; }
.lp-profile-b__quals { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-profile-b__qual { background: #e0e7ff; color: #4338ca; padding: 4px 12px; border-radius: 16px; font-size: 0.8rem; }

/* Offer B: Minimal clean */
.lp-offer-b { background: #faf5ff; }
.lp-offer-b__heading { font-size: 2rem; font-weight: bold; margin-bottom: 16px; color: #6b21a8; }
.lp-offer-b__description { font-size: 1.1rem; margin-bottom: 24px; color: #6b7280; }
.lp-offer-b__deadline { font-size: 0.95rem; font-weight: bold; color: #991b1b; margin-bottom: 24px; background: white; display: inline-block; padding: 8px 24px; border-radius: 50px; border: 1px solid #fecaca; }
.lp-offer-b__benefits { list-style: none; padding: 0; margin-bottom: 32px; text-align: left; max-width: 500px; margin-left: auto; margin-right: auto; }
.lp-offer-b__benefit { padding: 12px 0; border-bottom: 1px solid #e9d5ff; color: #374151; display: flex; align-items: center; gap: 12px; }
.lp-offer-b__check { color: #7c3aed; font-weight: bold; }
.lp-offer-b__btn { display: inline-block; padding: 16px 48px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1rem; background: #7c3aed; color: white; }

/* Menu B: Dark elegant */
.lp-menu-b { background: #1a1a1a; color: #e5e5e5; }
.lp-menu-b__description { text-align: center; color: #9ca3af; margin-bottom: 40px; font-size: 1rem; line-height: 1.6; }
.lp-menu-b__list { max-width: 700px; margin: 0 auto; }
.lp-menu-b__item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.lp-menu-b__item:last-child { border-bottom: none; }
.lp-menu-b__img { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.lp-menu-b__info { flex: 1; min-width: 0; }
.lp-menu-b__header { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.lp-menu-b__name { font-size: 1.1rem; font-weight: bold; color: #f5f5f5; white-space: nowrap; }
.lp-menu-b__dots { flex: 1; border-bottom: 1px dotted rgba(255,255,255,0.2); margin-bottom: 4px; min-width: 20px; }
.lp-menu-b__price { font-size: 1.1rem; font-weight: bold; color: #d4a574; white-space: nowrap; }
.lp-menu-b__text { color: #9ca3af; font-size: 0.9rem; line-height: 1.5; }

/* Responsive for variant B */
@media (max-width: 768px) {
  .lp-hero-b__headline { font-size: 1.75rem; }
  .lp-hero-b__subheadline { font-size: 1rem; }
  .lp-stats-b__value { font-size: 2rem; }
  .lp-flow-b__steps { grid-template-columns: 1fr; }
  .lp-comparison-b__cards { grid-template-columns: 1fr; }
  .lp-profile-b__card { flex-direction: column; align-items: center; text-align: center; }
  .lp-profile-b__quals { justify-content: center; }
  .lp-pricing-b__header { flex-direction: column; text-align: center; }
}