/* Homepage (Figma) — typography: Integral CF (display) + Instrument Sans (UI) */

@font-face {
  font-family: 'Integral CF';
  src: url('assets/fonts/IntegralCF-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.page-home {
  --hp-bg: #000;
  --hp-panel: #060813;
  --hp-border: #1d1e2a;
  --hp-gold: #f0a500;
  --hp-muted: #bec5db;
  --hp-display: 'Integral CF', sans-serif;
  --hp-ui: 'Instrument Sans', system-ui, sans-serif;
  background: var(--hp-bg);
  font-family: var(--hp-ui);
  font-weight: 400;
}

.page-home main {
  overflow-x: hidden;
  font-family: var(--hp-ui);
}
.page-home main h2.hp-title,
.page-home main .hero-v2__title,
.page-home main .hp-step-card h3,
.page-home main .hp-modal h2 {
  font-family: var(--hp-display);
}

/* Nav layout unchanged; Figma uses Instrument Sans 20px for links */
.page-home > nav {
  background: rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(75px);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.page-home > nav .nav-links a,
.page-home > nav .nav-cta {
  font-family: var(--hp-ui) !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.page-home > nav .logo-top,
.page-home > nav .logo-bottom {
  font-family: var(--hp-ui) !important;
}

.hp-ind-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ── Shared section typography ── */
.hp-eyebrow {
  font-family: var(--hp-ui);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hp-gold);
  margin: 0 0 1.25rem;
}
.hp-title {
  font-family: var(--hp-display);
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: auto !important;
}
.hp-title em { font-style: normal; color: var(--hp-gold); }
.hp-lead {
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 52rem;
  margin: 0 auto;
}
.hp-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 7.5rem);
  max-width: 120rem;
  margin: 0 auto;
}
.hp-section__head { text-align: center; margin: 0 auto 3.5rem; }

/* ── HERO ── */
.hero-v2 {
  position: relative;
  min-height: calc(100vh - 4.25rem);
  min-height: calc(100dvh - 4.25rem);
  overflow: hidden;
  background: #000
    radial-gradient(ellipse 70% 55% at 88% 42%, rgba(240, 165, 0, 0.14) 0%, transparent 60%);
}
.hero-v2__visual {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: min(54%, 64.375rem);
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.hero-v2__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  opacity: 1;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 32%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 32%);
}
.hero-v2__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 40%, rgba(0, 0, 0, 0.2) 62%, transparent 72%),
    linear-gradient(180deg, transparent 0%, transparent 75%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.hero-v2__inner {
  position: relative;
  z-index: 3;
  max-width: 75rem;
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 5.5rem) clamp(1.25rem, 5vw, 7.5rem) clamp(2rem, 5vh, 3.5rem);
}

/*
 * Ellipse 32 gold band (Figma node 7:438)
 * Spans: hero stats → services → “How it works / Live in days” intro
 */
.hp-gold-band {
  position: relative;
  overflow: hidden;
  margin-top: -2.5rem;
  padding-top: 0.5rem;
  background: var(--hp-bg);
  isolation: isolate;
}

.hp-gold-band__glow {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hp-gold-band__ellipse {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  shape-rendering: geometricPrecision;
}

.hp-gold-band__inner {
  position: relative;
  z-index: 1;
}

.hp-gold-band__inner .hero-stats-v2 {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem clamp(1.25rem, 5vw, 7.5rem) 2.5rem;
  padding-top: 100px;
}

.hp-gold-band__process-head {
  text-align: center;
  max-width: 61.5rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 7.5rem) clamp(3rem, 6vw, 5rem);
}

