/* ── 10Cent landing page — elegant, theme-synced (teal --brand) ────────────── */
:root {
  --brand-dark: #0a4f4f;
  --brand-deep: #063b3b;
  --gold: #d9b46a;
}

/* Transparent header floating over the hero */
body.marketing .site-header {
  position: fixed; left: 0; right: 0; top: 0;
  background: transparent; border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(2px);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.marketing.scrolled .site-header {
  background: rgba(6, 59, 59, .92); box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  border-color: transparent; backdrop-filter: blur(10px);
}
body.marketing .site-header .brand-mark { color: #fff; }
body.marketing .site-header .brand-mark span { color: var(--gold); }
/* wordmark on the dark hero header: gold "10" + emblem, white "cent" */
body.marketing .site-header .wm-1,
body.marketing .site-header .wm-emblem { color: var(--gold); }
body.marketing .site-header .wm-cent { color: #fff; }
body.marketing .site-nav a { color: rgba(255, 255, 255, .85); }
body.marketing .site-nav a:hover { color: #fff; }
body.marketing main { margin: 0; }
body.marketing .site-footer { margin-top: 0; }

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.lp-hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; color: #fff;
}
/* cinematic background video (real-estate / metropolitan), with a slow zoom */
.lp-hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #063b3b; }
.lp-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 1; transition: opacity .6s ease;
  animation: kenburns 30s ease-in-out infinite alternate; will-change: transform, opacity;
}
/* teal gradient overlay — this is what syncs the photo to our colour theme */
.lp-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    /* lighter teal tint so the property footage stays visible */
    linear-gradient(115deg, rgba(6, 59, 59, .60) 0%, rgba(10, 79, 79, .40) 45%, rgba(13, 110, 110, .20) 100%),
    /* soft bottom-left scrim purely to keep the white headline readable */
    linear-gradient(180deg, rgba(6, 59, 59, .18) 0%, transparent 35%, rgba(6, 59, 59, .30) 100%),
    radial-gradient(120% 90% at 100% 100%, rgba(217, 180, 106, .14), transparent 60%);
}
/* soft animated glow blobs in brand tones */
.lp-hero__overlay::before,
.lp-hero__overlay::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5;
}
.lp-hero__overlay::before {
  width: 420px; height: 420px; left: -120px; bottom: -120px;
  background: radial-gradient(circle, var(--brand) 0%, transparent 70%);
  animation: float 12s ease-in-out infinite;
}
.lp-hero__overlay::after {
  width: 360px; height: 360px; right: -100px; top: -80px;
  background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
  animation: float 15s ease-in-out infinite reverse;
}
.lp-hero .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 96px; }

.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); background: rgba(217, 180, 106, .12);
  border: 1px solid rgba(217, 180, 106, .35); padding: 7px 14px; border-radius: 999px;
  opacity: 0; animation: fadeUp .8s ease forwards .1s;
}
.lp-hero h1 {
  font-size: clamp(34px, 6vw, 62px); line-height: 1.05; font-weight: 800;
  margin: 18px 0 0; max-width: 14ch; text-shadow: 0 2px 8px rgba(0, 0, 0, .4), 0 2px 30px rgba(0, 0, 0, .3);
}
.lp-hero h1 .line { display: block; opacity: 0; animation: fadeUp .9s cubic-bezier(.2, .7, .2, 1) forwards; }
.lp-hero h1 .line:nth-child(1) { animation-delay: .25s; }
.lp-hero h1 .line:nth-child(2) { animation-delay: .42s; }
.lp-hero h1 .accent { color: var(--gold); }
.lp-hero p.lead {
  font-size: clamp(16px, 2vw, 20px); max-width: 620px; margin: 22px 0 0; color: rgba(255, 255, 255, .92);
  opacity: 0; animation: fadeUp .9s ease forwards .62s;
}
.lp-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: fadeUp .9s ease forwards .8s; }
.btn-gold { background: var(--gold); color: #3a2c08; border: none; box-shadow: 0 10px 30px rgba(217, 180, 106, .35); }
.btn-gold:hover { filter: brightness(1.05); transform: translateY(-2px); }
.btn-outline { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .45); backdrop-filter: blur(4px); }
.btn-outline:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.lp-cta .btn { transition: transform .18s ease, filter .18s ease, background .18s ease; }

