:root{
  --consult-bg: #f8fbff;
  --consult-line: rgba(16,97,238,.10);
  --consult-line-strong: rgba(16,97,238,.15);
  --consult-paper: #fffdf8;
  --consult-shadow: 0 18px 46px rgba(16,42,96,.08);
  --consult-shadow-soft: 0 10px 24px rgba(16,42,96,.05);
  --consult-radius-xl: 30px;
  --consult-radius-lg: 22px;
  --consult-radius-md: 16px;
}

main{
  overflow: clip;
}

.crumbs{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: rgba(11,16,32,.56);
  font-size: 13px;
  font-weight: 800;
}

.crumbs a{
  color: rgba(11,16,32,.72);
}

.crumbs a:hover{
  color: var(--b);
}

.cHero{
  position: relative;
  padding: 48px 0 26px;
  background:
    radial-gradient(480px 220px at 84% 10%, rgba(16,97,238,.06), transparent 60%),
    radial-gradient(420px 220px at 12% 22%, rgba(8,62,231,.04), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cHero::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 36%),
    linear-gradient(rgba(16,97,238,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,97,238,.025) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
  opacity: .22;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 92%);
}

.cHero__grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 380px);
  align-items: center;
  gap: 32px;
}

.cHero__copy{
  min-width: 0;
}

.cHero__eyebrow{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid var(--consult-line);
  box-shadow: 0 8px 18px rgba(6,44,170,.04);
  color: var(--b);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}

.cHero__title{
  margin: 16px 0 14px;
  color: var(--txt);
  font-size: clamp(30px, 4.6vw, 45px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.03em;
  max-width: 720px;
}

.cHero__title span{
  display: block;
  margin-top: 8px;
  color: var(--s);
}

.cHero__lead{
  margin: 0;
  max-width: 680px;
  color: rgba(11,16,32,.74);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 700;
}

.cHero__actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.cHero__trust{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.trustItem{
  padding: 14px 14px 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--consult-line);
  box-shadow: 0 12px 28px rgba(6,44,170,.045);
  backdrop-filter: blur(4px);
}

.trustItem strong{
  display: block;
  color: var(--txt);
  font-size: 14px;
  font-weight: 950;
}

.trustItem span{
  display: block;
  margin-top: 6px;
  color: rgba(11,16,32,.58);
  line-height: 1.75;
  font-size: 12px;
  font-weight: 800;
}

.cHero__visual{
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.consultNoteWrap{
  position: relative;
  width: min(100%, 350px);
  margin-inline-start: auto;
  padding-top: 24px;
  padding-inline: 4px;
  opacity: 0;
  transform: translateY(26px) scale(.97);
  transform-origin: top center;
  will-change: transform, opacity;
  animation: noteReveal 1.05s cubic-bezier(.18,1,.3,1) .08s forwards;
}

.consultTape{
  position: absolute;
  top: 11px;
  z-index: 3;
  width: 62px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(117,77,47,.94), rgba(93,59,36,.92));
  box-shadow: 0 4px 10px rgba(0,0,0,.10);
  opacity: .94;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.consultTape--left{
  inset-inline-start: 28px;
  animation:
    tapeRevealLeft .82s cubic-bezier(.2,.9,.2,1) .16s both,
    tapeLeftSwing 6.2s ease-in-out 1.2s infinite;
}

.consultTape--right{
  inset-inline-end: 26px;
  animation:
    tapeRevealRight .82s cubic-bezier(.2,.9,.2,1) .2s both,
    tapeRightSwing 6.2s ease-in-out 1.2s infinite;
}

.consultNote{
  position: relative;
  min-height: 430px;
  padding: 34px 28px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0) 54px),
    repeating-linear-gradient(
      to bottom,
      var(--consult-paper) 0 31px,
      rgba(101,137,214,.12) 31px 32px
    );
  border: 1px solid rgba(24,48,84,.08);
  border-radius: 6px 6px 12px 14px;
  box-shadow:
    0 22px 48px rgba(18,40,83,.07),
    0 8px 18px rgba(18,40,83,.045);
  overflow: hidden;
  --note-tilt: -2.15deg;
  transform: rotate(var(--note-tilt)) translate3d(0,0,0);
  transform-origin: top center;
  backface-visibility: hidden;
  will-change: transform;
  animation: noteFloat 5.8s ease-in-out 1.05s infinite;
}

