.elementor-1156 .elementor-element.elementor-element-c7d7628{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1156 .elementor-element.elementor-element-8b9a87e{width:100%;max-width:100%;}.elementor-1156 .elementor-element.elementor-element-8b9a87e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-1156{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1156 .elementor-element.elementor-element-c7d7628{--width:100%;}}/* Start custom CSS */.hma-ct-page {
  --amber:       #D97706;
  --amber-light: #FEF3C7;
  --amber-pale:  #FFFBF0;
  --ink:         #1C1917;
  --ink-2:       #44403C;
  --ink-3:       #78716C;
  --ink-4:       #A8A29E;
  --bg:          #FAFAF8;
  --bg-warm:     #F5F0E8;
  --bg-dark:     #1C1917;
  --border:      #E7E5E4;
  --border-warm: #D6D0C4;
  --good:        #15803D;
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 6rem;
}

/* ── HEADER ── */
.hma-ct-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 4rem; padding-bottom: 4rem; border-bottom: 1px solid var(--border); }
.hma-ct-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1rem; }
.hma-ct-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.hma-ct-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 300; line-height: 1.1; color: var(--ink); letter-spacing: -.02em; margin-bottom: 1rem; }
.hma-ct-title em { font-style: italic; color: var(--amber); }
.hma-ct-lead { font-size: 16px; color: var(--ink-3); line-height: 1.8; margin-bottom: 2rem; }
.hma-ct-lead strong { color: var(--ink-2); font-weight: 500; }

/* Response badge */
.hma-ct-response-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--good); background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 100px; padding: 4px 12px; font-weight: 500; margin-bottom: 1.25rem; }
.hma-ct-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--good); animation: hma-ct-pulse 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes hma-ct-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.85); } }

/* Call card */
.hma-ct-call-card { background: var(--bg-warm); border: 1px solid var(--border-warm); border-radius: var(--r-xl); padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.hma-ct-call-card-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-bottom: .25rem; }
.hma-ct-call-details { display: flex; flex-direction: column; gap: 10px; }
.hma-ct-call-detail { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-2); }
.hma-ct-call-detail-icon { width: 28px; height: 28px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hma-ct-call-detail-icon svg { width: 13px; height: 13px; color: var(--ink-3); }
.hma-ct-timezone-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); padding: .6rem .9rem; background: var(--amber-light); border: 1px solid rgba(217,119,6,.15); border-radius: var(--r-md); margin-top: .5rem; }
.hma-ct-timezone-row svg { width: 13px; height: 13px; color: var(--amber); flex-shrink: 0; }
.hma-ct-call-note { font-size: 12px; color: var(--ink-4); line-height: 1.5; padding-top: 1rem; border-top: 1px solid var(--border); }

/* ── MAIN GRID ── */
.hma-ct-main-grid { display: grid; grid-template-columns: 1fr 400px; gap: 3rem; align-items: start; }

/* ── CAL EMBED ── */
.hma-ct-cal-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.25rem; display: flex; align-items: center; gap: 8px; }
.hma-ct-cal-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.hma-ct-cal-sub { font-size: 13px; color: var(--ink-3); line-height: 1.6; margin-bottom: 1.25rem; margin-top: -.5rem; }

/* Trust points */
.hma-ct-trust-points { display: flex; flex-direction: column; gap: 7px; margin-bottom: 1.25rem; }
.hma-ct-tp { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); line-height: 1.4; }
.hma-ct-tp svg { width: 16px; height: 16px; color: var(--amber); flex-shrink: 0; background: var(--amber-light); border-radius: 50%; padding: 3px; }

#hma-ct-cal-embed { width: 100%; min-height: 600px; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--border); }

.hma-ct-cal-fallback { margin-top: 1rem; text-align: center; }
.hma-ct-cal-fallback a { font-size: 13px; color: var(--ink-3); text-decoration: none; border-bottom: 1px solid var(--border); }
.hma-ct-cal-fallback a:hover { color: var(--amber); border-bottom-color: var(--amber); }
.hma-ct-capacity-note { font-size: 12px; color: var(--ink-4); text-align: center; margin-top: .75rem; line-height: 1.5; font-style: italic; }

