/* AI24Solutions V12 — unified premium hero */


/* ---------- shared visual ---------- */

body.theme-v13 .ai24-unified-visual {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 500px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  isolation: isolate;
}

body.theme-v13 .ai24-unified-visual::before,
body.theme-v13 .ai24-unified-visual::after {
  display: none !important;
  content: none !important;
}

body.theme-v13 .ai24-unified-orb-stage {
  position: relative;

  width: 100%;
  max-width: 610px;
  height: 480px;
}


/* ---------- sphere ---------- */

body.theme-v13 .ai24-unified-core {
  position: absolute;

  left: 50%;
  top: 47%;

  z-index: 5;

  width: 276px;
  height: 276px;

  transform: translate(-50%, -50%);

  border:
    1px solid rgba(107,132,173,.46);

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 27% 16%,
      #ffffff 0%,
      #ffffff 6%,
      #eef5fc 14%,
      #cbd8e7 25%,
      #a1b3c6 35%,
      #788ea7 47%,
      #526c88 60%,
      #34516f 74%,
      #203c5d 87%,
      #112d50 100%
    );

  box-shadow:
    inset 38px 31px 51px rgba(255,255,255,.77),
    inset -39px -43px 61px rgba(8,29,60,.39),
    inset -5px 14px 34px rgba(66,185,255,.22),
    inset 13px -15px 27px rgba(114,91,255,.10),

    0 0 0 2px rgba(255,255,255,.61),
    0 0 33px rgba(111,91,255,.36),
    0 0 78px rgba(45,187,244,.29),
    0 0 130px rgba(73,151,241,.12),

    0 30px 49px rgba(30,53,84,.21);

  animation:
    ai24UnifiedSpherePulse
    4s ease-in-out infinite;
}

body.theme-v13 .ai24-unified-core__shine {
  position: absolute;

  left: 29px;
  top: 18px;

  width: 169px;
  height: 103px;

  border-radius: 50%;

  transform: rotate(-19deg);

  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.66) 27%,
      rgba(213,233,255,.24) 50%,
      transparent 72%
    );

  mix-blend-mode: screen;

  pointer-events: none;
}


/* ---------- agency logo ---------- */

body.theme-v13 .ai24-unified-logo {
  position: absolute;

  left: 50%;
  top: 51%;

  z-index: 7;

  width: 132px;
  height: 132px;

  transform: translate(-50%, -50%);

  overflow: visible;

  filter:
    drop-shadow(0 0 5px rgba(255,255,255,.74))
    drop-shadow(0 0 13px rgba(96,180,255,.70))
    drop-shadow(0 0 26px rgba(62,188,255,.34));
}


/* ---------- one orbit ---------- */

body.theme-v13 .ai24-unified-orbit {
  position: absolute;

  left: 50%;
  top: 47%;

  z-index: 8;

  width: 444px;
  height: 143px;

  transform:
    translate(-50%, -50%)
    rotate(-5deg);

  border:
    1.35px solid rgba(68,148,247,.70);

  border-radius: 50%;

  box-shadow:
    0 0 8px rgba(71,159,255,.15),
    inset 0 0 8px rgba(66,180,255,.08);

  animation:
    ai24UnifiedOrbitBreath
    7.5s ease-in-out infinite;

  pointer-events: none;
}

body.theme-v13 .ai24-unified-signal {
  position: absolute;

  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #685cf7;

  box-shadow:
    0 0 0 3px rgba(255,255,255,.58),
    0 0 12px currentColor,
    0 0 23px currentColor;
}

body.theme-v13 .ai24-unified-signal--one {
  left: 8%;
  top: 43%;
  color: #735cf4;
}

body.theme-v13 .ai24-unified-signal--two {
  right: 8%;
  top: 46%;

  color: #2fc1e7;
  background: #2fc1e7;
}

body.theme-v13 .ai24-unified-signal--three {
  left: 50%;
  bottom: -4px;

  width: 6px;
  height: 6px;

  color: #6399ff;
  background: #6399ff;
}


/* ---------- short labels ---------- */

body.theme-v13 .ai24-orb-label {
  position: absolute;

  z-index: 12;

  display: flex;
  align-items: center;

  gap: 9px;

  padding: 9px 15px;

  color: #65768c;
  background: rgba(255,255,255,.80);

  border:
    1px solid rgba(255,255,255,.90);

  border-radius: 999px;

  box-shadow:
    0 7px 23px rgba(46,64,92,.055);

  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);

  font-size: 10.5px;
  font-weight: 680;

  line-height: 1;
  letter-spacing: .04em;

  white-space: nowrap;
}

body.theme-v13 .ai24-orb-label i {
  width: 8px;
  height: 8px;

  flex: 0 0 auto;

  border-radius: 50%;

  background: #568ee9;

  box-shadow:
    0 0 10px rgba(86,142,233,.38);
}

body.theme-v13 .ai24-orb-label--data {
  left: 2%;
  top: 17%;
}

body.theme-v13 .ai24-orb-label--process {
  right: 1%;
  top: 17%;
}

