.capability-body {
  background: #f7f9fc;
}

.capability-body .reveal {
  opacity: 1;
  transform: none;
}

.capability-body .top-shell {
  min-height: auto;
  padding-bottom: 0;
}

.cap-page-hero {
  position: relative;
  padding: 92px 0 110px;
}

.cap-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 7% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(23, 107, 255, 0.14);
  filter: blur(80px);
  pointer-events: none;
}

.cap-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.cap-hero-copy .section-kicker {
  color: #91b8ff;
}

.cap-hero-copy h1 {
  max-width: 780px;
  margin: 19px 0 22px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.12;
  letter-spacing: -1.8px;
}

.cap-hero-copy h1 span {
  color: transparent;
  background: linear-gradient(105deg, #78a9ff, #6ee7ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.cap-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: #bdcbe0;
  font-size: 17px;
  line-height: 2;
}

.cap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.cap-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  color: #9db0c8;
  font-size: 13px;
}

.cap-hero-facts span {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.cap-hero-facts b {
  color: #fff;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 25px;
}

.cap-flow-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(18px);
}

.cap-flow-card::before {
  content: "";
  position: absolute;
  inset: -80px -110px auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(48, 132, 255, 0.18);
  filter: blur(12px);
}

.cap-flow-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #d7e2f1;
  font-size: 13px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39d98a;
  box-shadow: 0 0 0 6px rgba(57, 217, 138, 0.1), 0 0 18px rgba(57, 217, 138, 0.7);
}

.cap-flow-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cap-flow-step > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(105, 173, 255, 0.35);
  border-radius: 15px;
  background: rgba(23, 107, 255, 0.13);
  color: #80b2ff;
  font: 700 13px "Dana", sans-serif;
}

.cap-flow-step div {
  display: grid;
  gap: 3px;
}

.cap-flow-step b {
  font-size: 15px;
}

.cap-flow-step small {
  color: #98abc5;
  font-size: 12px;
  line-height: 1.65;
}

.cap-flow-line {
  width: 1px;
  height: 18px;
  margin: 5px 24px;
  background: linear-gradient(#347fe9, rgba(52, 127, 233, 0.15));
}

.cap-jump-section {
  position: relative;
  z-index: 12;
  margin-top: -34px;
}

.cap-jump-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(12, 28, 52, 0.1);
}

.cap-jump-grid a {
  display: grid;
  gap: 8px;
  min-height: 83px;
  padding: 15px 12px;
  border-radius: 13px;
  color: #25354c;
  font-size: 12px;
  text-align: center;
  transition: 180ms ease;
}

.cap-jump-grid a:not(:last-child) {
  border-left: 1px solid #edf0f5;
}

.cap-jump-grid a:hover {
  color: var(--blue);
  background: #f2f7ff;
}

.cap-jump-grid span {
  color: var(--blue);
  font: 700 12px "Dana", sans-serif;
}

.capability-body .section {
  position: relative;
}

.cap-platform {
  padding-top: 130px;
  background: #fff;
}

.cap-platform .section-heading,
.all-capabilities .section-heading,
.industries-section .section-heading {
  max-width: 780px;
}

.platform-layer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 42px;
}

.platform-layer {
  position: relative;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f7f9fc);
}

.platform-layer::after {
  content: "";
  position: absolute;
  inset: auto -26px -35px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(23, 107, 255, 0.07);
}

.platform-layer > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf2ff;
  font-size: 11px;
  font-weight: 700;
}

.platform-layer h3 {
  margin: 43px 0 9px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 21px;
}

.platform-layer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.all-capabilities {
  background: #f6f8fb;
}

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

.capability-detail {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 19px;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 40, 70, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.capability-detail:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 107, 255, 0.3);
  box-shadow: 0 20px 50px rgba(18, 40, 70, 0.09);
}

