/* Contact Us page — /contact-us/ */

/* ── Breadcrumb ──────────────────────────────────── */
.ct-crumb {
    background: var(--om-navy);
    color: #fff;
}
.ct-crumb__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.ct-crumb a { color: rgba(255,255,255,.75); text-decoration: none; }
.ct-crumb a:hover { color: #fff; }
.ct-crumb .bi { font-size: 10px; color: rgba(255,255,255,.45); }
.ct-crumb span { color: #fff; }

/* ── Hero ─────────────────────────────────────────── */
.ct-hero {
    background: var(--om-bg);
    border-bottom: 1px solid var(--om-line);
    padding: 64px 50px 36px;
}
.ct-hero__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}
.ct-online-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--om-blue);
    margin-bottom: 20px;
}
.ct-online-pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #15803D;
    box-shadow: 0 0 0 3px rgba(21,128,61,.25);
    flex-shrink: 0;
}
.ct-hero__h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--om-navy);
    margin: 0 0 20px;
}
.ct-hero__h1 em {
    font-style: normal;
    color: var(--om-blue);
}
.ct-hero__lede {
    font-size: 18px;
    line-height: 1.55;
    color: var(--om-ink-2);
    max-width: 520px;
    margin: 0 0 28px;
}
.ct-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ct-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 50px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--om-navy);
    text-decoration: none;
    transition: border-color .2s, color .2s, background .2s;
}
.ct-chip svg { width: 16px; height: 16px; }
.ct-chip:hover {
    border-color: var(--om-blue);
    color: var(--om-blue);
    background: var(--om-success-bg);
}
.ct-rcard {
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 18px rgba(3,13,78,.04);
}
.ct-rcard__hdr {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.ct-avatars { display: flex; }
.ct-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-left: -10px;
    flex-shrink: 0;
}
.ct-avatar:first-child { margin-left: 0; }
.ct-avatar--pr { background: linear-gradient(135deg,#4f46e5,#7c3aed); }
.ct-avatar--ak { background: linear-gradient(135deg,#0369a1,#06b6d4); }
.ct-avatar--sm { background: linear-gradient(135deg,#15803d,#2EBFB0); }
.ct-rcard__meta strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--om-navy);
}
.ct-online-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--om-ink-3);
    margin-top: 3px;
}
.ct-pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #15803D;
    animation: ct-pulse 2s infinite;
    flex-shrink: 0;
}
@keyframes ct-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(21,128,61,.5); }
    70%  { box-shadow: 0 0 0 6px rgba(21,128,61,0); }
    100% { box-shadow: 0 0 0 0 rgba(21,128,61,0); }
}
.ct-rcard__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.ct-stat {
    background: var(--om-bg);
    border-radius: 12px;
    padding: 14px;
}
.ct-stat__num {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--om-navy);
}
.ct-stat__lbl {
    font-size: 12px;
    color: var(--om-ink-3);
    margin-top: 2px;
    display: block;
}
.ct-rcard__hours {
    border-top: 1px solid var(--om-line);
    padding-top: 16px;
}
.ct-rcard__hours-hdr {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--om-ink-3);
    margin: 0 0 10px;
}
.ct-hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--om-navy);
    margin-bottom: 6px;
}
.ct-hours-row--muted { color: var(--om-ink-3); }
.ct-open-pill {
    background: var(--om-success-bg);
    color: var(--om-success);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 50px;
}

