/* ═══════════════════════════════════════════
   Galaxy Portal — Dark Immersive Home
═══════════════════════════════════════════ */

.page-home-dark {
  background: #000;
}

.page-home-dark .ss-header {
  color: #fff;
}

.page-home-dark .ss-header.is-scrolled {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.page-home-dark .ss-logo-dark { opacity: 0; }
.page-home-dark .ss-logo-light { opacity: 1; }
.page-home-dark .ss-header.is-scrolled .ss-logo-dark { opacity: 0; }
.page-home-dark .ss-header.is-scrolled .ss-logo-light { opacity: 1; }

.page-home-dark .ss-header__cta {
  background: #fff;
  color: #000;
}

.page-home-dark main {
  background: #000;
}

.page-home-dark .ss-footer {
  position: relative;
  z-index: 5;
  background: #f7f7f7;
  color: #3a3a3a;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-home-dark .ss-footer h5 {
  color: #0a0a0a;
}

.page-home-dark .ss-footer a {
  color: #2a2a2a;
}

.page-home-dark .ss-footer a:hover {
  color: #000;
  opacity: 1;
}

.page-home-dark .ss-footer__brand img {
  filter: none;
}

.page-home-dark .ss-footer__grid {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.page-home-dark .ss-footer__bottom {
  opacity: 0.75;
  color: #5c5c5c;
}

.page-home-dark .ss-header__inner {
  width: min(1200px, calc(100% - clamp(2rem, 6vw, 4rem)));
}

/* ── Layout ── */
.gx {
  position: relative;
  color: #fff;
  overflow-x: hidden;
  isolation: isolate;
}

.gx-wrap {
  width: min(1200px, calc(100% - clamp(2rem, 6vw, 4rem)));
  margin-inline: auto;
}

/* Light sections */
.gx-section--light {
  background: #fff;
  color: #0a0a0a;
}

.gx-section--soft {
  background: #f4f4f4;
}

.gx-section--light .gx-sec-head h2,
.gx-section--light h2,
.gx-section--light h3 {
  color: #0a0a0a;
}

.gx-kicker--dark {
  color: rgba(0, 0, 0, 0.45);
}

.gx-link--dark {
  color: #0a0a0a;
}

.gx-link--dark:hover {
  color: #000;
}

/* ── Ambient BG ── */
.gx-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #000;
  overflow: hidden;
}

.gx-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 20%, transparent 70%);
}

.gx-bg__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: left 0.4s ease, top 0.4s ease;
  top: 40%;
  left: 60%;
}

.gx-bg__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Shared ── */
.gx-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.gx-kicker--light { color: rgba(255, 255, 255, 0.5); }

.gx-sec-head { margin-bottom: 2rem; }
.gx-sec-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gx-sec-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.gx-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  transition: color 0.3s, gap 0.3s;
}

.gx-link:hover { color: #fff; gap: 0.65rem; opacity: 1; }

.gx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.gx-btn:hover { transform: translateY(-2px); opacity: 1; }

.gx-btn--fill {
  background: #fff;
  color: #000;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.12);
}

.gx-btn--fill:hover {
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.22);
}

.gx-btn--line {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.gx-btn--line:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

.gx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.gx-tags {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gx-tags li {
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
}

/* ── Hero ── */
.gx-hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: calc(var(--nav-h) + 2rem) 3rem;
  padding-inline: clamp(1.75rem, 6vw, 4rem);
  box-sizing: border-box;
}

.gx-hero .gx-wrap {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.gx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: 100%;
}

.gx-hero__left {
  min-width: 0;
  padding-inline-start: 0.25rem;
  font-family: "Manrope", "Vazirmatn", sans-serif;
  letter-spacing: 0.01em;
}

.gx-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem;
}

.gx-badge__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  animation: gx-pulse 2s ease infinite;
}

@keyframes gx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.gx-title {
  margin: 0 0 1.1rem;
  font-family: "Bodoni Moda", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: none;
}

