/* ==========================================================
   BrandStory AI — Brand Strategy AI Page Styles (Desktop Only)
   ========================================================== */

.page-brand-strategy-main {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* ==========================================================
   Common Typography & Reusable Section Utilities
   ========================================================== */

/* Eyebrow Pill Badges */
.strategy-problem__eyebrow,
.strategy-solutions__eyebrow,
.strategy-how__eyebrow,
.strategy-capabilities__eyebrow,
.strategy-scale__eyebrow,
.strategy-control__eyebrow,
.strategy-depth__eyebrow,
.strategy-frameworks__eyebrow,
.strategy-shape__eyebrow,
.strategy-faq__eyebrow {
  display: inline-block;
  background: var(--color-yellow-67, #F7FF58);
  color: #5E565A;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

/* Section Headings (H2) */
.strategy-problem__title,
.strategy-solutions__title,
.strategy-how__title,
.strategy-capabilities__title,
.strategy-scale__title,
.strategy-control__title,
.strategy-depth__title,
.strategy-frameworks__title,
.strategy-shape__title,
.strategy-built-for__title,
.strategy-faq__title,
.strategy-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;
}

/* Section Intros & Lead Descriptions */
.strategy-problem__intro,
.strategy-solutions__intro,
.strategy-how__intro,
.strategy-capabilities__intro,
.strategy-scale__intro,
.strategy-control__intro,
.strategy-depth__intro,
.strategy-frameworks__intro,
.strategy-shape__intro,
.strategy-final-cta__desc {
  font-size: clamp(18px, 16px, 18px);
  line-height: 1.68;
  color: #524E48;
  margin-bottom: 0;
}

/* Card Headings (H3) */
.strategy-problem__card-title,
.strategy-solutions__card-title,
.strategy-how__card-title,
.strategy-capabilities__card-title,
.strategy-scale__card-title,
.strategy-control__item-title,
.strategy-depth__card-title,
.strategy-frameworks__card-title,
.strategy-built-for__card-title {
  font-family: var(--font-sans);
  font-size: clamp(20px, 18px, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #5E565A;
  margin-bottom: 0.75rem;
}

/* Card Body Texts & Descriptions */
.strategy-problem__card-text,
.strategy-solutions__card-text,
.strategy-how__card-text,
.strategy-capabilities__card-text,
.strategy-scale__card-text,
.strategy-control__item-text,
.strategy-depth__card-desc,
.strategy-frameworks__card-text,
.strategy-built-for__card-text,
.strategy-faq__answer p {
  font-size: 16px;
  line-height: 1.62;
  color: #5E565A;
  margin-bottom: 0;
}

/* ---------- 1. Hero Banner ---------- */
.strategy-banner {
  position: relative;
  padding: 50px 0 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 147, 79, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(239, 236, 202, 0.25) 0%, transparent 40%),
    #ffffff;
  overflow: hidden;
}

.strategy-banner__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
}

.strategy-banner__left {
  padding-left: 4.5%;
  padding-right: 1.5rem;
  padding-top: clamp(3.5rem, 6vw, 6rem);
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

.strategy-banner__title {
  font-family: var(--font-sans);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--brand-ink, #222019);
  margin-bottom: 1.5rem;
}

.strategy-banner__desc {
  font-size: 20px;
  line-height: 1.65;
  color: var(--brand-muted, #5e565a);
  margin-bottom: 2.25rem;
}

.strategy-banner__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 2rem;
  background: linear-gradient(135deg, #ff9b57 0%, #ff8138 100%);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 24px rgba(255, 129, 56, 0.32), 0 2px 6px rgba(255, 129, 56, 0.2);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.strategy-banner__cta-btn:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #f46e22 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 129, 56, 0.4), 0 4px 8px rgba(255, 129, 56, 0.24);
  color: #ffffff !important;
}

.strategy-banner__cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(255, 129, 56, 0.3);
}

.strategy-banner__cta-btn svg {
  transition: transform 0.25s ease;
}

.strategy-banner__cta-btn:hover svg {
  transform: translateX(4px);
}

/* Right Visual (Flush to right edge, no right padding/margin) */
.strategy-banner__right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.strategy-banner__visual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.strategy-banner__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.strategy-banner__glow {
  display: none;
}

/* ---------- 2. The Problem Section ---------- */
.strategy-problem {
  position: relative;
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: 0;
  background: #ffffff;
}

.strategy-problem__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Problem Cards Grid */
.strategy-problem__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
  padding-bottom: 60px;
}

.strategy-problem__card {
  background: #ffffff;
  border: 1px solid rgba(94, 86, 90, 0.12);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.strategy-problem__card:hover {
  transform: translateY(-3px);
  border-color: rgba(94, 86, 90, 0.25);
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.06);
}

.strategy-problem__card-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

/* Problem Visual Container */
.strategy-problem__visual-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.strategy-problem__visual {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.07);
  border: 1px solid #FF934F33;
}