.detail-number {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: var(--blue);
  background: linear-gradient(145deg, #edf4ff, #e5efff);
  font-size: 13px;
  font-weight: 700;
}

.detail-tag {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.detail-copy h3 {
  margin: 7px 0 10px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 23px;
  line-height: 1.45;
}

.detail-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.detail-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 21px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #edf0f4;
  list-style: none;
}

.detail-copy li {
  position: relative;
  padding-right: 16px;
  color: #394962;
  font-size: 12px;
  line-height: 1.75;
}

.detail-copy li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(23, 107, 255, 0.08);
}

.detail-copy .detail-note {
  margin-top: 16px;
  padding: 11px 13px;
  border-right: 3px solid #f0a53a;
  border-radius: 8px;
  color: #7c5720;
  background: #fff8ec;
  font-size: 11px;
}

.detail-outcome {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 17px;
  padding: 14px 15px;
  border: 1px solid #dfeaff;
  border-radius: 13px;
  background: linear-gradient(135deg, #f6f9ff, #eef5ff);
}

.detail-outcome b {
  color: var(--blue);
  font-size: 11px;
}

.detail-outcome span {
  color: #53657d;
  font-size: 11px;
  line-height: 1.85;
}

.industries-section {
  background: #fff;
}

.industry-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 43px;
}

.industry-cap {
  display: block;
  min-height: 214px;
  padding: 24px;
  border: 1px solid #e6eaf1;
  border-radius: 21px;
  background: #fff;
  transition: 180ms ease;
}

.industry-cap:hover {
  border-color: rgba(23, 107, 255, 0.28);
  background: #f9fbff;
}

.industry-cap > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.industry-cap h3 {
  margin: 33px 0 9px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 20px;
}

.industry-cap p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.panel-showcase-list {
  display: grid;
  gap: 22px;
  margin-top: 58px;
}

.panel-showcase {
  scroll-margin-top: 110px;
  padding: 38px;
  border: 1px solid #dfe5ed;
  border-radius: 27px;
  background:
    radial-gradient(circle at 100% 0, rgba(23, 107, 255, 0.075), transparent 24%),
    #fff;
  box-shadow: 0 18px 55px rgba(16, 38, 66, 0.055);
}

.panel-showcase:nth-child(even) {
  background:
    radial-gradient(circle at 0 0, rgba(61, 194, 255, 0.075), transparent 24%),
    #fff;
}

.panel-showcase-head {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
}

.panel-showcase-number {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid #cee0ff;
  border-radius: 22px;
  color: var(--blue);
  background: linear-gradient(145deg, #eef5ff, #e4efff);
  font-size: 16px;
  font-weight: 700;
}

.panel-showcase-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.panel-showcase-head h3 {
  margin: 7px 0 9px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 29px;
}

.panel-showcase-head p {
  max-width: 910px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.panel-showcase-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 27px;
}

.panel-showcase-body section {
  padding: 23px;
  border: 1px solid #e7ebf1;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.82);
}

.panel-showcase-body h4 {
  margin: 0 0 16px;
  color: #182a42;
  font-size: 14px;
}

.panel-showcase-body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-showcase-body li {
  position: relative;
  padding-right: 16px;
  color: #56667c;
  font-size: 11px;
  line-height: 1.8;
}

.panel-showcase-body li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3c85f4;
}

.panel-journey {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 15px;
  margin-top: 14px;
  padding: 17px 20px;
  border: 1px solid rgba(23, 107, 255, 0.13);
  border-radius: 15px;
  background: rgba(23, 107, 255, 0.045);
}

.panel-journey b {
  color: var(--blue);
  font-size: 11px;
}

.panel-journey span {
  color: #4f6076;
  font-size: 11px;
  line-height: 1.9;
}

.shahin-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 40%, rgba(50, 224, 175, 0.16), transparent 28%),
    #061611;
}

.shahin-shell {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 68px;
  align-items: center;
}

.shahin-signal {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  aspect-ratio: 1;
  place-items: center;
  margin-inline: auto;
}

