/* ============================================================
   Wildfield Village — landing page styles
   Design system mirrors the developer aesthetic (Inter, dark
   elegant palette, gold "W"). Copy is original.
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

:root {
  --primary-color: #23496D;
  --secondary-color: #ffffff;
  --tertiary-color: #000000;
  --footer-color: #000c28;
  --gold: #b08d57;
}

/* ---- Font-size / weight / letter-spacing utilities ---- */
.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}
.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-26{font-size:26px}
.fs-28{font-size:28px}.fs-30{font-size:30px}.fs-32{font-size:32px}.fs-36{font-size:36px}
.fs-38{font-size:38px}.fs-40{font-size:40px}.fs-44{font-size:44px}.fs-48{font-size:48px}
.fs-52{font-size:52px}.fs-60{font-size:60px}
.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}
.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}
.ls-1{letter-spacing:1px}.ls-2{letter-spacing:2px}.ls-3{letter-spacing:3px}.ls-4{letter-spacing:4px}.ls-5{letter-spacing:5px}
.text-gold{color:var(--gold)}

#smooth-content section { margin: 20px 10px; border-radius: 30px; }

/* ---- Navbar ---- */
.navbar { transition: background-color .3s ease, backdrop-filter .3s ease; background-color: transparent !important; }
.navbar.fixed-top { background-color: transparent !important; }
.navbar.bg-scroll { background-color: rgba(19,35,62,.92) !important; backdrop-filter: blur(10px) !important; box-shadow: 0 2px 18px rgba(0,0,0,.25); }
.navbar img { filter: brightness(1); }
/* Keep the logo inside the navbar bar so it never overlaps section content */
.navbar .bigLogo img { height: 58px; width: auto; opacity: 1 !important; }
@media (max-width: 767px){ .navbar .bigLogo img { height: 46px; } }
/* Anchor targets clear the fixed navbar when scrolled into view */
section[id], #register, #homes, #location, #faq { scroll-margin-top: 96px; }
.btn-primary {
  background-color: #fff; border-color: #fff; color: var(--primary-color);
  font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; padding: 10px 22px;
  transition: all .3s ease;
}
.btn-primary:hover { background-color: var(--gold); border-color: var(--gold); color: #fff; transform: translateY(-2px); }

/* ---- Generic story/section backgrounds ---- */
.bg-overlay::before {
  content:''; position:absolute; inset:0; background: rgba(0,0,0,.45); z-index:1; border-radius:30px;
}
.bg-cover { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ---- Hero ---- */
.hero-section {
  background-image: linear-gradient(rgba(10,18,32,.55), rgba(10,18,32,.65)), url('../images/banner-1-opt.jpg');
  background-size: cover; background-position: center; min-height: 100vh;
  position: relative; display: flex; align-items: center; color: #fff;
}
.hero-section .container { position: relative; z-index: 2; }
.hero-eyebrow { letter-spacing: 5px; text-transform: uppercase; color: var(--gold); }
.hero-title { font-weight: 300; letter-spacing: 6px; line-height: 1.05; }
.hero-price { letter-spacing: 1px; }
.by-solmar img { height: 26px; vertical-align: middle; filter: brightness(0) invert(1); }
.scroll-cue { position:absolute; bottom: 26px; left:50%; transform:translateX(-50%); z-index:3; color:#fff; opacity:.8; }
.scroll-cue span { display:block; width:18px; height:30px; border:2px solid #fff; border-radius:12px; margin:8px auto 0; position:relative; }
.scroll-cue span::after { content:''; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:6px; background:#fff; border-radius:2px; animation: scrollDot 1.4s infinite; }
@keyframes scrollDot { 0%{opacity:1; top:6px} 100%{opacity:0; top:16px} }

/* ---- Light content section ---- */
.content-section { background:#f7f5f1; color: var(--primary-color); padding: 90px 0; }
.content-section .lead-narrative { max-width: 920px; margin: 0 auto; line-height: 1.7; }
.eyebrow { letter-spacing: 5px; text-transform: uppercase; color: var(--gold); font-weight: 500; }

/* ---- Value props ---- */
.value-card { padding: 28px 18px; text-align:center; height:100%; }
.value-card .v-icon { width:64px; height:64px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  background: rgba(176,141,87,.12); color: var(--gold); font-size: 26px; margin-bottom: 16px; }
.value-card h5 { font-weight:600; color: var(--primary-color); margin-bottom:8px; letter-spacing:1px; }
.value-card p { color:#5c6470; font-size:15px; margin:0; }

/* ---- Home type cards ---- */
.hometypes-section { background:#fff; padding: 90px 0; }
.type-card { border:1px solid #e7e2d8; border-radius: 18px; overflow:hidden; height:100%; transition: all .3s ease; background:#fff; }
.type-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(35,73,109,.12); border-color: var(--gold); }
.type-card .type-head { background: var(--primary-color); color:#fff; padding: 26px 22px; text-align:center; }
.type-card .type-head .price { color: var(--gold); font-weight:700; letter-spacing:1px; }
.type-card .type-body { padding: 24px 22px; color:#5c6470; }
.type-card .type-body li { margin-bottom: 8px; }

/* ---- Parallax story band ---- */
.story-band { position: relative; min-height: 90vh; display:flex; align-items:center; color:#fff; border-radius:30px; overflow:hidden; }
.story-band .container { position: relative; z-index: 2; }
.story-band.band-life {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.55)), url('../images/banner-5.jpg');
  background-size: cover; background-position: center; background-attachment: fixed;
}
.amenity-pill { display:inline-block; border:1px solid rgba(255,255,255,.5); border-radius:30px; padding:8px 18px; margin:6px; font-size:14px; letter-spacing:1px; }

/* ---- Location ---- */
.location-section { background:#13233e; color:#fff; padding: 90px 0; }
.location-section .map-image { max-width: 320px; width: 60%; }
.connect-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 18px; }
.connect-list li i { color: var(--gold); width: 26px; }
.location-section .go-icon { height: 20px; vertical-align: middle; margin: 0 2px; }

/* ---- Registration form ---- */
.registration-form-section { background:#fff; padding: 80px 0; position: relative; z-index: 10; }
.registration-form .form-control, .registration-form .form-select {
  border: 1px solid #1a1a1a; border-radius: 0; padding: 8px 12px; font-size: 14px;
  height: 48px; text-transform: uppercase; color:#000; font-weight:500; background:#fff;
}
.registration-form .form-control::placeholder { color:#000; font-weight:500; }
.registration-form .form-control:focus, .registration-form .form-select:focus {
  border-color: var(--primary-color); box-shadow: 0 0 0 .2rem rgba(35,73,109,.2); outline:none;
}
.registration-form .form-select { padding-right: 30px; }
.radio-group { display:flex; gap:18px; margin-top:6px; }
.radio-group .form-check { margin:0; }
.disclaimer-text { color:#666; font-size:14px; line-height:1.5; font-weight:300; }
.btn-register {
  background-color: var(--primary-color); color:#fff; border:none; padding: 13px 38px;
  font-size:16px; font-weight:600; text-transform:uppercase; letter-spacing:1px; border-radius:28px; transition:all .3s ease;
}
.btn-register:hover { background-color: var(--gold); color:#fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(176,141,87,.35); }
.honeypot { position:absolute; left:-9999px; top:-9999px; }

/* ---- Form status ---- */
.form-status { display:none; padding:14px 18px; border-radius:8px; margin-bottom:20px; font-weight:500; }
.form-status.success { display:block; background:#e7f6ec; color:#1b7a3d; border:1px solid #a8dcb9; }
.form-status.error { display:block; background:#fdecec; color:#a8261f; border:1px solid #f1b6b2; }

/* ---- FAQ accordion ---- */
.faq-accordion .accordion-item { border:1px solid #e7e2d8; border-radius:12px !important; margin-bottom:12px; overflow:hidden; background:#fff; }
.faq-accordion .accordion-button { font-weight:600; color: var(--primary-color); background:#fff; font-size:17px; }
.faq-accordion .accordion-button:not(.collapsed) { color:#fff; background: var(--primary-color); box-shadow:none; }
.faq-accordion .accordion-button:focus { box-shadow: 0 0 0 .15rem rgba(176,141,87,.4); }
.faq-accordion .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.faq-accordion .accordion-body { color:#5c6470; font-size:16px; line-height:1.65; }

/* ---- Cloudflare Turnstile ---- */
.cf-turnstile { display:flex; justify-content:flex-start; }

/* ---- Footer ---- */
.bg-dark-blue { background-color: #13233e; }
.bg-footer-color { background-color: var(--footer-color); }
.footer-content .slogan { font-family: 'Times New Roman', serif; color:#fff; }
.contact-info p, .footer-content h6 { color:#fff; }
.social-icon { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%;
  color:#fff; border:1px solid #fff; margin-right:14px; transition: all .3s ease; }
.social-icon:hover { background: var(--gold); border-color: var(--gold); color:#fff; transform: translateY(-2px); }
.social-icon i { font-size: 20px; }
.broker-disclaimer { background:#0c1830; color:#aeb8c8; font-size:13px; line-height:1.6; }
.copyright p { color:#fff; font-size:.8rem; margin:0; }
.copyright a, .broker-disclaimer a { color:#fff; text-decoration: underline; }

/* ---- Back to top ---- */
.back-to-top-btn { position: fixed; right: 24px; bottom: 24px; width:50px; height:50px; background: var(--primary-color);
  color:#fff; border:none; border-radius:50%; display:none; align-items:center; justify-content:center; font-size:18px;
  box-shadow:0 4px 15px rgba(35,73,109,.3); z-index: 200; cursor:pointer; }
.back-to-top-btn.show { display:inline-flex; }
.back-to-top-btn:hover { background: var(--gold); }

/* ---- Responsive ---- */
@media (max-width: 991px){
  .hero-title{ letter-spacing: 3px; }
  .story-band.band-life{ background-attachment: scroll; }
  .location-section .map-image{ width: 90%; max-width: 360px; }
}
@media (max-width: 767px){
  .fs-52{font-size:34px}.fs-48{font-size:30px}.fs-40{font-size:26px}.fs-38{font-size:26px}.fs-24{font-size:18px}
  #smooth-content section{ margin:12px 6px; }
  .content-section, .hometypes-section, .location-section, .registration-form-section{ padding:60px 0; }
  .radio-group{ flex-direction:row; }
}