.strategy-problem__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 30px 30px 0 0;
}

/* ---------- 3. The Solutions Section (Dark) ---------- */
.strategy-solutions {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #0c0e12;
  color: #ffffff;
  overflow: hidden;
}

.strategy-solutions__title {
  color: #ffffff;
}

.strategy-solutions__intro {
  color: #8E959E;
}

.strategy-solutions__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Solutions Grid Rows */
.strategy-solutions__grid-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.strategy-solutions__grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.strategy-solutions__card {
  background: #15181e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.strategy-solutions__card--featured,
.strategy-solutions__card:hover {
  border-color: #eef667;
  box-shadow: 0 0 35px rgba(238, 246, 103, 0.06);
}

.strategy-solutions__card--featured:hover {
  border-color: #f7ff58;
  box-shadow: 0 0 45px rgba(247, 255, 88, 0.12);
}

.strategy-solutions__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.strategy-solutions__num {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
}

.strategy-solutions__card--featured .strategy-solutions__num,
.strategy-solutions__card:hover .strategy-solutions__num {
  color: #eef667;
  background: #CCFF0022;
  border: 1px solid #F7FF58;
}

.strategy-solutions__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
}

.strategy-solutions__card--featured .strategy-solutions__icon,
.strategy-solutions__card:hover .strategy-solutions__icon {
  background: transparent;
  color: #eef667;
}

.strategy-solutions__card-title {
  color: #ffffff;
  font-size: 22px;
}

.strategy-solutions__card-text {
  color: #C5CCD4;
  flex-grow: 1;
}

.strategy-solutions__card-line {
  margin-top: 2rem;
  padding-top: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.strategy-solutions__card-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease;
}

.strategy-solutions__card--featured .strategy-solutions__card-line::before,
.strategy-solutions__card:hover .strategy-solutions__card-line::before {
  background: rgba(238, 246, 103, 0.4);
}

.strategy-solutions__card-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  margin-left: auto;
  position: relative;
  z-index: 2;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.strategy-solutions__card--featured .strategy-solutions__card-dot,
.strategy-solutions__card:hover .strategy-solutions__card-dot {
  background: #eef667;
  box-shadow: 0 0 8px #eef667;
}

/* ---------- 4. How It Works Section ---------- */
.strategy-how {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #FBFAF2;
}

.strategy-how__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* 2x2 Grid */
.strategy-how__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.strategy-how__card {
  background: #fbfbf9;
  border: 1px solid rgba(94, 86, 90, 0.12);
  border-radius: 24px;
  padding: 2.5rem 0rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.strategy-how__card:first-child {
  padding: 2.5rem 1.5rem 0 1.5rem;
}

.strategy-how__card:last-child {
  padding: 2.5rem 2.5rem;
}

.strategy-how__card-title {
  font-size: 22px;
}

.strategy-how__card-text {
  font-size: 18px;
  font-weight: 400;
}

.strategy-how__card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 86, 90, 0.24);
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.07);
}

.strategy-how__card-body {
  margin-bottom: 2rem;
}

