/* ============================================
   BLOOM PARK — DECO Homes, Seaton
   ============================================ */

:root {
  --bp-maroon: #3D1C28;
  --bp-maroon-deep: #2E1420;
  --bp-sage: #7A8E7A;
  --bp-sage-light: #A3B5A3;
  --bp-cream: #F7F4F0;
  --bp-cream-warm: #EDE7DF;
  --bp-charcoal: #2A2626;
  --bp-charcoal-light: #3A3636;
  --bp-white: #FAFAF8;
  --bp-lavender: #D8D0E0;
  --bp-gold: #B89B6A;

  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'Inter', -apple-system, sans-serif;
}

/* -- Reset -- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-sans); color: var(--bp-charcoal); background: var(--bp-cream); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Section label */
.bp-section-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bp-maroon);
  margin-bottom: 12px;
}
.bp-section-label--light { color: var(--bp-sage-light); }

/* External links */
.bp-ext-link {
  color: var(--bp-maroon);
  border-bottom: 1px solid rgba(61,28,40,0.3);
  transition: border-color 0.3s ease;
}
.bp-ext-link:hover { border-color: var(--bp-maroon); }

/* ============================================
   NAVIGATION
   ============================================ */
.bp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 0 clamp(20px,3vw,40px);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.bp-nav.is-scrolled {
  background: rgba(42,38,38,0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.bp-nav__inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 56px;
}
.bp-nav__logo img {
  height: 22px; width: auto;
  filter: brightness(0.3);
  transition: filter 0.4s ease;
}
.bp-nav.is-scrolled .bp-nav__logo img { filter: brightness(3); }

.bp-nav__links {
  display: flex; align-items: center; gap: clamp(20px,3vw,40px);
  list-style: none; margin: 0; padding: 0;
}
.bp-nav__link {
  font-family: var(--font-serif);
  font-size: clamp(0.8rem,1vw,0.95rem);
  font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bp-charcoal);
  transition: opacity 0.4s ease, color 0.4s ease;
}
.bp-nav__link:hover { opacity: 0.7; }
.bp-nav.is-scrolled .bp-nav__link { color: var(--bp-cream); }
.bp-nav.is-scrolled .bp-nav__link:hover { color: var(--bp-lavender); }

.bp-nav__cta {
  padding: 10px 26px;
  background: var(--bp-maroon); color: var(--bp-cream);
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: none; border-radius: 50px; cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(61,28,40,0.3);
}
.bp-nav__cta:hover { background: var(--bp-maroon-deep); transform: translateY(-1px); }

.bp-nav__hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 28px; height: 28px; background: none; border: none; cursor: pointer; padding: 0; z-index: 52;
}
.bp-nav__hamburger span { display: block; width: 100%; height: 2px; background: var(--bp-charcoal); border-radius: 2px; transition: all 0.3s ease; }
.bp-nav.is-scrolled .bp-nav__hamburger span { background: var(--bp-cream); }
.bp-nav__hamburger.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.bp-nav__hamburger.is-open span:nth-child(2) { opacity: 0; }
.bp-nav__hamburger.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ============================================
   HERO
   ============================================ */
.bp-hero {
  position: relative; width: 100%; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: var(--bp-cream);
}
.bp-hero__bg {
  position: absolute; inset: 0; z-index: 0;
}
.bp-hero__bg-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(1.1) contrast(0.9) saturate(0.8);
}
.bp-hero__content {
  position: relative; z-index: 10;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(100px,14vh,160px) 24px clamp(60px,8vh,100px);
  max-width: 900px; width: 100%;
}
.bp-hero__logo {
  width: clamp(260px,40vw,420px); height: auto;
  margin-bottom: 20px;
  filter: brightness(0.25);
}
.bp-hero__tagline {
  font-family: var(--font-serif);
  font-size: clamp(1rem,1.8vw,1.3rem);
  font-weight: 300; font-style: italic;
  letter-spacing: 0.06em;
  color: var(--bp-charcoal); opacity: 0.7;
  margin-bottom: 24px;
}
.bp-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem,3.5vw,2.6rem);
  font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase; line-height: 1.25;
  color: var(--bp-charcoal); margin-bottom: 20px;
}
.bp-hero__title-sub {
  display: block; font-size: 0.5em; font-weight: 300;
  letter-spacing: 0.2em; margin-top: 8px;
  font-style: italic; text-transform: none;
}
.bp-hero__intro {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem,1.2vw,0.92rem);
  font-weight: 300; line-height: 1.75;
  color: var(--bp-charcoal); opacity: 0.8;
  max-width: 680px; margin-bottom: 32px;
}
.bp-hero__intro a {
  color: var(--bp-charcoal); border-bottom: 1px solid rgba(42,38,38,0.3);
  transition: border-color 0.3s ease;
}
.bp-hero__intro a:hover { border-bottom-color: var(--bp-charcoal); }

