/* =====================================================================
   마켓클래스 — 한국 주식 투자 학습 커뮤니티 랜딩 페이지
   Palette: deep emerald-teal + gold + navy
   ===================================================================== */

:root {
  /* greens / teal */
  --bg-deep:    #061714;
  --teal-950:   #08201d;
  --teal-900:   #0a2723;
  --teal-800:   #0d362f;
  --teal-700:   #0e5346;
  --teal-600:   #11705c;
  --emerald:    #1fb88a;
  --emerald-bright: #2fe0a8;

  /* gold */
  --gold:        #e8b54a;
  --gold-bright: #f7d27a;
  --gold-deep:   #c4912e;

  /* neutrals */
  --paper:      #f5f8f6;
  --paper-2:    #eef3f0;
  --ink:        #0b201c;
  --ink-soft:   #355149;
  --line:       #dde7e2;
  --navy:       #081019;

  --up:   #2fcf9b;
  --down: #ff6f6f;

  --maxw: 1180px;
  --radius: 18px;
  --radius-lg: 26px;

  --shadow-sm: 0 4px 18px rgba(8, 32, 28, .08);
  --shadow-md: 0 18px 50px rgba(8, 32, 28, .14);
  --shadow-glow: 0 22px 60px rgba(232, 181, 74, .35);

  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: 820px; }

.br-mob { display: none; }

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 999px;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn .arr { transition: transform .3s ease; }
.btn:hover .arr { transform: translateX(4px); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 55%, var(--gold-deep));
  color: #3a2a05;
  box-shadow: 0 10px 26px rgba(232, 181, 74, .38);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(232, 181, 74, .5); }
.btn-gold:active { transform: translateY(-1px); }

.btn-ghost {
  background: rgba(255,255,255,.06);
  color: #eaf6f1;
  border: 1.5px solid rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); border-color: rgba(255,255,255,.5); }

.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-lg { padding: 17px 34px; font-size: 16.5px; }
.btn-xl { padding: 21px 46px; font-size: 18px; }