.strategy-how__card-media {
  margin-top: auto;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: #fbfbf9;
  display: flex;
}

.strategy-how__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

/* ---------- 5. Choose The Depth Section ---------- */
.strategy-depth {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #ece7c8;
}

.strategy-depth__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.strategy-depth__title {
  margin-bottom: 0.75rem;
}

.strategy-depth__intro {
  margin: 0 auto;
}

/* Depth Cards (Stacked) */
.strategy-depth__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.strategy-depth__card {
  background: #ffffff;
  border: 1px solid rgba(94, 86, 90, 0.1);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.strategy-depth__card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 86, 90, 0.22);
  box-shadow: 0 18px 45px -10px rgba(0, 0, 0, 0.07);
}

.strategy-depth__card-subtitle {
  font-size: 35px;
  font-weight: 500;
  color: #FF934F;
  margin-bottom: 0.65rem;
  letter-spacing: -0.015em;
}

.strategy-depth__card-title {
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 1.15rem;
  color: #000000;
  font-weight: 500;
}

.strategy-depth__card-desc {
  font-size: 18px;
  line-height: 1.68;
  margin-bottom: 1.75rem;
}

/* Tag Pills */
.strategy-depth__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.strategy-depth__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 10px 16px;
  background: #FBFAF2;
  border: 1px solid #E2E2D0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #222019;
  line-height: 1;
}

.strategy-depth__pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8138;
  display: inline-block;
}

.strategy-depth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.85rem;
  background: linear-gradient(135deg, #ff9b57 0%, #ff8138 100%);
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 20px rgba(255, 129, 56, 0.3);
  transition: all 0.25s ease;
  text-decoration: none;
}

.strategy-depth__btn:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #f46e22 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 129, 56, 0.38);
  color: #ffffff !important;
}

.strategy-depth__btn svg {
  transition: transform 0.25s ease;
}

.strategy-depth__btn:hover svg {
  transform: translateX(4px);
}

.strategy-depth__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.strategy-depth__img {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.08);
}

/* ---------- Core Capabilities Section ---------- */
.strategy-capabilities {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #EFECCA;
}

.strategy-capabilities__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.strategy-capabilities__title {
  margin-bottom: 1rem;
}

.strategy-capabilities__intro {
  max-width: 80%;
  margin: 0 auto;
}

/* 3-Column Grid */
.strategy-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.strategy-capabilities__card {
  background: #ffffff;
  border: 1px solid rgba(94, 86, 90, 0.12);
  border-radius: 24px;
  padding: 1.75rem 1.75rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.strategy-capabilities__card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 86, 90, 0.24);
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.07);
}

.strategy-capabilities__media {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: #fbfbf9;
  border-radius: 16px;
  overflow: hidden;
}

.strategy-capabilities__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strategy-capabilities__card-title {
  font-size: 22px;
  color: #5E565A;

  font-weight: 500;
  margin-bottom: 0.65rem;
}

.strategy-capabilities__card-text {
  line-height: 1.62;
  color: #5E565A;
}

/* CTA Card spanning 2 columns */
.strategy-capabilities__card--cta {
  grid-column: span 2;
  background-color: #0c0e12;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.75rem 2.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.strategy-capabilities__card--cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #090b0e 0%, rgba(9, 11, 14, 0.94) 50%, rgba(9, 11, 14, 0.35) 78%, transparent 100%);
  z-index: 1;
}

.strategy-capabilities__card--cta-content {
  position: relative;
  z-index: 2;
  max-width: 58%;
}

.strategy-capabilities__card--cta-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.strategy-capabilities__card--cta-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 1.75rem;
}

/* ---------- Pages At Scale Section ---------- */
.strategy-scale {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background: #FBFAF2;

}

.strategy-scale__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.strategy-scale__title {
  margin-bottom: 1rem;
}

.strategy-scale__intro {
  max-width: 80%;
  margin: 0 auto;
}

/* 3-Column Grid */
.strategy-scale__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.strategy-scale__card {
  background: #ffffff;
  border: 1px solid rgba(94, 86, 90, 0.12);
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.strategy-scale__card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 86, 90, 0.24);
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.07);
}