.hp-gold-band__process-head .hp-title {
  margin-bottom: 0;
}
.hero-v2__badge {
  display: inline-flex;
  padding: 0.6875rem 1.25rem;
  border: 1px solid rgba(240, 165, 0, 0.6);
  border-radius: 2.125rem;
  background: rgba(240, 165, 0, 0.13);
  color: #fff;
  font-family: var(--hp-ui);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.0375em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.hero-v2__title {
  font-family: var(--hp-display);
  font-size: clamp(2.75rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 2rem;
  color: #fff;
}
.hero-v2__line { display: block; }
.hero-v2__title em { font-style: normal; color: var(--hp-gold); }
.hero-v2__sub {
  font-family: var(--hp-ui);
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  max-width: 54rem;
  margin: 0 0 2rem;
}
.hero-v2__demo-note {
  font-family: var(--hp-ui);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: -1rem 0 1.5rem;
}
.hero-v2__demo-note a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.2s, border-color 0.2s;
}
.hero-v2__demo-note a:hover { color: #fff; border-color: rgba(255,255,255,0.5); }
.hero-v2__actions { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-bottom: 3.5rem; }
.hero-v2__actions .btn-hero-primary,
.hero-v2__actions .btn-hero-ghost { width: 25vw; flex: none; min-width: 12rem; max-width: 22rem; white-space: nowrap; }
.btn-hero-primary,
.btn-hero-ghost {
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  min-height: 3.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.75rem;
  transition: transform 0.15s, background 0.2s, border-color 0.2s;
}
.btn-hero-primary {
  background: var(--hp-gold);
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
}
.hp-modal .btn-hero-primary {
  font-size: 1.375rem;
  min-height: 3.875rem;
  width: 100%;
  max-width: 29.25rem;
}
.hp-modal .btn-hero-ghost {
  font-size: 1.375rem;
  min-height: 3.875rem;
  width: 100%;
  max-width: 29.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.btn-hero-primary:hover { background: #c98a00; transform: translateY(-2px); }
.btn-hero-primary img { width: 1.4rem; height: 1.4rem; }
.btn-hero-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.btn-hero-ghost:hover { border-color: rgba(255, 255, 255, 0.45); transform: translateY(-2px); }
.btn-hero-ghost img { width: 1.1rem; height: 1.1rem; }

.hero-stats-v2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat { flex: 1 1 9rem; text-align: center; padding: 0 1rem; margin-bottom: 1.5rem; }
.hero-stat__num {
  font-family: var(--hp-display);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  color: #fff;
  line-height: 1;
}
.hero-stat__label {
  font-family: var(--hp-ui);
  font-size: 1.125rem;
  color: #fff;
  margin-top: 1rem;
  text-transform: capitalize;
}
.hero-stat__divider {
  width: 1px;
  height: 2.25rem;
  background: rgba(255, 255, 255, 0.25);
  align-self: center;
  flex-shrink: 0;
}

/* ── SERVICES (Figma Component 14 — node 107:3063) ── */
.hp-services {
  background: transparent;
  padding-top: 0;
}

.hp-services__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4375rem;
  max-width: 61.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.hp-services__eyebrow {
  font-family: var(--hp-ui);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hp-gold);
  margin: 0;
  width: 100%;
}

.hp-services__title {
  font-family: var(--hp-display);
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  width: 100%;
}

.hp-services__title em {
  font-style: normal;
  color: var(--hp-gold);
}

.hp-services__lead {
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  width: 100%;
}

.hp-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 119rem;
  margin: 0 auto;
}

.hp-svc-card {
  background: var(--hp-panel);
  border-radius: 10px;
  padding: 2.3125rem 2.3125rem 2rem;
  min-height: 21.3125rem;
  position: relative;
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: column;
}

.hp-svc-card::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(50% - 3.625rem);
  width: 72.6rem;
  height: 26.35rem;
  transform: translateX(calc(-50% + 0.25rem));
  background: url('assets/services/card-glow.png') center / cover no-repeat;
  pointer-events: none;
  opacity: 0.85;
}

.hp-svc-card__icon {
  position: relative;
  z-index: 1;
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.hp-svc-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hp-svc-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--hp-ui);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 1.1875rem;
  letter-spacing: -0.02em;
}

.hp-svc-card p {
  position: relative;
  z-index: 1;
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.32;
  color: var(--hp-muted);
  margin: 0;
  letter-spacing: -0.0125em;
  max-width: 28.25rem;
}

/* ── PROCESS (Figma Component 16 — cards 836×461) ── */
.hp-process {
  background: var(--hp-bg);
  padding-top: 0;
}

.hp-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 106rem;
  margin: 0 auto;
}

.hp-step-card {
  box-sizing: border-box;
  position: relative;
  min-height: 28.8125rem;
  height: 28.8125rem;
  max-width: 52.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1.32px solid rgba(86, 59, 0, 0.85);
  background:
    radial-gradient(111.72% 189% at 89.95% 91.32%, rgba(240, 165, 0, 0.17) 16.83%, rgba(240, 165, 0, 0) 100%),
    #060813;
}