/* ── Channel Cards ────────────────────────────────── */
.ct-channels {
    padding: 64px 50px;
}
.ct-channels__inner {
    max-width: 1320px;
    margin: 0 auto;
}
.ct-section-h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--om-navy);
    letter-spacing: -0.015em;
    margin: 0 0 8px;
}
.ct-section-sub {
    font-size: 15px;
    color: var(--om-ink-3);
    margin: 0 0 32px;
}
.ct-ch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ct-ch {
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.ct-ch:hover {
    border-color: var(--om-blue);
    box-shadow: 0 8px 24px rgba(3,13,78,.06);
    transform: translateY(-2px);
}
.ct-ch:hover .ct-ch__icon {
    background: var(--om-navy);
    color: #fff;
}
.ct-ch:hover .ct-ch__cta svg {
    transform: translateX(3px);
}
.ct-ch__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--om-success-bg);
    color: var(--om-success);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
}
.ct-ch__badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--om-success);
    flex-shrink: 0;
}
.ct-ch__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--om-bg);
    color: var(--om-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
    flex-shrink: 0;
}
.ct-ch__icon svg { width: 22px; height: 22px; }
.ct-ch__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--om-ink-3);
}
.ct-ch__h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--om-navy);
    margin: 0;
    line-height: 1.2;
}
.ct-ch__body {
    font-size: 13px;
    line-height: 1.55;
    color: var(--om-ink-3);
    margin: 0;
    flex-grow: 1;
}
.ct-ch__cta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--om-blue);
    margin-top: auto;
}
.ct-ch__cta svg {
    width: 14px;
    height: 14px;
    transition: transform .2s;
}

