/* =========================================================
CONTACT PAGE (clean corporate)
========================================================= */

.contactBody{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* --- HERO tweaks (doesn't break your itk-hero) --- */
.ctHero__inner{
  max-width: 980px;
}
.ctHero__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.90);
  margin-bottom: 10px;
}
.ctHero__title{
  margin:0;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.05;
}
.ctHero__sub{
  margin: 14px auto 0;
  max-width: 70ch;
  color: rgba(255,255,255,.90);
  line-height: 1.6;
  font-size: 15px;
}
.ctHero__actions{
  margin-top: 18px;
  display:flex;
  gap: 12px;
  justify-content:center;
  flex-wrap:wrap;
}

/* --- Buttons (contact only, won't mess with your site buttons) --- */
.ctBtn{
  height: 46px;
  padding: 0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .18s ease, filter .18s ease;
}
.ctBtn:hover{ transform: translateY(-2px); filter: brightness(.98); }
.ctBtn--primary{
  background: #ffb018;
  color: #111;
  border-color: rgba(0,0,0,.12);
}
.ctBtn--ghost{
  background: rgba(255,255,255,.10);
  color: #fff;
  border-color: rgba(255,255,255,.22);
}
.ctBtn--dark{
  background: #0b1220;
  color: #fff;
  border-color: rgba(255,255,255,.12);
}

/* --- Quick bar --- */
.ctQuick{
  background:#fff;
  border-bottom: 1px solid rgba(15,23,42,.10);
}
.ctQuick__row{
  padding: 18px 0;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}
.ctQuick__pill{
  min-width: 220px;
  flex: 1;
  text-decoration:none;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  padding: 12px 14px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ctQuick__pill:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(0,0,0,.08);
  border-color: rgba(255,176,24,.55);
}
.ctQuick__k{
  display:block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  color:#64748b;
  margin-bottom: 6px;
}
.ctQuick__v{
  display:block;
  font-size: 13px;
  font-weight: 900;
  color:#0f1419;
}

/* --- Section layout --- */
.ctSection{ padding: 56px 0; }
.ctSection--form{
  background: #f8fafc;
  border-top: 1px solid rgba(15,23,42,.08);
}
.ctLayout{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items:start;
}

.ctHead{ margin-bottom: 14px; }
.ctHead--form{ margin-bottom: 16px; }
.ctKicker{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(15,23,42,.55);
  margin-bottom: 10px;
}
.ctH2{
  margin:0 0 8px;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  color:#0f1419;
  letter-spacing: -0.02em;
}
.ctLead{
  margin:0;
  color:#5d6772;
  line-height: 1.65;
  max-width: 68ch;
  font-size: 14px;
}

/* --- Cards --- */
.ctCard{
  margin-top: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background:#fff;
  padding: 16px;
}
.ctCard__title{
  margin:0 0 12px;
  font-size: 15px;
  font-weight: 900;
  color:#0f1419;
}