.bp-hero__buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.bp-btn {
  padding: 15px 36px;
  font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: none; cursor: pointer; transition: all 0.35s ease; white-space: nowrap;
}
.bp-btn--primary {
  background: var(--bp-maroon); color: var(--bp-cream);
  box-shadow: 0 4px 20px rgba(61,28,40,0.4);
}
.bp-btn--primary:hover {
  background: var(--bp-maroon-deep); transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(61,28,40,0.5);
}
.bp-btn--outline {
  background: transparent; color: var(--bp-charcoal);
  border: 1.5px solid var(--bp-charcoal);
}
.bp-btn--outline:hover {
  background: var(--bp-charcoal); color: var(--bp-cream); transform: translateY(-2px);
}

/* ============================================
   ABOUT
   ============================================ */
.bp-about {
  background: var(--bp-white);
  padding: clamp(60px,8vw,100px) clamp(20px,5vw,80px);
}
.bp-about__inner {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px,5vw,80px);
  max-width: 1100px; margin: 0 auto; align-items: center;
}
.bp-about__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem,3vw,2.4rem);
  font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.25;
  color: var(--bp-charcoal); margin-bottom: 24px;
}
.bp-about__text {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem,1.1vw,0.92rem);
  font-weight: 300; line-height: 1.8;
  color: #555; margin-bottom: 16px;
}
.bp-about__img-side {
  border-radius: 12px; overflow: hidden;
}
.bp-about__img-side img {
  width: 100%; height: auto; transition: transform 0.6s ease;
}
.bp-about__img-side:hover img { transform: scale(1.03); }

/* ============================================
   COMMUNITY (rec centre)
   ============================================ */
.bp-community {
  position: relative; width: 100%;
  min-height: clamp(400px,60vh,600px);
  overflow: hidden; background: var(--bp-charcoal);
}
.bp-community__img-wrap {
  position: absolute; inset: 0;
}
.bp-community__img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.6) contrast(1.05);
}
.bp-community__overlay {
  position: relative; z-index: 10;
  min-height: clamp(400px,60vh,600px);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(40px,6vw,80px);
}
.bp-community__content {
  text-align: center; max-width: 700px;
}
.bp-community__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem,3.5vw,2.8rem);
  font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.2;
  color: var(--bp-cream); margin-bottom: 20px;
}
.bp-community__text {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem,1.2vw,1rem);
  font-weight: 300; line-height: 1.7;
  color: var(--bp-lavender); margin-bottom: 28px;
}

/* ============================================
   HIGHLIGHTS
   ============================================ */
.bp-highlights {
  background: var(--bp-cream-warm);
  padding: clamp(60px,8vw,100px) clamp(20px,5vw,80px);
}
.bp-highlights__inner { max-width: 1100px; margin: 0 auto; }
.bp-highlights__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem,3vw,2.2rem);
  font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.3;
  color: var(--bp-charcoal); margin-bottom: 36px;
}
.bp-highlights__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px,3vw,48px);
}
.bp-highlights__item {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: clamp(16px,2vw,24px);
}
.bp-highlights__icon {
  flex-shrink: 0; width: 28px; color: var(--bp-maroon); margin-top: 2px;
}
.bp-highlights__icon svg { width: 24px; height: 24px; }
.bp-highlights__text h3 {
  font-family: var(--font-serif);
  font-size: clamp(1rem,1.5vw,1.25rem);
  font-weight: 500; color: var(--bp-charcoal);
  margin-bottom: 6px; line-height: 1.3;
}
.bp-highlights__text p {
  font-family: var(--font-sans);
  font-size: clamp(0.78rem,1vw,0.88rem);
  font-weight: 300; line-height: 1.7; color: #666;
}
.bp-highlights__divider {
  width: 100%; height: 1px; background: rgba(42,38,38,0.12);
  margin: clamp(24px,3vw,40px) 0;
}
.bp-highlights__connectivity { text-align: center; }
.bp-highlights__times {
  display: flex; justify-content: center;
  gap: clamp(24px,5vw,60px); margin-top: 20px;
}
.bp-highlights__time { text-align: center; }
.bp-highlights__time-num {
  display: block; font-family: var(--font-serif);
  font-size: clamp(1.4rem,3vw,2.2rem);
  font-weight: 300; font-style: italic;
  color: var(--bp-maroon); line-height: 1.1;
}
.bp-highlights__time-label {
  display: block; font-family: var(--font-sans);
  font-size: clamp(0.6rem,0.85vw,0.75rem);
  font-weight: 400; color: #777; margin-top: 6px; line-height: 1.4;
}

