:root {
  --guide-navy: #092646;
  --guide-blue: #087fbd;
  --guide-sky: #eaf7ff;
  --guide-orange: #f36a21;
  --guide-ink: #17324d;
  --guide-muted: #5b7187;
  --guide-line: #d8e5ee;
  --guide-paper: #ffffff;
  --guide-sand: #f7fafc;
}

* { box-sizing: border-box; }

.guide-page {
  margin: 0;
  color: var(--guide-ink);
  font-family: Inter, Arial, sans-serif;
  background: var(--guide-paper);
  line-height: 1.65;
}

.guide-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.guide-topbar {
  background: var(--guide-navy);
  color: #fff;
  border-bottom: 3px solid var(--guide-orange);
}

.guide-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.guide-brand {
  color: #fff;
  text-decoration: none;
  font-family: Outfit, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.guide-nav-links { display: flex; align-items: center; gap: 22px; }
.guide-nav-links a { color: #d9ecfa; text-decoration: none; font-size: .88rem; font-weight: 600; }
.guide-nav-links a:hover { color: #fff; }
.guide-call { background: var(--guide-orange); color: #fff !important; padding: 9px 14px; border-radius: 8px; }

.guide-hero {
  min-height: 570px;
  background-image: url('/images/pembroke-pines-local-guide-hero.png');
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.guide-hero-content { width: min(650px, 100%); padding: 72px 0; color: #fff; }
.guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(7,37,66,.55);
  font-size: .72rem;
  letter-spacing: .1em;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 640px;
  margin: 16px 0;
  color: #fff;
  font-family: Outfit, Arial, sans-serif;
  font-size: clamp(2.55rem, 5vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.guide-hero p { max-width: 530px; margin: 0; color: #dceefa; font-size: 1.1rem; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; color: #c6ddef; font-size: .84rem; }

.guide-intro { padding: 64px 0 36px; }
.guide-lead {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.guide-eyebrow { margin: 0 0 10px; color: var(--guide-blue); font-size: .77rem; letter-spacing: .11em; font-weight: 800; text-transform: uppercase; }
.guide-intro h2, .guide-section h2, .guide-cta h2 {
  margin: 0;
  color: var(--guide-navy);
  font-family: Outfit, Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.guide-intro p { margin: 0; color: var(--guide-muted); font-size: 1.04rem; }

.guide-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0 52px;
}
.guide-jump a {
  border: 1px solid var(--guide-line);
  color: var(--guide-ink);
  background: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
}
.guide-jump a:hover { border-color: var(--guide-blue); color: var(--guide-blue); }

.guide-section { padding: 72px 0; border-top: 1px solid var(--guide-line); }
.guide-section--soft { background: var(--guide-sand); border-top: 0; }
.guide-section-head { max-width: 690px; margin-bottom: 34px; }
.guide-section-head p { margin: 12px 0 0; color: var(--guide-muted); }

.guide-place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-place {
  position: relative;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 16px;
  background: #fff;
}
.guide-place-number { display: block; color: #9ab3c6; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.guide-place h3 { margin: 14px 0 9px; color: var(--guide-navy); font-family: Outfit, Arial, sans-serif; font-size: 1.35rem; line-height: 1.2; }
.guide-place p { margin: 0; color: var(--guide-muted); font-size: .92rem; }
.guide-place::after { position: absolute; right: -28px; bottom: -44px; color: #e6f5fc; font-family: Outfit, Arial, sans-serif; font-size: 9rem; font-weight: 800; line-height: 1; content: attr(data-mark); }

.guide-plan { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.guide-plan-card { padding: 28px; border-radius: 16px; background: var(--guide-navy); color: #fff; }
.guide-plan-card--light { background: #eaf7ff; color: var(--guide-ink); }
.guide-plan-label { display: inline-block; margin-bottom: 15px; color: #71d2ff; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-plan-card--light .guide-plan-label { color: var(--guide-blue); }
.guide-plan h3 { margin: 0 0 10px; color: inherit; font-family: Outfit, Arial, sans-serif; font-size: 1.45rem; }
.guide-plan p { margin: 0; color: #d5e9f6; }
.guide-plan-card--light p { color: var(--guide-muted); }

.guide-season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.guide-season { padding: 20px; border-left: 4px solid var(--guide-blue); background: #fff; box-shadow: 0 8px 24px rgba(12,35,64,.05); }
.guide-season strong { display: block; color: var(--guide-navy); font-family: Outfit, Arial, sans-serif; font-size: 1.05rem; }
.guide-season span { display: block; margin-top: 7px; color: var(--guide-muted); font-size: .84rem; }

.guide-home-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: center; }
.guide-note-badge { padding: 28px; border-radius: 16px; background: linear-gradient(140deg, var(--guide-blue), #0bb5d7); color: #fff; }
.guide-note-badge b { display: block; font-family: Outfit, Arial, sans-serif; font-size: 2.8rem; line-height: 1; }
.guide-note-badge span { font-size: .88rem; font-weight: 700; }
.guide-home-note p { color: var(--guide-muted); }
.guide-inline-link { color: var(--guide-blue); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.guide-inline-link:hover { color: var(--guide-orange); }
.guide-home-note ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; }
.guide-home-note li { padding: 12px 12px 12px 32px; position: relative; border: 1px solid var(--guide-line); border-radius: 8px; font-size: .88rem; font-weight: 600; }
.guide-home-note li::before { position: absolute; left: 13px; top: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--guide-orange); content: ''; }

.guide-resource-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.guide-resource { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--guide-line); border-radius: 12px; background: #fff; text-decoration: none; }
.guide-resource strong { color: var(--guide-navy); font-size: .96rem; }
.guide-resource span { color: var(--guide-blue); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.guide-source-note { margin: 20px 0 0; color: var(--guide-muted); font-size: .84rem; }

.guide-cta { padding: 76px 0; text-align: center; background: var(--guide-navy); }
.guide-cta h2 { color: #fff; }
.guide-cta p { max-width: 630px; margin: 14px auto 26px; color: #cfe4f1; }
.guide-cta .guide-button { display: inline-block; padding: 13px 18px; border-radius: 8px; background: var(--guide-orange); color: #fff; text-decoration: none; font-weight: 800; }
.guide-cta .guide-phone { display: block; width: fit-content; margin: 16px auto 0; color: #d5ecf9; text-decoration: none; font-size: .95rem; font-weight: 700; }
.guide-cta .guide-phone:hover { color: #fff; text-decoration: underline; }

.guide-footer { padding: 30px 0; background: #061a30; color: #b7d1e2; font-size: .82rem; }
.guide-footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.guide-footer a { color: #fff; text-decoration: none; font-weight: 700; }

@media (max-width: 800px) {
  .guide-nav-links a:not(.guide-call) { display: none; }
  .guide-hero { min-height: 500px; background-position: 58% center; }
  .guide-hero-content { padding: 58px 0; }
  .guide-lead, .guide-home-note, .guide-plan { grid-template-columns: 1fr; gap: 24px; }
  .guide-place-grid, .guide-season-grid { grid-template-columns: 1fr 1fr; }
  .guide-resource-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .guide-shell { width: min(100% - 28px, 1160px); }
  .guide-hero { min-height: 480px; }
  .guide-place-grid, .guide-season-grid, .guide-home-note ul { grid-template-columns: 1fr; }
  .guide-section { padding: 54px 0; }
  .guide-footer-inner { align-items: flex-start; flex-direction: column; }
}
