/* ========================================================== */
/* Arash Salehi - Premium Business Consultant Landing Page    */
/* Custom CSS - Luxury Gold + Dark Theme (RTL Persian)        */
/* ========================================================== */

/* ----- Base ----- */
:root {
  --gold-400: #d4af37;
  --gold-300: #e3c66b;
  --gold-200: #ecd998;
  --gold-100: #f4e9c2;
  --ink-950: #070707;
  --ink-900: #0b0b0c;
  --ink-800: #111114;
  --ink-700: #1a1a1f;
  --ink-600: #22232a;
  --hairline: rgba(212, 175, 55, 0.16);
  --hairline-strong: rgba(212, 175, 55, 0.32);
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: var(--ink-950);
  font-feature-settings: "ss01", "ss02";
  line-height: 1.7;
}

/* Ambient page background */
.ambient-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      60rem 40rem at 100% -10%,
      rgba(212, 175, 55, 0.08),
      transparent 60%
    ),
    radial-gradient(
      50rem 35rem at -10% 30%,
      rgba(212, 175, 55, 0.05),
      transparent 60%
    ),
    linear-gradient(180deg, #060607 0%, #0a0a0c 50%, #060607 100%);
}
.ambient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%);
  opacity: 0.6;
}

/* Selection */
::selection {
  background: rgba(212, 175, 55, 0.3);
  color: #fff8e1;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #08080a;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2a2820, #1a1a1f);
  border-radius: 8px;
  border: 2px solid #08080a;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #4a3f1f, #2a2820);
}

/* ========================================================== */
/* Typography helpers                                          */
/* ========================================================== */
.text-gold {
  background-image: linear-gradient(
    135deg,
    #f4e9c2 0%,
    #d4af37 45%,
    #c69a25 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #d4af37;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(212, 175, 55, 0.05);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4e9c2, #d4af37);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: #fdfaf0;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.section-title--start {
  margin-left: 0;
  margin-right: 0;
}

.section-sub {
  margin-top: 1rem;
  color: #b8b7b1;
  font-size: 1rem;
  line-height: 2;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.section-sub--start {
  margin-left: 0;
  margin-right: 0;
}

.section-pad {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-pad-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .section-pad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ========================================================== */
/* Header                                                      */
/* ========================================================== */
.site-header {
  /* Always reserve border space so scroll state does not shift layout */
  border-bottom: 1px solid transparent;
  box-shadow: 0 12px 36px -24px transparent;
  background-color: transparent;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  will-change: background-color, box-shadow;
}
.site-header.is-scrolled {
  background-color: rgba(8, 8, 10, 0.88);
  border-bottom-color: rgba(212, 175, 55, 0.12);
  box-shadow: 0 12px 36px -24px rgba(0, 0, 0, 0.8);
  /* backdrop-filter removed: causes subpixel repaint/jump in fixed headers */
}

.site-header nav {
  min-height: 5rem;
  height: 5rem;
}

.site-header .header-nav {
  flex-shrink: 1;
  min-width: 0;
}

.site-header .header-cta-wrap {
  flex-shrink: 0;
}

/* Brand logo */
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1812 0%, #0d0c08 100%);
  border: 1px solid rgba(212, 175, 55, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 6px 20px -10px rgba(212, 175, 55, 0.3);
}
.logo-mark::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.5),
    rgba(212, 175, 55, 0)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.logo-mark-inner {
  font-family: "Inter", "Vazirmatn", sans-serif;
  font-weight: 800;
  font-size: 14px;
  background-image: linear-gradient(135deg, #f4e9c2, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.05em;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-name {
  color: #fdfaf0;
  font-weight: 700;
  font-size: 15px;
}
.logo-tag {
  color: #9b9a93;
  font-size: 10px;
  letter-spacing: 0.16em;
  margin-top: 2px;
  text-transform: uppercase;
}

/* Nav links */
.nav-link {
  position: relative;
  display: inline-block;
  padding-block: 0.35rem 0.5rem;
  line-height: 1.4;
  transition: color 0.25s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  transition: width 0.35s ease;
  pointer-events: none;
}
.nav-link:hover {
  color: #fff;
}
.nav-link:hover::after {
  width: 100%;
}

/* Header buttons: no vertical shift on hover (prevents jump in flex row) */
.site-header .btn-gold,
.site-header .btn-gold:hover,
.site-header .btn-gold:focus-visible {
  transform: none;
}
.site-header .btn-gold {
  min-height: 2.5rem;
  min-width: 9.5rem;
  justify-content: center;
  transition:
    box-shadow 0.25s ease,
    filter 0.25s ease,
    background 0.25s ease;
}
.site-header .btn-gold:hover {
  filter: brightness(1.06);
}

/* ========================================================== */
/* Buttons                                                     */
/* ========================================================== */
.btn-gold {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1408;
  background: linear-gradient(135deg, #f4e9c2 0%, #d4af37 50%, #b8911f 100%);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 -1px 0 rgba(0, 0, 0, 0.2) inset,
    0 14px 30px -14px rgba(212, 175, 55, 0.5);
  transition:
    transform 0.25s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
  white-space: nowrap;
}
.btn-gold:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 -1px 0 rgba(0, 0, 0, 0.2) inset,
    0 22px 40px -16px rgba(212, 175, 55, 0.65);
}
.btn-gold--sm {
  padding: 0.55rem 1.05rem;
  font-size: 13px;
  border-radius: 10px;
}
.btn-gold--lg {
  padding: 1.05rem 2rem;
  font-size: 15px;
  border-radius: 14px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #ecd998;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-ghost:hover {
  color: #fff8e1;
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.45);
}

/* ========================================================== */
/* Mobile menu                                                 */
/* ========================================================== */
.menu-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}
.menu-toggle .bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #ecd998;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle .bar:nth-child(2) {
  width: 14px;
}
.menu-toggle.is-open .bar:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.menu-toggle.is-open .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.is-open .bar:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
  width: 18px;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  background: rgba(7, 7, 9, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86%, 360px);
  background: linear-gradient(180deg, #0b0b0e 0%, #08080a 100%);
  border-left: 1px solid rgba(212, 175, 55, 0.15);
  padding: 2rem 1.75rem;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}
