@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

/* =========================================================
   CONTACT US — DESIGN TOKENS (shared brand system)
========================================================= */
.ct-page {
  --navy: #004D88;
  --navy-deep: #00325c;
  --teal: #009C8D;
  --mint: #00CFBB;
  --bg: #FFFFFF;
  --bg-soft: #F6FAF9;
  --ink: #0B2540;
  --muted: #5C7186;
  --line: rgba(0, 77, 136, .12);
  --grad: linear-gradient(135deg, var(--navy), var(--teal));
  --grad-soft: linear-gradient(135deg, rgba(0,77,136,.06), rgba(0,156,141,.08));

  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
.ct-page * { box-sizing: border-box; }
.ct-page h1, .ct-page h2, .ct-page h3, .ct-page h4, .ct-page h5 { font-family: 'Lora', serif; margin: 0; color: var(--ink); letter-spacing: -.01em; }
.ct-page p { margin: 0; }
.ct-grad-word { background: linear-gradient(97deg, var(--navy), var(--teal) 70%, var(--mint)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.ct-shell { max-width: 1240px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.ct-section { padding: 90px 0; background: var(--bg); position: relative; }
.ct-section--soft { background: var(--bg-soft); }
.ct-section + .ct-section { border-top: 1px solid var(--line); }

.ct-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--teal); background: rgba(0,156,141,.08);
  border: 1px solid rgba(0,156,141,.25); padding: 7px 16px; border-radius: 99px; margin-bottom: 20px;
}
.ct-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); }

.ct-head { max-width: 760px; margin-bottom: 48px; }
.ct-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.ct-title { font-size: clamp(28px, 3.8vw, 42px); font-weight: 600; line-height: 1.18; margin-top: 14px; }
.ct-sub { font-size: 16px; color: var(--muted); line-height: 1.75; margin-top: 14px; }

/* =========================================================
   HERO
========================================================= */
.ct-hero { position: relative; padding: 128px 0 80px; overflow: hidden; background: #fff; }
.ct-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(650px 340px at 90% -10%, rgba(0,156,141,.09), transparent 60%),
              radial-gradient(500px 300px at -5% 110%, rgba(0,77,136,.07), transparent 60%);
}
.ct-hero .ct-shell { position: relative; z-index: 1; }
.ct-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.ct-hero-title { font-size: clamp(32px, 4.2vw, 48px); font-weight: 700; line-height: 1.15; margin: 16px 0 18px; }
.ct-hero-desc { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 520px; margin-bottom: 30px; }
.ct-hero-quick { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.ct-quick-chip {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 11px 18px 11px 11px; font-weight: 700; font-size: 13.5px; color: var(--navy);
  text-decoration: none; box-shadow: 0 10px 26px rgba(0,50,92,.06); transition: all .3s ease;
}
.ct-quick-chip:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,156,141,.18); color: var(--navy); }
.ct-quick-chip .ic { width: 30px; height: 30px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ct-quick-chip .ic svg { width: 14px; height: 14px; }

.ct-hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.ct-hero-stat { display: flex; flex-direction: column; }
.ct-hero-stat .num { font-family: 'Lora', serif; font-weight: 700; font-size: 26px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.ct-hero-stat .lbl { font-size: 12px; font-weight: 600; color: var(--muted); margin-top: 2px; }

.ct-hero-right { position: relative; }
.ct-hero-image-wrap { position: relative; border-radius: 26px; overflow: visible; }
.ct-hero-image-ph {
  aspect-ratio: 4 / 3.2; border-radius: 26px; background: var(--grad-soft); border: 1.5px dashed rgba(0,156,141,.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--navy);
  box-shadow: 0 30px 60px rgba(0,50,92,.1);
}
.ct-hero-image-ph svg { width: 56px; height: 56px; opacity: .6; }
.ct-hero-image-ph span { font-size: 13px; font-weight: 700; color: var(--muted); }
.ct-hero-float-card {
  position: absolute; background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: 0 18px 40px rgba(0,50,92,.16);
  font-size: 13px; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
}
.ct-hero-float-card--top { top: -18px; left: 24px; }
.ct-hero-float-card--top .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); flex-shrink: 0; }
.ct-hero-float-card--bottom { bottom: -20px; right: 20px; max-width: 240px; }
.ct-hero-float-card--bottom svg { width: 26px; height: 26px; color: var(--teal); flex-shrink: 0; }
.ct-hero-float-card--bottom .t { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 800; }
.ct-hero-float-card--bottom .v { display: block; font-size: 12.5px; color: var(--ink); font-weight: 700; margin-top: 2px; }

