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

:root {
  --navy:   #1B3A5C;
  --sand:   #E8D5B0;
  --gold:   #C9922A;
  --cream:  #FAFAF8;
  --stone:  #6B6560;
  --white:  #FFFFFF;
  --dark:   #111110;
  --light-sand: #F5EDD8;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: var(--dark);
  background: var(--cream);
  overflow-x: hidden;
}

/* ── NAV ── */
nav#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  transition: background 0.4s, backdrop-filter 0.4s;
}
nav#site-nav.scrolled {
  background: rgba(27, 58, 92, 0.96);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-circle {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--sand); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--white) !important;
  padding: 9px 22px !important;
  border-radius: 2px;
  font-weight: 500 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: #b07d20 !important; }

/* ── HERO ── */
#home {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,20,35,0.3) 0%, rgba(10,20,35,0.7) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 72px;
  max-width: 680px;
}
.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeUp 0.8s 0.3s forwards;
}
.hero-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s 0.5s forwards;
}
.hero-title em { font-style: italic; color: var(--sand); }
.hero-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s 0.7s forwards;
}
.hero-actions {
  display: flex;
  gap: 16px;
  opacity: 0;
  animation: fadeUp 0.8s 0.9s forwards;
}
.btn-primary {
  display: inline-block;
  padding: 15px 36px;
  background: var(--gold);
  color: var(--white);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover { background: #b07d20; transform: translateY(-1px); }
.btn-ghost {
  display: inline-block;
  padding: 14px 36px;
  border: 1.5px solid rgba(255,255,255,0.55);
  color: var(--white);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
}
.btn-ghost:hover { border-color: var(--sand); background: rgba(255,255,255,0.08); }
.hero-scroll {
  position: absolute;
  bottom: 36px;
  right: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.6);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  animation: fadeIn 1s 1.5s both;
}
.hero-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.4);
  animation: grow 1.2s 1.8s both;
}

/* ── FEATURES STRIP ── */
.features {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 3px solid var(--gold);
}
.feature {
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature:last-child { border-right: none; }
.feature-icon { font-size: 2.6rem; margin-bottom: 8px; }
.feature-value {
  font-family: 'Baloo 2', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--sand);
  line-height: 1;
}
.feature-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ── SECTION BASE ── */
section { padding: 112px 72px; }
.section-eyebrow {
  font-size: 1.4 rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 28px;
}
.section-title em { font-style: italic; }
.section-body {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--stone);
  max-width: 560px;
}

/* ── DE VILLA ── */
#villa {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.villa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.villa-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.5s;
}
.villa-grid img:hover { transform: scale(1.02); }
.villa-grid img:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }
.villa-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--sand);
}
.spec {
  padding: 18px 0;
  border-bottom: 1px solid var(--sand);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.spec-icon { font-size: 2rem; color: var(--gold); margin-top: 2px; }
.spec-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  display: block;
  margin-bottom: 2px;
}
.spec-value { font-size: 0.92rem; color: var(--navy); font-weight: 400; }

/* ── FOTO IMPRESSIE ── */
#fotos {
  background: var(--light-sand);
  padding: 112px 72px;
}
.foto-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.gallery-item {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.06); }

/* ── LIGHTBOX ── */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#lightbox.open { display: flex; }
.lb-inner {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  cursor: default;
}
#lb-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}
.lb-counter {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin-top: 12px;
}
.lb-close {
  position: fixed;
  top: 24px; right: 32px;
  background: none;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: white;
  width: 40px; height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s;
  z-index: 1001;
}
.lb-close:hover { border-color: var(--sand); color: var(--sand); }
.lb-prev, .lb-next {
  position: fixed;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.3);
  color: white;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 1001;
}
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.2); }

