/* =============================================
   JOINWITH CAPITAL — PREMIUM FINANCE PORTFOLIO
   ============================================= */

:root {
  --bg: #060606;
  --panel: #0d0d0d;
  --panel2: #111111;
  --line: rgba(255, 255, 255, .07);
  --line-gold: rgba(199, 161, 93, .18);
  --text: #f1ede6;
  --muted: #a59c8f;
  --gold: #c7a15d;
  --gold2: #e6c37c;
  --gold3: #f0d49a;
  --accent: #8b6a31;
  --green: #7ad8a0;
  --blue: #73a8ff;
  --purple: #ce8dff;
  --radius: 28px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
  cursor: none;
}

/* Background */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(199, 161, 93, .09) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 90% 15%, rgba(230, 195, 124, .06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(199, 161, 93, .04) 0%, transparent 60%);
}

/* Grid lines */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 52px 52px;
}

/* =============================================
   CUSTOM CURSOR
   ============================================= */
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(230, 195, 124, .6);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.18s var(--ease), width 0.3s var(--ease-back), height 0.3s var(--ease-back), border-color 0.3s ease, opacity 0.3s ease;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}
.cursor-dot {
  width: 5px; height: 5px;
  background: var(--gold2);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: transform 0.05s linear;
}
.cursor-ring.hovering {
  width: 60px; height: 60px;
  border-color: var(--gold2);
  background: rgba(230,195,124,.06);
}
.cursor-ring.clicking {
  width: 28px; height: 28px;
  background: rgba(230,195,124,.15);
}

/* =============================================
   PAGE LOADER
   ============================================= */
.loader {
  position: fixed;
  inset: 0;
  background: #060606;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.loader-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem;
  color: var(--gold2);
  letter-spacing: .12em;
  animation: loaderPulse 1.6s ease infinite;
}
@keyframes loaderPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}
.loader-bar {
  width: 180px; height: 1px;
  background: rgba(230,195,124,.15);
  border-radius: 2px;
  overflow: hidden;
}
.loader-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  width: 0%;
  animation: loaderBar 1.8s var(--ease) forwards;
}
@keyframes loaderBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* =============================================
   AMBIENT ORBS
   ============================================= */
.orb {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(90px);
  opacity: .35;
  animation: orbFloat 18s ease-in-out infinite;
}
.orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(199,161,93,.3), transparent 70%);
  top: -200px; left: -150px;
  animation-delay: 0s;
}
.orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(115,168,255,.15), transparent 70%);
  top: 30%; right: -200px;
  animation-delay: -6s;
}
.orb-3 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(206,141,255,.12), transparent 70%);
  bottom: 10%; left: 30%;
  animation-delay: -12s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.05); }
  66% { transform: translate(-20px, 30px) scale(.95); }
}

/* =============================================
   GRAIN OVERLAY
   ============================================= */
.grain {
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 1;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px;
  animation: grainShift 0.18s steps(1) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, -2%); }
  50% { transform: translate(2%, 0); }
  75% { transform: translate(0, 2%); }
  100% { transform: translate(-2%, 2%); }
}

/* =============================================
   TICKER
   ============================================= */
.ticker-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  overflow: hidden;
  height: 32px;
  background: rgba(6,6,6,.85);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
}
.ticker {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  animation: tickerScroll 38s linear infinite;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  will-change: transform;
}
.ticker span.sep {
  color: var(--gold);
  opacity: .5;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =============================================
   NAVIGATION (FLOATING BOTTOM PILL)
   ============================================= */
/* Hide the vertical side nav entirely */
.side-nav {
  display: none !important;
}

@keyframes navReveal {
  from { opacity: 0; transform: translate(-50%, 30px) scale(0.96); }
  to   { opacity: 1; transform: translate(-50%, 0)    scale(1); }
}

/* Style mobile-nav as the universal floating bottom pill */
.mobile-nav {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 -1px 0 rgba(230, 195, 124, 0.06) inset;
  animation: navReveal 1s var(--ease) 2.2s both;
}

.mobile-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(239, 230, 216, 0.45);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
  cursor: none; 
}

.m-dot {
  width: 4px; 
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease, transform 0.35s var(--ease-back);
  flex-shrink: 0;
}

.mobile-nav a:hover {
  color: rgba(239, 230, 216, 0.75);
}

.mobile-nav a.active {
  color: var(--gold2);
  background: rgba(230, 195, 124, 0.08); /* Optional: slight background glow for active item */
}

.mobile-nav a.active .m-dot {
  opacity: 1;
  transform: scale(1);
}

/* Hide scrollbar if it triggers on smaller screens */
.mobile-nav::-webkit-scrollbar {
  display: none;
}

/* =============================================
   SECTION DIVIDER
   ============================================= */
