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

:root {
  --bg-deep:     #111927;
  --bg-card:     #1a2840;
  --bg-card-alt: #1f304e;
  --bg-surface:  #243859;
  --border-subtle: rgba(255,255,255,0.13);
  --border-glow:   rgba(45,212,191,0.25);
  --border-gold:   rgba(212,168,83,0.30);
  --teal:      #2dd4bf;
  --teal-dim:  rgba(45,212,191,0.12);
  --mint:      #6ee7b7;
  --aqua:      #67e8f9;
  --gold:      #d4a853;
  --gold-soft: #c9a44a;
  --gold-dim:  rgba(212,168,83,0.12);
  --hot:       #f87171;
  --hot-dim:   rgba(248,113,113,0.12);
  --new-color: #a78bfa;
  --new-dim:   rgba(167,139,250,0.12);
  --booked:    #34d399;
  --booked-dim:rgba(52,211,153,0.12);
  --text-primary:   #eef2f7;
  --text-secondary: #bdd1e5;
  --text-dim:       #8dafc8;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --radius:    12px;
  --radius-sm: 8px;
}

html { font-size: 19px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); background: var(--bg-deep); color: var(--text-primary); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; line-height: 1.65; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: 80px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; background: rgba(15,21,32,0.88); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border-subtle); }
.nav-left { display: flex; align-items: center; gap: 40px; }
.nav-logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo-svg, .nav-logo-lockup { display: block; width: 160px; height: auto; max-width: 100%; overflow: visible; flex-shrink: 0; }
.nav-logo-img { display: block; height: 72px; width: auto; flex-shrink: 0; }
.nav-menu { display: flex; gap: 28px; }
.nav-menu a { font-size: 16px; font-weight: 500; color: rgba(238,242,247,0.72); text-decoration: none; transition: color 0.2s; }
.nav-menu a:hover { color: var(--text-primary); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.btn-ghost { font-size: 16px; font-weight: 500; color: rgba(238,242,247,0.75); text-decoration: none; padding: 9px 14px; border-radius: 8px; transition: color 0.2s, background 0.2s; }
.btn-ghost:hover { color: var(--text-primary); background: rgba(255,255,255,0.07); }
.btn-partner { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(45,212,191,0.38); color: var(--teal); font-size: 15px; font-weight: 600; padding: 9px 18px; border-radius: 8px; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.btn-partner:hover { background: rgba(45,212,191,0.08); border-color: var(--teal); }
.btn-mint { background: var(--teal); color: var(--bg-deep); font-size: 15px; font-weight: 700; padding: 10px 22px; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; font-family: var(--font-body); transition: background 0.2s, transform 0.15s; }
.btn-mint:hover { background: var(--mint); transform: translateY(-1px); }

/* ── HERO ── */
.hero { position: relative; width: 100%; height: 100vh; height: 100dvh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-image-wrap { position: absolute; inset: 0; transition: opacity 1.2s ease, transform 1.2s ease; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,21,32,0.25) 0%, rgba(15,21,32,0.05) 40%, rgba(15,21,32,0.65) 85%, rgba(15,21,32,1) 100%), linear-gradient(90deg, rgba(15,21,32,0.55) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 0 24px; transition: opacity 0.8s ease, transform 0.8s ease; }
.hero-logo { font-family: var(--font-display); font-size: 5.5rem; font-weight: 700; letter-spacing: 0.15em; color: var(--text-primary); margin-bottom: 10px; text-shadow: 0 2px 40px rgba(0,0,0,0.4); animation: logoBreath 5s ease-in-out infinite; }
@keyframes logoBreath { 0%,100% { text-shadow: 0 2px 40px rgba(0,0,0,0.4); } 50% { text-shadow: 0 2px 60px rgba(45,212,191,0.18), 0 0 40px rgba(45,212,191,0.08); } }
.hero-tagline { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--gold-soft); letter-spacing: 0.06em; margin-bottom: 60px; opacity: 0.95; }
.hero-cta { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1px solid var(--gold); color: var(--gold); font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 18px 48px; border-radius: 4px; cursor: pointer; transition: all 0.4s ease; position: relative; overflow: hidden; text-decoration: none; }
.hero-cta::before { content: ''; position: absolute; inset: 0; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; z-index: -1; }
.hero-cta:hover::before { transform: scaleX(1); }
.hero-cta:hover { color: var(--bg-deep); }
.hero-cta-arrow { display: inline-block; transition: transform 0.3s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }
.hero-scroll-hint { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-dim); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; animation: pulseDown 2s ease infinite; }
.scroll-line { width: 1px; height: 32px; background: linear-gradient(180deg, var(--gold-soft), transparent); }
@keyframes pulseDown { 0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); } 50% { opacity: 0.8; transform: translateX(-50%) translateY(6px); } }
.hero.revealed .hero-image-wrap { opacity: 0.12; transform: scale(1.05); }
.hero.revealed .hero-content { opacity: 0; transform: translateY(-30px); pointer-events: none; }
.hero.revealed .hero-scroll-hint { opacity: 0; }

