:root {
  --green: #0f7b6c;
  --green-dark: #075648;
  --mint: #dff8ef;
  --cream: #fff8ec;
  --gold: #f3bd46;
  --ink: #16332e;
  --muted: #5e7771;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(11, 77, 67, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #e5fff3 0, transparent 34%), linear-gradient(135deg, #fffaf1 0%, #edf9f2 48%, #ffffff 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-glow { position: fixed; border-radius: 999px; filter: blur(20px); opacity: .45; pointer-events: none; z-index: -1; }
.page-glow-one { width: 380px; height: 380px; background: #bff3df; left: -120px; top: 80px; }
.page-glow-two { width: 440px; height: 440px; background: #ffe0a3; right: -160px; bottom: -100px; }

.site-header {
  width: min(1120px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,123,108,.12);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(12,77,67,.08);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 12px;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--green-dark); }
.brand img, .site-footer img { width: 44px; height: 44px; object-fit: contain; border-radius: 14px; }
.nav-menu { display: flex; align-items: center; gap: 22px; font-weight: 650; color: #345b54; }
.nav-menu a:hover { color: var(--green); }
.nav-button, .primary-btn, .secondary-btn, .notify-form button {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav-button, .primary-btn, .notify-form button { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(15,123,108,.22); }
.nav-button { padding: 10px 16px; }
.primary-btn, .secondary-btn { min-height: 50px; padding: 0 22px; }
.secondary-btn { border: 1px solid rgba(15,123,108,.22); background: rgba(255,255,255,.72); color: var(--green-dark); }
.primary-btn:hover, .secondary-btn:hover, .notify-form button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--green-dark); margin: 5px 0; border-radius: 99px; }

.section-pad { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 82px 0; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; min-height: 680px; padding-top: 52px; }
.eyebrow { margin: 0 0 12px; color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .92rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); line-height: .94; letter-spacing: -.07em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.045em; margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.hero-text, .section-heading p, .location-copy p, .panel-card p, .hero-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.quick-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.quick-info div { padding: 16px; background: rgba(255,255,255,.68); border: 1px solid rgba(15,123,108,.12); border-radius: 22px; }
.quick-info strong, .quick-info span { display: block; }
.quick-info strong { color: var(--green-dark); margin-bottom: 5px; }
.quick-info span { color: var(--muted); font-size: .92rem; word-break: break-word; }

.hero-card { padding: 34px 30px; border-radius: 36px; background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.58)); border: 1px solid rgba(15,123,108,.13); box-shadow: var(--shadow); text-align: center; position: relative; overflow: hidden; }
.hero-card:before { content: ""; position: absolute; width: 240px; height: 240px; background: var(--mint); border-radius: 50%; right: -70px; top: -70px; z-index: -1; }
.logo-orb { width: min(260px, 70vw); aspect-ratio: 1; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; background: white; box-shadow: inset 0 0 0 14px rgba(15,123,108,.05), 0 26px 60px rgba(15,123,108,.18); animation: float 4s ease-in-out infinite; }
.logo-orb img { width: 78%; border-radius: 34px; }
.status-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--cream); border: 1px solid rgba(243,189,70,.38); color: #8a5b00; padding: 9px 14px; border-radius: 999px; font-weight: 800; margin-bottom: 18px; }
.status-pill span { width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(243,189,70,.18); }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.countdown div { padding: 15px 10px; border-radius: 18px; background: rgba(15,123,108,.08); }
.countdown b { display: block; color: var(--green-dark); font-size: 1.25rem; }
.countdown small { color: var(--muted); font-weight: 700; }

.trust-strip { padding: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: var(--green-dark); color: white; border-radius: 28px; box-shadow: var(--shadow); }
.trust-strip div { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.trust-strip span { color: var(--gold); }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 24px; border-radius: 28px; background: rgba(255,255,255,.75); border: 1px solid rgba(15,123,108,.12); box-shadow: 0 16px 44px rgba(9,72,62,.08); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--mint); font-size: 1.6rem; margin-bottom: 18px; }
.service-card p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }

