 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 /* HERO SECTION */
 .hero-sec {
   background: linear-gradient(135deg, var(--bg-main) 50%, #d8e2ff 100%);
   position: relative;
   padding: var(--space-64) 0;
 }

 .hero {
   display: flex;
   align-items: center;
   justify-content: space-between;
   min-height: 500px;
   overflow: hidden;
   gap: var(--space-32);

 }

 .hero::before {
   content: '';
   position: absolute;
   width: 500px;
   height: 500px;
   background:#bed7fb;
   border-radius: 50%;
   right: -100px;
   top: 50%;
   transform: translateY(-50%);
   opacity: 0.3;
 }

 .hero-content {
   max-width: 600px;
   z-index: 2;
 }

 .hero-content h1 {
   font-family: var(--heading-bold-font-family);
   font-size: clamp(var(--h2-size-40), 4vw, 2.9rem);
   font-weight: var(--font-700);
   color: var(--text-primary);
   margin-bottom: var(--space-20);
   line-height: var(--leading-tight);
 }

 .hero-content p {
   font-size: var(--p-size-18);
   color: var(--text-primary);
   margin-bottom: var(--space-32);
   line-height: var(--leading-relaxed);
 }

 .btn-group {
   display: flex;
   gap: var(--space-16);
 }


 .hero-content .hero-badge {
   margin-top: var(--space-24);
   font-size: var(--p-size-12);
   color: var(--text-grey);
 }

 .right-card {
   max-width: 548px;
   background: linear-gradient(213.03deg, rgba(0, 101, 242, 0.95) -113.8%, rgba(255, 255, 255, 0.95) 26.24%);
   border-radius: 30px;
   padding: 28px;
   position: relative;
   z-index: 2;
   border: 2px solid #fff;
   box-shadow: 0 3px 33px 4px #0C0C0D14;
   overflow: hidden;
 }



 .card-title {
   font-size: 28px;
   font-weight: 700;
   line-height: 120%;
   letter-spacing: 2%;
   color: var(--text-primary);
   margin-bottom: var(--space-16);
   position: relative;
   z-index: 2;
 }

 .step-card {
   background: var(--bg-light);
   border: 1px solid #E2E2E2;
   border-radius: 16px;
   padding: 16px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 12px;
   position: relative;
   z-index: 2;
   box-shadow: 0px 5px 14px 0px #080F340A;

 }

 .step-left {
   display: flex;
   gap: 16px;
   align-items: flex-start;
 }

 .step-number {
   width: 46px;
   height: 48px;
   background: var(--text-primary);
   color: #fff;
   border-radius: 8px;
   padding: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   font-weight: 600;
   line-height: 120%;
   flex-shrink: 0;
 }

 .step-content h3 {
   font-size: 16px;
   font-weight: 600;
   line-height: 110.00000000000001%;
   margin-bottom: 8px;
   color: var(--text-primary);
 }

 .step-content p {
   color: var(--text-primary);
   font-size: 14px;
   font-weight: 400;
   line-height: 120%;
   max-width: 318px;
 }

 .open-link {
   display: flex;
   gap: 2px;
   color: var(--primary-color);
   font-size: 14px;
   font-weight: 600;
   line-height: 110.00000000000001%;
   text-decoration: none;
   white-space: nowrap;
 }


 @media (max-width: 1024px) {
   .hero {
     flex-direction: column;
     padding: var(--space-48) var(--space-24);
   }

   .hero-features {
     position: static;
     width: 100%;
     margin-top: var(--space-32);
     transform: none;
   }

   .hero-content h1 {
     font-size: var(--h2-size-40);
   }


 }

 @media (max-width: 768px) {


   .hero-content h1 {
     font-size: var(--h2-size-32);
   }

   .section {
     padding: var(--space-48) var(--space-16);
   }

   .section h2 {
     font-size: var(--h2-size-32);
   }

 }



 

/* MIGRATION WORKSPACE — hero right panel */
.hero-sec .migration-visual {
  position: relative;
  width: 100%;
  max-width: 548px;
  padding: 28px;
  background: linear-gradient(213deg, rgba(0,101,242,.95) -114%, rgba(255,255,255,.98) 26%);
  border: 2px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 33px 4px rgba(12,12,13,.08);
  overflow: hidden;
  z-index: 2;
  flex: 0 1 548px;
}
.hero-sec .migration-visual::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -135px;
  top: -155px;
  border-radius: 50%;
  background: rgba(0,101,242,.10);
  pointer-events: none;
}
.hero-sec .migration-visual__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.hero-sec .visual-label {
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-sec .visual-status {
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid #c5d8fc;
  border-radius: 9999px;
  background: #eaf2ff;
  color: #0065f2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.hero-sec .migration-source-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hero-sec .migration-source-grid .source-card {
  min-width: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  box-shadow: 0 5px 14px rgba(8,15,52,.04);
}
.hero-sec .migration-source-grid .source-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eaf2ff;
  color: #0065f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.hero-sec .migration-source-grid .source-card strong,
.hero-sec .migration-source-grid .source-card small { display:block; }
.hero-sec .migration-source-grid .source-card strong {
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.hero-sec .migration-source-grid .source-card small {
  margin-top: 4px;
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}
.hero-sec .migration-path {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 4px;
  margin: 30px 0;
}
.hero-sec .migration-path::before {
  content:"";
  position:absolute;
  left:6%; right:6%; top:15px;
  height:2px;
  background:#d8e0ec;
  z-index:0;
}
.hero-sec .migration-step { position:relative; z-index:1; min-width:0; text-align:center; }
.hero-sec .migration-step span {
  display:flex;
  width:30px; height:30px;
  margin:0 auto 8px;
  align-items:center; justify-content:center;
  border:2px solid #d8e0ec;
  border-radius:50%;
  background:#fff;
  color:#667085;
  font-size:11px;
  font-weight:700;
  line-height:1;
}
.hero-sec .migration-step strong {
  display:block;
  color:#111827;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}
.hero-sec .migration-step.is-complete span,
.hero-sec .migration-step.is-active span { border-color:#0065f2; background:#0065f2; color:#fff; }
.hero-sec .migration-step.is-active strong { color:#0065f2; }
.hero-sec .migration-summary {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:16px;
  border:1px solid #e3e9f2;
  border-radius:14px;
  background:rgba(247,249,252,.98);
}
.hero-sec .migration-summary div { min-width:0; }
.hero-sec .migration-summary span,
.hero-sec .migration-summary strong { display:block; }
.hero-sec .migration-summary span { color:#667085; font-size:11px; line-height:1.3; }
.hero-sec .migration-summary strong { margin-top:3px; color:#111827; font-size:13px; font-weight:600; line-height:1.25; }
@media (max-width:1024px) {
  .hero-sec .migration-visual { max-width:700px; flex-basis:auto; }
}
@media (max-width:640px) {
  .hero-sec .migration-visual { padding:20px; border-radius:22px; }
  .hero-sec .migration-visual__top { align-items:flex-start; flex-direction:column; gap:8px; }
  .hero-sec .visual-label { font-size:21px; }
  .hero-sec .migration-source-grid,
  .hero-sec .migration-summary { grid-template-columns:1fr; }
  .hero-sec .migration-source-grid .source-card { display:grid; grid-template-columns:40px 1fr; gap:10px; align-items:center; }
  .hero-sec .migration-source-grid .source-icon { margin-bottom:0; }
  .hero-sec .migration-path { grid-template-columns:1fr; gap:10px; margin:24px 0; }
  .hero-sec .migration-path::before { left:14px; right:auto; top:15px; bottom:15px; width:2px; height:auto; }
  .hero-sec .migration-step { display:grid; grid-template-columns:30px 1fr; gap:12px; align-items:center; text-align:left; }
  .hero-sec .migration-step span { margin:0; }
  .hero-sec .migration-step strong { font-size:12px; }
}

/* =========================================================
   ACCOUNTING SOFTWARE DATA MIGRATION — PAGE-SPECIFIC STYLES
   Built on the Ledger Management visual system.
   ========================================================= */

.migration-hero .hero-note {
  margin-top: var(--space-24);
  margin-bottom: 0;
  font-size: var(--p-size-12);
  color: var(--text-grey);
}

.migration-right-card .step-content p { max-width: 360px; }

.migration-section { padding: var(--space-85) 0; background: var(--bg-light); }
.section-soft-blue { background: #f7faff; }
.migration-section-header { margin-bottom: var(--space-48); }
.migration-section-header .section-header-left { max-width: 900px; }
.migration-section-header .section-desc { max-width: 860px; }

.intro-highlight-grid,
.source-options,
.data-grid,
.connected-grid {
  display: grid;
  gap: var(--space-16);
}
.intro-highlight-grid,
.source-options,
.connected-grid { grid-template-columns: repeat(3, 1fr); }
.data-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-20); }

.intro-highlight-grid article,
.migration-card,
.data-card,
.feature-panel,
.validation-grid article,
.connected-item {
  background: var(--bg-main);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-16);
  padding: var(--space-28, 28px);
  transition: box-shadow .25s, border-color .25s, transform .2s;
}

.intro-highlight-grid article:hover,
.migration-card:hover,
.data-card:hover,
.feature-panel:hover,
.connected-item:hover {
  border-color: #c5d8fc;
  box-shadow: var(--shadow-panel);
  transform: translateY(-2px);
}

.intro-highlight-grid article > span,
.card-index,
.process-grid article > span,
.feature-panel-head > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--color-active-bg);
  color: var(--primary-color);
  border-radius: var(--radius-8);
  font-size: var(--p-size-14);
  font-weight: var(--font-700);
}

.intro-highlight-grid h3,
.migration-card h3,
.data-card h3,
.feature-panel h3,
.validation-grid h3,
.connected-item strong {
  margin: var(--space-16) 0 var(--space-8);
  font-family: var(--heading-bold-font-family);
  color: var(--text-nav);
  font-size: var(--h3-size-20, 20px);
  line-height: var(--leading-tight);
}

.intro-highlight-grid p,
.migration-card p,
.data-card p,
.feature-panel p,
.validation-grid p,
.connected-item span {
  color: var(--text-primary);
  font-size: var(--p-size-14);
  line-height: var(--leading-relaxed);
}

.feature-list { list-style: none; padding: 0; margin: var(--space-20) 0 0; }
.feature-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text-primary);
  font-size: var(--p-size-14);
  line-height: var(--leading-relaxed);
}
.feature-list li + li { margin-top: var(--space-8); }
.feature-list li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: .7em;
  border-radius: 50%;
  background: var(--success-color);
}

