/* Homepage Core Platform — dimuat setelah styles.css pada index.html produksi. */

.alt-preview-bar {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid #d7e4f4;
  background: #0b1f3d;
  color: #e8f0fb;
}

.alt-preview-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding-block: 8px;
}

.alt-preview-bar p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.alt-preview-bar strong {
  color: #7dd3fc;
  font-weight: 800;
}

.alt-preview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alt-preview-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.alt-preview-links a:hover,
.alt-preview-links a:focus-visible {
  background: #1267f5;
  border-color: #1267f5;
}

.alt-preview-links a.is-current {
  color: #0b1f3d;
  background: #fff;
  border-color: #fff;
}

.home-alt {
  overflow-x: hidden;
}

.home-alt .site-header {
  top: 0;
}

.alt-hero-kicker {
  margin: 0 0 14px !important;
  color: #1267f5 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-alt .hero-type-headline {
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: .98;
}

.home-alt .home-hero {
  padding-block: 76px 64px;
}

.alt-hand {
  margin: 0;
  color: #0b1931;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.alt-more {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
}

.alt-core-more {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #1267f5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.alt-core-more:hover,
.alt-core-more:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alt-core-more:focus-visible {
  outline: 2px solid rgba(18, 103, 245, 0.45);
  outline-offset: 4px;
  border-radius: 4px;
}

.alt-core {
  padding: 12px 0 40px;
  background: #fff;
  scroll-margin-top: 92px;
}

.alt-core-heading {
  max-width: 720px;
  margin: 0 auto 8px;
  text-align: center;
}

.alt-core-lead {
  max-width: 560px;
  margin: 12px auto 0;
  color: #4b5a70;
  font-size: 17px;
  line-height: 1.6;
}

.alt-orbit {
  position: relative;
  width: min(100%, 1100px);
  aspect-ratio: 1029 / 415;
  min-height: 0;
  margin: 12px auto 0;
}

.alt-orbit-art {
  position: absolute;
  inset: 0;
  margin: 0;
}

.alt-orbit-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.alt-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  z-index: 2;
}

.alt-node:hover,
.alt-node:focus-visible {
  outline: 2px solid rgba(18, 103, 245, 0.35);
  outline-offset: 2px;
}

.alt-node-icon {
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border: 1.5px solid #d7e6fb;
  border-radius: 16px;
  color: #1267f5;
  background: #fff;
  box-shadow: 0 10px 22px rgba(27, 68, 130, 0.08);
}

.alt-node-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.alt-node-copy strong,
.alt-pillar-label {
  color: #0d1b33;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.25;
  text-transform: uppercase;
}

.alt-node-copy em {
  color: #6a7a90;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.alt-node-hub {
  top: 22%;
  left: 41%;
  width: 18%;
  height: 58%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.alt-hub-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(165deg, #3c87ff, #1267f5 58%, #0a4dcc);
}

.alt-node-hub img {
  display: block;
  width: 124px;
  height: auto;
}

.alt-node-hub small {
  color: #8b97ab;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.alt-orbit .alt-node > * {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.alt-node[data-slot="ana"] { top: 4%; left: 1%; width: 28%; height: 38%; }
.alt-node[data-slot="crm"] { top: 2%; left: 67%; width: 32%; height: 28%; }
.alt-node[data-slot="jasmine"] { top: 34%; left: 67%; width: 32%; height: 26%; }
.alt-node[data-slot="sora"] { top: 62%; left: 67%; width: 32%; height: 36%; }
.alt-node[data-slot="falcon"] { top: 58%; left: 1%; width: 28%; height: 40%; }

.alt-feature {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background: #fff;
  scroll-margin-top: 88px;
}

.alt-feature + .alt-feature {
  padding-top: 24px;
}

.alt-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 48px 56px;
}

.alt-feature.is-reverse .alt-feature-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.alt-feature.is-reverse .alt-feature-copy {
  order: 2;
}

.alt-feature.is-reverse .alt-falcon-visual,
.alt-feature.is-reverse .alt-shot-stack {
  order: 1;
}

.alt-feature-copy {
  min-width: 0;
}

.alt-feature-copy > p {
  max-width: 460px;
  margin: 10px 0 0;
  color: #536175;
  font-size: 16px;
  line-height: 1.65;
}

.alt-feature-kicker {
  margin-top: 14px !important;
  color: #1b2433 !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.alt-feature-copy .alt-more {
  margin-top: 22px;
}

.alt-feature-copy.is-center {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.alt-feature-copy.is-center > p {
  max-width: 520px;
  margin-inline: auto;
}

.alt-shot-stack {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.alt-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4ecf6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 64, 118, 0.12);
}

.alt-shot button,
.alt-falcon-visual button,
.alt-crm-visual button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.alt-shot img,
.alt-falcon-visual img,
.alt-crm-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.alt-shot-back {
  top: 6%;
  left: 0;
  width: 72%;
  transform: rotate(-4.5deg);
}

.alt-shot-front {
  right: 0;
  bottom: 4%;
  width: 74%;
  transform: rotate(3deg);
}

.alt-shot-stack.is-charts .alt-shot-back {
  top: 4%;
  left: 2%;
  width: 76%;
  transform: rotate(-3deg);
}

.alt-shot-stack.is-charts .alt-shot-front {
  right: 0;
  bottom: 2%;
  width: 74%;
}

.alt-shot-stack.is-social {
  width: min(860px, 100%);
  aspect-ratio: 16 / 10;
  margin: 0 auto;
}

.alt-shot-stack.is-social .alt-shot-back {
  top: 10%;
  left: 2%;
  width: 68%;
  transform: rotate(-5deg);
}

.alt-shot-stack.is-social .alt-shot-front {
  right: 1%;
  bottom: 4%;
  width: 70%;
  transform: rotate(2.5deg);
}

.alt-falcon-visual {
  min-width: 0;
  margin: 0;
}

.alt-falcon-visual img {
  max-height: 560px;
  object-fit: contain;
  object-position: center;
}

.alt-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e8eef6;
  list-style: none;
}