.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.menu-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #ecd998;
  background: rgba(255, 255, 255, 0.02);
}

.mobile-link {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  color: #e5e5e5;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}
.mobile-link:hover {
  background: rgba(212, 175, 55, 0.06);
  border-color: rgba(212, 175, 55, 0.18);
  color: #fff;
}

/* ========================================================== */
/* Hero                                                         */
/* ========================================================== */
.hero {
  position: relative;
}

/* Hero typography — tuned for IRANSansX (Persian RTL) */
.hero [data-hero="badge"],
.hero [data-hero="title"],
.hero [data-hero="subtitle"],
.hero [data-hero="cta"] {
  font-feature-settings: normal;
  letter-spacing: 0;
}

.hero [data-hero="badge"] {
  font-weight: 500;
  line-height: 1.65;
}

.hero [data-hero="title"] {
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 2rem; /* ~32px */
}

.hero [data-hero="title"] .text-gold {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: 0;
}

@media (min-width: 640px) {
  .hero [data-hero="title"] {
    font-size: 2.5rem; /* ~40px */
  }
}

@media (min-width: 1024px) {
  .hero [data-hero="title"] {
    font-size: 2.875rem; /* ~46px */
    line-height: 1.55;
  }
}

@media (min-width: 1280px) {
  .hero [data-hero="title"] {
    font-size: 3.25rem; /* ~52px */
  }
}

.hero [data-hero="subtitle"] {
  font-weight: 400;
  line-height: 1.95;
  font-size: 0.9375rem; /* ~15px */
}

@media (min-width: 640px) {
  .hero [data-hero="subtitle"] {
    font-size: 1.0625rem; /* ~17px — was 18px */
    line-height: 2;
  }
}

.hero .hero-cta .btn-gold,
.hero .hero-cta .btn-ghost {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 60%);
  -webkit-mask-image: radial-gradient(
    circle at 70% 30%,
    #000 0%,
    transparent 60%
  );
  opacity: 0.5;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
}
.hero-orb--1 {
  background: radial-gradient(circle, #d4af37, transparent 60%);
  top: -120px;
  right: -100px;
}
.hero-orb--2 {
  background: radial-gradient(circle, #6b4d10, transparent 60%);
  bottom: -200px;
  left: -120px;
  opacity: 0.25;
}

/* Hero CTA row — stable layout, smooth reveal, no hover jump */
.hero-cta {
  min-height: 3.25rem;
  align-items: center;
}
.hero-cta__btn {
  flex-shrink: 0;
}
.hero .btn-gold,
.hero .btn-gold:hover,
.hero .btn-gold:focus-visible,
.hero .btn-ghost,
.hero .btn-ghost:hover {
  transform: none;
}
.hero .btn-gold {
  transition:
    box-shadow 0.3s ease,
    filter 0.3s ease;
}
.hero .btn-gold:hover {
  filter: brightness(1.05);
}
.hero .btn-ghost {
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

/* Mini cards */
.mini-card {
  position: relative;
  padding: 0.85rem 0.5rem;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 13px;
  color: #d6d5cf;
  transition: all 0.3s ease;
  overflow: hidden;
}
.mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mini-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
  color: #fff8e1;
}
.mini-card:hover::before {
  opacity: 1;
}
.mini-card span {
  position: relative;
}

/* Hero visual */
.hero-visual {
  position: relative;
  perspective: 1200px;
}
.hero-visual__frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(183deg, #cba12b75, #cba12b0d, transparent);
}

.hero-visual__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  filter: contrast(1.05) saturate(0.9) brightness(0.85);
}
@media (max-width: 768px) {
  .hero-visual__img {
    height: 380px;
  }
}

.hero-visual__overlay {
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, transparent 40%, rgba(7, 7, 9, 0.85) 100%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent 50%);
  z-index: 2;
  pointer-events: none;
}

