/* =========================================================
   12. SMARTLINK FLORIDA - CONTEMPORARY CONTACT PAGE
========================================================= */
.slf-contact-page {
    background:
        radial-gradient(circle at top left, rgba(0, 128, 128, 0.08), transparent 34%),
        #f4f4f4;
}

.slf-contact-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(2, 22, 28, 0.92), rgba(2, 22, 28, 0.72), rgba(2, 22, 28, 0.52)),
        var(--slf-media-contact-hero, url('/Images/contact-page-image.jpg')) var(--slf-media-contact-hero-position, center center)/cover no-repeat,
        linear-gradient(145deg, #0f2027, #203a43, #2c5364);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.slf-contact-hero-inner {
    width: min(92%, var(--slf-layout-container));
    margin: 0 auto;
    padding: 74px 0;
    border-left: 7px solid #008080;
    padding-left: 28px;
}

.slf-contact-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #dffbfb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.slf-contact-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.05;
    font-weight: var(--slf-weight-heading);
    color: #ffffff;
    letter-spacing: -1px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
}

.slf-contact-hero p {
    max-width: 720px;
    margin: 0;
    color: #f4ffff;
    font-size: 1.1rem;
    line-height: 1.55;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.slf-contact-wrap {
    width: min(92%, var(--slf-layout-container));
    margin: var(--slf-section-gap) auto;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.95fr);
    gap: 24px;
    align-items: stretch;
}

.slf-contact-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--slf-card-radius);
    box-shadow: var(--slf-card-shadow);
    padding: 28px;
}

.slf-card-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.slf-contact-icon,
.slf-method-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #006666, #008080);
    box-shadow: 0 8px 16px rgba(0, 102, 102, 0.25);
}

.slf-contact-icon svg,
.slf-method-icon svg,
.slf-location-note svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slf-contact-icon {
    color: #ffffff;
}

.slf-card-title-row h2 {
    margin: 0;
    color: #20252b;
    font-size: 1.65rem;
    line-height: 1.15;
}

.slf-title-line {
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 9px;
    border-radius: 999px;
    background: #008080;
}

.slf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.slf-form-field-full {
    grid-column: 1 / -1;
}

.slf-contact-form label {
    display: block;
    margin-bottom: 7px;
    color: #222;
    font-weight: 600;
    font-size: 0.94rem;
}

.slf-contact-form label span {
    color: #006666;
}

.slf-contact-form input,
.slf-contact-form select,
.slf-contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d5d9dd;
    border-radius: 7px;
    padding: 12px 14px;
    background: #ffffff;
    color: #222;
    font: inherit;
    font-size: 0.96rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.slf-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.slf-contact-form input:focus,
.slf-contact-form select:focus,
.slf-contact-form textarea:focus {
    outline: none;
    border-color: #008080;
    box-shadow: 0 0 0 4px rgba(0, 128, 128, 0.12);
}

.slf-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: var(--slf-button-height);
    margin-top: 22px;
    padding: 0 30px;
    border: none;
    border-radius: var(--slf-button-radius);
    color: #ffffff;
    background: linear-gradient(145deg, #006666, #008080);
    font: inherit;
    font-size: 1rem;
    font-weight: var(--slf-weight-button);
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 102, 102, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slf-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 102, 102, 0.32);
}

.slf-privacy-note {
    margin: 16px 0 0;
    color: #5d646b;
    font-size: 0.84rem;
}

.slf-form-message {
    margin-top: 12px;
}

.slf-contact-info-card {
    display: flex;
    flex-direction: column;
}

.slf-contact-intro {
    margin: 0 0 20px;
    color: #4a4f55;
    line-height: 1.5;
}

.slf-contact-methods {
    display: grid;
    gap: 0;
    border-top: 1px solid #e6e9ec;
    border-bottom: 1px solid #e6e9ec;
}

.slf-contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e6e9ec;
}

.slf-contact-method:last-child {
    border-bottom: none;
}

