html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}/*
=======================================================
  CONVERSATION TRADING CO.
  Complete Site CSS — v4

  HOW TO USE:
  WordPress Admin → Appearance → Customize
  → Additional CSS
  Select all, delete, paste this entire file, Publish.
=======================================================
*/


/* ═══════════════════════════════════════════════════
   1. HEADER LAYOUT FIX
═══════════════════════════════════════════════════ */

/* Desktop nav */
@media (min-width: 1025px) {
  header.elementor-location-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  header.elementor-location-header .e-con.e-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
  }
  header.elementor-location-header .elementor-widget-theme-site-logo img {
    width: 280px !important;
    max-width: 280px !important;
    height: auto !important;
  }
  header.elementor-location-header .elementor-widget-nav-menu {
    margin-left: auto !important;
    width: auto !important;
  }
}

/* Tablet nav */
@media (max-width: 1024px) {
  header.elementor-location-header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  header.elementor-location-header .elementor-widget-theme-site-logo img {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
  }
}

/* Mobile nav */
@media (max-width: 768px) {
  header.elementor-location-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Outer flex row: balanced side padding, logo left, hamburger right */
  header.elementor-location-header .e-con.e-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 0 !important;
  }

  /* Logo container — pin to left, push everything else right */
  header.elementor-location-header .e-con.e-flex > .e-con:first-child {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
  }

  /* Logo widget inside container */
  header.elementor-location-header .elementor-widget-theme-site-logo {
    margin: 0 !important;
    padding: 0 !important;
  }

  header.elementor-location-header .elementor-widget-theme-site-logo img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
  }

  /* Menu container — pin to right */
  header.elementor-location-header .e-con.e-flex > .e-con:last-child {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }

  /* Menu widget — no extra margin */
  header.elementor-location-header .elementor-widget-nav-menu {
    margin: 0 !important;
    width: auto !important;
    flex-shrink: 0 !important;
  }
}


/* ═══════════════════════════════════════════════════
   2. GLOBAL FONT SYSTEM — Montserrat throughout
═══════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Open+Sans:wght@400;500;600&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  color: #1a1f2e;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #1a1f2e;
  line-height: 1.2;
  overflow-wrap: break-word;
}

h1 { font-size: 52px; font-weight: 800; letter-spacing: -0.5px; }
h2 { font-size: 38px; font-weight: 800; letter-spacing: -0.3px; }
h3 { font-size: 26px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 700; }
h6 { font-size: 14px; font-weight: 600; }

/*
  Constrains the hero headline to wrap cleanly on desktop:
  Line 1: Every Conversation
  Line 2: Either Builds Value
  Line 3: or Destroys It.
  Overridden to 100% width on mobile below.
*/
.ctc-hero__headline {
  max-width: 500px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #4a5168;
  line-height: 1.7;
}

li, a, button,
.elementor-button,
input[type="submit"],
small {
  font-family: 'Montserrat', sans-serif;
}

a { text-decoration: none; }