.hero-visual__badge {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  right: 28px;
  background: rgba(13, 13, 16, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8);
}
.hero-visual__badge--alt {
  bottom: auto;
  top: 28px;
  right: auto;
  left: 28px;
}

/* Hero — mobile / tablet (layout unchanged, spacing & type tuned) */
@media (max-width: 1023px) {
  section#home.hero {
    padding-top: 5.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .hero > .mx-auto > .grid {
    gap: 1.75rem;
  }

  .hero [data-hero="badge"] {
    max-width: 100%;
    font-size: 0.6875rem;
    line-height: 1.7;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1.25rem;
    gap: 0.4rem;
  }

  .hero [data-hero="title"] {
    font-size: 1.625rem;
    line-height: 1.65;
  }

  .hero [data-hero="title"] .text-gold {
    display: block;
    margin-top: 0.35rem;
  }

  .hero [data-hero="subtitle"] {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.85;
    max-width: 100%;
  }

  .hero-cta {
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    min-height: 0;
  }

  .hero-cta .btn-gold,
  .hero-cta .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .hero [data-hero="roadmap"] {
    margin-top: 1.75rem;
    gap: 0.45rem;
  }

  .hero .mini-card {
    padding: 0.6rem 0.3rem;
    font-size: 0.6875rem;
    line-height: 1.35;
    border-radius: 10px;
  }

  .hero-visual {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .hero-visual__frame {
    padding: 8px;
  }

  .hero-visual__img {
    height: 300px;
  }

  .hero-visual__overlay {
    inset: 8px;
  }

  .hero-visual__badge {
    bottom: 14px;
    inset-inline-end: 14px;
    inset-inline-start: auto;
    padding: 0.6rem 0.8rem;
    max-width: calc(100% - 28px);
  }

  .hero-visual__badge--alt {
    top: 14px;
    inset-inline-start: 14px;
    inset-inline-end: auto;
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 639px) {
  section#home.hero {
    padding-top: 5.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .hero [data-hero="title"] {
    font-size: 1.4rem;
  }

  .hero [data-hero="badge"] span:last-child {
    line-height: 1.55;
  }

  .hero-visual__img {
    height: 248px;
  }

  .hero-visual__badge--alt {
    display: none;
  }

  .hero-orb--1 {
    width: 280px;
    height: 280px;
    top: -60px;
    inset-inline-end: -80px;
  }

  .hero-orb--2 {
    width: 220px;
    height: 220px;
    bottom: -80px;
    inset-inline-start: -60px;
  }
}

/* ========================================================== */
/* Stats / Counter Section                                    */
/* ========================================================== */
.stats-wrap {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  padding: 2.25rem 2rem;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
}
.stats-wrap::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.4),
    rgba(212, 175, 55, 0) 50%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.stat-card {
  grid-column: span 1.5 / span 1;
  text-align: center;
  padding: 0 1rem;
}
.stats-wrap .stat-card {
  grid-column: span 1 / span 1;
}
.stats-wrap .stat-card:nth-child(odd) {
  grid-column: span 1 / span 1;
}

/* Use simpler grid */
.stats-wrap {
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}
.stat-divider {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(212, 175, 55, 0.25),
    transparent
  );
  height: 60%;
  align-self: center;
}
.stat-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  background-image: linear-gradient(
    135deg,
    #f4e9c2 0%,
    #d4af37 65%,
    #b8911f 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.stat-label {
  font-size: 13px;
  color: #aaa9a3;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .stats-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
    padding: 1.75rem 1rem;
  }
  .stat-divider {
    display: none;
  }
}