/* ── MAIN ── */
.main { position: relative; z-index: 5; }
.main::before { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse 60% 50% at 15% 30%, rgba(45,212,191,0.04) 0%, transparent 70%), radial-gradient(ellipse 50% 60% at 85% 70%, rgba(103,232,249,0.03) 0%, transparent 70%); pointer-events: none; z-index: -1; }
.content-wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px 120px; }

/* ── SECTION REVEAL ── */
.reveal-section { opacity: 0; transform: translateY(48px); transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); will-change: opacity, transform; }
.reveal-section.visible { opacity: 1; transform: translateY(0); }
.reveal-section .stagger { opacity: 0; transform: translateY(28px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); will-change: opacity, transform; }
.reveal-section.visible .stagger { opacity: 1; transform: translateY(0); }
.reveal-section.visible .stagger:nth-child(1) { transition-delay: 0.05s; }
.reveal-section.visible .stagger:nth-child(2) { transition-delay: 0.12s; }
.reveal-section.visible .stagger:nth-child(3) { transition-delay: 0.19s; }
.reveal-section.visible .stagger:nth-child(4) { transition-delay: 0.26s; }
.reveal-section.visible .stagger:nth-child(5) { transition-delay: 0.33s; }
.reveal-section.visible .stagger:nth-child(6) { transition-delay: 0.40s; }
.reveal-section.visible .stagger:nth-child(7) { transition-delay: 0.47s; }
.reveal-section.visible .stagger:nth-child(8) { transition-delay: 0.54s; }

/* ── SECTION TITLES ── */
.sec-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.sec-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.2rem); font-weight: 600; color: var(--text-primary); margin-bottom: 16px; line-height: 1.12; letter-spacing: -0.02em; }
.sec-subtitle { font-size: 1.05rem; color: var(--text-secondary); max-width: 580px; line-height: 1.8; margin-bottom: 56px; }

/* ── DEMO SECTION ── */
.demo-section { padding: 100px 0 80px; }

