/* ============================================
   LAWYERS OF PRESTON — Main Stylesheet
   Theme: Navy #0B1D5E | Red #C8232C | White
   Display: Space Grotesk | Body: Open Sans
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy: #0B1D5E;
  --navy-dark: #060F3A;
  --navy-light: #1A3490;
  --gold: #CC1F26;
  --gold-light: #E63B42;
  --gold-dark: #A01820;
  --white: #ffffff;
  --off-white: #f5f7fc;
  --gray-light: #eaecf4;
  --gray: #666666;
  --text: #1a1a2e;
  --shadow: 0 4px 20px rgba(6,15,58,0.15);
  --shadow-lg: 0 8px 40px rgba(6,15,58,0.22);
  --radius: 8px;
  --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-dark); }
ul { list-style: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-title span { color: var(--gold); }

.section-sub {
  font-size: 1.05rem;
  color: var(--gray);
  max-width: 600px;
  margin-bottom: 40px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  text-decoration: none;
}

.btn-primary {
  background: var(--navy);
  color: var(--navy-dark);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.4);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }

/* ---- TOP BAR ---- */
.topbar {
  background: var(--navy-dark);
  padding: 9px 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: rgba(255,255,255,0.85); }
.topbar a:hover { color: var(--gold); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item svg { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; }

/* ---- HEADER / NAV ---- */
.header {
  background: var(--white);
  box-shadow: 0 3px 20px rgba(6,15,58,0.15);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
}
.logo { display: flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none; }
.logo img { height: 80px; width: auto; }
.logo-text { display: flex; flex-direction: column; align-items: center; text-align: center; }
.logo-text strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.32rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.logo-text span { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-links a {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'Montserrat', sans-serif;
}
.nav-links a:hover { background: var(--navy); color: #fff; }
.nav-links a.active { background: var(--navy); color: #fff; }
.nav-links .dropdown { position: relative; }
.nav-links .dropdown > a::after { content: ' ▾'; font-size: 0.7rem; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius);
  min-width: 220px;
  padding: 8px 0;
  z-index: 100;
  border-top: 3px solid var(--gold);
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: var(--navy) !important;
  background: none;
  border-radius: 0;
  letter-spacing: 0.02em;
}
.dropdown-menu a:hover { background: var(--off-white); color: var(--gold) !important; }
.dropdown:hover .dropdown-menu { display: block; }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: var(--transition);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  background: var(--navy);
  padding: 20px 24px;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: rgba(255,255,255,0.9);
  padding: 11px 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav .mobile-cta { margin-top: 12px; }

/* ---- HERO ---- */
.hero {
  background: var(--navy-dark);
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px;
  color: var(--white);
  border-bottom: 5px solid var(--gold);
}
.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slideshow-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero-slideshow-img.active {
  opacity: 1;
}
.hero-slideshow-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11,29,94,0.88) 0%, rgba(11,29,94,0.65) 55%, rgba(11,29,94,0.3) 100%);
  z-index: 1;
}
.hero-pattern { z-index: 2; }
.hero .container { position: relative; z-index: 3; }
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold-light);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--white); }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 28px;
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-top: 4px; }

.hero-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 32px;
}
.hero-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hero-card-title span { color: var(--gold); }
.quick-services { display: flex; flex-direction: column; gap: 10px; }
.quick-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  transition: var(--transition);
  text-decoration: none;
}
.quick-service-item:hover {
  background: rgba(201,168,76,0.15);
  color: var(--gold-light);
}
.quick-service-item .qs-icon {
  width: 28px;
  height: 28px;
  background: rgba(201,168,76,0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ---- REVIEWS STRIP ---- */
.reviews-strip { 
  background: var(--navy);
  padding: 20px 0;
}
.reviews-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  text-align: center;
}
.reviews-strip strong { color: var(--white) !important; 
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--navy-dark);
}
.reviews-strip span { font-size: 0.9rem; color: var(--navy); font-weight: 500; }
.stars-row { display: flex; gap: 3px; font-size: 1.2rem; }
.stars-row span { color: var(--navy-dark); }