/* ============================================
   DEVELOPER
   ============================================ */
.bp-developer {
  background: var(--bp-maroon);
  padding: clamp(60px,8vw,100px) clamp(20px,5vw,80px);
}
.bp-developer__inner {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(30px,4vw,60px);
  max-width: 1100px; margin: 0 auto; align-items: center;
}
.bp-developer__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem,3vw,2.4rem);
  font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bp-cream); margin-bottom: 20px;
}
.bp-developer__text {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem,1.1vw,0.92rem);
  font-weight: 300; line-height: 1.8;
  color: var(--bp-lavender); margin-bottom: 16px;
}
.bp-developer__link {
  display: inline-block;
  font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500;
  color: var(--bp-lavender);
  border-bottom: 1px solid rgba(216,208,224,0.4);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.bp-developer__link:hover { color: var(--bp-cream); border-color: var(--bp-cream); }
.bp-developer__logo-side {
  display: flex; align-items: center; justify-content: center;
}
.bp-developer__logo {
  width: clamp(140px,18vw,260px); height: auto;
  opacity: 0.12; filter: invert(1);
}

/* ============================================
   LOCATION
   ============================================ */
.bp-location {
  background: var(--bp-cream-warm);
  padding: 0; overflow: hidden;
}
.bp-location__inner {
  display: grid; grid-template-columns: 1fr 1.2fr;
  min-height: 450px;
}
.bp-location__map-side {
  display: flex; align-items: center; justify-content: center;
  padding: clamp(30px,4vw,60px);
  background: #D6E4EC;
}
.bp-location__map-side img {
  max-width: 320px; width: 100%; height: auto;
}
.bp-location__text-side {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(40px,5vw,80px) clamp(30px,4vw,60px);
}
.bp-location__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem,2.5vw,2rem);
  font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.3;
  color: var(--bp-charcoal); margin-bottom: 20px;
}
.bp-location__text {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem,1.1vw,0.92rem);
  font-weight: 300; line-height: 1.8;
  color: #555; max-width: 480px;
}

/* ============================================
   REGISTER SECTION
   ============================================ */
