/* =====================================================
   IPS — ips.woosee.pro
   Brand: Deep Teal #0F6E56 | Bright Teal #1DC89A | Gold #C9A84C | Cream #FAF7F2 | Charcoal #1A1A1A
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Noto+Sans+TC:wght@300;400;500&family=Noto+Serif+TC:wght@400;600&display=swap');

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

:root {
  --teal-deep: #0F6E56;
  --teal-bright: #1DC89A;
  --gold: #C9A84C;
  --cream: #FAF7F2;
  --charcoal: #1A1A1A;
  --white: #ffffff;
  --font-heading: 'Cormorant Garamond', 'Noto Serif TC', serif;
  --font-body: 'Noto Sans TC', 'Noto Serif TC', sans-serif;
  --section-pad: 80px 0;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); overflow-x: hidden; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* =====================================================
===================================================== */

  background: var(--charcoal);
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.02em;
}

/* =====================================================
   NAV
===================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: box-shadow 0.3s, padding 0.3s;
}
.nav.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.1);
  padding: 11px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: #1A1A1A; letter-spacing: 0.02em; white-space: nowrap; }
.nav-logo span { color: #7A5A14; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: rgba(0,0,0,0.7); font-size: 16px; font-weight: 400; letter-spacing: 0.02em; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: #0F6E56; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-switcher { display: flex; gap: 4px; }
.lang-btn {
  background: none;
  border: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.55);
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-body);
}
.lang-btn:hover, .lang-btn.active {
  border-color: #0F6E56;
  color: #0F6E56;
}
.nav-cta {
  background: #C9A84C;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.02em;
}
.nav-cta:hover { background: #d4b55a; transform: translateY(-1px); }
.nav-mobile-toggle { display: none; background: none; border: none; color: #1A1A1A; font-size: 22px; cursor: pointer; }

/* =====================================================
   HERO
===================================================== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  position: relative;
  overflow: hidden;
}
.hero-left {
  background: var(--teal-deep);
  padding: 80px 64px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-left::after {
  content: '';
  position: absolute;
  top: 0; right: -80px; bottom: 0;
  width: 120px;
  background: var(--teal-deep);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 3;
}
.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 24px;
  width: fit-content;
}
.hero-h1 {
  font-family: var(--font-heading);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.hero-h1 .gold { color: var(--gold); }
.hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.hero-anchor {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-style: italic;
  border-left: 2px solid rgba(255,255,255,0.2);
  padding-left: 12px;
}
.hero-body {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.pill {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  white-space: nowrap;
}
.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 700;
  font-size: 17px;
  padding: 16px 36px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.2s;
  width: fit-content;
}
.btn-gold:hover { background: #d4af5a; transform: translateY(-2px); }

.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,110,86,0.5) 0%, rgba(15,110,86,0.15) 60%, transparent 100%);
}

/* =====================================================
   STAT BAND
===================================================== */
.stats {
  background: var(--charcoal);
  border-top: 3px solid var(--gold);
  padding: 56px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item {
  text-align: center;
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label { color: rgba(255,255,255,0.65); font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; }

/* =====================================================
   HOW IT WORKS
===================================================== */
.how {
  background: var(--cream);
  padding: var(--section-pad);
}
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag {
  display: inline-block;
  color: var(--teal-bright);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-h2 {
  font-family: var(--font-heading);
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.25;
}
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card {
  background: var(--white);
  border-radius: 8px;
  padding: 40px 32px;
  transition: background 0.35s, box-shadow 0.35s;
  cursor: default;
}
.step-card:hover {
  background: var(--teal-deep);
  box-shadow: 0 20px 60px rgba(15,110,86,0.25);
}
.step-number {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  color: var(--teal-deep);
  line-height: 1;
  margin-bottom: 20px;
  transition: color 0.35s;
}
.step-card:hover .step-number { color: var(--gold); }
.step-h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
  transition: color 0.35s;
}
.step-card:hover .step-h3 { color: var(--white); }
.step-body { font-size: 18px; line-height: 1.85; color: #555; transition: color 0.35s; }
.step-card:hover .step-body { color: rgba(255,255,255,0.8); }

/* =====================================================
   PROPERTY TYPES
===================================================== */
.properties { padding: var(--section-pad); background: var(--white); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prop-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e4dc;
  transition: box-shadow 0.3s, transform 0.3s, border-top-color 0.3s;
  border-top: 3px solid transparent;
  position: relative;
}
.prop-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
  transform: translateY(-4px);
  border-top-color: var(--teal-bright);
}
.prop-card-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.prop-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.prop-card:hover .prop-card-img img { transform: scale(1.06); }
.prop-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.04em;
}
.prop-bestseller {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--teal-deep);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
}
.prop-card-body { padding: 20px 22px 24px; }
.prop-type-tag {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-bright);
  margin-bottom: 6px;
}
.prop-name {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
}
.prop-price {
  font-size: 26px;
  font-weight: 700;
  color: var(--teal-deep);
  margin-bottom: 4px;
}
.prop-rent { font-size: 16px; color: #777; line-height: 1.5; }

/* =====================================================
   LOCATION
===================================================== */
.location { background: var(--charcoal); padding: var(--section-pad); }
.location .section-h2 { color: var(--white); }
.location-body { color: rgba(255,255,255,0.7); font-size: 18px; line-height: 1.8; max-width: 680px; margin: 16px auto 48px; text-align: center; }
.location-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.loc-panel {
  position: relative;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}
.loc-panel img { width: 100%; height: 100%; object-fit: cover; }
.loc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 32px;
}
.loc-region {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.loc-areas { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* =====================================================
   BENEFITS
===================================================== */
.benefits { background: var(--teal-deep); padding: var(--section-pad); }
.benefits .section-h2 { color: var(--white); }
.benefits .section-tag { color: rgba(255,255,255,0.6); }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; }
.benefit-tile {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  transition: background 0.3s;
}
.benefit-tile:hover { background: rgba(255,255,255,0.14); }
.benefit-icon { font-size: 28px; margin-bottom: 14px; }
.benefit-title { color: var(--white); font-size: 18px; font-weight: 600; margin-bottom: 8px; line-height: 1.4; }
.benefit-desc { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.65; }

/* =====================================================
   ENQUIRY FORM
===================================================== */
.enquiry { background: var(--cream); padding: var(--section-pad); }
.enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.enquiry-copy-h2 { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: var(--charcoal); margin-bottom: 16px; }
.enquiry-copy-body { font-size: 18px; line-height: 1.8; color: #555; margin-bottom: 28px; }
.enquiry-note {
  border-left: 4px solid var(--gold);
  padding: 16px 20px;
  background: rgba(201,168,76,0.08);
  border-radius: 0 6px 6px 0;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}
.enquiry-note a { color: var(--teal-deep); font-weight: 600; }
.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: 17px; font-weight: 500; color: #444; letter-spacing: 0.02em; }
.form-group input:not([type="checkbox"]),
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:not([type="checkbox"]):focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal-deep);
  box-shadow: 0 0 0 3px rgba(15,110,86,0.1);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-gdpr { font-size: 16px; color: #777; line-height: 1.7; margin-top: 4px; margin-bottom: 16px; }
.form-gdpr input[type="checkbox"] { width: 18px; height: 18px; vertical-align: middle; margin-right: 8px; cursor: pointer; accent-color: var(--teal-deep); position: relative; top: -1px; }
.form-gdpr a { color: var(--teal-deep); text-decoration: underline; }
.form-referral-note { font-size: 13px; color: #999; line-height: 1.6; margin-bottom: 16px; }
.btn-submit {
  width: 100%;
  background: var(--teal-deep);
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
  padding: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.2s;
  font-family: var(--font-body);
  margin-top: 8px;
}
.btn-submit:hover { background: #0d5e49; transform: translateY(-1px); }
.form-promise { text-align: center; font-size: 14px; color: #888; margin-top: 10px; }
.form-success { display: none; background: rgba(29,200,154,0.1); border: 1px solid var(--teal-bright); border-radius: 6px; padding: 20px; text-align: center; }
.form-success h3 { font-family: var(--font-heading); font-size: 22px; color: var(--teal-deep); margin-bottom: 8px; }
.form-success p { color: #555; font-size: 18px; }

/* =====================================================
   FAQ
===================================================== */
.faq { background: var(--cream); padding: var(--section-pad); border-top: 1px solid #e8e4dc; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e0dbd2; }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  color: var(--charcoal);
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--teal-deep); }
.faq-icon {
  font-size: 20px;
  color: var(--teal-deep);
  flex-shrink: 0;
  transition: transform 0.3s;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner { padding: 0 0 22px; font-size: 18px; line-height: 2.0; color: #555; }

/* =====================================================
   FOOTER / DISCLAIMER
===================================================== */
.footer {
  background: var(--charcoal);
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-company { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.footer-disclaimer { font-size: 15px; line-height: 2.0; color: rgba(255,255,255,0.45); max-width: 900px; }
.footer-legal { margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.55); }
.footer-legal a { color: rgba(255,255,255,0.75); text-decoration: none; }
.footer-legal a:hover { text-decoration: underline; }
.footer-logo { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.footer-logo span { color: var(--gold); }

/* =====================================================
   COOKIE BANNER
===================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1100;
  background: var(--charcoal);
  border-top: 2px solid var(--gold);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
}
.cookie-banner.hidden { display: none; }
.cookie-text { color: rgba(255,255,255,0.8); font-size: 15px; line-height: 1.6; flex: 1; min-width: 240px; }
.cookie-text a { color: var(--gold); text-decoration: underline; }
.cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-accept {
  background: var(--gold); color: var(--charcoal);
  border: none; padding: 9px 22px; border-radius: 4px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.2s;
}
.cookie-accept:hover { background: #d4af5a; }
.cookie-decline {
  background: none; color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.25); padding: 9px 22px; border-radius: 4px;
  font-size: 15px; cursor: pointer;
  font-family: var(--font-body);
  transition: border-color 0.2s, color 0.2s;
}
.cookie-decline:hover { border-color: rgba(255,255,255,0.6); color: rgba(255,255,255,0.9); }

/* =====================================================
   STICKY CTA
===================================================== */
.sticky-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 700;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 50px;
  box-shadow: 0 6px 30px rgba(201,168,76,0.5);
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.sticky-cta:hover { background: #d4af5a; transform: translateY(-2px); box-shadow: 0 8px 36px rgba(201,168,76,0.6); }

/* =====================================================
   LOCATION TOWNS
===================================================== */
.loc-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.loc-towns span {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

/* =====================================================
   WHAT'S COVERED
===================================================== */
.covered {
  padding: var(--section-pad);
  background: var(--cream);
}
.covered .section-label { color: var(--teal-deep); }
.covered-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.covered-item {
  background: var(--white);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.covered-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: var(--teal-bright);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
.covered-item p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--charcoal);
  margin: 0;
}
.covered-note {
  margin-top: 24px;
  font-size: 15px;
  color: #666;
  text-align: center;
  font-style: italic;
}

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

/* =====================================================
   SCROLL ANIMATIONS
===================================================== */
.anim-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.anim-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1100px) {
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 32px; clip-path: none; }
  .hero-left::after { display: none; }
  .hero-right { height: 300px; }
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .nav.mobile-open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 16px 24px 24px;
    gap: 16px;
  }
  .steps-grid { grid-template-columns: 1fr; }
  .enquiry-grid { grid-template-columns: 1fr; gap: 36px; }
  .location-panels { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
}

@media (max-width: 640px) {
  .cards-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 42px; }
  .nav-right { gap: 8px; }
  .nav-cta { display: none; }
  .sticky-cta { bottom: 16px; right: 16px; font-size: 15px; padding: 12px 18px; }
  .enquiry { padding-left: 16px; padding-right: 16px; overflow-x: hidden; }
  .enquiry-grid { gap: 24px; }
  #enquiry-form { max-width: 100%; box-sizing: border-box; }
  .form-group input,
  .form-group select,
  .form-group textarea { max-width: 100%; box-sizing: border-box; }
  .cf-turnstile { max-width: 100%; overflow: hidden; }
  .cf-turnstile iframe { max-width: 100% !important; }
}