/* ---- TRUST BAR ---- */
.trust-bar { background: var(--off-white); border-bottom: 1px solid #e8e3da; }
.trust-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 22px 24px;
  gap: 16px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--navy);
}
.trust-item svg { width: 22px; height: 22px; fill: var(--gold); flex-shrink: 0; }

/* ---- SERVICES GRID ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.service-card {
  background: var(--white);
  border: 1px solid #e8e3da;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
}
.service-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.service-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 14px;
}
.service-card h3 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.service-card p {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.5;
}

/* ---- SUBURBS GRID ---- */
.suburbs-bg { background: var(--off-white); }
.suburbs-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.suburbs-tab {
  padding: 8px 20px;
  border-radius: 100px;
  background: var(--white);
  border: 2px solid #e8e3da;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: var(--transition);
}
.suburbs-tab.active, .suburbs-tab:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.suburbs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.suburb-card {
  background: var(--white);
  border: 1px solid #e8e3da;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  transition: var(--transition);
}
.suburb-card:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.suburb-card .dot {
  width: 8px;
  height: 8px;
  background: var(--navy);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- REVIEWS SECTION ---- */
.reviews-bg { background: var(--navy); }
.reviews-bg .section-label { color: var(--gold-light); }
.reviews-bg .section-title { color: var(--white); }
.reviews-bg .section-sub { color: rgba(255,255,255,0.65); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.review-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 24px;
  transition: var(--transition);
}
.review-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.review-stars { display: flex; gap: 3px; font-size: 1rem; margin-bottom: 14px; }
.review-stars span { color: var(--gold); }
.review-text { font-size: 0.9rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.reviewer-avatar {
  width: 38px;
  height: 38px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy-dark);
  flex-shrink: 0;
}
.reviewer-name { font-size: 0.88rem; font-weight: 600; color: var(--white); }
.reviewer-meta { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  margin-top: 36px;
}
.google-badge strong { color: var(--gold); }

/* ---- WHY US ---- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 10px;
}
.why-card {
  padding: 28px 24px;
  border: 1px solid #e8e3da;
  border-radius: 12px;
  transition: var(--transition);
  background: var(--white);
}
.why-card:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.why-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.why-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.why-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.6; }

/* ---- BOOKING SECTION ---- */
.booking-bg { background: var(--navy); }
.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.booking-info .section-title { color: var(--white); }
.booking-info .section-sub { color: rgba(255,255,255,0.7); }
.booking-steps { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.booking-step { display: flex; gap: 16px; align-items: flex-start; }
.step-num {
  width: 36px;
  height: 36px;
  background: var(--navy);
  color: var(--navy-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.step-text strong { display: block; color: var(--white); font-size: 0.95rem; margin-bottom: 4px; }
.step-text span { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.booking-widget {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.booking-widget-header {
  background: var(--navy);
  padding: 20px 24px;
  text-align: center;
}
.booking-widget-header h3 {
  font-size: 1.2rem;
  color: var(--white);
}
.booking-widget-body {
  padding: 28px 24px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.booking-widget-body p { color: var(--text); font-size: 0.9rem; margin-bottom: 20px; }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 70px 0 60px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--navy);
}
.page-hero h1 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 12px; }
.page-hero .breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.page-hero .breadcrumb a { color: var(--gold); }
.page-hero .breadcrumb span { color: rgba(255,255,255,0.4); }
.page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.78); max-width: 600px; margin-top: 10px; }

/* ---- CONTENT PAGE ---- */
.content-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.content-main h2 { font-size: 1.5rem; margin: 32px 0 12px; color: var(--navy); }
.content-main h3 { font-size: 1.15rem; margin: 24px 0 10px; color: var(--navy); }
.content-main p { margin-bottom: 16px; color: var(--text); line-height: 1.8; }
.content-main ul { margin: 12px 0 20px 0; }
.content-main ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}
.content-main ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--navy);
  border-radius: 50%;
}