/* hero stat strip */
.lp-hero__stats {
  display: flex; gap: 38px; margin-top: 48px; flex-wrap: wrap;
  opacity: 0; animation: fadeUp .9s ease forwards 1s;
}
.lp-stat .n { font-size: 30px; font-weight: 800; color: #fff; }
.lp-stat .n .unit { color: var(--gold); }
.lp-stat .l { font-size: 13px; color: rgba(255, 255, 255, .75); font-weight: 600; }

/* scroll cue */
.lp-scroll {
  position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); z-index: 2;
  color: rgba(255, 255, 255, .8); font-size: 12px; letter-spacing: 1px; text-align: center;
  animation: bob 2s ease-in-out infinite;
}
.lp-scroll .mouse {
  width: 24px; height: 38px; border: 2px solid rgba(255, 255, 255, .7); border-radius: 14px;
  margin: 0 auto 6px; position: relative;
}
.lp-scroll .mouse::after {
  content: ''; position: absolute; left: 50%; top: 7px; width: 4px; height: 7px; border-radius: 2px;
  background: #fff; transform: translateX(-50%); animation: wheel 1.6s ease-in-out infinite;
}

/* ── reveal-on-scroll sections ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

.lp-section { padding: 84px 0; }
.lp-section.alt { background: linear-gradient(180deg, #f6f8fa, #eef3f3); }
.lp-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.lp-head .kicker { color: var(--brand); font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; font-size: 13px; }
.lp-head h2 { font-size: clamp(26px, 4vw, 38px); margin: 10px 0 8px; color: var(--ink); }
.lp-head p { color: var(--muted); font-size: 17px; }

.lp-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.lp-feature {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .06); transition: transform .2s ease, box-shadow .2s ease;
}
.lp-feature:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(10, 79, 79, .14); }
.lp-feature .ic {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 24px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; margin-bottom: 14px;
  box-shadow: 0 8px 20px rgba(13, 110, 110, .3);
}
.lp-feature h3 { margin: 0 0 6px; font-size: 18px; color: var(--ink); }
.lp-feature p { margin: 0; color: var(--muted); font-size: 15px; }

/* demo broker cards */
.lp-demos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.lp-demo {
  position: relative; border-radius: 18px; overflow: hidden; min-height: 230px; display: flex; align-items: flex-end;
  color: #fff; text-decoration: none; box-shadow: 0 10px 30px rgba(16, 24, 40, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-demo:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(10, 79, 79, .22); text-decoration: none; }
.lp-demo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .5s ease; }
.lp-demo:hover img { transform: scale(1.07); }
.lp-demo .veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 30%, rgba(6, 59, 59, .9)); }
.lp-demo .info { position: relative; z-index: 2; padding: 22px; }
.lp-demo .info h3 { margin: 0 0 4px; font-size: 20px; }
.lp-demo .info span { opacity: .85; font-size: 14px; }
.lp-demo .go { display: inline-block; margin-top: 10px; color: var(--gold); font-weight: 700; }

/* closing CTA band */
.lp-band {
  position: relative; overflow: hidden; color: #fff; text-align: center; padding: 80px 0;
  background: linear-gradient(120deg, var(--brand-deep), var(--brand));
}
.lp-band::after {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; right: -150px; top: -200px;
  background: radial-gradient(circle, rgba(217, 180, 106, .25), transparent 70%); filter: blur(40px);
}
.lp-band h2 { font-size: clamp(26px, 4vw, 40px); margin: 0 0 10px; position: relative; }
.lp-band p { opacity: .9; margin: 0 0 26px; font-size: 18px; position: relative; }
.lp-band .lp-cta { justify-content: center; opacity: 1; animation: none; }