.section-divider {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--line-gold) 30%, var(--line-gold) 70%, transparent 100%);
  margin-bottom: 0;
}

/* =============================================
   LAYOUT
   ============================================= */
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  position: relative;
  z-index: 2;
}
.section { padding: 100px 0; position: relative; }

/* Selection */
::selection { background: rgba(230,195,124,.2); color: var(--gold3); }

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #080808; }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
.eyebrow {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  padding: .48rem .85rem;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: var(--gold2);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 500;
  background: rgba(199,161,93,.04);
}
.eyebrow::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 0 0 0 4px rgba(230,195,124,.15);
  animation: pulseGlow 2s infinite;
  flex-shrink: 0;
}
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0px rgba(230,195,124,.2); }
  100% { box-shadow: 0 0 0 8px rgba(230,195,124,0); }
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  line-height: .93;
  margin: 0;
}
h1 {
  font-size: clamp(4.2rem, 11vw, 8.5rem);
  letter-spacing: -.03em;
  margin: 18px 0;
}
h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  letter-spacing: -.03em;
  margin-top: 16px;
}
h3 { font-size: clamp(1.5rem, 2.3vw, 2.1rem); }
p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 300;
}
strong { color: var(--text); font-weight: 600; }
.gold-text { color: var(--gold2); }

/* =============================================
   ANIMATION UTILITIES
   ============================================= */
.animate-clip {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(40px);
  opacity: 0;
  transition: clip-path 1.4s var(--ease), transform 1.4s var(--ease), opacity 1s ease;
}
.is-visible .animate-clip {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateY(0);
  opacity: 1;
}
.animate-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease);
}
.is-visible .animate-up { opacity: 1; transform: translateY(0); }
.animate-cover {
  clip-path: inset(100% 0 0 0 round var(--radius));
  transform: scale(1.04);
  transition: clip-path 1.6s var(--ease), transform 1.6s var(--ease);
}
.is-visible .animate-cover {
  clip-path: inset(0 0 0 0 round var(--radius));
  transform: scale(1);
}
.animate-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);
}
.is-visible .animate-scale { opacity: 1; transform: scale(1); }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 48px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}
.hero-copy { padding-right: 24px; }
.hero-copy p { max-width: 58ch; margin-top: 26px; }

/* Decorative lines behind hero */
.hero-bg-line {
  position: absolute;
  height: 1px;
  pointer-events: none;
  z-index: 1;
}
.line-1 {
  width: 60%;
  left: -10%;
  top: 30%;
  background: linear-gradient(90deg, transparent, rgba(199,161,93,.08), transparent);
  transform: rotate(-8deg);
}
.line-2 {
  width: 45%;
  right: -5%;
  bottom: 35%;
  background: linear-gradient(90deg, transparent, rgba(199,161,93,.06), transparent);
  transform: rotate(5deg);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #ddd3c4;
  transition: all 0.35s ease;
  cursor: default;
}
.chip:hover {
  background: rgba(199,161,93,.07);
  border-color: var(--line-gold);
  transform: translateY(-2px);
  color: var(--gold3);
}
.chip-icon { color: var(--gold2); font-size: 9px; }

/* Buttons */
.cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: box-shadow 0.4s ease, background 0.4s ease, transform 0.1s linear, filter 0.3s ease;
  cursor: none;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0);
  transition: background 0.3s ease;
}
.btn:hover::after { background: rgba(255,255,255,.06); }
.btn-primary {
  background: linear-gradient(160deg, var(--gold3), var(--gold));
  color: #141009;
  box-shadow: 0 12px 35px rgba(199,161,93,.22), 0 2px 8px rgba(199,161,93,.12);
}
.btn-primary:hover {
  box-shadow: 0 18px 45px rgba(199,161,93,.35), 0 4px 12px rgba(199,161,93,.2);
  filter: brightness(1.08);
}
.btn-secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,.02);
}
.btn-secondary:hover {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.14);
}

/* Portrait / Cover */
.cover {
  position: relative;
  background: linear-gradient(180deg, rgba(18,18,18,.96), rgba(8,8,8,.99));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.03) inset;
  transition: box-shadow 0.5s ease, border-color 0.5s ease;
}
.cover:hover {
  box-shadow: 0 40px 100px rgba(199,161,93,.18), 0 0 0 1px rgba(230,195,124,.1) inset;
  border-color: rgba(230,195,124,.12);
}
.cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 12%, rgba(230,195,124,.14), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(199,161,93,.1), transparent 24%);
  pointer-events: none;
}

.portrait {
  padding: 28px;
  display: grid;
  gap: 20px;
  will-change: transform;
  transition: transform 0.6s var(--ease);
}
.portrait-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a8a099;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* New Icon Links Container */
.portrait-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Premium Icon Buttons */
.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #a8a099;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: none; /* Keeps your custom cursor active */
}