/* Phone mockup */
.phone-demo-wrap { display: flex; justify-content: center; padding: 32px 0 20px; position: relative; }
.phone-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 500px 500px at center, rgba(45,212,191,0.07) 0%, transparent 68%); pointer-events: none; }
.phone-outer {
  position: relative;
  width: 375px;
  background: #0a0c13;
  border-radius: 54px;
  border: 2px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 0 7px #07090f,
    0 0 0 9px rgba(255,255,255,0.05),
    0 60px 120px rgba(0,0,0,0.6),
    0 20px 60px rgba(45,212,191,0.05);
  overflow: visible;
}
.phone-island {
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 120px; height: 34px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  gap: 6px;
}
.phone-island .cam {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #111;
  border: 1.5px solid rgba(255,255,255,0.07);
}
.phone-side-r { position: absolute; right: -11px; top: 110px; width: 4px; height: 70px; background: #07090f; border-radius: 0 3px 3px 0; border: 1px solid rgba(255,255,255,0.08); border-left: none; }
.phone-side-l1 { position: absolute; left: -11px; top: 80px; width: 4px; height: 34px; background: #07090f; border-radius: 3px 0 0 3px; border: 1px solid rgba(255,255,255,0.08); border-right: none; }
.phone-side-l2 { position: absolute; left: -11px; top: 130px; width: 4px; height: 62px; background: #07090f; border-radius: 3px 0 0 3px; border: 1px solid rgba(255,255,255,0.08); border-right: none; }
.phone-side-l3 { position: absolute; left: -11px; top: 206px; width: 4px; height: 62px; background: #07090f; border-radius: 3px 0 0 3px; border: 1px solid rgba(255,255,255,0.08); border-right: none; }
.phone-screen { width: 100%; height: 760px; border-radius: 52px; overflow: hidden; }
.phone-screen iframe { width: 100%; height: 100%; border: none; display: block; }
.phone-home-bar { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 130px; height: 5px; background: rgba(255,255,255,0.28); border-radius: 3px; z-index: 10; }

/* ── PRICING ── */
.pricing-section { padding: 110px 0 90px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pricing-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius); padding: 38px 32px; position: relative; transition: border-color 0.4s cubic-bezier(0.22,1,0.36,1), transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease; }
.pricing-card:hover { border-color: var(--border-glow); transform: translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,0.28); }
.pricing-card.featured { border-color: var(--teal); background: linear-gradient(180deg, rgba(45,212,191,0.07) 0%, var(--bg-card) 40%); }
.pricing-card.featured::before { content: 'POPULAR'; position: absolute; top: -1px; right: 24px; background: var(--teal); color: var(--bg-deep); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 0 0 6px 6px; }
.tier-name { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 20px; }
.tier-consumer .tier-name { color: var(--mint); }
.tier-business .tier-name { color: var(--teal); }
.tier-rep .tier-name { color: var(--aqua); }
.tier-price { font-family: var(--font-display); font-size: 3rem; font-weight: 700; color: var(--text-primary); line-height: 1; }
.tier-price span { font-size: 1.05rem; font-weight: 400; color: var(--text-dim); }
.tier-price-custom { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.tier-price-custom span { display: block; font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); margin-top: 4px; }
.tier-desc { font-size: 0.9rem; color: var(--text-secondary); margin: 10px 0 28px; line-height: 1.5; }
.tier-features { list-style: none; margin-bottom: 32px; }
.tier-features li { font-size: 0.9rem; color: var(--text-secondary); padding: 7px 0; display: flex; align-items: center; gap: 10px; }
.tier-features li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.tier-consumer .tier-features li::before { background: var(--mint); }
.tier-business .tier-features li::before { background: var(--teal); }
.tier-rep .tier-features li::before { background: var(--aqua); }
.tier-cta { display: block; width: 100%; background: transparent; border: 1px solid var(--border-subtle); color: var(--text-primary); font-family: var(--font-body); font-size: 0.88rem; font-weight: 600; padding: 14px; border-radius: var(--radius-sm); cursor: pointer; text-align: center; transition: all 0.3s; }
.tier-cta:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-dim); }
.pricing-card.featured .tier-cta { background: var(--teal); border-color: var(--teal); color: var(--bg-deep); }
.pricing-card.featured .tier-cta:hover { background: var(--mint); border-color: var(--mint); }

/* ── PIPELINE ── */
.pipeline-section { padding: 80px 0; }
.pipeline-wrap { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 16px; overflow: hidden; }
.pipeline-header { display: flex; justify-content: space-between; align-items: center; padding: 26px 32px; border-bottom: 1px solid var(--border-subtle); }
.pipeline-title-row { display: flex; align-items: center; gap: 12px; }
.pipeline-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; }
.live-dot { display: flex; align-items: center; gap: 5px; font-size: 0.7rem; font-weight: 600; color: var(--booked); letter-spacing: 0.05em; }
.live-dot::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--booked); animation: livePulse 2s ease infinite; }
@keyframes livePulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52,211,153,0.4); } 50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(52,211,153,0); } }
.pipeline-badge { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; color: var(--gold); border: 1px solid var(--gold); padding: 4px 12px; border-radius: 3px; background: var(--gold-dim); }
.pipeline-kpis { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--border-subtle); }
.pkpi { padding: 24px 32px; text-align: center; border-right: 1px solid var(--border-subtle); }
.pkpi:last-child { border-right: none; }
.pkpi-value { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; }
.pkpi-label { font-size: 0.72rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 3px; }
.pkpi:nth-child(1) .pkpi-value { color: var(--teal); }
.pkpi:nth-child(2) .pkpi-value { color: var(--mint); }
.pkpi:nth-child(3) .pkpi-value { color: var(--gold); }
.pipeline-leads { padding: 8px 0; }
.plead { display: flex; align-items: center; gap: 16px; padding: 16px 32px; transition: background 0.2s; cursor: pointer; }
.plead:hover { background: rgba(255,255,255,0.03); }
.plead-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.plead-hot .plead-avatar { background: var(--hot-dim); color: var(--hot); }
.plead-new .plead-avatar { background: var(--new-dim); color: var(--new-color); }
.plead-booked .plead-avatar { background: var(--booked-dim); color: var(--booked); }
.plead-info { flex: 1; }
.plead-name { font-weight: 600; font-size: 0.95rem; }
.plead-detail { font-size: 0.82rem; color: var(--text-secondary); }
.plead-conversion { font-size: 0.8rem; color: var(--text-dim); font-weight: 600; margin-right: 8px; }
.plead-badge { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; padding: 3px 8px; border-radius: 3px; }
.pbadge-hot { background: var(--hot-dim); color: var(--hot); }
.pbadge-new { background: var(--new-dim); color: var(--new-color); }
.pbadge-booked { background: var(--booked-dim); color: var(--booked); }