.slf-contact-method:hover strong,
.slf-contact-method:hover em {
    color: #008080;
}

.slf-method-icon {
    width: 52px;
    height: 52px;
    background: #dff4f4;
    color: #007878;
    box-shadow: none;
}

.slf-contact-method strong {
    display: block;
    color: #007878;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.slf-contact-method em {
    display: block;
    color: #20252b;
    font-style: normal;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.slf-follow-block {
    margin-top: 20px;
}

.slf-follow-block h3 {
    margin: 0 0 12px;
    color: #007878;
    font-size: 1rem;
}

.slf-social-row {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.slf-social-row a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #006666, #008080);
    box-shadow: 0 8px 16px rgba(0, 102, 102, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
    color: #ffffff;
}

.slf-social-row a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 102, 102, 0.28);
    background: linear-gradient(145deg, #008080, #0A9396);
}

.slf-social-row svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slf-social-row a[aria-label*="Facebook"] svg,
.slf-social-row a[aria-label*="X"] svg {
    fill: currentColor;
    stroke: none;
}

.slf-location-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 24px;
    color: #333;
}

.slf-location-note span {
    color: #007878;
    flex-shrink: 0;
}

.slf-location-note p {
    margin: 0;
    line-height: 1.35;
}

.slf-location-note strong {
    color: #20252b;
}


/* ------------------------------
   Themed Contact Form Captcha
------------------------------ */
.slf-captcha-box {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(0, 128, 128, 0.18);
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(0, 128, 128, 0.10), transparent 34%),
        linear-gradient(145deg, #f8ffff, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.slf-captcha-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, #006666, #008080);
    box-shadow: 0 10px 20px rgba(0, 102, 102, 0.24);
}

.slf-captcha-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slf-captcha-topline {
    margin-bottom: 4px;
    color: #007878;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slf-contact-form .slf-captcha-box label {
    margin-bottom: 10px;
    color: #20252b;
    font-size: 0.98rem;
    font-weight: 700;
}

.slf-captcha-box label strong {
    color: #006666;
    font-weight: 800;
}

.slf-captcha-control {
    display: grid;
    grid-template-columns: minmax(0, 180px) 48px;
    gap: 10px;
    align-items: center;
}

.slf-contact-form .slf-captcha-control input {
    min-height: 46px;
    margin: 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.slf-contact-form .slf-captcha-control input[aria-invalid="true"] {
    border-color: #b42318;
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.11);
}

.slf-captcha-refresh {
    width: 48px;
    height: 46px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(145deg, #006666, #008080);
    font: inherit;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 102, 102, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slf-captcha-refresh:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 102, 102, 0.25);
}

.slf-captcha-help {
    margin: 10px 0 0;
    color: #5d646b;
    font-size: 0.84rem;
    line-height: 1.4;
}

.slf-captcha-help.slf-captcha-error {
    color: #b42318;
    font-weight: 700;
}

.slf-captcha-help.slf-captcha-success {
    color: #007878;
    font-weight: 700;
}

@media (max-width: 900px) {
    .slf-contact-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .slf-contact-hero {
        min-height: 285px;
    }

    .slf-contact-hero-inner {
        width: 90%;
        padding: 52px 0 52px 20px;
        border-left-width: 5px;
    }

    .slf-contact-hero h1 {
        font-size: 2.35rem;
    }

    .slf-contact-hero p {
        font-size: 1rem;
    }

    .slf-contact-wrap {
        width: 90%;
        margin: 24px auto;
        gap: 18px;
    }

    .slf-contact-card {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .slf-card-title-row {
        align-items: flex-start;
        gap: 13px;
    }

    .slf-card-title-row h2 {
        font-size: 1.45rem;
    }

    .slf-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .slf-submit-btn {
        width: 100%;
    }

    .slf-social-row {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .slf-captcha-box {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .slf-captcha-icon {
        width: 48px;
        height: 48px;
    }

    .slf-captcha-control {
        grid-template-columns: 1fr 46px;
    }
}