/* ── CONTACT FORM ── */
.hma-ct-form-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.25rem; display: flex; align-items: center; gap: 8px; }
.hma-ct-form-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.hma-ct-form-sub { font-size: 13px; color: var(--ink-3); line-height: 1.6; margin-bottom: 1.25rem; margin-top: -.5rem; }
.hma-ct-form { display: flex; flex-direction: column; gap: 14px; }
.hma-ct-field { display: flex; flex-direction: column; gap: 6px; }
.hma-ct-field label { font-size: 13px; font-weight: 500; color: var(--ink-2); letter-spacing: .02em; }
.hma-ct-field input, .hma-ct-field textarea { font-family: var(--sans); font-size: 14px; color: var(--ink); background: var(--bg-warm); border: 1px solid var(--border); border-radius: var(--r-md); padding: .7rem 1rem; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; width: 100%; resize: none; }
.hma-ct-field input::placeholder, .hma-ct-field textarea::placeholder { color: var(--ink-4); }
.hma-ct-field input:focus, .hma-ct-field textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(217,119,6,0.1); background: var(--bg); }
.hma-ct-field textarea { min-height: 120px; line-height: 1.6; }

/* Dropdown */
.hma-ct-cd { position: relative; width: 100%; user-select: none; -webkit-user-select: none; }
.hma-ct-cd-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-family: var(--sans); font-size: 14px; color: var(--ink-4); background: var(--bg-warm); border: 1px solid var(--border); border-radius: var(--r-md); padding: .7rem 1rem; cursor: pointer; transition: border-color .2s, box-shadow .2s, background .2s; }
.hma-ct-cd-trigger:hover { background: var(--bg); border-color: var(--border-warm); }
.hma-ct-cd.open .hma-ct-cd-trigger { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(217,119,6,0.1); background: var(--bg); border-radius: var(--r-md) var(--r-md) 0 0; }
.hma-ct-cd-trigger.selected { color: var(--ink); }
.hma-ct-cd-arrow { flex-shrink: 0; color: var(--ink-3); transition: transform .2s ease; }
.hma-ct-cd.open .hma-ct-cd-arrow { transform: rotate(180deg); }
.hma-ct-cd-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid var(--amber); border-top: none; border-radius: 0 0 var(--r-md) var(--r-md); box-shadow: 0 12px 32px rgba(0,0,0,.1); z-index: 9999; overflow: hidden; }
.hma-ct-cd.open .hma-ct-cd-list { display: block; }
.hma-ct-cd-option { font-family: var(--sans); font-size: 13px; color: var(--ink-2); padding: .65rem 1rem; cursor: pointer; transition: background .15s; border-bottom: 1px solid var(--border); line-height: 1.5; background: #fff; }
.hma-ct-cd-option:last-child { border-bottom: none; }
.hma-ct-cd-option:hover { background: var(--amber-pale); color: var(--ink); }
.hma-ct-cd-option.selected { background: var(--amber-light); color: var(--amber); font-weight: 500; }

/* Submit button */
.hma-ct-btn-submit { width: 100%; background: var(--ink); color: var(--bg); font-family: var(--sans); font-size: 14px; font-weight: 500; padding: .85rem 1.5rem; border-radius: var(--r-lg); border: none; cursor: pointer; transition: all .2s ease; display: flex; align-items: center; justify-content: center; gap: 8px; }
.hma-ct-btn-submit:hover { background: var(--amber); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(217,119,6,.3); }

.hma-ct-form-fine { font-size: 11px; color: var(--ink-4); text-align: center; line-height: 1.5; }

/* Or divider */
.hma-ct-or-divider { display: flex; align-items: center; gap: 1rem; margin: .5rem 0; }
.hma-ct-or-divider::before, .hma-ct-or-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.hma-ct-or-divider span { font-size: 12px; color: var(--ink-4); }

/* Direct email */
.hma-ct-direct-email { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: var(--ink-3); text-decoration: none; padding: .75rem; border: 1px solid var(--border); border-radius: var(--r-md); transition: all .2s; }
.hma-ct-direct-email:hover { border-color: var(--amber); color: var(--amber); }
.hma-ct-direct-email svg { width: 14px; height: 14px; }

/* Success state */
.hma-ct-form-success { display: none; padding: 1.5rem; background: var(--bg-warm); border: 1px solid var(--border-warm); border-radius: var(--r-lg); text-align: center; }
.hma-ct-success-icon { width: 44px; height: 44px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto .75rem; }
.hma-ct-success-icon svg { width: 20px; height: 20px; color: var(--good); }
.hma-ct-success-title { font-family: var(--serif); font-size: 1rem; color: var(--ink); margin-bottom: 4px; }
.hma-ct-success-desc { font-size: 13px; color: var(--ink-3); line-height: 1.6; }

/* ── FAQ ── */
.hma-ct-faq { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--border); }
.hma-ct-faq-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 8px; }
.hma-ct-faq-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.hma-ct-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; }
.hma-ct-faq-item { background: var(--bg); padding: 1.75rem 1.5rem; }
.hma-ct-faq-q { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 8px; line-height: 1.4; }
.hma-ct-faq-a { font-size: 14px; color: var(--ink-3); line-height: 1.7; }