/* ═══════════════════════════════════════════════════
   3. HOMEPAGE — TABLET (max-width: 1024px)
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  h3 { font-size: 22px; }

  .ctc-hero__inner { padding: 0 28px; gap: 32px; min-height: 520px; }
  .ctc-hero__copy { padding: 48px 0; }
  .ctc-hero__headline { font-size: 36px; }
  .ctc-hero__kicker { font-size: 15px; margin-bottom: 20px; }
  .ctc-hero__sub { font-size: 15px; margin-bottom: 22px; }
  .ctc-hero__photo-col { height: 440px; }

  .ctc-cred__inner { padding: 0 28px; }
  .ctc-cred__tile { padding: 28px 14px; }
  .ctc-cred__stat { font-size: 14px; }
  .ctc-cred__label { font-size: 10px; }

  .ctc-prob__inner { padding: 64px 28px; }
  .ctc-prob__grid { gap: 40px; }
  .ctc-prob__headline { font-size: 30px; }
  .ctc-prob__body { font-size: 15px; }

  .ctc-exp__inner { padding: 64px 28px; gap: 40px; }
  .ctc-exp__headline { font-size: 30px; }
  .ctc-exp__bio { font-size: 15px; }

  .ctc-sys__inner { padding: 64px 28px; }
  .ctc-sys__headline { font-size: 30px; }
  .ctc-sys__intro { font-size: 15px; margin-bottom: 40px; }
  .ctc-sys__card { padding: 28px 20px; }
  .ctc-sys__card-title { font-size: 16px; }
  .ctc-sys__card-desc { font-size: 13px; }
  .ctc-sys__value-intro-headline { font-size: 20px; }
  .ctc-sys__downloads { padding: 24px; gap: 20px; }

  .ctc-svc__inner { padding: 64px 28px; }
  .ctc-svc__headline { font-size: 30px !important; }
  .ctc-svc__intro { font-size: 15px !important; margin-bottom: 40px; }
  .ctc-svc__cards { gap: 16px; }
  .ctc-svc__card { padding: 28px 20px; }
  .ctc-svc__card-title { font-size: 20px; }
  .ctc-svc__card-desc { font-size: 13px; }

  .ctc-cta__inner { padding: 72px 28px; }
  .ctc-cta__headline { font-size: 38px !important; }
  .ctc-cta__sub { font-size: 16px !important; }
}


/* ═══════════════════════════════════════════════════
   4. HOMEPAGE — MOBILE (max-width: 768px)
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Prevent any section from causing horizontal scroll */
  .ctc-hero, .ctc-cred, .ctc-prob,
  .ctc-exp, .ctc-sys, .ctc-svc, .ctc-cta {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .ctc-khero__headline br { display: none !important; }
  .ctc-khero__headline { font-size: 26px !important; word-break: normal !important; }

  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }

  /* ─────────────────────────────────────────────────
     HERO HEADLINE — Nuclear word-break fix
  ───────────────────────────────────────────────── */
  .ctc-hero__headline {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.2px !important;
    margin-bottom: 10px !important;
    max-width: 100% !important;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    white-space: normal !important;
  }

  /* 1. HERO */
  .ctc-hero__inner {
    flex-direction: column;
    padding: 0 20px;
    min-height: unset;
    gap: 0;
  }
  .ctc-hero__copy {
    flex: 0 0 auto;
    width: 100%;
    padding: 28px 0 24px 0;
  }
  .ctc-hero__eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    white-space: normal;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .ctc-hero__kicker { font-size: 13px; margin-bottom: 14px; }
  .ctc-hero__sub { font-size: 14px; line-height: 1.65; margin-bottom: 18px; max-width: 100%; }
  .ctc-hero__credentials {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 22px;
    padding: 10px 12px;
  }
  .ctc-hero__credential { font-size: 9px; letter-spacing: 0.5px; }
  .ctc-hero__cred-dot { display: none; }
  .ctc-hero__ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .ctc-btn-primary,
  .ctc-btn-secondary {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    padding: 14px 20px;
  }
  .ctc-hero__photo-col {
    width: 100%;
    flex: 0 0 auto;
    height: 240px;
    align-self: auto;
    border-radius: 8px;
    margin-top: 4px;
  }

  /* 2. CREDIBILITY BAR */
  .ctc-cred__inner { padding: 0 16px; flex-wrap: wrap; }
  .ctc-cred__tile { flex: 0 0 50%; padding: 20px 10px; }
  .ctc-cred__tile:not(:last-child)::after { display: none; }
  .ctc-cred__tile:nth-child(3),
  .ctc-cred__tile:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.12); }
  .ctc-cred__icon { margin-bottom: 10px; }
  .ctc-cred__stat { font-size: 13px; margin-bottom: 4px; }
  .ctc-cred__label { font-size: 9px; letter-spacing: 0.3px; }

  /* 3. PROBLEM SECTION */
  .ctc-prob__inner { padding: 44px 20px; }
  .ctc-prob__eyebrow { margin-bottom: 14px; }
  .ctc-prob__grid { flex-direction: column; gap: 28px; }
  .ctc-prob__left { flex: 0 0 auto; width: 100%; padding-top: 0; }
  .ctc-prob__headline { font-size: 22px; margin-bottom: 16px; line-height: 1.25; }
  .ctc-prob__body { font-size: 14px; line-height: 1.7; margin-bottom: 14px; }
  .ctc-prob__reframe { padding: 14px 16px; margin-top: 20px; }
  .ctc-prob__reframe p { font-size: 14px; }
  .ctc-prob__right { flex: 0 0 auto; width: 100%; gap: 12px; }
  .ctc-prob__quote-card { padding: 18px 20px; }
  .ctc-prob__quote-text { font-size: 14px; }
  .ctc-prob__quote-source { font-size: 11px; }
  .ctc-prob__footnote { font-size: 12px; margin-top: 6px; }

  /* 4. EXPERIENCE SECTION */
  .ctc-exp__inner { flex-direction: column; padding: 44px 20px; gap: 28px; }
  .ctc-exp__left { flex: 0 0 auto; width: 100%; }
  .ctc-exp__eyebrow { margin-bottom: 12px; }
  .ctc-exp__headline { font-size: 22px; margin-bottom: 16px; line-height: 1.25; }
  .ctc-exp__bio { font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
  .ctc-exp__pills { padding: 14px 16px; gap: 8px; }
  .ctc-exp__pill { font-size: 10px; }
  .ctc-exp__right { flex: 0 0 auto; width: 100%; gap: 14px; }
  .ctc-exp__author { padding: 12px 16px; gap: 12px; }
  .ctc-exp__headshot { width: 56px; height: 56px; }
  .ctc-exp__name { font-size: 14px; }
  .ctc-exp__title { font-size: 10px; }

  /* 5. SYSTEM SECTION */
  .ctc-sys__inner { padding: 44px 20px; }
  .ctc-sys__eyebrow { margin-bottom: 12px; }
  .ctc-sys__headline { font-size: 22px; line-height: 1.25; }
  .ctc-sys__intro { font-size: 14px; line-height: 1.7; margin-bottom: 28px; }
  .ctc-sys__cards { flex-direction: column; gap: 0; margin-bottom: 28px; }
  .ctc-sys__card { width: 100%; padding: 24px 18px; }
  .ctc-sys__card-num { font-size: 36px; }
  .ctc-sys__card-title { font-size: 16px; }
  .ctc-sys__card-desc { font-size: 13px; line-height: 1.65; }
  .ctc-sys__arrow { transform: rotate(90deg); flex: 0 0 32px; }
  .ctc-sys__value-row { flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .ctc-sys__value-intro { flex: 0 0 auto; width: 100%; gap: 10px; }
  .ctc-sys__value-intro-headline { font-size: 18px; line-height: 1.3; }
  .ctc-sys__value-intro-body { font-size: 13px; }
  .ctc-sys__value-indicators { width: 100%; gap: 12px; }
  .ctc-sys__indicator { padding: 16px 18px; gap: 14px; }
  .ctc-sys__ind-icon { width: 36px; height: 36px; flex-shrink: 0; }
  .ctc-sys__ind-label { font-size: 11px; }
  .ctc-sys__ind-desc { font-size: 13px; }
  .ctc-sys__ind-sub { font-size: 10px; }
  .ctc-sys__downloads { flex-direction: column; gap: 16px; padding: 18px 16px; margin-bottom: 0; }
  .ctc-sys__download-intro p:first-child { font-size: 14px; margin-bottom: 4px; }
  .ctc-sys__download-intro p:last-child { font-size: 12px; }
  .ctc-sys__download-btns { flex-direction: column; width: 100%; gap: 10px; }
  .ctc-dl-btn-primary,
  .ctc-dl-btn-secondary {
    text-align: center; width: 100%; padding: 13px 16px; font-size: 11px;
  }

  /* 6. SERVICES SECTION */
  .ctc-svc__inner { padding: 44px 20px; }
  .ctc-svc__eyebrow { margin-bottom: 12px; }
  .ctc-svc__headline { font-size: 22px !important; line-height: 1.25; }
  .ctc-svc__intro { font-size: 14px !important; line-height: 1.7; margin-bottom: 28px; }
  .ctc-svc__cards { flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .ctc-svc__card { width: 100%; padding: 28px 20px; }
  .ctc-svc__card-title { font-size: 20px; }
  .ctc-svc__card-desc { font-size: 13px; line-height: 1.7; }
  .ctc-svc__formats { gap: 6px; }
  .ctc-svc__format-tag { font-size: 9px; }
  .ctc-svc__bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .ctc-svc__bottom-text { font-size: 14px !important; }
  .ctc-svc__cta-btn { width: 100%; text-align: center; padding: 16px 20px; font-size: 12px; }

  /* 7. FINAL CTA */
  .ctc-cta__inner { padding: 56px 20px; }
  .ctc-cta__headline { font-size: 26px !important; margin-bottom: 14px; line-height: 1.2; }
  .ctc-cta__sub { font-size: 14px !important; margin-bottom: 28px; }
  .ctc-cta__btn { padding: 16px 28px; width: 100%; text-align: center; font-size: 13px; }
  .ctc-cta__reassurance { font-size: 11px !important; }
}


/* ═══════════════════════════════════════════════════
   KEYNOTES — TABLET (max-width: 1024px)
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  .ctc-khero__inner { padding: 0 28px; gap: 40px; min-height: 500px; }
  .ctc-khero__copy { padding: 48px 0; }
  .ctc-khero__headline { font-size: 40px; }
  .ctc-khero__subtitle { font-size: 14px; margin-bottom: 20px; padding-bottom: 20px; }
  .ctc-khero__sub { font-size: 15px; margin-bottom: 26px; }
  .ctc-khero__photo-col { height: 420px; }

  .ctc-ktalk__inner { padding: 64px 28px; }
  .ctc-ktalk__headline { font-size: 30px; }
  .ctc-ktalk__grid { gap: 40px; }
  .ctc-ktalk__body { font-size: 15px; }
  .ctc-ktalk__callout { padding: 22px 24px; }
  .ctc-ktalk__callout-text { font-size: 14px; }
  .ctc-ktalk__item-title { font-size: 14px; }
  .ctc-ktalk__item-desc { font-size: 13px; }

  .ctc-kout__inner { padding: 64px 28px; }
  .ctc-kout__headline { font-size: 30px; }
  .ctc-kout__intro { font-size: 15px; margin-bottom: 40px; }
  .ctc-kout__grid { gap: 40px; }
  .ctc-kout__anchor-statement { font-size: 18px; }
  .ctc-kout__item-title { font-size: 15px; }
  .ctc-kout__item-desc { font-size: 13px; }

  .ctc-kaud__inner { padding: 64px 28px; }
  .ctc-kaud__headline { font-size: 30px !important; }
  .ctc-kaud__intro { font-size: 15px !important; margin-bottom: 40px; }
  .ctc-kaud__grid { gap: 14px; }
  .ctc-kaud__card { padding: 22px 18px; }
  .ctc-kaud__card-title { font-size: 14px; }
  .ctc-kaud__card-desc { font-size: 12px; }

  .ctc-kfmt__inner { padding: 64px 28px; }
  .ctc-kfmt__headline { font-size: 30px; margin-bottom: 40px; }
  .ctc-kfmt__format-cards { gap: 14px; margin-bottom: 48px; }
  .ctc-kfmt__fcard { padding: 24px 20px; }
  .ctc-kfmt__fcard-duration { font-size: 26px; }
  .ctc-kfmt__fcard-desc { font-size: 13px; }
  .ctc-kfmt__fcard-feature { font-size: 12px; }
  .ctc-kfmt__qa-grid { gap: 0 36px; }
  .ctc-kfmt__qa-q { font-size: 14px; }
  .ctc-kfmt__qa-a { font-size: 13px; }
  .ctc-kfmt__workshop { padding: 24px 28px; gap: 24px; }
  .ctc-kfmt__workshop-title { font-size: 16px !important; }

  .ctc-kvid__inner { padding: 64px 28px; }
  .ctc-kvid__headline { font-size: 30px; margin-bottom: 40px; }
  .ctc-kvid__grid { gap: 40px; }
  .ctc-kvid__bio { font-size: 15px; }
  .ctc-kvid__cred-title { font-size: 13px; }
  .ctc-kvid__cred-detail { font-size: 12px; }

  .ctc-kcta__inner { padding: 72px 28px; }
  .ctc-kcta__headline { font-size: 36px !important; }
  .ctc-kcta__sub { font-size: 16px !important; }
}


/* ═══════════════════════════════════════════════════
   KEYNOTES — MOBILE (max-width: 768px)
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {

  .ctc-khero, .ctc-ktalk, .ctc-kout,
  .ctc-kaud, .ctc-kfmt, .ctc-kvid, .ctc-kcta {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .ctc-khero__inner { flex-direction: column; padding: 0 20px; min-height: unset; gap: 0; }
  .ctc-khero__copy { flex: 0 0 auto; width: 100%; padding: 28px 0 24px 0; }
  .ctc-khero__eyebrow { font-size: 9px; letter-spacing: 1.4px; margin-bottom: 14px; }
  .ctc-khero__subtitle { font-size: 13px; margin-bottom: 16px; padding-bottom: 16px; }
  .ctc-khero__subtitle br { display: none !important; }
  .ctc-khero__sub { font-size: 14px; line-height: 1.65; margin-bottom: 18px; max-width: 100%; }
  .ctc-khero__formats { gap: 6px; margin-bottom: 20px; }
  .ctc-khero__format-chip { font-size: 9px; padding: 5px 10px; }
  .ctc-khero__ctas { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 0; }
  .ctc-khero-btn-primary,
  .ctc-khero-btn-secondary {
    text-align: center; justify-content: center; width: 100%; font-size: 12px; padding: 14px 20px;
  }
  .ctc-khero__photo-col {
    width: 100%; flex: 0 0 auto; height: 240px; align-self: auto;
    border-radius: 8px; margin-top: 16px;
  }

  .ctc-ktalk__inner { padding: 44px 20px; }
  .ctc-ktalk__header { margin-bottom: 28px; }
  .ctc-ktalk__headline { font-size: 22px; }
  .ctc-ktalk__grid { flex-direction: column; gap: 28px; }
  .ctc-ktalk__left { flex: 0 0 auto; width: 100%; }
  .ctc-ktalk__body { font-size: 14px; line-height: 1.7; }
  .ctc-ktalk__callout { padding: 20px 18px; }
  .ctc-ktalk__callout-text { font-size: 14px; margin-bottom: 16px; }
  .ctc-ktalk__candles { flex-direction: column; gap: 10px; }
  .ctc-ktalk__right { flex: 0 0 auto; width: 100%; }
  .ctc-ktalk__item { padding: 16px 0; gap: 12px; }
  .ctc-ktalk__item-title { font-size: 14px; }
  .ctc-ktalk__item-desc { font-size: 13px; }

  .ctc-kout__inner { padding: 44px 20px; }
  .ctc-kout__headline { font-size: 22px; margin-bottom: 12px; }
  .ctc-kout__intro { font-size: 14px; margin-bottom: 28px; }
  .ctc-kout__grid { flex-direction: column; gap: 24px; }
  .ctc-kout__left { flex: 0 0 auto; width: 100%; position: static; }
  .ctc-kout__anchor { padding: 28px 22px; }
  .ctc-kout__anchor-statement { font-size: 16px !important; }
  .ctc-kout__anchor-sub { font-size: 13px !important; }
  .ctc-kout__right { flex: 0 0 auto; width: 100%; }
  .ctc-kout__item { padding: 18px 0; gap: 14px; }
  .ctc-kout__item-title { font-size: 14px; }
  .ctc-kout__item-desc { font-size: 13px; }

  .ctc-kaud__inner { padding: 44px 20px; }
  .ctc-kaud__headline { font-size: 22px !important; line-height: 1.3; margin-bottom: 12px; }
  .ctc-kaud__headline br { display: none !important; }
  .ctc-kaud__intro { font-size: 14px !important; margin-bottom: 28px; }
  .ctc-kaud__grid { grid-template-columns: 1fr !important; gap: 12px; margin-bottom: 28px; }
  .ctc-kaud__card { padding: 20px 18px; }
  .ctc-kaud__card-icon { font-size: 20px; }
  .ctc-kaud__card-title { font-size: 14px; }
  .ctc-kaud__card-desc { font-size: 13px; }
  .ctc-kaud__bottom { padding: 18px 20px; }
  .ctc-kaud__bottom p { font-size: 14px !important; }

  .ctc-kfmt__inner { padding: 44px 20px; }
  .ctc-kfmt__headline { font-size: 22px; margin-bottom: 28px; }
  .ctc-kfmt__headline br { display: none !important; }
  .ctc-kfmt__format-cards { flex-direction: column; gap: 14px; margin-bottom: 36px; }
  .ctc-kfmt__fcard { padding: 24px 20px; }
  .ctc-kfmt__fcard-duration { font-size: 28px; }
  .ctc-kfmt__fcard-desc { font-size: 13px; }
  .ctc-kfmt__fcard-feature { font-size: 12px; }
  .ctc-kfmt__qa-grid { grid-template-columns: 1fr; margin-bottom: 28px; }
  .ctc-kfmt__qa-item:nth-last-child(-n+2) { border-bottom: 1px solid #dde2ea; }
  .ctc-kfmt__qa-item:last-child { border-bottom: none; }
  .ctc-kfmt__qa-q { font-size: 14px; }
  .ctc-kfmt__qa-a { font-size: 13px; }
  .ctc-kfmt__workshop { flex-direction: column; gap: 16px; padding: 22px 18px; text-align: left; }
  .ctc-kfmt__workshop-title { font-size: 15px !important; }
  .ctc-kfmt__workshop-desc { font-size: 13px !important; }
  .ctc-kfmt__workshop-link { align-self: flex-start; }

  .ctc-kvid__inner { padding: 44px 20px; }
  .ctc-kvid__headline { font-size: 22px; margin-bottom: 28px; }
  .ctc-kvid__headline br { display: none !important; }
  .ctc-kvid__grid { flex-direction: column; gap: 32px; }
  .ctc-kvid__left { flex: 0 0 auto; width: 100%; }
  .ctc-kvid__right { flex: 0 0 auto; width: 100%; padding-top: 0; }
  .ctc-kvid__bio { font-size: 14px; line-height: 1.7; }
  .ctc-kvid__play-btn { width: 64px; height: 64px; }
  .ctc-kvid__play-btn svg { width: 22px; height: 22px; }
  .ctc-kvid__cred { padding: 14px 0; gap: 12px; }
  .ctc-kvid__cred-title { font-size: 13px; }
  .ctc-kvid__cred-detail { font-size: 12px; }

  .ctc-kcta__inner { padding: 56px 20px; }
  .ctc-kcta__headline { font-size: 24px !important; margin-bottom: 14px; }
  .ctc-kcta__headline br { display: none !important; }
  .ctc-kcta__sub { font-size: 14px !important; margin-bottom: 28px; }
  .ctc-kcta__btn { padding: 16px 28px; width: 100%; text-align: center; font-size: 13px; }
  .ctc-kcta__reassurance { font-size: 11px !important; }
}


/* ═══════════════════════════════════════════════════
   WORKSHOPS — TABLET (max-width: 1024px)
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  .ctc-whero__inner { padding: 0 28px; gap: 40px; min-height: 500px; }
  .ctc-whero__copy { padding: 48px 0; }
  .ctc-whero__headline { font-size: 36px; }
  .ctc-whero__subtitle { font-size: 14px; margin-bottom: 20px; padding-bottom: 20px; }
  .ctc-whero__sub { font-size: 15px; margin-bottom: 26px; }
  .ctc-whero__photo-col { height: 400px; }

  .ctc-wabout__inner { padding: 64px 28px; }
  .ctc-wabout__headline { font-size: 30px; margin-bottom: 40px; }
  .ctc-wabout__grid { gap: 40px; }
  .ctc-wabout__body { font-size: 15px; }
  .ctc-wabout__callout { padding: 22px 24px; }
  .ctc-wabout__callout-text { font-size: 15px; }
  .ctc-wabout__diff-title { font-size: 14px; }
  .ctc-wabout__diff-desc { font-size: 13px; }

  .ctc-wwalk__inner { padding: 64px 28px; }
  .ctc-wwalk__headline { font-size: 30px; }
  .ctc-wwalk__intro { font-size: 15px; margin-bottom: 40px; }
  .ctc-wwalk__grid { gap: 14px; }
  .ctc-wwalk__card { padding: 22px 20px 22px 18px; }
  .ctc-wwalk__card-title { font-size: 14px; }
  .ctc-wwalk__card-desc { font-size: 13px; }
  .ctc-wwalk__closing { padding: 24px 28px; gap: 20px; }
  .ctc-wwalk__closing-text { font-size: 15px !important; }

  .ctc-wfmt__inner { padding: 64px 28px; }
  .ctc-wfmt__headline { font-size: 30px; margin-bottom: 40px; }
  .ctc-wfmt__cards { gap: 14px; margin-bottom: 48px; }
  .ctc-wfmt__card { padding: 24px 20px; }
  .ctc-wfmt__duration { font-size: 26px; }
  .ctc-wfmt__card-desc { font-size: 13px; }
  .ctc-wfmt__feature { font-size: 12px; }
  .ctc-wfmt__qa-grid { gap: 0 36px; }
  .ctc-wfmt__qa-q { font-size: 14px; }
  .ctc-wfmt__qa-a { font-size: 13px; }
  .ctc-wfmt__keynote { padding: 24px 28px; gap: 20px; }
  .ctc-wfmt__keynote-title { font-size: 15px !important; }
  .ctc-wfmt__keynote-desc { font-size: 13px !important; }

  .ctc-waud__inner { padding: 64px 28px; }
  .ctc-waud__headline { font-size: 30px !important; margin-bottom: 12px; }
  .ctc-waud__intro { font-size: 15px !important; margin-bottom: 40px; }
  .ctc-waud__grid { gap: 36px; }
  .ctc-waud__team-grid { gap: 10px; }
  .ctc-waud__team-card { padding: 16px 14px; }
  .ctc-waud__team-title { font-size: 12px; }
  .ctc-waud__team-desc { font-size: 11px; }
  .ctc-waud__sit-text { font-size: 13px; }

  .ctc-whow__inner { padding: 64px 28px; }
  .ctc-whow__headline { font-size: 30px; }
  .ctc-whow__intro { font-size: 15px; margin-bottom: 40px; }
  .ctc-whow__activity-grid { grid-template-columns: 1fr 1fr; margin-bottom: 40px; }
  .ctc-whow__activity { padding: 22px 18px; }
  .ctc-whow__activity-title { font-size: 14px; }
  .ctc-whow__activity-desc { font-size: 13px; }
  .ctc-whow__philosophy { padding: 32px 36px; gap: 36px; }
  .ctc-whow__phil-headline { font-size: 20px; }
  .ctc-whow__phil-body { font-size: 14px; }

  .ctc-wcta__inner { padding: 72px 28px; }
  .ctc-wcta__headline { font-size: 36px !important; }
  .ctc-wcta__sub { font-size: 16px !important; }
}


/* ═══════════════════════════════════════════════════
   WORKSHOPS — MOBILE (max-width: 768px)
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {

  .ctc-whero, .ctc-wabout, .ctc-wwalk,
  .ctc-wfmt, .ctc-waud, .ctc-whow, .ctc-wcta {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .ctc-whero__inner { flex-direction: column; padding: 0 20px; min-height: unset; gap: 0; }
  .ctc-whero__copy { flex: 0 0 auto; width: 100%; padding: 28px 0 24px 0; }
  .ctc-whero__eyebrow { font-size: 9px; letter-spacing: 1.4px; margin-bottom: 14px; }
  .ctc-whero__headline {
    font-size: 24px !important; word-break: normal !important;
    overflow-wrap: break-word !important; hyphens: none !important;
    -webkit-hyphens: none !important; margin-bottom: 10px !important;
  }
  .ctc-whero__subtitle { font-size: 13px; margin-bottom: 16px; padding-bottom: 16px; }
  .ctc-whero__sub { font-size: 14px; line-height: 1.65; margin-bottom: 18px; max-width: 100%; }
  .ctc-whero__formats { gap: 6px; margin-bottom: 20px; }
  .ctc-whero__format-chip { font-size: 9px; padding: 5px 10px; }
  .ctc-whero__ctas { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 0; }
  .ctc-whero-btn-primary,
  .ctc-whero-btn-secondary {
    text-align: center; justify-content: center; width: 100%; font-size: 12px; padding: 14px 20px;
  }
  .ctc-whero__photo-col {
    width: 100%; flex: 0 0 auto; height: 220px; align-self: auto;
    border-radius: 8px; margin-top: 16px; background-position: center 30%;
  }

  .ctc-wabout__inner { padding: 44px 20px; }
  .ctc-wabout__headline { font-size: 22px; margin-bottom: 28px; }
  .ctc-wabout__headline br { display: none !important; }
  .ctc-wabout__grid { flex-direction: column; gap: 28px; }
  .ctc-wabout__left { flex: 0 0 auto; width: 100%; }
  .ctc-wabout__body { font-size: 14px; line-height: 1.7; }
  .ctc-wabout__callout { padding: 20px 18px; }
  .ctc-wabout__callout-text { font-size: 14px; }
  .ctc-wabout__right { flex: 0 0 auto; width: 100%; }
  .ctc-wabout__diff-item { padding: 16px 0; gap: 12px; }
  .ctc-wabout__diff-icon { width: 30px; height: 30px; font-size: 14px; }
  .ctc-wabout__diff-title { font-size: 14px; }
  .ctc-wabout__diff-desc { font-size: 13px; }

  .ctc-wwalk__inner { padding: 44px 20px; }
  .ctc-wwalk__headline { font-size: 22px; margin-bottom: 12px; }
  .ctc-wwalk__headline br { display: none !important; }
  .ctc-wwalk__intro { font-size: 14px; margin-bottom: 28px; }
  .ctc-wwalk__grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .ctc-wwalk__card { padding: 22px 18px 22px 16px; }
  .ctc-wwalk__card-title { font-size: 14px; }
  .ctc-wwalk__card-desc { font-size: 13px; }
  .ctc-wwalk__closing { flex-direction: column; gap: 12px; padding: 22px 18px; }
  .ctc-wwalk__closing-icon { font-size: 26px; }
  .ctc-wwalk__closing-text { font-size: 14px !important; }

  .ctc-wfmt__inner { padding: 44px 20px; }
  .ctc-wfmt__headline { font-size: 22px; margin-bottom: 28px; }
  .ctc-wfmt__headline br { display: none !important; }
  .ctc-wfmt__cards { flex-direction: column; gap: 14px; margin-bottom: 36px; }
  .ctc-wfmt__card { padding: 24px 20px; }
  .ctc-wfmt__duration { font-size: 28px; }
  .ctc-wfmt__card-desc { font-size: 13px; }
  .ctc-wfmt__feature { font-size: 12px; }
  .ctc-wfmt__qa-grid { grid-template-columns: 1fr; margin-bottom: 28px; }
  .ctc-wfmt__qa-item:nth-last-child(-n+2) { border-bottom: 1px solid #dde2ea; }
  .ctc-wfmt__qa-item:last-child { border-bottom: none; }
  .ctc-wfmt__qa-q { font-size: 14px; }
  .ctc-wfmt__qa-a { font-size: 13px; }
  .ctc-wfmt__keynote { flex-direction: column; gap: 16px; padding: 22px 18px; }
  .ctc-wfmt__keynote-title { font-size: 15px !important; }
  .ctc-wfmt__keynote-desc { font-size: 13px !important; }
  .ctc-wfmt__keynote-link { align-self: flex-start; }

  .ctc-waud__inner { padding: 44px 20px; }
  .ctc-waud__headline { font-size: 22px !important; line-height: 1.3; margin-bottom: 12px; }
  .ctc-waud__headline br { display: none !important; }
  .ctc-waud__intro { font-size: 14px !important; margin-bottom: 28px; }
  .ctc-waud__grid { flex-direction: column; gap: 28px; margin-bottom: 28px; }
  .ctc-waud__left { flex: 0 0 auto; width: 100%; }
  .ctc-waud__team-grid { grid-template-columns: 1fr; gap: 10px; }
  .ctc-waud__team-card { padding: 16px 14px; }
  .ctc-waud__team-icon { font-size: 18px; }
  .ctc-waud__team-title { font-size: 13px; }
  .ctc-waud__team-desc { font-size: 12px; }
  .ctc-waud__right { flex: 0 0 auto; width: 100%; }
  .ctc-waud__situation { padding: 14px 0; gap: 12px; }
  .ctc-waud__sit-text { font-size: 13px; }
  .ctc-waud__bottom { padding: 16px 18px; }
  .ctc-waud__bottom p { font-size: 13px !important; }

  .ctc-whow__inner { padding: 44px 20px; }
  .ctc-whow__headline { font-size: 22px; }
  .ctc-whow__headline br { display: none !important; }
  .ctc-whow__intro { font-size: 14px; line-height: 1.7; margin-bottom: 28px; }
  .ctc-whow__activity-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .ctc-whow__activity { padding: 20px 16px; }
  .ctc-whow__activity-icon { font-size: 18px; }
  .ctc-whow__activity-title { font-size: 14px; }
  .ctc-whow__activity-desc { font-size: 13px; }
  .ctc-whow__philosophy { flex-direction: column; gap: 20px; padding: 28px 20px; }
  .ctc-whow__phil-left { flex: 0 0 auto; }
  .ctc-whow__phil-headline { font-size: 20px; }
  .ctc-whow__phil-headline br { display: none !important; }
  .ctc-whow__phil-body { font-size: 14px; line-height: 1.7; }

  .ctc-wcta__inner { padding: 56px 20px; }
  .ctc-wcta__headline { font-size: 24px !important; margin-bottom: 14px; }
  .ctc-wcta__headline br { display: none !important; }
  .ctc-wcta__sub { font-size: 14px !important; margin-bottom: 28px; }
  .ctc-wcta__btn { padding: 16px 28px; width: 100%; text-align: center; font-size: 13px; }
  .ctc-wcta__reassurance { font-size: 11px !important; }
}


/* ═══════════════════════════════════════════════════
   CONTACT — HERO CONTAINER
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-element:has(.ctc-chero) {
  padding: 0 !important;
  margin: 0 !important;
}


/* ═══════════════════════════════════════════════════
   CONTACT — FORM WIDGET CONTAINER
═══════════════════════════════════════════════════ */
.page-id-37 .e-con:has(.elementor-widget-form) {
  background: #F8F9FB !important;
  padding: 0 40px 80px !important;
  margin: 0 !important;
}

.page-id-37 .elementor-widget-form > .elementor-widget-container {
  background: #ffffff !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  margin-top: -52px !important;
  border-radius: 12px !important;
  box-shadow:
    0 -3px 0 0 #C9952A,
    0 8px 40px rgba(29,58,95,0.12),
    0 2px 8px rgba(29,58,95,0.06) !important;
  padding: 44px 52px 48px !important;
  position: relative !important;
  z-index: 10 !important;
}

.page-id-37 .elementor-widget-form > .elementor-widget-container::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eaedf2;
}


/* ═══════════════════════════════════════════════════
   CONTACT — FIELD LABELS
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-field-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #1D3A5F !important;
  margin-bottom: 7px !important;
  display: block !important;
}

.page-id-37 .elementor-mark-required .elementor-field-label::after {
  content: ' *' !important;
  color: #C9952A !important;
  font-weight: 700 !important;
}
.page-id-37 .elementor-field-required abbr,
.page-id-37 .elementor-required {
  color: #C9952A !important;
  text-decoration: none !important;
}


/* ═══════════════════════════════════════════════════
   CONTACT — INPUT FIELDS
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-field-textual,
.page-id-37 .elementor-form input[type="text"],
.page-id-37 .elementor-form input[type="email"],
.page-id-37 .elementor-form input[type="tel"],
.page-id-37 .elementor-form select,
.page-id-37 .elementor-form textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  color: #1a1f2e !important;
  background: #fafbfc !important;
  border: 1.5px solid #dde2ea !important;
  border-radius: 6px !important;
  padding: 13px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.page-id-37 .elementor-field-textual:focus,
.page-id-37 .elementor-form input:focus,
.page-id-37 .elementor-form textarea:focus {
  border-color: #1D3A5F !important;
  box-shadow: 0 0 0 3px rgba(29,58,95,0.09) !important;
  outline: none !important;
  background: #ffffff !important;
}

.page-id-37 .elementor-form input::placeholder,
.page-id-37 .elementor-form textarea::placeholder {
  color: #b0b8c8 !important;
  font-style: italic !important;
  font-size: 13px !important;
}

.page-id-37 .elementor-form textarea {
  min-height: 130px !important;
  resize: vertical !important;
}


/* ═══════════════════════════════════════════════════
   CONTACT — FIELD SPACING
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-field-group { padding-bottom: 20px !important; }
.page-id-37 .elementor-field-type-submit { padding-bottom: 0 !important; padding-top: 8px !important; }


/* ═══════════════════════════════════════════════════
   CONTACT — SUBMIT BUTTON
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-button[type="submit"],
.page-id-37 .e-form__buttons .elementor-button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #1D3A5F !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 16px 48px !important;
  min-width: 240px !important;
  box-shadow: 0 4px 18px rgba(29,58,95,0.28) !important;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease !important;
  cursor: pointer !important;
}

.page-id-37 .elementor-button[type="submit"]:hover,
.page-id-37 .e-form__buttons .elementor-button:hover {
  background: #C9952A !important;
  box-shadow: 0 6px 24px rgba(201,149,42,0.32) !important;
  transform: translateY(-2px) !important;
}

.page-id-37 .e-form__buttons,
.page-id-37 .elementor-field-type-submit { text-align: center !important; }


/* ═══════════════════════════════════════════════════
   CONTACT — SUCCESS / ERROR MESSAGES
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-message.elementor-message-success {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1D3A5F !important;
  background: rgba(29,58,95,0.05) !important;
  border-left: 3px solid #C9952A !important;
  border-radius: 0 6px 6px 0 !important;
  padding: 14px 18px !important;
  margin-top: 16px !important;
}


/* ═══════════════════════════════════════════════════
   CONTACT — REASSURANCE TEXT
═══════════════════════════════════════════════════ */
.page-id-37 .elementor-widget-text-editor {
  max-width: 760px !important;
  margin: 0 auto !important;
}
.page-id-37 .elementor-widget-text-editor p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #8a93a8 !important;
  text-align: center !important;
  font-style: italic !important;
  letter-spacing: 0.2px !important;
  margin: 0 !important;
  padding: 16px 0 0 !important;
}