.consultNote::before{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 20px;
  inset-inline-end: 20px;
  width: 2px;
  background: rgba(214,82,82,.22);
  pointer-events: none;
}

.consultNote::after{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18px;
  background:
    radial-gradient(circle at 10px -2px, transparent 10px, var(--consult-paper) 10px) repeat-x;
  background-size: 22px 18px;
  opacity: .65;
  pointer-events: none;
}

.consultNote__eyebrow{
  display: inline-block;
  color: rgba(11,16,32,.44);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.consultNote__title{
  margin: 18px 0 10px;
  color: #18253a;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  font-family: "Aref Ruqaa Ink", "Cairo", sans-serif;
}

.consultNote__intro{
  margin: 0 0 18px;
  color: rgba(24,37,58,.74);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
  font-family: "Aref Ruqaa Ink", "Cairo", sans-serif;
}

.consultNote__lines{
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.consultNote__lines p{
  margin: 0;
  color: #1d2a41;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 800;
  font-family: "Aref Ruqaa Ink", "Cairo", sans-serif;
  padding-inline-end: 18px;
}

.consultNote__lines p:nth-child(1){
  transform: rotate(-.7deg);
}

.consultNote__lines p:nth-child(2){
  transform: rotate(.45deg);
}

.consultNote__lines p:nth-child(3){
  transform: rotate(-.35deg);
}

.consultNote__signoff{
  position: absolute;
  inset-inline: 28px;
  bottom: 28px;
}

.consultNote__signoff span{
  display: inline-block;
  color: rgba(11,16,32,.62);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 2px solid rgba(16,97,238,.14);
  padding-bottom: 4px;
}

@keyframes noteReveal{
  0%{
    opacity: 0;
    transform: translateY(26px) scale(.97) rotate(-3deg);
  }
  60%{
    opacity: 1;
    transform: translateY(-4px) scale(1.008) rotate(-1.75deg);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes noteFloat{
  0%{
    transform: rotate(var(--note-tilt)) translateY(0);
  }
  25%{
    transform: rotate(calc(var(--note-tilt) + .45deg)) translateY(-4px);
  }
  50%{
    transform: rotate(calc(var(--note-tilt) + .75deg)) translateY(-7px);
  }
  75%{
    transform: rotate(calc(var(--note-tilt) + .35deg)) translateY(-3px);
  }
  100%{
    transform: rotate(var(--note-tilt)) translateY(0);
  }
}

@keyframes tapeRevealLeft{
  0%{
    opacity: 0;
    transform: translateY(-10px) rotate(-42deg) scale(.94);
  }
  100%{
    opacity: .94;
    transform: translateY(0) rotate(-34deg) scale(1);
  }
}

@keyframes tapeRevealRight{
  0%{
    opacity: 0;
    transform: translateY(-10px) rotate(40deg) scale(.94);
  }
  100%{
    opacity: .94;
    transform: translateY(0) rotate(33deg) scale(1);
  }
}

@keyframes tapeLeftSwing{
  0%{
    transform: rotate(-34deg) translateY(0);
  }
  50%{
    transform: rotate(-31.5deg) translateY(1px);
  }
  100%{
    transform: rotate(-34deg) translateY(0);
  }
}

@keyframes tapeRightSwing{
  0%{
    transform: rotate(33deg) translateY(0);
  }
  50%{
    transform: rotate(30.5deg) translateY(1px);
  }
  100%{
    transform: rotate(33deg) translateY(0);
  }
}

@media (hover: hover) and (pointer: fine){
  .consultNoteWrap:hover .consultNote{
    animation-play-state: paused;
    transform: rotate(calc(var(--note-tilt) + .9deg)) translateY(-10px);
    transition: transform .35s ease;
  }

  .consultNoteWrap:hover .consultTape--left{
    transform: rotate(-30deg) translateY(1px);
    transition: transform .35s ease;
  }

  .consultNoteWrap:hover .consultTape--right{
    transform: rotate(29deg) translateY(1px);
    transition: transform .35s ease;
  }
}

@media (max-width: 1100px){
  .cHero{
    padding: 42px 0 20px;
  }

  .cHero__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cHero__visual{
    justify-content: center;
  }

  .consultNoteWrap{
    margin-inline: auto;
  }
}

@media (max-width: 768px){
  .cHero{
    padding: 34px 0 12px;
    background:
      radial-gradient(320px 180px at 84% 8%, rgba(16,97,238,.05), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  .crumbs{
    margin-bottom: 14px;
    font-size: 12px;
  }

  .cHero__eyebrow{
    min-height: 32px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .cHero__title{
    margin: 14px 0 12px;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.12;
  }

  .cHero__lead{
    font-size: 15px;
    line-height: 1.9;
  }

  .cHero__actions{
    gap: 10px;
    margin-top: 20px;
  }

  .cHero__trust{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .trustItem{
    padding: 12px 13px;
    border-radius: 16px;
  }

  .consultNoteWrap{
    width: 100%;
    max-width: 310px;
    padding-top: 20px;
    animation-duration: .9s;
  }

  .consultTape{
    top: 10px;
    width: 52px;
    height: 13px;
  }

  .consultTape--left{
    inset-inline-start: 20px;
    animation:
      tapeRevealLeft .78s cubic-bezier(.2,.9,.2,1) .14s both,
      tapeLeftSwingMobile 7s ease-in-out 1.1s infinite;
  }

  .consultTape--right{
    inset-inline-end: 20px;
    animation:
      tapeRevealRight .78s cubic-bezier(.2,.9,.2,1) .18s both,
      tapeRightSwingMobile 7s ease-in-out 1.1s infinite;
  }

  .consultNote{
    min-height: auto;
    padding: 24px 18px 22px;
    border-radius: 6px 6px 10px 12px;
    --note-tilt: -1deg;
    box-shadow:
      0 16px 30px rgba(18,40,83,.06),
      0 6px 12px rgba(18,40,83,.035);
    animation: noteFloatMobile 6.6s ease-in-out 1s infinite;
  }

  .consultNote::before{
    inset-inline-end: 15px;
  }

  .consultNote__eyebrow{
    font-size: 9px;
    letter-spacing: .12em;
  }

  .consultNote__title{
    margin: 14px 0 8px;
    font-size: 24px;
  }

  .consultNote__intro{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .consultNote__lines{
    gap: 12px;
  }

  .consultNote__lines p{
    font-size: 18px;
    line-height: 1.7;
    padding-inline-end: 12px;
  }

  .consultNote__signoff{
    position: relative;
    inset: auto;
    margin-top: 18px;
  }

  .consultNote__signoff span{
    font-size: 12px;
  }

  @keyframes noteFloatMobile{
    0%{
      transform: rotate(var(--note-tilt)) translateY(0);
    }
    50%{
      transform: rotate(calc(var(--note-tilt) + .35deg)) translateY(-4px);
    }
    100%{
      transform: rotate(var(--note-tilt)) translateY(0);
    }
  }

  @keyframes tapeLeftSwingMobile{
    0%{
      transform: rotate(-34deg) translateY(0);
    }
    50%{
      transform: rotate(-32.5deg) translateY(1px);
    }
    100%{
      transform: rotate(-34deg) translateY(0);
    }
  }

  @keyframes tapeRightSwingMobile{
    0%{
      transform: rotate(33deg) translateY(0);
    }
    50%{
      transform: rotate(31.5deg) translateY(1px);
    }
    100%{
      transform: rotate(33deg) translateY(0);
    }
  }
}

@media (max-width: 560px){
  .cHero__actions{
    display: grid;
    grid-template-columns: 1fr;
  }

  .cHero__actions .btn{
    width: 100%;
    justify-content: center;
  }

  .consultNoteWrap{
    max-width: 286px;
  }

  .consultTape--left{
    animation: tapeRevealLeft .72s cubic-bezier(.2,.9,.2,1) .12s both;
  }

  .consultTape--right{
    animation: tapeRevealRight .72s cubic-bezier(.2,.9,.2,1) .16s both;
  }

  .consultNote{
    --note-tilt: 0deg;
    animation: noteFloatSmall 6.4s ease-in-out 1s infinite;
  }

  .consultNote__eyebrow{
    display: none;
  }

  .consultNote__intro{
    display: none;
  }

  .consultNote__lines p{
    font-size: 16px;
    line-height: 1.65;
    transform: none !important;
  }

  @keyframes noteFloatSmall{
    0%{
      transform: rotate(var(--note-tilt)) translateY(0);
    }
    50%{
      transform: rotate(.2deg) translateY(-3px);
    }
    100%{
      transform: rotate(var(--note-tilt)) translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce){
  .consultNoteWrap,
  .consultNote,
  .consultTape--left,
  .consultTape--right{
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
  }

  .consultNoteWrap{
    transform: none !important;
  }

  .consultNote{
    transform: rotate(var(--note-tilt)) !important;
  }
}

.cOutcomeSection,
.cProcessSection,
.cDeliverSection,
.cPackagesSection,
#faq{
  position: relative;
}

.outcomeGrid,
.processGrid{
  display: grid;
  gap: 18px;
}

.outcomeGrid{
  margin-top: 30px;
  grid-template-columns: 1.3fr repeat(2, minmax(0, 1fr));
}

.outcomeCard{
  position: relative;
  min-height: 220px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(16,97,238,.10);
  background: #fff;
  box-shadow: 0 18px 44px rgba(6,44,170,.06);
  overflow: hidden;
}

.outcomeCard::before{
  content: "";
  position: absolute;
  inset: auto -10% -25% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,97,238,.12), rgba(16,97,238,0) 70%);
}

.outcomeCard > *{
  position: relative;
  z-index: 1;
}

.outcomeCard--featured{
  grid-row: span 2;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.outcomeCard__tag{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16,97,238,.08);
  color: var(--b);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

.outcomeCard__num{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16,97,238,.12), rgba(8,62,231,.07));
  color: var(--b);
  font-size: 15px;
  font-weight: 950;
}

.outcomeCard h3{
  margin: 18px 0 10px;
  color: var(--txt);
  font-size: 25px;
  line-height: 1.3;
  font-weight: 950;
}

.outcomeCard p{
  margin: 0;
  color: rgba(11,16,32,.68);
  line-height: 1.95;
  font-size: 14px;
  font-weight: 700;
}

.pillRow{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pillRow span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(16,97,238,.10);
  background: rgba(255,255,255,.84);
  color: rgba(11,16,32,.72);
  font-size: 12px;
  font-weight: 850;
}

.fitGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.fitPanel{
  position: relative;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(16,97,238,.10);
  background: rgba(255,255,255,.90);
  box-shadow: 0 18px 44px rgba(6,44,170,.06);
  overflow: hidden;
}

.fitPanel::before{
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgba(16,97,238,.18), rgba(8,62,231,.42), rgba(16,97,238,.18));
  opacity: .78;
}

.fitPanel--no::before{
  background: linear-gradient(90deg, rgba(116,135,166,.24), rgba(88,106,140,.32), rgba(116,135,166,.24));
}

.fitPanel__head{
  margin-bottom: 18px;
}

.fitPanel__badge{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.fitPanel--yes .fitPanel__badge{
  color: #0d4fc7;
  background: rgba(16,97,238,.10);
}

.fitPanel--no .fitPanel__badge{
  color: #5d6b84;
  background: rgba(105,123,153,.10);
}

.fitPanel__head h3{
  margin: 16px 0 0;
  color: var(--txt);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 950;
}

.fitList{
  display: grid;
  gap: 14px;
}

.fitItem{
  padding: 16px;
  border-radius: 18px;
  background: rgba(250,252,255,.92);
  border: 1px solid rgba(16,97,238,.08);
}

.fitItem strong{
  display: block;
  color: var(--txt);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 950;
}

.fitItem p{
  margin: 8px 0 0;
  color: rgba(11,16,32,.62);
  line-height: 1.9;
  font-size: 13px;
  font-weight: 700;
}

.processGrid{
  margin-top: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.processCard{
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(16,97,238,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,255,.96));
  box-shadow: 0 16px 38px rgba(6,44,170,.06);
}

.processCard__step{
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16,97,238,.12), rgba(8,62,231,.08));
  color: var(--b);
  font-size: 16px;
  font-weight: 950;
}

.processCard h3{
  margin: 18px 0 10px;
  color: var(--txt);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 950;
}

.processCard p{
  margin: 0;
  color: rgba(11,16,32,.66);
  font-size: 14px;
  line-height: 1.92;
  font-weight: 700;
}

.cDeliverSection__grid{
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.deliverIntro,
.deliverStack{
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(16,97,238,.10);
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 50px rgba(6,44,170,.06);
}

.deliverIntro h2{
  margin: 10px 0 12px;
  color: var(--txt);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  font-weight: 950;
}

.deliverIntro p{
  margin: 0;
  color: rgba(11,16,32,.68);
  line-height: 2;
  font-size: 15px;
  font-weight: 700;
}

.deliverStack{
  display: grid;
  gap: 14px;
}

.deliverLine{
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(249,252,255,.94), rgba(255,255,255,.98));
  border: 1px solid rgba(16,97,238,.08);
}

.deliverLine strong{
  display: block;
  color: var(--txt);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 950;
}

.deliverLine p{
  margin: 8px 0 0;
  color: rgba(11,16,32,.62);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}

.faqWrap{
  max-width: 920px;
}

.faqPanel{
  position: relative;
}

.faqPanel__list{
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.faqPanel__item{
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(16,97,238,.10);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,44,170,.05);
}

.faqPanel__item summary{
  cursor: pointer;
  color: rgba(11,16,32,.90);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 950;
}

.faqPanel__item p{
  margin: 10px 0 0;
  color: rgba(11,16,32,.66);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}

.cFinalCta{
  padding: 0 0 86px;
}

.cFinalCta__box{
  text-align: center;
  padding: 40px 26px;
  border-radius: 34px;
  border: 1px solid rgba(16,97,238,.12);
  background:
    radial-gradient(340px 200px at 16% 14%, rgba(16,97,238,.10), transparent 65%),
    radial-gradient(340px 220px at 84% 84%, rgba(8,62,231,.08), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,249,255,.98));
  box-shadow: 0 28px 70px rgba(6,44,170,.08);
}

.cFinalCta__box h2{
  margin: 12px 0 10px;
  color: var(--txt);
  font-size: clamp(30px, 4.8vw, 46px);
  line-height: 1.12;
  font-weight: 950;
}

.cFinalCta__box p{
  max-width: 760px;
  margin: 0 auto 20px;
  color: rgba(11,16,32,.66);
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.footer{
  border-top: 1px solid rgba(16,97,238,.10);
  background: #fff;
}

.footer__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.footer__row p{
  margin: 0;
  color: rgba(11,16,32,.62);
  font-size: 14px;
  font-weight: 700;
}

.footer__links{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer__links a{
  color: rgba(11,16,32,.70);
  font-size: 14px;
  font-weight: 800;
}

.footer__links a:hover{
  color: var(--b);
}

@media (max-width: 1180px){
  .cHero__grid,
  .cDeliverSection__grid,
  .packageGrid,
  .fitGrid,
  .processGrid,
  .outcomeGrid{
    grid-template-columns: 1fr;
  }

  .cHero__visual{
    order: 2;
  }

  .cHero__copy{
    order: 1;
  }

  .packageCard--featured{
    transform: none;
  }

  .outcomeCard--featured{
    grid-row: auto;
  }
}

@media (max-width: 900px){
  .cHero{
    padding-top: 40px;
  }

  .cHero__trust,
  .diagnosisGrid{
    grid-template-columns: 1fr;
  }

  .diagnosisBoard{
    min-height: auto;
  }

  .fitPanel__head h3,
  .packageCard__top h3{
    font-size: 24px;
  }
}

@media (max-width: 640px){
  .cHero__eyebrow,
  .miniEyebrow{
    letter-spacing: .10em;
  }

  .cHero__lead,
  .cFinalCta__box p,
  .deliverIntro p{
    font-size: 14px;
  }

  .diagnosisBoard,
  .deliverIntro,
  .deliverStack,
  .fitPanel,
  .outcomeCard,
  .processCard,
  .packageCard,
  .cFinalCta__box{
    padding: 20px;
    border-radius: 24px;
  }

  .cHero__actions{
    align-items: stretch;
  }

  .cHero__actions .btn{
    width: 100%;
  }

  .decisionRail__head{
    flex-direction: column;
    align-items: flex-start;
  }

  .decisionStep{
    grid-template-columns: 38px 1fr;
  }

  .decisionStep span{
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .outcomeCard h3,
  .processCard h3,
  .deliverLine strong,
  .faqPanel__item summary{
    font-size: 18px;
  }

  .footer__row{
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ===== Premium motion + interaction layer ===== */

.cOutcomeSection,
.cProcessSection,
.cDeliverSection,
.cPackagesSection,
#faq,
.cFinalCta{
  isolation: isolate;
}

.cOutcomeSection::before,
.cProcessSection::before,
.cDeliverSection::before,
.cPackagesSection::before,
#faq::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(280px 180px at 12% 18%, rgba(16,97,238,.05), transparent 70%),
    radial-gradient(320px 200px at 88% 82%, rgba(8,62,231,.04), transparent 72%);
  opacity: .9;
  z-index: 0;
}

.outcomeGrid,
.fitGrid,
.processGrid,
.cDeliverSection__grid,
.faqPanel__list{
  position: relative;
  z-index: 1;
}

/* ===== shared premium card treatment ===== */

.outcomeCard,
.fitPanel,
.fitItem,
.processCard,
.deliverIntro,
.deliverStack,
.deliverLine,
.packageCard,
.faqPanel__item,
.cFinalCta__box{
  transition:
    transform .38s cubic-bezier(.22,1,.36,1),
    box-shadow .38s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    background .28s ease,
    filter .28s ease;
  will-change: transform, box-shadow;
}

.outcomeCard:hover,
.fitPanel:hover,
.processCard:hover,
.deliverIntro:hover,
.deliverStack:hover,
.packageCard:hover,
.faqPanel__item:hover{
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(6,44,170,.10);
  border-color: rgba(16,97,238,.18);
}

.outcomeCard:active,
.fitPanel:active,
.processCard:active,
.packageCard:active{
  transform: translateY(-4px);
}

/* ===== Outcome section ===== */

.outcomeCard{
  backdrop-filter: blur(6px);
}

.outcomeCard::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255,255,255,.34), transparent 64%);
  pointer-events: none;
  opacity: .9;
}

.outcomeCard:hover .outcomeCard__num{
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 28px rgba(16,97,238,.15);
}

.outcomeCard__num{
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}

.outcomeCard__tag{
  box-shadow: inset 0 0 0 1px rgba(16,97,238,.03);
}

.pillRow span{
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease,
    color .25s ease;
}

.pillRow span:hover{
  transform: translateY(-2px);
  background: rgba(16,97,238,.08);
  border-color: rgba(16,97,238,.18);
  color: var(--b);
}

/* ===== Fit panels ===== */

.fitPanel{
  backdrop-filter: blur(6px);
}

.fitPanel::after{
  content: "";
  position: absolute;
  inset: auto -14% -24% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,97,238,.10), transparent 72%);
  pointer-events: none;
  opacity: .65;
}

.fitItem{
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.fitItem:hover{
  transform: translateX(-4px);
  border-color: rgba(16,97,238,.16);
  box-shadow: 0 16px 30px rgba(6,44,170,.07);
  background: rgba(255,255,255,.98);
}

/* ===== Process cards ===== */

.processCard{
  overflow: hidden;
}

.processCard::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255,255,255,.26), transparent 68%);
  pointer-events: none;
}

.processCard::after{
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16,97,238,.16), transparent);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}