/* ========================================================== */
/* Showcase — Pinned Capabilities Section                     */
/* ========================================================== */
.showcase {
  position: relative;
  overflow: hidden;
}

/* Trust counters — pull up after showcase (pin only on desktop ≥1024px) */
.trust-section {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .trust-section {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .trust-section {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .trust-section {
    margin-top: 0;
  }
}

.showcase__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      38rem 28rem at 22% 40%,
      rgba(212, 175, 55, 0.05),
      transparent 60%
    ),
    radial-gradient(
      30rem 24rem at 88% 70%,
      rgba(212, 175, 55, 0.035),
      transparent 60%
    );
  pointer-events: none;
}

.showcase__heading {
  position: relative;
}

@media (min-width: 1024px) {
  .showcase__heading {
    position: sticky;
    top: 7.5rem;
  }
}

.showcase__rail {
  position: relative;
  margin-top: 2.25rem;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0.06),
    rgba(212, 175, 55, 0.22),
    rgba(212, 175, 55, 0.06)
  );
  border-radius: 999px;
  overflow: hidden;
}
.showcase__rail-fill {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #f4e9c2, #d4af37 60%, #c69a25);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
  transform-origin: right center; /* RTL: fill from right */
  transform: scaleX(0);
}

.showcase__stage {
  position: relative;
  width: 100%;
}

/* Pinned sequence: 2 visible cards, scroll window */
@media (min-width: 1024px) {
  .showcase.showcase--pinned .showcase__heading {
    position: relative;
    top: auto;
  }
  .showcase__stage {
    height: var(--showcase-stage-h, 560px);
    min-height: var(--showcase-stage-h, 560px);
    max-height: var(--showcase-stage-h, 560px);
    overflow: hidden;
    position: relative;
  }
  .showcase__items.is-sequenced {
    display: grid;
    gap: 1.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    will-change: transform;
  }
  .showcase__items.is-sequenced .showcase__item {
    flex-shrink: 0;
    transform-origin: center top;
    margin: 0;
    min-height: var(--showcase-card-h, auto);
    max-width: 100%;
    box-sizing: border-box;
  }
  .showcase__items.is-measuring .showcase__item {
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 0 !important;
  }
}

.showcase__items {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showcase__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem 1.85rem;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.028),
    rgba(255, 255, 255, 0.004)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: visible;
  transition:
    border-color 0.45s ease,
    transform 0.5s ease;
  will-change: transform, opacity;
}
.showcase__item::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.4),
    rgba(212, 175, 55, 0) 65%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.showcase__item::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle at top right,
    rgba(212, 175, 55, 0.09),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.showcase__item:hover {
  border-color: rgba(212, 175, 55, 0.2);
}
.showcase__item:hover::before,
.showcase__item:hover::after {
  opacity: 1;
}

.showcase__num {
  flex: none;
  min-width: 3.2rem;
  font-weight: 800;
  font-size: 1.85rem;
  line-height: 1;
  background-image: linear-gradient(135deg, #f4e9c2, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0;
  padding-top: 2px;
  position: relative;
}
.showcase__num::after {
  content: "";
  position: absolute;
  inset-inline-end: -8px;
  top: 50%;
  width: 1px;
  height: 26px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(212, 175, 55, 0.35),
    transparent
  );
  transform: translateY(-50%);
}

.showcase__body {
  flex: 1;
  min-width: 0;
}
.showcase__body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fdfaf0;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  letter-spacing: -0.01em;
}
.showcase__body p {
  font-size: 0.98rem;
  color: #b8b6ae;
  line-height: 2.05;
  margin: 0 0 1rem 0;
}

.showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.showcase__tags li {
  font-size: 0.78rem;
  font-weight: 600;
  color: #d4af37;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.18);
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 640px) {
  .showcase__item {
    padding: 1.5rem 1.35rem;
    gap: 1rem;
  }
  .showcase__num {
    font-size: 1.4rem;
    min-width: 2.4rem;
  }
  .showcase__body h3 {
    font-size: 1.08rem;
  }
  .showcase__body p {
    font-size: 0.9rem;
    line-height: 1.95;
  }
  .showcase__tags li {
    font-size: 0.72rem;
    padding: 0.3rem 0.7rem;
  }
}

/* ========================================================== */
/* Services Section                                           */
/* ========================================================== */
.services-section {
  overflow: hidden;
}
.services-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      42rem 32rem at 15% 20%,
      rgba(212, 175, 55, 0.04),
      transparent 55%
    ),
    radial-gradient(
      36rem 28rem at 90% 80%,
      rgba(212, 175, 55, 0.03),
      transparent 60%
    );
  pointer-events: none;
}

.services-grid {
  align-items: stretch;
}

/* Service Cards — redesigned */
a.service-card,
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 20px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.01) 42%,
    rgba(7, 7, 9, 0.4) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  transition:
    border-color 0.4s ease,
    box-shadow 0.45s ease,
    background 0.45s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.55),
    transparent
  );
  opacity: 0.35;
  transition: opacity 0.4s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.14),
    transparent 68%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
a.service-card:focus-visible {
  outline: 2px solid rgba(212, 175, 55, 0.55);
  outline-offset: 3px;
}
.service-card:hover {
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow:
    0 28px 56px -32px rgba(0, 0, 0, 0.75),
    0 0 0 1px rgba(212, 175, 55, 0.06);
  background: linear-gradient(
    165deg,
    rgba(212, 175, 55, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 40%,
    rgba(7, 7, 9, 0.35) 100%
  );
}
.service-card:hover::before {
  opacity: 1;
}
.service-card:hover::after {
  opacity: 1;
}

.service-card--accent {
  border-color: rgba(212, 175, 55, 0.28);
  background: linear-gradient(
    165deg,
    rgba(212, 175, 55, 0.12) 0%,
    rgba(212, 175, 55, 0.03) 38%,
    rgba(10, 10, 12, 0.5) 100%
  );
  box-shadow: 0 0 48px -24px rgba(212, 175, 55, 0.2);
}
.service-card--accent::before {
  opacity: 1;
  background: linear-gradient(90deg, #c69a25, #f4e9c2, #c69a25);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
}

.service-card__num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  background-image: linear-gradient(
    135deg,
    rgba(244, 233, 194, 0.35),
    rgba(212, 175, 55, 0.85)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0;
  user-select: none;
}

.service-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    rgba(212, 175, 55, 0.2),
    rgba(212, 175, 55, 0.05)
  );
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: #ecd998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.service-card:hover .service-card__icon {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px -10px rgba(212, 175, 55, 0.35);
}
.service-card__icon svg {
  width: 22px;
  height: 22px;
}

.service-card__content {
  flex: 1;
  padding: 1.15rem 1.5rem 0.35rem;
}

.service-card__title {
  font-size: 1.08rem;
  font-weight: 800;
  color: #fdfaf0;
  margin-bottom: 0.65rem;
  line-height: 1.55;
}
.service-card__desc {
  font-size: 0.9rem;
  color: #b5b4ad;
  line-height: 1.95;
  margin: 0;
}

.service-card__foot {
  margin-top: auto;
  padding: 1.45rem 1.5rem 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.15);
}
.service-card:hover .service-card__foot {
  border-top-color: rgba(212, 175, 55, 0.12);
  background: rgba(212, 175, 55, 0.04);
}

