:root {
  --bg: #09090b;
  --surface: #111114;
  --card: #16161a;
  --border: #222228;
  --border-soft: #1a1a20;
  --white: #ffffff;
  --ink: #f0ede8;
  --muted: #7a7870;
  --dim: #3d3d42;
  --gold: #c9a96e;
  --gold-light: #e8c98a;
  --gold-soft: #1a1508;
  --gold-border: rgba(201,169,110,0.2);
  --wa: #25D366;
  --wa-dark: #128C7E;

  /* product colors */
  --meta-green: #22c55e;
  --meta-green-soft: #0d2018;
  --cs-teal: #229ED9;
  --cs-teal-soft: #0a1e2e;
  --pixel-orange: #ff6b35;
  --pixel-orange-soft: #1e0e08;
  --crm-blue: #1a56ff;
  --crm-blue-soft: #0a0f2e;

  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg: 0 16px 56px rgba(0,0,0,0.5);
  --glow-gold: 0 0 60px rgba(201,169,110,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

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

/* ── CURSOR ── */
.cursor {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease;
  mix-blend-mode: exclusion;
}
.cursor-trail {
  width: 32px; height: 32px;
  border: 1px solid rgba(201,169,110,0.4);
  border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.18s ease;
}

/* ── NOISE OVERLAY ── */
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0; opacity: 0.6;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  background: rgba(9,9,11,0.88);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
}
.nav-logo-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 20px;
  color: var(--white); letter-spacing: -0.3px;
}
.nav-logo-text span { color: var(--gold); }
.nav-links {
  display: flex; gap: 36px;
}
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: 14px; font-weight: 500;
  transition: color .2s; letter-spacing: 0.01em;
}
.nav-links a:hover { color: var(--gold); }
.nav-wa {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--gold-border);
  background: transparent;
  color: var(--gold);
  padding: 10px 24px; border-radius: 4px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  transition: all .25s; letter-spacing: 0.03em;
}
.nav-wa:hover {
  background: var(--gold);
  color: var(--bg);
  box-shadow: 0 0 32px rgba(201,169,110,0.3);
}
.nav-wa svg { width: 16px; height: 16px; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  padding: 120px 64px 80px;
  position: relative; z-index: 1;
  overflow: hidden;
}

/* Radial glow center */
.hero::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse, rgba(201,169,110,0.07) 0%, transparent 65%);
  pointer-events: none;
}

/* Grid lines */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,169,110,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,169,110,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--gold-border);
  padding: 8px 20px; border-radius: 2px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  color: var(--gold); margin-bottom: 40px;
  position: relative; z-index: 1;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 9vw, 128px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -3px;
  color: var(--white); margin-bottom: 8px;
  position: relative; z-index: 1;
}
.hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: shimmer 4s ease infinite;
}
@keyframes shimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }

.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 400; color: var(--muted);
  letter-spacing: -1px; margin-bottom: 32px;
  position: relative; z-index: 1;
}

.hero-desc {
  font-size: 16px; color: var(--muted);
  line-height: 1.8; max-width: 540px;
  margin: 0 auto 56px; position: relative; z-index: 1;
}

.hero-stats {
  display: flex; align-items: center; gap: 48px;
  margin-bottom: 56px; position: relative; z-index: 1;
}
.stat-divider { width: 1px; height: 40px; background: var(--border); }
.stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px; font-weight: 700; color: var(--gold);
  line-height: 1; letter-spacing: -1px;
}
.stat-label { font-size: 12px; color: var(--muted); margin-top: 4px; letter-spacing: 0.05em; }

.hero-cta-row {
  display: flex; align-items: center; gap: 16px;
  position: relative; z-index: 1;
}
.btn-gold {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg);
  padding: 16px 36px; border-radius: 4px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; transition: all .25s;
  box-shadow: 0 4px 24px rgba(201,169,110,0.25);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(201,169,110,0.4); }
.btn-outline-gold {
  display: flex; align-items: center; gap: 8px;
  background: transparent;
  border: 1px solid var(--gold-border);
  color: var(--gold);
  padding: 16px 36px; border-radius: 4px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.05em;
  text-decoration: none; transition: all .25s;
}
.btn-outline-gold:hover { border-color: var(--gold); background: rgba(201,169,110,0.06); }