/* ---- SIDEBAR ---- */
.sidebar { position: sticky; top: 90px; }
.sidebar-widget {
  background: var(--white);
  border: 1px solid #e8e3da;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar-widget-header {
  background: var(--navy);
  padding: 16px 20px;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}
.sidebar-widget-body { padding: 20px; }
.sidebar-widget-body p { font-size: 0.88rem; color: var(--gray); margin-bottom: 16px; }
.sidebar-links { display: flex; flex-direction: column; gap: 4px; }
.sidebar-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--navy);
  transition: var(--transition);
  background: var(--off-white);
}
.sidebar-links a:hover { background: var(--navy); color: var(--white); }
.sidebar-links a::before { content: '→'; color: var(--gold); font-size: 0.8rem; }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner .container { position: relative; }
.cta-banner h2 { color: var(--white); font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 28px; font-size: 1rem; }
.cta-banner .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---- CONTACT FORM ---- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* ---- FOOTER ---- */
.footer { background: var(--navy-dark); color: rgba(255,255,255,0.75); }
.footer-top { padding: 60px 0 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.9fr 1fr 1fr 1.3fr;
  gap: 32px;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.8; margin: 14px 0 20px; color: rgba(255,255,255,0.6); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); color: var(--navy-dark); }
.footer-col h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; font-size: 0.85rem; }
.footer-contact-item svg { width: 16px; height: 16px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--gold); }
.footer-logo { height: 44px; width: auto; margin-bottom: 12px; filter: brightness(0) invert(1); opacity: 0.85; }