.alt-pills li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 44px;
  color: #405066;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.alt-pills li::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #e8f1ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231267f5' d='M6.3 11.4 3.4 8.5l1.2-1.2 1.7 1.7 4.9-4.9 1.2 1.2z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.alt-crm {
  padding-bottom: 28px;
}

.alt-crm-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.alt-crm-visual img {
  max-height: 620px;
  object-fit: contain;
  object-position: center bottom;
}

.alt-crm-visual figcaption {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.alt-crm-visual figcaption button {
  width: auto;
  color: #1267f5;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.alt-crm-visual figcaption button:hover,
.alt-crm-visual figcaption button:focus-visible {
  text-decoration: underline;
}

.home-alt .clients-section {
  padding-top: 40px;
}

.home-alt .home-cta small a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) {
  .alt-preview-bar .container {
    flex-wrap: wrap;
  }

  .alt-preview-links {
    margin-left: auto;
  }

  .alt-orbit {
    width: 100%;
  }

  .alt-feature-grid,
  .alt-feature.is-reverse .alt-feature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .alt-feature.is-reverse .alt-feature-copy,
  .alt-feature.is-reverse .alt-falcon-visual,
  .alt-feature.is-reverse .alt-shot-stack {
    order: 0;
  }

  .alt-shot-stack,
  .alt-shot-stack.is-social,
  .alt-shot-stack.is-charts {
    max-width: 680px;
    margin-inline: auto;
  }

  .alt-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alt-feature-copy.is-center {
    margin-bottom: 24px;
  }
}

@media (max-width: 760px) {
  .alt-preview-bar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-alt .home-hero {
    padding-block: 54px 40px;
  }

  .home-alt .hero-type-headline {
    font-size: clamp(38px, 13vw, 54px);
  }

  .alt-hand {
    font-size: clamp(32px, 10vw, 42px);
  }

  .alt-core {
    padding: 4px 0 28px;
  }

  .alt-core-lead {
    font-size: 15px;
  }

  .alt-orbit {
    width: 100%;
  }

  .alt-feature {
    padding: 40px 0;
  }

  .alt-feature + .alt-feature {
    padding-top: 8px;
  }

  .alt-feature-kicker {
    font-size: 18px !important;
  }

  .alt-feature-copy .alt-more {
    width: 100%;
  }

  .alt-shot-stack,
  .alt-shot-stack.is-social,
  .alt-shot-stack.is-charts {
    display: grid;
    gap: 12px;
    aspect-ratio: auto;
    overflow: visible;
  }

  .alt-shot,
  .alt-shot-back,
  .alt-shot-front,
  .alt-shot-stack.is-charts .alt-shot-back,
  .alt-shot-stack.is-charts .alt-shot-front,
  .alt-shot-stack.is-social .alt-shot-back,
  .alt-shot-stack.is-social .alt-shot-front {
    position: static;
    width: 100%;
    transform: none;
  }

  .alt-pills {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .alt-falcon-visual img,
  .alt-crm-visual img {
    max-height: none;
  }

  .home-alt .clients-section {
    padding-top: 28px;
  }

  .home-alt .home-cta .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-alt .home-cta .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .alt-preview-links {
    width: 100%;
  }

  .alt-preview-links a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .alt-node:not(.alt-node-hub) {
    padding: 10px 12px 10px 10px;
  }

  .alt-node-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .alt-hub-mark {
    width: 64px;
    height: 64px;
  }

  .alt-node-hub img {
    width: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alt-node,
  .alt-node-hub {
    transition: none;
  }
}