.hp-step-card::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-46.23deg);
  background: url('assets/process/abstract-dots.png') center / cover no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.hp-step-card__num {
  position: absolute;
  right: 0.25rem;
  top: 2.4375rem;
  width: 22.6875rem;
  font-family: var(--hp-ui);
  font-size: clamp(7rem, 18vw, 21.64rem);
  font-weight: 400;
  line-height: 0.85;
  text-align: center;
  color: #f0a500;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hp-step-card h3 {
  position: absolute;
  left: 3.0625rem;
  bottom: 4rem;
  margin: 0;
  max-width: 22.125rem;
  font-family: var(--hp-display);
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.21;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}

/* ── INDUSTRIES ── */
.hp-who { background: var(--hp-bg); }

.hp-who__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4375rem;
  max-width: 61.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.hp-who__head .hp-eyebrow,
.hp-who__head .hp-title,
.hp-who__head .hp-lead {
  margin: 0;
}

.hp-ind-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-bottom: 2.5rem;
}
.hp-ind-tab {
  font-family: var(--hp-ui);
  font-size: 1rem;
  padding: 0.65rem 1.1rem;
  border-radius: 2.25rem;
  border: 1px solid var(--hp-border);
  background: var(--hp-panel);
  color: var(--hp-gold);
  cursor: pointer;
  transition: all 0.2s;
}
.hp-ind-tab:hover { border-color: var(--hp-gold); color: #fff; }
.hp-ind-tab.active {
  background: var(--hp-gold);
  color: #221800;
  border-color: var(--hp-gold);
  font-weight: 500;
}
.hp-ind-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 0.95fr) minmax(16rem, 1.05fr) minmax(18rem, 1.2fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.hp-ind-detail {
  min-width: 0;
  padding-top: 0;
}

.hp-ind-sidebar {
  position: static;
  top: auto;
  z-index: auto;
  display: block;
  align-items: unset;
  justify-content: unset;
  min-width: 0;
  max-width: 41.1875rem;
  height: auto;
  padding: 0;
  background: none;
  backdrop-filter: none;
  border: none;
}

.hp-ind-topics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
}

.hp-ind-topics li {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
  min-height: 4.5rem;
  padding: 0;
  margin: 0;
  border: none;
  font-family: var(--hp-display);
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: color 0.2s;
}

.hp-ind-topics li::before {
  content: '';
  flex-shrink: 0;
  align-self: stretch;
  width: 2px;
  min-height: 4.5rem;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.2s;
}

.hp-ind-topics li.active {
  color: var(--hp-gold);
}

.hp-ind-topics li.active::before {
  background: var(--hp-gold);
}

.hp-ind-detail__title {
  margin: 0 0 1.5rem;
  font-family: var(--hp-display);
  font-size: clamp(1.75rem, 3.2vw, 2.875rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--hp-gold);
}

.hp-ind-detail__desc {
  margin: 0;
  font-family: var(--hp-ui);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.45;
  color: #fff;
}

.hp-ind-media {
  position: relative;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  aspect-ratio: 972 / 674;
  min-height: 18rem;
  background: #111;
}

.hp-ind-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.116%, #000 100%);
}

.hp-ind-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-ind-more { margin-top: 1.5rem; }

/* ── HOW OUR AI WORK ── */
.hp-ai-work {
  background: var(--hp-bg);
}

.hp-ai-work__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4375rem;
  max-width: 61.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.hp-ai-work__head .hp-eyebrow,
.hp-ai-work__head .hp-title {
  margin: 0;
}

.hp-ai-work__nav {
  max-width: 104.75rem;
  margin: 0 auto;
}

.hp-ai-work__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 59.1875rem;
  margin: 0 auto 2.5625rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.hp-ai-work__step {
  border: none;
  background: none;
  padding: 0;
  font-family: var(--hp-ui);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #e3eaff;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
}

.hp-ai-work__step:hover,
.hp-ai-work__step.active {
  color: #fff;
}

.hp-ai-work__track {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
}

.hp-ai-work__track-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 15.512%;
  background: #f0a500;
  transition: left 0.35s ease;
}

.hp-ai-work__panels {
  max-width: 91.75rem;
  margin: clamp(2.5rem, 5vw, 4.125rem) auto 0;
  padding: 0 clamp(1rem, 3vw, 2rem);
  transform: translateX(2.0625rem);
}

.hp-ai-work__panel[hidden] {
  display: none;
}

.hp-ai-work__frame {
  position: relative;
  width: 100%;
  max-width: 91.75rem;
  aspect-ratio: 1468 / 1046;
  border-radius: 1.325rem;
  overflow: visible;
}