.shahin-signal span {
  position: absolute;
  border: 1px solid rgba(74, 255, 178, 0.3);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(54, 240, 165, 0.035);
  animation: signalPulse 3s ease-in-out infinite;
}

.shahin-signal span:nth-child(1) { width: 42%; height: 42%; }
.shahin-signal span:nth-child(2) { width: 69%; height: 69%; animation-delay: 0.35s; }
.shahin-signal span:nth-child(3) { width: 96%; height: 96%; animation-delay: 0.7s; }

.shahin-signal i {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #48eea7;
  box-shadow: 0 0 0 12px rgba(72, 238, 167, 0.1), 0 0 45px rgba(72, 238, 167, 0.75);
}

@keyframes signalPulse {
  0%, 100% { opacity: 0.45; transform: scale(0.97); }
  50% { opacity: 1; transform: scale(1.02); }
}

.shahin-copy .section-kicker {
  color: #5ff1b3;
}

.shahin-copy h2 {
  max-width: 740px;
  margin: 15px 0 17px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.3;
}

.shahin-copy > p {
  max-width: 790px;
  margin: 0;
  color: #a9c3ba;
  font-size: 14px;
  line-height: 2;
}

.shahin-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 20px;
  margin-top: 27px;
}

.shahin-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d6e9e2;
  font-size: 12px;
}

.shahin-features .icon {
  width: 17px;
  height: 17px;
  color: #4be3a2;
}

.shahin-notice {
  margin-top: 27px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 206, 109, 0.17);
  border-radius: 13px;
  color: #d5c8a7;
  background: rgba(255, 192, 77, 0.055);
  font-size: 11px;
  line-height: 1.9;
}

.optional-section {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f6f8fb;
}

.optional-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  align-items: center;
  padding: 36px;
  border: 1px solid #e0e6ee;
  border-radius: 25px;
  background: #fff;
}

.optional-shell h2 {
  margin: 12px 0 10px;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: 27px;
}

.optional-shell p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.optional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.optional-grid span {
  padding: 13px;
  border-radius: 11px;
  color: #4b5d74;
  background: #f5f7fa;
  font-size: 12px;
  text-align: center;
}

.management-section {
  background: #fff;
}

.management-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.management-grid .section-heading {
  margin: 0;
}

.management-grid .section-heading .btn {
  margin-top: 25px;
}

.management-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.management-list div {
  display: grid;
  min-height: 138px;
  align-content: center;
  gap: 7px;
  padding: 21px;
  border: 1px solid #e5eaf1;
  border-radius: 18px;
  background: #f9fafc;
}

.management-list b {
  font-size: 14px;
}

.management-list span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.85;
}

.cap-final-cta {
  padding: 0 0 95px;
  background: #fff;
}

.cap-final-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 44px 48px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0, rgba(79, 154, 255, 0.45), transparent 32%),
    linear-gradient(135deg, #0b3678, #0a1d38 62%, #071525);
  box-shadow: 0 24px 65px rgba(8, 39, 82, 0.22);
}

.cap-final-shell > div:first-child {
  max-width: 720px;
}

.cap-final-shell span {
  color: #8eb8f5;
  font-size: 12px;
  font-weight: 700;
}

.cap-final-shell h2 {
  margin: 10px 0;
  font-family: "Morabba", "Dana", sans-serif;
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.35;
}

.cap-final-shell p {
  margin: 0;
  color: #b8c8dc;
  font-size: 13px;
  line-height: 1.9;
}

.cap-final-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 9px;
  min-width: 190px;
}

.cap-final-actions .btn {
  justify-content: center;
}

