/* BOOTES Aspire Silicon City — overrides (load after style.css) */
:root {
  --asc-navy: #1a2451;
  --asc-accent: #1ba5ed;
  --asc-accent-deep: #0d8bc9;
  --asc-warm: #ffbc7d;
  --saffron: #1ba5ed;
  --saffron-dark: #0d8bc9;
  --saffron-glow: rgba(27, 165, 237, 0.38);
  --gold: #ffbc7d;
}

/* Hero: official site background video (bootesaspiresiliconcity.com Elementor — hero-video.mp4) */
.hero-bg {
  background: none;
  opacity: 1;
}

.hero-bg .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.55;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg .hero-video {
    display: none;
  }

  .hero-bg {
    background: url("../images/hero.jpg") center center / cover no-repeat;
  }
}

/* Hero pills (3) — distill hero message */
.hero-pills {
  list-style: none;
  margin: 0 auto 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  max-width: 880px;
}

.hero-pills .hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: clamp(13px, 1.85vw, 15px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-wrap: balance;
}

.hero-micro {
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  max-width: 520px;
  margin: 0 auto 32px;
}

/* Residential hero: H1 + H2 (AQI promise) */
.hero-lead {
  font-size: clamp(22px, 3.8vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.96);
  max-width: 720px;
  margin: -6px auto 22px;
}