body.theme-v13 .ai24-orb-label--people {
  left: 0;
  top: 67%;
}

body.theme-v13 .ai24-orb-label--outcomes {
  right: 0;
  top: 67%;
}

body.theme-v13 .ai24-orb-label--process i {
  background: #27c4e7;
}

body.theme-v13 .ai24-orb-label--people i {
  background: #765df6;
}

body.theme-v13 .ai24-orb-label--outcomes i {
  background: #73a7f4;
}


/* ---------- reflection ---------- */

body.theme-v13 .ai24-unified-ground {
  position: absolute;

  left: 50%;
  top: 76%;

  z-index: 2;

  width: 250px;
  height: 30px;

  transform: translateX(-50%);

  border:
    1px solid rgba(79,153,244,.23);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(75,169,249,.18),
      rgba(102,92,244,.075) 46%,
      transparent 73%
    );

  box-shadow:
    0 0 30px rgba(78,166,244,.15);
}


/* ---------- hero text ---------- */

body.theme-v13 .planet-hero h1 {
  font-size:
    clamp(48px, 4.75vw, 64px) !important;

  line-height: 1.015 !important;
  letter-spacing: -.052em !important;
}

body.theme-v13 .planet-hero .btn-primary::after {
  content: "→";

  margin-left: 10px;

  font-size: 20px;
}


/* ---------- process section ---------- */

body.theme-v13 .ai24-process-v12 {
  padding: 22px 0 70px;

  background: #f4f7fb;
}

body.theme-v13 .ai24-process-v12 > .container {
  padding: 34px 37px 27px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.985),
      rgba(247,250,254,.965)
    );

  border:
    1px solid rgba(130,149,180,.15);

  border-radius: 28px;

  box-shadow:
    0 18px 42px rgba(43,59,85,.055);
}

body.theme-v13 .ai24-process-v12__intro {
  max-width: 770px;

  margin-bottom: 27px;
}

body.theme-v13 .ai24-process-v12__intro > span {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 13px;

  color: #356da8;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .18em;
}

body.theme-v13 .ai24-process-v12__intro > span::before {
  content: "";

  width: 42px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      #7064ee,
      #34bde2
    );
}

body.theme-v13 .ai24-process-v12__intro h2 {
  margin: 0 0 9px;

  color: #142139;

  font-size:
    clamp(30px, 3vw, 43px);

  font-weight: 760;

  line-height: 1.06;
  letter-spacing: -.043em;
}

body.theme-v13 .ai24-process-v12__intro p {
  margin: 0;

  color: #6a7990;

  font-size: 16px;

  line-height: 1.5;
}

body.theme-v13 .ai24-process-v12__flow {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 20px;
}


/* unique card namespace */

body.theme-v13 .ai24-process-card-v12 {
  position: relative;

  display: grid;

  grid-template-columns:
    54px minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  min-height: 126px;

  padding:
    16px 43px 16px 16px;

  background:
    rgba(255,255,255,.95);

  border:
    1px solid rgba(130,148,179,.15);

  border-radius: 18px;

  box-shadow:
    0 8px 20px rgba(48,64,91,.045);
}

body.theme-v13
.ai24-process-card-v12:not(:last-child)::after {
  content: "";

  position: absolute;

  right: -21px;
  top: 50%;

  width: 22px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      rgba(100,91,244,.26),
      rgba(53,188,229,.68)
    );
}

body.theme-v13 .ai24-process-card-v12__icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  color: #5e5cf4;

  background:
    linear-gradient(
      145deg,
      #f0efff,
      #e7f5ff
    );

  border-radius: 14px;
}