/* =====================================================================
   BRAND (footer)
   ===================================================================== */
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: linear-gradient(150deg, rgba(47,224,168,.18), rgba(232,181,74,.14));
  border: 1px solid rgba(255,255,255,.12);
}
.brand-mark .cs-up { fill: var(--emerald-bright); }
.brand-mark .cs-dn { fill: var(--gold); }
.brand-name {
  font-size: 21px; font-weight: 800; color: #fff; letter-spacing: -0.02em;
}
.brand-name b { color: var(--gold-bright); font-weight: 800; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: var(--bg-deep);
  overflow: hidden;
  padding: 84px 0 90px;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url("../images/hero-bg.png") center right / cover no-repeat;
  opacity: .9;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 100% at 0% 50%, rgba(6,23,20,.96) 0%, rgba(6,23,20,.6) 38%, rgba(6,23,20,.15) 70%),
    linear-gradient(180deg, rgba(6,23,20,.7) 0%, rgba(6,23,20,.1) 30%, rgba(6,23,20,.55) 100%);
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}
.hero-fade {
  position: absolute; left: 0; right: 0; bottom: -1px; height: 120px;
  background: linear-gradient(180deg, transparent, var(--paper));
  z-index: 3;
}
.hero-inner {
  position: relative; z-index: 4;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex; align-items: center;
  font-family: var(--mono);
  font-size: 12.5px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding: 8px 16px;
  border: 1px solid rgba(232,181,74,.4);
  border-radius: 999px;
  background: rgba(232,181,74,.08);
  margin-bottom: 26px;
}
.hero-title {
  color: #fff;
  font-size: clamp(38px, 5.6vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 30px rgba(0,0,0,.4);
}
.grad-text {
  background: linear-gradient(100deg, var(--emerald-bright) 0%, var(--gold-bright) 90%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-sub {
  color: rgba(229, 242, 237, .86);
  font-size: clamp(15.5px, 1.7vw, 18.5px);
  line-height: 1.75;
  margin: 26px 0 36px;
  max-width: 540px;
  font-weight: 400;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 12px 22px;
  margin-top: 30px;
}
.hero-trust li {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(213, 232, 226, .8);
  font-size: 14px; font-weight: 500;
}
.hero-trust .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 10px rgba(47,224,168,.8);
}

/* market card */
.market-card {
  background: linear-gradient(165deg, rgba(18, 48, 41, .85), rgba(8, 26, 22, .9));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 26px 26px 20px;
  box-shadow: 0 30px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.market-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 16px; margin-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.market-title { color: #eaf6f1; font-size: 15px; font-weight: 700; }
.live-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em;
  color: var(--up);
  background: rgba(47,207,155,.12);
  padding: 4px 10px; border-radius: 999px;
}
.live-badge i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--up);
  box-shadow: 0 0 8px var(--up);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }

.market-list { list-style: none; }
.market-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name val" "name chg";
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.market-list li:last-child { border-bottom: none; }
.m-name { grid-area: name; color: rgba(220,236,231,.92); font-weight: 600; font-size: 15px; }
.m-val {
  grid-area: val; text-align: right;
  font-family: var(--mono); font-weight: 600; font-size: 21px; color: #fff;
  letter-spacing: -0.02em;
}
.m-chg {
  grid-area: chg; text-align: right;
  font-family: var(--mono); font-size: 12.5px; font-weight: 500; margin-top: 2px;
}
.market-list li.up .m-chg { color: var(--up); }
.market-list li.down .m-chg { color: var(--down); }
.market-note { color: rgba(190,212,205,.5); font-size: 11px; margin-top: 14px; }

/* =====================================================================
   STATS
   ===================================================================== */
.stats {
  background: var(--paper);
  position: relative;
  margin-top: -1px;
  padding: 8px 0 64px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 26px;
  box-shadow: var(--shadow-md);
  transform: translateY(-40px);
}
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after {
  content: ""; position: absolute; right: -9px; top: 14%; height: 72%;
  width: 1px; background: var(--line);
}
.stat-num {
  font-family: var(--mono);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(160deg, var(--teal-600), var(--teal-800));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { margin-top: 10px; color: var(--ink-soft); font-size: 14.5px; font-weight: 600; }

/* =====================================================================
   SECTION SHARED
   ===================================================================== */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.kicker {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12.5px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal-600);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.section-desc {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.6vw, 17.5px);
  line-height: 1.75;
}

/* =====================================================================
   EXPERTS
   ===================================================================== */
.experts { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.expert-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.expert-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 295 / 530;
  background: var(--teal-900);
  box-shadow: var(--shadow-sm);
  display: block; padding: 0;
  transform: translateZ(0);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  outline: 1.5px solid transparent;
  outline-offset: 0;
}
.expert-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease;
}
.expert-hover {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 12px 14px;
  font-size: 13.5px; font-weight: 700; color: #fff; text-align: center;
  background: linear-gradient(180deg, transparent, rgba(232,181,74,.96));
  color: #3a2a05;
  transform: translateY(101%);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.expert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(8,32,28,.28);
  outline-color: var(--gold);
}
.expert-card:hover img { transform: scale(1.07); }
.expert-card:hover .expert-hover { transform: translateY(0); }
.expert-card:focus-visible { outline-color: var(--gold); }

.experts-cta { text-align: center; margin-top: 50px; }

/* =====================================================================
   COMMUNITY
   ===================================================================== */