.ctRows{ display:grid; gap: 12px; }
.ctRow{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  align-items:start;
}
.ctRow__k{
  font-size: 11px;
  font-weight: 900;
  color:#64748b;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.ctRow__v{
  font-size: 13px;
  color:#0f1419;
  line-height: 1.6;
}
.ctRow__v a{
  color:#0f1419;
  text-decoration:none;
  border-bottom: 1px solid rgba(15,23,42,.25);
}
.ctRow__v a:hover{ border-bottom-color:#0f1419; }

.ctCard__actions{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}
.ctCard__actions .ctBtn--ghost{
  background:#fff;
  color:#0f1419;
  border-color: rgba(15,23,42,.18);
}

/* --- Hours --- */
.ctCard--hours .ctHours{
  margin-top: 6px;
  display:grid;
  gap: 10px;
}
.ctHour{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  font-size: 13px;
  color:#334155;
  padding-top: 10px;
  border-top: 1px solid rgba(15,23,42,.08);
}
.ctHour:first-child{ border-top:0; padding-top:0; }
.ctHour strong{ color:#0f1419; }

/* --- Map --- */
.mapCard{
  border: 1px solid rgba(15,23,42,.10);
  background:#fff;
  overflow:hidden;
}
.mapCard__top{
  padding: 16px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.mapCard__title{
  margin:0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color:#0f1419;
}
.mapCard__sub{
  margin:0;
  color:#5d6772;
  font-size: 13px;
}
.mapFrame{
  height: 420px;
  background:#f2f4f7;
}
.mapFrame iframe{
  width:100%;
  height:100%;
  border:0;
}
.mapCard__foot{
  padding: 14px 16px;
  border-top: 1px solid rgba(15,23,42,.08);
}
.mapCard__foot .ctBtn{
  width:100%;
}

/* --- Form --- */
.ctFormWrap{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 22px;
  align-items:start;
}
.ctForm{
  border: 1px solid rgba(15,23,42,.10);
  background:#fff;
  padding: 16px;
}
.ctForm__grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fField{ display:grid; gap: 8px; margin-bottom: 12px; }
.fField span{
  font-size: 12px;
  font-weight: 900;
  color:#334155;
}
.fField input,
.fField select,
.fField textarea{
  width:100%;
  border: 1px solid rgba(15,23,42,.12);
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
  background:#fff;
}
.fField input:focus,
.fField select:focus,
.fField textarea:focus{
  border-color: rgba(255,176,24,.80);
  box-shadow: 0 0 0 4px rgba(255,176,24,.18);
}
.fField textarea{ resize: vertical; }

.ctForm__actions{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 10px;
}
.ctForm__actions .ctBtn{
  min-width: 180px;
}
.ctForm__actions .ctBtn--ghost{
  background:#fff;
  color:#0f1419;
  border-color: rgba(15,23,42,.18);
}

.ctNote{
  margin: 12px 0 0;
  font-size: 12px;
  color:#64748b;
  line-height: 1.55;
}

/* --- Responsive --- */
@media (max-width: 980px){
  .ctLayout{ grid-template-columns: 1fr; }
  .ctFormWrap{ grid-template-columns: 1fr; }
  .mapFrame{ height: 340px; }
}

@media (max-width: 620px){
  .ctQuick__pill{ min-width: 100%; }
  .ctRow{ grid-template-columns: 1fr; }
  .ctForm__grid2{ grid-template-columns: 1fr; }
  .ctForm__actions .ctBtn{ width: 100%; }
}
/* =========================
LOCATIONS & CONTACTS (Simple)
========================= */

.ctLoc{
  padding: 56px 0;
  background:#fff;
}

.ctLoc__inner{
  display:grid;
  grid-template-columns: 1.1fr .55fr;
  gap: 34px;
  align-items:start;
}

/* Left */
.ctLoc__map{
  padding-top: 6px;
}
.ctLoc__map img{
  width:100%;
  height:auto;
  display:block;
  max-width: 760px;
}

.ctLoc__cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.ctLocCard{
  background:#f5f6f8;
  border: 1px solid #eef0f3;
  padding: 16px;
}

.ctLocCard__title{
  margin:0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color:#0f1419;
}

.ctLocCard__line{
  font-size: 12px;
  color:#6b7280;
  margin-bottom: 6px;
}

.ctLocCard__phone{
  font-size: 12px;
  font-weight: 800;
  color:#0b5fb8;
  text-decoration:none;
}
.ctLocCard__phone:hover{ text-decoration: underline; }

/* Right */
.ctLoc__right{
  display:grid;
  gap: 14px;
}

/* Dropdown (hover like screenshot) */
.ctDrop{ position:relative; }

.ctDrop__btn{
  width:100%;
  height: 44px;
  padding: 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  background:#0b1220;
  color:#fff;
  border: 0;
  cursor:pointer;
  font-weight: 800;
  font-size: 13px;
}
.ctDrop__chev{ opacity:.9; }

.ctDrop__menu{
  position:absolute;
  top: calc(100% + 8px);
  left:0;
  right:0;
  background:#0b1220;
  border: 1px solid rgba(255,255,255,.12);
  padding: 10px;
  display:none;
  z-index: 10;
}

.ctDrop__menu a{
  display:block;
  padding: 10px 10px;
  color:#fff;
  text-decoration:none;
  font-size: 13px;
  opacity:.92;
}
.ctDrop__menu a:hover{
  background: rgba(255,255,255,.08);
  opacity: 1;
}

/* hover open */
@media (hover:hover){
  .ctDrop:hover .ctDrop__menu{ display:block; }
}

/* Social */
.ctLoc__share{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}

.ctLoc__shareLabel{
  font-size: 12px;
  color:#6b7280;
}

.ctLoc__social{
  display:flex;
  gap: 8px;
}

.ctLoc__social a{
  width: 26px;
  height: 26px;
  display:grid;
  place-items:center;
  background:#f3f4f6;
  border:1px solid #e5e7eb;
  color:#111827;
  text-decoration:none;
  font-weight: 900;
  font-size: 12px;
}
.ctLoc__social a:hover{ background:#eaeef4; }

/* Help box */
.ctLoc__help{
  background:#f5f6f8;
  border: 1px solid #eef0f3;
  padding: 14px;
}
.ctLoc__helpTitle{
  font-size: 12px;
  color:#6b7280;
  margin-bottom: 6px;
}
.ctLoc__helpPhone{
  font-size: 14px;
  font-weight: 900;
  color:#0b5fb8;
  text-decoration:none;
}
.ctLoc__helpPhone:hover{ text-decoration: underline; }

/* Finder */
.ctLoc__finder{
  background:#f5f6f8;
  border: 1px solid #eef0f3;
  padding: 14px;
}
.ctLoc__finderText{
  font-size: 12px;
  color:#6b7280;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ctLoc__label{
  display:block;
  font-size: 12px;
  color:#6b7280;
  margin-bottom: 6px;
}
.ctLoc__select{
  width:100%;
  height: 40px;
  border: 1px solid #e5e7eb;
  background:#fff;
  padding: 0 10px;
  font-size: 13px;
  outline: 0;
}

/* Responsive */
@media (max-width: 980px){
  .ctLoc__inner{ grid-template-columns: 1fr; }
  .ctLoc__cards{ grid-template-columns: 1fr; }
}
/* =========================
LOCATIONS (MAP + OFFICE)
========================= */
.ctLoc{
  padding: 80px 0;
  background: #fff;
}

.ctLoc__inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 44px;
  align-items: start;
}

/* MAP CARD */
.ctMapCard{
  border: 1px solid #e5e7eb;
  background: #fff;
}

.ctMapCard__top{
  padding: 18px 18px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.ctMapCard__kicker{
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ctMapCard__title{
  margin: 8px 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #0f1419;
}

.ctMapCard__sub{
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.45;
}

/* IMPORTANT: map height */
.ctMapFrame{
  position: relative;
  height: 360px;          /* <-- FIX */
  background: #f3f4f6;
}

.ctMapFrame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ctMapCard__foot{
  padding: 14px 18px;
  border-top: 1px solid #e5e7eb;
}

.ctMapBtn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  color: #0f1419;
}

.ctMapBtn:hover{ color:#ffb018; }

/* OFFICE CARD */
.ctOfficeCard{
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 18px;
}

.ctOfficeHead__country{
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 900;
  color: #0f1419;
}

.ctOfficeHead__region{
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

.ctOfficeRows{
  border-top: 1px solid #e5e7eb;
}

.ctOfficeRow{
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}

.ctOfficeLabel{
  font-size: 12px;
  color: #6b7280;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.ctOfficeValue{
  font-size: 15px;
  color: #0f1419;
  line-height: 1.55;
}

.ctOfficeValue a{
  color: #0f1419;
  text-decoration: none;
  font-weight: 800;
}
.ctOfficeValue a:hover{ color:#ffb018; }

/* Buttons */
.ctOfficeActions{
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ctOfficeBtnPrimary,
.ctOfficeBtnGhost{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
}

.ctOfficeBtnPrimary{
  background: #ffb018;
  color: #0f1419;
}

.ctOfficeBtnPrimary:hover{
  background:#e59c00;
}

.ctOfficeBtnGhost{
  background: #fff;
  color: #0f1419;
  border-color: #e5e7eb;
}

.ctOfficeBtnGhost:hover{
  border-color:#ffb018;
}

/* Mobile */
@media (max-width: 900px){
  .ctLoc__inner{ grid-template-columns: 1fr; }
  .ctMapFrame{ height: 300px; }
}
