/* ============================================================
   Verified Plots (TRV) — light "Apple/ACE" design system
   Same theme family as the ACE Sector-150 LP: white · ink #1d1d1f · red #E2231A
   Overrides lp-template dark base (style.css). One system for every section.
   ============================================================ */

:root {
  --ink: #1d1d1f;
  --ink-soft: #6e6e73;
  --ink-faint: #86868b;
  --grey: #f5f5f7;
  --hair: rgba(0,0,0,0.09);
  --red: #E2231A;
  --red-deep: #B3141A;
  --red-glow: rgba(226,35,26,0.28);
  --color-primary: #E2231A;
  --color-primary-dark: #B3141A;
  --color-primary-light: #ffd9d6;
  --color-primary-glow: rgba(226,35,26,0.28);
  --color-accent: #E2231A;
  --ease: cubic-bezier(0.16,1,0.3,1);
}

/* ---------- base ---------- */
body { background: #fff !important; color: var(--ink) !important; -webkit-font-smoothing: antialiased; }
img { filter: none !important; }
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.fade-up.visible { opacity: 1; transform: none; }

/* ---------- type system ---------- */
.section-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 18px; }
.section-eyebrow--red { color: var(--red); }
.section-title { font-size: clamp(30px, 6vw, 52px); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; color: var(--ink); margin: 0 0 16px; text-align: center; }
.section-sub { font-size: clamp(15px, 2vw, 18px); line-height: 1.55; color: var(--ink-soft); max-width: 560px; margin: 0 auto; text-align: center; }
.lux-dot { color: var(--red); }
.lux-hl { color: var(--red); font-weight: 600; }