.icon-link:hover {
  background: rgba(199, 161, 93, 0.08);
  border-color: rgba(199, 161, 93, 0.3);
  color: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(199, 161, 93, 0.15);
}

/* You can safely delete the old .status and .status-pulse classes from your CSS */
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(95,222,123,.18);
  background: rgba(95,222,123,.06);
  color: #9fe7af;
  font-size: 10px;
  letter-spacing: .14em;
}
.status-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #66e08a;
  animation: statusPulse 2s ease infinite;
  flex-shrink: 0;
}
@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 0px rgba(102,224,138,.4); }
  50% { box-shadow: 0 0 0 5px rgba(102,224,138,0); }
}

.avatar-wrap {
  display: grid;
  place-items: center;
  padding: 8px 0;
  position: relative;
}
.avatar {
  width: min(300px, 75vw);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.02));
  box-shadow: 0 0 0 1px rgba(255,255,255,.07), 0 0 50px rgba(199,161,93,.1);
  position: relative;
  z-index: 1;
}
.avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #080808;
}
.avatar-ring {
  position: absolute;
  width: min(330px, 80vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(230,195,124,.12);
  animation: ringPulse 3s ease-in-out infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@keyframes ringPulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: .5; }
  50% { transform: translate(-50%,-50%) scale(1.07); opacity: .12; }
}

.portrait-name { text-align: center; }
.portrait-name small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #9a9089;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
}
.portrait-name h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.portrait-name p { color: #c8bfb0; margin-top: 8px; font-size: 12px; line-height: 1.65; }

.portrait-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 18px;
  margin-top: 4px;
}
.p-stat {
  flex: 1;
  text-align: center;
}
.p-stat-num {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: var(--gold2);
  line-height: 1;
}
.p-stat-label {
  display: block;
  font-size: 9.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
  font-weight: 500;
}
.p-stat-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
  flex-shrink: 0;
  margin: 0 8px;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.4;
  animation: scrollFade 2s ease-in-out 3s both;
}
@keyframes scrollFade {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); }
  to { opacity: .4; transform: translateX(-50%) translateY(0); }
}
.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, var(--gold));
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); transform-origin: top; }
  50% { transform: scaleY(0.4); transform-origin: bottom; }
}
.scroll-indicator span {
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
}

/* =============================================
   GLOW CARD SYSTEM
   ============================================= */
.card, .scenario, .quote, .big-card, .highlight {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease;
}
/* Content always on top — above any pseudo-element */
.card > *, .scenario > *, .quote > *, .big-card > *, .highlight > * {
  position: relative;
  z-index: 10;
}
/* Glow layer — behind content */
.card::before, .scenario::before, .quote::before, .big-card::before, .highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(700px circle at var(--mouse-x, -200px) var(--mouse-y, -200px), rgba(230,195,124,.07), transparent 42%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.card:hover::before, .scenario:hover::before, .quote:hover::before,
.big-card:hover::before, .highlight:hover::before { opacity: 1; }
/* Use inset box-shadow for border glow — no z-index conflict */
.card:hover, .scenario:hover, .quote:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.3), 0 0 0 1px rgba(230,195,124,.22) inset;
}
.big-card:hover, .highlight:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.3), 0 0 0 1px rgba(230,195,124,.18) inset;
}

/* =============================================
   BRAND STORY CARDS
   ============================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  padding: 30px;
  background: var(--panel);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.card-icon {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: rgba(199,161,93,.08);
  border: 1px solid rgba(199,161,93,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.3s ease, transform 0.4s var(--ease-back);
}
.card:hover .card-icon {
  background: rgba(199,161,93,.14);
  transform: scale(1.08) rotate(-3deg);
}
.card h3 { margin-bottom: 10px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.section-head { margin-bottom: 36px; }
.section-head p { max-width: 68ch; margin-top: 18px; }

/* =============================================
   STRATEGY SECTION
   ============================================= */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.big-card {
  background: linear-gradient(160deg, rgba(18,18,18,.97), rgba(9,9,9,.99));
  border-radius: var(--radius);
  padding: 34px;
}
.list { display: grid; gap: 12px; margin-top: 24px; }
.list-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
  transition: padding-left 0.35s var(--ease);
}
.list-item:hover { padding-left: 6px; }
.list-item:first-child { border-top: none; padding-top: 0; }
.num {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-family: 'DM Mono', monospace;
  font-weight: 500;
  font-size: 13px;
  transition: transform 0.35s var(--ease-back);
}
.list-item:hover .num { transform: scale(1.08); }
.gold-num { background: rgba(199,161,93,.1); color: var(--gold2); border: 1px solid rgba(199,161,93,.15); }
.green-num { background: rgba(122,216,160,.08); color: var(--green); border: 1px solid rgba(122,216,160,.14); }
.blue-num { background: rgba(115,168,255,.08); color: var(--blue); border: 1px solid rgba(115,168,255,.14); }
.purple-num { background: rgba(206,141,255,.08); color: var(--purple); border: 1px solid rgba(206,141,255,.14); }