.data-tag {
  display: inline-flex;
  padding: 5px 10px;
  background: var(--color-active-bg);
  color: var(--primary-color);
  border: 1px solid #c5d8fc;
  border-radius: var(--radius-9999);
  font-size: 11px;
  font-weight: var(--font-700);
  letter-spacing: .08em;
}

/* Dark migration-process section, aligned to ledger visual language */
.migration-process-section { padding: var(--space-85) 0; background: var(--bg-dark); color: #fff; }
.process-heading { max-width: 850px; margin-bottom: var(--space-48); }
.section-eyebrow-light { color: #a9c9ff; }
.section-eyebrow-light .dash { background: #a9c9ff; }
.process-heading h2 {
  margin: var(--space-12) 0;
  font-family: var(--heading-bold-font-family);
  font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-40));
  line-height: var(--leading-tight);
  color: #fff;
}
.process-heading h2 span { color: #7cb1ff; }
.process-heading p { max-width: 760px; color: #c8d0db; font-size: var(--p-size-18); line-height: var(--leading-normal); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-16); }
.process-grid article {
  padding: var(--space-24);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-16);
  background: rgba(255,255,255,.045);
}
.process-grid article > span { background: rgba(0,101,242,.24); color: #9cc3ff; }
.process-grid h3 { margin: var(--space-16) 0 var(--space-8); color: #fff; font-size: var(--h3-size-20,20px); }
.process-grid p { color: #c8d0db; font-size: var(--p-size-14); line-height: var(--leading-relaxed); }
.recommended-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-10,10px);
  margin-top: var(--space-32);
  padding: var(--space-20);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-12);
  color: #c8d0db;
  background: rgba(255,255,255,.035);
  font-size: var(--p-size-12);
}
.recommended-flow strong { color: #9cc3ff; text-transform: uppercase; letter-spacing: .06em; }
.recommended-flow i { color: #718096; font-style: normal; font-size: 18px; }

/* Excel migration */
.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: var(--space-64); align-items: start; }
.split-copy .section-title { margin: var(--space-12) 0 var(--space-16); }
.split-copy .section-desc + .section-desc { margin-top: var(--space-12); }
.text-link { display: inline-flex; gap: 7px; margin-top: var(--space-20); color: var(--primary-color); font-weight: var(--font-600); text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.checklist-panel { overflow: hidden; background: #fff; border: 1.5px solid var(--color-border); border-radius: var(--radius-16); box-shadow: var(--shadow-panel); }
.checklist-header { display: flex; justify-content: space-between; gap: var(--space-16); padding: var(--space-20) var(--space-24); background: var(--color-active-bg); border-bottom: 1px solid #d6e2f9; }
.checklist-header span { font-weight: var(--font-700); color: var(--text-nav); }
.checklist-header strong { color: var(--primary-color); font-size: var(--p-size-14); }
.migration-list { list-style: none; margin: 0; padding: 0 var(--space-24); }
.migration-list li { display: grid; grid-template-columns: 42px 1fr; gap: var(--space-16); padding: var(--space-20) 0; border-bottom: 1px solid var(--color-border); }
.migration-list li:last-child { border-bottom: 0; }
.migration-list li > span { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: var(--radius-8); background: var(--color-active-bg); color: var(--primary-color); font-size: 12px; font-weight: var(--font-700); }
.migration-list strong { display: block; margin-bottom: 4px; color: var(--text-nav); }
.migration-list p { margin: 0; color: var(--text-primary); font-size: var(--p-size-14); line-height: var(--leading-relaxed); }

/* Critical starting data */
.feature-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-20); }
.feature-panel { padding: var(--space-32); }
.feature-panel-head { display: grid; grid-template-columns: 46px 1fr; gap: var(--space-16); align-items: start; }
.feature-panel-head h3 { margin: 4px 0 0; font-size: var(--h3-size-24); }
.feature-panel-head small { color: var(--primary-color); font-weight: var(--font-700); letter-spacing: .08em; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-10,10px); margin-top: var(--space-24); }
.mini-grid span { padding: 11px 13px; border-radius: var(--radius-8); background: #f7faff; color: var(--text-nav); font-size: var(--p-size-14); font-weight: var(--font-500); }

/* Validation */
.migration-validation-section { padding: var(--space-85) 0; background: #f7faff; }
.validation-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: var(--space-64); align-items: center; }
.validation-layout .section-title { margin: var(--space-12) 0 var(--space-16); }
.validation-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-16); }
.validation-grid article { background: #fff; }
.validation-grid h3 { margin-top: 0; }

/* Migration scope */
.scope-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-32); align-items: center; }
.scope-copy .section-title { margin: var(--space-12) 0 var(--space-16); }
.scope-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-12); }
.scope-grid span { display: flex; align-items: center; min-height: 64px; padding: var(--space-16); border: 1.5px solid var(--color-border); border-radius: var(--radius-12); background: #fff; color: var(--text-primary); font-size: var(--p-size-14); font-weight: var(--font-500); }

/* Connected cluster */
.connected-item { display: block; text-decoration: none; }
.connected-item strong { display: block; margin-top: 0; color: var(--text-nav); }
.connected-item:hover strong { color: var(--primary-color); }

/* FAQ: align exactly with ledger page behavior */
.faq-section { background: var(--bg-main); }
.section-subheading { color: var(--text-primary); font-size: var(--p-size-16); line-height: var(--leading-relaxed); margin-top: var(--space-8); }

/* CTA */
.cta-section {
  background: var(--primary-color);
  overflow: hidden;
}
.cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: var(--space-48); min-height: 330px; }
.cta-lft h2 { color: #fff; font-family: var(--heading-bold-font-family); font-size: clamp(var(--h2-size-28), 4vw, var(--h2-size-40)); line-height: var(--leading-tight); margin-bottom: var(--space-16); }
.cta-lft p { color: rgba(255,255,255,.88); font-size: var(--p-size-18); line-height: var(--leading-normal); margin-bottom: var(--space-24); max-width: 720px; }
.cta-rgt { align-self: end; display: flex; justify-content: flex-end; }
.cta-img { max-width: 420px; width: 100%; display: block; }
.btn-outline-white, .btn-outline-white-soft { display: inline-flex; align-items: center; justify-content: center; padding: 12px var(--space-24); border-radius: var(--radius-8); font-size: var(--p-size-14); font-weight: var(--font-600); text-decoration: none; transition: background .2s, border-color .2s; }
.btn-outline-white { border: 1.5px solid #fff; color: #fff; }
.btn-outline-white:hover { background: #fff; color: var(--primary-color); }
.btn-outline-white-soft { border: 1.5px solid rgba(255,255,255,.45); color: #fff; }
.btn-outline-white-soft:hover { border-color: #fff; background: rgba(255,255,255,.08); }


@media (max-width: 1023px) {
  .intro-highlight-grid, .source-options, .data-grid, .connected-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .split-layout, .validation-layout, .scope-layout, .cta-inner { grid-template-columns: 1fr; gap: var(--space-40,40px); }
  .cta-rgt { justify-content: flex-start; }
}

@media (max-width: 767px) {
  .migration-section, .migration-process-section, .migration-validation-section { padding: var(--space-64) var(--space-16); }
  .intro-highlight-grid, .source-options, .data-grid, .connected-grid, .process-grid, .feature-pair, .validation-grid, .scope-grid, .mini-grid { grid-template-columns: 1fr; }
  .recommended-flow { display: grid; grid-template-columns: 1fr; }
  .recommended-flow i { transform: rotate(90deg); transform-origin: left center; }
  .feature-panel-head { grid-template-columns: 1fr; }
  .cta-inner { padding: var(--space-48) 0; }
  .cta-rgt { display: none; }
}


/* =========================================================
   NON-HERO ALIGNMENT PATCH
   Scoped deliberately so the verified hero remains untouched.
   ========================================================= */

/* Shared section headings, migration content only */
.migration-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-48);
  margin-bottom: var(--space-48);
}

.migration-section .section-header-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  max-width: 900px;
}

.migration-section .section-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  color: var(--primary-color);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.migration-section .section-eyebrow .dash {
  width: 18px;
  height: 2px;
  flex: 0 0 auto;
  display: inline-block;
  border-radius: var(--radius-6);
  background: var(--primary-color);
}

.migration-section .section-title {
  margin: 0;
  font-family: var(--heading-bold-font-family);
  font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-40));
  font-weight: var(--font-700);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: -.02em;
}

