/* ── Contact Hero ── */
    .ct-hero {
      padding: 72px 0 56px;
      text-align: center;
      background: linear-gradient(135deg, var(--s-surface) 0%, var(--s-surface-2) 100%);
      border-bottom: 1px solid var(--s-border);
    }
    .ct-hero-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--s-accent);
      margin-bottom: 14px;
    }
    .ct-hero h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 4vw, 3rem);
      font-weight: 800;
      color: var(--s-text);
      margin-bottom: 14px;
    }
    .ct-hero p {
      font-size: 1rem;
      color: var(--s-muted);
      max-width: 480px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* ── Contact Layout ── */
    .ct-body {
      padding: 72px 0 80px;
    }
    .ct-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: start;
    }

    /* ── Contact Form ── */
    .ct-form-wrap {
      background: #fff;
      border: 1px solid var(--s-border);
      border-radius: 20px;
      padding: 36px 32px;
      box-shadow: 0 4px 24px rgba(244,63,94,0.06);
    }
    .ct-form-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 24px;
    }
    .ct-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .ct-field-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .ct-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .ct-field label {
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--s-text);
      letter-spacing: 0.02em;
    }
    .ct-field label .ct-optional {
      font-weight: 400;
      color: var(--s-muted);
      margin-left: 4px;
    }
    .ct-input,
    .ct-select,
    .ct-textarea {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid var(--s-border);
      border-radius: 10px;
      background: var(--s-surface);
      color: var(--s-text);
      font-family: inherit;
      font-size: 0.88rem;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .ct-input:focus,
    .ct-select:focus,
    .ct-textarea:focus {
      border-color: var(--s-accent);
      box-shadow: 0 0 0 3px rgba(244,63,94,0.08);
      background: #fff;
    }
    .ct-input::placeholder,
    .ct-textarea::placeholder { color: var(--s-muted); }
    .ct-select {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='2 4 6 8 10 4'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      cursor: pointer;
    }
    .ct-textarea {
      resize: vertical;
      min-height: 140px;
      line-height: 1.65;
    }
    .ct-form-submit {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 4px;
    }
    .ct-form-note {
      font-size: 0.74rem;
      color: var(--s-muted);
    }
    .ct-submit-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: var(--s-accent);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-family: inherit;
      font-size: 0.88rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
    }
    .ct-submit-btn:hover {
      background: var(--s-accent-h);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(244,63,94,0.3);
    }
    .ct-submit-btn svg {
      width: 16px;
      height: 16px;
      stroke: #fff;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ── Contact Info & Map ── */
    .ct-info-wrap {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .ct-info-box {
      background: #fff;
      border: 1px solid var(--s-border);
      border-radius: 20px;
      padding: 28px 28px;
    }
    .ct-info-box h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 20px;
    }
    .ct-info-items {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .ct-info-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .ct-info-icon {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(244,63,94,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .ct-info-icon svg {
      width: 16px;
      height: 16px;
      stroke: var(--s-accent);
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .ct-info-label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--s-muted);
      margin-bottom: 3px;
    }
    .ct-info-value {
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--s-text);
    }
    .ct-info-value a {
      color: var(--s-text);
      transition: color 0.2s;
    }
    .ct-info-value a:hover { color: var(--s-accent); }

    /* Hours badge */
    .ct-hours-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(34,197,94,0.1);
      color: #15803d;
      padding: 3px 10px;
      border-radius: 99px;
      font-size: 0.72rem;
      font-weight: 700;
      margin-top: 4px;
    }
    .ct-hours-badge::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #22c55e;
      flex-shrink: 0;
    }

    /* Map */
    .ct-map-wrap {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--s-border);
      box-shadow: 0 4px 16px rgba(15,23,42,0.06);
    }
    .ct-map-wrap iframe {
      display: block;
      width: 100%;
      height: 240px;
      border: none;
    }

    /* ── FAQ Section ── */
    .ct-faq {
      padding: 72px 0;
      background: var(--s-surface);
    }
    .ct-faq-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .ct-faq-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--s-accent);
      margin-bottom: 10px;
    }
    .ct-faq-header h2 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.5rem, 2.5vw, 2rem);
      font-weight: 800;
      color: var(--s-text);
    }
    .ct-faq-list {
      max-width: 760px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .ct-faq-item {
      border: 1px solid var(--s-border);
      border-bottom: none;
      background: #fff;
      overflow: hidden;
    }
    .ct-faq-item:first-child { border-radius: 14px 14px 0 0; }
    .ct-faq-item:last-child  { border-radius: 0 0 14px 14px; border-bottom: 1px solid var(--s-border); }

    .ct-faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      font-family: inherit;
      font-size: 0.92rem;
      font-weight: 600;
      color: var(--s-text);
      text-align: left;
      gap: 16px;
      transition: background 0.15s;
    }
    .ct-faq-question:hover { background: var(--s-surface); }
    .ct-faq-question.is-open { background: var(--s-surface); color: var(--s-accent); }
    .ct-faq-chevron {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      transition: transform 0.25s ease;
    }
    .ct-faq-question.is-open .ct-faq-chevron { transform: rotate(180deg); }
    .ct-faq-answer {
      display: none;
      padding: 0 24px 20px;
      font-size: 0.88rem;
      color: var(--s-muted);
      line-height: 1.75;
    }
    .ct-faq-answer.is-open { display: block; }
