/* ==========================================================
   BrandStory AI — Social Media Growth Stylesheet
   ========================================================== */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1393px !important;
  }
}

.page-social-media-growth-main {
  background: #FAF8F2;
  position: relative;
  overflow: hidden;
}

/* ==========================================================
   Common Section Headings (H2)
   ========================================================== */
.smg-challenge__title,
.smg-requires__title,
.smg-helps__title,
.smg-product__title,
.smg-workflow__title,
.smg-usecases__title,
.smg-faq__title,
.smg-final-cta__title {
  font-family: var(--font-sans);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #5E565A;
  margin-bottom: 0;
}

/* ==========================================================
   Common Section Descriptions / Intros
   ========================================================== */
.smg-challenge__desc,
.smg-requires__desc,
.smg-helps__desc,
.smg-product__desc,
.smg-final-cta__desc {
  font-size: clamp(18px, 16px, 18px);
  line-height: 1.68;
  color: #524E48;
  margin-bottom: 0;
}

/* ==========================================================
   1. Hero / Banner Section
   ========================================================== */

.smg-hero {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: #F9F8EF;
}



.smg-hero__card {
  background: #F5F3DF;
  border-radius: clamp(24px, 3.5vw, 38px);
  padding: clamp(3rem, 5vw, 4.25rem) clamp(1.25rem, 3.5vw, 3.25rem) clamp(2rem, 3.5vw, 3.5rem);
  border: 1px solid rgba(94, 86, 90, 0.08);
  position: relative;
}

/* Eyebrow Badge — Centered exactly on top border */
.smg-hero__badge-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smg-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F7FF58;
  color: #5E565A;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
}

/* Title (H1) */
.smg-hero__title {
  font-family: var(--font-sans);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #221C1E;
  margin-bottom: 1rem;
  text-align: center;

}

/* Subheading */
.smg-hero__desc {
  font-size: 20px;
  color: #524E48;
  line-height: 1.55;
  /* max-width: 580px; */
  margin: 0 auto 2rem auto;
  text-align: center;

}

/* CTA Actions */
.smg-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.smg-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  background: var(--color-orange-65, #FF934F);
}

.smg-hero__btn-primary:hover {
  background-color: #df6c30;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(234, 122, 62, 0.32);
}

.smg-hero__btn-primary svg {
  transition: transform 0.2s ease;
}

.smg-hero__btn-primary:hover svg {
  transform: translateX(3px);
}