.migration-section .section-title span { color: var(--primary-color); }

.migration-section .section-desc {
  max-width: 860px;
  margin: 2px 0 0;
  font-family: var(--para-font-family);
  font-size: var(--p-size-18);
  font-weight: var(--font-400);
  color: var(--text-primary);
  line-height: var(--leading-normal);
}

.migration-section .split-copy .section-title,
.migration-section .validation-copy .section-title,
.migration-section .scope-copy .section-title {
  margin: var(--space-12) 0 var(--space-16);
}

/* FAQ component only */
.faq-section {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--space-85) 0;
  background: var(--bg-light);
}

.faq-section .faq-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-24);
  margin-bottom: var(--space-48);
  flex-wrap: wrap;
}

.faq-section .faq-header__left {
  flex: 1;
  max-width: 900px;
}

.faq-section .section-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  color: var(--primary-color);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-section .section-eyebrow__line {
  width: 18px;
  height: 2px;
  flex: 0 0 auto;
  display: inline-block;
  border-radius: var(--radius-6);
  background: var(--primary-color);
}

.faq-section .section-heading {
  margin: var(--space-8) 0;
  font-family: var(--heading-bold-font-family);
  font-size: var(--h2-size-40);
  font-weight: var(--font-800);
  color: var(--text-nav);
  line-height: var(--leading-tight);
  letter-spacing: -.02em;
}

