/* ============================================================
   Contact – Lynx (Early Access) — contact-lynx.css
   Clean-code port of the Elementor /contact-tigera-lynx/ page (task #36).
   Reuses: webstick.css tokens + .section-container; marketo-form.css (.marketo-form__*).
   Hero modeled on the working .eb-hero__* pattern (ebook-lp.css).
   ============================================================ */

/* ---- HERO ---- */
.cl-hero {
    background: var(--banner-bg);
    padding: 120px 0 80px;
    color: var(--color-text-inverse);
}
.cl-hero__container {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    max-width: 1224px;
    margin: 0 auto;
}
.cl-hero__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.cl-hero__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-orange-500, #F89C1D);
    margin-bottom: 16px;
}
.cl-hero__headline {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--color-text-inverse);
    margin-bottom: 28px;
}
.cl-hero__caps {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cl-hero__cap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cl-hero__cap-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-white);
}
.cl-hero__cap-desc {
    font-size: 15px;
    line-height: 1.45;
    color: var(--color-white);
    opacity: .82;
}
.cl-hero__cap-desc::before {
    content: "\2192\00a0"; /* → */
    color: var(--color-orange-500, #F89C1D);
    font-weight: 700;
}
.cl-hero__social {
    margin-top: 8px;
}
.cl-hero__social-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0 0 12px;
}
.cl-hero__social .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cl-hero__social .social-icon-img {
    width: 20px;
    height: 20px;
    display: block;
}

/* Form card — reuses .marketo-form__* from marketo-form.css */
.cl-hero__form-card {
    flex: 1;
    background: var(--color-white);
    border-radius: 6px;
    padding: 30px 32px 14px;
    width: 100%;
    max-width: 520px;
    color: var(--color-text-main);
    align-self: flex-start;
}
.cl-hero__form-card label,
.cl-hero__form-card .mktoLabel,
.cl-hero__form-card .mktoHtmlText,
.cl-hero__form-card .mktoFieldDescriptor,
.cl-hero__form-card .mktoCheckboxList label {
    color: var(--color-text-main);
}
/* Our card owns the padding — neutralize inherited marketo wrappers */
.cl-hero__form-card .marketo-form__wrapper,
.cl-hero__form-card .marketo-form__container,
.cl-hero__form-card .marketo-form__container-form {
    padding: 0;
    margin: 0;
    background: transparent;
}
.cl-hero__form-card .marketo-form__container h3 {
    color: var(--color-text-main);
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

/* ---- LOCATIONS + DIRECT CONTACT ---- */
.cl-locations {
    background: var(--color-white);
    padding: 80px 20px;
}
.cl-locations > .section-container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0;
}
.cl-locations__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 48px;
    color: var(--color-text-main);
}
.cl-locations__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.cl-loc-card {
    background: var(--banner-bg);
    color: var(--color-text-inverse);
    border-radius: 10px;
    padding: 32px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cl-loc-card__icon {
    color: var(--color-orange-500, #F89C1D);
    margin-bottom: 14px;
    line-height: 0;
}
.cl-loc-card__name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--color-text-inverse);
}
.cl-loc-card__addr {
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    opacity: .82;
}
.cl-loc-card__map {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-orange-500, #F89C1D);
}
.cl-loc-card__map:hover {
    text-decoration: underline;
}
.cl-loc-card--direct {
    justify-content: center;
}
.cl-loc-card__line {
    font-size: 14px;
    line-height: 1.6;
    margin: 2px 0;
}
.cl-loc-card__line span {
    opacity: .7;
}
.cl-loc-card__line a {
    color: var(--color-orange-500, #F89C1D);
    font-weight: 600;
}

/* ---- RESPONSIVE: 1023px ---- */
@media (max-width: 1023px) {
    .cl-hero {
        padding: 100px 0 60px;
    }
    .cl-hero__container {
        padding: 0 20px;
        flex-direction: column;
        gap: 32px;
    }
    .cl-hero__form-card {
        max-width: none;
        order: 2;
    }
    .cl-hero__headline {
        font-size: var(--font-size-5xl, 40px);
        line-height: 1.15;
    }
    .cl-locations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---- RESPONSIVE: 767px ---- */
@media (max-width: 767px) {
    .cl-hero {
        padding: 90px 0 48px;
    }
    .cl-hero__container {
        padding: 0 16px;
    }
    .cl-hero__headline {
        font-size: var(--font-size-4xl, 32px);
        line-height: 1.18;
        margin-bottom: 20px;
    }
    .cl-hero__form-card {
        padding: 16px 14px;
    }
    .cl-hero__form-card .marketo-form__container h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .cl-locations {
        padding: 56px 16px;
    }
    .cl-locations__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 420px;
        margin: 0 auto;
    }
}

/* ============================================================
   /contact/ (Klika #48.1) — page-scoped overrides
   Scoped to the main Contact page (id 23920) so the sibling
   contact-lynx page (id 67407), which also loads this file, is
   unaffected. Handle design feedback, 2026-07-07.
   ============================================================ */

/* Location cards: the whole pin + office name is the map link
   (no separate "View on map" row). */
.page-id-23920 .cl-loc-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.page-id-23920 .cl-loc-card__link .cl-loc-card__name {
    transition: color .15s ease;
}
.page-id-23920 .cl-loc-card__link:hover .cl-loc-card__name {
    color: var(--color-orange-500, #F89C1D);
}

/* Get-Started CTA: drop the oversized Calico logo, centre the band, and give
   it real vertical padding (the shared #get_started section has none of its
   own — the logo used to provide the bulk). */
.page-id-23920 #get_started .gs-img {
    display: none;
}
.page-id-23920 #get_started {
    padding: 72px 0 80px;
}
.page-id-23920 #get_started .section-container {
    text-align: center;
}
.page-id-23920 #get_started .btns-wrapper {
    justify-content: center;
}

/* Hero Marketo form card — tighter field padding, no gap under the "Contact Us"
   heading, shorter message box (Handle round 2). Marketo's own stylesheet sets
   the field padding + textarea height, so these need !important. */
.page-id-23920 .cl-hero__form-card .marketo-form__container h3 {
    padding-bottom: 0;
}
.page-id-23920 .cl-hero__form-card .mktoForm input.mktoField,
.page-id-23920 .cl-hero__form-card .mktoForm select.mktoField,
.page-id-23920 .cl-hero__form-card .mktoForm textarea.mktoField {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.page-id-23920 .cl-hero__form-card .mktoForm textarea#commentCapture {
    height: 180px !important;
}

/* Hero: trim bottom padding on desktop only (mobile media rules keep their own). */
@media (min-width: 1024px) {
    .page-id-23920 .cl-hero {
        padding-bottom: 60px;
    }
}

/* Hero reasons — drop the orange "→" before each description (Handle follow-up). */
.page-id-23920 .cl-hero__cap-desc::before {
    content: none;
}