.gx-title__line {
  display: block;
}

.gx-title__line--accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gx-lead {
  margin: 0 0 1.75rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  max-width: 30rem;
  letter-spacing: 0.02em;
}

.gx-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gx-stats strong {
  display: block;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.gx-stats span {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.gx-hero .gx-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* Portal */
.gx-portal {
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.gx-portal__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gx-portal__ring--1 {
  inset: 0;
  animation: gx-spin 24s linear infinite;
}

.gx-portal__ring--2 {
  inset: 12%;
  border-color: rgba(255, 255, 255, 0.05);
  animation: gx-spin 18s linear infinite reverse;
}

.gx-portal__ring--3 {
  inset: 24%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.06);
  animation: gx-spin 30s linear infinite;
}

@keyframes gx-spin {
  to { transform: rotate(360deg); }
}

.gx-portal__cards {
  position: relative;
  width: 72%;
  aspect-ratio: 3 / 4;
  perspective: 900px;
}

.gx-portal__card {
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: rotateY(0deg) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s, filter 0.5s;
  opacity: 0;
  pointer-events: none;
}

.gx-portal__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-portal__card figcaption {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gx-portal__card.is-front {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform: rotateY(0deg) translateZ(40px) scale(1);
}

.gx-portal__card.is-back-1 {
  opacity: 0.55;
  z-index: 2;
  transform: rotateY(-14deg) translateZ(-20px) scale(0.94) translateX(8%);
  filter: brightness(0.7);
}

.gx-portal__card.is-back-2 {
  opacity: 0.35;
  z-index: 1;
  transform: rotateY(14deg) translateZ(-40px) scale(0.88) translateX(-8%);
  filter: brightness(0.5);
}

.gx-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  animation: gx-bob 2s ease infinite;
}

@keyframes gx-bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* Marquee */
.gx-marquee {
  position: relative;
  z-index: 1;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.gx-marquee__track {
  display: flex;
  width: max-content;
  gap: 3rem;
  animation: gx-marquee 28s linear infinite;
}

.gx-marquee__track span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.45);
}

.gx-marquee__track span::after {
  content: "◆";
  margin-inline-start: 3rem;
  opacity: 0.25;
  font-size: 0.5rem;
}

@keyframes gx-marquee {
  to { transform: translateX(50%); }
}

/* Universe slider */
.gx-universe {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.gx-panels {
  position: relative;
  min-height: 420px;
}

.gx-panel {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  position: absolute;
  inset: 0;
  pointer-events: none;
  height: 100%;
}

.gx-panel.is-active {
  opacity: 1;
  transform: none;
  position: relative;
  pointer-events: auto;
}

.gx-panel__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 320px;
  max-height: 480px;
  overflow: hidden;
  background: #0a0a0a;
}

.gx-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s;
}

.gx-panel.is-active .gx-panel__visual img {
  transform: scale(1.03);
}

.gx-panel__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.gx-panel__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 320px;
}

.gx-panel__info h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gx-panel__info > p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  font-size: 0.95rem;
}

.gx-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.gx-slider-dots button {
  width: 36px;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.gx-slider-dots button.is-active {
  background: #fff;
  transform: scaleX(1.15);
}

/* Showcase bento */
.gx-showcase {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.gx-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, 240px);
  gap: 0.85rem;
}

.gx-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #111;
  color: #fff !important;
  opacity: 1;
  transition: border-color 0.3s, box-shadow 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
  min-height: 200px;
}

.gx-card:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.gx-card--tall { grid-row: span 1; }
.gx-card--wide { grid-column: span 1; }

.gx-card__img {
  position: absolute;
  inset: 0;
}

.gx-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.gx-card:hover .gx-card__img img {
  transform: scale(1.08);
}

.gx-card__body {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.15rem 1.1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92) 55%);
  z-index: 1;
  color: #fff;
}