@media (max-width: 992px) {
  .ct-hero-grid { grid-template-columns: 1fr; }
  .ct-hero-right { margin-top: 40px; }
  .ct-hero-float-card--bottom { max-width: none; }
}
@media (max-width: 640px) {
  .ct-hero { padding: 104px 0 56px; }
  .ct-hero-quick { gap: 10px; }
  .ct-quick-chip { flex: 1 1 auto; justify-content: center; padding: 11px 12px; }
  .ct-quick-chip .txt { display: none; }
  .ct-quick-chip .ic { width: 34px; height: 34px; }
  .ct-quick-chip .ic svg { width: 16px; height: 16px; }
  .ct-hero-stats { justify-content: space-between; gap: 12px; width: 100%; }
  .ct-hero-stat { flex: 1; }
  .ct-hero-float-card { padding: 10px 14px; font-size: 12px; }
  .ct-hero-float-card--top { left: 12px; top: -14px; }
  .ct-hero-float-card--bottom { right: 12px; bottom: -16px; }
}

/* =========================================================
   MAIN CONTACT GRID (form + info)
========================================================= */
.ct-main-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: start; }

/* --- form card --- */
.ct-form-card {
  background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 44px;
  box-shadow: 0 24px 60px rgba(0,50,92,.08);
}
.ct-form-card h3 { font-size: 22px; margin-bottom: 8px; }
.ct-form-card .sub { font-size: 14.5px; color: var(--muted); margin-bottom: 30px; }
.ct-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ct-field { display: flex; flex-direction: column; gap: 8px; }
.ct-field.full { grid-column: 1 / 3; }
.ct-field label { font-size: 12.5px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.ct-field input, .ct-field textarea, .ct-field select {
  font-family: inherit; font-size: 14.5px; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--line); background: var(--bg-soft); color: var(--ink); transition: all .25s ease;
  width: 100%;
}
.ct-field select {
  appearance: none; -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23004D88" stroke-width="2.4"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
  padding-right: 40px; cursor: pointer;
  height: 52px; line-height: normal;
}
.ct-field select:invalid, .ct-field select option[disabled] { color: #8a97a5; }
.ct-field select, .ct-field select option { color: var(--ink); }
.ct-field input::placeholder, .ct-field textarea::placeholder { color: #8a97a5; opacity: 1; }
.ct-field input:focus, .ct-field textarea:focus, .ct-field select:focus {
  outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(0,156,141,.12);
}
.ct-field textarea { min-height: 120px; resize: vertical; }

/* --- phone: country code + number --- */
.ct-phone-row { display: flex; gap: 8px; width: 100%; }
.ct-phone-code {
  flex: 0 0 110px; width: 110px; font-size: 14px; font-weight: 700; padding: 14px 10px;
  border-radius: 12px; border: 1.5px solid var(--line); background: var(--bg-soft); color: var(--ink);
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23004D88" stroke-width="2.4"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat; background-position: right 10px center; background-size: 14px;
  padding-right: 32px !important;
  height: 52px; line-height: normal;
}
.ct-phone-code:focus, .ct-phone-num:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(0,156,141,.12); }
.ct-phone-num {
  flex: 1; min-width: 0; font-family: inherit; font-size: 14.5px; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--line); background: var(--bg-soft); color: var(--ink); transition: all .25s ease;
  height: 52px; line-height: normal;
}
@media (max-width: 400px) { .ct-phone-code { flex: 0 0 92px; width: 92px; } }
.ct-check-row { display: flex; align-items: flex-start; gap: 10px; }
.ct-check-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal); flex-shrink: 0; }
.ct-check-row label { font-size: 13px; color: var(--muted); line-height: 1.5; font-weight: 500; text-transform: none; }
.ct-check-row a { color: var(--teal); font-weight: 700; }
.ct-submit-btn {
  grid-column: 1 / 3; justify-self: start; font-weight: 700; font-size: 15px; padding: 16px 34px;
  border-radius: 12px; border: none; color: #fff; background: var(--grad); cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 14px 32px rgba(0,156,141,.3);
  transition: all .3s ease;
}
.ct-submit-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,156,141,.42); }
@media (max-width: 560px) {
  .ct-form-grid { grid-template-columns: 1fr; }
  .ct-field.full, .ct-submit-btn { grid-column: 1; }
  .ct-form-card { padding: 30px 22px; }
}

