:root {
  --gold: #d4a017;
  --gold-light: #f0c040;
  --gold-dark: #9a7209;
  --bg: #080b10;
  --bg-2: #0d1117;
  --bg-3: #111820;
  --surface: #141c26;
  --surface-2: #1a2535;
  --border: rgba(212, 160, 23, 0.18);
  --border-soft: rgba(255, 255, 255, 0.06);
  --text: #e4e8ef;
  --text-muted: #7a8899;
  --text-light: #ffffff;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 4px 24px rgba(212, 160, 23, 0.25);
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* ── Utility ── */
.gold {
  color: var(--gold);
}

.gold-text {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Intersection Observer animations ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

.delay-4 {
  transition-delay: 0.48s;
}

/* ── Typography ── */
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}

.section-eyebrow.light {
  color: var(--gold-light);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}

.section-title.light {
  color: var(--text-light);
}

.section-body {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 540px;
  line-height: 1.8;
}

.section-body.light {
  color: rgba(255, 255, 255, 0.7);
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #060a0e;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 50px;
  padding: 0.7rem 1.8rem;
  transition: var(--transition);
  box-shadow: 0 4px 18px rgba(212, 160, 23, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-gold::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.2s;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: #060a0e;
}

.btn-gold:hover::after {
  background: rgba(255, 255, 255, 0.12);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 0.7rem 1.8rem;
  font-weight: 500;
  transition: var(--transition);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212, 160, 23, 0.05);
}

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
#mainNav {
  background: transparent;
  padding: 1.2rem 0;
  transition: background 0.4s, padding 0.4s, backdrop-filter 0.4s;
  z-index: 1000;
}

#mainNav.scrolled {
  background: rgba(8, 11, 16, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border-soft);
}

.navbar-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

.brand-icon {
  color: var(--gold);
  margin-right: 0.35rem;
  font-size: 1.1rem;
}

.nav-link {
  color: var(--text-muted) !important;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.7rem !important;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--text-light) !important;
}

.navbar-toggler {
  border-color: var(--border);
  color: var(--text);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(228,232,239,0.8)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero-section {
  position: relative;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, #0d1e35 0%, var(--bg) 70%);
  overflow: hidden;
  min-height: 100vh;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 60% 40%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 60% 40%, black, transparent);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.14) 0%, transparent 70%);
  top: -100px;
  right: 5%;
}

.hero-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(30, 80, 180, 0.2) 0%, transparent 70%);
  bottom: 10%;
  left: 15%;
}

.hero-content {
  padding-top: 2rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid var(--border);
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
}

.trust-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
}

.trust-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.trust-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* Hero Card Stack */
.hero-card-stack {
  position: relative;
  width: 340px;
  height: 380px;
}

.finance-card {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.fc-back {
  width: 280px;
  bottom: 0;
  right: 20px;
  background: linear-gradient(135deg, #0f1a28, #1a2b42);
  padding: 1.8rem;
}

.fc-front {
  width: 300px;
  top: 30px;
  left: 0;
  background: linear-gradient(145deg, #141c26, #1e2d40);
  z-index: 2;
}

.fc-pill {
  width: auto;
  bottom: 40px;
  left: 20px;
  padding: 0.55rem 1.1rem;
  background: rgba(20, 28, 38, 0.95);
  font-size: 0.8rem;
  color: var(--text-muted);
  z-index: 3;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

.fc-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.fc-value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-light);
}

.fc-change {
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.4rem;
}

.fc-change.positive {
  color: #4ade80;
}

.fc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.fc-chart svg {
  width: 100%;
  height: 60px;
}

.fc-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.fc-stat {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* ══════════════════════════════════════
   ABOUT
══════════════════════════════════════ */
.section-about {
  background: var(--bg-2);
}

.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
}

.about-ring {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px dashed var(--border);
  position: absolute;
  animation: rotateSlow 30s linear infinite;
}

@keyframes rotateSlow {
  to {
    transform: rotate(360deg);
  }
}

.about-metrics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}

.metric-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.metric-card i {
  font-size: 1.6rem;
}

.metric-card:hover {
  border-color: var(--gold);
  transform: translateX(6px);
}

.metric-val {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
}

.metric-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.pillar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.pillar i {
  color: var(--gold);
}

.pillar:hover {
  border-color: var(--border);
  color: var(--text);
}

/* ══════════════════════════════════════
   SERVICES
══════════════════════════════════════ */
.section-services {
  background: var(--bg);
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 1.2rem;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: rgba(212, 160, 23, 0.18);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.service-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s;
}

.service-link:hover {
  gap: 0.7rem;
}

.card-featured {
  border-color: var(--border) !important;
  background: linear-gradient(145deg, #141c26, #1d2c3e) !important;
}

.card-featured-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #060a0e;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}

/* ══════════════════════════════════════
   IDEAS
══════════════════════════════════════ */
.section-ideas {
  background: var(--bg-3);
}

.ideas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.25rem;
}

.idea-card-lg {
  grid-column: 1 / 3;
}

.idea-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.idea-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: left;
}