/* ═══════════════════════════════════════════════════
   CONTACT — TABLET (max-width: 1024px)
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .page-id-37 .e-con:has(.elementor-widget-form) {
    padding: 0 28px 64px !important;
  }
  .page-id-37 .elementor-widget-form > .elementor-widget-container {
    padding: 36px 36px 40px !important;
    margin-top: -44px !important;
  }
  .page-id-37 .elementor-button[type="submit"],
  .page-id-37 .e-form__buttons .elementor-button {
    padding: 15px 36px !important;
    min-width: 200px !important;
  }
}


/* ═══════════════════════════════════════════════════
   CONTACT — MOBILE (max-width: 768px)
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .page-id-37 .e-con:has(.elementor-widget-form) {
    padding: 0 16px 56px !important;
  }
  .page-id-37 .elementor-widget-form > .elementor-widget-container {
    padding: 28px 22px 32px !important;
    margin-top: -32px !important;
    border-radius: 8px !important;
  }
  .page-id-37 .elementor-form input[type="text"],
  .page-id-37 .elementor-form input[type="email"],
  .page-id-37 .elementor-form input[type="tel"],
  .page-id-37 .elementor-form textarea {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }
  .page-id-37 .elementor-field-group { padding-bottom: 16px !important; }
  .page-id-37 .elementor-form .elementor-col-50 {
    width: 100% !important;
    padding: 0 !important;
  }
  .page-id-37 .elementor-button[type="submit"],
  .page-id-37 .e-form__buttons .elementor-button {
    width: 100% !important;
    min-width: unset !important;
    padding: 16px 20px !important;
  }
}
/* ═══════════════════════════════════════════════════
   NAV MENU — Desktop & Mobile Styling
═══════════════════════════════════════════════════ */