.hp-ai-work__frame-glow {
  position: absolute;
  top: -45%;
  width: 72%;
  height: 165%;
  pointer-events: none;
  opacity: 0.46;
  background: url('assets/process/abstract-dots.png') center / cover no-repeat;
  transform: rotate(-40deg);
  z-index: 0;
}

.hp-ai-work__frame-glow--left {
  left: -58%;
}

.hp-ai-work__frame-glow--right {
  right: -58%;
  transform: rotate(-40deg) scaleX(-1);
}

.hp-ai-work__frame-glow::after {
  content: '';
  position: absolute;
  inset: 8% 10% 12%;
  background: #f0a500;
  mix-blend-mode: color;
  opacity: 0.85;
  border-radius: 40%;
  filter: blur(12px);
}

.hp-ai-work__stage {
  position: relative;
  z-index: 1;
  width: 99.86%;
  height: 83.84%;
  margin: 0 auto;
  background: #060813;
  border-radius: 1.104rem;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(240, 165, 0, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.45);
}

.hp-ai-work__stage::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 0% 50%, rgba(240, 165, 0, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 55% 45% at 100% 50%, rgba(240, 165, 0, 0.14) 0%, transparent 70%);
}

.hp-ai-work__video {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #060813;
}

/* ── TESTIMONIALS ── */
.hp-testimonials { background: var(--hp-bg); overflow: hidden; }
/* slider wrapper */
.hp-tslider {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 1rem;
}
.hp-tslider__track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
/* arrows row at bottom */
.hp-tslider__controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.hp-tslider__prev,
.hp-tslider__next {
  position: static;
  transform: none;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(240,165,0,0.35);
  color: var(--hp-gold);
  font-size: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.hp-tslider__prev:hover,
.hp-tslider__next:hover { background: rgba(240,165,0,0.15); border-color: var(--hp-gold); }
/* dots */
.hp-tslider__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
.hp-tslider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.hp-tslider__dot.is-active {
  background: var(--hp-gold);
  transform: scale(1.3);
}
.hp-tcard {
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
  scroll-snap-align: unset;
  border: 2px solid var(--hp-border);
  border-radius: 15px;
  padding: 2.5rem 2rem;
  background: linear-gradient(-45deg, #000 76%, var(--hp-gold) 166%);
  text-align: center;
  opacity: 0.5;
  transform: scale(0.95);
  transition: opacity 0.4s, transform 0.4s, border-color 0.4s;
}
.hp-tcard.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(240, 165, 0, 0.6);
}
.hp-tcard.is-featured { border-color: rgba(240, 165, 0, 0.35); }
.hp-tcard.is-featured.is-active { border-color: rgba(240, 165, 0, 0.6); }
.hp-tcard__stars { height: 1.5rem; margin: 0 auto 2rem; display: block; }
.hp-tcard blockquote {
  font-family: var(--hp-ui);
  font-size: 1.375rem;
  line-height: 1.5;
  color: #f9f9fa;
  margin: 0 0 2rem;
  font-style: normal;
}
.hp-tcard__name {
  font-family: var(--hp-ui);
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.hp-tcard__role {
  font-family: var(--hp-ui);
  font-size: 1rem;
  color: var(--hp-gold);
  margin: 0.25rem 0 0;
}

/* ── WHY ECONOMY AI ── */
.hp-why { background: var(--hp-bg); padding-top: 2rem; }
.hp-why-toggle {
  display: flex;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4rem;
  padding: 0.35rem;
  margin: 0 auto 2.5rem;
}
.hp-why-toggle button,
.hp-why-toggle a {
  font-family: var(--hp-ui);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.hp-why-toggle button.active {
  background: var(--hp-gold);
  color: #000;
}
.hp-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.25rem;
}
.hp-why-grid[hidden] { display: none !important; }
.hp-why-card {
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  padding: 2rem 1.5rem 1.5rem;
  min-height: 10.5rem;
  background: linear-gradient(-28deg, #000 76%, var(--hp-gold) 166%);
  position: relative;
  overflow: hidden;
}
.hp-why-card__num {
  font-family: var(--hp-ui);
  font-size: 2rem;
  font-weight: 500;
  color: #454545;
  margin: 0 0 0.5rem;
}
.hp-why-card h3 {
  font-family: var(--hp-ui);
  font-size: 2rem;
  font-weight: 500;
  color: rgba(227, 234, 255, 0.6);
  margin: 0 0 0.75rem;
  text-transform: capitalize;
}
.hp-why-card p {
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  display: none;
}
.hp-why-card:hover p,
.hp-why-card:focus-within p { display: block; }

/* ── PRICING PANEL ── */
.hp-pricing-panel {
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
}
.hp-pricing-panel[hidden] { display: none !important; }
.hp-pricing-panel__card {
  background: #0a0a0a;
  border: 1px solid rgba(240,165,0,0.4);
  border-radius: 12px;
  padding: 2.5rem 3rem;
  max-width: 38rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hp-pricing-panel__card::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background: radial-gradient(ellipse, rgba(240,165,0,0.5) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.hp-pricing-panel__title {
  font-family: var(--hp-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem;
}
.hp-pricing-panel__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 1rem 0 1.5rem;
  width: 8rem;
}
.hp-pricing-panel__body {
  font-family: var(--hp-ui);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2rem;
}
.hp-pricing-panel__body a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}
.hp-pricing-panel__cta {
  display: block;
  width: 100%;
  background: var(--hp-gold);
  color: #000;
  text-align: center;
  font-family: var(--hp-ui);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.hp-pricing-panel__cta:hover { background: #c98a00; }

/* ── CTA ── */
.hp-cta {
  position: relative;
  padding: 0 clamp(1.25rem, 5vw, 7.5rem);
  text-align: center;
}
.hp-cta__bg {
  background: url('assets/cta-bg.png') center center / cover no-repeat;
  min-height: 320px;
  padding: 4rem 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120rem;
  margin: 0 auto;
}
.hp-cta__inner { max-width: 70rem; margin: 0 auto; text-align: center; padding: 3rem 2rem; }
.hp-cta .hp-title { margin: 0 auto 1.5rem; text-align: center; }
.hp-cta .hp-lead { margin-bottom: 2.5rem; }
.hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

/* ── FOOTER ── */
.hp-footer {
  position: relative;
  background: #000;
  border-radius: 10px 10px 0 0;
  margin-top: 4rem;
  padding: 3.5rem clamp(1.25rem, 5vw, 7.5rem) 2rem;
  overflow: hidden;
}
.hp-footer::before,
.hp-footer::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hp-footer::after {
  width: 620px;
  height: 620px;
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle, #F0A500 0%, transparent 70%);
  filter: blur(80px);
  opacity: 0.45;
}
.hp-footer::before {
  width: 413px;
  height: 413px;
  left: -180px;
  top: -220px;
  background: radial-gradient(circle, #F0A500 0%, transparent 70%);
  filter: blur(80px);
  opacity: 0.35;
}
.hp-footer__glow-tr,
.hp-footer__glow-bl {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.35;
}
.hp-footer__glow-tr {
  width: 38rem;
  height: 38rem;
  right: -12rem;
  bottom: -14rem;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.25) 0%, transparent 70%);
}
.hp-footer__glow-bl {
  width: 26rem;
  height: 26rem;
  left: -8rem;
  top: -10rem;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.12) 0%, transparent 70%);
}
.hp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
.hp-footer__brand img { width: 18.75rem; max-width: 100%; height: auto; margin-bottom: 2rem; }
.hp-footer__brand p {
  font-family: var(--hp-ui);
  font-size: 1.0625rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.6);
  margin: 1.5rem 0 0;
  max-width: 26rem;
}
.hp-footer h4 {
  font-family: var(--hp-display);
  font-size: 1.5625rem;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.hp-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--hp-ui);
  font-size: 1rem;
  line-height: 2.9;
  color: rgba(255, 255, 255, 0.6);
}
.hp-footer__links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.hp-footer__links a:hover { color: var(--hp-gold); }
.hp-footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  opacity: 0.6;
}
.hp-footer__contact-row img { width: 2.75rem; height: 2.75rem; flex-shrink: 0; }
.hp-footer__contact-row strong {
  display: block;
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
}
.hp-footer__contact-row a,
.hp-footer__contact-row span {
  font-family: var(--hp-ui);
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.hp-footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}
.hp-footer__social > span {
  font-family: var(--hp-ui);
  font-size: 1.25rem;
  color: #fff;
}
.hp-footer__social-icons { display: flex; gap: 0.65rem; }
.hp-footer__social-icons a {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-footer__social-icons img { width: 1rem; height: 1rem; }
.hp-footer__hr {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}
.hp-footer__contact-icon {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: rgba(255,255,255,0.7);
}
.hp-footer__bar {
  width: 100%;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--hp-ui);
  font-size: 0.9375rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hp-footer__bar a { color: inherit; text-decoration: none; }
.hp-footer__bar a:hover { color: var(--hp-gold); }

/* ── PROMO MODAL ── */
.hp-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}
.hp-modal[hidden] { display: none; }
.hp-modal__card {
  position: relative;
  max-width: 52.1875rem;
  width: 100%;
  background: #11131c;
  border: none;
  border-radius: 14px;
  padding: 3rem 2.5rem 2.5rem;
  text-align: center;
}
.hp-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.hp-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 0 auto 1.5rem;
  padding: 0.6875rem 1.25rem;
  border: 1px solid rgba(240, 165, 0, 0.6);
  border-radius: 2.125rem;
  background: rgba(240, 165, 0, 0.13);
  color: var(--hp-gold);
  font-family: var(--hp-ui);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hp-modal__badge img {
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
}
.hp-modal h2 {
  font-family: var(--hp-display);
  font-size: clamp(1.75rem, 4vw, 2.4375rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 1.25rem;
}
.hp-modal p {
  font-family: var(--hp-ui);
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgba(255, 255, 255, 0.6);
  max-width: 37rem;
  margin: 0 auto 2rem;
}
.hp-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 29rem;
  margin: 0 auto;
}