.processCard:hover::after{
  opacity: 1;
  transform: translateY(0);
}

.processCard:hover .processCard__step{
  transform: rotate(-6deg) scale(1.06);
  box-shadow: 0 16px 30px rgba(16,97,238,.14);
}

.processCard__step{
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    box-shadow .32s ease,
    background .32s ease;
}

/* ===== Deliver section ===== */

.deliverIntro,
.deliverStack{
  position: relative;
  overflow: hidden;
}

.deliverIntro::before,
.deliverStack::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.28), transparent 66%);
  opacity: .95;
}

.deliverLine{
  position: relative;
  overflow: hidden;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.deliverLine::before{
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16,97,238,.16), rgba(8,62,231,.42));
  opacity: .82;
}

.deliverLine:hover{
  transform: translateX(-4px);
  border-color: rgba(16,97,238,.15);
  box-shadow: 0 16px 30px rgba(6,44,170,.06);
}

/* ===== Packages ===== */


/* ===== Final CTA ===== */

.cFinalCta__box{
  position: relative;
  overflow: hidden;
}

.cFinalCta__box::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255,255,255,.28), transparent 65%);
}

.cFinalCta__box:hover{
  transform: translateY(-6px);
  box-shadow: 0 32px 76px rgba(6,44,170,.10);
}