.faq-section .section-subheading {
  max-width: 860px;
  margin: 0;
  font-family: var(--para-font-family);
  font-size: var(--p-size-16);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
}

.faq-section .collapse-all-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  padding: 8px 14px;
  margin-top: 6px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-9999);
  background: var(--bg-main);
  color: var(--primary-color);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  cursor: pointer;
}

.faq-section .collapse-all-btn:hover { background: #eaf0ff; }

.faq-section .collapse-all-btn .btn-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--primary-color);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.faq-section .faq-item {
  overflow: hidden;
  background: var(--bg-main);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-12);
  transition: border-color .2s, box-shadow .2s;
}

.faq-section .faq-item:hover {
  border-color: #d6e2f9;
  box-shadow: 0 4px 20px rgba(0,101,242,.08);
}

.faq-section .faq-item input[type="checkbox"] { display: none; }

.faq-section .faq-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-24);
  padding: var(--space-20) var(--space-24);
  cursor: pointer;
  user-select: none;
}

.faq-section .faq-question {
  font-family: var(--para-font-family);
  font-size: clamp(var(--p-size-18), 2.5vw, 22px);
  font-weight: var(--font-500);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: -.38px;
}

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

.faq-section .faq-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--text-grey);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 var(--space-24);
  transition: max-height .35s ease;
}