/* ── MATCHMAKING ── */
.match-section { padding: 80px 0; }
.match-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.match-visual { background: var(--bg-card); border: 1px solid var(--border-glow); border-radius: 16px; padding: 48px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.match-icon { width: 84px; height: 84px; border-radius: 50%; background: var(--teal-dim); border: 2px solid var(--teal); display: flex; align-items: center; justify-content: center; margin-bottom: 28px; position: relative; }
.match-icon svg { width: 38px; height: 38px; color: var(--teal); }
.match-icon::after { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(45,212,191,0.15); animation: matchRing 3s ease infinite; }
@keyframes matchRing { 0% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.15); opacity: 0; } 100% { transform: scale(1); opacity: 0; } }
.match-title-visual { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; margin-bottom: 10px; }
.match-subtitle-visual { font-size: 0.92rem; color: var(--text-secondary); margin-bottom: 32px; line-height: 1.6; }
.match-confirmed { display: inline-flex; align-items: center; gap: 8px; background: var(--booked-dim); border: 1px solid rgba(52,211,153,0.3); border-radius: 20px; padding: 9px 22px; font-size: 0.83rem; font-weight: 600; color: var(--booked); }
.match-features { display: flex; flex-direction: column; gap: 20px; }
.match-feature { display: flex; gap: 18px; align-items: flex-start; }
.mf-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.2rem; }
.mf-1 { background: var(--teal-dim); color: var(--teal); }
.mf-2 { background: var(--gold-dim); color: var(--gold); }
.mf-3 { background: var(--new-dim); color: var(--new-color); }
.mf-4 { background: var(--booked-dim); color: var(--booked); }
.mf-text-title { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.mf-text-desc { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }

/* ── SERVICES ── */
.services-section { padding: 80px 0 110px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius); padding: 32px 22px; text-align: center; transition: border-color 0.35s cubic-bezier(0.22,1,0.36,1), transform 0.35s cubic-bezier(0.22,1,0.36,1), background 0.35s ease, box-shadow 0.35s ease; }
.service-card:hover { border-color: var(--border-gold); transform: translateY(-6px) scale(1.025); background: var(--bg-card-alt); box-shadow: 0 20px 48px rgba(0,0,0,0.25); }
.service-icon { font-size: 2rem; margin-bottom: 16px; display: block; }
.service-name { font-weight: 700; font-size: 0.95rem; margin-bottom: 6px; }
.service-desc { font-size: 0.8rem; color: var(--text-dim); line-height: 1.5; }

/* ── BOTTOM CTA ── */
.bottom-cta { text-align: center; padding: 72px 0 52px; border-top: 1px solid var(--border-subtle); }
.bottom-cta-text { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; color: var(--gold-soft); margin-bottom: 10px; letter-spacing: -0.01em; }
.bottom-cta-sub { font-size: 0.95rem; color: var(--text-dim); margin-bottom: 36px; }
.bottom-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); border: none; color: var(--bg-deep); font-family: var(--font-body); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 16px 40px; border-radius: 4px; cursor: pointer; transition: background 0.3s; }
.bottom-cta-btn:hover { background: var(--gold-soft); }