/* Scroll indicator */
.scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.15em; color: var(--dim);
  z-index: 1;
}
.scroll-line {
  width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3;transform:scaleY(0.8)} 50%{opacity:1;transform:scaleY(1)} }

/* ── DIVIDER ── */
.gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3; margin: 0;
  position: relative; z-index: 1;
}

/* ── SERVICES ── */
.services-section {
  padding: 120px 64px;
  max-width: 1320px; margin: 0 auto;
  position: relative; z-index: 1;
}

.sec-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em;
  color: var(--gold); margin-bottom: 20px;
}
.sec-eyebrow::before { content:''; width:32px; height:1px; background:var(--gold); }

.sec-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -2px; color: var(--white); margin-bottom: 16px;
}
.sec-h2 em { font-style: italic; color: var(--gold); }

.sec-sub {
  font-size: 16px; color: var(--muted);
  line-height: 1.75; max-width: 500px; margin-bottom: 72px;
}

/* ── PRODUCT CARDS ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  position: relative;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

/* Top accent bar */
.card-accent {
  height: 3px;
  transition: height .3s;
}
.product-card:hover .card-accent { height: 4px; }
.acc-green { background: linear-gradient(90deg, var(--meta-green), #16a34a); }
.acc-teal { background: linear-gradient(90deg, var(--cs-teal), #1ab51d); }
.acc-orange { background: linear-gradient(90deg, var(--pixel-orange), #e55a2b); }
.acc-blue { background: linear-gradient(90deg, var(--crm-blue), #1bcc12); }

.card-body { padding: 36px; flex: 1; display: flex; flex-direction: column; }

.card-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 24px; flex-shrink: 0;
  border: 1px solid var(--border-soft);
}
.ic-green { background: var(--meta-green-soft); }
.ic-teal { background: var(--cs-teal-soft); }
.ic-orange { background: var(--pixel-orange-soft); }
.ic-blue { background: var(--crm-blue-soft); }

.card-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  margin-bottom: 12px;
  padding: 3px 10px; border-radius: 2px; display: inline-block; width: fit-content;
}
.tag-green { background: var(--meta-green-soft); color: var(--meta-green); }
.tag-teal { background: var(--cs-teal-soft); color: var(--cs-teal); }
.tag-orange { background: var(--pixel-orange-soft); color: var(--pixel-orange); }
.tag-blue { background: var(--crm-blue-soft); color: var(--crm-blue); }

.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 700; line-height: 1.1;
  letter-spacing: -0.5px; color: var(--white); margin-bottom: 14px;
}

.card-desc {
  font-size: 14px; color: var(--muted);
  line-height: 1.8; margin-bottom: 24px; flex: 1;
}

/* Feature pills */
.card-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.pill {
  font-size: 11px; font-weight: 600;
  padding: 5px 12px; border-radius: 2px;
  border: 1px solid var(--border);
  color: var(--muted); background: var(--surface);
  letter-spacing: 0.03em;
}

/* Price row */
.card-price-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--border-soft);
}
.price-from { font-size: 11px; color: var(--dim); margin-bottom: 2px; letter-spacing: 0.05em; }
.price-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 700; color: var(--white); line-height: 1;
  letter-spacing: -0.5px;
}
.price-note { font-size: 11px; color: var(--dim); }

.btn-card {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 20px; border-radius: 4px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  text-decoration: none; transition: all .25s; white-space: nowrap;
}
.btn-green { background: var(--meta-green-soft); color: var(--meta-green); border: 1px solid rgba(34,197,94,0.2); }
.btn-green:hover { background: var(--meta-green); color: white; }
.btn-teal { background: var(--cs-teal-soft); color: var(--cs-teal); border: 1px solid rgba(34,158,217,0.2); }
.btn-teal:hover { background: var(--cs-teal); color: white; }
.btn-orange { background: var(--pixel-orange-soft); color: var(--pixel-orange); border: 1px solid rgba(255,107,53,0.2); }
.btn-orange:hover { background: var(--pixel-orange); color: white; }
.btn-blue { background: var(--crm-blue-soft); color: var(--crm-blue); border: 1px solid rgba(26,86,255,0.2); }
.btn-blue:hover { background: var(--crm-blue); color: white; }

/* ── WHY US ── */
.why-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 120px 64px;
  position: relative; z-index: 1;
}
.why-inner { max-width: 1320px; margin: 0 auto; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-left .sec-h2 { margin-bottom: 40px; }

.why-list { display: flex; flex-direction: column; gap: 24px; }
.why-item { display: flex; gap: 20px; }
.why-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 700; color: var(--gold);
  line-height: 1; flex-shrink: 0; opacity: 0.4;
  width: 48px; text-align: right;
}
.why-text h4 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.why-text p { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* Right: stacked cards visual */
.why-right { position: relative; height: 480px; }
.stack-card {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px; padding: 28px;
  box-shadow: var(--shadow);
  width: 100%;
}
.sc-1 { top: 0; left: 0; right: 0; transform: rotate(-2deg); z-index: 1; }
.sc-2 { top: 40px; left: 0; right: 0; transform: rotate(1deg); z-index: 2; }
.sc-3 { top: 80px; left: 0; right: 0; z-index: 3; animation: floatCard 4s ease-in-out infinite; }
@keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

.sc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.sc-dot { width: 10px; height: 10px; border-radius: 50%; }
.sc-title { font-size: 13px; font-weight: 700; color: var(--white); }
.sc-meta { font-size: 11px; color: var(--muted); margin-left: auto; }

.sc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sc-metric { background: var(--surface); border-radius: 8px; padding: 12px; border: 1px solid var(--border-soft); }
.sc-m-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 700; color: var(--white); line-height: 1;
}
.sc-m-lab { font-size: 10px; color: var(--dim); margin-top: 4px; letter-spacing: 0.06em; }
.sc-m-change { font-size: 10px; font-weight: 700; margin-top: 3px; }
.up { color: var(--meta-green); }
.neutral { color: var(--cs-teal); }

/* progress bars */
.sc-bars { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.sc-bar-row { display: flex; align-items: center; gap: 10px; }
.sc-bar-label { font-size: 11px; color: var(--muted); width: 80px; flex-shrink: 0; }
.sc-bar-track { flex: 1; height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
.sc-bar-fill { height: 100%; border-radius: 2px; }
.sc-bar-val { font-size: 11px; color: var(--dim); width: 36px; text-align: right; }

/* ── PROCESS ── */
.process-section {
  padding: 120px 64px;
  max-width: 1320px; margin: 0 auto;
  position: relative; z-index: 1;
}
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; position: relative; margin-top: 64px;
}
.process-steps::before {
  content: '';
  position: absolute; top: 28px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.2;
}
.proc-step { text-align: center; padding: 0 12px; }
.proc-circle {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700; color: var(--gold);
  background: var(--card);
  position: relative; z-index: 1;
  transition: all .3s;
}
.proc-step:hover .proc-circle {
  background: var(--gold); color: var(--bg);
  box-shadow: 0 0 32px rgba(201,169,110,0.3);
}
.proc-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.proc-desc { font-size: 12px; color: var(--muted); line-height: 1.65; }

/* ── TESTIMONIALS ── */
.testi-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 120px 64px;
  position: relative; z-index: 1;
}
.testi-inner { max-width: 1320px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 64px; }.testi-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 2px; padding: 36px;
  transition: all .3s;
}
.testi-card:hover { border-color: var(--gold-border); box-shadow: var(--glow-gold); transform: translateY(-4px); }
.testi-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 20px; }
.testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic;
  color: var(--ink); line-height: 1.75; margin-bottom: 28px;
}
.testi-quote strong { font-style: normal; color: var(--gold); }
.testi-line { height: 1px; background: var(--border); margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.t-av {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; flex-shrink: 0;
  border: 1px solid var(--border);
}
.t-name { font-size: 14px; font-weight: 700; color: var(--white); }
.t-role { font-size: 12px; color: var(--dim); }
.t-product { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; margin-top: 4px; }

/* ── CTA SECTION ── */
.cta-section {
  padding: 120px 64px; text-align: center;
  position: relative; z-index: 1; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(201,169,110,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 700; letter-spacing: -3px; line-height: 0.92;
  color: var(--white); margin-bottom: 24px;
  position: relative;
}
.cta-section h2 em { font-style: italic; color: var(--gold); }
.cta-section p { font-size: 17px; color: var(--muted); margin-bottom: 48px; position: relative; }

.cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; position: relative; }

.btn-wa-main {
  display: flex; align-items: center; gap: 10px;
  background: var(--wa); color: white;
  padding: 18px 40px; border-radius: 4px;
  font-size: 16px; font-weight: 700; letter-spacing: 0.03em;
  text-decoration: none; transition: all .25s;
  box-shadow: 0 4px 24px rgba(37,211,102,0.3);
}
.btn-wa-main:hover { background: var(--wa-dark); transform: translateY(-2px); box-shadow: 0 8px 40px rgba(37,211,102,0.45); }
.btn-wa-main svg { width: 22px; height: 22px; }

.cta-reassure {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  margin-top: 24px; flex-wrap: wrap; position: relative;
}
.cr { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--dim); }
.cr svg { width: 14px; height: 14px; color: var(--gold); }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border);
  padding: 56px 64px;
  position: relative; z-index: 1;
}
.footer-inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand { }
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 22px; color: var(--white);
  letter-spacing: -0.3px; margin-bottom: 16px;
}
.footer-logo span { color: var(--gold); }
.footer-desc { font-size: 13px; color: var(--dim); line-height: 1.75; max-width: 280px; margin-bottom: 24px; }
.footer-social {
  display: flex; gap: 12px;
}
.soc-btn {
  width: 36px; height: 36px; border-radius: 4px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--dim); text-decoration: none; font-size: 14px;
  transition: all .2s;
}
.soc-btn:hover { border-color: var(--gold-border); color: var(--gold); }

