/* content wrapper - minimal side margins (10-20px) */
.contentWrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ===== HERO SECTION ===== */
.heroContainer {
  width: 100%;
  padding: 80px 0 60px 0;
  background: linear-gradient(135deg, #0a0a0c 0%, #1a0a0c 100%);
  border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.mainHeading {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f87171 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 900px;
}

.heroParagraph {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #cbd5e6;
  margin-bottom: 32px;
  max-width: 850px;
}

.ctaContainer {
  margin-bottom: 40px;
}

.primaryButton {
  display: inline-block;
  background: #dc2626;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3);
}

.primaryButton:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
}

.featureStrip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(220, 38, 38, 0.25);
}

.featurePill {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  background: rgba(220, 38, 38, 0.12);
  padding: 8px 18px;
  border-radius: 40px;
  backdrop-filter: none;
  border: 1px solid rgba(220, 38, 38, 0.3);
}

.pillIcon {
  font-size: 1.2rem;
}

/* ===== TOOLS GRID SECTION ===== */
.toolkitArea {
  width: 100%;
  padding: 70px 0;
  background: #0f0f12;
}

.globalHeading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}

.cardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.toolCard {
  background: #141417;
  border-radius: 20px;
  padding: 28px 22px;
  transition: all 0.2s ease;
  border: 1px solid #2a2a2f;
}

.toolCard:hover {
  border-color: #dc2626;
  transform: translateY(-4px);
  background: #18181c;
}

.cardEmoji {
  font-size: 2.8rem;
  margin-bottom: 18px;
}

.cardTitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fef2f2;
}

.cardDescription {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #a1a1aa;
}

/* ===== DETAILED SEO CONTENT ===== */
.seoContentArea {
  width: 100%;
  padding: 70px 0;
  background: #0a0a0c;
}

.textRichBlock {
  max-width: 1100px;
  margin: 0 auto;
}

.textRichBlock p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #d1d5db;
  margin-bottom: 28px;
}

.textRichBlock strong {
  color: #f87171;
}

/* ===== WHY CHOOSE US ===== */
.benefitsZone {
  width: 100%;
  padding: 70px 0;
  background: #111114;
}

.benefitsList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.benefitItem {
  background: #1a1a1f;
  padding: 20px 24px;
  border-radius: 18px;
  font-size: 1rem;
  line-height: 1.5;
  border-left: 4px solid #dc2626;
  color: #e2e8f0;
}

.benefitItem strong {
  color: #f87171;
  display: inline-block;
  margin-right: 6px;
}

/* ===== HOW IT WORKS (STEPS) ===== */
.processFlow {
  width: 100%;
  padding: 70px 0;
  background: #0c0c10;
}

.stepsWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px;
  margin-top: 20px;
}

.stepUnit {
  text-align: center;
  background: #141418;
  padding: 32px 20px;
  border-radius: 28px;
  border: 1px solid #29292e;
  transition: 0.2s;
}

.stepUnit:hover {
  border-color: #dc2626;
}

.stepBadge {
  width: 48px;
  height: 48px;
  background: #dc2626;
  color: white;
  font-size: 1.6rem;
  font-weight: 800;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
}

.stepEmoji {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.stepHeadline {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.stepDetails {
  font-size: 0.95rem;
  color: #a1a1aa;
  line-height: 1.5;
}

/* ===== FAQ SECTION ===== */
.faqSection {
  width: 100%;
  padding: 70px 0;
  background: #0a0a0c;
}

.faqContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 20px;
}

.faqEntry {
  background: #131316;
  padding: 20px 24px;
  border-radius: 16px;
  font-size: 0.98rem;
  line-height: 1.5;
  border: 1px solid #25252b;
  transition: 0.15s;
}

.faqEntry strong {
  color: #f87171;
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.faqEntry:hover {
  border-color: #dc2626;
}

/* ===== EXTRA SEO CONTENT ===== */
.supplementalSeo {
  width: 100%;
  padding: 70px 0;
  background: #0f0f14;
}

.seoExtendedCopy {
  max-width: 1200px;
  margin: 0 auto;
}

.seoExtendedCopy p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #cbd5e1;
}

.seoExtendedCopy strong {
  color: #f87171;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .mainHeading {
    font-size: 2.6rem;
  }
  
  .globalHeading {
    font-size: 2rem;
  }
  
  .heroParagraph {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .heroContainer {
    padding: 50px 0 45px;
  }
  
  .mainHeading {
    font-size: 2rem;
  }
  
  .featureStrip {
    gap: 12px;
  }
  
  .featurePill {
    padding: 6px 14px;
    font-size: 0.85rem;
  }
  
  .cardGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .benefitsList {
    grid-template-columns: 1fr;
  }
  
  .faqContainer {
    grid-template-columns: 1fr;
  }
  
  .stepsWrapper {
    grid-template-columns: 1fr;
  }
  
  .footerFlex {
    flex-direction: column;
    gap: 24px;
  }
  
  .footerNav {
    gap: 20px;
  }
  
  .globalHeading {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  
  .toolkitArea, .seoContentArea, .benefitsZone, .processFlow, .faqSection, .supplementalSeo {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .contentWrapper {
    padding: 0 12px;
  }
  
  .mainHeading {
    font-size: 1.7rem;
  }
  
  .heroParagraph {
    font-size: 0.95rem;
  }
  
  .primaryButton {
    padding: 12px 28px;
    font-size: 1rem;
  }
  
  .cardTitle {
    font-size: 1.3rem;
  }
  
  .stepHeadline {
    font-size: 1.2rem;
  }
  
  .faqEntry {
    padding: 16px 18px;
  }
}

/* performance & no lag - smooth but minimal */
a, button, .toolCard, .stepUnit, .faqEntry, .benefitItem {
  transition: all 0.2s ease-in-out;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}
