/* ═══════════════════════════════════════════════
   HOTEL SEO PAGE — Additional styles
   Only rules not already defined in main.css.
   Loaded exclusively on template-hotel-seo.php.
═══════════════════════════════════════════════ */

/* ── Section / layout utilities ──────────────── */
.section     { padding: clamp(72px,8vw,112px) 0; }
.section-alt { background: var(--mist); }
.section-dark{ background: var(--ink); }
.wrap        { width: var(--w); margin: 0 auto; }

/* ── Button variants ─────────────────────────── */
.btn-ghost {
  display:inline-flex; align-items:center; gap:9px;
  background:rgba(255,255,255,.04); color:rgba(255,255,255,.8);
  font-family:var(--ff-body); font-size:.95rem; font-weight:500;
  padding:13px 26px; border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.15);
  transition:all .25s var(--ease);
}
.btn-ghost:hover { border-color:rgba(255,255,255,.35); color:#fff; transform:translateY(-2px); }
.btn-out {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:var(--ink);
  font-family:var(--ff-body); font-size:.88rem; font-weight:600;
  padding:11px 22px; border-radius:var(--r2);
  border:1.5px solid var(--line2);
  transition:all .25s var(--ease);
}
.btn-out:hover { border-color:var(--fire); color:var(--fire); }

/* ── h2 white variant (dark section headings) ── */
.h2-white { color:#fff; }

/* ── Hero wrapper ────────────────────────────── */
.is-hotel-page #hero {
  background: var(--ink);
  min-height: 90svh;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}

/* Glow orbs */
.hero-glow {
  position:absolute; top:-80px; right:-60px;
  width:560px; height:560px; border-radius:50%;
  background:radial-gradient(circle,rgba(240,98,12,.13) 0%,transparent 68%);
  pointer-events:none; z-index:1;
}
.hero-glow2 {
  position:absolute; bottom:-60px; left:-80px;
  width:400px; height:400px; border-radius:50%;
  background:radial-gradient(circle,rgba(22,43,71,.7) 0%,transparent 70%);
  pointer-events:none; z-index:1;
}

/* Hero body override */
.is-hotel-page .hero-body {
  padding: 80px 0 72px;
  gap: 56px;
  grid-template-columns: 58fr 42fr;
  align-items: center;
}
.admin-bar.is-hotel-page .hero-body { padding-top: 112px; }
@media screen and (max-width: 782px) {
  .admin-bar.is-hotel-page .hero-body { padding-top: 126px; }
}
@media(max-width:960px) {
  .is-hotel-page .hero-body { grid-template-columns:1fr; padding-top:72px; }
  .hero-right-col { display:none !important; }
}

/* Hero right column */
.hero-right-col {
  position:relative;
  opacity:0; animation:fadeIn .9s .45s var(--ease) forwards;
}

/* Pill dot (.hero-pill-dot alias for this page) */
.pill-dot {
  width:6px; height:6px; border-radius:50%;
  background:var(--fire); flex-shrink:0;
  animation:pulse 2s infinite; /* pulse defined in main.css */
}

/* h1 span variants */
.h1-dim   { display:block; font-style:italic; font-weight:300; color:rgba(255,255,255,.5); margin-bottom:2px; }
.h1-white { color:#fff; font-weight:700; }
.h1-fire  { color:var(--fire); font-weight:700; }
.h1-line  {
  display:block; color:#fff; font-weight:700;
  position:relative; padding-bottom:6px;
}
.h1-line::after {
  content:''; position:absolute; left:0; bottom:0;
  height:3px; width:0;
  background:linear-gradient(90deg,var(--fire),transparent);
  border-radius:2px;
  transition:width 1.4s .7s var(--ease);
}
.h1-line.drawn::after { width:100%; }

/* Hero entry animations (scoped to hotel page) */
.is-hotel-page .hero-pill    { opacity:0; animation:fadeUp .6s .10s var(--ease) forwards; }
.is-hotel-page .hero-h1      { opacity:0; animation:fadeUp .7s .25s var(--ease) forwards; }
.is-hotel-page .hero-sub     { opacity:0; animation:fadeUp .7s .40s var(--ease) forwards; }
.is-hotel-page .hero-actions { opacity:0; animation:fadeUp .7s .55s var(--ease) forwards; }

/* Hero stats grid */
.hero-stats {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:1px; background:var(--line);
  border-top:1px solid var(--line); margin-top:48px;
  opacity:0; animation:fadeUp .7s .75s var(--ease) forwards;
}
.hero-stats .hstat { background:var(--ink); }

/* ── Ticker ──────────────────────────────────── */
.ticker-l,.ticker-r {
  position:absolute; top:0; width:100px; height:100%;
  z-index:2; pointer-events:none;
}
.ticker-l { left:0;  background:linear-gradient(90deg,var(--ink),transparent); }
.ticker-r { right:0; background:linear-gradient(-90deg,var(--ink),transparent); }
.ticker-track {
  display:flex; align-items:center; white-space:nowrap;
  animation:tickerRun 38s linear infinite;
  font-family:var(--ff-head); font-size:3rem; font-weight:900;
  line-height:1; letter-spacing:-.03em;
  color:transparent; -webkit-text-stroke:1.5px rgba(255,255,255,.2);
  user-select:none;
}
.ticker-track span { padding:0 18px; }
.ticker-track .sp  { color:var(--fire); -webkit-text-stroke:0; font-size:.9rem; padding:0 6px; }

/* ── @keyframes (new ones only; fadeUp/fadeIn/floatBob/tickerRun in main.css) */
@keyframes slideIn  { to { opacity:1; transform:translateX(0); } }
@keyframes growBar  { from { transform:scaleY(0); } to { transform:scaleY(1); } }

/* ── Hotel performance panel ─────────────────── */
.hotel-panel {
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px; overflow:hidden;
  box-shadow:0 32px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04);
}
.hp-topbar {
  padding:11px 16px;
  background:rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.07);
  display:flex; align-items:center; justify-content:space-between;
}
.hp-dots { display:flex; gap:6px; }
.hp-dot  { width:9px; height:9px; border-radius:50%; }
.hp-dot.r { background:#ff5f57; }
.hp-dot.y { background:#febc2e; }
.hp-dot.g { background:#28c840; }
.hp-label { font-size:.65rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.35); font-weight:500; }
.hp-metrics {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:1px; background:rgba(255,255,255,.06);
  margin:12px; border-radius:var(--r1); overflow:hidden;
}
.hp-metric { background:#0D1E35; padding:14px 10px; text-align:center; }
.hp-metric-n { font-family:var(--ff-head); font-size:1.4rem; font-weight:900; color:var(--fire); line-height:1; }
.hp-metric-l { font-size:.6rem; color:rgba(255,255,255,.4); margin-top:3px; text-transform:uppercase; letter-spacing:.06em; }
.hp-metric-t { font-size:.68rem; color:#4ade80; font-weight:600; margin-top:2px; }
.hp-metric-t.neg { color:#f87171; }
/* Occupancy bar chart */
.hp-chart {
  margin:0 12px; padding:12px;
  background:rgba(240,98,12,.04); border:1px solid rgba(240,98,12,.1);
  border-radius:var(--r1);
}
.hp-chart-label { font-size:.6rem; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px; }
.hp-bars { display:flex; align-items:flex-end; gap:5px; height:56px; }
.hp-bar-wrap { flex:1; display:flex; flex-direction:column; align-items:center; gap:4px; height:100%; justify-content:flex-end; }
.hp-bar {
  width:100%; border-radius:3px 3px 0 0;
  background:rgba(240,98,12,.3);
  animation:growBar .8s var(--ease) forwards;
  transform-origin:bottom;
}
.hp-bar.hi { background:var(--fire); }
.hp-bar-m  { font-size:.55rem; color:rgba(255,255,255,.3); }
/* Rankings */
.hp-rankings { padding:8px 12px 4px; }
.hp-rank-label { font-size:.6rem; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.1em; margin-bottom:7px; }
.hp-rank-row {
  display:flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:6px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
  margin-bottom:5px;
  opacity:0; transform:translateX(-8px);
  animation:slideIn .4s var(--ease) forwards;
}
.hp-rank-row:nth-child(2){animation-delay:.2s}
.hp-rank-row:nth-child(3){animation-delay:.35s}
.hp-rank-row:nth-child(4){animation-delay:.5s}
.hp-pos { min-width:26px; height:20px; border-radius:4px; background:var(--fire); color:#fff; font-size:10px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.hp-pos.p2 { background:rgba(255,255,255,.1); color:rgba(255,255,255,.5); }
.hp-kw  { flex:1; font-size:.75rem; color:rgba(255,255,255,.6); }
.hp-kw b { color:#fff; font-weight:500; }
.hp-badge { font-size:.62rem; font-weight:600; padding:2px 6px; border-radius:4px; background:rgba(34,197,94,.15); color:#4ade80; border:1px solid rgba(34,197,94,.25); flex-shrink:0; }
.hp-footer { padding:8px 14px 12px; display:flex; align-items:center; justify-content:space-between; }
.hp-footer-tag { font-size:.6rem; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.07em; }
.hp-occ { display:flex; align-items:center; gap:6px; }
.hp-occ-n { font-family:var(--ff-head); font-size:1.1rem; font-weight:800; color:var(--fire); }
.hp-occ-l { font-size:.62rem; color:rgba(255,255,255,.35); }

/* ── Floating badge ──────────────────────────── */
.float-badge {
  position:absolute; right:-14px; bottom:-14px;
  background:#fff; border-radius:10px; padding:10px 14px;
  display:flex; align-items:center; gap:10px;
  box-shadow:0 12px 32px rgba(0,0,0,.45); min-width:192px;
  animation:floatBob 4s ease-in-out infinite; /* floatBob in main.css */
}
.float-icon {
  width:34px; height:34px; border-radius:7px;
  background:var(--fire); display:flex; align-items:center;
  justify-content:center; flex-shrink:0; color:#fff;
}
.float-n { font-size:.85rem; font-weight:700; color:var(--ink); line-height:1.2; }
.float-l { font-size:.62rem; color:#6b7280; margin-top:2px; }

/* ── Problem section ─────────────────────────── */
.prob-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:20px; margin-top:56px;
}
@media(max-width:860px) { .prob-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px) { .prob-grid { grid-template-columns:1fr; } }
.prob-card {
  background:#fff; border:1px solid var(--line2); border-radius:var(--r2);
  padding:28px; border-left:3px solid var(--fire);
  transition:all .3s var(--ease);
}
.prob-card:hover { box-shadow:0 12px 40px rgba(8,17,31,.08); transform:translateY(-2px); }
.prob-icon {
  width:44px; height:44px; border-radius:var(--r1);
  background:var(--ember); color:var(--fire);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}
.prob-card h3 { font-family:var(--ff-head); font-size:1.05rem; font-weight:800; color:var(--ink); margin-bottom:8px; letter-spacing:-.01em; }
.prob-card p  { font-size:.88rem; color:#5A5550; line-height:1.65; margin:0; }

/* ── Why Me cards (main.css has .wcard, hotel uses .why-card) ── */
.why-card {
  background:#fff; border:1px solid var(--line2); border-radius:var(--r2);
  padding:28px; position:relative; overflow:hidden;
  transition:all .3s var(--ease);
}
.why-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2.5px;
  background:var(--fire); transform:scaleX(0); transform-origin:left;
  transition:transform .35s var(--ease);
}
.why-card:hover::before { transform:scaleX(1); }
.why-card:hover { border-color:transparent; box-shadow:0 12px 40px rgba(8,17,31,.1); transform:translateY(-2px); }
.why-n  { font-family:var(--ff-head); font-size:3.5rem; font-weight:900; color:var(--mist); line-height:1; margin-bottom:16px; }
.why-card h3 { font-family:var(--ff-head); font-size:1.02rem; font-weight:800; color:var(--ink); margin-bottom:8px; letter-spacing:-.01em; }
.why-card p  { font-size:.85rem; color:#5A5550; line-height:1.65; }

/* ── Property Types — dark section ──────────────*/
.is-hotel-page #types {
  background:var(--ink);
  position:relative; overflow:hidden;
}
.is-hotel-page #types::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(240,98,12,.07),transparent);
  pointer-events:none;
}
.types-wrap { position:relative; z-index:1; }
.is-hotel-page #types .eyebrow {
  display:flex; justify-content:center; color:var(--fire2);
}
.is-hotel-page #types .eyebrow::before { background:var(--fire2); }
.types-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:16px; margin-top:48px;
}
@media(max-width:860px) { .types-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px) { .types-grid { grid-template-columns:1fr; } }
.type-card {
  background:rgba(255,255,255,.04); border:1px solid var(--line);
  border-radius:var(--r2); padding:28px 24px;
  transition:all .3s var(--ease);
}
.type-card:hover { background:rgba(255,255,255,.08); border-color:rgba(240,98,12,.25); transform:translateY(-2px); }
.type-icon {
  width:44px; height:44px; background:var(--ember); border-radius:var(--r1);
  display:flex; align-items:center; justify-content:center;
  color:var(--fire); margin-bottom:16px;
}
.type-card h3 { font-family:var(--ff-head); font-size:1.05rem; font-weight:800; color:#fff; margin-bottom:8px; letter-spacing:-.01em; }
.type-card p  { font-size:.85rem; color:rgba(255,255,255,.45); line-height:1.65; margin:0; }

/* ── Metrics section ─────────────────────────── */
.is-hotel-page #metrics { background:var(--ink); padding:0; overflow:hidden; }

/* ── FAQ 2-column grid ───────────────────────── */
.faq-grid {
  display:grid; grid-template-columns:1fr 1fr;
  gap:80px; align-items:start;
}
@media(max-width:860px) { .faq-grid { grid-template-columns:1fr; gap:48px; } }
.is-hotel-page .faq-cta { position:sticky; top:100px; }

/* ── CTA band ────────────────────────────────── */
.is-hotel-page #cta {
  background:var(--ink2);
  padding:100px 0; position:relative; overflow:hidden;
}
.is-hotel-page #cta::before {
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%,rgba(240,98,12,.1),transparent),
    radial-gradient(ellipse 50% 60% at 85% 50%,rgba(22,43,71,.8),transparent);
  pointer-events:none;
}
.is-hotel-page #cta::after {
  content:'BOOK'; position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%);
  font-family:var(--ff-head); font-size:28vw; font-weight:900;
  color:transparent; -webkit-text-stroke:2px rgba(255,255,255,.03);
  letter-spacing:-.06em; line-height:1;
  pointer-events:none; user-select:none; white-space:nowrap;
}

/* ── Reduced motion ──────────────────────────── */
@media (prefers-reduced-motion:reduce) {
  .is-hotel-page .hero-pill,
  .is-hotel-page .hero-h1,
  .is-hotel-page .hero-sub,
  .is-hotel-page .hero-actions,
  .hero-stats,
  .hero-right-col {
    opacity:1; animation:none;
  }
  .pill-dot,
  .ticker-track,
  .hp-rank-row,
  .hp-bar,
  .float-badge { animation:none; }
  .hp-rank-row { opacity:1; transform:none; }
}