.gx-card__body span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}

.gx-card__body h3 {
  margin: 0.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.gx-card__body p {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Experience */
.gx-exp {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.gx-exp__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.gx-exp__item {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  opacity: 0;
  transform: translateY(24px);
  color: #0a0a0a;
}

.gx-exp__item:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.gx-exp__item.is-in {
  animation: gx-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes gx-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

.gx-exp__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
  color: #0a0a0a;
}

.gx-exp__item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a0a0a;
}

.gx-exp__item p {
  margin: 0;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.65;
}

/* CTA */
.gx-cta {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.gx-cta__box {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  text-align: center;
}

.gx-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gx-cta__content {
  position: relative;
  z-index: 1;
}

.gx-cta h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gx-cta p:not(.gx-kicker) {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.gx-cta .gx-actions {
  justify-content: center;
}

/* CEO */
.gx-ceo {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.gx-ceo__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.gx-ceo__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}

.gx-ceo__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: filter 0.5s;
}

.gx-ceo__photo:hover img {
  filter: grayscale(0%);
}

.gx-ceo__frame {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.gx-ceo__text h2 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0a0a0a;
}

.gx-ceo__role {
  margin: 0 0 0.75rem !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b !important;
}

.gx-ceo__intro {
  margin: 0 0 0.55rem;
  max-width: 34rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1b1b1b;
}

.gx-ceo__summary {
  margin: 0;
  max-width: 36rem;
  font-size: 0.9rem;
  line-height: 1.85;
  color: #686868;
}

.gx-ceo__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 1.3rem 0;
}

.gx-ceo__fact {
  padding: 0.85rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  text-align: center;
}

.gx-ceo__fact strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: "Manrope", "Vazirmatn", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0a0a0a;
}

.gx-ceo__fact span {
  font-size: 0.7rem;
  color: #858585;
}

.gx-ceo__text blockquote {
  margin: 0 0 1.35rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-inline-start: 2px solid #111;
  background: rgba(0, 0, 0, 0.025);
  font-size: 0.95rem;
  line-height: 1.75;
  color: #5c5c5c;
  font-style: normal;
}

.gx-ceo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.gx-ceo__more,
.gx-ceo__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 1;
  transition: transform 0.3s, background 0.3s, border-color 0.3s;
}

.gx-ceo__more {
  background: #0a0a0a;
  color: #fff;
}

.gx-ceo__contact {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #0a0a0a;
}

.gx-ceo__more:hover,
.gx-ceo__contact:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.gx-ceo__more:hover {
  background: #222;
}

.gx-ceo__contact:hover {
  border-color: #0a0a0a;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .gx-hero {
    padding-inline: clamp(1.25rem, 5vw, 2rem);
  }

  .gx-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gx-hero__left {
    padding-inline: 0;
  }

  .gx-lead { margin-inline: auto; }
  .gx-actions { justify-content: center; }
  .gx-stats { max-width: 360px; margin-inline: auto; }
  .gx-hero__right { order: -1; }
  .gx-portal { width: min(100%, 400px); }

  .gx-panel {
    grid-template-columns: 1fr;
  }

  .gx-panel__info {
    border-inline-start: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 0;
  }

  .gx-panel__visual {
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: none;
  }

  .gx-panels { min-height: 0; }

  .gx-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(180px, 220px);
  }

  .gx-card--tall { grid-row: span 1; }
  .gx-card--wide { grid-column: span 1; }
  .gx-card { min-height: 180px; }

  .gx-exp__grid { grid-template-columns: 1fr; }
  .gx-ceo__grid { grid-template-columns: 1fr; }
  .gx-ceo__photo { aspect-ratio: 16 / 10; max-height: 320px; }

  .gx-sec-head--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .gx-stats { grid-template-columns: 1fr; text-align: center; }
  .gx-cards { grid-template-columns: 1fr; }
  .gx-scroll-hint { display: none; }
}