.service-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  color: #d4af37;
  font-size: 0.86rem;
  font-weight: 600;
  pointer-events: none;
}
.service-card__link svg {
  flex-shrink: 0;
  opacity: 0.85;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.service-card:hover .service-card__link {
  color: #f4e9c2;
}
.service-card:hover .service-card__link svg {
  opacity: 1;
  transform: translateX(-4px);
}

@media (max-width: 640px) {
  .service-card__top {
    padding: 1.25rem 1.25rem 0;
  }
  .service-card__content {
    padding: 1rem 1.25rem 0;
  }
  .service-card__content {
    padding-bottom: 0.25rem;
  }
  .service-card__foot {
    padding: 1.25rem 1.25rem 1.2rem;
  }
  .service-card__num {
    font-size: 1.65rem;
  }
  .service-card__title {
    font-size: 1rem;
  }
  .service-card__desc {
    font-size: 0.86rem;
    line-height: 1.85;
  }
}

/* ========================================================== */
/* Roadmap                                                    */
/* ========================================================== */
.roadmap {
  position: relative;
  display: grid;
  gap: 1.75rem;
  padding-inline-start: 0;
}
.roadmap__line {
  position: absolute;
  top: 23px;
  bottom: 23px;
  inset-inline-start: 22px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.45),
    rgba(212, 175, 55, 0.12) 60%,
    transparent
  );
}
.roadmap__step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 1.5rem;
  align-items: flex-start;
}
.roadmap__node {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1812, #0a0a0c);
  border: 1px solid rgba(212, 175, 55, 0.32);
  color: #ecd998;
  font-weight: 700;
  font-size: 13px;
  box-shadow:
    0 0 0 6px #060607,
    0 8px 20px -8px rgba(212, 175, 55, 0.3);
  z-index: 1;
}
.roadmap__content {
  padding: 1.5rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.005)
  );
  border: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  transition: all 0.4s ease;
}
.roadmap__content::before {
  content: "";
  position: absolute;
  inset-inline-end: -8px;
  top: 22px;
  width: 8px;
  height: 1px;
  background: rgba(212, 175, 55, 0.35);
}
.roadmap__content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fdfaf0;
  margin-bottom: 0.5rem;
}
.roadmap__content p {
  font-size: 0.92rem;
  color: #aaa9a3;
  line-height: 2;
}
.roadmap__step:hover .roadmap__content {
  border-color: rgba(212, 175, 55, 0.25);
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.04),
    rgba(255, 255, 255, 0.005)
  );
}
.roadmap__step:hover .roadmap__node {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow:
    0 0 0 6px #060607,
    0 8px 24px -6px rgba(212, 175, 55, 0.45);
}

/* ========================================================== */
/* Gold Industry Focus                                        */
/* ========================================================== */
.gold-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      40rem 30rem at 10% 50%,
      rgba(212, 175, 55, 0.08),
      transparent 60%
    ),
    radial-gradient(
      30rem 30rem at 90% 50%,
      rgba(212, 175, 55, 0.04),
      transparent 60%
    );
  pointer-events: none;
}

.gold-list {
  display: grid;
  gap: 1rem;
}
.gold-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  color: #d6d5cf;
  line-height: 2;
  transition: all 0.3s ease;
}
.gold-list li:hover {
  border-color: rgba(212, 175, 55, 0.25);
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.05),
    rgba(212, 175, 55, 0.01)
  );
}
.gold-list__check {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f4e9c2, #d4af37);
  position: relative;
  margin-top: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.gold-list__check::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-left: 1.8px solid #0a0a0c;
  border-bottom: 1.8px solid #0a0a0c;
  transform: rotate(-50deg) translate(2px, -2px);
  width: 12px;
  height: 6px;
}
.gold-list strong {
  color: #fff8e1;
  font-weight: 700;
}

.gold-card {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.07), rgba(212, 175, 55, 0.01)),
    linear-gradient(135deg, #11100c, #0a0a0c);
  border: 1px solid rgba(212, 175, 55, 0.22);
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.7);
}
.gold-card__shine {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(244, 233, 194, 0.05) 50%,
    transparent 70%
  );
  transform: rotate(20deg);
  pointer-events: none;
}
.gold-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 0;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.15);
}
.gold-card__row--last {
  border-bottom: 0;
}
.gold-card__label {
  font-size: 0.95rem;
  color: #c8c7c1;
}
.gold-card__value {
  font-size: 1.15rem;
  font-weight: 700;
  background-image: linear-gradient(135deg, #f4e9c2, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.01em;
}
.gold-card__foot {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #888780;
  letter-spacing: 0.02em;
}

/* ========================================================== */
/* About Section                                              */
/* ========================================================== */
.about-photo {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #0a0a0c;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: contrast(1.04) saturate(0.95) brightness(0.9);
}
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(7, 7, 9, 0.6)),
    linear-gradient(135deg, rgba(212, 175, 55, 0.06), transparent 50%);
  pointer-events: none;
}
.about-photo__ring {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.45),
    rgba(212, 175, 55, 0) 50%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-points {
  margin-top: 1.75rem;
  display: grid;
  gap: 0.85rem;
}
.about-points li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #d6d5cf;
  font-size: 0.97rem;
}
.about-points span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4e9c2, #d4af37);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* ========================================================== */
/* Articles Cards                                             */
/* ========================================================== */
.article-card {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025),
    rgba(255, 255, 255, 0.005)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition:
    transform 0.5s ease,
    border-color 0.4s ease;
}
.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.22);
}
.article-card__cover {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}
.article-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  filter: saturate(0.85) brightness(0.85);
}
.article-card:hover .article-card__cover img {
  transform: scale(1.06);
}
.article-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 7, 9, 0.4));
}