.footer-col h5 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col li a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color .2s; }
.footer-col li a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1320px; margin: 48px auto 0;
  padding-top: 28px; border-top: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: var(--dim); }
.footer-bottom .badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: var(--dim);
  border: 1px solid var(--border); padding: 5px 12px; border-radius: 2px;
}

/* ── FLOAT WA ── */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 500;
  display: flex; align-items: center; gap: 10px;
  background: var(--wa); color: white;
  padding: 14px 22px; border-radius: 4px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; box-shadow: 0 4px 24px rgba(37,211,102,0.4);
  transition: all .25s;
  animation: slideUp .5s ease 1.5s both;
}
@keyframes slideUp { from{transform:translateY(20px);opacity:0} to{transform:translateY(0);opacity:1} }
.float-wa:hover { background: var(--wa-dark); transform: translateY(-2px); }
.float-wa svg { width: 20px; height: 20px; }
.float-pulse {
  position: absolute; top: -4px; right: -4px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--gold); border: 2px solid var(--bg);
  animation: goldPulse 2s infinite;
}
@keyframes goldPulse { 0%{box-shadow:0 0 0 0 rgba(201,169,110,0.6)} 70%{box-shadow:0 0 0 8px rgba(201,169,110,0)} 100%{box-shadow:0 0 0 0 rgba(201,169,110,0)} }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── HERO ENTRY ANIMATIONS ── */
.hero-eyebrow { animation: fadeUp .8s ease .1s both; }
.hero h1 { animation: fadeUp .8s ease .25s both; }
.hero-sub { animation: fadeUp .8s ease .4s both; }
.hero-desc { animation: fadeUp .8s ease .5s both; }
.hero-stats { animation: fadeUp .8s ease .6s both; }
.hero-cta-row { animation: fadeUp .8s ease .7s both; }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

@media (max-width: 1100px) {
  nav { padding: 0 24px; }
  .services-section, .process-section, .cta-section { padding: 80px 24px; }
  .why-section, .testi-section { padding: 80px 24px; }
  .products-grid { grid-template-columns: 1fr; gap: 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-right { height: 320px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .process-steps::before { display: none; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero { padding: 120px 24px 80px; }
  .hero-stats { justify-content: center; gap: 16px; }
}
@media (max-width: 640px) {
  body { cursor: auto; }
  .cursor, .cursor-trail { display: none; }
  .nav-links { display: none; }
  .hero h1 { letter-spacing: -2px; }
  .hero-cta-row { flex-direction: column; width: 100%; max-width: 340px; }
  .btn-gold, .btn-outline-gold { justify-content: center; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .float-wa span { display: none; }
  .float-wa { padding: 14px; border-radius: 50%; }
  footer { padding: 48px 24px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-btns { flex-direction: column; width: 100%; max-width: 360px; margin: 0 auto; }
  .btn-wa-main { justify-content: center; }
}