body.theme-v13 .ai24-process-card-v12__icon svg {
  width: 30px;
  height: 30px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-v13 .ai24-process-card-v12__copy strong {
  display: block;

  margin-bottom: 5px;

  color: #16233a;

  font-size: 14px;
  font-weight: 750;

  line-height: 1.25;
}

body.theme-v13 .ai24-process-card-v12__copy small {
  display: block;

  color: #76869b;

  font-size: 10.5px;

  line-height: 1.35;
}

body.theme-v13 .ai24-process-card-v12__step {
  position: absolute;

  right: 12px;
  top: 12px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  color: #6759f4;

  background:
    linear-gradient(
      145deg,
      #eeeaff,
      #e7f4ff
    );

  border-radius: 11px;

  font-size: 11px;
  font-weight: 800;
}

body.theme-v13 .ai24-process-v12__caption {
  width: fit-content;

  margin: 21px auto 0;

  padding: 8px 16px;

  color: #62738a;
  background: rgba(255,255,255,.88);

  border:
    1px solid rgba(130,148,179,.16);

  border-radius: 999px;

  font-size: 10px;
  font-weight: 650;
}


/* ---------- animation ---------- */

@keyframes ai24UnifiedSpherePulse {
  0%,
  100% {
    transform:
      translate(-50%, -50%)
      scale(1);
  }

  50% {
    transform:
      translate(-50%, -50%)
      scale(1.025);
  }
}

@keyframes ai24UnifiedOrbitBreath {
  0%,
  100% {
    transform:
      translate(-50%, -50%)
      rotate(-6deg)
      scale(1);
  }

  50% {
    transform:
      translate(-50%, -50%)
      rotate(-2deg)
      scale(1.018);
  }
}


/* ---------- tablet ---------- */

@media (max-width: 1024px) {

  body.theme-v13 .ai24-unified-visual {
    order: -1;

    min-height: 420px !important;
  }

  body.theme-v13 .ai24-unified-orb-stage {
    max-width: 560px;
    height: 410px;
  }

  body.theme-v13 .ai24-unified-core {
    width: 225px;
    height: 225px;
  }

  body.theme-v13 .ai24-unified-logo {
    width: 108px;
    height: 108px;
  }

  body.theme-v13 .ai24-unified-orbit {
    width: 365px;
    height: 118px;
  }

  body.theme-v13 .ai24-process-v12__flow {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  body.theme-v13 .ai24-process-card-v12 {
    min-height: 96px;
  }

  body.theme-v13
  .ai24-process-card-v12:not(:last-child)::after {
    left: 50%;
    right: auto;

    top: auto;
    bottom: -31px;

    width: 2px;
    height: 31px;

    background:
      linear-gradient(
        to bottom,
        rgba(100,91,244,.28),
        rgba(53,188,229,.70)
      );
  }
}


/* ---------- mobile ---------- */

@media (max-width: 767px) {

  body.theme-v13 .planet-hero {
    padding-top: 16px !important;
  }

  body.theme-v13 .planet-hero h1 {
    font-size:
      clamp(34px, 9.3vw, 43px) !important;

    line-height: 1.025 !important;
    letter-spacing: -.048em !important;
  }

  body.theme-v13 .planet-hero .lead,
  body.theme-v13 .planet-hero p {
    font-size: 15.5px !important;
    line-height: 1.52 !important;
  }

  body.theme-v13 .ai24-unified-visual {
    order: -1;

    min-height: 310px !important;

    margin-bottom: 5px !important;
  }

  body.theme-v13 .ai24-unified-orb-stage {
    height: 300px;
  }

  body.theme-v13 .ai24-unified-core {
    top: 46%;

    width: 176px;
    height: 176px;
  }

  body.theme-v13 .ai24-unified-logo {
    width: 86px;
    height: 86px;
  }

  body.theme-v13 .ai24-unified-orbit {
    top: 46%;

    width: 276px;
    height: 89px;
  }

  body.theme-v13 .ai24-unified-ground {
    top: 75%;

    width: 177px;
    height: 23px;
  }

  body.theme-v13 .ai24-orb-label {
    padding: 7px 10px;

    gap: 6px;

    font-size: 8.8px;
  }

  body.theme-v13 .ai24-orb-label i {
    width: 6px;
    height: 6px;
  }

  body.theme-v13 .ai24-orb-label--data {
    left: 2%;
    top: 14%;
  }

  body.theme-v13 .ai24-orb-label--process {
    right: 2%;
    top: 14%;
  }

  body.theme-v13 .ai24-orb-label--people {
    left: 1%;
    top: 70%;
  }

  body.theme-v13 .ai24-orb-label--outcomes {
    right: 1%;
    top: 70%;
  }

  body.theme-v13 .ai24-process-v12 {
    padding: 15px 0 46px;
  }

  body.theme-v13 .ai24-process-v12 > .container {
    padding: 25px 16px 18px;

    border-radius: 24px;
  }

  body.theme-v13 .ai24-process-v12__intro h2 {
    font-size: 29px;
  }

  body.theme-v13 .ai24-process-v12__intro p {
    font-size: 14.5px;
  }

  body.theme-v13 .ai24-process-card-v12 {
    grid-template-columns:
      50px minmax(0, 1fr);

    min-height: 90px;

    padding:
      14px 44px 14px 14px;
  }

  body.theme-v13 .ai24-process-card-v12__icon {
    width: 49px;
    height: 49px;
  }

  body.theme-v13 .ai24-process-card-v12__icon svg {
    width: 27px;
    height: 27px;
  }

  body.theme-v13 .ai24-process-card-v12__step {
    width: 31px;
    height: 31px;

    right: 10px;
    top: 10px;
  }
}


/* ---------- small phones ---------- */

@media (max-width: 430px) {

  body.theme-v13 .ai24-unified-visual {
    min-height: 286px !important;
  }

  body.theme-v13 .ai24-unified-orb-stage {
    height: 278px;
  }

  body.theme-v13 .ai24-unified-core {
    width: 162px;
    height: 162px;
  }

  body.theme-v13 .ai24-unified-logo {
    width: 78px;
    height: 78px;
  }

  body.theme-v13 .ai24-unified-orbit {
    width: 248px;
    height: 80px;
  }

  body.theme-v13 .ai24-orb-label {
    padding: 6px 9px;

    font-size: 8.3px;
  }
}


/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {

  body.theme-v13 .ai24-unified-core,
  body.theme-v13 .ai24-unified-orbit {
    animation: none !important;
  }
}
