/* InformatiCH contact page — extracted from the approved cascade. */
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 24px;
}.contact-card--muted {
    background: var(--ich-surface-soft);
}.form-placeholder {
    margin-top: 28px;
    padding: 24px;
    border: 1px dashed var(--ich-border);
    border-radius: var(--ich-radius-sm);
    background: rgba(255, 255, 255, 0.5);
}.form-placeholder code {
    display: block;
    padding: 12px;
    overflow-x: auto;
    background: var(--ich-dark);
    color: #fff;
    border-radius: 8px;
}.contact-list {
    list-style: none;
    display: grid;
    gap: 12px;
    color: var(--ich-muted);
}.contact-grid--form {
    align-items: start;
}.contact-card--form h2,
.contact-sidebar h2 {
    max-width: 14ch;
}.contact-form-shell {
    margin-top: 30px;
}.contact-form-shell .wpcf7-form {
    display: grid;
    gap: 18px;
}.contact-form-shell .wpcf7-form p {
    margin: 0;
}.contact-form-shell label {
    display: grid;
    gap: 8px;
    color: var(--ich-text);
    font-weight: 760;
    font-size: 0.94rem;
}.contact-form-shell input[type="text"],
.contact-form-shell input[type="email"],
.contact-form-shell input[type="tel"],
.contact-form-shell input[type="url"],
.contact-form-shell select,
.contact-form-shell textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--ich-border);
    border-radius: 16px;
    background: #fff;
    color: var(--ich-text);
    padding: 14px 16px;
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.contact-form-shell textarea {
    min-height: 150px;
    resize: vertical;
}.contact-form-shell input:focus,
.contact-form-shell select:focus,
.contact-form-shell textarea:focus {
    border-color: rgba(119, 169, 209, 0.85);
    box-shadow: 0 0 0 4px rgba(119, 169, 209, 0.16);
}.contact-form-shell input[type="submit"] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    background: var(--ich-text);
    color: #fff;
    padding: 0 24px;
    font: inherit;
    font-weight: 820;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}.contact-form-shell input[type="submit"]:hover {
    background: var(--ich-accent-dark);
    transform: translateY(-1px);
}.contact-form-shell .wpcf7-list-item {
    margin: 0;
}.contact-form-shell .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ich-muted);
    font-size: 0.9rem;
    font-weight: 520;
    line-height: 1.4;
}.contact-form-shell input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 18px;
}.contact-form-shell .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b3261e;
    font-size: 0.86rem;
    font-weight: 650;
}.contact-form-shell .wpcf7-response-output {
    margin: 8px 0 0 !important;
    border-radius: 16px;
    padding: 14px 16px !important;
    border-color: var(--ich-border) !important;
    color: var(--ich-text);
}.form-placeholder--active {
    color: var(--ich-muted);
}.form-placeholder--active code {
    display: inline-block;
    padding: 2px 6px;
    background: rgba(13, 27, 42, 0.08);
    color: var(--ich-text);
    border-radius: 6px;
}.contact-list--steps {
    margin-top: 24px;
}.contact-list--steps li {
    display: grid;
    gap: 4px;
    padding: 18px 0;
    border-top: 1px solid var(--ich-border);
}.contact-list--steps li:first-child {
    border-top: 0;
    padding-top: 0;
}.contact-list--steps span {
    color: var(--ich-muted);
}.contact-highlight {
    margin-top: 26px;
    display: grid;
    gap: 8px;
    border-radius: 20px;
    padding: 20px;
    background: var(--ich-dark);
    color: #fff;
}.contact-highlight strong {
    color: var(--ich-accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
}.contact-highlight span {
    color: rgba(245, 251, 248, 0.78);
}@media (min-width: 780px) {.contact-form-shell .wpcf7-form {
        grid-template-columns: 1fr 1fr;
    }.contact-form-shell .wpcf7-form p:nth-last-child(-n + 3),
.contact-form-shell .wpcf7-form p:has(textarea),
.contact-form-shell .wpcf7-form p:has(input[type="submit"]) {
        grid-column: 1 / -1;
    }}@media (max-width: 760px) {.contact-form-shell {
        margin-top: 22px;
    }.contact-form-shell input[type="text"],
.contact-form-shell input[type="email"],
.contact-form-shell input[type="tel"],
.contact-form-shell input[type="url"],
.contact-form-shell select,
.contact-form-shell textarea {
        border-radius: 14px;
        min-height: 50px;
    }.contact-form-shell textarea {
        min-height: 130px;
    }}.contact-form-shell .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}.contact-form-shell select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 46px;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--ich-text) 50%),
        linear-gradient(135deg, var(--ich-text) 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}.contact-form-shell select:invalid,