/* ---------- buttons (one system) ---------- */
.btn-primary, .btn-secondary, .btn-glass-light, .btn-glass-dark, .form-submit, .footer-cta, .sticky-cta-btn, .nav-call { border-radius: 100px !important; }
.btn-primary { background: linear-gradient(135deg, #E2231A 0%, #B3141A 100%) !important; color: #fff !important; box-shadow: 0 8px 26px var(--red-glow) !important; border: none !important; font-weight: 600 !important; transition: transform .28s var(--ease), box-shadow .3s ease !important; }
.btn-primary:hover { background: linear-gradient(135deg, #FF3B30 0%, #B3141A 100%) !important; transform: translateY(-2px) scale(1.015); box-shadow: 0 12px 32px rgba(226,35,26,0.4) !important; }
.btn-primary:active { transform: scale(.99); }
.pulse-glow { animation: tvPulse 2.4s ease-in-out infinite; }
@keyframes tvPulse { 0%,100% { box-shadow: 0 8px 24px var(--red-glow); } 50% { box-shadow: 0 8px 32px rgba(226,35,26,.55), 0 0 0 6px rgba(226,35,26,.1); } }
.btn-secondary, .btn-glass-light { background: #fff !important; color: var(--ink) !important; border: 1px solid rgba(0,0,0,.16) !important; box-shadow: none !important; backdrop-filter: none !important; }
.btn-secondary:hover, .btn-glass-light:hover { background: #f5f5f5 !important; border-color: var(--red) !important; color: var(--red) !important; }
.btn-glass-dark { background: rgba(226,35,26,.06) !important; color: var(--red) !important; border: 1px solid rgba(226,35,26,.32) !important; }

/* ---------- brand lockup ---------- */
.brand-lockup { display: inline-flex; align-items: baseline; gap: 0; font-family: 'Montserrat', 'Inter', sans-serif; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); line-height: 1; }
.brand-lockup .bl-check { color: var(--red); font-weight: 900; font-size: .92em; margin: 0 .02em 0 .04em; }
.brand-lockup .bl-realty { font-weight: 600; font-size: .46em; letter-spacing: .32em; color: var(--ink-faint); margin-left: .55em; }
.nav-lockup { font-size: 15px; }
.hero-lux-logo { font-size: clamp(22px, 4vw, 30px); margin: 0 0 34px; }
.form-lockup { font-size: 16px; margin: 0 auto 12px; display: flex; justify-content: center; }
.footer-lockup { font-size: 20px; color: #fff; margin-bottom: 8px; }
.footer-lockup .bl-realty { color: rgba(255,255,255,.5); }

/* ---------- nav (floating white pill) ---------- */
.nav { position: fixed; top: 14px; left: 14px; right: 14px; background: rgba(255,255,255,.72) !important; backdrop-filter: blur(28px) saturate(200%); -webkit-backdrop-filter: blur(28px) saturate(200%); border: 1px solid rgba(255,255,255,.5) !important; border-radius: 24px !important; box-shadow: 0 12px 40px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.04) !important; }
.nav::before, .nav::after { display: none !important; }
.nav.scrolled { background: rgba(255,255,255,.88) !important; box-shadow: 0 8px 30px rgba(0,0,0,.07) !important; }
.nav-inner { grid-template-columns: auto auto !important; justify-content: space-between; height: 58px !important; padding: 0 18px !important; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand-dot { display: none !important; }
.nav-status { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red); padding-left: 12px; border-left: 1px solid rgba(0,0,0,.14); }
.nav-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: tvDot 1.6s ease-out infinite; }
@keyframes tvDot { 0% { box-shadow: 0 0 0 0 rgba(226,35,26,.55); } 70% { box-shadow: 0 0 0 7px rgba(226,35,26,0); } 100% { box-shadow: 0 0 0 0 rgba(226,35,26,0); } }
.nav-call { background: #111 !important; color: #fff !important; border: 1px solid #111 !important; width: auto; justify-self: end; flex: 0 0 auto; }
.nav-call svg { stroke: #fff !important; }
.nav-call:hover { background: #000 !important; color: #fff !important; }
.nav-call-label { display: inline !important; }
@media (max-width: 640px) { .nav-call { padding: 0 14px !important; height: 36px !important; font-size: 12px !important; } }

/* ---------- hero (minimal, white) ---------- */
.hero { min-height: 92vh !important; display: flex; align-items: center; justify-content: center; background: #fff !important; position: relative; overflow: hidden; }
/* B&W plot render, low opacity, slow Ken Burns — "minimal but alive" */
.hero-bg { position: absolute; inset: -4%; background: url('../assets/hero-bg/plots-aerial.jpg') center 60% / cover no-repeat !important; filter: grayscale(100%) contrast(1.05); opacity: .13 !important; transform: scale(1); animation: tvKenBurns 32s ease-in-out infinite alternate; will-change: transform; }
@keyframes tvKenBurns { from { transform: scale(1) translateY(0); } to { transform: scale(1.08) translateY(-1.5%); } }
/* white veil: keeps the centre crisp, lets the image breathe at the edges */
.hero-gradient { display: block !important; position: absolute; inset: 0; background: radial-gradient(62% 58% at 50% 42%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.15) 100%), linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,.95) 100%) !important; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .hero-bg { animation: none; } }
.hero-content.hero-lux { position: relative; z-index: 2; max-width: 860px !important; padding: 108px 24px 96px !important; text-align: center; display: flex; flex-direction: column; align-items: center; margin: 0 auto; }
.hero-lux-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 22px; }
.hero-lux-title { font-size: clamp(40px, 10vw, 84px); font-weight: 700; line-height: 1; letter-spacing: -.04em; color: var(--ink); margin: 0 0 24px; }
.hero-price { display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 0 0 22px; }
.hero-price-label { font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-faint); }
.hero-lead { font-size: clamp(44px, 9vw, 76px) !important; font-weight: 800 !important; line-height: 1 !important; letter-spacing: -.035em !important; color: var(--red) !important; margin: 0 !important; font-family: 'Inter', sans-serif !important; background: none !important; -webkit-text-fill-color: var(--red) !important; filter: none !important; }
.hero-locs { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 620px; margin: 0 auto 18px; padding: 0; }
.hero-loc { display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 8px; border: 1px solid rgba(0,0,0,.14); background: #fff; color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: -.01em; transition: all .25s ease; }
.hero-loc:hover { border-color: var(--red); color: var(--red); transform: translateY(-1px); }
.hero-loc.active { background: var(--red); border-color: var(--red); color: #fff; }
.hero-lux-sub { font-size: clamp(15px, 1.9vw, 18px); line-height: 1.5; color: var(--ink-soft); max-width: 40ch; margin: 0 auto 30px; }
.hero-lux-cta { display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; }
.hero-lux-cta .btn-primary { height: 58px !important; padding: 0 40px !important; font-size: 16px !important; min-width: 240px; justify-content: center; }
.hero-lux-film { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--ink); padding: 6px; }
.hero-lux-film span { color: var(--red); font-size: 19px; line-height: 1; transition: transform .22s ease; }
.hero-lux-film:hover span { transform: translateX(4px); }
.hero-disclaimer { margin-top: 26px !important; font-size: 11.5px !important; color: var(--ink-faint) !important; letter-spacing: .02em; }
.hero-lux-scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 3; padding: 6px; display: block; }
.hero-lux-scroll span { display: block; width: 22px; height: 36px; border: 1.5px solid rgba(0,0,0,.22); border-radius: 12px; position: relative; }
.hero-lux-scroll span::after { content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 3px; height: 7px; border-radius: 2px; background: var(--red); animation: tvScroll 1.9s ease-in-out infinite; }
@keyframes tvScroll { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 75% { opacity: 0; transform: translate(-50%,11px); } 100% { opacity: 0; } }
.hero-scroll { display: none !important; }
@media (min-width: 768px) { .hero-lux-cta { flex-direction: row; justify-content: center; gap: 30px; } .hero-content.hero-lux { padding: 130px 24px 110px !important; } }

/* ---------- projects (grey section, 6 cards) ---------- */
.projects { background: var(--grey); padding: clamp(72px, 9vw, 110px) 20px; }
.projects-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; margin-top: 44px; text-align: left; }
.projects-note { margin: 26px auto 0; font-size: 12px; color: var(--ink-faint); }
.pc { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hair); border-radius: 22px; overflow: hidden; box-shadow: 0 4px 22px rgba(0,0,0,.04); transition: transform .45s var(--ease), box-shadow .45s ease; }
.pc:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.10); }
.pc--focus { grid-column: 1 / -1; border-color: rgba(226,35,26,.35); box-shadow: 0 18px 50px rgba(226,35,26,.12); }
@media (min-width: 760px) { .pc--focus { flex-direction: row; } .pc--focus .pc-media { width: 52%; aspect-ratio: auto; } .pc--focus .pc-body { width: 48%; justify-content: center; padding: 34px; } .pc--focus .pc-city { font-size: 34px; } .pc--focus .pc-price-amt { font-size: 44px; } }
.pc-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #eee; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--ease); }
.pc:hover .pc-media img { transform: scale(1.04); }
.pc-focus { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--red); color: #fff; padding: 6px 12px; border-radius: 8px; }
.pc-city-tag { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .02em; background: rgba(255,255,255,.94); color: var(--ink); padding: 7px 12px; border-radius: 8px; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.pc-city-tag svg { color: var(--red); }
.pc-body { padding: 20px 22px 20px; display: flex; flex-direction: column; gap: 4px; }
.pc-loc { display: flex; flex-direction: column; gap: 2px; }
.pc-city { font-size: 26px; font-weight: 800; letter-spacing: -.03em; color: var(--ink); margin: 0; line-height: 1.1; }
.pc-region { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.pc-price { display: flex; flex-direction: column; gap: 2px; margin: 14px 0 10px; padding: 12px 14px; border-radius: 12px; background: rgba(226,35,26,.06); border: 1px solid rgba(226,35,26,.14); }
.pc-price-label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); }
.pc-price-amt { font-size: 34px; font-weight: 800; letter-spacing: -.03em; color: var(--red); line-height: 1; }
.pc-meta { font-size: 13px; color: var(--ink-soft); margin: 0 0 12px; line-height: 1.45; }
.pc-meta strong { color: var(--ink); font-weight: 600; }
.pc-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.pc-actions .btn-primary { height: 44px !important; padding: 0 22px !important; font-size: 14px !important; }
.pc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink); padding: 4px 0; }
.pc-link span { color: var(--red); font-size: 18px; line-height: 1; transition: transform .22s ease; }
.pc-link:hover span { transform: translateX(3px); }
.pc-rera { margin: 12px 0 0; font-size: 11px; color: var(--ink-faint); }