/* --- info column --- */
.ct-info-col { display: flex; flex-direction: column; gap: 18px; }
.ct-info-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px;
  display: flex; align-items: center; gap: 16px; transition: all .3s ease;
}
.ct-info-card:hover { border-color: rgba(0,156,141,.3); box-shadow: 0 16px 36px rgba(0,50,92,.08); transform: translateY(-3px); }
.ct-info-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--grad-soft); color: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ct-info-icon svg { width: 22px; height: 22px; }
.ct-info-card .lbl { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.ct-info-card .val { font-size: 15.5px; font-weight: 700; color: var(--ink); display: block; margin-top: 2px; }
.ct-info-card a.val { text-decoration: none; }
.ct-info-card a.val:hover { color: var(--teal); }

/* --- BD contact person card --- */
.ct-person-card {
  background: var(--grad); border-radius: 22px; padding: 30px; color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,50,92,.2);
}
.ct-person-card::before { content:''; position:absolute; top:-60px; right:-60px; width:200px; height:200px; border-radius:50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%); }
.ct-person-top { display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; margin-bottom: 20px; }
.ct-person-photo {
  width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.16); border: 4px solid rgba(255,255,255,.9);
  display: flex; align-items: center; justify-content: center; font-family: 'Lora', serif; font-weight: 700; font-size: 24px; flex-shrink: 0;
  overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.ct-person-top h4 { color: #fff; font-size: 22px; margin-bottom: 4px; font-weight: 800; }
.ct-person-top .role { font-size: 14.5px; color: rgba(255,255,255,.9); font-weight: 500; }
.ct-person-links { position: relative; z-index: 1; display: grid; gap: 10px; }
.ct-person-links a {
  display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: 13.5px; font-weight: 600;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 11px 14px; border-radius: 10px; transition: background .25s ease;
}
.ct-person-links a:hover { background: rgba(255,255,255,.2); color: #fff; }
.ct-person-links svg { width: 16px; height: 16px; flex-shrink: 0; }

/* =========================================================
   GLOBAL LOCATIONS (bento)
========================================================= */
.ct-loc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.ct-loc-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; transition: all .3s ease; }
.ct-loc-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0,50,92,.1); border-color: rgba(0,156,141,.3); }
.ct-loc-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ct-loc-icon svg { width: 20px; height: 20px; }
.ct-loc-card h5 { font-size: 15.5px; margin-bottom: 8px; }
.ct-loc-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.ct-loc-directions {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700;
  color: var(--teal); text-decoration: none;
}
.ct-loc-directions:hover { text-decoration: underline; }
@media (max-width: 992px) { .ct-loc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) {
  .ct-loc-grid {
    display: flex; grid-template-columns: unset; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 14px; margin: 0 -20px; padding: 4px 20px 10px; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .ct-loc-grid::-webkit-scrollbar { display: none; }
  .ct-loc-card { flex: 0 0 78vw; max-width: 300px; scroll-snap-align: start; }
}

/* =========================================================
   MAP SECTION
========================================================= */
.ct-map-frame {
  position: relative; border-radius: 26px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,50,92,.14);
  border: 1px solid var(--line);
}
.ct-map-frame iframe { width: 100%; height: 440px; border: 0; display: block; filter: grayscale(.15) contrast(1.02); }
.ct-map-card {
  position: absolute; left: 28px; bottom: 28px; background: #fff; border-radius: 18px; padding: 20px 24px;
  box-shadow: 0 18px 40px rgba(0,50,92,.18); max-width: 280px;
}
.ct-map-card .lbl { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 6px; }
.ct-map-card h5 { font-size: 15px; margin-bottom: 6px; }
.ct-map-card p { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.ct-map-directions {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px;
  color: #fff; background: var(--grad); padding: 10px 18px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,156,141,.3); transition: all .3s ease;
}
.ct-map-directions:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,156,141,.42); color: #fff; }
@media (max-width: 640px) {
  .ct-map-frame iframe { height: 320px; }
  .ct-map-card { position: static; margin-top: -18px; margin-left: 16px; margin-right: 16px; max-width: none; border-radius: 14px 14px 0 0; box-shadow: none; border: 1px solid var(--line); border-bottom: none; }
}

/* =========================================================
   TRUST STRIP (why reach out)
========================================================= */
.ct-trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ct-trust-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; text-align: center; transition: all .3s ease; }
.ct-trust-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,50,92,.08); border-color: rgba(0,156,141,.3); }
.ct-trust-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--grad-soft); color: var(--navy); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ct-trust-icon svg { width: 22px; height: 22px; }
.ct-trust-card h5 { font-size: 15.5px; margin-bottom: 8px; }
.ct-trust-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
@media (max-width: 768px) {
  .ct-trust-grid { grid-template-columns: 1fr; gap: 14px; }
  .ct-trust-card { display: flex; align-items: flex-start; gap: 16px; text-align: left; padding: 20px; }
  .ct-trust-icon { margin: 0; flex-shrink: 0; }
}

/* =========================================================
   RESPONSIVE — main grid
========================================================= */
@media (max-width: 992px) {
  .ct-main-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ct-section { padding: 64px 0; }
  .ct-hero { padding: 108px 0 50px; }
}
@media (prefers-reduced-motion: reduce) {
  .ct-page * { transition: none !important; animation: none !important; }
}