.community { background: var(--paper-2); }
.community-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}
.comm-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 320px;
  isolation: isolate;
}
.comm-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
  z-index: -2;
}
.comm-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6,23,20,.05) 0%, rgba(6,23,20,.35) 45%, rgba(6,23,20,.92) 100%);
}
.comm-card:hover img { transform: scale(1.06); }
.comm-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px;
  color: #fff;
}
.comm-tag {
  display: inline-block;
  font-family: var(--mono); font-size: 11.5px; font-weight: 600; letter-spacing: .08em;
  color: #08201d; background: var(--gold-bright);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.comm-card h3 { font-size: clamp(18px, 2.2vw, 24px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.3; }
.comm-card p { margin-top: 8px; color: rgba(231,243,238,.85); font-size: 14.5px; }

/* =====================================================================
   WHY US
   ===================================================================== */
.why { background: var(--paper); }
.why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 84px;
}
.why-row:last-child { margin-bottom: 0; }
.why-reverse .why-media { order: 2; }
.why-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
}
.why-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.why-media:hover img { transform: scale(1.05); }
.why-badge {
  position: absolute; top: 18px; left: 18px;
  font-family: var(--mono); font-weight: 700; font-size: 16px;
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  color: #08201d;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 8px 22px rgba(232,181,74,.4);
}
.why-text h3 {
  font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; letter-spacing: -0.03em;
  color: var(--ink); line-height: 1.3;
}
.why-text > p { margin: 14px 0 22px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.checklist { list-style: none; display: grid; gap: 12px; }
.checklist li {
  position: relative; padding-left: 34px;
  font-size: 15.5px; font-weight: 600; color: var(--ink);
}
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 7px;
  background: linear-gradient(135deg, var(--emerald-bright), var(--teal-600));
}
.checklist li::after {
  content: ""; position: absolute; left: 7px; top: 6px;
  width: 6px; height: 10px;
  border: solid #fff; border-width: 0 2.5px 2.5px 0;
  transform: rotate(42deg);
}

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.testimonials { background: var(--teal-900); position: relative; overflow: hidden; }
.testimonials::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 85% 0%, rgba(47,224,168,.12), transparent 60%),
    radial-gradient(50% 50% at 5% 100%, rgba(232,181,74,.1), transparent 60%);
}
.testimonials .kicker { color: var(--gold-bright); }
.testimonials .section-title { color: #fff; }
.review-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.review-card {
  position: relative;
  background: linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 34px 28px 26px;
  backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease;
}
.review-card:hover { transform: translateY(-6px); border-color: rgba(232,181,74,.45); }
.quote-mark {
  font-family: Georgia, serif; font-size: 64px; line-height: .6;
  color: var(--gold-bright); opacity: .55; margin-bottom: 6px; height: 30px;
}
.review-card blockquote {
  color: rgba(235,246,241,.94); font-size: 15.5px; line-height: 1.75; font-weight: 500;
}
.review-card figcaption {
  display: flex; align-items: center; gap: 12px;
  margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1);
}
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; font-size: 17px; color: #08201d;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  flex-shrink: 0;
}
.who { display: flex; flex-direction: column; line-height: 1.35; }
.who b { color: #fff; font-size: 15px; font-weight: 700; }
.who i { color: rgba(200,222,215,.7); font-size: 12.5px; font-style: normal; }

/* =====================================================================
   SCHEDULE
   ===================================================================== */
.schedule { background: var(--paper); }
.sched-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sched-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal-600);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-top-color .3s ease;
}
.sched-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-top-color: var(--gold); }
.sched-day { font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.sched-time { font-family: var(--mono); font-size: 13.5px; font-weight: 600; color: var(--teal-600); margin: 6px 0 16px; }
.sched-topic { font-size: 16.5px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.sched-card p { margin-top: 10px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq { background: var(--paper-2); }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: rgba(17,112,92,.4); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 24px;
  font-size: 16.5px; font-weight: 700; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-ic::before, .faq-ic::after {
  content: ""; position: absolute; background: var(--teal-600); border-radius: 2px;
  transition: transform .3s ease, background .3s ease;
}
.faq-ic::before { top: 8px; left: 0; width: 18px; height: 2.5px; }
.faq-ic::after  { left: 8px; top: 0; width: 2.5px; height: 18px; }
.faq-item[open] .faq-ic::after { transform: rotate(90deg) scaleY(0); }
.faq-item[open] .faq-ic::before { background: var(--gold-deep); }
.faq-body { padding: 0 24px 24px; }
.faq-body p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; }
.faq-body b { color: var(--teal-700); }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.final-cta {
  position: relative;
  background: linear-gradient(160deg, var(--teal-800), var(--bg-deep));
  text-align: center;
  overflow: hidden;
  padding: 96px 0;
}
.final-glow {
  position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(232,181,74,.22), transparent 62%);
  pointer-events: none;
}
.final-inner { position: relative; z-index: 2; }
.final-cta h2 {
  color: #fff; font-size: clamp(26px, 4vw, 42px); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1.25;
}
.final-cta p { color: rgba(223,238,232,.82); font-size: clamp(15px,1.6vw,18px); margin: 18px 0 36px; }
.final-note { display: block; margin-top: 20px; color: rgba(200,222,215,.65); font-size: 13.5px; font-weight: 500; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--navy); color: rgba(206, 221, 230, .65); padding: 70px 0 36px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .brand { margin-bottom: 16px; }
.footer-desc { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col li { font-size: 13.5px; line-height: 1.5; }
.footer-bottom { padding-top: 26px; }
.disclaimer {
  font-size: 12.5px; line-height: 1.7; color: rgba(206,221,230,.5);
  max-width: 900px; margin-bottom: 14px;
}
.copyright { font-family: var(--mono); font-size: 12px; color: rgba(206,221,230,.45); letter-spacing: .02em; }

/* =====================================================================
   FLOATING CTA (PC + MOBILE)
   ===================================================================== */
.float-cta {
  position: fixed;
  z-index: 95;
  left: 50%; bottom: 28px;          /* desktop: bottom-center pill */
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 26px 13px 15px;
  border-radius: 999px;
  font-size: 16px; font-weight: 800;
  color: #3a2a05;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 60%, var(--gold-deep));
  box-shadow: 0 16px 40px rgba(232,181,74,.5), 0 6px 16px rgba(0,0,0,.22);
  transform: translateX(-50%) translateY(180%);
  opacity: 0;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .4s ease, box-shadow .3s ease;
}
.float-cta.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.float-cta:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 24px 54px rgba(232,181,74,.66); }
.float-cta .fc-icon { display: inline-flex; flex-shrink: 0; }
.float-cta .fc-icon img {
  width: 30px; height: 30px; border-radius: 50%;
  box-shadow: 0 0 0 2.5px rgba(255,255,255,.95);
}
@keyframes fcPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.float-cta.show .fc-icon img { animation: fcPulse 1.9s ease-in-out infinite; }

/* =====================================================================
   SCROLL REVEAL
   ===================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .live-badge i { animation: none; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1080px) {
  .expert-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 960px) {
  .hero { padding: 64px 0 60px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-bg { opacity: .8; }
  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(6,23,20,.55) 0%, rgba(6,23,20,.78) 60%, rgba(6,23,20,.95) 100%);
  }
  .market-card { max-width: 460px; }
  .why-row { grid-template-columns: 1fr; gap: 28px; margin-bottom: 60px; }
  .why-reverse .why-media { order: 0; }
  .community-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .sched-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .container { padding: 0 18px; }
  .br-mob { display: inline; }
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 40px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; padding: 30px 18px; transform: translateY(-32px); }
  .stat:nth-child(2)::after, .stat:last-child::after { display: none; }
  .stat:nth-child(odd)::after { display: none; }
  .expert-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .expert-hover { display: none; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .float-cta {
    left: 16px; right: 16px; bottom: 16px;
    justify-content: center;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 16.5px;
    transform: translateY(160%);
  }
  .float-cta.show { transform: translateY(0); }
  .float-cta:hover { transform: translateY(0); }
  body { padding-bottom: 86px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .expert-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 36px; }
  .btn-lg, .btn-xl { padding: 16px 28px; font-size: 16px; }
}