/* ---------- band (white statement) ---------- */
.band { background: #fff; padding: clamp(80px, 10vw, 120px) 24px; text-align: center; }
.band-inner { max-width: 640px; margin: 0 auto; }
.band .section-sub { margin-bottom: 30px; }
.band-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.band-actions .btn-primary, .band-actions .btn-secondary { height: 52px; padding: 0 28px; font-size: 15px; display: inline-flex; align-items: center; }

/* ---------- accordion (grey, white cards) ---------- */
.accordion-wrap { background: var(--grey) !important; padding: 64px 20px 96px !important; }
.accordion-container { max-width: 900px !important; }
.accordion-intro { color: var(--ink-faint) !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .28em !important; text-transform: uppercase !important; margin-bottom: 36px !important; }
.dd { background: #fff !important; border: 1px solid var(--hair) !important; border-radius: 22px !important; box-shadow: 0 4px 22px rgba(0,0,0,.04) !important; margin-bottom: 14px !important; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s ease, border-color .3s ease !important; }
.dd:hover:not(.open) { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,.08) !important; }
.dd.open { box-shadow: 0 12px 40px rgba(0,0,0,.08) !important; border-color: rgba(226,35,26,.22) !important; }
.dd-head { padding: 24px !important; }
.dd-eyebrow { font-size: 11px !important; letter-spacing: .22em !important; text-transform: uppercase !important; color: var(--ink-faint) !important; font-weight: 600 !important; }
.dd.open .dd-eyebrow { color: var(--red) !important; }
.dd-title { font-size: clamp(18px, 3.2vw, 23px) !important; font-weight: 700 !important; letter-spacing: -.02em !important; color: var(--ink) !important; margin-top: 3px; }
.dd-head-icon { background: rgba(226,35,26,.08) !important; color: var(--red) !important; border-radius: 14px !important; box-shadow: none !important; }
.dd.open .dd-head-icon { background: var(--red) !important; color: #fff !important; }
.dd-chevron { background: rgba(0,0,0,.04) !important; border: 1px solid rgba(0,0,0,.08) !important; color: #111 !important; }
.dd.open .dd-chevron { background: var(--red) !important; color: #fff !important; border-color: var(--red) !important; box-shadow: none !important; }
.dd-body-inner { padding: 4px 24px 28px !important; border-top: 1px solid var(--hair) !important; }
.section-desc, .dd-body-inner p { font-size: 16px !important; line-height: 1.65 !important; color: #3a3a3a !important; margin-bottom: 12px; }
.section-desc strong { color: var(--ink) !important; }
.dd-actions { margin-top: 16px; }
.dd-actions .btn-primary { height: 44px; padding: 0 22px; font-size: 14px; display: inline-flex; align-items: center; }
.location-list { display: grid; gap: 10px; }
.location-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #3a3a3a; line-height: 1.5; }
.location-item span { color: #3a3a3a !important; }
.location-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red) !important; margin-top: 8px; flex-shrink: 0; }

/* compare table */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 8px; }
.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 600px; }
.compare th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-faint); padding: 10px; border-bottom: 1px solid var(--hair); font-weight: 600; }
.compare td { padding: 13px 10px; border-bottom: 1px solid var(--hair); color: #3a3a3a; vertical-align: middle; }
.compare td strong { color: var(--ink); }
.compare td span { font-size: 12px; color: var(--ink-faint); }
.compare-cta { border: 1px solid rgba(226,35,26,.4); color: var(--red); font: inherit; font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 100px; white-space: nowrap; transition: all .25s ease; background: #fff; }
.compare-cta:hover { background: var(--red); color: #fff; }

/* faq */
.faq-list { border-top: 1px solid var(--hair); }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 2px; font-size: clamp(15px, 2.4vw, 17px); font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; flex-shrink: 0; width: 10px; height: 10px; margin-right: 5px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); transition: transform .3s var(--ease); }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item summary:hover { color: var(--red); }
.faq-answer { padding: 0 2px 18px; }
.faq-answer p { font-size: 15px !important; line-height: 1.6 !important; color: var(--ink-soft) !important; margin: 0 !important; }

/* ---------- showcase (black full-bleed) ---------- */
.showcase { position: relative; width: 100%; overflow: hidden; background: #0a0a0a; }
.showcase-img { width: 100%; height: clamp(340px, 62vh, 680px); object-fit: cover; display: block; transition: transform 1.2s var(--ease); }
.showcase:hover .showcase-img { transform: scale(1.04); }
.showcase::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,.66) 100%); }
.showcase-overlay { position: absolute; left: 0; right: 0; bottom: clamp(28px, 5vw, 60px); z-index: 2; text-align: center; padding: 0 24px; }
.showcase-eyebrow { display: block; font-size: 12px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.78); margin-bottom: 14px; }
.showcase-overlay h2 { font-size: clamp(26px, 5.4vw, 54px); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; color: #fff; margin: 0; text-shadow: 0 2px 30px rgba(0,0,0,.4); }

/* ---------- final cta (white) ---------- */
.final-cta { background: #fff !important; padding: clamp(90px, 11vw, 130px) 24px !important; }
.final-cta::before { display: none !important; }
.final-cta-inner { background: transparent !important; box-shadow: none !important; border: none !important; padding: 0 !important; max-width: 620px !important; margin: 0 auto !important; text-align: center; }
.final-cta h2 { font-size: clamp(34px, 7.2vw, 62px) !important; font-weight: 700 !important; letter-spacing: -.04em !important; line-height: 1 !important; color: var(--ink) !important; margin-bottom: 20px !important; }
.final-cta p { color: var(--ink-soft) !important; font-size: 18px !important; line-height: 1.5; margin-bottom: 30px; }
.final-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ---------- footer (black) ---------- */
.footer { background: #0e0e0e !important; padding: 64px 24px 44px !important; }
.footer p, .footer a, .footer-bottom, .footer-disclaimer { color: rgba(255,255,255,.62) !important; }
.footer-brand p { color: rgba(255,255,255,.45) !important; font-size: 13px; }
.footer-links a { font-size: 14px; }
.footer-cta { background: #fff !important; color: var(--ink) !important; }
.footer-cta.footer-cta-link { background: transparent !important; color: #FF4238 !important; }
.footer-disclaimer { font-size: 11px !important; line-height: 1.6; }
.footer-bottom > p:first-child { font-size: 12px; margin-bottom: 12px; }

/* ---------- sticky cta (black strip, red pill) ---------- */
.sticky-cta { background: rgba(14,14,14,.92) !important; backdrop-filter: blur(16px); border-top: 1px solid rgba(255,255,255,.08); }
.sticky-cta-btn { background: linear-gradient(135deg, #E2231A 0%, #B3141A 100%) !important; color: #fff !important; box-shadow: 0 6px 20px var(--red-glow) !important; }

/* ---------- form modal (light) ---------- */
.form-modal-content { background: #fff !important; color: var(--ink) !important; }
.form-header h3 { color: var(--ink) !important; }
.form-header p, .form-field-label, .form-field label { color: var(--ink-soft) !important; }
.form-field input, .form-field select { background: #f6f6f6 !important; color: var(--ink) !important; border: 1px solid rgba(0,0,0,.14) !important; border-radius: 14px; width: 100%; padding: 14px 16px; font: inherit; font-size: 15px; }
.form-field input:focus, .form-field select:focus { outline: none; border-color: var(--red) !important; box-shadow: 0 0 0 3px rgba(226,35,26,.18); }
.phone-input-wrap { background: #f6f6f6 !important; border-color: rgba(0,0,0,.14) !important; }
.phone-prefix { color: #333 !important; }
.form-option-box { background: #f6f6f6 !important; border-color: rgba(0,0,0,.12) !important; }
.form-option-text { color: #222 !important; }
.form-option:hover .form-option-box { border-color: rgba(226,35,26,.4) !important; }
.form-option input[type="radio"]:checked + .form-option-box { background: rgba(226,35,26,.08) !important; border-color: rgba(226,35,26,.55) !important; }
.form-option input[type="radio"]:checked + .form-option-box::after { border-color: var(--red) !important; background: radial-gradient(circle, var(--red) 38%, transparent 42%) !important; box-shadow: none !important; }
.form-option-icon { background: rgba(226,35,26,.12) !important; color: var(--red) !important; }
.form-option input[type="radio"]:checked + .form-option-box .form-option-icon { background: var(--red) !important; color: #fff !important; }
.form-submit { background: linear-gradient(135deg, #E2231A 0%, #B3141A 100%) !important; color: #fff !important; }
.form-modal-close { color: var(--ink) !important; }
.form-consent-note { color: #888 !important; }
.form-consent-note a { color: var(--red); }
.form-success h3 { color: var(--ink) !important; }
.form-success p { color: var(--ink-soft) !important; }
.form-project { display: flex; align-items: center; gap: 6px; justify-content: center; margin: -2px auto 16px; padding: 8px 14px; width: fit-content; border-radius: 100px; font-size: 12.5px; color: var(--ink-soft); background: rgba(226,35,26,.07); border: 1px solid rgba(226,35,26,.28); }
.form-project strong { color: var(--red); }

/* ---------- mobile ---------- */
@media (max-width: 640px) {
  .nav { top: 10px; left: 10px; right: 10px; }
  .nav-status { display: none; }
  .projects { padding: 64px 16px; }
  .projects-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .pc-actions .btn-primary { flex: 1; justify-content: center; }
  .band-actions .btn-primary, .band-actions .btn-secondary, .final-cta-actions .btn-primary, .final-cta-actions .btn-glass-light { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .fade-up { transition: opacity .4s ease; transform: none; }
  .pc:hover, .dd:hover, .btn-primary:hover { transform: none; }
}

/* ---------- departures-board ticker (3 places) ---------- */
.departure-ticker { overflow: hidden; background: #0e0e0e; padding: 13px 0; position: relative; }
.departure-ticker::before, .departure-ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 64px; z-index: 2; pointer-events: none; }
.departure-ticker::before { left: 0; background: linear-gradient(90deg, #0e0e0e, transparent); }
.departure-ticker::after { right: 0; background: linear-gradient(270deg, #0e0e0e, transparent); }
.departure-ticker-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: tvTicker 48s linear infinite; }
.departure-ticker:hover .departure-ticker-track { animation-play-state: paused; }
.departure-ticker-track span { font-size: 11.5px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.88); white-space: nowrap; }
.departure-ticker-track i { font-style: normal; font-size: 7px; color: var(--red); }
.departure-ticker--light { background: var(--grey); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.departure-ticker--light::before { background: linear-gradient(90deg, var(--grey), transparent); }
.departure-ticker--light::after { background: linear-gradient(270deg, var(--grey), transparent); }
.departure-ticker--light .departure-ticker-track span { color: var(--ink); }
@keyframes tvTicker { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@media (prefers-reduced-motion: reduce) { .departure-ticker-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }
