/* =====================================================
   contact-us/assets/css/contact-us.css
   Scoped with cu- prefix to avoid global conflicts.
   ===================================================== */

/* ── Hero ───────────────────────────────────────────── */

.cu-hero {
  background: linear-gradient(135deg, #081c26 0%, #0f3d45 60%, #147f87 100%);
  padding: 64px 40px 56px;
  text-align: center;
}

.cu-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #27c2c9;
  margin-bottom: 14px;
}

.cu-hero-heading {
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 14px;
}

.cu-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.70);
  max-width: none;
  margin: 0 auto;
  line-height: 1.65;
}

.cu-hero-sub-em {
  color: #27c2c9;
  font-weight: 700;
}


/* ── Page body ──────────────────────────────────────── */

.cu-body {
  background: #f5f8f8;
  padding: 56px 24px 80px;
}

.cu-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


/* ── Grid ───────────────────────────────────────────── */

.cu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


/* ── Cards ──────────────────────────────────────────── */

.cu-card {
  background: #ffffff;
  border: 1px solid #d6ecec;
  border-radius: 12px;
  padding: 30px 28px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  opacity: 0;
  transform: translateY(16px);
  animation: cu-fadeUp 0.4s ease forwards;
}

.cu-card:hover {
  box-shadow: 0 8px 28px rgba(28, 176, 179, 0.12);
  transform: translateY(-2px);
}

.cu-card:nth-child(1) { animation-delay: 0.05s; }
.cu-card:nth-child(2) { animation-delay: 0.12s; }
.cu-card:nth-child(3) { animation-delay: 0.19s; }
.cu-card:nth-child(4) { animation-delay: 0.26s; }
.cu-card:nth-child(5) { animation-delay: 0.33s; }

@keyframes cu-fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ── Card icon ──────────────────────────────────────── */

.cu-card-icon {
  width: 44px;
  height: 44px;
  background: #e6f7f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.cu-card-icon svg {
  width: 21px;
  height: 21px;
  stroke: #27c2c9;
}


/* ── Card text ──────────────────────────────────────── */

.cu-card-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #27c2c9;
  margin-bottom: 5px;
}

.cu-card-heading {
  font-size: 20px;
  font-weight: 700;
  color: #081c26;
  margin-bottom: 8px;
}

.cu-card-desc {
  font-size: 14px;
  color: #43535c;
  line-height: 1.6;
  margin-bottom: 16px;
}


/* ── Email link ─────────────────────────────────────── */

.cu-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  font-weight: 600;
  color: #2f7380;
  text-decoration: none;
  border-bottom: 1.5px solid #b2ddd9;
  padding-bottom: 1px;
  word-break: break-all;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.cu-link:hover {
  color: #27c2c9;
  border-color: #27c2c9;
}

.cu-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}


/* ── Phone ──────────────────────────────────────────── */

.cu-phone {
  font-size: 30px;
  font-weight: 700;
  color: #2f7380;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.cu-phone a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cu-phone a:hover {
  color: #27c2c9;
}


/* ── Address ────────────────────────────────────────── */

.cu-address {
  font-size: 15px;
  font-style: normal;
  line-height: 1.9;
  color: #081c26;
  margin-top: 4px;
}


/* ── Map card ───────────────────────────────────────── */

.cu-card-map {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
}

.cu-map-header {
  padding: 22px 28px 18px;
  border-bottom: 1px solid #d6ecec;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cu-map-header .cu-card-icon {
  margin-bottom: 0;
  width: 38px;
  height: 38px;
}

.cu-map-header .cu-card-heading {
  margin-bottom: 0;
}

/* ── Hours card ─────────────────────────────────────── */

.cu-card-hours {
  grid-column: 1 / -1;
}

.cu-hours-row {
  display: flex;
  gap: 40px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.cu-hours-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cu-hours-days {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #43535c;
}

.cu-hours-time {
  font-size: 22px;
  font-weight: 700;
  color: #081c26;
  letter-spacing: 0.01em;
}

.cu-hours-appt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #27c2c9;
  margin-top: 2px;
}

.cu-hours-closed {
  font-size: 18px;
  font-weight: 700;
  color: #a0b0b5;
}

.cu-hours-divider {
  height: 1px;
  background: #d6ecec;
  margin: 20px 0 16px;
}

.cu-hours-note-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #27c2c9;
  margin-bottom: 8px;
}

.cu-hours-note {
  font-size: 13.5px;
  color: #43535c;
  line-height: 1.7;
  margin-bottom: 8px;
}

.cu-hours-note:last-child {
  margin-bottom: 0;
}

.cu-info-bubble {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0f9f9;
  border: 1px solid #d6ecec;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 4px;
}

.cu-info-bubble svg {
  width: 16px;
  height: 16px;
  stroke: #27c2c9;
  flex-shrink: 0;
  margin-top: 2px;
}

.cu-info-bubble span {
  font-size: 13px;
  color: #43535c;
  line-height: 1.65;
}


/* ── Map tabs ────────────────────────────────────────── */

.cu-map-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #d6ecec;
  background: #f0f9f9;
}

.cu-map-tab {
  flex: 1;
  padding: 11px 0;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: #43535c;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.cu-map-tab:hover {
  color: #27c2c9;
  background: #e6f7f7;
}

.cu-map-tab.active {
  color: #27c2c9;
  border-bottom-color: #27c2c9;
  background: #ffffff;
}

/* Clip container */
.cu-map-clip {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.cu-map-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.cu-map-frame--hidden {
  display: none;
}

/* Overlay to cover Google's incorrect street label in Street View */
.cu-sv-label-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 70px;
  background: #1a1a1a;
  z-index: 10;
  display: none; /* shown only when Street View tab is active */
  align-items: center;
  padding: 10px 14px;
  pointer-events: none;
}

.cu-sv-label-cover.visible {
  display: flex;
}

.cu-sv-label-text {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
}

.cu-map-footer {
  padding: 16px 28px;
  background: #f0f9f9;
  border-top: 1px solid #d6ecec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cu-map-addr-block {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #43535c;
}

.cu-map-addr-block svg {
  width: 15px;
  height: 15px;
  stroke: #27c2c9;
  flex-shrink: 0;
}

.cu-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #27c2c9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 9px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.cu-directions-btn:hover {
  background: #1fb3ba;
}

.cu-directions-btn svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 768px) {
  .cu-hero  { padding: 48px 24px 40px; }
  .cu-body  { padding: 40px 16px 60px; }
}

@media (max-width: 640px) {
  .cu-hero      { padding: 40px 20px 34px; }
  .cu-grid      { grid-template-columns: 1fr; }
  .cu-card-map  { grid-column: 1; }

  .cu-map-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cu-directions-btn {
    width: 100%;
    justify-content: center;
  }
}