.bp-register {
  background: var(--bp-maroon); color: var(--bp-cream);
  padding: clamp(60px,8vw,100px) clamp(20px,5vw,60px);
  text-align: center;
}
.bp-register__inner { max-width: 700px; margin: 0 auto; }
.bp-register__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem,3vw,2.4rem);
  font-weight: 300; letter-spacing: 0.15em;
  text-transform: uppercase; line-height: 1.25;
  color: var(--bp-cream); margin-bottom: 20px;
}
.bp-register__text {
  font-family: var(--font-sans);
  font-size: clamp(0.8rem,1.1vw,0.9rem);
  font-weight: 300; line-height: 1.7;
  color: var(--bp-lavender); opacity: 0.8;
  max-width: 560px; margin: 0 auto 36px;
}
.bp-form { max-width: 560px; margin: 0 auto; }
.bp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bp-form__group { margin-bottom: 16px; }
.bp-form__input {
  width: 100%; padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(200,185,166,0.3);
  color: var(--bp-cream);
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 300;
  outline: none; transition: border-color 0.3s ease;
}
.bp-form__input::placeholder { color: rgba(200,185,166,0.5); font-style: italic; }
.bp-form__input:focus { border-color: var(--bp-lavender); }
.bp-form__select {
  width: 100%; padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(200,185,166,0.3);
  color: rgba(200,185,166,0.5);
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 300;
  font-style: italic; outline: none; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C8B9A6' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  transition: border-color 0.3s ease;
}
.bp-form__select:focus { border-color: var(--bp-lavender); }
.bp-form__select option { background: var(--bp-maroon-deep); color: var(--bp-cream); font-style: normal; }
.bp-form__checkbox {
  display: flex; align-items: flex-start; gap: 10px;
  cursor: pointer; font-size: 0.72rem; font-weight: 300; line-height: 1.5;
  color: var(--bp-lavender); opacity: 0.6; text-align: left;
}
.bp-form__checkbox input[type="checkbox"] { width: 16px; height: 16px; min-width: 16px; margin-top: 2px; accent-color: var(--bp-lavender); }
.bp-form__submit {
  width: 100%; padding: 16px;
  background: var(--bp-cream); color: var(--bp-maroon);
  border: none; border-radius: 0;
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease; margin-top: 8px;
}
.bp-form__submit:hover { background: var(--bp-lavender); transform: translateY(-1px); }
.bp-form__status { font-size: 0.85rem; min-height: 24px; margin-top: 8px; }
.bp-form__status--success { color: #8FBC8F; }
.bp-form__status--error { color: #E8A0A0; }

/* ============================================
   CONTACT
   ============================================ */
.bp-contact {
  background: var(--bp-cream);
  padding: clamp(60px,8vw,100px) clamp(20px,5vw,80px);
}
.bp-contact__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px,4vw,60px);
  max-width: 1200px; margin: 0 auto; align-items: start;
}
.bp-contact__heading {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem,2.5vw,1.9rem);
  font-weight: 400; letter-spacing: 0.06em; line-height: 1.3;
  color: var(--bp-charcoal); margin-bottom: 16px;
}
.bp-contact__text {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem,1.1vw,0.92rem);
  font-weight: 300; line-height: 1.8; color: #666; margin-bottom: 28px;
}
.bp-contact__details { display: flex; flex-direction: column; gap: 14px; }
.bp-contact__item {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 400;
  color: var(--bp-charcoal); text-decoration: none; transition: color 0.3s ease;
}
a.bp-contact__item:hover { color: var(--bp-maroon); }
.bp-contact__item svg { flex-shrink: 0; color: var(--bp-maroon); }
.bp-contact__calendly {
  background: var(--bp-white); border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.bp-contact__calendly .calendly-inline-widget { min-height: 680px; }

/* ============================================
   FOOTER
   ============================================ */
.bp-footer {
  background: var(--bp-charcoal);
  padding: clamp(40px,5vw,60px) 24px;
  text-align: center;
}
.bp-footer__inner { max-width: 600px; margin: 0 auto; }
.bp-footer__logos {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 20px;
}
.bp-footer__logo { height: 20px; width: auto; opacity: 0.8; filter: invert(1); }
.bp-footer__logo--deco { height: 16px; }
.bp-footer__by {
  font-family: var(--font-serif); font-size: 0.8rem; font-style: italic;
  color: var(--bp-lavender); opacity: 0.5;
}
.bp-footer__legal {
  font-family: var(--font-sans); font-size: 0.7rem; font-weight: 300;
  color: var(--bp-lavender); opacity: 0.5; line-height: 1.6; margin-bottom: 8px;
}
.bp-footer__copy {
  font-family: var(--font-sans); font-size: 0.68rem; font-weight: 300;
  color: var(--bp-lavender); opacity: 0.4;
}

/* ============================================
   MODAL
   ============================================ */
.bp-modal {
  position: fixed; inset: 0; z-index: 60;
  display: none; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.6s ease;
}
.bp-modal.modal-visible { opacity: 1; }
.bp-modal.modal-fadeout { opacity: 0; transition: opacity 0.8s ease; }
.modal-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
}
.modal-content {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(16px);
  color: var(--bp-charcoal); border-radius: 20px;
  padding: 40px 36px; max-width: 420px; width: 92%;
  box-shadow: 0 24px 80px rgba(0,0,0,0.25); text-align: center;
}
.modal-content h2 {
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 400;
  letter-spacing: 0.06em; color: var(--bp-charcoal); margin-bottom: 8px;
}
.modal-subtitle {
  font-family: var(--font-sans); font-size: 0.85rem; font-weight: 300;
  line-height: 1.6; color: #666; margin-bottom: 24px;
}
.modal-close {
  position: absolute; top: 14px; right: 18px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bp-cream); border-radius: 50%;
  color: #888; font-size: 1.3rem; border: none; cursor: pointer;
  transition: all 0.3s ease;
}
.modal-close:hover { background: var(--bp-maroon); color: var(--bp-cream); }
.modal-logo { height: 28px; width: auto; margin: 0 auto 16px; }
.form-label {
  display: block; text-align: left;
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600;
  color: var(--bp-maroon); text-transform: uppercase;
  letter-spacing: 0.06em; margin-bottom: 6px;
}
.form-group { margin-bottom: 12px; }
.form-group input {
  width: 100%; padding: 13px 16px;
  background: var(--bp-cream);
  border: 1px solid rgba(61,28,40,0.15); border-radius: 10px;
  color: var(--bp-charcoal); font-family: var(--font-sans); font-size: 0.88rem;
  transition: border-color 0.3s ease;
}
.form-group input::placeholder { color: #aaa; }
.form-group input:focus { outline: none; border-color: var(--bp-maroon); }
.form-phone-group { display: flex; align-items: stretch; gap: 8px; }
.phone-prefix {
  padding: 13px 14px;
  background: var(--bp-cream);
  border: 1px solid rgba(61,28,40,0.15); border-radius: 10px;
  color: #888; font-family: var(--font-sans); font-size: 0.88rem; font-weight: 500;
  display: flex; align-items: center; user-select: none;
}
.form-phone-group input { flex: 1; }
.form-submit {
  width: 100%; padding: 15px;
  background: var(--bp-maroon); color: var(--bp-cream);
  border: none; border-radius: 50px;
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600;
  letter-spacing: 0.04em; cursor: pointer;
  transition: all 0.3s ease; margin-top: 12px;
  box-shadow: 0 4px 16px rgba(61,28,40,0.3);
}
.form-submit:hover { background: var(--bp-maroon-deep); transform: translateY(-1px); }
.form-disclaimer {
  font-family: var(--font-sans); font-size: 0.68rem; color: #999;
  margin-top: 16px; line-height: 1.5;
}
.hidden { display: none !important; }
.success-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--bp-maroon); color: var(--bp-cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 20px;
}