/* ── EARLY ACCESS OVERLAY ── */
.ea-overlay { position: fixed; inset: 0; z-index: 500; background: rgba(10,14,22,0.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.ea-overlay.open { opacity: 1; pointer-events: all; }
.ea-modal { background: var(--bg-card); border: 1px solid var(--border-glow); border-radius: 20px; padding: 52px 48px; max-width: 480px; width: 90%; position: relative; transform: translateY(24px) scale(0.97); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); box-shadow: 0 40px 100px rgba(0,0,0,0.5); }
.ea-overlay.open .ea-modal { transform: translateY(0) scale(1); }
.ea-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: rgba(238,242,247,0.35); font-size: 28px; line-height: 1; cursor: pointer; padding: 4px 8px; transition: color 0.2s; }
.ea-close:hover { color: var(--text-primary); }
.ea-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.ea-heading { font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; line-height: 1.1; color: var(--text-primary); margin-bottom: 12px; letter-spacing: -0.02em; }
.ea-heading em { font-style: italic; color: var(--gold); }
.ea-sub { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 30px; }
.ea-form { display: flex; flex-direction: column; gap: 11px; }
.ea-input, .ea-select { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 14px 16px; font-size: 16px; color: var(--text-primary); font-family: var(--font-body); outline: none; width: 100%; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; -webkit-appearance: none; }
.ea-input:focus, .ea-select:focus { border-color: rgba(45,212,191,0.5); box-shadow: 0 0 0 3px rgba(45,212,191,0.08); }
.ea-input::placeholder { color: var(--text-dim); }
.ea-select { color: var(--text-secondary); cursor: pointer; }
.ea-select option { background: var(--bg-card); color: var(--text-primary); }
.ea-textarea { resize: vertical; min-height: 80px; line-height: 1.5; }
.ea-btn { background: var(--teal); border: none; border-radius: 8px; padding: 16px; width: 100%; font-size: 16px; font-weight: 700; color: var(--bg-deep); cursor: pointer; font-family: var(--font-body); margin-top: 4px; transition: background 0.2s, transform 0.15s; }
.ea-btn:hover { background: var(--mint); transform: translateY(-1px); }
.ea-fine { font-size: 12px; color: var(--text-dim); text-align: center; margin-top: 14px; line-height: 1.5; }
.ea-success { display: none; text-align: center; padding: 16px 0 8px; }
.ea-success-icon { font-size: 52px; margin-bottom: 18px; animation: successPop 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards; }
@keyframes successPop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.ea-success-heading { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: var(--text-primary); margin-bottom: 10px; }
.ea-success-heading em { font-style: italic; color: var(--gold); }
.ea-success p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; }

/* ── CUSTOM CURSOR ── */
@media (hover: hover) {
  .cursor-dot { position: fixed; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: transform 0.15s, background 0.2s; will-change: left, top; }
  .cursor-ring { position: fixed; width: 34px; height: 34px; border: 1px solid rgba(45,212,191,0.45); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width 0.3s, height 0.3s, border-color 0.3s, opacity 0.3s; will-change: left, top; }
  body.cur-hover .cursor-ring { width: 52px; height: 52px; border-color: rgba(45,212,191,0.8); }
  body.cur-gold .cursor-ring { width: 52px; height: 52px; border-color: rgba(212,168,83,0.7); }
  body.cur-hover .cursor-dot { transform: translate(-50%,-50%) scale(1.6); }
}

/* ── NAV LINK ANIMATED UNDERLINE ── */
.nav-menu a { position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--teal); transition: width 0.25s ease; }
.nav-menu a:hover::after { width: 100%; }

/* ── PRICING CARD SPOTLIGHT + TILT ── */
.pricing-card { --mx: 50%; --my: 50%; transform-style: preserve-3d; }
.pricing-card::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius); background: radial-gradient(180px circle at var(--mx) var(--my), rgba(45,212,191,0.09), transparent 70%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.pricing-card:hover::after { opacity: 1; }
.pricing-card.featured::after { background: radial-gradient(180px circle at var(--mx) var(--my), rgba(45,212,191,0.13), transparent 70%); }

/* ── SERVICE CARD ICON BOUNCE ── */
.service-icon { transition: transform 0.38s cubic-bezier(0.34,1.56,0.64,1), filter 0.3s; }
.service-card:hover .service-icon { transform: scale(1.4) translateY(-4px) rotate(-6deg); filter: brightness(1.4); }
.service-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.35); }