.cap-shop-btn {
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.cap-shop-btn:hover {
  background: rgba(255, 255, 255, 0.13);
}

@media (max-width: 1100px) {
  .cap-hero-grid { grid-template-columns: 1fr 390px; gap: 38px; }
  .cap-hero-copy h1 { font-size: 52px; }
  .cap-jump-grid { grid-template-columns: repeat(3, 1fr); }
  .cap-jump-grid a:nth-child(3) { border-left: 0; }
  .cap-jump-grid a:nth-child(-n+3) { border-bottom: 1px solid #edf0f5; }
  .platform-layer-grid, .industry-cap-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-detail { grid-template-columns: 45px 1fr; padding: 24px; }
  .detail-number { width: 45px; height: 45px; border-radius: 14px; }
}

@media (max-width: 900px) {
  .cap-page-hero { padding: 70px 0 95px; }
  .cap-hero-grid { grid-template-columns: 1fr; }
  .cap-hero-copy { text-align: center; }
  .cap-hero-copy > p { margin-inline: auto; }
  .cap-hero-copy .section-kicker, .cap-hero-actions, .cap-hero-facts { justify-content: center; }
  .cap-flow-card { width: min(100%, 560px); margin-inline: auto; }
  .capability-detail-grid { grid-template-columns: 1fr; }
  .panel-showcase-body { grid-template-columns: 1fr; }
  .shahin-shell { grid-template-columns: 0.6fr 1.4fr; gap: 35px; }
  .optional-shell, .management-grid { grid-template-columns: 1fr; gap: 32px; }
  .cap-final-shell { align-items: flex-start; flex-direction: column; }
  .cap-final-actions { width: 100%; flex-direction: row; }
  .cap-final-actions .btn { flex: 1; }
}

@media (max-width: 680px) {
  .cap-page-hero { padding: 55px 0 84px; }
  .cap-hero-copy h1 { margin-top: 15px; font-size: 40px; letter-spacing: -0.9px; }
  .cap-hero-copy > p { font-size: 14px; }
  .cap-hero-actions { flex-direction: column; }
  .cap-hero-actions .btn { justify-content: center; width: 100%; }
  .cap-hero-facts { justify-content: space-between; gap: 10px; }
  .cap-hero-facts span { display: grid; gap: 0; }
  .cap-flow-card { padding: 22px 19px; border-radius: 22px; }
  .cap-jump-section { margin-top: -29px; }
  .cap-jump-grid { grid-template-columns: repeat(2, 1fr); }
  .cap-jump-grid a:nth-child(3) { border-left: 1px solid #edf0f5; }
  .cap-jump-grid a:nth-child(2n) { border-left: 0; }
  .cap-jump-grid a:nth-child(-n+4) { border-bottom: 1px solid #edf0f5; }
  .cap-platform { padding-top: 105px; }
  .platform-layer-grid, .industry-cap-grid { grid-template-columns: 1fr; }
  .platform-layer { min-height: 190px; }
  .platform-layer h3 { margin-top: 29px; }
  .capability-detail { grid-template-columns: 1fr; gap: 14px; padding: 22px 19px; border-radius: 20px; }
  .detail-copy h3 { font-size: 21px; }
  .detail-copy ul { grid-template-columns: 1fr; }
  .detail-outcome { grid-template-columns: 1fr; gap: 5px; }
  .panel-showcase { padding: 24px 19px; border-radius: 21px; }
  .panel-showcase-head { grid-template-columns: 1fr; gap: 14px; }
  .panel-showcase-number { width: 52px; height: 52px; border-radius: 16px; }
  .panel-showcase-head h3 { font-size: 24px; }
  .panel-showcase-body section { padding: 19px; }
  .panel-journey { grid-template-columns: 1fr; gap: 5px; padding: 15px; }
  .shahin-shell { grid-template-columns: 1fr; gap: 25px; }
  .shahin-signal { width: 230px; }
  .shahin-copy { text-align: center; }
  .shahin-copy .section-kicker { justify-content: center; }
  .shahin-features { grid-template-columns: 1fr; text-align: right; }
  .optional-shell { padding: 25px 20px; }
  .optional-grid, .management-list { grid-template-columns: 1fr; }
  .management-list div { min-height: 112px; }
  .cap-final-shell { padding: 34px 24px; }
  .cap-final-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .shahin-signal span { animation: none; }
}