.idea-card:hover {
  border-color: var(--border);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.idea-card:hover::after {
  transform: scaleX(1);
}

.idea-icon-wrap {
  width: 48px;
  height: 48px;
  background: rgba(212, 160, 23, 0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.idea-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 160, 23, 0.1);
  padding: 0.2rem 0.7rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}

.idea-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.6rem;
}

.idea-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.idea-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.idea-roi {
  color: #4ade80;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.idea-invest {
  font-size: 0.82rem;
  color: var(--text-muted);
}

@media (max-width: 767px) {
  .ideas-grid {
    grid-template-columns: 1fr;
  }

  .idea-card-lg {
    grid-column: 1;
  }
}

/* ══════════════════════════════════════
   STATS
══════════════════════════════════════ */
.section-stats {
  background: var(--bg-2);
}

.stat-block {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
}

.stat-block:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}

.stat-icon {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.stat-value {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
  display: inline;
}

.stat-suffix {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  display: inline;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
  display: block;
}

.progress-item span {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.cf-progress {
  height: 6px;
  background: var(--surface-2);
  border-radius: 50px;
  overflow: visible;
}

.cf-progress .progress-bar {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  border-radius: 50px;
  transition: width 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.cf-progress .progress-bar::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--gold-light);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 8px var(--gold);
}

/* ══════════════════════════════════════
   REVIEWS
══════════════════════════════════════ */
.section-reviews {
  background: var(--bg);
}

.review-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: var(--transition);
}

.review-card:hover {
  border-color: var(--border);
  transform: translateY(-3px);
}

.review-stars {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.review-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.author-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #060a0e;
  flex-shrink: 0;
}

.author-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-light);
}

.author-role {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ══════════════════════════════════════
   BLOG
══════════════════════════════════════ */
.section-blog {
  background: var(--bg-3);
}

.blog-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  transition: var(--transition);
}

.blog-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.blog-img-wrap {
  position: relative;
}

.blog-img-placeholder {
  height: 180px;
  background: linear-gradient(135deg, hsl(var(--hue, 40), 40%, 12%), hsl(var(--hue, 40), 40%, 18%));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: hsl(var(--hue, 40), 60%, 50%);
  position: relative;
  overflow: hidden;
}

.blog-img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 50%, rgba(212, 160, 23, 0.1), transparent);
}

.blog-cat {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  background: rgba(8, 11, 16, 0.85);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

.blog-body {
  padding: 1.5rem;
}

.blog-date {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
}

.blog-card h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.blog-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.blog-read {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s;
}

.blog-read:hover {
  gap: 0.7rem;
}

/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
.section-cta {
  background: var(--bg);
}

.cta-box {
  background: linear-gradient(145deg, #0d1829, #152238);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.12) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}

.cta-features {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cta-feat {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
}

.cta-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.cf-input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid var(--border-soft) !important;
  color: var(--text) !important;
  border-radius: var(--radius) !important;
  padding: 0.75rem 1rem !important;
  font-family: var(--font-body) !important;
  transition: border-color 0.2s !important;
}

.cf-input:focus {
  outline: none !important;
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.12) !important;
  background: rgba(212, 160, 23, 0.04) !important;
}

.cf-input::placeholder {
  color: var(--text-muted) !important;
}

.cf-input option {
  background: var(--surface);
}

.form-note {
  font-size: 0.76rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border-soft);
  padding-top: 4rem;
}

.footer-top {
  padding-bottom: 3rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-light);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.footer-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 300px;
  margin-bottom: 1.5rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1rem;
  transition: var(--transition);
}

.footer-socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-heading {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-bottom {
  border-top: 1px solid var(--border-soft);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--gold);
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 991px) {
  .hero-card-stack {
    transform: scale(0.85);
  }

  .cta-box {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .hero-trust {
    gap: 1rem;
  }

  .ideas-grid {
    grid-template-columns: 1fr;
  }

  .idea-card-lg {
    grid-column: 1;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--surface-2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--border);
}