/* ==========================================
   LOCAL FONT DEFINITIONS (@font-face WOFF / WOFF2)
   ========================================== */
@font-face {
  font-family: 'DM Sans';
  src: url('font/DMSans-VariableFont_opsz,wght.woff2') format('woff2'),
    url('font/DMSans-VariableFont_opsz,wght.woff') format('woff'),
    url('font/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('font/DMSans-Italic-VariableFont_opsz,wght.woff2') format('woff2'),
    url('font/DMSans-Italic-VariableFont_opsz,wght.woff') format('woff'),
    url('font/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Static Fallbacks (WOFF / WOFF2) */
@font-face {
  font-family: 'DM Sans';
  src: url('font/static/DMSans-Regular.woff2') format('woff2'),
    url('font/static/DMSans-Regular.woff') format('woff'),
    url('font/static/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('font/static/DMSans-Medium.woff2') format('woff2'),
    url('font/static/DMSans-Medium.woff') format('woff'),
    url('font/static/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('font/static/DMSans-SemiBold.woff2') format('woff2'),
    url('font/static/DMSans-SemiBold.woff') format('woff'),
    url('font/static/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('font/static/DMSans-Bold.woff2') format('woff2'),
    url('font/static/DMSans-Bold.woff') format('woff'),
    url('font/static/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('font/static/DMSans-Italic.woff2') format('woff2'),
    url('font/static/DMSans-Italic.woff') format('woff'),
    url('font/static/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ==========================================
   CSS DESIGN SYSTEM & TOKENS
   ========================================== */
:root {
  --font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, sans-serif;

  /* Color Palette */
  --primary-purple: #6a43c5;
  --primary-purple-light: #a179ff;
  --primary-purple-dark: #5831b3;
  --deep-purple-bg: #311f51;
  --deep-purple-card: #5a33b5;
  --accent-lilac: #ae8ff7;
  --soft-purple-bg: #f3f0fc;
  --light-purple-glow: #ebe4ff;
  --lilac-subtext: #ddcdff;

  --text-dark: #0f172a;
  --text-muted: #475569;
  --text-light-muted: #94a3b8;
  --text-white: #ffffff;

  --border-light: rgba(106, 67, 197, 0.12);
  --border-dark: rgba(255, 255, 255, 0.15);

  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 25px -5px rgba(88, 49, 179, 0.1),
    0 8px 10px -6px rgba(88, 49, 179, 0.05);
  --shadow-lg: 0 20px 35px -10px rgba(88, 49, 179, 0.18);
  --shadow-glow: 0 0 80px rgba(174, 143, 247, 0.35);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  --max-width: 1536px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body {
  overflow-x: hidden;
}

/* Basic Resets & Standards (Isolated to TaxPlannerPro Wrapper) */
.tax-planner-pro-wrapper *,
.tax-planner-pro-wrapper *::before,
.tax-planner-pro-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tax-planner-pro-wrapper {
  font-family: var(--font-family);
  background-color: #ffffff;
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
}

.tax-planner-pro-wrapper .card-title {
  line-height: 28px;
}

.tax-planner-pro-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tax-planner-pro-wrapper button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  outline: none;
}

.tax-planner-pro-wrapper .container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.tax-planner-pro-wrapper .badge-category {
  display: inline-block;
  color: #6a43c5;
  margin-bottom: 0;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.tax-planner-pro-wrapper .badge-category-light {
  color: var(--lilac-subtext);
}

.tax-planner-pro-wrapper .section-heading {
  color: #000000;
  margin-bottom: 0;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0%;
  max-width: 615px;
  width: 100%;
}

.tax-planner-pro-wrapper .section-heading-white {
  color: var(--text-white);
}

/* ==========================================
   SECTION 1: HERO BANNER
   ========================================== */
.hero-section {
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0ff 0%,
    #d5beff 28%,
    #9055f8 65%,
    #6224d5 100%
  );
  padding: 100px 0 0 0;
  color: #0f172a;
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-section::before {
  content: '';
  background-image: url(images/hero-bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero-section .hero-glow-top {
  position: absolute;
  width: 1000px;
  max-width: 100vw;
  height: 500px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: radial-gradient(
    circle at top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(235, 224, 255, 0) 70%
  );
  border-radius: var(--radius-full);
  pointer-events: none;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 1265px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-section .hero-title {
  color: #000000;
  max-width: 1265px;
  margin: 0;
  display: block;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.hero-section .hero-subtitle {
  color: #000000;
  max-width: 740px;
  margin: 0 auto;
  display: block;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

.hero-section .hero-monitor-container {
  position: relative;
  z-index: 3;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-section .hero-monitor-screen-frame {
  width: 100%;
  background: #000000;
  border-radius: 16px 16px 14px 14px;
  padding: 12px 12px 14px 12px;
  box-shadow: 0 35px 75px -10px rgba(15, 23, 42, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15);
  border: 2px solid #000000;
  overflow: hidden;
  transition: var(--transition);
}

.hero-section .hero-monitor-screen-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 45px 90px -10px rgba(15, 23, 42, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.25);
}

.hero-section .hero-monitor-screen-img {
  width: 100%;
  height: auto;
  max-height: 700px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.hero-section .hero-monitor-stand {
  width: 130px;
  height: 75px;
  background: linear-gradient(
    180deg,
    #e5e7eb 0%,
    #d1d5db 35%,
    #9ca3af 75%,
    #6b7280 100%
  );
  clip-path: polygon(18% 0%, 82% 0%, 100% 100%, 0% 100%);
  margin-top: -1px;
  box-shadow: 0 40px 60px rgba(15, 23, 42, 0.4);
  position: relative;
}

.hero-section .hero-monitor-shadow {
  width: 480px;
  max-width: 100%;
  height: 35px;
  background: radial-gradient(
    ellipse at center,
    rgba(15, 23, 42, 0.45) 0%,
    rgba(15, 23, 42, 0) 70%
  );
  margin-top: -20px;
  pointer-events: none;
}

/* ==========================================
   SECTION 2: PROJECT SUMMARY & LOGO HEADER (FIGMA EXACT)
   ========================================== */
.summary-section {
  padding: 100px 0 100px;
  background-color: #ffffff;
  position: relative;
}

.summary-section .summary-grid {
  display: grid;
  grid-template-columns: 1fr 800px;
  gap: 80px;
  align-items: start;
}

.summary-section .brand-logo-box {
  display: flex;
  align-items: flex-start;
  padding-top: 0px;
}

.summary-section .brand-logo-box img {
  max-width: 250px;
  height: auto;
  display: block;
}

.summary-section .summary-main {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.summary-section .summary-heading-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.summary-section .summary-heading-group .badge-category {
  color: #6a43c5;
  margin-bottom: 0;
  display: block;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.summary-section .summary-description {
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0%;
}

.summary-section .metadata-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.summary-section .metadata-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 10px;
}

.summary-section .metadata-label {
  color: #858585;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.summary-section .metadata-value {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
}

/* Stat Cards Bar (Figma Exact: transparent background with thin vertical dividers) */
.summary-section .metrics-banner {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: flex-start;
  box-shadow: none;
  margin-top: 10px;
}

.summary-section .metric-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  height: 100px;
  justify-content: center;
}

.summary-section .metric-card:first-child {
  padding-left: 0;
}

.summary-section .metric-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  background-color: #e2e8f0;
}

.summary-section .metric-value {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

.summary-section .metric-label {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
}

/* ==========================================
   SECTION 3: THE BUSINESS CHALLENGE (FIGMA EXACT)
   ========================================== */
.challenge-section {
  background-color: #f3edfd;
  padding: 100px 0;
}

.challenge-section .challenge-grid-layout {
  display: grid;
  grid-template-columns: 1fr 932px;
  gap: 40px;
  align-items: start;
}

.challenge-section .challenge-cards-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}

.challenge-section .challenge-header-column {
  width: 383px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.challenge-section .challenge-header-column p {
  font-size: 18px;
  margin-top: 4px;
  line-height: 26px;
}

.challenge-section .challenge-card-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Col 3 (Card 04) top edge aligns horizontally with Card 03 (which is below Card 02) */
.challenge-section .challenge-card-col.challenge-col-3 {
  /* margin-top: 316px; */
  height: 100%;
  justify-content: flex-end;
}

.challenge-section .challenge-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  box-shadow: 0 4px 20px rgba(106, 67, 197, 0.04);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.challenge-section .card-number {
  color: #6a43c5;
  margin-bottom: 0;
  transition: color 0.35s ease;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Italic;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.challenge-section .card-title {
  color: #000000;
  margin-bottom: 8px;
  transition: color 0.35s ease;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.challenge-section .card-body {
  color: #000000;
  transition: color 0.35s ease;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

/* Hover State: All Cards turn into Dark Purple Gradient Card on Hover */
.challenge-section .challenge-card:hover {
  background: linear-gradient(145deg, #4f2bb3 0%, #301d54 100%);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(79, 43, 179, 0.32);
}

.challenge-section .challenge-card:hover .card-number {
  color: #ffffff;
}

.challenge-section .challenge-card:hover .card-title {
  color: #ffffff;
}

.challenge-section .challenge-card:hover .card-body {
  color: rgba(255, 255, 255, 0.88);
}

/* ==========================================
   SECTION 4: SOLUTION OVERVIEW
   ========================================== */
.solution-section {
  padding: 100px 0;
  background-color: #ffffff;
  background-image: url(images/solution-section-bg.webp);
  background-size: cover;
}

.solution-section .badge-category {
  display: inline-block;
  color: #6a43c5;
  margin-bottom: 10px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.solution-section .solution-header-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.solution-section .solution-text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.solution-section .solution-img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.solution-section .solution-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: var(--transition);
}

.solution-section .solution-img-wrapper:hover .solution-img {
  transform: scale(1.03);
}

/* 6 Capabilities Grid */
.solution-section .capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.solution-section .capability-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: var(--transition);
}

.solution-section .capability-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5a33b5 0%, #311f51 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
}

.solution-section .capability-icon-box svg {
  width: 16px;
  height: 16px;
}

.solution-section .capability-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.solution-section .capability-text-wrapper .card-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

/* ==========================================
   SECTION 5: WORKFLOW & STRATEGY (DARK MODE)
   ========================================== */
.workflow-section {
  background: linear-gradient(180deg, #4f2cb4 0%, #2a1756 100%);
  color: #ffffff;
  padding: 100px 0;
  position: relative;
}

.workflow-section .workflow-header {
  max-width: 900px;
  margin-bottom: 40px;
}

.workflow-section .workflow-header .badge-category {
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.workflow-section .workflow-header h2 {
  color: #ffffff;
  margin-bottom: 14px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  max-width: 100%;
}

.workflow-section .workflow-header p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ffffff;
}

/* Staggered Stepper Flow (Figma Exact Staircase Layout) */
.workflow-section .workflow-stepper-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 10px;
}

.workflow-section .stepper-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

/* Progressive Staircase Vertical Offsets */
.workflow-section .step-1 {
  margin-top: 0px;
}

.workflow-section .step-2 {
  margin-top: 55px;
}

.workflow-section .step-3 {
  margin-top: 110px;
}

.workflow-section .step-4 {
  margin-top: 165px;
}

.workflow-section .step-5 {
  margin-top: 220px;
}

.workflow-section .step-header {
  display: flex;
  align-items: center;
  position: relative;
}

.workflow-section .stage-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 9999px;
  width: fit-content;
  white-space: nowrap;
  z-index: 2;
  flex-shrink: 0;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.workflow-section .step-dot {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
}

.workflow-section .step-line-svg {
  position: absolute;
  left: 112px;
  top: 10px;
  width: 85%;
  height: 38px;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.workflow-section .stage-title {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  max-width: 240px;
}

.workflow-section .stage-desc {
  color: #ddcdff;
  max-width: 240px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

/* Strategy Library Card Banner (Dark Translucent Backdrop) */
.workflow-section .strategy-banner-card {
  background: #00000033;
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 800px;
  gap: 30px;
  align-items: center;
}

.workflow-section .strategy-banner-text h3 {
  color: #ffffff;
  margin-bottom: 14px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
}

.workflow-section .strategy-banner-text p {
  color: #ddcdff;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.workflow-section .strategy-badges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.workflow-section .strategy-badge-pill {
  background: #9874eb;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

.workflow-section .strategy-badge-pill:hover {
  background: #b18fff;
  /* transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(154, 117, 234, 0.4); */
}

/* ==========================================
   SECTION 6: TECH STACK & SECURITY (FIGMA EXACT)
   ========================================== */
.tech-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.tech-section .tech-outer-card {
  border-radius: 30px;
  padding: 60px;
  background: linear-gradient(180deg, #ebe4ff 0%, #f3f0fc 101.79%);
}

.tech-section .tech-grid {
  display: grid;
  grid-template-columns: 1fr 715px;
  gap: 60px;
  align-items: center;
}

.tech-section .tech-left {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.tech-section .tech-left .tech-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tech-section .tech-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* margin-top: 20px; */
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}

.tech-section .tech-stack-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tech-section .tech-category-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(106, 67, 197, 0.03);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-section .tech-category-card:hover {
  box-shadow: 0 12px 30px rgba(106, 67, 197, 0.09);
  /* transform: translateY(-3px); */
}

.tech-section .tech-category-title {
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
}

.tech-section .tech-items-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tech-section .tech-item-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.tech-section .tech-item-tag img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.tech-section .tech-divider {
  width: 1px;
  height: 18px;
  background-color: #cbd5e1;
  margin: 0 0.5px;
}

/* ==========================================
   SECTION 7: BUSINESS IMPACT & COMPARISON (FIGMA EXACT DARK MODE)
   ========================================== */
.impact-section {
  background: linear-gradient(180deg, #4f2cb4 0%, #2a1756 100%);
  padding: 100px 0;
  color: #ffffff;
}

.impact-section .impact-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.impact-section .impact-header .badge-category {
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.impact-section .impact-header h2 {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 100%;
}

.impact-section .impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.impact-section .impact-stat-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: space-between;
}

.impact-section .impact-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.impact-section .impact-num-badge {
  color: #6a43c5;
  margin-bottom: 0px;
  display: block;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Italic;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.impact-section .impact-stats-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.impact-section .impact-big-val {
  color: #000000;
  margin-bottom: 0px;
  display: block;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0%;
}

.impact-section .impact-stat-title {
  color: #000000;
  margin-bottom: 0px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.impact-section .impact-stat-desc {
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
}

/* Sleek Comparison Matrix Table (Exact Figma Grid & Borders) */
.impact-section .comparison-table-wrapper {
  background: #2b1958;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.impact-section .comparison-table {
  width: 100%;
  min-width: 580px;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  color: #ffffff;
}

.impact-section .comparison-table th {
  background: #9874eb;
  color: #ffffff;
  padding: 16px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2%;
}

.impact-section .comparison-table th:not(:last-child) {
  border-right: 1px solid #eee7fd33;
}

.impact-section .comparison-table td {
  padding: 16px 24px;
  background: #0000001a;
  border-bottom: 1px solid #eee7fd33;
  font-family: DM Sans;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  font-weight: 500;
}

.impact-section .comparison-table tr:last-child td {
  border-bottom: none;
}

.impact-section .comparison-table td:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.impact-section .comparison-table td:first-child {
  color: #ffffff;
  width: 25%;
}

.impact-section .comparison-table td:nth-child(2) {
  color: #ffffff;
  width: 37.5%;
}

.impact-section .comparison-table td:nth-child(3) {
  color: #ffffff;
  width: 37.5%;
}

/* ==========================================
   SECTION 8: TAKEAWAYS & MODERNIZATION (FIGMA EXACT)
   ========================================== */
.takeaways-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.takeaways-section .takeaways-top-grid {
  display: grid;
  grid-template-columns: 1fr 422px 422px;
  gap: 30px;
  align-items: start;
  margin-bottom: 60px;
}

.takeaways-section .takeaways-top-grid .badge-category {
  color: #6a43c5;
  margin-bottom: 10px;
  display: block;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.takeaways-section .takeaways-top-grid h2 {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
}

.takeaways-section .takeaway-para-1,
.takeaways-section .takeaway-para-2 {
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
}

.takeaways-section .takeaways-content-grid {
  display: grid;
  grid-template-columns: 1fr 644px;
  gap: 20px;
  align-items: stretch;
}

.takeaways-section .takeaway-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.takeaways-section .takeaway-card {
  background: #f3f0fc;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: space-between;
}

/* .takeaway-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(106, 67, 197, 0.1);
} */

.takeaways-section .takeaway-num {
  color: #6a43c5;
  margin-bottom: 0;
  display: block;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Italic;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.takeaways-section .takeaway-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.takeaways-section .takeaway-title {
  color: #000000;
  margin-bottom: 0;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.takeaways-section .takeaway-desc {
  color: #000000;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
}

/* Purple Gradient Device Banner Card (Figma Backdrop) */
.takeaways-section .takeaways-device-card {
  background: linear-gradient(180deg, #d4c3fd 0%, #5e36c2 100%);
  border-radius: 20px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(94, 54, 194, 0.2);
  object-fit: cover;
}

.takeaways-section .takeaways-device-img {
  width: 95%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
}

/* ==========================================
   SECTION 9: FAQS (INTERACTIVE ACCORDION - FIGMA EXACT)
   ========================================== */
.faq-section {
  background-color: #f3edfd;
  padding: 100px 0;
}

.faq-section .faq-header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.faq-section .faq-header .badge-category {
  color: #6a43c5;
  margin-bottom: 10px;
  display: block;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.faq-section .faq-header h2 {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 100%;
}

.faq-section .faq-accordion-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-section .faq-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(106, 67, 197, 0.03);
  border: 1px solid rgba(106, 67, 197, 0.06);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .faq-item:hover {
    border-color: #855DF8;
    box-shadow: 0 8px 25px rgba(106, 67, 197, 0.08);
} */

.faq-section .faq-question-btn {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  text-align: left;
  color: #000000;
  gap: 20px;
  cursor: pointer;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  transition: padding 0.45s ease;
}

.faq-section .faq-item.active .faq-question-btn {
  padding-bottom: 11px;
}

.faq-section .faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-section .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-section .faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-section .faq-answer-content {
  color: #000000;
  padding: 0 24px 24px 24px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
}

/* ==========================================
   SECTION 10: CALL TO ACTION (CTA FOOTER)
   ========================================== */
.cta-section {
  background-color: var(--deep-purple-bg);
  padding: 100px 0;
  color: var(--text-white);
  text-align: center;
}

.cta-section .cta-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cta-section .cta-title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.cta-section .cta-subtext {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}

.cta-section .cta-btn {
  background: #ffffff;
  color: #000000;
  padding: 16px 30px;
  border-radius: var(--radius-full);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
  margin-top: 0;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 26px;
}

.cta-section .cta-btn:hover {
  background: #f3edfd;
  color: #000000;
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */

/* ------------------------------------------
   1. Breakpoint: 1400px (Large Laptops / Desktops)
   ------------------------------------------ */
@media (max-width: 1400px) {
  .tax-planner-pro-wrapper .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero-section .hero-title {
    font-size: 56px;
    line-height: 120%;
  }

  .summary-section .summary-grid {
    grid-template-columns: 1fr 680px;
    gap: 40px;
  }

  .challenge-section .challenge-grid-layout {
    grid-template-columns: 280px 1fr;
    gap: 24px;
  }

  .challenge-section .challenge-header-column {
    max-width: 280px;
  }

  .challenge-section .challenge-cards-layout {
    gap: 12px;
  }

  .challenge-section .challenge-card {
    padding: 30px;
    /* min-height: 230px; */
    gap: 40px;
  }

  .challenge-section .challenge-card-col.challenge-col-3 {
    /* margin-top: 256px; */
    height: 100%;
    justify-content: flex-end;
  }

  .solution-section .solution-header-grid {
    grid-template-columns: 1fr 420px;
    gap: 40px;
  }

  .tech-section .tech-grid {
    grid-template-columns: 1fr 580px;
    gap: 40px;
  }

  .tech-section .tech-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .takeaways-section .takeaways-top-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }

  .takeaways-section .takeaways-content-grid {
    grid-template-columns: 1fr 480px;
    gap: 20px;
  }
}

/* ------------------------------------------
   2. Breakpoint: 1199px (Standard Laptops & Small Desktops)
   ------------------------------------------ */
@media (max-width: 1199px) {
  .hero-section .hero-title {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-section .hero-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .summary-section .summary-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .summary-section .brand-logo-box {
    margin-bottom: 10px;
  }

  .summary-section .metadata-list {
    background: #e4ddf1;
    border: 1px solid white;
    border-radius: 16px;
    padding: 24px;
    gap: 16px;
  }

  .summary-section .metadata-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
  }

  .summary-section .metadata-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .summary-section .metadata-label {
    color: #6a43c5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .summary-section .metadata-value {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .summary-section .metrics-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
  }

  .summary-section .metric-card {
    background: #e4ddf1;
    border: 1px solid rgba(106, 67, 197, 0.14);
    border-radius: 16px;
    padding: 20px 16px;
    height: auto;
    box-shadow: 0 4px 14px rgba(106, 67, 197, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
  }

  .summary-section .metric-card:first-child {
    padding-left: 16px;
  }

  .summary-section .metric-card:not(:last-child)::after {
    display: none;
  }

  .summary-section .metric-value {
    font-size: 30px;
    line-height: 36px;
    color: #6a43c5;
    font-weight: 700;
  }

  .summary-section .metric-label {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
  }

  .challenge-section .challenge-grid-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .challenge-section .challenge-header-column {
    width: 100%;
    max-width: 100%;
  }

  .challenge-section .challenge-cards-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .challenge-section .challenge-card-col {
    display: contents;
  }

  .challenge-section .challenge-card-col.challenge-col-3 {
    margin-top: 0;
  }

  .solution-section .solution-header-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .solution-section .solution-img {
    height: 340px;
  }

  .tech-section .tech-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tech-section .tech-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .impact-section .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .takeaways-section .takeaways-top-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .takeaways-section .takeaways-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .takeaways-section .takeaways-device-card {
    height: 400px;
  }

  .takeaways-section .takeaways-device-img {
    width: 100%;
    height: 100%;
  }

  .workflow-section .workflow-stepper-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .workflow-section .stepper-step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px 24px;
    gap: 14px;
    transition: all 0.3s ease;
  }

  .workflow-section .stepper-step:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
  }

  .workflow-section .step-1,
  .workflow-section .step-2,
  .workflow-section .step-3,
  .workflow-section .step-4,
  .workflow-section .step-5 {
    margin-top: 0;
  }

  .workflow-section .step-dot,
  .workflow-section .step-line-svg {
    display: none;
  }

  .workflow-section .strategy-banner-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .workflow-section .workflow-header {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------
   3. Breakpoint: 1024px / 991px (Tablets & Medium Screens)
   ------------------------------------------ */
@media (max-width: 1024px) {
  .hero-section {
    padding: 70px 0 0;
    gap: 40px;
  }

  .hero-section .hero-title {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-section .hero-subtitle {
    font-size: 17px;
    line-height: 26px;
  }

  .tax-planner-pro-wrapper .section-heading,
  .takeaways-section .takeaways-top-grid h2,
  .faq-section .faq-header h2,
  .cta-section .cta-title {
    font-size: 32px;
    line-height: 40px;
  }

  .summary-section,
  .challenge-section,
  .solution-section,
  .workflow-section,
  .tech-section,
  .impact-section,
  .takeaways-section,
  .faq-section,
  .cta-section {
    padding: 70px 0;
  }

  .summary-section .metrics-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .summary-section .metric-card {
    padding: 18px 16px;
    height: 100%;
  }

  .solution-section .solution-text-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .solution-section .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .challenge-section .challenge-cards-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .workflow-section .workflow-stepper-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }

  .workflow-section .strategy-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tech-section .tech-outer-card {
    padding: 40px 30px;
    border-radius: 24px;
  }

  .takeaways-section .takeaway-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .impact-section .comparison-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .impact-section .comparison-table {
    min-width: 580px;
    width: 100%;
  }

  .impact-section .impact-header {
    margin: 0 auto 40px;
  }

  .workflow-section .stage-desc,
  .workflow-section .stage-title {
    max-width: 100%;
  }

  .workflow-section .workflow-header {
    margin-bottom: 30px;
  }

  .takeaways-section .takeaways-content-grid {
    gap: 16px;
  }

  .takeaways-section .takeaways-top-grid {
    margin-bottom: 30px;
  }

  .solution-section .solution-header-grid {
    gap: 30px;
  }
}

/* ------------------------------------------
   4. Breakpoint: 767px (Mobile & Small Tablets)
   ------------------------------------------ */
@media (max-width: 767px) {
  .tax-planner-pro-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding: 44px 0 0;
    gap: 24px;
  }

  .hero-section .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-section .hero-subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .summary-section .brand-logo-box img {
    max-width: 180px;
  }

  .tax-planner-pro-wrapper .section-heading,
  .takeaways-section .takeaways-top-grid h2,
  .faq-section .faq-header h2,
  .cta-section .cta-title {
    font-size: 26px;
    line-height: 34px;
  }

  .tax-planner-pro-wrapper .badge-category {
    font-size: 13px;
    line-height: 18px;
  }

  .summary-section,
  .challenge-section,
  .solution-section,
  .workflow-section,
  .tech-section,
  .impact-section,
  .takeaways-section,
  .faq-section,
  .cta-section {
    padding: 48px 0;
  }

  .summary-section .summary-main {
    gap: 15px;
  }

  .summary-section .summary-description {
    font-size: 16px;
    line-height: 26px;
  }

  .summary-section .metadata-list {
    padding: 18px 16px;
    gap: 14px;
    border-radius: 14px;
  }

  .summary-section .metadata-item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 10px;
  }

  .summary-section .metadata-label {
    font-size: 14px;
    color: #6a43c5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .summary-section .metadata-value {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
  }

  .summary-section .metrics-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .summary-section .metric-card {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .summary-section .metric-card:first-child {
    padding-left: 14px;
  }

  .summary-section .metric-value {
    font-size: 26px;
    line-height: 32px;
  }

  .summary-section .metric-label {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
  }

  .challenge-section .challenge-cards-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .challenge-section .challenge-card {
    min-height: auto;
    padding: 22px;
    border-radius: 16px;
    gap: 18px;
  }

  .solution-section .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-section .capability-card {
    padding: 22px;
    border-radius: 16px;
    gap: 18px;
    border: 1px solid #eaecf0;
  }

  .solution-section .solution-img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .workflow-section .workflow-stepper-flow {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 36px;
  }

  .workflow-section .stepper-step {
    padding: 20px 18px;
    border-radius: 14px;
    gap: 10px;
  }

  .workflow-section .strategy-banner-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .workflow-section .strategy-banner-text h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .workflow-section .strategy-banner-text p {
    font-size: 15px;
    line-height: 22px;
  }

  .workflow-section .strategy-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .workflow-section .strategy-badge-pill {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    border-radius: 8px;
    background: rgba(152, 116, 235, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .tech-section .tech-outer-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .tech-section .tech-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .tech-section .tech-description {
    font-size: 15px;
    line-height: 23px;
    gap: 14px;
  }

  .tech-section .tech-category-card {
    padding: 18px 16px;
    border-radius: 14px;
    gap: 14px;
  }

  .tech-section .tech-divider {
    display: none;
  }

  .tech-section .tech-items-row {
    gap: 8px;
  }

  .tech-section .tech-item-tag {
    background: #f1ecfe;
    border: 1px solid rgba(106, 67, 197, 0.12);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .tech-section .tech-item-tag img {
    width: 20px;
    height: 20px;
  }

  .impact-section .impact-stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .impact-section .impact-stat-card {
    padding: 22px;
    border-radius: 16px;
    gap: 18px;
  }

  .impact-section .comparison-table-wrapper {
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  }

  .impact-section .comparison-table {
    min-width: 500px;
    width: 100%;
  }

  .impact-section .comparison-table th,
  .impact-section .comparison-table td {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .takeaways-section .takeaway-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .takeaways-section .takeaway-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .takeaways-section .takeaways-device-card {
    height: auto;
    padding: 20px 14px 0;
    border-radius: 16px;
  }

  .faq-section .faq-question-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }

  .faq-section .faq-answer-content {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-section .cta-container {
    gap: 16px;
  }

  .cta-section .cta-title {
    font-size: 26px;
    line-height: 34px;
  }

  .cta-section .cta-subtext {
    font-size: 15px;
    line-height: 22px;
  }

  .cta-section .cta-btn {
    width: 100%;
    max-width: 280px;
    font-size: 17px;
    line-height: 24px;
    padding: 14px 20px;
    margin-top: 10px;
  }
}

/* ------------------------------------------
   5. Breakpoint: 576px / 480px (Extra Small Smartphones)
   ------------------------------------------ */
@media (max-width: 576px) {
  .hero-section .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

  .tax-planner-pro-wrapper .section-heading,
  .takeaways-section .takeaways-top-grid h2,
  .faq-section .faq-header h2,
  .cta-section .cta-title {
    font-size: 22px;
    line-height: 30px;
  }

  .summary-section .metrics-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .summary-section .metric-card {
    padding: 14px 12px;
  }

  .summary-section .metric-card:first-child {
    padding-left: 12px;
  }

  .summary-section .metric-value {
    font-size: 24px;
    line-height: 30px;
  }

  .summary-section .metric-label {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
  }

  .workflow-section .strategy-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .workflow-section .strategy-badge-pill {
    padding: 10px 8px;
    font-size: 12px;
  }

  .impact-section .impact-big-val {
    font-size: 24px;
    line-height: 32px;
  }

  .impact-section .comparison-table {
    min-width: 460px;
  }

  .impact-section .comparison-table th,
  .impact-section .comparison-table td {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