.smg-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #221C1E;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;

  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(94, 86, 90, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.smg-hero__btn-secondary:hover {
  background-color: #FAF9F6;
  color: #221C1E;
  border-color: rgba(94, 86, 90, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Visual Mockup Container */
.smg-hero__visual {
  max-width: 1100px;
  margin: 0 auto;
}

.smg-hero__img-wrap {
  background: #FFFFFF;
  border-radius: clamp(14px, 2vw, 24px);
  box-shadow: 0 16px 48px rgba(23, 23, 23, 0.06), 0 2px 10px rgba(23, 23, 23, 0.03);
  overflow: hidden;
  border: 1px solid rgba(94, 86, 90, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smg-hero__img-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(23, 23, 23, 0.09), 0 4px 14px rgba(23, 23, 23, 0.04);
}

.smg-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================
   2. The Challenge Section
   ========================================================== */

.smg-challenge {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #FFFFFF;
}

.smg-challenge__container {
  max-width: 1240px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-challenge__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-challenge__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-challenge__eyebrow {
  display: inline-block;
  background-color: #FF934F;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

.smg-challenge__title {
  max-width: 80%;
  margin: 0 auto 1.25rem;

}

.smg-challenge__desc {
  max-width: 80%;
  margin: 0 auto;
}

/* 2x2 Challenge Cards Grid */
.smg-challenge__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.smg-challenge__card {
  background: #F9F8EF;
  border-radius: 20px;
  padding: clamp(28px, 3vw, 36px) clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(94, 86, 90, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.smg-challenge__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.05);
}

.smg-challenge__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.smg-challenge__icon svg {
  display: block;
  width: 44px;
  height: 44px;
}

/* Card Title (Common H3 font size 20px) */
.smg-challenge__card-title {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #5E565A;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Card Description (Common 15px font size) */
.smg-challenge__card-desc {
  font-size: 16px;
  line-height: 1.62;
  color: #5E565AB2;
  margin-bottom: 0;
}

/* ==========================================================
   Responsive Styles
   ========================================================== */

/* ==========================================================
   3. What Social Growth Requires Section
   ========================================================== */

.smg-requires {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #F9F8EF;
}

.smg-requires__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-requires__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-requires__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-requires__eyebrow {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

.smg-requires__title {
  margin-bottom: 1.25rem;
}

.smg-requires__desc {
  max-width: 80%;
  margin: 0 auto;
}

/* 2-Column Grid */
.smg-requires__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.smg-requires__card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(28px, 3vw, 36px) clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(94, 86, 90, 0.05);
  box-shadow: 0 4px 20px rgba(23, 23, 23, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.smg-requires__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.05);
}

.smg-requires__num {
  display: inline-block;
  align-self: flex-start;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* Card Title (Common H3 font size 20px) */
.smg-requires__card-title {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #5E565A;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Card Description (Common 15px font size) */
.smg-requires__card-desc {
  font-size: 16px;
  line-height: 1.62;
  color: #5E565AB2;
  margin-bottom: 0;
}

/* ==========================================================
   4. How BrandStory AI Helps Section
   ========================================================== */

.smg-helps {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #FFFFFF;
}

.smg-helps__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-helps__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-helps__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-helps__eyebrow {
  display: inline-block;
  background-color: #FF934F;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

.smg-helps__title {
  margin-bottom: 1.25rem;
}

.smg-helps__desc {
  max-width: 80%;
  margin: 0 auto;
}

/* 6 Step Rows List */
.smg-helps__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}

.smg-helps__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(18px, 2vw, 24px) clamp(18px, 2.5vw, 28px);
  background: transparent;
  transition: background-color 0.2s ease;
}

.smg-helps__row--alt {
  background: #FCFBF7;
  border-bottom: 1px solid #5E565A1A;
  border-top: 1px solid #5E565A1A;
}

.smg-helps__row:nth-of-type(5) {
  border-bottom: 1px solid #5E565A1A;
}

.smg-helps__row-left {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.smg-helps__num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.smg-helps__text {
  flex: 1;
}

.smg-helps__row-title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #5E565A;
  margin-bottom: 6px;
  line-height: 1.3;
}

.smg-helps__row-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #5E565AB2;
  margin: 0;
  max-width: 900px;
}

.smg-helps__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A9296;
}

/* ==========================================================
   5. The Product Section
   ========================================================== */

.smg-product {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #EFECCA;
}

.smg-product__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-product__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-product__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-product__eyebrow {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

.smg-product__title {
  margin-bottom: 0.5rem;
}

.smg-product__subtitle {
  font-family: var(--font-sans);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  font-weight: 500;
  color: #5E565A;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

.smg-product__desc {
  max-width: 820px;
  margin: 0 auto;
}

/* 8 Feature Cards Grid (4 Columns) */
.smg-product__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.smg-product__card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(24px, 2.5vw, 30px) clamp(20px, 2vw, 24px);
  border: 1px solid rgba(94, 86, 90, 0.05);
  box-shadow: 0 4px 20px rgba(23, 23, 23, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.smg-product__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.05);
}

.smg-product__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.smg-product__icon svg {
  display: block;
}

/* Card Title (Common H3 font size 18px) */
.smg-product__card-title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Card Description (Common 14px font size) */
.smg-product__card-desc {
  font-size: 16px;
  line-height: 1.58;
  color: #5E565A;
  margin: 0;
}

/* ==========================================================
   6. The Workflow Section
   ========================================================== */

.smg-workflow {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #FAF8F2;
}

.smg-workflow__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-workflow__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-workflow__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-workflow__eyebrow {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

/* Vertical Flow Container */
.smg-workflow__flow {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smg-workflow__card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 22px 28px;
  border: 1px solid rgba(94, 86, 90, 0.05);
  box-shadow: 0 4px 20px rgba(23, 23, 23, 0.02);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.smg-workflow__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(23, 23, 23, 0.05);
}

.smg-workflow__num {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
  margin-top: 2px;
}

.smg-workflow__text {
  flex: 1;
}

.smg-workflow__card-title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #5E565A;
  margin-bottom: 4px;
  line-height: 1.3;
}

.smg-workflow__card-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #5E565AB2;
  margin: 0;
}

.smg-workflow__connector {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Step 08 Final Highlighted Card */
.smg-workflow__card--featured {
  background: #FF934F;
  border-color: transparent;
  box-shadow: 0 12px 36px rgba(255, 147, 79, 0.28);
}

.smg-workflow__card--featured .smg-workflow__card-title {
  color: #FFFFFF;
}

.smg-workflow__card--featured .smg-workflow__card-desc {
  color: rgba(255, 255, 255, 0.92);
}

.smg-workflow__num--featured {
  background-color: #FFFFFF;
  color: #FF934F;
}

/* ==========================================================
   7. What You Can Build With It Section
   ========================================================== */

.smg-usecases {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: #FFFFFF;
}

.smg-usecases__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.smg-usecases__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-usecases__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-usecases__eyebrow {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

/* 2x4 Use Case Cards Grid */
.smg-usecases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.smg-usecases__card {
  background: #F9F8EF;
  border-radius: 24px;
  padding: clamp(28px, 3vw, 36px) clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(94, 86, 90, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.smg-usecases__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.05);
}

.smg-usecases__icon {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(94, 86, 90, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.smg-usecases__icon svg {
  display: block;
}

/* Card Title (Common H3 font size 20px) */
.smg-usecases__card-title {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #5E565AB2;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Card Description (Common 15px font size) */
.smg-usecases__card-desc {
  font-size: 16px;
  line-height: 1.62;
  color: #5E565AB2;
  margin-bottom: 0;
}

/* ==========================================================
   8. Final CTA & FAQ Dark Section
   ========================================================== */

.smg-dark-wrap {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
  background: #5E565A;
  color: #FFFFFF;
}

.smg-dark-wrap__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Final CTA */
.smg-final-cta {
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
}

.smg-final-cta__title {
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.smg-final-cta__desc {
  line-height: 1.65;
  color: #EFECCAB2;
  max-width: 80%;
  margin: 0 auto 2.25rem auto;
}

.smg-final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.smg-final-cta__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FF934F;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.smg-final-cta__btn-primary:hover {
  background-color: #df6c30;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(234, 122, 62, 0.35);
}

.smg-final-cta__btn-primary svg {
  transition: transform 0.2s ease;
}

.smg-final-cta__btn-primary:hover svg {
  transform: translateX(3px);
}

.smg-final-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: all 0.25s ease;
}

.smg-final-cta__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* FAQ Header */
.smg-faq__header {
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.smg-faq__badge-wrap {
  margin-bottom: 1.25rem;
}

.smg-faq__eyebrow {
  display: inline-block;
  background-color: #F7FF58;
  color: #5E565A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  line-height: 1.4;
}

.smg-faq__title {
  color: #EFECCA;
}

/* FAQ 2-Column Grid */
.smg-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.smg-faq__card {
  background: #FFFFFF0F;
  border-radius: 20px;
  padding: clamp(22px, 2.5vw, 28px) clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.smg-faq__card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.smg-faq__card-question {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #EFECCA;
  line-height: 1.35;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.smg-faq__card-answer {
  font-size: 16px;
  line-height: 1.62;
  color: #EFECCAA6;
  margin-bottom: 0;
}

/* ==========================================================
   Responsive Styles (Matching brand-strategy.css standards)
   ========================================================== */

@media (max-width: 1200px) {
  .smg-product__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet (<= 991.98px) */
@media (max-width: 991.98px) {

  .smg-challenge__title,
  .smg-requires__title,
  .smg-helps__title,
  .smg-product__title,
  .smg-workflow__title,
  .smg-usecases__title,
  .smg-faq__title,
  .smg-final-cta__title {
    font-size: clamp(30px, 5vw, 38px);
  }

  .smg-challenge__desc,
  .smg-requires__desc,
  .smg-helps__desc,
  .smg-product__desc,
  .smg-final-cta__desc {
    max-width: 100%;
  }

  .smg-challenge__grid,
  .smg-requires__grid,
  .smg-usecases__grid,
  .smg-faq__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .smg-challenge__header,
  .smg-requires__header,
  .smg-helps__header,
  .smg-product__header,
  .smg-workflow__header,
  .smg-usecases__header,
  .smg-faq__header {
    margin-bottom: 2rem;
    text-align: left !important;
  }
}

/* Mobile Landscape & Standard (<= 767.98px) */
@media (max-width: 767.98px) {
  .smg-hero {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .smg-hero__card {
    padding: 2.25rem 1.25rem 1.75rem 1.25rem;
    border-radius: 20px;
  }

  .smg-hero__badge {
    font-size: 11px;
    padding: 6px 16px;
    letter-spacing: 0.06em;
  }

  .smg-hero__title {
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.15;
    margin-bottom: 1rem;
    text-align: left;
  }

  .smg-hero__desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    text-align: left;
  }

  .smg-hero__actions,
  .smg-final-cta__actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 2rem;
  }

  .smg-hero__btn-primary,
  .smg-hero__btn-secondary,
  .smg-final-cta__btn-primary,
  .smg-final-cta__btn-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 10px 22px;
    font-size: 15px;
  }

  /* Section Spacing */
  .smg-challenge,
  .smg-requires,
  .smg-helps,
  .smg-product,
  .smg-workflow,
  .smg-usecases {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* Section Headings */
  .smg-challenge__title,
  .smg-requires__title,
  .smg-helps__title,
  .smg-product__title,
  .smg-workflow__title,
  .smg-usecases__title,
  .smg-faq__title,
  .smg-final-cta__title {
    font-size: clamp(28px, 6vw, 34px);
    line-height: 1.2;
    text-align: left;
  }

  /* Section Descriptions */
  .smg-challenge__desc,
  .smg-requires__desc,
  .smg-helps__desc,
  .smg-product__desc,
  .smg-final-cta__desc {
    font-size: 16px;
    line-height: 1.65;
    max-width: 100%;
    text-align: left;

  }

  .smg-product__subtitle {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 0.85rem;
  }

  /* Cards */
  .smg-challenge__card,
  .smg-requires__card,
  .smg-usecases__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .smg-challenge__icon {
    margin-bottom: 1rem;
  }

  .smg-challenge__card-title,
  .smg-requires__card-title,
  .smg-usecases__card-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  .smg-challenge__card-desc,
  .smg-requires__card-desc,
  .smg-usecases__card-desc {
    font-size: 16px;
    line-height: 1.62;
  }

  .smg-product__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .smg-product__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .smg-product__card-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  .smg-product__card-desc {
    font-size: 16px;
    line-height: 1.58;
  }

  .smg-workflow__flow {
    max-width: 100%;
  }

  .smg-workflow__card {
    padding: 1.25rem;
    border-radius: 16px;
    gap: 12px;
  }

  .smg-workflow__num {
    font-size: 11px;
    padding: 3px 10px;
  }

  .smg-workflow__card-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .smg-workflow__card-desc {
    font-size: 16px;
    line-height: 1.55;
  }

  .smg-workflow__connector {
    height: 22px;
  }

  .smg-workflow__connector svg {
    height: 22px;
    width: 10px;
  }

  .smg-helps__row {
    padding: 1.25rem 1rem;
    gap: 12px;
  }

  .smg-helps__row-left {
    gap: 14px;
    align-items: flex-start;
  }

  .smg-helps__num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 13px;
  }

  .smg-helps__row-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .smg-helps__row-desc {
    font-size: 16px;
    line-height: 1.58;
  }

  .smg-helps__icon {
    display: none;
  }

  /* Dark CTA & FAQ */
  .smg-dark-wrap {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .smg-final-cta {
    margin-bottom: 3rem;
  }

  .smg-final-cta__desc {
    font-size: 16px;
    margin-bottom: 1.75rem;
  }

  .smg-faq__header {
    margin-bottom: 2rem;
  }

  .smg-faq__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .smg-faq__card-question {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .smg-faq__card-answer {
    font-size: 16px;
    line-height: 1.62;
  }

  .smg-challenge__title {
    max-width: 100%;
  }
}