/* Pie chart */
.pie-card { display: grid; align-content: center; justify-items: center; }
.pie-wrapper { display: grid; gap: 24px; justify-items: center; margin-top: 20px; width: 100%; }
.pie {
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(
    var(--gold2) 0 25%,
    #7ad8a0 25% 50%,
    #73a8ff 50% 75%,
    #ce8dff 75% 100%
  );
  box-shadow: 0 0 0 14px rgba(255,255,255,.025), 0 0 60px rgba(199,161,93,.12);
  position: relative;
  width: min(280px, 80%);
  transition: transform 0.6s var(--ease), box-shadow 0.4s ease;
}
.pie:hover {
  transform: scale(1.04) rotate(6deg);
  box-shadow: 0 0 0 14px rgba(255,255,255,.025), 0 0 80px rgba(199,161,93,.2);
}
.pie::after {
  content: '';
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: #090909;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
}
.pie-legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  width: 100%;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .04em;
}
.leg-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* =============================================
   SCENARIO SECTION
   ============================================= */
.scenario-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.scenario {
  padding: 30px;
  background: var(--panel);
}
.scenario strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 14px 0 10px;
  color: #fff8ec;
}
.scenario .roi {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--gold2);
  margin: 8px 0 16px;
  letter-spacing: -.02em;
  line-height: 1;
}
.roi-bar {
  height: 3px;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
}
.roi-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  border-radius: 2px;
  width: 0%;
  transition: width 1.4s var(--ease);
}
.roi-fill.animated { width: var(--fill-pct, 67%); }
.scenario-tag {
  margin-top: 12px !important;
  color: var(--gold2) !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: .05em;
}

.highlight {
  padding: 30px 32px;
  background: linear-gradient(160deg, rgba(20,16,8,.98), rgba(10,10,10,.99));
  border-color: var(--line-gold);
}
.highlight-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.highlight-badge {
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(199,161,93,.1);
  border: 1px solid var(--line-gold);
  font-family: 'DM Serif Display', serif;
  font-size: 1.4rem;
  color: var(--gold2);
  white-space: nowrap;
  line-height: 1;
  align-self: center;
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.quote {
  padding: 28px;
  background: var(--panel);
  position: relative;
}
.quote-wide { grid-column: 1 / -1; }
.quote-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 5.5rem;
  color: rgba(230,195,124,.12);
  line-height: .7;
  margin-bottom: 12px;
  display: block;
  position: absolute;
  top: 18px; left: 24px;
  pointer-events: none;
  z-index: 1;
}
.quote p {
  position: relative;
  z-index: 2;
  padding-top: 28px;
  line-height: 1.8;
}
.quote .name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f0e8d8;
  margin-top: 18px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  position: relative;
  z-index: 2;
}
.quote .name::before {
  content: '';
  width: 20px; height: 1px;
  background: var(--gold2);
  opacity: .5;
}

/* =============================================
   CONTACT / FOOTER
   ============================================= */
.footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-cta p { max-width: 50ch; }
.footer-brand {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  margin-top: 40px;
  font-size: 11px;
  color: rgba(165,156,143,.5);
  letter-spacing: .1em;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 960px) {
  .hero-grid, .split, .cards, .scenario-grid, .quote-grid { grid-template-columns: 1fr; }
  .quote-wide { grid-column: 1; }
  .hero-copy { padding-right: 0; }
  .section { padding: 80px 0; }
  .highlight-inner { flex-direction: column; gap: 14px; }
  
  /* Disable custom cursor on touch screens */
  .cursor-ring, .cursor-dot { display: none; }
  body { cursor: auto; }
  .btn, .mobile-nav a { cursor: pointer; }
  
  .pie-card { padding: 30px 20px; }

  /* Adapt floating nav for mobile screens */
  .mobile-nav {
    width: calc(100% - 32px);
    overflow-x: auto;
    justify-content: flex-start;
    bottom: 20px;
    padding: 6px;
  }
  .mobile-nav a {
    padding: 0 14px;
    font-size: 9px;
  }
}

@media (max-width: 600px) {
  h1 { font-size: 3.8rem; }
  .ticker-wrap { display: none; }
  .pie-legend { grid-template-columns: 1fr 1fr; gap: 8px; }
}