.faq-section .faq-answer p {
  max-width: 1000px;
  padding-bottom: var(--space-20);
  font-size: var(--p-size-16);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
}

.faq-section .faq-item input[type="checkbox"]:checked ~ .faq-label .faq-icon {
  transform: rotate(180deg);
}

.faq-section .faq-item input[type="checkbox"]:checked ~ .faq-label .faq-icon svg {
  stroke: var(--primary-color);
}

.faq-section .faq-item input[type="checkbox"]:checked ~ .faq-answer {
  max-height: 420px;
}

/* CTA only */
.cta-section {
  background: var(--primary-color);
  overflow: hidden;
}

.cta-section .cta-inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: var(--space-48);
  position: relative;
}

.cta-section .cta-lft { padding: var(--space-64) 0; z-index: 2; }

.cta-section .cta-lft h2 {
  max-width: 700px;
  margin: 0 0 var(--space-16);
  font-family: var(--heading-bold-font-family);
  font-size: clamp(var(--h2-size-28), 4vw, var(--h2-size-40));
  font-weight: var(--font-800);
  color: #fff;
  line-height: var(--leading-tight);
}

.cta-section .cta-lft p {
  max-width: 690px;
  margin: 0 0 var(--space-28, 28px);
  font-size: var(--p-size-18);
  color: rgba(255,255,255,.86);
  line-height: var(--leading-relaxed);
}