/* ============================================
   FLOATING ELEMENTS
   ============================================ */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 20px; z-index: 40;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2); transition: transform 0.3s ease;
}
.whatsapp-float:hover { transform: scale(1.1); }

.desktop-float-cta {
  position: fixed; bottom: 32px; left: 24px; z-index: 40;
  padding: 14px 28px; border-radius: 50px;
  background: var(--bp-maroon); color: var(--bp-cream);
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.06em; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(61,28,40,0.4); transition: all 0.3s ease;
}
.desktop-float-cta:hover { background: var(--bp-maroon-deep); transform: translateY(-3px); }

.mobile-cta-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 45;
  background: var(--bp-charcoal);
  padding-bottom: env(safe-area-inset-bottom);
  flex-direction: column; box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
}
.mcta-buttons-row { display: flex; }
.mcta-call, .mcta-register {
  width: 50%; padding: 15px; text-align: center;
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: none; cursor: pointer; transition: background 0.3s ease;
}
.mcta-call { background: var(--bp-charcoal-light); color: var(--bp-cream); }
.mcta-register { background: var(--bp-maroon); color: var(--bp-cream); }

/* Animations */
.bp-animate {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bp-animate.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 767px) {
  .bp-hero { min-height: 100svh; }
  .bp-nav { background: none !important; box-shadow: none !important; backdrop-filter: none !important; }
  .bp-nav.is-scrolled { background: none !important; }
  .bp-nav__links {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(42,38,38,0.97); backdrop-filter: blur(16px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 28px; z-index: 51;
    opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .bp-nav__links.is-open { opacity: 1; visibility: visible; }
  .bp-nav__link { font-size: 1.1rem; color: var(--bp-cream); }
  .bp-nav__hamburger { display: flex; }
  .bp-nav__cta { display: none; }
  .bp-hero__content { padding: 100px 20px 60px; }
  .bp-hero__buttons { flex-direction: column; align-items: center; gap: 12px; }
  .bp-btn { width: 260px; text-align: center; }
  .bp-about__inner { grid-template-columns: 1fr; }
  .bp-about__img-side { order: -1; }
  .bp-highlights__grid { grid-template-columns: 1fr; }
  .bp-highlights__times { flex-wrap: wrap; gap: 20px; }
  .bp-highlights__time { width: 40%; }
  .bp-developer__inner { grid-template-columns: 1fr; text-align: center; }
  .bp-developer__logo-side { order: -1; }
  .bp-developer__logo { width: 120px; }
  .bp-location__inner { grid-template-columns: 1fr; }
  .bp-location__map-side { min-height: 260px; }
  .bp-contact__inner { grid-template-columns: 1fr; }
  .bp-contact__calendly .calendly-inline-widget { min-height: 600px; }
  .bp-form__row { grid-template-columns: 1fr; gap: 0; }
  .mobile-cta-bar { display: flex; }
  .desktop-float-cta { display: none; }
  .whatsapp-float { bottom: 70px; right: 12px; width: 46px; height: 46px; z-index: 44; }
  body { padding-bottom: 54px; }
  .bp-form__input, .bp-form__select, .form-group input { font-size: 16px !important; }
  .modal-content { padding: 28px 20px 32px; border-radius: 18px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bp-about__inner { grid-template-columns: 1fr 1fr; }
  .bp-highlights__grid { grid-template-columns: 1fr 1fr; }
  .bp-nav__link { font-size: 0.65rem; letter-spacing: 0.06em; }
}

@media (prefers-reduced-motion: reduce) {
  .bp-animate { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

@media print {
  #preloader, .bp-community { display: none; }
  .bp-about, .bp-register { background: white; color: black; }
}
