:root {
  --black: #050505;
  --panel: rgba(255,255,255,0.035);
  --line: rgba(255,255,255,0.10);
  --gold: #C9A45C;
  --soft-gold: #F3DFA4;
  --muted: rgba(255,255,255,0.58);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; background: var(--black); color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.bg-glow {
  position: fixed; inset: 0; pointer-events: none;
  background: radial-gradient(circle at top, rgba(201,164,92,0.18), transparent 34%),
              radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06), transparent 25%),
              linear-gradient(to bottom, #070707, #020202);
  z-index: -3;
}
.grid-overlay {
  position: fixed; inset: 0; pointer-events: none; opacity: 0.035;
  background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg,#fff 1px,transparent 1px);
  background-size: 64px 64px; z-index: -2;
}
.site-header {
  width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0;
  display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  border: 1px solid rgba(201,164,92,0.30); background: rgba(201,164,92,0.10);
  color: var(--soft-gold); box-shadow: 0 18px 50px rgba(201,164,92,0.10); font-weight: 700;
}
.brand-name { font-size: 14px; text-transform: uppercase; letter-spacing: 0.32em; font-weight: 700; }
.brand-sub { margin-top: 2px; font-size: 12px; color: rgba(255,255,255,0.40); }
.nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,0.60); font-size: 14px; }
.nav a:hover { color: #fff; }
.header-cta {
  border: 1px solid rgba(201,164,92,0.35); color: var(--soft-gold); border-radius: 999px;
  padding: 10px 20px; font-size: 14px; font-weight: 650; transition: 0.2s ease;
}
.header-cta:hover { background: rgba(201,164,92,0.10); }
.section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0; }
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 52px; padding-top: 72px; padding-bottom: 132px; }
.pill {
  display: inline-flex; align-items: center; border: 1px solid rgba(201,164,92,0.25);
  background: rgba(201,164,92,0.10); color: var(--soft-gold); border-radius: 999px;
  padding: 9px 16px; text-transform: uppercase; letter-spacing: 0.24em; font-size: 12px; font-weight: 700;
}
h1 { margin: 28px 0 0; font-size: clamp(52px, 7vw, 88px); line-height: 0.98; letter-spacing: -0.06em; font-weight: 300; max-width: 900px; }
h2 { margin: 24px 0 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -0.045em; font-weight: 300; }
.hero-copy p, .center p, .demo-box p { color: var(--muted); line-height: 1.75; font-size: 18px; max-width: 690px; margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px;
  border-radius: 999px; font-size: 14px; font-weight: 800; transition: 0.2s ease;
}
.btn-primary { background: var(--gold); color: #070707; }
.btn-primary:hover { background: var(--soft-gold); transform: translateY(-1px); }
.btn-secondary { border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.05); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,0.10); transform: translateY(-1px); }
.full { width: 100%; }
.metrics {
  margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; gap: 18px;
}
.metrics strong { color: var(--soft-gold); font-size: 30px; font-weight: 300; display: block; }
.metrics span { display: block; margin-top: 5px; color: rgba(255,255,255,0.38); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; }
.hero-card { position: relative; }
.hero-card::before { content: ""; position: absolute; inset: -28px; border-radius: 48px; background: rgba(201,164,92,0.10); filter: blur(42px); }
.dashboard-shell { position: relative; border: 1px solid rgba(255,255,255,0.12); background: rgba(9,9,9,0.92); border-radius: 34px; padding: 16px; box-shadow: 0 40px 90px rgba(0,0,0,0.60); backdrop-filter: blur(18px); }
.dashboard { border-radius: 26px; border: 1px solid rgba(201,164,92,0.18); background: linear-gradient(to bottom, #15110a, #050505); padding: 22px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dashboard-head span { color: var(--soft-gold); font-size: 12px; text-transform: uppercase; letter-spacing: 0.25em; }
.dashboard-head h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -0.03em; }
.live-badge { border: 1px solid rgba(201,164,92,0.25); color: var(--soft-gold); padding: 6px 12px; border-radius: 999px; font-size: 12px; }
.appointment-list { display: grid; gap: 12px; }
.appointment {
  border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,0.045); padding: 16px;
  display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,0.82); font-size: 14px;
}
.appointment b { background: rgba(201,164,92,0.15); color: var(--soft-gold); font-size: 12px; padding: 7px 12px; border-radius: 999px; }
.notice { margin-top: 22px; border-radius: 20px; border: 1px solid rgba(201,164,92,0.20); background: rgba(201,164,92,0.10); padding: 20px; color: var(--soft-gold); }
.notice p { margin: 8px 0 0; color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.7; }
.narrow { padding-top: 70px; }
.center { margin: 0 auto; max-width: 780px; text-align: center; }
.center p { margin-left: auto; margin-right: auto; }
.feature-grid, .pricing-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .price-card, .demo-box {
  border: 1px solid var(--line); background: var(--panel); border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.20); backdrop-filter: blur(12px);
}
.feature-card { padding: 28px; transition: 0.22s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(201,164,92,0.28); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; border: 1px solid rgba(201,164,92,0.25); background: rgba(201,164,92,0.10); margin-bottom: 22px; }
.feature-card h3, .price-card h3 { margin: 0 0 10px; color: #fff; font-size: 20px; }
.feature-card p, .price-card p { margin: 0; color: rgba(255,255,255,0.58); line-height: 1.7; font-size: 14px; }
.price-card { position: relative; padding: 32px; }
.price-card.highlighted { border-color: rgba(201,164,92,0.45); background: rgba(201,164,92,0.10); box-shadow: 0 32px 90px rgba(201,164,92,0.10); }
.recommended { position: absolute; left: 50%; top: -16px; transform: translateX(-50%); background: #050505; color: var(--soft-gold); border: 1px solid rgba(201,164,92,0.40); border-radius: 999px; padding: 6px 14px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 11px; font-weight: 800; }
.price { margin-top: 28px; display: flex; align-items: end; gap: 8px; font-size: 44px; font-weight: 300; }
.price span { padding-bottom: 8px; color: rgba(255,255,255,0.45); font-size: 14px; }
.price-card .btn { margin-top: 28px; }
ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
li { color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.45; }
li::before { content: "✓"; color: var(--soft-gold); margin-right: 10px; }
.addon { margin-top: 24px; border: 1px solid rgba(201,164,92,0.25); background: rgba(201,164,92,0.10); border-radius: 28px; padding: 24px; text-align: center; color: rgba(255,255,255,0.72); }
.addon strong { color: var(--soft-gold); }
.demo { max-width: 980px; text-align: center; }
.demo-box { padding: 56px; }
.center-actions { justify-content: center; }
footer { border-top: 1px solid var(--line); padding: 42px 24px; text-align: center; color: rgba(255,255,255,0.40); }
footer strong { display: block; color: rgba(243,223,164,0.70); text-transform: uppercase; letter-spacing: 0.28em; }
footer span { display: block; margin-top: 12px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay { transition-delay: 0.12s; }
@media (max-width: 980px) {
  .hero, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
  .hero { padding-top: 42px; }
}
@media (max-width: 620px) {
  .site-header, .section { width: min(100% - 32px, 1280px); }
  .header-cta { display: none; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .hero-copy p, .center p, .demo-box p { font-size: 16px; }
  .metrics { grid-template-columns: 1fr; }
  .appointment { align-items: flex-start; flex-direction: column; gap: 12px; }
  .demo-box { padding: 34px 22px; }
}


/* Elvuno logo integration */
.brand-logo-only {
  min-width: 0;
}

.header-logo {
  width: 118px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 34px rgba(201,164,92,0.18));
}

.hero-logo {
  width: min(260px, 58vw);
  height: auto;
  display: block;
  margin: 0 0 28px;
  filter: drop-shadow(0 26px 55px rgba(201,164,92,0.24));
}

.footer-logo {
  width: 138px;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  opacity: 0.86;
  filter: drop-shadow(0 18px 40px rgba(201,164,92,0.20));
}

@media (max-width: 620px) {
  .header-logo {
    width: 96px;
  }

  .hero-logo {
    width: 190px;
    margin-bottom: 24px;
  }

  .footer-logo {
    width: 118px;
  }
}