.cta-section .btn-group { display: flex; gap: var(--space-12); flex-wrap: wrap; }

.cta-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  min-height: 46px;
  padding: 11px var(--space-24);
  border-radius: var(--radius-8);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  text-decoration: none;
}

.cta-section .btn-outline-white {
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.9);
}

.cta-section .btn-outline-white-soft {
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
}

.cta-section .cta-rgt { align-self: end; display: flex; justify-content: flex-end; }
.cta-section .cta-img { display: block; max-height: 330px; width: auto; object-fit: contain; }

@media (max-width: 900px) {
  .migration-section .section-header { flex-direction: column; gap: var(--space-16); }
  .cta-section .cta-inner { grid-template-columns: 1fr; }
  .cta-section .cta-rgt { display: none; }
}

@media (max-width: 767px) {
  .migration-section .section-header { margin-bottom: var(--space-32); }
  .faq-section { padding: var(--space-64) var(--space-16); }
  .faq-section .section-heading { font-size: var(--h2-size-28); }
  .faq-section .faq-label { padding: var(--space-16); }
  .faq-section .faq-answer { padding: 0 var(--space-16); }
  .cta-section .cta-lft { padding: var(--space-48) var(--space-16); }
}


/* FINAL CTA - light variant */
.cta-section {
  background: #f4f7fb;
  border-top: 1px solid #e3e9f2;
  border-bottom: 1px solid #e3e9f2;
}
.cta-section .cta-lft h2 {
  color: var(--text-nav);
}
.cta-section .cta-lft p {
  color: var(--text-primary);
}
.cta-section .btn-outline-white {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.cta-section .btn-outline-white:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}
.cta-section .btn-outline-white-soft {
  background: #fff;
  color: var(--primary-color);
  border-color: #c9d7ea;
}
.cta-section .btn-outline-white-soft:hover {
  background: #eaf1fb;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
