/* HERO */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 80px 24px 100px;
  background: #f0efed;
  position: relative; overflow: hidden}
.hero-inner { position: relative; z-index: 1; max-width: 800px}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); border: none; border-radius: 4px;
  padding: 6px 14px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 32px}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulse 2s infinite}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
.hero h1 {
  font-family: 'Inter', sans-serif; font-size: clamp(44px, 7vw, 80px);
  font-weight: 700; letter-spacing: -0.04em; color: #ffffff;
  line-height: 1.05; margin-bottom: 24px}
.hero h1 em { font-style: italic; color: rgba(255,255,255,0.65)}
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 520px; margin: 0 auto 40px}
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px}
.hero-stats { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap}
.hero-stat { text-align: center}
.hero-stat-num { font-size: 28px; font-weight: 800; letter-spacing: -0.04em; color: #ffffff; line-height: 1}
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500}
.hero-stat-divider { width: 1px; background: rgba(255,255,255,0.15); align-self: stretch}
.ticker-wrap {
  background: #f7f5f2;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  max-height: 52px;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1),
              border-color 0.35s ease,
              background 0.35s ease;
}
.ticker-inner {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 14px 0 14px 110px;
  display: flex;
  align-items: center;
}
.ticker-wrap.collapsed {
  max-height: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: transparent;
}
.ticker-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  background: #f7f5f2;
  border-right: 1px solid rgba(0,0,0,0.1);
  padding: 0 14px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: color 0.15s, background 0.15s;
  user-select: none;
  white-space: nowrap;
  z-index: 100;
  pointer-events: all;
}
.ticker-toggle:hover { color: #222; background: #ede9e4; }
.ticker-toggle-icon {
  display: inline-block;
  transition: transform 0.35s ease;
  font-size: 7px;
  margin-left: 2px;
}
.ticker-wrap.collapsed .ticker-toggle-icon {
  transform: rotate(180deg);
}
/* button stays vertically centered even when inner collapses */
.ticker-toggle {
  align-self: center;
}
.ticker-track { display: flex; gap: 48px; animation: ticker 30s linear infinite; width: max-content}
.ticker-item { font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #999; white-space: nowrap; display: flex; align-items: center; gap: 12px}
.ticker-item::before { content: '●'; color: #1a1a1a; font-size: 6px}
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.carousel-section { padding: 48px 0; background: #f7f5f2; overflow: hidden}
.carousel-header { padding: 0 48px; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px}
.carousel-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #999; margin-bottom: 6px}
.carousel-title { font-size: 22px; font-weight: 700; letter-spacing: -0.03em; color: #1a1a1a}
.carousel-view-all { font-size: 13px; font-weight: 600; color: #666; text-decoration: none; display: flex; align-items: center; gap: 4px; transition: color .15s; white-space: nowrap}
.carousel-view-all:hover { color: #1a1a1a}
.carousel-nav { display: flex; gap: 8px; align-items: center}
.carousel-nav-btn { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid #ddd; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #555; transition: all .15s; flex-shrink: 0}
.carousel-nav-btn:hover { border-color: #1a1a1a; color: #1a1a1a; background: #f7f5f2}
.carousel-track-wrap { overflow: hidden; position: relative; min-height: 264px; overflow-x: hidden}
.carousel-track-wrap::before,.carousel-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none}
.carousel-track-wrap::before { left: 0; background: none}
.carousel-track-wrap::after { right: 0; background: none}
.carousel-track { display: flex; gap: 20px; animation: scroll 40s linear infinite; width: max-content; padding: 12px 48px}
.carousel-track:hover { animation-play-state: paused}
@keyframes scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.carousel-skeleton{width:300px;height:240px;flex-shrink:0;border-radius:12px;background:linear-gradient(90deg,#ece9e4 25%,#e2dfda 50%,#ece9e4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}

.carousel-card { width: 300px; height: 240px; flex-shrink: 0; border-radius: 12px; overflow: hidden; background: #e5e5e5; cursor: pointer; text-decoration: none; display: block; position: relative; box-shadow: 0 4px 16px rgba(0,0,0,0.1); transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s}
.carousel-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 16px 40px rgba(0,0,0,0.18)}
.carousel-card-img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; position: absolute; inset: 0; transition: transform .6s cubic-bezier(.25,.46,.45,.94)}
.carousel-card:hover .carousel-card-img { transform: scale(1.08)}
.carousel-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 14px 10px; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.3) 40%, transparent 100%)}
.carousel-card-loc { font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,.8); margin-bottom: 3px}
.carousel-card-title { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.85); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.carousel-card-meta { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.85); margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.carousel-card-price { font-size: 15px; font-weight: 800; letter-spacing: -0.03em; color: #fff}
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .7s cubic-bezier(.25,.46,.45,.94), transform .7s cubic-bezier(.25,.46,.45,.94)}
.reveal.visible { opacity: 1; transform: translateY(0)}
.reveal-delay-1 { transition-delay: .1s}
.reveal-delay-2 { transition-delay: .2s}
.reveal-delay-3 { transition-delay: .3s}
.why-section { background: #fff}
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px}
.why-card { background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px; padding: 32px; transition: box-shadow .2s, transform .2s}
.why-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-2px)}
.why-icon { width: 48px; height: 48px; border-radius: 8px; background: #f7f5f2; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; color: #1a1a1a}
.why-icon svg { width: 24px; height: 24px }
.why-title { font-size: 17px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; letter-spacing: -0.02em}
.why-text { font-size: 14px; color: #666; line-height: 1.7}
.reviews-section { background: #f7f5f2; padding-top: 80px; padding-bottom: 80px}
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; overflow-x: visible}
.review-card { background: #fff; border-radius: 10px; border: 0.5px solid #e5e5e5; padding: 28px}
.review-stars { color: #1a1a1a; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px}
.review-text { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 20px; font-style: italic}
.review-author { font-size: 13px; font-weight: 600; color: #1a1a1a}
.review-location { font-size: 12px; color: #999; margin-top: 2px}
.pricing-section { background: #fff}
.billing-toggle{display:inline-flex;align-items:center;background:#f7f5f2;border:1px solid rgba(0,0,0,0.15);border-radius:100px;padding:6px;margin-bottom:40px}
.toggle-label{font-size:12px;letter-spacing:0.1em;text-transform:uppercase;color:#5A5E7A;padding:8px 20px;cursor:pointer;border-radius:100px;transition:all 0.3s;user-select:none}
.toggle-label.active{background:rgba(0,0,0,0.09) !important;color:#1a1a1a !important;box-shadow:0 1px 3px rgba(0,0,0,0.08)}
.toggle-badge{font-size:9px;letter-spacing:0.15em;text-transform:uppercase;background:#e8e4df;color:#1a1615;padding:3px 8px;border-radius:100px;font-weight:500}
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 800px; margin: 40px auto 0}
.pricing-card { background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px; padding: 36px; transition: box-shadow .2s}
.pricing-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07)}
.pricing-card.featured { background: #e8e6e2; border-color: rgba(0,0,0,0.1)}
.pricing-card-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #999; margin-bottom: 20px}
.pricing-price { font-size: 52px; font-weight: 800; letter-spacing: -0.04em; color: #1a1a1a; line-height: 1}
.pricing-card.featured .pricing-price { color: #1a1a1a}
.pricing-price-period { font-size: 15px; font-weight: 400; color: #999}
.pricing-desc { font-size: 14px; color: #666; margin: 12px 0 24px; line-height: 1.6}
.pricing-card.featured .pricing-desc { color: rgba(0,0,0,0.5)}
.pricing-features { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 12px}
.pricing-features li { font-size: 14px; color: #444; display: flex; align-items: flex-start; gap: 10px}
.pricing-card.featured .pricing-features li { color: rgba(0,0,0,0.7)}
/* .pricing-features li::before { content: 'checkmark'; color: #1a1a1a; font-weight: 700; flex-shrink: 0} */
/* .pricing-card.featured .pricing-features li::before { color: #1a1a1a} */
.pricing-cta { display: block; width: 100%; padding: 18px; text-align: center; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: all 0.3s; border: none; font-family: Inter, "DM Sans", sans-serif}
.pricing-cta-outline { background: #1a1a1a; color: #f7f5f2; border: none}
.pricing-cta-outline:hover { background: #333; color: #f7f5f2}
.pricing-cta-filled { background: #1a1a1a; color: #f7f5f2}
.pricing-cta-filled:hover { background: #333; color: #f7f5f2}
.cta-section { background: #1a1a1a; padding: 160px 0; text-align: center; position: relative; overflow: hidden}
.cta-section-bg { position: absolute; inset: 0; background: url(/cta-bg.webp) center/cover no-repeat; opacity: 0.45; pointer-events: none}
.cta-section .container { position: relative; z-index: 1}
.cta-section h2 { color: #ffffff; margin-bottom: 16px}
.cta-section p { color: rgba(255,255,255,.65); margin-bottom: 40px; font-size: 16px; max-width: 480px; margin-left: auto; margin-right: auto}
@media(max-width:900px) {
  .hero-stat-divider { display: none}
  .why-grid { grid-template-columns: repeat(2,1fr); overflow-x: visible}
  .reviews-grid { grid-template-columns: 1fr; overflow-x: visible}
  .reveal { opacity: 1 !important; transform: none !important }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px}
  .carousel-header { padding: 0 20px}
  .carousel-track { padding: 8px 0px 8px 20px}
  .carousel-card { width: 240px; height: 190px; flex-shrink: 0}
  .carousel-card-price { font-size: 18px}
}
@media(max-width:768px){.why-grid{grid-template-columns:1fr}}
@media(max-width:600px) {
  .hero-actions { flex-direction: column; align-items: center}
  .hero-stats { gap: 0; display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: 100%; margin: 0 auto}
  .hero-stat { padding: 12px 8px; text-align: center}
  .hero-stat-divider { display: none !important}
}


.carousel-track-wrap.manual { overflow-x: auto; overflow-y: hidden; cursor: grab; scroll-behavior: smooth; -webkit-overflow-scrolling: touch}
.carousel-track-wrap.manual:active { cursor: grabbing}
.carousel-track-wrap.manual::-webkit-scrollbar { height: 4px}
.carousel-track-wrap.manual::-webkit-scrollbar-track { background: transparent}
.carousel-track-wrap.manual::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 2px}
.carousel-track-wrap.manual .carousel-track { animation: none !important; width: max-content; display: flex; flex-wrap: nowrap}
.carousel-track-wrap.manual::before,.carousel-track-wrap.manual::after { display: none !important; content: none !important; background: none !important}
.ticker-link { color: inherit; text-decoration: none; cursor: pointer}
.ticker-link:hover { color: #1a1a1a}

#cta-trial, #cta-browse { transition: background 0.2s, color 0.2s}
#cta-trial:hover, #cta-browse:hover { background: #ffffff !important; color: #1a1a1a !important; border-color: #ffffff !important}

/* M-9 Phase B Final: extracted inline style attrs → classes */
.hero { background: #1a1a1a !important }
.hero-bg-wrap { position: absolute; inset: 0; z-index: 0 }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block }
.hero-bg-overlay { position: absolute; inset: 0; background: rgba(10,10,10,0.52) }
.hero h1 { color: #ffffff !important }
.hero-sub { color: rgba(255,255,255,0.6) !important }
.hero-stat-num { color: #ffffff !important }
.hero-stat-label { color: rgba(255,255,255,0.4) !important }
.carousel-header-actions { display: flex; align-items: center; gap: 16px }
.hiw-svg-landscape { width: 100%; filter: drop-shadow(0 24px 48px rgba(0,0,0,0.14)) }
.hiw-svg-portrait { width: 38%; filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18)) }
.pricing-section .container { text-align: center }
.pricing-section .section-sub { margin: 0 auto }
.pricing-toggle-wrap { text-align: center; margin-top: 24px }
.pricing-features { gap: 8px !important; margin-bottom: 40px !important; padding: 0 !important }
.cta-section { background: #1a1a1a !important; padding: 120px 0 !important; display: flex !important; align-items: center !important; justify-content: center !important }
.cta-section-bg { background: url(/cta-bg.webp) center/cover no-repeat !important; opacity: 0.45 !important; z-index: 0 }
.cta-section .container { position: relative; z-index: 1 }
.cta-section h2 { color: #fff !important; font-size: clamp(42px,5vw,72px) !important; margin-bottom: 20px !important }
.cta-section p { color: rgba(255,255,255,.65) !important; font-size: 18px !important; max-width: 560px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 48px !important }