/* ---- FLOATING ACTIONS ---- */
.floating-actions {
  position: fixed;
  top: 50%;
  right: 14px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: var(--transition);
  font-size: 1.2rem;
  text-decoration: none;
}
.float-btn:hover { transform: scale(1.1); }
.float-phone { background: var(--gold); color: var(--white); }
.float-whatsapp { background: #25D366; color: var(--white); }
.float-sms { background: var(--navy); color: var(--white); }
.float-book { background: var(--navy); color: var(--white); font-size: 0.7rem; font-weight: 700; text-align: center; line-height: 1.2; padding: 4px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

@media (max-width: 768px) {
  .section { padding: 55px 0; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .booking-inner { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .topbar .topbar-right { display: none; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .suburbs-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
  .trust-bar .container { justify-content: flex-start; gap: 20px; }
}

@media (max-width: 480px) {
  .hero { padding: 60px 0 50px; }
  .hero-stats { gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-banner .cta-actions { flex-direction: column; align-items: center; }
  .floating-actions { top: 50%; right: 10px; left: auto; bottom: auto; transform: translateY(-50%); }
}

/* ---- UTILITIES ---- */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-white { color: var(--white); }
.bg-navy { background: var(--navy); }
.bg-off-white { background: var(--off-white); }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.gap-20 { gap: 20px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-wrap { flex-wrap: wrap; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

@media (max-width: 640px) {
  .grid-2 { grid-template-columns: 1fr; }
}

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.6s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* Suburb/Service page specifics */
.info-box {
  background: var(--off-white);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.info-box h4 { color: var(--navy); margin-bottom: 8px; font-size: 1rem; }
.info-box p { font-size: 0.9rem; color: var(--gray); margin: 0; }

.checklist { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.6;
}
.checklist li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.faq-item {
  border: 1px solid #e8e3da;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.faq-q {
  padding: 16px 20px;
  background: var(--off-white);
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-q:hover { background: #ede8e0; }
.faq-q::after { content: '+'; font-size: 1.2rem; color: var(--gold); }
.faq-q.open::after { content: '−'; }
.faq-a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.7;
}
.faq-a.open { max-height: 300px; padding: 16px 20px; }

/* ── Brand colour fixes for navy+red scheme ── */
.reviews-strip { background: var(--navy-dark); border-bottom: 3px solid var(--gold); }
.reviews-strip strong { color: var(--white); }
.reviews-strip span { color: rgba(255,255,255,0.85); }
.reviews-strip .stars-row span { color: var(--gold); }

/* Red accent buttons stay readable */
.btn-primary { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }

/* Trust bar accent dots */
.trust-item svg { fill: var(--gold); }

/* Sidebar widget header */
.sidebar-widget-header { background: var(--navy); color: var(--white); }

/* Step numbers */
.step-num { background: var(--gold); color: var(--white); }

/* Footer social hover */
.footer-social a:hover { background: var(--gold); color: var(--white); }

/* Logo area – grey ring accent */
.logo-text span { color: var(--gold); }

/* Service icon backgrounds */
.service-icon { background: linear-gradient(135deg, var(--navy), var(--navy-light)); }

/* Why card icon bg */
.why-icon { background: linear-gradient(135deg, rgba(200,35,44,0.12), rgba(200,35,44,0.04)); border: 1px solid rgba(200,35,44,0.25); }

/* Checklist tick colour */
.checklist li::before { color: var(--gold); }

/* Info box border */
.info-box { border-left-color: var(--gold); }

/* FAQ plus/minus */
.faq-q::after { color: var(--gold); }

/* Suburb dot */
.suburb-card .dot { background: var(--gold); }

/* Section label */
.section-label { color: var(--gold); }

/* Topbar icon fill */
.topbar-item svg { fill: var(--gold); }

/* Footer col header */
.footer-col h4 { color: var(--gold); }

/* ===== Urgent callback button + modal (site-wide) ===== */
.urgent-btn{display:inline-flex;align-items:center;gap:6px;background:#c0392b;color:#fff !important;font-weight:700;font-size:12px;padding:5px 12px;border-radius:4px;text-decoration:none;cursor:pointer;border:none;animation:urgentPulse 2s infinite;white-space:nowrap;}
.urgent-btn:hover{background:#a93226;}
@keyframes urgentPulse{0%,100%{box-shadow:0 0 0 0 rgba(192,57,43,0.5);}50%{box-shadow:0 0 0 6px rgba(192,57,43,0);}}
.urgent-modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.65);z-index:99999;align-items:center;justify-content:center;}
.urgent-modal-overlay.active{display:flex;}
.urgent-modal{background:#fff;border-radius:12px;width:95%;max-width:660px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,0.3);}
.urgent-modal-header{background:#c0392b;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;}
.urgent-modal-header h3{margin:0;font-size:17px;}
.urgent-modal-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0 4px;}
.urgent-modal-body{flex:1;overflow-y:auto;}
.urgent-modal-body iframe{width:100%;border:none;display:block;height:780px;}

/* ===== Bigin web-to-record contact form — styled to match site ===== */
.wf-form-component{font-family:inherit !important;font-size:0.95rem !important;}
.wf-row{margin-bottom:15px;display:block;}
.wf-label{font-family:'Montserrat',sans-serif;font-weight:600;color:var(--navy);font-size:0.82rem;margin-bottom:6px;display:block;}
.wf-field-mandatory .wf-label::after{content:" *";color:var(--gold);font-weight:700;}
.wf-field,.wf-field-inner{width:100%;}
.wf-field-item,.wf-field-input,.wf-field-dropdown{width:100% !important;box-sizing:border-box !important;padding:11px 13px !important;border:1px solid #d7dbe8 !important;border-radius:8px !important;font-size:0.95rem !important;font-family:inherit !important;background:#fff !important;color:var(--navy-dark) !important;transition:border-color .15s,box-shadow .15s;}
.wf-field-item:focus,.wf-field-input:focus,.wf-field-dropdown:focus{border-color:var(--navy) !important;outline:none !important;box-shadow:0 0 0 3px rgba(11,29,94,0.08) !important;}
.wf-text-area-input{min-height:110px !important;resize:vertical;}
.wform-btn-wrap{margin-top:18px;}
.wf-btn{font-family:'Montserrat',sans-serif !important;font-weight:700 !important;font-size:0.92rem !important;padding:13px 30px !important;border-radius:8px !important;background:var(--gold) !important;color:#fff !important;border:none !important;cursor:pointer;text-transform:uppercase;letter-spacing:0.03em;transition:background .15s;width:auto !important;}
.wf-btn:hover{background:var(--gold-dark) !important;}
.wf-field-error,.wf-error{color:var(--gold-dark) !important;font-size:0.8rem !important;margin-top:4px;display:block;}

/* ===== Fit Call + Book + Urgent in the header on desktop ===== */
@media(min-width:993px){
  .nav{gap:8px;}
  .nav-links{gap:0;}
  .nav-cta{gap:6px;flex-shrink:0;}
  .nav-cta .btn-sm{padding:8px 12px;font-size:0.78rem;}
  .nav-cta .urgent-btn{font-size:11px;padding:7px 10px;}
}
@media(min-width:993px){
  .nav-links a{padding:7px 8px;font-size:0.77rem;letter-spacing:0.03em;}
}
@media(min-width:993px){
  .nav-links a{padding:7px 10px;font-size:0.8rem;}
  .nav-cta .btn-sm{padding:9px 16px;font-size:0.82rem;}
  .nav-cta .urgent-btn{font-size:12px;padding:8px 13px;}
}



/* =========================================================================
   NAVY · WHITE · RED — Modern Premium  (layered override)
   White-dominant & airy; navy = authority; red = precise accent.
   Space Grotesk display + Open Sans body. On-brand with the navy/red logo.
   ========================================================================= */
:root {
  --navy: #0B1D5E;
  --navy-dark: #071238;
  --navy-light: #17307a;
  --gold: #C8232C;
  --gold-light: #E23A42;
  --gold-dark: #9E1319;
  --text: #1c2230;
  --off-white: #F5F8FD;
  --gray: #5a6377;
  --gray-light: #e7ecf6;
  --ring: rgba(11,29,94,0.10);
  --red-soft: rgba(200,35,44,0.10);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --shadow: 0 2px 8px rgba(11,29,94,0.05), 0 12px 30px rgba(11,29,94,0.08);
  --shadow-lg: 0 10px 28px rgba(11,29,94,0.12), 0 30px 64px rgba(11,29,94,0.16);
  --transition: all .32s cubic-bezier(.2,.7,.2,1);
  --display: 'Space Grotesk', 'Segoe UI', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-size: 17px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--text); }
a { color: var(--gold); } a:hover { color: var(--gold-dark); }
::selection { background: rgba(200,35,44,0.16); }

/* modern display type */
h1,h2,h3,h4,h5,.logo-text strong { font-family: var(--display); letter-spacing: -0.02em; }
.hero h1, .page-hero h1 { font-family: var(--display); font-weight: 700; text-transform: none; line-height: 1.05; letter-spacing: -0.03em; }
.hero h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
.hero h1 span { color: var(--white); }
.section-title span { color: var(--gold); }
.section-title { font-family: var(--display); font-weight: 700; text-transform: none; letter-spacing: -0.025em; line-height: 1.08; font-size: clamp(2rem, 3.4vw, 3.1rem); color: var(--navy); }
.cta-banner h2 { font-family: var(--display); font-weight: 700; }
.section-sub { font-family: 'Open Sans', sans-serif; font-size: 1.1rem; line-height: 1.75; color: var(--gray); }

.section-label { display:inline-flex; align-items:center; gap:10px; font-family: var(--display); color: var(--gold); font-weight:600; font-size:0.78rem; letter-spacing:0.16em; }
.section-label::before { content:''; width:26px; height:2px; background: var(--gold); border-radius:2px; }

.section { padding: 96px 0; }

/* cards: clean white, red accent-bar on hover */
.service-card, .why-card, .suburb-card, .review-card, .info-box, .sidebar-widget {
  border-radius: var(--radius); border: 1px solid var(--ring); background: #fff;
  box-shadow: var(--shadow); transition: var(--transition); position: relative; overflow: hidden;
}
.service-card::before, .why-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: var(--gold); transform: scaleX(0); transform-origin:left; transition: var(--transition); }
.service-card:hover::before, .why-card:hover::before { transform: scaleX(1); }
.service-card { padding: 32px 24px; }
.why-card { padding: 34px 28px; }
.service-card:hover, .why-card:hover, .suburb-card:hover, .review-card:hover { border-color: rgba(200,35,44,0.35); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.service-card h3, .why-card h3 { font-family: var(--display); font-weight: 700; font-size: 1.14rem; color: var(--navy); }

.why-icon, .service-icon, .step-num { background: linear-gradient(135deg, rgba(11,29,94,0.09), rgba(11,29,94,0.04)); border: 1px solid rgba(11,29,94,0.14); color: var(--navy); border-radius: 10px; }

/* buttons: red primary CTA */
.btn, .btn-primary, .btn-outline, .urgent-btn, .wf-btn { border-radius: var(--radius-sm); font-family: var(--display); font-weight: 600; letter-spacing: 0.01em; text-transform: none; font-size: 0.95rem; padding: 14px 28px; transition: var(--transition); }
.btn-primary { background: var(--gold); border: none; color:#fff; box-shadow: 0 8px 20px rgba(200,35,44,0.28); }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(200,35,44,0.4); color:#fff; }
.btn-outline { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color:#fff; }
.urgent-btn { background: var(--gold); color:#fff; }

/* hero: navy authority, red accent */
.hero { background: radial-gradient(1000px 480px at 82% -12%, rgba(200,35,44,0.16), transparent 60%), linear-gradient(160deg, #071238 0%, #0B1D5E 55%, #12276e 100%); padding: 122px 0 110px; border-bottom: none; }
.hero::before { background: radial-gradient(circle, rgba(200,35,44,0.10) 0%, transparent 70%); }
.hero-card { border-radius: var(--radius-lg); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 22px 60px rgba(0,0,0,0.35); }
.hero-card-title { font-family: var(--display); font-weight: 600; }
.page-hero { padding: 90px 0 72px; background: radial-gradient(900px 420px at 85% -20%, rgba(200,35,44,0.14), transparent 60%), linear-gradient(160deg, #071238, #0B1D5E); }

/* header / nav / bands */
.header { border-bottom: 3px solid var(--gold); }
.nav-links a { font-family: var(--display); font-size: 0.82rem; font-weight: 600; text-transform: none; letter-spacing: 0.01em; border-radius: 8px; }
.nav-links a:hover, .nav-links a.active { background: var(--navy); color:#fff; }
.topbar, .footer { background: var(--navy-dark); }
.topbar-item svg, .trust-item svg { fill: var(--gold); }
.cta-banner { background: radial-gradient(800px 320px at 18% 0%, rgba(200,35,44,0.22), transparent 60%), linear-gradient(135deg, #0B1D5E 0%, #17307a 100%); padding: 90px 0; }
.reviews-strip { background: linear-gradient(135deg, #071238, #0B1D5E); }

@media (max-width:700px){ body{font-size:16px;} .section{padding:60px 0;} .hero{padding:90px 0 80px;} .hero h1{font-size:clamp(2.2rem,9vw,3rem);} }

/* header CTA hierarchy: Book Online = red primary, Urgent Call Back = navy */
.urgent-btn { background: var(--navy); color: #fff; border: none; }
.urgent-btn:hover { background: var(--navy-dark); color: #fff; transform: translateY(-2px); }

/* ===== ORLA Hub lead form (replaces Bigin) ===== */
.orla-lead-form { display: grid; gap: 12px; }
.orla-lead-form input, .orla-lead-form select, .orla-lead-form textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 0.95rem; color: var(--text);
  background: #fff; border: 1px solid var(--ring); border-radius: 10px; transition: var(--transition);
}
.orla-lead-form input:focus, .orla-lead-form select:focus, .orla-lead-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--red-soft);
}
.orla-lead-form textarea { resize: vertical; min-height: 110px; }
.olf-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width:520px){ .olf-two { grid-template-columns: 1fr; } }
.olf-consent { display: flex; gap: 9px; align-items: flex-start; font-size: 0.82rem; color: var(--gray); line-height: 1.5; }
.olf-consent input { width: auto; margin-top: 3px; flex-shrink: 0; }
.orla-lead-form .olf-submit { width: 100%; justify-content: center; margin-top: 4px; }
.olf-status { font-size: 0.85rem; padding: 10px 12px; border-radius: 8px; }
.olf-status.err { background: var(--red-soft); color: var(--gold-dark); }
.olf-done { padding: 22px; background: var(--off-white); border: 1px solid var(--ring); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; color: var(--navy); font-weight: 600; line-height: 1.6; }
.olf-done a { color: var(--gold); }

/* ===== ORLA Hub booking modal ===== */
.bk-overlay { position: fixed; inset: 0; background: rgba(7,18,56,0.55); backdrop-filter: blur(3px); z-index: 3000; display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; }
.bk-overlay[hidden] { display: none; }
.bk-modal { position: relative; background: #fff; border-radius: 16px; width: 100%; max-width: 520px; box-shadow: 0 30px 80px rgba(7,18,56,0.4); padding: 26px; }
.bk-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 1.7rem; line-height: 1; color: var(--gray); cursor: pointer; }
.bk-close:hover { color: var(--gold); }
.bk-head { margin-bottom: 18px; padding-right: 24px; }
.bk-title { font-family: var(--display, 'Space Grotesk', sans-serif); color: var(--navy); font-size: 1.3rem; }
.bk-sub { color: var(--gray); font-size: 0.9rem; margin-top: 4px; }
.bk-label { font-family: var(--display, 'Space Grotesk', sans-serif); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--navy); margin-bottom: 10px; }
.bk-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.bk-day { flex: 0 0 auto; min-width: 64px; text-align: center; border: 1px solid var(--ring); border-radius: 10px; padding: 8px 6px; background: #fff; cursor: pointer; transition: var(--transition); font: inherit; }
.bk-day small { display: block; font-size: 0.68rem; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; }
.bk-day strong { display: block; font-size: 1.05rem; color: var(--navy); }
.bk-day:hover { border-color: var(--gold); }
.bk-day.active { background: var(--navy); border-color: var(--navy); }
.bk-day.active small, .bk-day.active strong { color: #fff; }
.bk-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 8px; margin-top: 10px; min-height: 44px; }
.bk-slot { border: 1px solid var(--ring); border-radius: 8px; padding: 9px 4px; background: #fff; cursor: pointer; font: inherit; font-size: 0.9rem; color: var(--navy); transition: var(--transition); }
.bk-slot:hover { border-color: var(--gold); background: var(--red-soft); }
.bk-hint { grid-column: 1 / -1; color: var(--gray); font-size: 0.85rem; margin: 6px 0; }
.bk-chosen { background: var(--off-white); border-left: 4px solid var(--gold); border-radius: 0 8px 8px 0; padding: 12px 14px; font-size: 0.88rem; color: var(--navy); margin-bottom: 4px; }
.bk-actions { display: flex; gap: 10px; align-items: center; }
.bk-done { text-align: center; padding: 10px 4px; }
.bk-done .olf-done { text-align: left; }
@media (max-width: 520px) { .bk-modal { padding: 20px; } }

/* hidden attribute must win over .orla-lead-form's display:grid */
.orla-lead-form[hidden], .bk-step[hidden] { display: none; }
