/* MindForge PLR Empire — Sales Pages */
/* Palette: Deep Emerald + Gold + Warm Amber */

:root {
  --color-primary: #1B5E3B;
  --color-secondary: #0F3D26;
  --color-accent: #2D8F5E;
  --color-teal: #34D399;
  --color-teal-dark: #10B981;
  --color-gold: #F6AD55;
  --color-gold-light: #FEEBC8;
  --color-cta: #E8574A;
  --color-cta-dark: #C53030;
  --color-success: #48BB78;
  --color-white: #ffffff;
  --color-light: #F0FDF4;
  --color-dark: #0A2A1A;
  --color-text: #1F2937;
  --color-text-light: #6B7280;
  --color-danger: #FC8181;
  --color-purple: #7C3AED;
  --color-purple-dark: #5B21B6;
  --color-purple-light: #A78BFA;
}

* { box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif;
  color: var(--color-text);
  overflow-x: hidden;
  margin: 0; padding: 0;
  background: var(--color-white);
  line-height: 1.6;
}

.main-content { position: relative; }

/* ==================== HERO ==================== */
.hero-section {
  background: linear-gradient(135deg, #0F3D26 0%, #1B5E3B 40%, #2D8F5E 100%);
  color: var(--color-white);
  padding: 80px 0 60px;
  position: relative; overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; top: -50%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(246,173,85,0.12) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero-section::after {
  content: ''; position: absolute; bottom: -30%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(52,211,153,0.1) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}

.hero-section .intro-label {
  font-size: 18px; color: var(--color-gold); text-align: center;
  margin-bottom: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 3px;
}
.hero-section .intro-label i { margin-right: 8px; }

.hero-section .main-title {
  font-family: "Montserrat", sans-serif; font-size: 48px; font-weight: 800;
  text-align: center; color: var(--color-white); line-height: 1.15;
  margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.hero-section .main-title .highlight {
  color: var(--color-gold); display: block; font-size: 26px;
  margin-top: 10px; font-weight: 700;
}

.hero-section .main-description {
  font-size: 20px; color: rgba(255,255,255,0.92); text-align: center;
  line-height: 1.7; margin-bottom: 30px; font-weight: 400;
  max-width: 850px; margin-left: auto; margin-right: auto;
}
.hero-section .main-description strong { color: var(--color-gold-light); }

.hero-section .target-audience {
  font-size: 18px; color: var(--color-gold-light); text-align: center;
  margin-bottom: 25px; font-weight: 600;
}
.hero-section .target-audience i { margin-right: 10px; color: var(--color-gold); }

.hero-section .no-hassle-list {
  display: flex; justify-content: center; gap: 35px; flex-wrap: wrap; margin-bottom: 25px;
}
.hero-section .no-hassle-list span { font-size: 17px; color: rgba(255,255,255,0.9); font-weight: 600; }
.hero-section .no-hassle-list span i { color: var(--color-danger); margin-right: 8px; }

.hero-section .sub-description { font-size: 17px; color: rgba(255,255,255,0.85); text-align: center; margin-bottom: 20px; }

.hero-section .guarantee-text { font-size: 18px; color: #A7F3D0; text-align: center; font-weight: 600; margin-bottom: 35px; }
.hero-section .guarantee-text i { margin-right: 10px; }

.hero-section .product-image { max-width: 520px; margin: 35px auto; text-align: center; }
.hero-section .product-image img { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); transition: transform 0.3s ease; }
.hero-section .product-image img:hover { transform: scale(1.02); }

.plr-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; }
.plr-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(246,173,85,0.35); border-radius: 50px; padding: 10px 22px; font-size: 15px; color: rgba(255,255,255,0.95); font-weight: 500; backdrop-filter: blur(5px); }
.plr-badge i { color: var(--color-gold); margin-right: 8px; }

/* ==================== BUTTONS ==================== */
.btn-buy {
  display: inline-block;
  background: linear-gradient(135deg, var(--color-cta), var(--color-cta-dark));
  color: #fff !important; padding: 20px 50px; font-size: 22px; font-weight: 700;
  text-decoration: none !important; border-radius: 50px;
  box-shadow: 0 10px 30px rgba(232,87,74,0.45);
  transition: all 0.3s ease; border: none; cursor: pointer;
  position: relative; overflow: hidden;
}
.btn-buy::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.btn-buy:hover::after { left: 100%; }
.btn-buy:hover { background: linear-gradient(135deg, var(--color-cta-dark), #9B2C2C); transform: translateY(-4px); box-shadow: 0 15px 40px rgba(232,87,74,0.55); color: #fff !important; text-decoration: none !important; }

.btn-final {
  display: inline-block;
  background: linear-gradient(135deg, var(--color-cta), var(--color-cta-dark));
  color: #fff !important; padding: 22px 55px; font-size: 24px; font-weight: 800;
  text-decoration: none !important; border-radius: 50px;
  box-shadow: 0 10px 35px rgba(232,87,74,0.5);
  transition: all 0.3s ease; border: none; cursor: pointer;
  position: relative; overflow: hidden;
}
.btn-final::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.btn-final:hover::after { left: 100%; }
.btn-final:hover { background: linear-gradient(135deg, var(--color-cta-dark), #9B2C2C); transform: translateY(-4px); box-shadow: 0 15px 45px rgba(232,87,74,0.6); color: #fff !important; text-decoration: none !important; }

.btn-skip {
  display: inline-block; background: transparent; color: rgba(255,255,255,0.6) !important;
  padding: 14px 40px; font-size: 16px; font-weight: 500;
  text-decoration: underline !important; border: none; cursor: pointer; transition: all 0.3s;
}
.btn-skip:hover { color: rgba(255,255,255,0.9) !important; }

/* ==================== PROBLEM / SOLUTION ==================== */
.problem-section { background: var(--color-white); padding: 80px 0; }
.problem-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-cta); margin-bottom: 25px; }
.problem-section h2 i { color: var(--color-danger); }

.solution-section { background: var(--color-light); padding: 80px 0; }
.solution-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 25px; }
.solution-section h2 i { color: var(--color-teal); }

.problem-card { background: #FFF5F5; border: 2px solid #FED7D7; border-radius: 16px; padding: 30px; text-align: center; margin-bottom: 20px; }
.problem-card i { font-size: 36px; color: var(--color-cta); margin-bottom: 12px; }
.problem-card p { font-size: 17px; color: #742A2A; font-weight: 500; margin: 0; line-height: 1.6; }

.solution-card { background: var(--color-white); border: 2px solid #C6F6D5; border-radius: 16px; padding: 30px; text-align: center; margin-bottom: 20px; }
.solution-card i { font-size: 36px; color: var(--color-teal-dark); margin-bottom: 12px; }
.solution-card h4 { color: var(--color-primary); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.solution-card p { font-size: 15px; color: var(--color-text-light); margin: 0; line-height: 1.6; }

/* ==================== WHAT YOU GET ==================== */
.whatyouget-section { background: var(--color-white); padding: 80px 0; }
.whatyouget-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.whatyouget-section h2 i { color: var(--color-gold); }

.feature-card {
  background: var(--color-light); border-radius: 16px; padding: 35px 30px; text-align: center;
  transition: all 0.3s ease; height: 100%; border: 1px solid #D1FAE5;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); border-color: var(--color-primary); }
.feature-card .icon-circle {
  width: 70px; height: 70px; border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; color: #fff; font-size: 28px;
  box-shadow: 0 6px 18px rgba(27,94,59,0.25);
}
.feature-card h4 { color: var(--color-primary); font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.feature-card p { color: var(--color-text-light); font-size: 14px; line-height: 1.65; margin: 0; }

/* ==================== LIVE DEMO / SNEAK PEEK ==================== */
.demo-section { background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%); padding: 80px 0; }
.demo-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 15px; }
.demo-section h2 i { color: var(--color-teal); }

.demo-card {
  background: var(--color-white); border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08); border: 2px solid #D1FAE5;
  transition: all 0.3s ease; height: 100%;
}
.demo-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); border-color: var(--color-primary); }

.demo-card .demo-browser-bar {
  background: #F3F4F6; padding: 10px 16px; display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid #E5E7EB;
}
.demo-card .demo-browser-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.demo-card .demo-browser-bar .dot-red { background: #EF4444; }
.demo-card .demo-browser-bar .dot-yellow { background: #F59E0B; }
.demo-card .demo-browser-bar .dot-green { background: #10B981; }
.demo-card .demo-browser-bar .bar-title { margin-left: 10px; font-size: 12px; color: #9CA3AF; font-weight: 500; }

.demo-card iframe { width: 100%; height: 420px; border: none; }

.demo-card .demo-label {
  padding: 14px 20px; background: var(--color-white); border-top: 1px solid #E5E7EB;
  text-align: center;
}
.demo-card .demo-label h5 { font-size: 14px; font-weight: 700; color: var(--color-primary); margin: 0 0 2px; }
.demo-card .demo-label p { font-size: 12px; color: var(--color-text-light); margin: 0; }

/* ==================== CONTENT EXAMPLES ==================== */
.examples-section { background: var(--color-white); padding: 80px 0; }
.examples-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.examples-section h2 i { color: var(--color-purple); }

.example-card {
  background: var(--color-light); border-radius: 16px; padding: 30px; margin-bottom: 24px;
  border-left: 5px solid var(--color-primary); transition: all 0.3s ease;
}
.example-card:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(0,0,0,0.06); }
.example-card .example-from { font-size: 12px; font-weight: 700; color: var(--color-accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
.example-card .example-q { font-size: 18px; font-weight: 700; color: var(--color-primary); margin-bottom: 14px; line-height: 1.5; }
.example-card .example-label { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.example-card .example-label.insight { color: var(--color-teal-dark); }
.example-card .example-label.exercise { color: var(--color-gold); }
.example-card .example-text { font-size: 15px; color: var(--color-text-light); line-height: 1.7; margin-bottom: 14px; }

/* ==================== MONETIZE ==================== */
.monetize-section { background: var(--color-light); padding: 80px 0; }
.monetize-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.monetize-section h2 i { color: var(--color-gold); }

.monetize-card {
  background: var(--color-white); border-radius: 14px; padding: 28px 24px;
  border: 1px solid #E2E8F0; transition: all 0.3s ease; height: 100%;
  display: flex; gap: 16px; align-items: flex-start;
}
.monetize-card:hover { border-color: var(--color-primary); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.06); }
.monetize-card .monetize-num {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800;
}
.monetize-card h5 { font-size: 15px; font-weight: 700; color: var(--color-primary); margin-bottom: 4px; }
.monetize-card p { font-size: 13px; color: var(--color-text-light); margin: 0; line-height: 1.5; }

/* ==================== CATEGORIES ==================== */
.categories-section { background: var(--color-white); padding: 80px 0; }
.categories-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 20px; }
.categories-section h2 i { color: var(--color-accent); }
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 1000px; margin: 0 auto; }
.cat-item {
  padding: 12px 14px; font-size: 13.5px; color: var(--color-text); font-weight: 500;
  border-radius: 10px; background: var(--color-light); border-left: 3px solid var(--color-primary);
  transition: all 0.2s ease; display: flex; align-items: center; gap: 8px;
}
.cat-item:hover { background: #D1FAE5; transform: translateX(4px); border-left-color: var(--color-gold); }
.cat-item .sn {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; flex-shrink: 0;
}

/* ==================== AUDIENCE ==================== */
.audience-section { background: var(--color-light); padding: 80px 0; }
.audience-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); line-height: 1.3; margin-bottom: 40px; }
.audience-section h2 i { color: var(--color-teal); }
.audience-card { background: var(--color-white); border-radius: 16px; padding: 35px 30px; text-align: center; transition: all 0.3s ease; height: 100%; border: 1px solid #E2E8F0; }
.audience-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); border-color: var(--color-primary); }
.audience-card .icon-circle { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), #2D8F5E); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #fff; font-size: 28px; box-shadow: 0 6px 18px rgba(27,94,59,0.25); }
.audience-card h4 { color: var(--color-primary); font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.audience-card p { color: var(--color-text-light); font-size: 14px; line-height: 1.65; margin: 0; }

/* ==================== PLR RIGHTS ==================== */
.plr-section { background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 50%, #2D8F5E 100%); padding: 80px 0; color: white; }
.plr-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: white; line-height: 1.3; margin-bottom: 20px; }
.plr-section h2 i { color: var(--color-gold); }
.plr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 40px auto 0; }
.plr-item { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 28px; text-align: center; border: 1px solid rgba(255,255,255,0.15); transition: all 0.3s ease; backdrop-filter: blur(5px); }
.plr-item:hover { background: rgba(255,255,255,0.18); transform: translateY(-3px); border-color: rgba(246,173,85,0.4); }
.plr-item i { font-size: 28px; color: var(--color-gold); margin-bottom: 15px; }
.plr-item p { margin: 0; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.92); }

/* ==================== DIFFERENTIATOR ==================== */
.diff-section { background: var(--color-white); padding: 80px 0; }
.diff-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.diff-section h2 i { color: var(--color-cta); }

.diff-grid { max-width: 800px; margin: 0 auto; }
.diff-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; font-size: 18px; font-weight: 600; }
.diff-item.bad { color: #991B1B; }
.diff-item.bad i { color: var(--color-cta); font-size: 22px; }
.diff-item.good { color: #166534; }
.diff-item.good i { color: var(--color-teal-dark); font-size: 22px; }

/* ==================== VALUE STACK ==================== */
.value-section { background: var(--color-light); padding: 80px 0; }
.value-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 20px; }
.value-section h2 i { color: var(--color-gold); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.value-item { background: var(--color-white); border-radius: 16px; padding: 30px 20px; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,0.06); border: 1px solid #E2E8F0; transition: all 0.3s ease; }
.value-item:hover { border-color: var(--color-primary); transform: translateY(-5px); box-shadow: 0 12px 30px rgba(27,94,59,0.12); }
.value-item i { font-size: 30px; color: var(--color-primary); margin-bottom: 12px; }
.value-item h4 { font-size: 14px; font-weight: 700; color: var(--color-text); margin-bottom: 5px; }
.value-item p { font-size: 13px; color: var(--color-text-light); margin-bottom: 10px; }
.value-price { font-size: 24px; font-weight: 900; color: var(--color-cta); }
.value-total { text-align: center; margin-top: 40px; background: var(--color-white); padding: 30px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); border: 2px solid var(--color-gold); }
.value-total p { margin: 0; font-size: 24px; font-weight: 700; color: var(--color-text); }

/* ==================== PRICING ==================== */
.pricing-section { background: var(--color-white); padding: 80px 0; }
.pricing-section h2 { font-family: "Montserrat", sans-serif; font-size: 38px; font-weight: 800; text-align: center; padding: 20px; color: var(--color-primary); line-height: 1.3; margin-bottom: 40px; }
.pricing-section h2 i { color: var(--color-cta); }
.pricing-section .price-box { background: var(--color-white); padding: 50px; margin: 30px auto; border-radius: 20px; box-shadow: 0 15px 50px rgba(0,0,0,0.1); max-width: 700px; text-align: center; border: 3px solid var(--color-primary); position: relative; overflow: hidden; }
.pricing-section .price-box::before { content: 'BEST VALUE'; position: absolute; top: 22px; right: -32px; background: var(--color-cta); color: #fff; padding: 8px 40px; font-size: 12px; font-weight: 700; transform: rotate(45deg); letter-spacing: 1px; }
.pricing-section .price { font-size: 72px; font-weight: 900; color: var(--color-cta); margin: 25px 0; }
.pricing-section .price .old-price { text-decoration: line-through; color: #bbb; font-size: 36px; font-weight: 600; margin-right: 10px; }

/* ==================== STEPS ==================== */
.steps-section { background: var(--color-light); padding: 80px 0; }
.steps-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.steps-section h2 i { color: var(--color-gold); }

.step-card {
  text-align: center; padding: 30px; position: relative;
}
.step-card .step-num {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 900; margin: 0 auto 18px;
  box-shadow: 0 6px 18px rgba(27,94,59,0.3);
}
.step-card h4 { color: var(--color-primary); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step-card p { color: var(--color-text-light); font-size: 14px; }

/* ==================== GUARANTEE ==================== */
.guarantee-section {
  background: linear-gradient(135deg, #1B5E3B 0%, #166534 50%, #14532D 100%);
  padding: 90px 0; position: relative; overflow: hidden;
}
.guarantee-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: rgba(255,255,255,0.06); border-radius: 50%; pointer-events: none; }
.guarantee-badge-icon { text-align: center; margin-bottom: 15px; }
.guarantee-badge-icon i { font-size: 50px; color: rgba(255,255,255,0.9); filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2)); }
.guarantee-section h2 { font-family: "Montserrat", sans-serif; font-size: 38px; font-weight: 800; text-align: center; color: white; line-height: 1.3; margin-bottom: 15px; }
.guarantee-subtitle { color: rgba(255,255,255,0.9); font-size: 19px; text-align: center; margin-bottom: 40px; font-weight: 500; }
.guarantee-card { background: rgba(255,255,255,0.97); padding: 45px 50px; border-radius: 20px; max-width: 800px; margin: 0 auto; box-shadow: 0 20px 60px rgba(0,0,0,0.15); display: flex; align-items: flex-start; gap: 35px; }
.guarantee-seal { flex-shrink: 0; }
.seal-inner { width: 110px; height: 110px; border-radius: 50%; background: linear-gradient(135deg, #48BB78, #1B5E3B); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(27,94,59,0.35); border: 4px solid rgba(255,255,255,0.8); }
.seal-inner i { font-size: 24px; color: var(--color-white); margin-bottom: 2px; }
.seal-inner span { font-size: 22px; font-weight: 900; color: var(--color-white); line-height: 1; }
.seal-inner small { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 1px; }
.guarantee-content { flex: 1; }
.guarantee-main-text { font-size: 18px; font-weight: 600; color: var(--color-primary); margin-bottom: 20px; line-height: 1.6; }
.guarantee-points { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.guarantee-point { font-size: 16px; color: var(--color-text); font-weight: 500; }
.guarantee-point i { color: var(--color-teal); margin-right: 10px; }
.guarantee-closing { font-size: 16px; color: var(--color-text-light); font-style: italic; margin: 0; }

/* ==================== FAQ ==================== */
.faq-section { background: var(--color-white); padding: 80px 0; }
.faq-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-primary); margin-bottom: 40px; }
.faq-section h2 i { color: var(--color-purple); }
.faq-item { background: var(--color-light); padding: 25px 30px; margin: 18px 0; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; border-left: 4px solid var(--color-primary); }
.faq-item:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); border-left-color: var(--color-gold); }
.faq-item h4 { color: var(--color-primary); font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.faq-item h4 i { color: var(--color-gold); margin-right: 10px; }
.faq-item p { margin-bottom: 0; color: var(--color-text-light); font-size: 15px; line-height: 1.65; }

/* ==================== FINAL CTA ==================== */
.final-cta-section { background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 50%, #2D8F5E 100%); color: white; padding: 100px 0; }
.final-cta-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; padding: 20px; color: white; line-height: 1.3; margin-bottom: 30px; }
.final-cta-section h2 i { color: var(--color-gold); }
.final-cta-section p { color: rgba(255,255,255,0.9); font-size: 20px; text-align: center; padding: 10px 20px; line-height: 1.7; max-width: 900px; margin: 0 auto; }

/* ==================== FOOTER ==================== */
.footer-section { background: var(--color-dark); padding: 60px 0; }
.footer-section p { font-size: 14px; color: #888; line-height: 1.7; margin-bottom: 15px; }
.footer-section a { color: var(--color-gold); text-decoration: none; transition: color 0.2s; }
.footer-section a:hover { color: var(--color-teal); }

/* ==================== STICKY POPUP ==================== */
.pop-up { position: sticky; bottom: -2px; z-index: 999999999999; }
.popup-bg { position: relative; background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%); box-shadow: 0 -10px 40px rgba(211,47,47,0.4); }
.popup { display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; padding: 22px; text-align: center; font-family: 'Poppins', sans-serif; }
.popuo-cont { display: flex; flex-direction: column; align-items: center; }
.popup .p-first { margin: 0; font-size: 17px; color: #ffffff; font-weight: 600; line-height: 1.3; }
.popup .p-second { margin: 0; font-size: 15px; color: rgba(255,255,255,0.9); font-weight: 500; }
.popup h1 { color: #fff; font-size: 34px; margin: 8px 0; font-weight: 900; }
.popup a { text-decoration: none; background: #fff; color: #d32f2f; padding: 16px 38px; border-radius: 50px; font-weight: 700; font-size: 17px; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0,0,0,0.2); }
.popup a:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0,0,0,0.25); text-decoration: none; color: #b71c1c; }
.cancle { position: absolute; top: 10px; right: 12px; background: rgba(255,255,255,0.2); border: none; color: white; padding: 10px; border-radius: 50%; cursor: pointer; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.cancle:hover { background: rgba(255,255,255,0.3); transform: scale(1.1); }

/* ==================== OTO OVERRIDES ==================== */
.oto-page .hero-section { background: linear-gradient(135deg, #3B0764 0%, #5B21B6 40%, #7C3AED 100%); }
.oto-page .hero-section .guarantee-text { color: #C4B5FD; }
.oto-page .plr-badge { border-color: rgba(167,139,250,0.35); }
.oto-page .feature-card { background: #FAF5FF; border-color: #E9D5FF; }
.oto-page .feature-card:hover { border-color: var(--color-purple); }
.oto-page .feature-card .icon-circle { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); box-shadow: 0 6px 18px rgba(91,33,182,0.25); }
.oto-page .feature-card h4 { color: var(--color-purple-dark); }
.oto-page .demo-section { background: linear-gradient(135deg, #FAF5FF 0%, #F5F3FF 100%); }
.oto-page .demo-card { border-color: #E9D5FF; }
.oto-page .demo-card:hover { border-color: var(--color-purple); }
.oto-page .demo-card .demo-label h5 { color: var(--color-purple-dark); }
.oto-page .cat-item { border-left-color: var(--color-purple); background: #FAF5FF; }
.oto-page .cat-item:hover { background: #EDE9FE; border-left-color: var(--color-purple-light); }
.oto-page .cat-item .sn { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); }
.oto-page .plr-section { background: linear-gradient(135deg, #3B0764 0%, #5B21B6 50%, #7C3AED 100%); }
.oto-page .guarantee-section { background: linear-gradient(135deg, #5B21B6 0%, #4C1D95 50%, #3B0764 100%); }
.oto-page .seal-inner { background: linear-gradient(135deg, #A78BFA, #5B21B6); box-shadow: 0 8px 25px rgba(91,33,182,0.35); }
.oto-page .guarantee-main-text { color: var(--color-purple-dark); }
.oto-page .final-cta-section { background: linear-gradient(135deg, #3B0764 0%, #5B21B6 50%, #7C3AED 100%); }
.oto-page .pricing-section .price-box { border-color: var(--color-purple); }
.oto-page .monetize-card .monetize-num { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); }
.oto-page .monetize-card:hover { border-color: var(--color-purple); }
.oto-page .monetize-card h5 { color: var(--color-purple-dark); }
.oto-page .example-card { border-left-color: var(--color-purple); }
.oto-page .example-card .example-from { color: var(--color-purple-light); }
.oto-page .example-card .example-q { color: var(--color-purple-dark); }
.oto-page .faq-item { border-left-color: var(--color-purple); }
.oto-page .faq-item:hover { border-left-color: var(--color-purple-light); }
.oto-page .faq-item h4 { color: var(--color-purple-dark); }

.oto-page .whatyouget-section h2, .oto-page .demo-section h2, .oto-page .examples-section h2,
.oto-page .monetize-section h2, .oto-page .categories-section h2, .oto-page .audience-section h2,
.oto-page .diff-section h2, .oto-page .value-section h2, .oto-page .pricing-section h2,
.oto-page .steps-section h2, .oto-page .faq-section h2 { color: var(--color-purple-dark); }
.oto-page .audience-card .icon-circle { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); box-shadow: 0 6px 18px rgba(91,33,182,0.25); }
.oto-page .audience-card:hover { border-color: var(--color-purple); }
.oto-page .audience-card h4 { color: var(--color-purple-dark); }

/* ==================== COMPARISON SECTION ==================== */
.compare-section { background: var(--color-light); padding: 80px 0; }
.compare-section h2 { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; text-align: center; color: var(--color-purple-dark); margin-bottom: 40px; }
.compare-section h2 i { color: var(--color-gold); }
.compare-card { background: var(--color-white); border-radius: 16px; padding: 40px 30px; text-align: center; border: 2px solid #E2E8F0; height: 100%; transition: all 0.3s; }
.compare-card.highlight { border-color: var(--color-purple); box-shadow: 0 12px 40px rgba(91,33,182,0.12); }
.compare-card:hover { transform: translateY(-5px); }
.compare-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.compare-card .compare-subtitle { font-size: 14px; color: var(--color-text-light); margin-bottom: 20px; }
.compare-card ul { list-style: none; padding: 0; text-align: left; }
.compare-card ul li { padding: 8px 0; font-size: 14px; color: var(--color-text); }
.compare-card ul li i { margin-right: 8px; }

/* ==================== SECTION HEADERS (used by subagent HTML) ==================== */
.section-header { text-align: center; margin-bottom: 40px; }
.section-title { font-family: "Montserrat", sans-serif; font-size: 36px; font-weight: 800; color: var(--color-primary); margin-bottom: 15px; }
.section-title i { margin-right: 8px; }
.section-subtitle { font-size: 18px; color: var(--color-text-light); max-width: 800px; margin: 0 auto; line-height: 1.7; }

/* ==================== PROBLEM / SOLUTION ICONS ==================== */
.problem-icon { font-size: 36px; color: var(--color-cta); margin-bottom: 12px; }
.problem-icon i { display: block; }
.solution-icon { font-size: 36px; color: var(--color-teal-dark); margin-bottom: 12px; }
.solution-icon i { display: block; }

/* ==================== FEATURE / AUDIENCE ICONS ==================== */
.feature-icon { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #fff; font-size: 28px; box-shadow: 0 6px 18px rgba(27,94,59,0.25); }
.audience-icon { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), #2D8F5E); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #fff; font-size: 28px; box-shadow: 0 6px 18px rgba(27,94,59,0.25); }
.plr-icon { font-size: 28px; color: var(--color-gold); margin-bottom: 15px; }
.plr-icon i { display: block; }

/* ==================== EXAMPLE CARDS (subagent markup) ==================== */
.example-category { font-size: 12px; font-weight: 700; color: var(--color-accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.example-question { font-size: 18px; font-weight: 700; color: var(--color-primary); margin-bottom: 14px; line-height: 1.5; }
.example-guided { font-size: 15px; color: var(--color-text-light); line-height: 1.7; margin-bottom: 14px; padding: 14px 18px; background: #fff; border-left: 3px solid var(--color-teal-dark); border-radius: 6px; }
.example-exercise { font-size: 15px; color: #92400E; line-height: 1.7; padding: 14px 18px; background: #FFFBEB; border-left: 3px solid var(--color-gold); border-radius: 6px; }

/* ==================== VALUE STACK — FE list-style (items NOT inside .value-grid) ==================== */
.value-section .col-lg-8 > .value-item {
  display: flex; align-items: center; gap: 20px; padding: 20px 24px;
  background: var(--color-white); border-radius: 14px; margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05); border: 1px solid #E2E8F0;
  transition: all 0.3s ease; text-align: left;
}
.value-section .col-lg-8 > .value-item:hover { border-color: var(--color-primary); transform: translateX(5px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.value-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
.value-info { flex: 1; }
.value-info h5 { font-size: 16px; font-weight: 700; color: var(--color-text); margin: 0 0 2px; }
.value-info p { font-size: 13px; color: var(--color-text-light); margin: 0; }
.value-section .col-lg-8 > .value-item .value-price { font-size: 24px; font-weight: 900; color: var(--color-cta); flex-shrink: 0; }
.value-section .col-lg-8 > .value-total { background: var(--color-primary); color: #fff; text-align: center; padding: 18px 24px; border-radius: 14px; font-size: 22px; font-weight: 800; margin-top: 8px; }
.value-note { font-size: 18px; color: var(--color-primary); font-weight: 600; margin-top: 20px; }

/* ==================== PRICING (subagent layout) ==================== */
.price-checklist { list-style: none; padding: 0; text-align: left; max-width: 480px; margin: 0 auto 25px; }
.price-checklist li { padding: 10px 0; font-size: 16px; color: #333; border-bottom: 1px solid #F3F4F6; }
.price-checklist li i { color: var(--color-success); margin-right: 10px; }
.price-display { text-align: center; margin: 25px 0; }
.price-old { font-size: 36px; font-weight: 600; color: #bbb; text-decoration: line-through; margin-right: 12px; }
.price-new { font-size: 72px; font-weight: 900; color: var(--color-cta); }

/* ==================== GUARANTEE (subagent layout) ==================== */
.guarantee-section .guarantee-icon { font-size: 50px; color: rgba(255,255,255,0.9); margin-bottom: 15px; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2)); }
.guarantee-section .guarantee-icon i { display: block; }
.guarantee-section .section-title { color: #fff; }
.guarantee-section .guarantee-description { font-size: 19px; color: rgba(255,255,255,0.9); margin-bottom: 25px; font-weight: 400; }
.guarantee-section .guarantee-points { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 25px; }
.guarantee-section .guarantee-points span { font-size: 16px; color: #A7F3D0; font-weight: 600; }
.guarantee-section .guarantee-points span i { margin-right: 8px; }
.guarantee-section .guarantee-closing { font-size: 16px; color: rgba(255,255,255,0.7); font-style: italic; }

/* ==================== FAQ (subagent accordion style) ==================== */
.faq-question { font-size: 17px; font-weight: 700; color: var(--color-primary); cursor: pointer; display: flex; align-items: center; gap: 10px; }
.faq-question i { color: var(--color-gold); font-size: 16px; transition: transform 0.3s; }
.faq-answer { font-size: 15px; color: var(--color-text-light); line-height: 1.65; margin-top: 10px; padding-top: 10px; border-top: 1px solid #E5E7EB; display: none; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-question i { transform: rotate(45deg); }

/* ==================== DEMO NOTE ==================== */
.demo-note { font-size: 20px; font-weight: 700; color: var(--color-primary); margin-bottom: 20px; }

/* ==================== FINAL CTA (subagent layout) ==================== */
.final-cta-body { margin-bottom: 30px; }
.final-cta-body p { font-size: 20px; color: rgba(255,255,255,0.9); text-align: center; margin: 8px 0; }
.final-cta-body p i { color: var(--color-teal); margin-right: 10px; }
.final-price { font-size: 28px; font-weight: 900; color: var(--color-gold); margin-bottom: 30px; }
.ps-text { font-size: 15px; color: rgba(255,255,255,0.6); font-style: italic; margin-top: 30px; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.6; }

/* ==================== FOOTER (subagent layout) ==================== */
.footer-disclaimer { max-width: 900px; margin: 0 auto 25px; }
.footer-disclaimer p { font-size: 13px; color: #888; line-height: 1.7; }
.wplus_spdisclaimer { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 16px 20px; margin-bottom: 18px; font-size: 13px; line-height: 1.7; color: #888; }
.wplus_spdisclaimer strong { color: var(--color-gold); }
.wplus_spdisclaimer em { color: #aaa; font-style: italic; }
.wplus_spdisclaimer a { color: var(--color-gold); }
.footer-links { text-align: center; margin-bottom: 20px; }
.footer-links a { color: var(--color-gold); text-decoration: none; margin: 0 12px; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--color-teal); }
.footer-copy { text-align: center; font-size: 14px; color: #666; }

/* ==================== STICKY POPUP (subagent layout) ==================== */
.sticky-popup {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999999;
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  box-shadow: 0 -10px 40px rgba(211,47,47,0.4);
  padding: 0;
}
.sticky-popup .popup-content {
  display: flex; justify-content: center; align-items: center; gap: 20px;
  flex-wrap: wrap; padding: 18px 24px; position: relative;
}
.sticky-popup .popup-text { margin: 0; font-size: 16px; color: #fff; font-weight: 600; }
.sticky-popup .popup-price { font-size: 32px; font-weight: 900; color: #fff; margin: 0; }
.sticky-popup .popup-guarantee { margin: 0; font-size: 14px; color: rgba(255,255,255,0.85); }
.sticky-popup .popup-btn {
  background: #fff !important; color: #d32f2f !important; padding: 12px 28px;
  font-size: 15px; font-weight: 700; border-radius: 50px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2); transition: all 0.3s;
}
.sticky-popup .popup-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); color: #b71c1c !important; }
.sticky-popup .popup-close {
  position: absolute; top: 8px; right: 12px;
  background: rgba(255,255,255,0.2); border: none; color: #fff;
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: all 0.3s;
}
.sticky-popup .popup-close:hover { background: rgba(255,255,255,0.35); }

/* ==================== OTO OVERRIDES for subagent classes ==================== */
.oto-page .section-title { color: var(--color-purple-dark); }
.oto-page .feature-icon { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); box-shadow: 0 6px 18px rgba(91,33,182,0.25); }
.oto-page .audience-icon { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); box-shadow: 0 6px 18px rgba(91,33,182,0.25); }
.oto-page .example-question { color: var(--color-purple-dark); }
.oto-page .example-category { color: var(--color-purple-light); }
.oto-page .example-guided { border-left-color: var(--color-purple); }
.oto-page .faq-question { color: var(--color-purple-dark); }
.oto-page .value-icon { background: linear-gradient(135deg, var(--color-purple-dark), var(--color-purple)); }
.oto-page .value-grid .value-item i { color: var(--color-purple); }
.oto-page .value-section .value-total { background: var(--color-white); border: 2px solid var(--color-purple); }
.oto-page .value-section .value-total p { color: var(--color-text); }
.oto-page .value-note { color: var(--color-purple-dark); }
.oto-page .demo-note { color: var(--color-purple-dark); }
.oto-page .guarantee-section .guarantee-points span { color: #C4B5FD; }
.oto-page .price-box { border-color: var(--color-purple) !important; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
  .plr-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .guarantee-card { flex-direction: column; align-items: center; text-align: center; padding: 35px 30px; }
  .guarantee-points { align-items: center; }
}

@media (max-width: 768px) {
  .hero-section { padding: 50px 0 40px; }
  .hero-section .main-title { font-size: 32px; }
  .hero-section .main-title .highlight { font-size: 22px; }
  .hero-section .main-description { font-size: 17px; }
  .hero-section .no-hassle-list { flex-direction: column; gap: 12px; align-items: center; }
  .btn-buy { font-size: 18px; padding: 16px 35px; }
  .btn-final { font-size: 18px; padding: 18px 35px; }
  .section-title { font-size: 26px !important; }
  section h2 { font-size: 26px !important; }
  .price-new { font-size: 56px; }
  .sticky-popup .popup-content { flex-direction: column; gap: 10px; text-align: center; padding: 16px 20px 16px; }
  .sticky-popup .popup-close { top: 6px; right: 8px; }
  .plr-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-card { padding: 30px 25px; gap: 25px; }
  .guarantee-section .guarantee-points { flex-direction: column; gap: 10px; }
  .seal-inner { width: 90px; height: 90px; }
  .demo-card iframe { height: 300px; }
  .value-section .col-lg-8 > .value-item { flex-direction: column; text-align: center; }
  .final-cta-body p { font-size: 17px; }
}

@media (max-width: 480px) {
  .hero-section .main-title { font-size: 26px; }
  .hero-section .main-title .highlight { font-size: 18px; }
  .price-new { font-size: 48px; }
  .plr-badges { gap: 10px; }
  .plr-badge { font-size: 13px; padding: 8px 16px; }
  .value-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .demo-card iframe { height: 250px; }
  .sticky-popup .popup-price { font-size: 26px; }
  .sticky-popup .popup-text { font-size: 14px; }
}
