/* ========== Authorization — Official Authorized Distributor ========== */

.jams-auth {
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  color: var(--gacor-heading, #0b1220);
}

.jams-auth-hero,
.jams-auth-recog,
.jams-auth-intro,
.jams-auth-principal,
.jams-auth-why,
.jams-auth-cta {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  box-sizing: border-box;
}

.jams-auth__wrap {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.jams-auth__eyebrow {
  margin: 0 0 12px !important;
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.jams-auth__eyebrow--light {
  color: var(--gacor-orange, #00aeef) !important;
}

.jams-auth__title,
body.jams-gacor-header .container-wrap .jams-auth__title {
  margin: 0 0 16px !important;
  color: var(--gacor-heading, #0b1220) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(28px, 3.6vw, 44px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}

.jams-auth__title--light,
body.jams-gacor-header .container-wrap .jams-auth__title--light {
  color: #fff !important;
}

.jams-auth__text,
body.jams-gacor-header .container-wrap .jams-auth__text {
  margin: 0 !important;
  color: var(--gacor-muted, #757575) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.jams-auth__text--light {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Buttons */
.jams-auth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--gacor-orange, #00aeef);
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.jams-auth__btn:hover,
.jams-auth__btn:focus-visible {
  background: var(--gacor-orange-hover, #0095d0);
  color: #fff !important;
  outline: none;
}

.jams-auth__btn--ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.jams-auth__btn--ghost:hover,
.jams-auth__btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.jams-auth__btn--solid {
  background: var(--gacor-dark, #0b1220);
  color: #fff !important;
}

.jams-auth__btn--solid:hover,
.jams-auth__btn--solid:focus-visible {
  background: #000;
}

.jams-auth__btn--outline {
  background: transparent;
  color: var(--gacor-heading, #0b1220) !important;
  border-color: rgba(20, 20, 20, 0.25);
}

.jams-auth__btn--outline:hover,
.jams-auth__btn--outline:focus-visible {
  border-color: var(--gacor-orange, #00aeef);
  color: var(--gacor-orange, #00aeef) !important;
  background: transparent;
}

/* Hero */
.jams-auth-hero {
  position: relative;
  min-height: min(82vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gacor-dark, #0b1220);
}

.jams-auth-hero__bg {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
}

body.jams-gacor-header .jams-auth-hero__bg img,
.jams-auth-hero__bg img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 68% center;
}

.jams-auth-hero__shade {
  position: absolute !important;
  inset: 0;
  z-index: 1 !important;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 12, 22, 0.96) 0%,
      rgba(11, 18, 32, 0.88) 34%,
      rgba(11, 18, 32, 0.42) 62%,
      rgba(11, 18, 32, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 12, 22, 0.35) 0%,
      transparent 28%,
      transparent 72%,
      rgba(7, 12, 22, 0.45) 100%
    );
}

.jams-auth-hero__inner {
  position: relative;
  z-index: 3;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 96px;
  max-width: 640px;
  margin-left: max(24px, calc((100% - 1320px) / 2));
}

.jams-auth-hero__title,
body.jams-gacor-header .container-wrap .jams-auth-hero__title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(38px, 5.2vw, 60px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.jams-auth-hero__lead,
body.jams-gacor-header .container-wrap .jams-auth-hero__lead {
  margin: 0 0 28px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.jams-auth-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 !important;
}

.jams-auth-hero__bar {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #00aeef, #0078d7, #002e5d);
  z-index: 4;
}

.jams-auth-hero > .jams-motif {
  z-index: 2;
  opacity: 0.42;
  mix-blend-mode: screen;
}

.jams-auth-hero > .jams-motif .jams-motif__stack {
  max-width: min(28vw, 320px);
}

/* Global recognition orbit (replaces logo strip) */
.jams-auth-recog {
  padding: 72px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(640px 360px at 92% 70%, rgba(0, 174, 239, 0.12), transparent 60%),
    var(--gacor-surface, #f4f8fb);
  background-image:
    radial-gradient(640px 360px at 92% 70%, rgba(0, 174, 239, 0.12), transparent 60%),
    var(--gacor-grid, none);
  background-size: auto, var(--gacor-grid-size, 24px 24px);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

.jams-auth-recog__head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.jams-auth-recog__head .jams-auth__title {
  margin-bottom: 14px !important;
}

.jams-auth-recog__head .jams-auth__text {
  margin: 0 auto !important;
  max-width: 62ch;
}

.jams-auth-recog__orbit {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 auto !important;
  padding: 12px 0 8px !important;
  list-style: none !important;
  max-width: 1100px;
}

.jams-auth-recog__node {
  position: relative;
  flex: 0 0 auto;
  width: min(250px, 26vw);
  margin: 0 0 0 -28px !important;
  list-style: none !important;
}

.jams-auth-recog__node:first-child {
  margin-left: 0 !important;
}

.jams-auth-recog__disk {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 26px 20px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  color: inherit !important;
  background: #fff;
  border-radius: 50%;
  border: 10px solid var(--gacor-navy, #002e5d);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.jams-auth-recog__node--cyan .jams-auth-recog__disk {
  border-color: var(--gacor-orange, #00aeef);
}

.jams-auth-recog__disk:hover,
.jams-auth-recog__disk:focus-visible {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 48px rgba(11, 18, 32, 0.12);
  outline: none;
}

.jams-auth-recog__node--navy .jams-auth-recog__disk:hover,
.jams-auth-recog__node--navy .jams-auth-recog__disk:focus-visible {
  border-color: var(--gacor-orange, #00aeef);
}

.jams-auth-recog__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  width: 100%;
  margin: 0 auto;
}

body.jams-gacor-header .jams-auth-recog__logo img,
.jams-auth-recog__logo img {
  display: block !important;
  width: auto !important;
  max-width: 88% !important;
  height: 64px !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center center;
  background: transparent !important;
}

.jams-auth-recog__text {
  margin: 0;
  color: var(--gacor-muted, #5f6b7a);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
  max-width: 18ch;
}

/* Intro */
.jams-auth-intro {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #f4f8fb;
}

.jams-auth-intro .jams-auth__wrap {
  position: relative;
  z-index: 1;
}

.jams-auth-intro .jams-motif--chevrons .jams-motif__stack {
  opacity: 0.7;
}

.jams-auth-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: start;
}

.jams-auth-intro__points {
  display: grid;
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jams-auth-intro__points li {
  display: grid;
  gap: 4px;
  margin: 0 !important;
  padding: 18px 20px;
  list-style: none !important;
  background: #fff;
  border-left: 3px solid var(--gacor-orange, #00aeef);
}

.jams-auth-intro__points strong {
  color: var(--gacor-heading, #0b1220);
  font-size: 16px;
}

.jams-auth-intro__points span {
  color: var(--gacor-muted, #757575);
  font-size: 14px;
  line-height: 1.45;
}

/* Principal deep dives */
.jams-auth-principal {
  padding: 88px 0;
  background: #fff;
  scroll-margin-top: 140px;
}

.jams-auth-principal--tint {
  background: var(--gacor-surface, #f4f8fb);
  background-image: var(--gacor-grid);
  background-size: var(--gacor-grid-size);
}

.jams-auth-principal__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px 64px;
  align-items: start;
}

.jams-auth-principal--flip .jams-auth-principal__brand {
  order: 2;
}

.jams-auth-principal--flip .jams-auth-principal__copy {
  order: 1;
}

.jams-auth-principal__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  min-height: 140px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
}

body.jams-gacor-header .jams-auth-principal__logo img,
.jams-auth-principal__logo img {
  display: block !important;
  width: auto !important;
  max-width: 100%;
  height: 72px !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center center;
  background: transparent !important;
}

.jams-auth-principal__badge {
  display: inline-block;
  margin: 0 0 12px !important;
  padding: 8px 12px;
  background: rgba(0, 174, 239, 0.1);
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.jams-auth-principal__meta {
  margin: 0 0 6px !important;
  color: var(--gacor-muted, #757575) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.jams-auth-principal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0 !important;
}

.jams-auth-principal__tagline {
  margin: 0 0 14px !important;
  color: var(--gacor-heading, #0b1220) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.jams-auth-principal__focus-label {
  margin: 28px 0 12px !important;
  color: var(--gacor-muted, #757575) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.jams-auth-principal__focus {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

.jams-auth-principal__focus li {
  position: relative;
  margin: 0 0 10px !important;
  padding: 0 0 0 28px !important;
  list-style: none !important;
  color: var(--gacor-heading, #0b1220);
  font-size: 15px;
  line-height: 1.45;
}

.jams-auth-principal__focus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 16px;
  height: 2px;
  background: var(--gacor-orange, #00aeef);
}

.jams-auth-principal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jams-auth-principal__tags li {
  margin: 0 !important;
  padding: 8px 12px;
  list-style: none !important;
  background: rgba(20, 20, 20, 0.05);
  color: var(--gacor-heading, #0b1220);
  font-size: 12px;
  font-weight: 600;
}

/* Why — light band so closing CTA stays the sole dark closer */
.jams-auth-why {
  padding: 88px 0;
  background:
    radial-gradient(720px 360px at 10% 0%, rgba(0, 174, 239, 0.06), transparent 55%),
    #fff;
}

.jams-auth-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jams-auth-why__grid li {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 24px 20px;
  list-style: none !important;
  background: var(--gacor-surface, #f4f8fb);
  border: none !important;
  border-top: 3px solid var(--gacor-orange, #00aeef);
}

.jams-auth-why__grid strong {
  color: var(--gacor-heading, #0b1220);
  font-size: 17px;
}

.jams-auth-why__grid span {
  color: var(--gacor-muted, #5f6b7a);
  font-size: 14px;
  line-height: 1.5;
}

.jams-auth-why .jams-auth__eyebrow--light {
  color: var(--gacor-orange, #00aeef) !important;
}

.jams-auth-why .jams-auth__title--light,
body.jams-gacor-header .container-wrap .jams-auth-why .jams-auth__title--light {
  color: var(--gacor-heading, #0b1220) !important;
}

/* CTA */
.jams-auth-cta {
  padding: 88px 0;
  background: var(--gacor-dark, #0b1220);
}

.jams-auth-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.jams-auth-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 !important;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .jams-auth-intro__grid,
  .jams-auth-principal__grid,
  .jams-auth-why__grid {
    grid-template-columns: 1fr;
  }

  .jams-auth-principal--flip .jams-auth-principal__brand,
  .jams-auth-principal--flip .jams-auth-principal__copy {
    order: initial;
  }

  .jams-auth-principal--flip .jams-auth-principal__brand {
    order: -1;
  }

  .jams-auth-recog__orbit {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }

  .jams-auth-recog__node {
    width: min(220px, 42vw);
    margin-left: -18px !important;
  }

  .jams-auth-recog__node:nth-child(odd) {
    margin-left: 0 !important;
  }

  .jams-auth-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .jams-auth-hero__inner {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
}

@media (max-width: 640px) {
  .jams-auth-recog,
  .jams-auth-intro,
  .jams-auth-principal,
  .jams-auth-why,
  .jams-auth-cta {
    padding: 56px 0 64px;
  }

  .jams-auth-recog__orbit {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .jams-auth-recog__node,
  .jams-auth-recog__node:first-child,
  .jams-auth-recog__node:nth-child(odd) {
    width: min(260px, 78vw);
    margin-left: 0 !important;
  }

  .jams-auth__wrap {
    width: calc(100% - 32px);
  }

  .jams-auth-hero {
    min-height: 70vh;
  }

  .jams-auth-hero__actions,
  .jams-auth-principal__actions,
  .jams-auth-cta__actions {
    width: 100%;
  }

  .jams-auth-hero__actions .jams-auth__btn,
  .jams-auth-principal__actions .jams-auth__btn,
  .jams-auth-cta__actions .jams-auth__btn {
    width: 100%;
  }
}