.contact-form-shell select option[value=""] {
    color: var(--ich-muted);
}.contact-form-shell input::placeholder,
.contact-form-shell textarea::placeholder {
    color: rgba(92, 104, 98, 0.72);
}.contact-form-shell .wpcf7-spinner {
    margin: 12px auto 0;
    display: block;
}.contact-form-shell .wpcf7-form p:has(select),
.contact-form-shell .wpcf7-form p:has(.wpcf7-select),
.contact-form-shell .wpcf7-form p:has(.wpcf7-acceptance) {
    grid-column: 1 / -1;
}.contact-form-shell .wpcf7-form p:has(.wpcf7-acceptance) {
    margin-top: 2px;
}.contact-form-shell .wpcf7-form p:has(input[type="submit"]) {
    margin-top: 4px;
}@media (min-width: 780px) {.contact-form-shell .wpcf7-form p:has(input[name*="telefono" i]),
.contact-form-shell .wpcf7-form p:has(input[name*="phone" i]) {
        grid-column: auto;
    }}@media (max-width: 760px) {.contact-card--form h2,
.contact-sidebar h2 {
        max-width: 100%;
    }.contact-form-shell label {
        font-size: 0.9rem;
    }.contact-form-shell select {
        background-position:
            calc(100% - 21px) 50%,
            calc(100% - 15px) 50%;
    }}.contact-form-shell select option:first-child {
    color: var(--ich-muted);
}.contact-form-shell .wpcf7-form-control-wrap[data-name="interest"] select,
.contact-form-shell select[name*="interest" i],
.contact-form-shell select[name*="area" i] {
    width: 100%;
}.contact-form-shell input[type="submit"] {
    letter-spacing: -0.01em;
}@media (min-width: 780px) {.contact-card--form {
        position: relative;
    }.contact-sidebar {
        position: sticky;
        top: 104px;
    }}@media (max-width: 760px) {.contact-section {
        padding-top: 34px;
    }.contact-highlight {
        padding: 18px;
    }}@media (max-width: 900px) {.contact-layout aside,
.contact-sidebar,
.contact-aside {
        position: static !important;
        width: 100%;
    }}.contact-hero--strong {
    background:
        radial-gradient(circle at 50% 0%, rgba(119, 169, 209, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(244, 248, 251, 0.96), #fff 78%);
}.contact-grid--enhanced {
    gap: clamp(24px, 4vw, 46px);
}.contact-card--primary {
    border-color: rgba(119, 169, 209, 0.32);
    box-shadow: 0 24px 70px rgba(13, 27, 42, 0.08);
}.contact-intake-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}.contact-intake-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(119, 169, 209, 0.13);
    color: var(--if-navy, #0D1B2A);
    border: 1px solid rgba(119, 169, 209, 0.25);
    font-size: 0.78rem;
    font-weight: 820;
    letter-spacing: 0.02em;
}.contact-sidebar--process {
    background: linear-gradient(180deg, rgba(13, 27, 42, 0.04), rgba(119, 169, 209, 0.08));
}.contact-list--numbered {
    counter-reset: contact-step;
}.contact-list--numbered li {
    position: relative;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: start;
}.contact-list--numbered li::before {
    counter-increment: contact-step;
    content: counter(contact-step);
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #0D1B2A;
    color: #77A9D1;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(13, 27, 42, 0.16);
}.contact-list--numbered li strong,
.contact-list--numbered li span {
    grid-column: 2;
}.contact-highlight--blue {
    background:
        radial-gradient(circle at 10% 0%, rgba(119, 169, 209, 0.28), transparent 38%),
        #0D1B2A;
}.contact-routes-section {
    padding-top: clamp(62px, 7vw, 108px);
}.contact-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}.contact-route-card {
    min-height: 100%;
    padding: clamp(22px, 2.4vw, 30px);
    border-radius: 24px;
    border: 1px solid rgba(119, 169, 209, 0.24);
    background: #fff;
    box-shadow: 0 16px 45px rgba(13, 27, 42, 0.055);
}.contact-route-card span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #77A9D1;
    font-size: 0.8rem;
    font-weight: 920;
    letter-spacing: 0.16em;
}.contact-route-card h3 {
    margin: 0 0 10px;
    color: #0D1B2A;
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
}.contact-route-card p {
    margin: 0;
    color: var(--ich-muted, #5F6F76);
}@media (max-width: 1020px) {.contact-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}@media (max-width: 620px) {.contact-route-grid {
        grid-template-columns: 1fr;
    }.contact-intake-strip span {
        font-size: 0.74rem;
    }.contact-list--numbered li::before {
        width: 28px;
        height: 28px;
        font-size: 0.76rem;
    }}.contact-hero--side-visual {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 24%, rgba(119, 169, 209, 0.22), transparent 34%),
        linear-gradient(135deg, #f7fafc 0%, #eef5fa 54%, #ffffff 100%);
}.contact-hero--side-visual .contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: center;
}.contact-hero--side-visual .contact-hero__copy {
    max-width: 760px;
}.contact-hero--side-visual h1 {
    max-width: 17ch;
    color: var(--ich-text, #0D1B2A);
    text-shadow: none;
}.contact-hero--side-visual p {
    max-width: 680px;
    color: var(--ich-muted, #516170);
    font-size: clamp(1.08rem, 1.9vw, 1.34rem);
}.contact-hero--side-visual .contact-hero__actions {
    margin-top: 30px;
}.contact-hero--side-visual .contact-hero__visual {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(119, 169, 209, 0.42);
    border-radius: 34px;
    background: linear-gradient(135deg, #edf8ff 0%, #cfe9f8 100%);
    box-shadow: 0 28px 68px rgba(13, 27, 42, 0.12);
    isolation: isolate;
}.contact-hero--side-visual .contact-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 42%, rgba(119, 169, 209, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 27, 42, 0.04) 100%);
}.contact-hero--side-visual .contact-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
}@media (min-width: 901px) {.contact-hero--side-visual .contact-hero__grid {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.9fr);
        gap: clamp(34px, 4.8vw, 70px);
    }.contact-hero--side-visual .contact-hero__visual {
        justify-self: end;
        width: min(100%, clamp(500px, 43vw, 620px));
        max-width: 620px;
        min-height: 0;
        height: clamp(300px, 27vw, 382px);
        aspect-ratio: auto;
    }.contact-hero--side-visual .contact-hero__visual img {
        height: 100%;
        min-height: 0;
    }}@media (min-width: 1180px) {.contact-hero--side-visual .contact-hero__visual {
        width: 610px;
        height: 376px;
    }}@media (min-width: 901px) and (max-width: 1040px) {.contact-hero--side-visual .contact-hero__visual {
        width: min(100%, 500px);
        height: 315px;
    }}@media (max-width: 900px) {.contact-hero--side-visual {
        padding-top: 64px;
    }.contact-hero--side-visual .contact-hero__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }.contact-hero--side-visual .contact-hero__copy,