@media (max-width: 64em) {
  .hero-v2__visual {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  .hero-v2__video {
    object-fit: cover;
    object-position: center center;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .hero-v2__overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.65) 100%),
      linear-gradient(90deg, rgba(0,0,0,0.6) 0%, transparent 100%);
  }
  .hp-gold-band__glow img {
    transform: translateX(-50%);
  }
  .hero-stat__divider { display: none; }
  .hp-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-ind-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hp-ind-media {
    aspect-ratio: 16 / 10;
    max-width: 36rem;
    margin: 0 auto;
    width: 100%;
  }
  .hp-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 48em) {
  .hp-svc-grid { grid-template-columns: 1fr; }
  .hp-process-grid { grid-template-columns: 1fr; }
  .hp-ai-work__steps {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
  .hp-ai-work__step {
    font-size: 1.125rem;
  }
  .hp-ai-work__panels {
    transform: none;
  }
  .hp-ai-work__frame-glow {
    opacity: 0.28;
  }
  .hp-step-card {
    height: auto;
    min-height: 22rem;
  }
  .hp-step-card h3 {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 10rem 1.5rem 2rem;
    font-size: clamp(1.5rem, 5vw, 2.375rem);
  }
  .hp-svc-card h3 { font-size: clamp(1.375rem, 4vw, 2rem); }
  .hp-svc-card p { font-size: 1.125rem; }
  .hp-ind-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
  .hp-ind-tab { padding: 0.9rem 2.5rem; font-size: 1.125rem; }
  .hp-step-card__num {
    font-size: clamp(6rem, 40vw, 12rem);
    right: 0.5rem;
    top: 1rem;
  }
}
@media (max-width: 40em) {
  .hp-svc-card,
  .hp-step-card,
  .hp-process-step,
  .hp-ind-detail { text-align: center; align-items: center; }
  .hp-svc-card { align-items: center; }
  .hp-step-card h3 { text-align: center; left: auto; right: auto; width: 100%; }
  .hero-v2__badge { font-size: 0.75rem; padding: 0.5rem 1rem; margin-bottom: 1.5rem; }
  .hero-v2__inner { text-align: center; align-items: center; }
  .hero-v2__eyebrow,
  .hero-v2__title,
  .hero-v2__lead { text-align: center; }
  .hero-v2__actions { flex-direction: column; align-items: center; }
  .btn-hero-primary, .btn-hero-ghost { width: 100%; }
  .hero-v2__actions .btn-hero-primary,
  .hero-v2__actions .btn-hero-ghost { width: 100%; max-width: none; }
  .hero-v2__inner {
    padding-left: clamp(1rem, 5vw, 1.5rem);
    padding-right: clamp(1rem, 5vw, 1.5rem);
  }
  .hp-footer__grid { grid-template-columns: 1fr; text-align: center; }
  .hp-footer__grid > * { align-items: center; display: flex; flex-direction: column; }
  .hp-footer__logo-wrap { align-items: center; }
  .hp-footer__social { justify-content: center; }
  .hero-stats-v2 { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-stat__divider { display: none; }
  .hp-cta__bg { min-height: 260px; padding: 3rem 1.25rem; }
  .hp-cta__actions .btn-hero-primary,
  .hp-cta__actions .btn-hero-ghost { width: 100%; }
}