.strategy-scale__media {
  height: 220px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fbfbf9;
}

.strategy-scale__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strategy-scale__body {
  padding: 1.75rem 1.75rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.strategy-scale__card-title {
  font-size: 22px;
  color: #5E565A;
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.strategy-scale__card-text {
  font-size: 15px;
  line-height: 1.62;
  color: #5E565A;
}

/* CTA Card spanning 2 columns */
.strategy-scale__card--cta {
  grid-column: span 2;
  background-color: #363738;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.strategy-scale__card--cta-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.strategy-scale__card--cta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 1.75rem;
  max-width: 90%;
}

/* ---------- Control & Workflow Section ---------- */
.strategy-control {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #FBFAF2;
}

.strategy-control__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.strategy-control__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.strategy-control__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(94, 86, 90, 0.12);
  margin-bottom: 1.5rem;
}

.strategy-control__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.strategy-control__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #EFECCA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5E565A;
}

.strategy-control__item-content {
  flex-grow: 1;
}

.strategy-control__item-title {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #222019;
  margin-bottom: 0.35rem;
}

.strategy-control__item-text {
  font-size: 15px;
  line-height: 1.62;
  color: #5E565A;
  margin-bottom: 0;
}

.strategy-control__visual-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.strategy-control__visual {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
}

.strategy-control__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}

/* ---------- 6. Strategic Frameworks Section ---------- */
.strategy-frameworks {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #FBFAF2;
}

.strategy-frameworks__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.strategy-frameworks__title {
  margin-bottom: 1rem;
}

.strategy-frameworks__intro {
  max-width: 85%;
  margin: 0 auto;
}

/* 3-Column Grid */
.strategy-frameworks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.strategy-frameworks__card {
  background: #ffffff;
  border: 1px solid rgba(94, 86, 90, 0.12);
  border-radius: 22px;
  padding: 2.25rem 1.85rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.strategy-frameworks__card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 86, 90, 0.24);
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.07);
}

.strategy-frameworks__media {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.strategy-frameworks__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.strategy-frameworks__card-title {
  font-size: 22px;
  color: #1E1C24;
  font-weight: 500;
}

.strategy-frameworks__card-text {
  font-size: 16px;
  font-weight: 400;
}

/* ---------- 7. Shape What You Create Next Section ---------- */
.strategy-shape {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(5.5rem, 9vw, 8.5rem);
  background-color: #FBFAF2;
}

.strategy-shape__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.strategy-shape__title {
  margin: 0 auto 1rem;
  width: 50%;
}

.strategy-shape__intro {
  max-width: 85%;
  margin: 0 auto;
}

/* Banner Frame */
.strategy-shape__frame {
  position: relative;
  margin: 0 auto;
}

.strategy-shape__media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #111317;
}

.strategy-shape__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}

/* Overlapping Callout Card */
.strategy-shape__callout {
  position: absolute;
  bottom: -35px;
  left: 35px;
  max-width: 43%;
  background: #d4e5da;
  border-radius: 20px;
  padding: 1.75rem 2rem;
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.strategy-shape__callout-text {
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.65;
  color: #171717;
  font-weight: 500;
  margin-bottom: 0;
}

/* ---------- 8. Built For Section ---------- */
.strategy-built-for {
  position: relative;
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #FBFAF2;
}

.strategy-built-for__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

/* 2x2 Grid */
.strategy-built-for__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.strategy-built-for__card {
  background: #e3ede6;
  border-radius: 24px;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.strategy-built-for__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.08);
}

.strategy-built-for__media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.strategy-built-for__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* ---------- 9. Final CTA Section ---------- */
.strategy-final-cta {
  position: relative;
  min-height: clamp(480px, 45vw, 620px);
  display: flex;
  align-items: center;
  background-color: #060709;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.strategy-final-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      #050608 0%,
      rgba(5, 6, 8, 0.96) 35%,
      rgba(5, 6, 8, 0.75) 55%,
      rgba(5, 6, 8, 0.15) 80%,
      transparent 100%);
  z-index: 1;
}