@media (max-width: 700px) {
  .lp-hero__stats { gap: 24px; }
  .lp-section { padding: 60px 0; }
}

/* ── keyframes ─────────────────────────────────────────────────────────────── */
@keyframes kenburns { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.12) translate(-1.5%, -1.5%); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-26px); } }
@keyframes bob { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@keyframes wheel { 0% { opacity: 1; top: 7px; } 100% { opacity: 0; top: 18px; } }

/* ── standard footer ───────────────────────────────────────────────────────── */
.lp-footer { background: linear-gradient(180deg, var(--brand-deep), #042a2a); color: #cfe0e0; margin-top: 0; }
.lp-footer .container { padding-top: 56px; padding-bottom: 28px; }
.lp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 32px; }
.lp-footer__logo { font-weight: 800; font-size: 24px; color: #fff; letter-spacing: -0.02em; }
.lp-footer__logo span { color: var(--gold); }
.lp-footer__brand p { margin: 12px 0 0; color: #9fbcbc; font-size: 14px; line-height: 1.6; max-width: 340px; }
.lp-footer__col h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 14px; }
.lp-footer__col a, .lp-footer__col span { display: block; color: #aecccc; text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .15s ease; }
.lp-footer__col a:hover { color: var(--gold); }
.lp-footer__bar {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 36px; padding-top: 20px;
  color: #87a6a6; font-size: 13px;
}
@media (max-width: 820px) {
  .lp-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .lp-footer__brand { grid-column: 1 / -1; }
}

/* ── micro-interactions ────────────────────────────────────────────────────── */
/* tactile press feedback + ripple on landing buttons */
.lp-hero .btn, .lp-band .btn { position: relative; overflow: hidden; }
.lp-hero .btn:active, .lp-band .btn:active { transform: translateY(0) scale(.96); }
.ripple {
  position: absolute; border-radius: 50%; transform: scale(0); pointer-events: none;
  background: rgba(255, 255, 255, .45); animation: ripple .6s ease-out;
}
@keyframes ripple { to { transform: scale(2.6); opacity: 0; } }

/* magnetic hero buttons follow the cursor slightly */
.magnetic { transition: transform .18s cubic-bezier(.2, .7, .2, 1); }

/* feature card: icon wiggle + light sweep on hover */
.lp-feature { position: relative; overflow: hidden; }
.lp-feature::after {
  content: ''; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-18deg); transition: left .75s ease; pointer-events: none;
}
.lp-feature:hover::after { left: 150%; }
.lp-feature .ic { transition: transform .25s ease; }
.lp-feature:hover .ic { animation: wiggle .55s ease; }
@keyframes wiggle {
  0%, 100% { transform: rotate(0) scale(1); }
  25% { transform: rotate(-9deg) scale(1.08); }
  60% { transform: rotate(7deg) scale(1.08); }
}

/* demo card: arrow nudge */
.lp-demo .go { transition: transform .25s ease; }
.lp-demo:hover .go { transform: translateX(7px); }

/* animated underline on marketing nav links */
body.marketing .site-nav a { position: relative; }
body.marketing .site-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -4px; height: 2px; width: 0;
  background: var(--gold); transition: width .25s ease;
}
body.marketing .site-nav a:hover::after { width: 100%; }

/* eyebrow gentle hover pop */
.lp-eyebrow { transition: transform .2s ease, background .2s ease; }
.lp-eyebrow:hover { transform: translateY(-2px); background: rgba(217, 180, 106, .2); }

/* stats lift slightly on hover */
.lp-stat { transition: transform .2s ease; cursor: default; }
.lp-stat:hover { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
  .lp-hero__video, .lp-hero__overlay::before, .lp-hero__overlay::after, .lp-scroll { animation: none !important; }
  .lp-eyebrow, .lp-hero h1 .line, .lp-hero p.lead, .lp-cta, .lp-hero__stats { opacity: 1 !important; animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .lp-feature::after, .ripple, .magnetic { transition: none !important; animation: none !important; }
}
