/*
Theme Name: Bravo Zulu Real Estate
Theme URI: https://bravozulu-realestate.com/
Author: Bravo Zulu Real Estate Company
Description: Custom lightweight theme for Bravo Zulu Real Estate Company.
Version: 0.1.0
*/

:root {
  --bz-navy: #061d3a;
  --bz-blue: #0a4f7d;
  --bz-red: #df0f1b;
  --bz-text: #10283d;
  --bz-muted: #4d6274;
  --bz-line: #d7e1e8;
  --bz-soft: #f5f8fa;
  --bz-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bz-text);
  background: var(--bz-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: var(--bz-navy);
}

img {
  max-width: 100%;
  height: auto;
}

.bz-wrap {
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
}

.bz-header {
  background: #fff;
}

.bz-header-inner {
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--bz-line);
}

.bz-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--bz-navy);
}

.bz-brand img {
  width: 250px;
  max-height: 76px;
  object-fit: contain;
}

.bz-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  font-size: 16px;
}

.bz-nav a {
  text-decoration: none;
  color: var(--bz-navy);
}

.bz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 6px;
  border: 0;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.bz-btn-red {
  background: var(--bz-red);
  color: #fff;
}

.bz-btn-light {
  background: #fff;
  color: var(--bz-navy);
  border: 1px solid #d8e2e8;
}

.bz-hero {
  padding: 72px 0 58px;
}

.bz-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  position: relative;
}

.bz-hero-copy {
  position: relative;
  z-index: 2;
  padding: 54px 0 60px 68px;
}

.bz-hero h1,
.bz-section h2 {
  margin: 0;
  color: var(--bz-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.bz-hero h1 {
  font-size: clamp(3.8rem, 6vw, 6.2rem);
  max-width: 620px;
}

.bz-hero p {
  max-width: 560px;
  margin: 28px 0 26px;
  color: var(--bz-navy);
  font-size: 1.28rem;
}

.bz-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-weight: 900;
  text-decoration: none;
}

.bz-hero-media {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 1;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.88) 22%, rgba(255,255,255,.7) 42%, rgba(255,255,255,.2) 100%), var(--bz-hero-image);
  background-size: cover;
  background-position: center;
  opacity: .7;
}

.bz-section {
  padding: 76px 0;
}

.bz-section h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  margin-bottom: 18px;
}

.bz-section-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.bz-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bz-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bz-card {
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(10, 31, 51, .08);
}

.bz-card h3 {
  margin: 0 0 12px;
  color: var(--bz-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.16;
}

.bz-card p {
  margin: 0;
}

.bz-band {
  background: var(--bz-soft);
}

.bz-timeline {
  display: grid;
  gap: 16px;
}

.bz-step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px;
  background: #fff;
  border-left: 5px solid var(--bz-red);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(10, 31, 51, .07);
}

.bz-step strong {
  color: var(--bz-red);
  font-weight: 900;
}

.bz-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.bz-split img {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(10, 31, 51, .18);
}

.bz-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.bz-pill {
  border: 1px solid var(--bz-line);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  background: #fff;
}

.bz-faq {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

.bz-faq details {
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 8px;
  padding: 18px 22px;
}

.bz-faq summary {
  cursor: pointer;
  color: var(--bz-navy);
  font-weight: 900;
}

.bz-form-section {
  background: var(--bz-blue);
  color: #fff;
}

.bz-form-section h2,
.bz-form-section p {
  color: #fff;
}

.bz-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 44px;
  align-items: start;
}

.bz-footer {
  padding: 44px 0;
  background: #061d3a;
  color: #dbe8f0;
  font-size: 15px;
}

.bz-footer a {
  color: #fff;
}

.bz-phone-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: min(300px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  padding: 18px 18px 14px;
  text-align: center;
  font-size: 14px;
}

.bz-phone-widget strong {
  display: block;
  color: var(--bz-muted);
  font-size: 14px;
  font-weight: 500;
}

.bz-phone-widget a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--bz-muted);
  font-size: 20px;
  text-decoration: none;
}

.bz-phone-widget small {
  display: block;
  margin-top: 10px;
  color: #657687;
  font-size: 10px;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .bz-header-inner {
    min-height: auto;
    padding: 20px 0;
    flex-direction: column;
  }

  .bz-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bz-hero-grid,
  .bz-split,
  .bz-form-grid,
  .bz-card-grid,
  .bz-card-grid.two {
    grid-template-columns: 1fr;
  }

  .bz-hero {
    padding: 34px 0;
  }

  .bz-hero-grid {
    min-height: auto;
  }

  .bz-hero-copy {
    padding: 260px 0 20px;
  }

  .bz-hero-media {
    inset: 0 0 auto 0;
    height: 300px;
    background-image: linear-gradient(180deg, rgba(255,255,255,.2), #fff 92%), var(--bz-hero-image);
  }

  .bz-hero h1 {
    font-size: clamp(2.9rem, 13vw, 4.5rem);
  }
}

@media (max-width: 680px) {
  .bz-wrap {
    width: min(100% - 28px, 1120px);
  }

  .bz-brand img {
    width: 220px;
  }

  .bz-nav a:not(.bz-btn) {
    display: none;
  }

  .bz-step {
    grid-template-columns: 1fr;
  }

  .bz-phone-widget {
    display: none;
  }
}