/* ── FONT FIXES ── */
.hma-ct-title,
.hma-ct-call-card-title,
.hma-ct-success-title {
  font-family: 'Fraunces', Georgia, serif !important;
}

/* ── MOBILE ── */
@media (max-width: 960px) {
  .hma-ct-header { grid-template-columns: 1fr; }
  .hma-ct-header > div:last-child { display: none; }
  .hma-ct-main-grid { grid-template-columns: 1fr; }
  #hma-ct-cal-embed { min-height: 500px; }
}

@media (max-width: 640px) {
  .hma-ct-page { padding: 2rem 1.25rem 5rem; }
  .hma-ct-faq-grid { grid-template-columns: 1fr; }
}
.hma-ct-direct-email {
  font-size: 13px !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
}
.hma-ct-timezone-row {
  font-size: 11px !important;
  line-height: 1.6 !important;
  flex-wrap: wrap !important;
}

.hma-ct-title {
  color: #1C1917 !important;
}

.hma-ct-title em {
  color: #D97706 !important;
  font-style: italic !important;
}

#my-cal-inline-lets-talk {
  min-height: unset !important;
  height: 600px !important;
  overflow: hidden !important;
}

@media (max-width: 960px) {
  .hma-ct-page .hma-ct-main-grid {
    grid-template-columns: 1fr !important;
  }
}
/* ── CONNECT ON LINKEDIN ── */
.hma-ct-linkedin {
  position: relative;
  overflow: hidden;
  background: var(--bg-dark);
  border-radius: var(--r-xl);
  padding: 2.5rem;
  margin-top: 3rem;
}
.hma-ct-li-glow {
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,119,6,.18) 0%, transparent 65%);
  pointer-events: none;
}
.hma-ct-li-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hma-ct-li-icon {
  width: 52px; height: 52px;
  flex-shrink: 0;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
}
.hma-ct-li-icon svg { width: 24px; height: 24px; color: #0A66C2; }
.hma-ct-li-text { flex: 1; min-width: 0; }
.hma-ct-li-title {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin-bottom: .35rem;
}
.hma-ct-li-title em { font-style: italic; color: var(--amber); }
.hma-ct-li-sub {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  margin: 0;

}
.hma-ct-li-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  padding: .8rem 1.5rem;
  border-radius: var(--r-lg);
  text-decoration: none;
  border: 1px solid var(--amber);
  transition: all .2s ease;
  white-space: nowrap;
}
.hma-ct-li-btn:hover {
  background: #C96E00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217,119,6,.35);
  color: #fff;
}

@media (max-width: 640px) {
  .hma-ct-linkedin { padding: 2rem 1.5rem; }
  .hma-ct-li-inner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .hma-ct-li-btn { width: 100%; justify-content: center; }
}
/* LinkedIn section — beat Elementor/theme typography */
.hma-ct-linkedin .hma-ct-li-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
.hma-ct-linkedin .hma-ct-li-title em {
  color: #D97706 !important;
  -webkit-text-fill-color: #D97706 !important;
}
.hma-ct-linkedin .hma-ct-li-btn {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}/* End custom CSS */