/* ── Contact page — built section-by-section on the home page's design flow ── */

/* ── 1. Hero ── */
.ct-hero-wrap {
  position: relative; width: 100%; margin: 0 auto; min-height: 420px;
  padding-top: 72px; display: flex; align-items: center; overflow: hidden;
  background: var(--voy-bg-cream);
}
.ct-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ct-hero-glow {
  position: absolute; top: -60px; right: -40px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(224,37,37,0.12) 0%, transparent 65%); pointer-events: none;
}
.ct-hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 100px;
  background: linear-gradient(to bottom, transparent, var(--voy-bg-cream)); pointer-events: none;
}
.ct-hero-inner { position: relative; z-index: 2; text-align: center; padding: 40px 35px; margin: 0 auto; max-width: 780px; }
.ct-hero-inner h1 {
  font-family: var(--voy-font-heading); font-weight: 800; font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.06; color: var(--voy-text-heading); margin: 18px 0 20px; letter-spacing: -0.025em;
}
.ct-hero-sub { font-size: 17px; color: var(--voy-text-body); line-height: 1.65; max-width: 620px; margin: 0 auto; }
.ct-hero-cta { margin: 28px auto 0; height: 48px; padding: 0 30px; font-size: 15px; }

/* ── shared: centered section badge/heading ── */
.ct-sec-head { text-align: center; margin-bottom: 52px; }
.ct-sec-label {
  font-family: var(--voy-font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--voy-primary);
  display: inline-flex; align-items: center; gap: 10px;
}
.ct-sec-label::before, .ct-sec-label::after { content: ''; width: 20px; height: 2px; background: currentColor; opacity: .55; }
.ct-sec-head h2 {
  font-family: var(--voy-font-heading); font-weight: 800; font-size: clamp(28px, 3.2vw, 44px);
  color: var(--voy-text-heading); letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px;
}
.ct-sec-head h2 em { font-style: normal; color: var(--voy-primary); }
.ct-sec-desc { font-size: 15px; line-height: 1.75; color: var(--voy-text-body); max-width: 640px; margin: 0 auto; }

/* ── 2. How We Work — icon feature cards ── */
.ct-process { background: var(--voy-bg-cream); padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.ct-process-inner { max-width: 1440px; margin: 0 auto; }
.ct-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ct-process-card {
  position: relative; background: #FFFFFF; border-radius: 20px; overflow: hidden;
  padding: 28px 26px 30px; box-shadow: 0 2px 18px rgba(26,26,23,0.05);
  transition: transform .3s cubic-bezier(.22,.8,.36,1), box-shadow .3s ease;
}
.ct-process-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(26,26,23,0.09); }
.ct-process-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 26px; }
.ct-process-num {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: rgba(224,37,37,0.08); color: var(--voy-primary);
  font-family: var(--voy-font-heading); font-weight: 800; font-size: 14.5px; letter-spacing: -0.01em;
  display: flex; align-items: center; justify-content: center;
}
.ct-process-icon { color: var(--voy-primary); display: flex; }
.ct-process-icon svg { display: block; }
.ct-process-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16.5px; line-height: 1.3; color: var(--voy-text-heading); margin-bottom: 12px; }
.ct-process-rule { width: 22px; height: 3px; border-radius: 2px; background: var(--voy-primary); margin-bottom: 14px; }
.ct-process-text { font-size: 13.5px; line-height: 1.65; color: rgba(26,26,23,0.58); }