/* ── PRIJZEN ── */
#prijzen {
  background: var(--navy);
  color: var(--white);
  padding: 112px 72px;
}
#prijzen .section-title { color: var(--white); }
#prijzen .section-body { color: rgba(255,255,255,0.6); }
.prijzen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  border: 1px solid rgba(255,255,255,0.1);
}
.prijs-card {
  padding: 40px 36px;
  background: rgba(255,255,255,0.04);
  position: relative;
  transition: background 0.3s;
}
.prijs-card:hover { background: rgba(255,255,255,0.07); }
.prijs-card.featured { background: var(--gold); }
.prijs-card.featured:hover { background: #b07d20; }
.prijs-card.featured .prijs-season,
.prijs-card.featured .prijs-amount,
.prijs-card.featured .prijs-note { color: var(--white) !important; }
.prijs-badge {
  position: absolute;
  top: -1px; right: 24px;
  background: var(--white);
  color: var(--gold);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 500;
}
.prijs-season {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  display: block;
}
.prijs-amount {
  font-family: 'Baloo 2', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: var(--sand);
  line-height: 1;
  margin-bottom: 8px;
}
.prijs-amount span { font-size: 1.2rem; vertical-align: super; margin-right: 4px; }
.prijs-note { font-size: 0.78rem; color: rgba(255,255,255,0.45); line-height: 1.6; }
.prijs-includes {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prijs-include {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.prijs-include::before { content: '✓'; color: var(--sand); font-size: 0.7rem; }
.prijs-card.featured .prijs-include { color: rgba(255,255,255,0.85); }
.prijs-card.featured .prijs-include::before { color: var(--white); }
.prijzen-note {
  margin-top: 36px;
  padding: 24px 32px;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid var(--gold);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

/* ── MORAIRA ── */
#moraira {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}
.moraira-img { position: relative; overflow: hidden; min-height: 560px; }
.moraira-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.moraira-text {
  padding: 96px 72px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.moraira-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.tag {
  padding: 6px 16px;
  border: 1px solid var(--sand);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  border-radius: 100px;
}

/* ── CONTACT ── */
#contact {
  background: var(--light-sand);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding: 112px 72px;
}
.contact-form {
  background: var(--white); border: 10px solid var(--gold);
  padding: 48px;
  border-radius: 2px;
  box-shadow: 0 4px 40px rgba(27,58,92,0.08);
}
.form-title {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-sub { font-size: 0.82rem; color: var(--stone); margin-bottom: 32px; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #D8CCBA;
  border-radius: 2px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--dark);
  background: var(--cream);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--navy); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}
.form-submit:hover { background: #142d49; }
.contact-info { padding-top: 8px; }
.contact-info .section-body { margin-bottom: 40px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sand);
}
.contact-detail:first-of-type { border-top: 1px solid var(--sand); }
.contact-detail-icon {
  width: 36px; height: 36px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}
.contact-detail-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  display: block;
  margin-bottom: 3px;
}
.contact-detail-value { font-size: 0.9rem; color: var(--navy); }
.contact-detail-value a { color: var(--navy); text-decoration: none; }
.contact-detail-value a:hover { text-decoration: underline; }

/* ── FOOTER ── */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.45);
  padding: 48px 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-brand {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
}
.footer-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.footer-links a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--sand); }
.footer-copy { font-size: 0.72rem; }

/* ── ANIMATIES ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes grow {
  from { transform: scaleY(0); transform-origin: top; }
  to   { transform: scaleY(1); }
}
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── MOBILE ── */
@media (max-width: 900px) {
  body { overflow-x: hidden; }
  nav#site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  section { padding: 72px 24px; }
  .hero-content { padding: 0 24px; }
  .hero-sub { font-size: 0.95rem; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .btn-primary, .btn-ghost { text-align: center; padding: 16px 24px; }
  .hero-scroll { display: none; }
  .features { grid-template-columns: repeat(2, 1fr); }
  #villa { grid-template-columns: 1fr; gap: 40px; }
  .villa-specs { grid-template-columns: 1fr; }
  #fotos { padding: 72px 24px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .foto-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  #prijzen { padding: 72px 24px; }
  .prijzen-grid { grid-template-columns: 1fr; }
  #moraira { grid-template-columns: 1fr; }
  .moraira-img { min-height: 280px; }
  .moraira-text { padding: 64px 24px; }
  #contact { grid-template-columns: 1fr; padding: 72px 24px; }
  .contact-form { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  footer { padding: 40px 24px; flex-direction: column; align-items: flex-start; }
}
/* ── CONTACT FORM UITLIJNING ── */
.cf7-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}
.cf7-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}
.cf7-row p {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
}
.cf7-row .cf7-label {
  min-width: 180px;
  text-align: right;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  flex-shrink: 0;
}
.cf7-row .wpcf7-form-control-wrap {
  flex: 1;
}
.cf7-row .wpcf7-form-control-wrap input,
.cf7-row .wpcf7-form-control-wrap select,
.cf7-row .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.cf7-note {
  margin-left: 192px;
  font-size: 0.72rem;
  color: var(--stone);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 14px;
}