.article-card__body {
  padding: 1.5rem 1.6rem 1.75rem;
}
.article-card__tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(212, 175, 55, 0.05);
  color: #ecd998;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.article-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fdfaf0;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
.article-card__desc {
  font-size: 0.9rem;
  color: #aaa9a3;
  line-height: 2;
  margin-bottom: 1.1rem;
}
.article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #d4af37;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.article-card__link:hover {
  color: #f4e9c2;
}

/* ========================================================== */
/* Main CTA Card                                              */
/* ========================================================== */
.cta-card {
  position: relative;
  padding: 4rem 2.5rem;
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(212, 175, 55, 0.09),
      rgba(212, 175, 55, 0.02) 60%
    ),
    linear-gradient(180deg, #0e0d0a, #08080a);
  border: 1px solid rgba(212, 175, 55, 0.25);
  overflow: hidden;
  box-shadow: 0 60px 100px -50px rgba(0, 0, 0, 0.8);
}
.cta-card__glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.18),
    transparent 60%
  );
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(40px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta-card {
    padding: 2.5rem 1.5rem;
  }
}

/* ========================================================== */
/* Contact Form                                               */
/* ========================================================== */
.contact-info {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
.contact-info__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-info__ic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: #ecd998;
  flex: none;
}
.contact-info__ic svg {
  width: 18px;
  height: 18px;
}

.contact-form {
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025),
    rgba(255, 255, 255, 0.005)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.3),
    rgba(212, 175, 55, 0) 60%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.field label {
  font-size: 0.82rem;
  color: #c8c7c1;
  font-weight: 500;
  padding-right: 2px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: rgba(7, 7, 9, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #fdfaf0;
  font-size: 0.93rem;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #6c6c66;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(7, 7, 9, 0.8);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}
.field textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 2;
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c8c7c1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.5rem;
}
.field select option {
  background: #0a0a0c;
  color: #fdfaf0;
}

/* ========================================================== */
/* Footer                                                     */
/* ========================================================== */
.site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: linear-gradient(180deg, #07070a 0%, #050507 100%);
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer-title {
  color: #fdfaf0;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}
.footer-list {
  display: grid;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #9b9a93;
}
.footer-list a {
  color: #9b9a93;
  transition: color 0.25s ease;
}
.footer-list a:hover {
  color: #ecd998;
}

.social {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.18);
  color: #ecd998;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}
.social svg {
  width: 16px;
  height: 16px;
}
.social:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.4);
  color: #fff8e1;
  transform: translateY(-2px);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.82rem;
  color: #888780;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
  }
}

/* ========================================================== */
/* Reveal animation default state                             */
/* ========================================================== */
[data-reveal],
[data-service],
[data-step] {
  will-change: transform, opacity;
}

/* Pre-animation hidden state for scroll sections only (NOT hero) */
.is-prepared [data-reveal],
.is-prepared [data-service],
.is-prepared [data-step] {
  opacity: 0;
}

/* Hero: hidden only when JS adds .hero-pending (removed after GSAP or on fallback) */
.hero-pending [data-hero] {
  opacity: 0;
}

/* ========================================================== */
/* Reduced motion                                             */
/* ========================================================== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .is-prepared [data-reveal],
  .is-prepared [data-service],
  .is-prepared [data-step],
  .hero-pending [data-hero] {
    opacity: 1;
  }
}