/* Desktop menu items */
header.elementor-location-header .elementor-nav-menu a,
header.elementor-location-header .wp-block-navigation a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1f2e !important;
  text-decoration: none !important;
  letter-spacing: 0.2px !important;
}

header.elementor-location-header .elementor-nav-menu a:hover,
header.elementor-location-header .elementor-nav-menu .current-menu-item a {
  color: #C9952A !important;
}

/* Mobile dropdown panel */
header.elementor-location-header .elementor-nav-menu--dropdown {
  background: #ffffff !important;
  border-top: 3px solid #C9952A !important;
  box-shadow: 0 8px 24px rgba(29,58,95,0.12) !important;
}

/* Mobile menu items */
header.elementor-location-header .elementor-nav-menu--dropdown a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1D3A5F !important;
  padding: 14px 24px !important;
  border-bottom: 1px solid #eaedf2 !important;
}

header.elementor-location-header .elementor-nav-menu--dropdown a:hover {
  color: #C9952A !important;
  background: #f8f9fb !important;
}

/* Hamburger icon color */
header.elementor-location-header .elementor-menu-toggle {
  color: #1D3A5F !important;
}/* ═══════════════════════════════════════════════════
   SYSTEM SECTION GRAPHIC — IMAGE ATTRIBUTE OVERRIDE
   Root cause: WordPress/Jetpack CDN injects inline
   width="560" height="400" attributes on the img tag
   via data-recalc-dims. These beat all CSS rules.
   This selector targets the attribute directly and
   forces correct rendering.
   
   Paste at the END of Additional CSS.
═══════════════════════════════════════════════════ */

img.ctc-sys3__graphic {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Also override the header-right container so it
   gives the image its full column width */
.ctc-sys3__header-right {
  width: 52% !important;
  flex: 0 0 52% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.ctc-sys3__header-left {
  width: 44% !important;
  flex: 0 0 44% !important;
  margin-right: 4% !important;
}

.ctc-sys3__header-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}

@media (max-width: 768px) {
  .ctc-sys3__header-row {
    flex-direction: column !important;
  }
  .ctc-sys3__header-left,
  .ctc-sys3__header-right {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0 !important;
  }
  .ctc-sys3__header-right {
    margin-top: 24px !important;
  }
}