.contact-hero--side-visual h1,
.contact-hero--side-visual p {
        max-width: 100% !important;
    }}@media (max-width: 640px) {.contact-hero--side-visual {
        padding-top: 54px;
    }}@media (max-width: 900px) {.contact-hero--side-visual .contact-hero__grid {
        gap: 28px !important;
    }.contact-hero--side-visual .contact-hero__visual {
        width: min(82vw, 560px);
        max-width: 100%;
        height: clamp(210px, 34vw, 300px);
        min-height: 0 !important;
        justify-self: center;
        margin: 2px auto 0;
        border-radius: 24px;
    }.contact-hero--side-visual .contact-hero__visual img {
        width: 100%;
        height: 100%;
        min-height: 0 !important;
        object-fit: cover;
        object-position: center center;
    }}@media (max-width: 640px) {.contact-hero--side-visual .contact-hero__grid {
        gap: 24px !important;
    }.contact-hero--side-visual .contact-hero__actions {
        margin-top: 24px;
    }.contact-hero--side-visual .contact-hero__visual {
        width: min(84vw, 340px);
        height: clamp(150px, 44vw, 190px);
        min-height: 0 !important;
        border-radius: 20px;
        box-shadow: 0 18px 44px rgba(13, 27, 42, 0.10);
    }.contact-hero--side-visual .contact-hero__visual img {
        min-height: 0 !important;
        object-position: center center;
    }}@media (max-width: 420px) {.contact-hero--side-visual .contact-hero__visual {
        width: min(82vw, 310px);
        height: 152px;
    }}.contact-form-shell .wpcf7-form {
    position: relative;
}.contact-form-shell .wpcf7-form-control-wrap {
    min-width: 0;
}.contact-form-shell .wpcf7-form-control-wrap:has(.wpcf7-not-valid) input,
.contact-form-shell .wpcf7-form-control-wrap:has(.wpcf7-not-valid) select,
.contact-form-shell .wpcf7-form-control-wrap:has(.wpcf7-not-valid) textarea,
.contact-form-shell .wpcf7-not-valid {
    border-color: rgba(179, 38, 30, 0.72) !important;
    box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.08);
}.contact-form-shell .wpcf7 form.sent .wpcf7-response-output,
.contact-form-shell .wpcf7 form.init .wpcf7-response-output,
.contact-form-shell form.sent .wpcf7-response-output {
    border-color: rgba(34, 129, 82, 0.34) !important;
    background: rgba(34, 129, 82, 0.08);
}.contact-form-shell .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-shell .wpcf7 form.failed .wpcf7-response-output,
.contact-form-shell .wpcf7 form.aborted .wpcf7-response-output,
.contact-form-shell .wpcf7 form.spam .wpcf7-response-output,
.contact-form-shell form.invalid .wpcf7-response-output,
.contact-form-shell form.failed .wpcf7-response-output,
.contact-form-shell form.spam .wpcf7-response-output {
    border-color: rgba(179, 38, 30, 0.28) !important;
    background: rgba(179, 38, 30, 0.06);
}.contact-form-shell .wpcf7-acceptance a,
.contact-form-shell .wpcf7-form a {
    color: var(--ich-accent-dark);
    font-weight: 760;
    text-decoration: none;
    border-bottom: 1px solid rgba(119, 169, 209, 0.55);
}.contact-form-shell .wpcf7-acceptance a:hover,
.contact-form-shell .wpcf7-form a:hover {
    color: var(--ich-text);
    border-bottom-color: currentColor;
}.contact-form-shell .wpcf7 form.submitting input[type="submit"],
.contact-form-shell form.submitting input[type="submit"] {
    opacity: 0.72;
    cursor: wait;
}.contact-form-shell .wpcf7-spinner {
    vertical-align: middle;
}@media (max-width: 760px) {.contact-form-shell .wpcf7-response-output {
        font-size: 0.92rem;
        line-height: 1.45;
    }}@media (max-width: 900px) {.contact-intake-strip {
        gap: 8px !important;
    }.contact-intake-strip span {
        min-height: 30px !important;
        padding: 6px 10px !important;
        white-space: normal !important;
    }}@media (max-width: 640px) {.contact-form-shell input[type="text"],
.contact-form-shell input[type="email"],
.contact-form-shell input[type="tel"],
.contact-form-shell input[type="url"],
.contact-form-shell select,
.contact-form-shell textarea {
        min-height: 46px !important;
        font-size: 16px !important;
    }.contact-form-shell textarea {
        min-height: 132px !important;
    }.contact-form-shell .wpcf7-form {
        gap: 12px !important;
    }.contact-form-shell .wpcf7-acceptance label {
        align-items: flex-start !important;
        gap: 10px !important;
        line-height: 1.42 !important;
    }.contact-list--numbered li,
.contact-list--steps li {
        grid-template-columns: auto 1fr !important;
        column-gap: 12px !important;
    }.contact-highlight {
        padding: 18px !important;
        border-radius: 18px !important;
    }}.form-placeholder--active a {
    color: var(--ich-accent-dark, #2F80B7);
    font-weight: 800;
}.contact-request-context {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    margin-top: 26px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(47, 120, 183, 0.22);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(244, 248, 251, 0.98), rgba(229, 240, 248, 0.92));
    box-shadow: 0 18px 48px rgba(13, 27, 42, 0.08);
}.contact-request-context__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--ich-text);
    color: #fff;
}.contact-request-context__icon svg {
    width: 24px;
    height: 24px;
}.contact-request-context .eyebrow {
    margin-bottom: 7px;
}.contact-request-context h3 {
    margin: 0;
    color: var(--ich-text);
    font-size: clamp(1.18rem, 2vw, 1.5rem);
    line-height: 1.12;
}.contact-request-context p {
    max-width: 64ch;
    margin: 10px 0 0;
    color: var(--ich-muted);
    line-height: 1.58;
}.contact-request-context__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}.contact-request-context__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(47, 120, 183, 0.18);
    border-radius: 999px;
    background: #fff;
    color: var(--ich-text);
    font-size: 0.8rem;
    font-weight: 760;
}.contact-form-shell[data-ich-contact-context="1"] {
    margin-top: 22px;
}@media (max-width: 560px) {.contact-request-context {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 19px;
    }.contact-request-context__icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }}

/* Preserve the approved CF7 mobile/tablet sizing previously supplied by the
   global responsive form rules before contact styles were modularized. */
@media (max-width: 900px) {
    .contact-form-shell select,
    .contact-form-shell textarea {
        font-size: 16px;
    }

    .contact-form-shell textarea {
        min-height: 132px;
    }
}