/* ── Form Section ─────────────────────────────────── */
.ct-form-section {
    background: var(--om-bg);
    border-top: 1px solid var(--om-line);
    border-bottom: 1px solid var(--om-line);
    padding: 64px 50px;
}
.ct-form-section__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}
.ct-form-card {
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 20px;
    padding: 40px;
}
.ct-form-card__h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--om-navy);
    margin: 0 0 8px;
    letter-spacing: -0.015em;
}
.ct-form-card__sub {
    font-size: 14px;
    color: var(--om-ink-3);
    margin: 0 0 28px;
    line-height: 1.55;
}
.ct-field { margin-bottom: 20px; }
.ct-field__label-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}
.ct-label { font-size: 13px; font-weight: 600; color: var(--om-navy); }
.ct-opt { font-size: 12px; color: var(--om-ink-3); }
.ct-input {
    width: 100%;
    border: 1px solid var(--om-line);
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 14px;
    font-family: inherit;
    color: var(--om-ink);
    background: #fff;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
    appearance: none;
}
.ct-input:focus {
    outline: none;
    border-color: var(--om-blue);
    box-shadow: 0 0 0 3px rgba(3,105,161,.12);
}
.ct-input.ct-input--error { border-color: var(--om-danger); }
.ct-select { cursor: pointer; }
.ct-textarea { resize: vertical; min-height: 130px; line-height: 1.55; }
.ct-error {
    display: none;
    align-items: center;
    gap: 4px;
    color: var(--om-danger);
    font-size: 12px;
    margin-top: 6px;
}
.ct-error.ct-error--visible { display: flex; }
.ct-error svg { width: 13px; height: 13px; flex-shrink: 0; }
.ct-help { font-size: 12px; color: var(--om-ink-3); margin-top: 6px; }
.ct-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-topic-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.ct-topic-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--om-line);
    background: #fff;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--om-ink-2);
    cursor: pointer;
    transition: border-color .2s, color .2s, background .2s;
}
.ct-topic-chip svg { width: 14px; height: 14px; }
.ct-topic-chip:hover { border-color: var(--om-blue); color: var(--om-blue); }
.ct-topic-chip--active { border-color: var(--om-navy); background: var(--om-navy); color: #fff; }
.ct-topic-chip--active svg { color: #fff; }
.ct-dropzone {
    border: 1.5px dashed var(--om-line);
    border-radius: 12px;
    padding: 20px;
    background: var(--om-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    position: relative;
}
.ct-dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.ct-dropzone:hover,
.ct-dropzone.ct-dropzone--over { border-color: var(--om-blue); background: var(--om-success-bg); }
.ct-dropzone__icon { width: 28px; height: 28px; color: var(--om-blue); }
.ct-dropzone__title { font-size: 13px; font-weight: 600; color: var(--om-navy); }
.ct-dropzone__sub { font-size: 12px; color: var(--om-ink-3); }
.ct-file-list { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.ct-file-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
}
.ct-file-row__name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--om-navy); }
.ct-file-row__size { color: var(--om-ink-3); font-size: 11px; flex-shrink: 0; }
.ct-file-row__rm {
    background: none; border: none; cursor: pointer; padding: 2px;
    color: var(--om-ink-3); transition: color .15s; flex-shrink: 0; display: flex;
}
.ct-file-row__rm:hover { color: var(--om-danger); }
.ct-file-row__rm svg { width: 14px; height: 14px; }
.ct-field--consent { margin-top: 4px; }
.ct-consent-label {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 13px; line-height: 1.5; color: var(--om-ink-2); cursor: pointer;
}
.ct-consent-label input[type="checkbox"] {
    width: 18px; height: 18px; accent-color: var(--om-blue); flex-shrink: 0; margin-top: 1px;
}
.ct-consent-label a { color: var(--om-blue); text-decoration: underline; }
.ct-submit-row { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.ct-submit-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--om-blue); color: #fff; border: none; border-radius: 12px;
    padding: 14px 26px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s;
}
.ct-submit-btn svg { width: 16px; height: 16px; }
.ct-submit-btn:hover { background: var(--om-navy); }
.ct-submit-btn:disabled { opacity: .55; cursor: not-allowed; }
.ct-submit-note { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--om-ink-3); }
.ct-submit-note svg { width: 14px; height: 14px; color: var(--om-success); }
#ct-success-view { text-align: center; padding: 20px 0; }
.ct-success-icon {
    width: 64px; height: 64px; border-radius: 50%; background: var(--om-success-bg);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.ct-success-icon svg { width: 28px; height: 28px; color: var(--om-success); }
.ct-success-h3 { font-size: 22px; font-weight: 700; color: var(--om-navy); margin: 0 0 10px; }
.ct-success-body { font-size: 14px; color: var(--om-ink-3); margin: 0 0 16px; line-height: 1.6; }
.ct-ticket-pill {
    display: inline-block; border: 1.5px dashed var(--om-line); background: var(--om-bg);
    border-radius: 8px; padding: 10px 18px; font-family: monospace; font-size: 13px;
    color: var(--om-navy); letter-spacing: 0.05em; margin-bottom: 16px;
}
.ct-success-follow { font-size: 13px; color: var(--om-ink-3); margin-bottom: 24px; }
.ct-success-follow a { color: var(--om-blue); }
.ct-reset-btn {
    background: #fff; border: 1.5px solid var(--om-blue); color: var(--om-blue);
    border-radius: 12px; padding: 11px 22px; font-size: 14px; font-weight: 600;
    cursor: pointer; transition: background .2s;
}
.ct-reset-btn:hover { background: var(--om-success-bg); }
@keyframes ct-shake {
    0%, 100% { transform: translateX(0); }
    20%       { transform: translateX(-4px); }
    40%       { transform: translateX( 4px); }
    60%       { transform: translateX(-4px); }
    80%       { transform: translateX( 4px); }
}
.ct-shake { animation: ct-shake 0.4s ease; }

/* ── Sidebar ──────────────────────────────────────── */
.ct-sidebar { display: flex; flex-direction: column; gap: 16px; }
.ct-scard {
    background: #fff;
    border: 1px solid var(--om-line);
    border-radius: 20px;
    padding: 26px;
}
.ct-scard__h3 { font-size: 16px; font-weight: 700; color: var(--om-navy); margin: 0 0 18px; }
.ct-info-row { display: flex; gap: 14px; margin-bottom: 16px; }
.ct-info-icon {
    width: 38px; height: 38px; border-radius: 10px; background: var(--om-bg);
    display: flex; align-items: center; justify-content: center; color: var(--om-blue); flex-shrink: 0;
}
.ct-info-icon svg { width: 16px; height: 16px; }
.ct-info-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--om-ink-3); margin-bottom: 4px; }
.ct-info-val { font-size: 14px; color: var(--om-navy); line-height: 1.45; }
.ct-info-muted { font-size: 12px; color: var(--om-ink-3); margin-top: 3px; }
.ct-maps-link {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 13px; font-weight: 600; color: var(--om-blue); text-decoration: none; margin-top: 4px;
}
.ct-maps-link svg { width: 13px; height: 13px; }
.ct-trust-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ct-trust-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--om-ink-2); line-height: 1.5; }
.ct-trust-list svg { width: 16px; height: 16px; color: var(--om-success); flex-shrink: 0; margin-top: 1px; }