.interactive-panel { padding-top: 20px; }
.panel-card { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; align-items: center; padding: 34px; border-radius: 34px; background: linear-gradient(135deg, var(--green-dark), var(--green)); color: white; box-shadow: var(--shadow); }
.panel-card .eyebrow, .panel-card p { color: rgba(255,255,255,.76); }
.notify-form { display: grid; gap: 12px; }
.notify-form input, .notify-form select, .notify-form textarea { width: 100%; border: 0; border-radius: 18px; padding: 16px 18px; font: inherit; outline: none; resize: vertical; }
.notify-form input:focus, .notify-form select:focus, .notify-form textarea:focus { box-shadow: 0 0 0 4px rgba(243,189,70,.32); }
.notify-form button { min-height: 52px; border: 0; background: var(--gold); color: #3f2a00; cursor: pointer; font-size: 1rem; }
.notify-form small { color: rgba(255,255,255,.72); }

.location-card { display: grid; grid-template-columns: .9fr 1fr; gap: 34px; padding: 24px; border-radius: 34px; background: rgba(255,255,255,.72); border: 1px solid rgba(15,123,108,.12); box-shadow: var(--shadow); align-items: center; }
.map-preview { min-height: 340px; border-radius: 28px; background: linear-gradient(135deg, #dff8ef, #fff2d2); position: relative; overflow: hidden; }
.route { position: absolute; background: rgba(15,123,108,.18); border-radius: 999px; transform: rotate(-25deg); }
.route-one { width: 130%; height: 24px; top: 70px; left: -20%; }
.route-two { width: 110%; height: 18px; top: 190px; left: -10%; transform: rotate(22deg); }
.route-three { width: 36px; height: 130%; top: -10%; left: 42%; transform: rotate(8deg); }
.pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 82px; height: 82px; border-radius: 50%; display: grid; place-items: center; background: white; box-shadow: var(--shadow); font-size: 2.1rem; z-index: 2; animation: pulse 2s infinite; }
.location-copy { padding: 20px; }

.faq-list { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq-item { width: 100%; text-align: left; border: 1px solid rgba(15,123,108,.12); background: rgba(255,255,255,.76); border-radius: 22px; padding: 20px 22px; color: var(--ink); font: inherit; cursor: pointer; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.faq-item span { font-weight: 850; }
.faq-item b { color: var(--green); font-size: 1.3rem; }
.faq-item p { grid-column: 1 / -1; color: var(--muted); line-height: 1.6; display: none; margin: 2px 0 0; }
.faq-item.open p { display: block; }
.faq-item.open b { transform: rotate(45deg); }

.site-footer { width: min(1120px, calc(100% - 36px)); margin: 40px auto 24px; padding: 28px; border-radius: 28px; background: rgba(255,255,255,.72); border: 1px solid rgba(15,123,108,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--muted); }
.site-footer div { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-weight: 850; }
.site-footer a { color: var(--green); font-weight: 850; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(15,123,108,.28), var(--shadow); } 70% { box-shadow: 0 0 0 24px rgba(15,123,108,0), var(--shadow); } 100% { box-shadow: 0 0 0 0 rgba(15,123,108,0), var(--shadow); } }

@media (max-width: 900px) {
  .hero, .panel-card, .location-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .trust-strip, .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .site-header { width: calc(100% - 24px); }
  .menu-toggle { display: block; }
  .nav-menu { position: absolute; left: 0; right: 0; top: 78px; margin: 0 auto; width: 100%; padding: 16px; border-radius: 22px; background: white; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 10px; }
  .section-pad { width: calc(100% - 24px); padding: 54px 0; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(2.6rem, 16vw, 4.3rem); }
  .quick-info, .trust-strip, .service-grid, .countdown { grid-template-columns: 1fr; }
  .panel-card, .location-card, .hero-card { border-radius: 26px; padding: 22px; }
  .site-footer { width: calc(100% - 24px); justify-content: center; text-align: center; }
}


.form-alert {
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 800;
  line-height: 1.45;
}
.form-success {
  background: rgba(223,248,239,.96);
  color: #075648;
}
.form-error {
  background: rgba(255,230,230,.96);
  color: #8a1f1f;
}
.website-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