.cFinalCta__box .btn{
  transition:
    transform .26s ease,
    box-shadow .26s ease,
    filter .26s ease;
}

.cFinalCta__box .btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16,97,238,.18);
}

/* ===== subtle entrance animation ===== */

@keyframes cardLiftIn{
  0%{
    opacity: 0;
    transform: translateY(20px) scale(.985);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.outcomeCard,
.fitPanel,
.processCard,
.deliverIntro,
.deliverStack,
.packageCard,
.faqPanel__item,
.cFinalCta__box{
  animation: cardLiftIn .7s cubic-bezier(.22,1,.36,1) both;
}

.outcomeCard:nth-child(1),
.fitPanel:nth-child(1),
.processCard:nth-child(1),
.packageCard:nth-child(1),
.faqPanel__item:nth-child(1){
  animation-delay: .03s;
}

.outcomeCard:nth-child(2),
.fitPanel:nth-child(2),
.processCard:nth-child(2),
.packageCard:nth-child(2),
.faqPanel__item:nth-child(2){
  animation-delay: .08s;
}

.outcomeCard:nth-child(3),
.processCard:nth-child(3),
.packageCard:nth-child(3),
.faqPanel__item:nth-child(3){
  animation-delay: .13s;
}

.outcomeCard:nth-child(4),
.processCard:nth-child(4),
.faqPanel__item:nth-child(4){
  animation-delay: .18s;
}

/* ===== responsive refinements ===== */

@media (max-width: 1180px){
  .outcomeCard:hover,
  .fitPanel:hover,
  .processCard:hover,
  .deliverIntro:hover,
  .deliverStack:hover,
  .packageCard:hover,
  .faqPanel__item:hover{
    transform: translateY(-4px);
  }
}

@media (max-width: 900px){
  .fitItem:hover,
  .deliverLine:hover,
  .packageCard li:hover{
    transform: none;
  }
}

@media (max-width: 640px){
  .outcomeCard,
  .fitPanel,
  .processCard,
  .deliverIntro,
  .deliverStack,
  .packageCard,
  .cFinalCta__box,
  .faqPanel__item{
    box-shadow: 0 14px 32px rgba(6,44,170,.06);
  }

  .outcomeCard:hover,
  .fitPanel:hover,
  .processCard:hover,
  .deliverIntro:hover,
  .deliverStack:hover,
  .packageCard:hover,
  .faqPanel__item:hover,
  .cFinalCta__box:hover{
    transform: translateY(-2px);
  }

  .processCard:hover .processCard__step{
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce){
  .outcomeCard,
  .fitPanel,
  .fitItem,
  .processCard,
  .deliverIntro,
  .deliverStack,
  .deliverLine,
  .packageCard,
  .faqPanel__item,
  .cFinalCta__box,
  .processCard__step,
  .outcomeCard__num,
  .pillRow span,
  .packageCard__top span,
  .cFinalCta__box .btn{
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.reveal{
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 30px, 0) scale(.985);
  transition:
    opacity .82s cubic-bezier(.22,1,.36,1),
    transform .82s cubic-bezier(.22,1,.36,1),
    filter .82s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal-up{
  transform: translate3d(0, 34px, 0) scale(.985);
}

.reveal-left{
  transform: translate3d(-34px, 0, 0) scale(.985);
}

.reveal-right{
  transform: translate3d(34px, 0, 0) scale(.985);
}

.reveal.is-visible{
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 768px){
  .reveal-up{
    transform: translate3d(0, 22px, 0) scale(.99);
  }

  .reveal-left,
  .reveal-right{
    transform: translate3d(0, 22px, 0) scale(.99);
  }
}

@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}