/* Floating sticky bar — same CTA wording as hero; comfy on small widths */
.sticky-cta {
  height: auto;
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-cta-btn {
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: clamp(11px, 2.9vw, 13px);
  line-height: 1.28;
  white-space: normal;
  max-width: min(520px, 92vw);
  text-align: center;
  padding: 8px 16px !important;
  height: auto !important;
  min-height: 40px;
}

.nav-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  height: auto;
  min-height: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-links {
  display: none;
}

.nav-ask {
  max-width: none;
  min-width: 0;
}

@media (min-width: 1100px) {
  .nav-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(12px, 1.5vw, 22px);
    min-width: 0;
  }

  .nav-ask {
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
}

.nav-brand-dot {
  background: var(--asc-accent);
  box-shadow: 0 0 14px rgba(27, 165, 237, 0.85), 0 0 28px rgba(27, 165, 237, 0.35);
}

.orb-core {
  background: radial-gradient(
      circle at 35% 28%,
      #7dd3fc 0%,
      var(--asc-accent) 35%,
      var(--asc-accent-deep) 75%,
      #065a82 100%
    )
    !important;
}

/* ── Accordion project sections (.accordion-wrap): blue palette + Bootes microsite images ── */
.accordion-wrap {
  /* Cascade: many legacy rules hard-code orange RGBA — remap token for children that still use vars */
  --saffron: var(--asc-accent);
  --saffron-dark: var(--asc-accent-deep);
  --saffron-glow: rgba(27, 165, 237, 0.42);

  background: linear-gradient(
    180deg,
    rgba(27, 165, 237, 0.05) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(26, 36, 81, 0.035) 100%
  );
}

.accordion-wrap .section-desc strong {
  color: var(--asc-accent-deep);
}

.accordion-wrap .about-image img {
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(27, 165, 237, 0.12);
}

.accordion-wrap .dd-eyebrow {
  color: var(--asc-accent-deep);
}

.accordion-wrap .dd-head-icon {
  background: linear-gradient(135deg, rgba(27, 165, 237, 0.22), rgba(27, 165, 237, 0.07));
  color: var(--asc-accent-deep);
}

.accordion-wrap .dd.open .dd-head-icon,
.accordion-wrap .dd:hover:not(.open) .dd-head-icon {
  transform: scale(1.05);
}

.accordion-wrap .dd.open .dd-head-icon {
  background: linear-gradient(135deg, #38bdf8, var(--asc-accent-deep));
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(27, 165, 237, 0.45);
}

/* Chevron circle: base CSS uses literal orange RGBA — need !important + .dd-head chain */
.accordion-wrap .dd-head .dd-chevron {
  background: rgba(27, 165, 237, 0.1) !important;
  border: 1px solid rgba(27, 165, 237, 0.26) !important;
  color: var(--asc-accent-deep) !important;
  box-shadow: none !important;
  transform: none !important;
}

.accordion-wrap .dd-head .dd-chevron svg {
  color: inherit;
}

.accordion-wrap .dd.open .dd-head .dd-chevron {
  background: linear-gradient(135deg, #38bdf8, var(--asc-accent-deep)) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 16px rgba(27, 165, 237, 0.5) !important;
  transform: rotate(180deg) !important;
}

.accordion-wrap .dd.open {
  box-shadow:
    0 24px 56px rgba(27, 165, 237, 0.14),
    0 4px 16px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.accordion-wrap .dd-lock {
  background: rgba(27, 165, 237, 0.12);
  border: 1px solid rgba(27, 165, 237, 0.28);
  color: var(--asc-accent-deep);
}

.accordion-wrap .amenity-v2-icon {
  background: rgba(27, 165, 237, 0.12);
  color: var(--asc-accent-deep);
}

.accordion-wrap .amenity-v2-feature.amenity-v2-photo {
  border-color: rgba(27, 165, 237, 0.35);
  background: transparent;
}

.accordion-wrap .amenity-v2-photo {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.accordion-wrap .amenity-v2-photo.amenity-v2-feature {
  min-height: 200px;
}

.accordion-wrap .amenity-v2-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion-wrap .amenity-v2-photo > .amenity-v2-icon,
.accordion-wrap .amenity-v2-photo > .amenity-v2-text {
  position: relative;
  z-index: 1;
}

.accordion-wrap .amenity-v2-photo--greens::before {
  background-image: linear-gradient(
      190deg,
      rgba(246, 251, 255, 0.97) 0%,
      rgba(246, 251, 255, 0.78) 38%,
      rgba(246, 251, 255, 0.95) 100%
    ), url("https://bootesaspiresiliconcity.com/wp-content/uploads/2026/02/23-1.webp");
}

.accordion-wrap .amenity-v2-photo--aqua::before {
  background-image: linear-gradient(
      190deg,
      rgba(246, 251, 255, 0.97) 0%,
      rgba(246, 251, 255, 0.78) 38%,
      rgba(246, 251, 255, 0.95) 100%
    ), url("https://bootesaspiresiliconcity.com/wp-content/uploads/2026/02/25-1.webp");
}

.accordion-wrap .amenity-v2-photo--community::before {
  background-image: linear-gradient(
      190deg,
      rgba(246, 251, 255, 0.97) 0%,
      rgba(246, 251, 255, 0.78) 38%,
      rgba(246, 251, 255, 0.95) 100%
    ), url("https://bootesaspiresiliconcity.com/wp-content/uploads/2026/02/43.webp");
}

.accordion-wrap .amenity-v2-photo--fitness::before {
  background-image: linear-gradient(
      190deg,
      rgba(246, 251, 255, 0.97) 0%,
      rgba(246, 251, 255, 0.78) 38%,
      rgba(246, 251, 255, 0.95) 100%
    ), url("https://bootesaspiresiliconcity.com/wp-content/uploads/2026/02/35-1.webp");
}

.accordion-wrap .type-v2-media {
  margin: -22px -22px 18px -22px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.accordion-wrap .type-v2-media img {
  width: 100%;
  height: clamp(148px, 26vw, 220px);
  object-fit: cover;
  display: block;
}

.accordion-wrap .type-v2-tag {
  color: var(--asc-accent-deep);
  background: rgba(27, 165, 237, 0.1);
  border: 1px solid rgba(27, 165, 237, 0.28);
}

.accordion-wrap .type-v2-cta {
  color: var(--asc-accent-deep);
  background: rgba(27, 165, 237, 0.08);
  border: 1px solid rgba(27, 165, 237, 0.3);
}

.accordion-wrap .type-v2-cta:hover {
  background: linear-gradient(135deg, #38bdf8 0%, var(--asc-accent-deep) 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 22px rgba(27, 165, 237, 0.45);
}

.accordion-wrap .location-dot {
  background: var(--asc-accent);
  box-shadow: 0 0 0 3px rgba(27, 165, 237, 0.2);
}

.accordion-wrap .pulse-glow::before {
  background: var(--asc-accent);
}

.accordion-wrap .btn-primary:not(.btn-white),
.accordion-wrap .invest-cta .btn-primary {
  background: linear-gradient(135deg, #38bdf8 0%, var(--asc-accent-deep) 100%);
  box-shadow:
    0 4px 18px rgba(27, 165, 237, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.accordion-wrap .btn-primary:not(.btn-white):hover,
.accordion-wrap .invest-cta .btn-primary:hover {
  background: linear-gradient(135deg, #5ac8fa 0%, #0f7aae 100%);
  box-shadow: 0 8px 26px rgba(27, 165, 237, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.accordion-wrap .invest-number {
  background: linear-gradient(180deg, #5ac8fa 0%, var(--asc-accent-deep) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.accordion-wrap .invest-card::before {
  background: radial-gradient(circle, rgba(27, 165, 237, 0.45) 0%, transparent 65%);
}

.accordion-wrap .invest-card:hover {
  border-color: rgba(27, 165, 237, 0.45);
}

.accordion-wrap .floor-unlock-cta {
  background: radial-gradient(ellipse at top, rgba(27, 165, 237, 0.12), transparent 62%),
    rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(27, 165, 237, 0.2);
}

.accordion-wrap .floor-unlock-cta h4 {
  color: var(--asc-navy);
}

.accordion-wrap .floor-lock-icon svg {
  stroke: rgba(180, 230, 255, 1);
}

.accordion-wrap .floor-note {
  background: rgba(27, 165, 237, 0.07);
  border: 1px solid rgba(27, 165, 237, 0.22);
}

.accordion-wrap .dd-body-dark {
  background:
    radial-gradient(ellipse at top left, rgba(27, 165, 237, 0.14), transparent 52%),
    linear-gradient(180deg, #0b1326, #162a52);
  border-top: 1px solid rgba(27, 165, 237, 0.32);
}

/* Site-wide CTAs — override hard-coded orange gradients/borders from style.css */
.btn-primary:not(.btn-white) {
  background: linear-gradient(135deg, #38bdf8 0%, var(--asc-accent-deep) 100%);
  box-shadow:
    0 4px 18px rgba(27, 165, 237, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary:not(.btn-white):hover {
  background: linear-gradient(135deg, #5ac8fa 0%, #0f7aae 100%);
  box-shadow:
    0 8px 28px rgba(27, 165, 237, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.sticky-cta-btn {
  background: linear-gradient(135deg, var(--asc-accent) 0%, var(--asc-accent-deep) 100%);
}

.sticky-cta-btn:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #0f7aae 100%);
}

.form-submit {
  background: linear-gradient(135deg, #38bdf8 0%, var(--asc-accent-deep) 100%);
  box-shadow:
    0 8px 28px rgba(27, 165, 237, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.form-submit:hover {
  background: linear-gradient(135deg, #5ac8fa 0%, #0f7aae 100%);
  box-shadow:
    0 14px 36px rgba(27, 165, 237, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.footer-cta:hover {
  background: rgba(27, 165, 237, 0.15);
  border-color: rgba(27, 165, 237, 0.45);
}

.btn-glass-dark:hover {
  border-color: rgba(27, 165, 237, 0.4);
  color: var(--asc-accent-deep);
}

.nav-ask-icon {
  background: rgba(27, 165, 237, 0.18);
  color: var(--asc-accent);
}

.nav-ask::before {
  background: linear-gradient(
    135deg,
    transparent 40%,
    rgba(27, 165, 237, 0.32) 60%,
    transparent 80%
  );
}

.nav-ask:hover {
  border-color: rgba(27, 165, 237, 0.42);
  box-shadow: 0 0 0 4px rgba(27, 165, 237, 0.08);
}

.nav-call:hover {
  border-color: rgba(27, 165, 237, 0.45);
}

.footer-cta-link:hover {
  border-color: rgba(27, 165, 237, 0.35);
}

/* Rhythm / ElevenLabs UI polish */
.hero-watch-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-watch-link:hover {
  color: var(--white);
}

.rhythm-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

/* Samrajya-style wave blocks + Aspire navy / cyan (not orange template) */
.rhythm-banner {
  background:
    radial-gradient(ellipse at 40% -30%, rgba(27, 165, 237, 0.22), transparent 52%),
    radial-gradient(ellipse at 110% 60%, rgba(26, 36, 81, 0.45), transparent 50%),
    linear-gradient(180deg, #0f1633 0%, #070b18 50%, #04060f 100%) !important;
}

.rhythm-banner::before {
  background: linear-gradient(90deg, transparent, rgba(27, 165, 237, 0.5), transparent) !important;
}

.rhythm-icon-large {
  display: flex;
  justify-content: center;
}

.rhythm-icon-large .rhythm-wave {
  margin-bottom: 0;
}

.rhythm-banner .rhythm-wave span {
  background: linear-gradient(
    180deg,
    rgba(125, 211, 252, 0.95) 0%,
    var(--asc-accent) 40%,
    var(--asc-accent-deep) 100%
  ) !important;
  box-shadow: 0 0 14px rgba(27, 165, 237, 0.4);
}

.final-cta {
  background: linear-gradient(148deg, #121a38 0%, #0d1228 40%, #05070f 100%) !important;
}

.final-cta .rhythm-wave-large {
  margin-bottom: 22px;
}

.final-cta .rhythm-wave-large span {
  background: linear-gradient(
    180deg,
    rgba(125, 211, 252, 0.95) 0%,
    var(--asc-accent) 40%,
    var(--asc-accent-deep) 100%
  ) !important;
  box-shadow: 0 0 14px rgba(27, 165, 237, 0.35);
}

.final-cta-actions .btn-primary.btn-large,
.final-cta-actions .btn-glass-light.btn-large {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 600px) {
  .final-cta-actions .btn-secondary.btn-large {
    width: 100% !important;
  }
}

.form-inner .form-footer-text {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(17, 17, 20, 0.68);
}

.form-inner .form-rhythm-link {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
  color: var(--asc-accent-deep);
  text-decoration: underline;
}

.form-inner .form-rhythm-link:hover {
  color: var(--asc-accent);
}

.rhythm-float-waves span {
  border-color: rgba(27, 165, 237, 0.35);
}

/* Floor plan image blur + lock overlay */
.type-v2-media {
  position: relative;
  overflow: hidden;
}

.type-v2-media--locked img {
  filter: blur(18px) brightness(0.75);
  transform: scale(1.05);
  transition: filter 0.5s ease;
}

.type-v2-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  background: rgba(15, 20, 40, 0.45);
  backdrop-filter: blur(2px);
  color: #fff;
  transition: background 0.2s ease;
}

.type-v2-lock-overlay:hover {
  background: rgba(27, 165, 237, 0.25);
}

.type-v2-lock-overlay svg {
  opacity: 0.9;
}

.type-v2-lock-overlay span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.95;
}