.strategy-final-cta__container {
  position: relative;
  z-index: 2;
  padding-top: clamp(4rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
}

.strategy-final-cta__copy {
  max-width: 80%;
}

.strategy-final-cta__title {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.strategy-final-cta__desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.25rem;
  max-width: 80%;
}

.strategy-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.strategy-final-cta__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.88rem 1.95rem;
  background: linear-gradient(135deg, #ff9b57 0%, #ff8138 100%);
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 20px rgba(255, 129, 56, 0.35);
  transition: all 0.25s ease;
  text-decoration: none;
}

.strategy-final-cta__btn-primary:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #f46e22 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 129, 56, 0.45);
  color: #ffffff !important;
}

.strategy-final-cta__btn-primary svg {
  transition: transform 0.25s ease;
}

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

.strategy-final-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.88rem 1.95rem;
  background: #ffffff;
  color: #171717 !important;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  text-decoration: none;
}

.strategy-final-cta__btn-secondary:hover {
  background: #f4f4f4;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #171717 !important;
}

/* ---------- 10. Frequently Asked Questions Section ---------- */
.strategy-faq {
  position: relative;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-color: #ffffff;
}

.strategy-faq__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

/* Accordion List */
.strategy-faq__list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.strategy-faq__item {
  background: #f7f5e8;
  border-radius: 20px;
  border: 1px solid rgba(94, 86, 90, 0.08);
  overflow: hidden;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.strategy-faq__item:hover {
  background: #f4f1e0;
}

.strategy-faq__item[open] {
  background: #f5f2de;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.strategy-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  cursor: pointer;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-ink, #222019);
  user-select: none;
}

.strategy-faq__summary::-webkit-details-marker {
  display: none;
}

.strategy-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8138;
  transition: transform 0.3s ease;
}

.strategy-faq__item[open] .strategy-faq__icon {
  transform: rotate(180deg);
}

.strategy-faq__answer {
  padding: 0 2rem 1.75rem 2rem;
}