/* ── MATCH FEATURE SLIDE ── */
.match-feature { padding: 14px 16px; border-radius: var(--radius-sm); border: 1px solid transparent; transition: background 0.25s, transform 0.3s ease, border-color 0.25s; }
.match-feature:hover { background: rgba(255,255,255,0.04); transform: translateX(10px); border-color: var(--border-subtle); }
.mf-icon { transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); }
.match-feature:hover .mf-icon { transform: scale(1.18); }

/* ── PIPELINE LEAD ACCENT ── */
.plead { position: relative; transition: background 0.2s, transform 0.2s; }
.plead::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; opacity: 0; transition: opacity 0.2s; border-radius: 0 2px 2px 0; }
.plead-hot::before { background: var(--hot); }
.plead-new::before { background: var(--new-color); }
.plead-booked::before { background: var(--booked); }
.plead:hover::before { opacity: 1; }
.plead:hover { background: rgba(255,255,255,0.025); transform: translateX(4px); }

/* ── BOTTOM CTA GLOW ── */
.bottom-cta-btn { transition: background 0.3s, box-shadow 0.3s, transform 0.2s; }
.bottom-cta-btn:hover { box-shadow: 0 0 48px rgba(212,168,83,0.4); transform: translateY(-2px); }
.bottom-cta-btn:active { transform: translateY(0); }

/* ── PIPELINE WRAP GLOW ON HOVER ── */
.pipeline-wrap { transition: box-shadow 0.4s, border-color 0.4s; }
.pipeline-wrap:hover { box-shadow: 0 0 60px rgba(45,212,191,0.07); border-color: rgba(45,212,191,0.22); }

/* ── MATCH VISUAL HOVER ── */
.match-visual { transition: box-shadow 0.4s, border-color 0.4s, transform 0.4s; }
.match-visual:hover { box-shadow: 0 0 60px rgba(45,212,191,0.1); transform: translateY(-4px); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-logo { font-size: 3.8rem; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .match-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; height: 64px; }
  .nav-menu { display: none; }
  .btn-partner { display: none; }
  .btn-ghost { display: none; }
  .btn-mint { padding: 9px 16px; font-size: 0.82rem; }
  .hero-logo { font-size: 3rem; }
  .hero-tagline { font-size: 1.1rem; }
  .pipeline-kpis { grid-template-columns: 1fr; }
  .pkpi { border-right: none; border-bottom: 1px solid var(--border-subtle); }
  .pkpi:last-child { border-bottom: none; }
  .sec-title { font-size: 1.9rem; }
  .demo-frame-wrap iframe { height: 520px; }
}
@media (max-width: 480px) {
  nav { padding: 0 14px; }
  .btn-mint { padding: 9px 14px; font-size: 0.78rem; }
  .hero-logo { font-size: 2.2rem; letter-spacing: 0.1em; }
  .hero-tagline { font-size: 0.95rem; margin-bottom: 40px; }
  .hero-cta { padding: 15px 30px; font-size: 0.8rem; }
  .content-wrap { padding: 0 16px 80px; }
  .sec-title { font-size: 1.6rem; }
  .sec-subtitle { font-size: 0.92rem; }
  .pricing-section { padding: 80px 0 60px; }
  .pricing-grid { max-width: 100%; }
  .pricing-card { padding: 28px 20px; }
  .demo-frame-wrap iframe { height: 460px; }
  .pipeline-header { flex-direction: column; gap: 10px; align-items: flex-start; }
  .plead { padding: 12px 16px; gap: 10px; }
  .match-grid { gap: 20px; }
  .match-visual { padding: 30px 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card { padding: 24px 16px; }
  .bottom-cta-text { font-size: 1.7rem; }
  .ea-modal { padding: 40px 22px; }
  .ea-heading { font-size: 1.9rem; }
}