/* ── 3. Ways to reach us — dark contrast section ── */
.ct-reach { background: var(--voy-text-heading); padding: 92px 96px; }
.ct-reach-inner { max-width: 1440px; margin: 0 auto; }
.ct-reach .ct-sec-desc { color: rgba(254,252,246,0.45); }
.ct-reach .ct-sec-head h2 { color: var(--voy-bg-cream); }
.ct-reach-cards { display: flex; /*grid-template-columns: repeat(2, 1fr); gap: 18px;*/ justify-content:center; max-width: 760px; margin: 0 auto; }
.ct-reach-card {
  display: flex; align-items: center; gap: 16px; padding: 22px 24px; border-radius: 16px;
  background: rgba(254,252,246,0.05); border: 1px solid rgba(254,252,246,0.09);
  text-decoration: none; transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.ct-reach-card:hover { background: rgba(254,252,246,0.09); border-color: rgba(224,37,37,0.35); transform: translateY(-3px); }
.ct-reach-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(224,37,37,0.14); color: var(--voy-primary);
  display: flex; align-items: center; justify-content: center;
}
.ct-reach-label { font-family: var(--voy-font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(254,252,246,0.4); margin-bottom: 4px; }
.ct-reach-val { font-family: var(--voy-font-heading); font-size: 15px; font-weight: 700; color: var(--voy-bg-cream); }

/* ── 4. Engagement models — bordered panel, dot/meter/CTA per tier ── */
.ct-engage { background: #F5F0E8; padding: 96px 96px; position: relative; overflow: hidden; }
.ct-engage::before {
  content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px;
  border-radius: 50%; border: 60px solid rgba(224,37,37,0.06); pointer-events: none;
}
.ct-engage-inner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.ct-engage-panel {
  background: var(--voy-bg-cream); border: 1px solid var(--voy-border-light); border-radius: var(--voy-radius-lg);
  padding: 32px 36px 36px; box-shadow: 0 2px 20px rgba(26,26,23,0.06);
}
.ct-engage-eyebrow { font-family: var(--voy-font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--voy-text-muted); }
.ct-engage-cols { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.ct-engage-col { display: flex; flex-direction: column; gap: 16px; padding: 4px 28px 0; border-right: 1px solid var(--voy-border-light); }
.ct-engage-col:first-child { padding-left: 0; }
.ct-engage-col:last-child { padding-right: 0; border-right: 0; }
.ct-engage-label { display: flex; align-items: center; gap: 9px; }
.ct-engage-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.ct-engage-dot--amber { background: #D8A24A; }
.ct-engage-dot--red { background: var(--voy-primary); }
.ct-engage-dot--ink { background: var(--voy-text-heading); }
.ct-engage-kicker { font-family: var(--voy-font-mono); font-size: 11px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; color: var(--voy-primary); }
.ct-engage-price-row { display: flex; align-items: flex-end; gap: 7px; }
.ct-engage-amount { font-family: var(--voy-font-heading); font-size: 32px; font-weight: 800; letter-spacing: -.02em; line-height: .95; color: var(--voy-text-heading); }
.ct-engage-unit { font-family: var(--voy-font-mono); font-size: 12px; color: var(--voy-text-muted); padding-bottom: 4px; }
.ct-engage-desc { font-size: 14px; font-weight: 500; color: var(--voy-text-heading); line-height: 1.4; }
.ct-engage-meter { display: flex; gap: 4px; margin-top: auto; }
.ct-engage-meter span { height: 4px; flex: 1; background: var(--voy-border-light); border-radius: 2px; }
.ct-engage-meter--1 span:nth-child(-n+1) { background: #D8A24A; }
.ct-engage-meter--2 span:nth-child(-n+2) { background: var(--voy-primary); }
.ct-engage-meter--3 span { background: var(--voy-text-heading); }
.ct-engage-note { font-family: var(--voy-font-mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: var(--voy-text-muted); }
.ct-engage-btn {
  margin-top: 4px; align-self: flex-start; display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 22px; border-radius: var(--voy-radius-pill); font-family: var(--voy-font-body);
  font-size: 14px; font-weight: 500; white-space: nowrap; cursor: pointer; transition: all .2s ease-out;
  text-decoration: none;
}
.ct-engage-btn--ghost { border: 1px solid var(--voy-border-light); background: transparent; color: var(--voy-text-heading); }
.ct-engage-btn--ghost:hover { background: var(--voy-surface-hover); border-color: var(--voy-text-heading); }
.ct-engage-btn--solid { border: 1px solid var(--voy-primary); background: var(--voy-primary); color: #FFFFFF; font-weight: 600; }
.ct-engage-btn--solid:hover { opacity: .85; }
.ct-engage-arrow { font-size: 15px; flex-shrink: 0; }

/* ── 5. Book a discovery call — form card ── */
.ct-book { background: #FFFFFF; padding: 96px 96px; }
.ct-book-inner { max-width: 780px; margin: 0 auto; }
.ct-form-card {
  background: var(--voy-bg-cream); border-radius: 24px; padding: 48px 52px;
  box-shadow: 0 2px 24px rgba(26,26,23,0.06);
}
.ct-form { display: flex; flex-direction: column; gap: 18px; }
.ct-field { display: flex; flex-direction: column; gap: 6px; }
.ct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ct-field label { font-size: 12.5px; font-weight: 600; color: var(--voy-text-heading); letter-spacing: .02em; }
.ct-field input, .ct-field textarea, .ct-field select {
  font-family: var(--voy-font-body); font-size: 14.5px; color: var(--voy-text-heading);
  background: #FFFFFF; border: 1.5px solid var(--voy-border-light); border-radius: 10px;
  padding: 12px 15px; outline: none; transition: border-color .2s, box-shadow .2s;
  width: 100%; resize: none; appearance: none;
}
.ct-field input::placeholder, .ct-field textarea::placeholder { color: var(--voy-text-muted); }
.ct-field input:focus, .ct-field textarea:focus, .ct-field select:focus {
  border-color: var(--voy-primary); box-shadow: 0 0 0 3px rgba(224,37,37,.08);
}
.ct-field textarea { height: 116px; }
.ct-form-submit { margin-top: 6px; }
.ct-btn-submit {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--voy-primary); color: #FFFFFF; font-family: var(--voy-font-body);
  font-size: 15.5px; font-weight: 600; border: none; border-radius: var(--voy-radius-pill);
  padding: 15px 24px; cursor: pointer; transition: opacity .2s;
}
.ct-btn-submit:hover { opacity: .82; }
.ct-form-note { margin-top: 14px; font-size: 12.5px; color: var(--voy-text-muted); text-align: center; line-height: 1.5; }
.ct-success-state { display: none; flex-direction: column; align-items: center; text-align: center; padding: 24px 0; gap: 16px; }
.ct-success-icon { width: 58px; height: 58px; border-radius: 50%; background: var(--voy-green-bg); color: var(--voy-green); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.ct-success-title { font-family: var(--voy-font-heading); font-size: 21px; font-weight: 800; color: var(--voy-text-heading); }
.ct-success-text { font-size: 14.5px; color: var(--voy-text-body); line-height: 1.65; max-width: 320px; }

/* ── 6. FAQ — split layout: intro column + numbered accordion rows ── */
.ct-faq { width: 100%; background: #FFFFFF; padding: 100px 96px; border-top: 1px solid rgba(0,0,0,0.07); }
.ct-faq-inner { max-width: 1248px; margin: 0 auto; display: flex; gap: 80px; align-items: flex-start; }
.ct-faq-intro { flex: 0 0 320px; position: sticky; top: 110px; }
.ct-faq-label { justify-content: flex-start; margin-bottom: 18px; }
.ct-faq-intro h2 {
  font-family: var(--voy-font-heading); font-weight: 800; font-size: clamp(26px, 2.6vw, 36px);
  color: var(--voy-text-heading); letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 16px;
}
.ct-faq-intro h2 em { font-style: normal; color: var(--voy-primary); }
.ct-faq-intro p { font-size: 14.5px; color: rgba(26,26,23,0.55); line-height: 1.7; margin-bottom: 28px; }
.ct-faq-cta { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 14px; background: #F5F0E8; }
.ct-faq-cta-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: rgba(224,37,37,.1); display: flex; align-items: center; justify-content: center; color: var(--voy-primary); }
.ct-faq-cta-text { font-size: 13px; color: rgba(26,26,23,.6); line-height: 1.5; }
.ct-faq-cta-text a { color: var(--voy-primary); font-weight: 600; text-decoration: none; }
.ct-faq-cta-text a:hover { text-decoration: underline; }
.ct-faq-list { flex: 1; min-width: 0; border-top: 1px solid rgba(0,0,0,0.09); }
.ct-faq-item { border-bottom: 1px solid rgba(0,0,0,0.09); }
.ct-faq-q { width: 100%; display: flex; align-items: flex-start; gap: 20px; padding: 26px 0; background: none; border: none; cursor: pointer; text-align: left; }
.ct-faq-q-num { flex-shrink: 0; font-family: var(--voy-font-mono); font-size: 13px; font-weight: 500; color: rgba(224,37,37,.5); padding-top: 3px; transition: color .25s ease; }
.ct-faq-item.open .ct-faq-q-num { color: var(--voy-primary); }
.ct-faq-q-text { flex: 1; font-family: var(--voy-font-heading); font-weight: 700; font-size: 17px; color: var(--voy-text-heading); line-height: 1.4; transition: color .25s ease; }
.ct-faq-item:hover .ct-faq-q-text { color: var(--voy-primary); }
.ct-faq-q-icon { flex-shrink: 0; width: 22px; height: 22px; position: relative; color: var(--voy-text-heading); margin-top: 2px; transition: transform .3s cubic-bezier(.22,.8,.36,1), color .25s ease; }
.ct-faq-q-icon::before, .ct-faq-q-icon::after { content: ''; position: absolute; background: currentColor; border-radius: 1px; }
.ct-faq-q-icon::before { left: 3px; right: 3px; top: 50%; height: 2px; transform: translateY(-50%); }
.ct-faq-q-icon::after { top: 3px; bottom: 3px; left: 50%; width: 2px; transform: translateX(-50%); transition: opacity .25s ease; }
.ct-faq-item.open .ct-faq-q-icon::after { opacity: 0; }
.ct-faq-item.open .ct-faq-q-icon { transform: rotate(180deg); color: var(--voy-primary); }
.ct-faq-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,.8,.36,1); }
.ct-faq-a-inner { padding: 0 0 26px 42px; }
.ct-faq-a p { margin: 0; font-size: 14.5px; color: rgba(26,26,23,.6); line-height: 1.75; max-width: 560px; }
.ct-faq-item.open .ct-faq-a { max-height: 260px; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ct-process, .ct-reach, .ct-engage, .ct-book, .ct-faq { padding: 72px 48px; }
  .ct-hero-inner { padding: 56px 48px; }
  .ct-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .ct-reach-cards { grid-template-columns: 1fr; }
  .ct-engage-cols { grid-template-columns: 1fr; }
  .ct-engage-col { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--voy-border-light); }
  .ct-engage-col:last-child { padding-bottom: 0; border-bottom: 0; }
  .ct-engage-col + .ct-engage-col { padding-top: 24px; }
  .ct-faq-inner { flex-direction: column; gap: 40px; }
  .ct-faq-intro { position: static; flex: none; }
  .ct-form-card { padding: 40px 32px; }
}
@media (max-width: 600px) {
  .ct-hero-inner { padding: 36px 24px 56px; }
  .ct-process, .ct-reach, .ct-engage, .ct-book, .ct-faq { padding: 56px 24px; }
  .ct-process-grid { grid-template-columns: 1fr; }
  .ct-field-row { grid-template-columns: 1fr; }
  .ct-form-card { padding: 32px 22px; }
  .ct-faq-q { gap: 12px; }
  .ct-faq-a-inner { padding-left: 0; }
}

/* ── Contact Form 7 validation messages — sized to match the form's own
   fine print (.ct-form-note) instead of CF7's larger default. ── */
.ct-form .wpcf7-not-valid-tip {
  font-size: 12.5px;
  margin-top: 4px;
}
.ct-form .wpcf7-response-output {
  font-size: 12.5px;
  line-height: 1.5;
}