/* ══════════════════════════════════════
   GASTENGIDS (afgeschermde pagina)
   ══════════════════════════════════════ */

.guide-hero {
  background: var(--navy);
  color: var(--white);
  padding: 80px 72px 16px;
  text-align: center;
}
.guide-hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 8px;
}
.guide-hero p {
  color: rgba(255,255,255,0.65);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 0.85rem;
}

.guide-content {
  padding: 80px 72px;
  max-width: 1040px;
  margin: 0 auto;
}

.guide-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  padding: 18px 22px;
  background: var(--light-sand);
  border-radius: 4px;
  position: sticky;
  top: 72px;
  z-index: 50;
  box-shadow: 0 4px 16px rgba(27,58,92,0.08);
}
.guide-index a,
.guide-index span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
}
.guide-index a {
  background: var(--navy);
  color: var(--white);
  transition: background 0.2s, transform 0.2s;
}
.guide-index a:hover { background: var(--gold); transform: translateY(-1px); }
.guide-index span {
  color: var(--stone);
  opacity: 0.3;
}
.guide-index .guide-nav-link {
  width: auto;
  height: auto;
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.guide-index-divider {
  width: 1px !important;
  height: 24px !important;
  border-radius: 0 !important;
  background: var(--sand);
  margin: 3px 4px;
  opacity: 1 !important;
}

.guide-intro {
  background: var(--light-sand);
  border-left: 3px solid var(--gold);
  padding: 28px 32px;
  margin-bottom: 56px;
  border-radius: 2px;
  line-height: 1.85;
  color: var(--stone);
  font-size: 0.92rem;
}
.guide-intro p { margin-bottom: 14px; }
.guide-intro p:last-child { margin-bottom: 0; }
.guide-intro strong { color: var(--navy); }
.guide-intro a { color: var(--navy); text-decoration: underline; }

.guide-phone-list {
  list-style: none;
  margin: 12px 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.guide-phone-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.guide-phone-icon { font-size: 1rem; }
.guide-phone-name {
  display: inline-block;
  min-width: 64px;
}
.guide-intro .guide-phone-list strong { color: var(--navy); }

.guide-section-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  color: var(--navy);
  margin: 0 0 28px;
  scroll-margin-top: 190px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
.guide-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 4px;
  padding: 26px 28px;
  scroll-margin-top: 190px;
}
.guide-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.guide-card-icon { font-size: 2rem; line-height: 1; }
.guide-card-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--navy);
}
.guide-card-body {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--stone);
}
.guide-card-body p { margin-bottom: 10px; }
.guide-card-body p:last-child { margin-bottom: 0; }
.guide-card-body strong { color: var(--navy); }

.guide-highlight {
  display: inline-block;
  background: var(--light-sand);
  padding: 2px 10px;
  border-radius: 2px;
  font-family: monospace;
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.guide-list-section {
  margin-bottom: 24px;
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 4px;
  padding: 26px 28px;
}

.guide-contact {
  background: var(--navy);
  color: var(--white);
  border-radius: 4px;
  padding: 32px 36px;
  margin-top: 16px;
}
.guide-contact-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--sand);
  margin-bottom: 10px;
}
.guide-contact p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}
.guide-contact a { color: var(--sand); text-decoration: none; }
.guide-contact a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .guide-hero { padding: 88px 24px 28px; }
  .guide-content { padding: 48px 24px; }
  .guide-grid { grid-template-columns: 1fr; }
}