/* ==========================================================
   Responsive Breakpoints: Tablet & Mobile (Left Aligned)
   ========================================================== */

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

  /* Common Section Titles & Spacing */
  .strategy-problem__title,
  .strategy-solutions__title,
  .strategy-how__title,
  .strategy-depth__title,
  .strategy-frameworks__title,
  .strategy-shape__title,
  .strategy-built-for__title,
  .strategy-faq__title,
  .strategy-final-cta__title {
    font-size: clamp(30px, 5vw, 38px);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .strategy-problem__intro,
  .strategy-solutions__intro,
  .strategy-how__intro,
  .strategy-depth__intro,
  .strategy-frameworks__intro,
  .strategy-shape__intro,
  .strategy-final-cta__desc {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .strategy-problem__header,
  .strategy-solutions__header,
  .strategy-how__header,
  .strategy-depth__header,
  .strategy-frameworks__header,
  .strategy-shape__header,
  .strategy-built-for__header,
  .strategy-faq__header {
    text-align: left;
    margin-bottom: 2rem;
  }

  /* 1. Hero Banner */
  .strategy-banner__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .strategy-banner__left {
    padding: 3rem 1.25rem 0.5rem 1.25rem;
    text-align: left;
  }

  .strategy-banner__title {
    font-size: clamp(36px, 6vw, 48px);
    text-align: left;
  }

  .strategy-banner__desc {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .strategy-banner__cta-btn {
    display: inline-flex;
    margin: 0;
  }

  .strategy-banner__right {
    justify-content: flex-start;
    padding: 0 1.25rem;
  }

  /* 2. Problem Section */
  .strategy-problem__intro {
    margin-top: 1rem;
  }

  .strategy-problem__cards {
    padding-bottom: 2rem;
    gap: 1.25rem;
  }

  .strategy-problem__visual-wrap {
    margin-top: 1rem;
    justify-content: flex-start;
  }

  /* 3. Solutions Section */
  .strategy-solutions__intro {
    margin-top: 1rem;
  }

  .strategy-solutions__grid-top,
  .strategy-solutions__grid-bottom {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .strategy-solutions__card {
    padding: 2rem 1.5rem;
  }

  /* 4. How It Works Section */
  .strategy-how__intro {
    margin-top: 1rem;
  }

  .strategy-how__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .strategy-how__card,
  .strategy-how__card:first-child,
  .strategy-how__card:last-child {
    padding: 2rem 1.5rem 0 1.5rem;
  }

  /* 5. Depth Section */
  .strategy-depth__card {
    padding: 2rem 1.5rem;
  }

  .strategy-depth__visual {
    margin-top: 2rem;
    justify-content: flex-start;
  }

  .strategy-depth__img {
    max-width: 100%;
  }

  /* Core Capabilities Section */
  .strategy-capabilities__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .strategy-capabilities__card--cta {
    grid-column: span 2;
  }

  .strategy-capabilities__card--cta-content {
    max-width: 80%;
  }

  /* Pages At Scale Section */
  .strategy-scale__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .strategy-scale__card--cta {
    grid-column: span 2;
  }

  .strategy-scale__card--cta-content {
    max-width: 80%;
  }

  /* Control & Workflow Section */
  .strategy-control__header {
    text-align: left;
    margin-bottom: 2rem;
  }

  .strategy-control__visual-wrap {
    margin-top: 2rem;
  }

  /* 6. Strategic Frameworks Section */
  .strategy-frameworks__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  /* 7. Shape What You Create Next Section */
  .strategy-shape {
    padding-bottom: clamp(3.5rem, 6vw, 5rem);
  }

  .strategy-shape__title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .strategy-shape__callout {
    position: static;
    margin-top: 1.5rem;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: left;
  }

  /* 8. Built For Section */
  .strategy-built-for__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* 9. Final CTA Section */
  .strategy-final-cta__copy {
    max-width: 100%;
    text-align: left;
  }

  .strategy-final-cta__title {
    text-align: left;
  }

  .strategy-final-cta__desc {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .strategy-final-cta__actions {
    justify-content: flex-start;
  }
}

/* ---------- Mobile Landscape (<= 767.98px) ---------- */
@media (max-width: 767.98px) {

  /* Section Spacing */
  .strategy-problem,
  .strategy-solutions,
  .strategy-how,
  .strategy-capabilities,
  .strategy-scale,
  .strategy-control,
  .strategy-depth,
  .strategy-frameworks,
  .strategy-shape,
  .strategy-built-for,
  .strategy-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .strategy-problem {
    padding-bottom: 0;
  }

  /* 1. Hero Banner */
  .strategy-banner__left {
    padding: 2.25rem 1rem 0.5rem 1rem;
    text-align: left;
  }

  .strategy-banner__title {
    font-size: clamp(32px, 8vw, 40px);
    text-align: left;
  }

  .strategy-banner__desc {
    font-size: 16px;
    text-align: left;
  }

  .strategy-banner__cta-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .strategy-banner__right {
    padding: 0 0.5rem;
  }

  /* 2. Problem Section */
  .strategy-problem__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 1.25rem;
  }

  .strategy-problem__card {
    padding: 1.25rem;
    border-radius: 16px;
  }

  /* Core Capabilities Section */
  .strategy-capabilities__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .strategy-capabilities__card--cta {
    grid-column: span 1;
    padding: 2rem 1.5rem;
  }

  .strategy-capabilities__card--cta-overlay {
    background: rgba(9, 11, 14, 0.92);
  }

  .strategy-capabilities__card--cta-content {
    max-width: 100%;
  }

  .strategy-capabilities__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  /* Pages At Scale Section */
  .strategy-scale__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .strategy-scale__card--cta {
    grid-column: span 1;
    padding: 2rem 1.5rem;
  }

  .strategy-scale__card--cta-content {
    max-width: 100%;
  }

  .strategy-scale__card {
    padding: 0;
    border-radius: 18px;
  }

  .strategy-scale__body {
    padding: 1.5rem 1.25rem;
  }

  /* Control & Workflow Section */
  .strategy-control__item {
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .strategy-control__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .strategy-control__item-title {
    font-size: 18px;
  }

  .strategy-control__item-text {
    font-size: 14px;
  }

  .strategy-control__visual {
    border-radius: 20px;
  }

  .strategy-control__img {
    border-radius: 20px;
  }

  /* 5. Depth Section */
  .strategy-depth__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .strategy-depth__card-subtitle {
    font-size: 26px;
    text-align: left;
  }

  .strategy-depth__card-title {
    font-size: 20px;
    text-align: left;
  }

  .strategy-depth__card-desc {
    font-size: 15px;
    text-align: left;
  }

  .strategy-depth__pills {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .strategy-depth__pill {
    font-size: 12px;
    padding: 8px 12px;
  }

  /* 6. Strategic Frameworks Section */
  .strategy-frameworks__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .strategy-frameworks__card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  /* 9. Final CTA Section */
  .strategy-final-cta {
    min-height: auto;
    text-align: left;
  }

  .strategy-final-cta__overlay {
    background: rgba(5, 6, 8, 0.94);
  }

  .strategy-final-cta__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .strategy-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .strategy-final-cta__btn-primary,
  .strategy-final-cta__btn-secondary {
    width: 100%;
    justify-content: center;
  }

  /* 10. FAQ Section */
  .strategy-faq__summary {
    padding: 1.15rem 1.25rem;
    font-size: 1rem;
    text-align: left;
  }

  .strategy-faq__answer {
    padding: 0 1.25rem 1.15rem 1.25rem;
    text-align: left;
  }

  .strategy-scale__intro,
  .strategy-capabilities__intro {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .strategy-scale__header,
  .strategy-capabilities__header {
    text-align: left;
  }
}

/* ---------- Mobile Portrait (<= 575.98px) ---------- */
@media (max-width: 575.98px) {

  .strategy-problem__title,
  .strategy-solutions__title,
  .strategy-how__title,
  .strategy-capabilities__title,
  .strategy-scale__title,
  .strategy-control__title,
  .strategy-depth__title,
  .strategy-frameworks__title,
  .strategy-shape__title,
  .strategy-built-for__title,
  .strategy-faq__title,
  .strategy-final-cta__title {
    font-size: 28px;
    text-align: left;
  }

  .strategy-banner__title {
    font-size: 32px;
    text-align: left;
  }

  .strategy-capabilities__card--cta-title,
  .strategy-scale__card--cta-title {
    font-size: 24px;
  }

  .strategy-problem__card,
  .strategy-solutions__card,
  .strategy-how__card,
  .strategy-how__card:first-child,
  .strategy-how__card:last-child,
  .strategy-capabilities__card,
  .strategy-depth__card,
  .strategy-frameworks__card,
  .strategy-built-for__card {
    padding: 1.25rem;
    border-radius: 16px;
    text-align: left;
  }

  .strategy-scale__card {
    padding: 0;
    border-radius: 16px;
    text-align: left;
  }

  .strategy-scale__body {
    padding: 1.25rem;
  }

  .strategy-faq__summary {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    text-align: left;
  }

  .strategy-faq__answer {
    padding: 0 1.25rem 1rem 1.25rem;
    text-align: left;
  }
}

@media (min-width: 1400px) {

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

/* ---------- 7b. Shape Cards Extension for Blog Writer ---------- */
.strategy-shape__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: clamp(3.5rem, 5vw, 4.5rem);
}

.strategy-shape__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.strategy-shape__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.strategy-shape__card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #F4F3EA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3E3739;
}

.strategy-shape__card-num {
  font-size: 13px;
  font-weight: 500;
  color: #9C989B;
}

.strategy-shape__card-title {
  font-size: 20px;
  font-weight: 600;
  color: #222019;
  margin-bottom: 0.75rem;
}

.strategy-shape__card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #6E686B;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .strategy-shape__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}