/* ── FAQ ──────────────────────────────────────────── */
.ct-faq { padding: 64px 50px; }
.ct-faq__inner { max-width: 980px; margin: 0 auto; }
.ct-faq__hdr { text-align: center; margin-bottom: 36px; }
.ct-faq__eyebrow {
    display: inline-block; background: var(--om-bg); color: var(--om-blue);
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 12px;
}
.ct-faq__h2 { font-size: 36px; font-weight: 800; color: var(--om-navy); margin: 0 0 8px; letter-spacing: -0.02em; }
.ct-faq__lede { font-size: 15px; color: var(--om-ink-3); margin: 0; }
.ct-faq__list { display: flex; flex-direction: column; gap: 10px; }
.ct-faq__item { background: #fff; border: 1px solid var(--om-line); border-radius: 16px; overflow: hidden; }
.ct-faq__q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 24px; font-size: 16px; font-weight: 600; color: var(--om-navy);
    cursor: pointer; list-style: none; gap: 16px;
}
.ct-faq__q::-webkit-details-marker { display: none; }
.ct-faq__toggle {
    width: 30px; height: 30px; border-radius: 50%; background: var(--om-bg);
    display: flex; align-items: center; justify-content: center; color: var(--om-blue);
    flex-shrink: 0; transition: background .2s, color .2s;
}
.ct-faq__toggle svg { width: 16px; height: 16px; transition: transform .25s; }
.ct-faq__item[open] .ct-faq__toggle { background: var(--om-navy); color: #fff; }
.ct-faq__item[open] .ct-faq__toggle svg { transform: rotate(45deg); }
.ct-faq__a { padding: 0 24px 22px; font-size: 14px; line-height: 1.65; color: var(--om-ink-2); }
.ct-faq__still-stuck { text-align: center; margin-top: 28px; font-size: 15px; color: var(--om-ink-3); }
.ct-faq__still-stuck a { color: var(--om-blue); font-weight: 600; }

/* ── Responsive ───────────────────────────────────── */

/* 992px — collapse two-column layouts */
@media (max-width: 992px) {
    .ct-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ct-form-section__inner {
        grid-template-columns: 1fr;
    }
    .ct-ch-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ct-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ct-scard { flex: 1 1 calc(50% - 8px); }
}

/* 767px — mobile */
@media (max-width: 767px) {
    .ct-hero { padding: 44px 20px 28px; }
    .ct-hero__inner { gap: 24px; }
    .ct-hero__h1 { font-size: 38px; }
    .ct-hero__lede { font-size: 16px; }

    .ct-channels { padding: 44px 20px; }
    .ct-ch-grid { grid-template-columns: 1fr; }

    .ct-form-section { padding: 44px 20px; }
    .ct-form-card { padding: 24px; }
    .ct-row-2 { grid-template-columns: 1fr; }

    .ct-sidebar { flex-direction: column; }
    .ct-scard { flex: none; width: 100%; }

    .ct-faq { padding: 44px 20px; }

    .ct-crumb__inner { padding: 10px 20px; }

    .ct-submit-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* Visible focus for keyboard users */
.ct-chip:focus-visible,
.ct-topic-chip:focus-visible,
.ct-dropzone:focus-visible,
.ct-submit-btn:focus-visible,
.ct-reset-btn:focus-visible {
    outline: 2px solid var(--om-blue);
    outline-offset: 2px;
}
