/* Caures clinic locations page */

.caures-locations {
    --caures-red: #dd1a32;
    --caures-grey: #6d6e71;
    --caures-light-grey: #f6f6f6;
    --caures-border: #dedede;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    color: #333333;
    font-family: inherit;
    box-sizing: border-box;
}

.caures-locations *,
.caures-locations *::before,
.caures-locations *::after {
    box-sizing: border-box;
}

/* Introduction */

.caures-intro {
    margin: 0 0 35px !important;
    padding: 35px 30px !important;
    background: #f8f8f8;
    border-top: 5px solid var(--caures-red);
    border-radius: 4px;
    text-align: left;
}

.caures-intro-label {
    display: block;
    margin: 0 0 8px !important;
    color: var(--caures-red) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.caures-intro h2 {
    margin: 0 0 14px !important;
    color: var(--caures-grey) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.caures-intro h2 span {
    color: var(--caures-red) !important;
}

.caures-intro p {
    max-width: 750px;
    margin: 0 !important;
    color: #4a4a4a !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* Section headings */

.caures-section-heading {
    margin: 0 0 20px !important;
}

.caures-section-heading .caures-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--caures-red) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.caures-section-heading h2 {
    margin: 0 0 8px !important;
    color: var(--caures-grey) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-section-heading p {
    margin: 0 !important;
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Map */

.caures-map-wrapper {
    margin: 0 0 45px !important;
}

.caures-map {
    position: relative;
    width: 100% !important;
    height: 420px !important;
    overflow: hidden;
    background: #eeeeee;
    border: 1px solid var(--caures-border);
    border-radius: 5px;
}

.caures-map iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Clinic cards */

.caures-clinic-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100%;
    margin-top: 25px;
}

.caures-clinic-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    border: 1px solid var(--caures-border);
    border-top: 5px solid var(--caures-red);
    border-radius: 5px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.caures-card-header {
    margin: 0 !important;
    padding: 23px 25px 18px !important;
    background: var(--caures-light-grey);
    border-bottom: 1px solid var(--caures-border);
}

.caures-location-label {
    display: block;
    margin-bottom: 5px;
    color: var(--caures-red) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.caures-card-header h3 {
    margin: 0 !important;
    color: var(--caures-grey) !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px !important;
}

.caures-detail {
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px !important;
}

/* Address and telephone icons */

.caures-detail-icon {
    display: flex !important;
    flex: 0 0 42px;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: var(--caures-red);
    border-radius: 50%;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Overrides inherited WordPress theme typography */

.caures-locations .caures-detail-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.caures-detail-content {
    flex: 1;
}

.caures-detail-content strong {
    display: block;
    margin: 0 0 5px !important;
    color: var(--caures-grey) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.caures-detail-content address,
.caures-detail-content p {
    margin: 0 !important;
    color: #3f3f3f !important;
    font-size: 15px !important;
    font-style: normal !important;
    line-height: 1.7 !important;
}

.caures-clinic-name {
    color: var(--caures-grey);
    font-weight: 700;
}

.caures-call-button {
    display: block !important;
    width: 100% !important;
    margin: auto 0 0 !important;
    padding: 13px 18px !important;
    color: #ffffff !important;
    background: var(--caures-red) !important;
    border: 2px solid var(--caures-red) !important;
    border-radius: 3px;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.caures-call-button:hover,
.caures-call-button:focus {
    color: var(--caures-red) !important;
    background: #ffffff !important;
}

/* Appointment note */

.caures-note {
    margin: 28px 0 0 !important;
    padding: 18px 20px !important;
    color: #4a4a4a !important;
    background: #f5f5f5;
    border-left: 4px solid var(--caures-red);
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.caures-note strong {
    color: var(--caures-red) !important;
}

/* Tablet and mobile */

@media screen and (max-width: 780px) {
    .caures-intro {
        padding: 28px 22px !important;
    }

    .caures-intro h2 {
        font-size: 28px !important;
    }

    .caures-clinic-grid {
        grid-template-columns: 1fr !important;
    }

    .caures-map,
    .caures-map iframe {
        height: 330px !important;
        min-height: 330px !important;
    }
}

@media screen and (max-width: 480px) {
    .caures-intro h2 {
        font-size: 25px !important;
    }

    .caures-section-heading h2 {
        font-size: 24px !important;
    }

    .caures-card-header,
    .caures-card-body {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .caures-map,
    .caures-map iframe {
        height: 280px !important;
        min-height: 280px !important;
    }
}

/* Caures About Page */

.caures-about {
    --caures-red: #dd1a32;
    --caures-grey: #6d6e71;
    --caures-dark: #343434;
    --caures-light: #f6f6f6;
    --caures-border: #dedede;
    --caures-white: #ffffff;

    width: 100%;
    color: var(--caures-dark);
    font-family: inherit;
    box-sizing: border-box;
}

.caures-about *,
.caures-about *::before,
.caures-about *::after {
    box-sizing: border-box;
}

/* Hero */

.caures-about-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 45px;
    padding: 48px 42px;
    background:
        linear-gradient(
            135deg,
            rgba(221, 26, 50, 0.08),
            rgba(109, 110, 113, 0.04)
        );
    border-top: 5px solid var(--caures-red);
    border-radius: 5px;
}

.caures-about-hero::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(221, 26, 50, 0.05);
    border-radius: 50%;
}

.caures-about-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 10px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-transform: uppercase;
}

.caures-about-hero h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 18px !important;
    color: var(--caures-grey) !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.caures-about-hero h2 span {
    color: var(--caures-red);
}

.caures-about-hero p {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 !important;
    color: #484848 !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
}

/* Introductory content */

.caures-about-intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 45px;
}

.caures-about-content-card {
    padding: 30px;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-top: 4px solid var(--caures-red);
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.caures-about-content-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.caures-about-content-card h3 {
    margin: 0 0 14px !important;
    color: var(--caures-grey) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-about-content-card p {
    margin: 0 !important;
    color: #4b4b4b !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* Mission */

.caures-mission {
    margin: 0 0 45px;
    padding: 28px 30px;
    color: #ffffff;
    background: var(--caures-grey);
    border-left: 6px solid var(--caures-red);
    border-radius: 5px;
}

.caures-mission span {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.caures-mission p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 600;
    line-height: 1.65 !important;
}

/* Image */

.caures-about-image {
    position: relative;
    overflow: hidden;
    margin: 0 0 45px;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.caures-about-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.caures-about-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 38px 28px 22px;
    color: #ffffff;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78),
        rgba(0, 0, 0, 0)
    );
}

.caures-about-image-caption strong {
    display: block;
    margin-bottom: 3px;
    font-size: 19px;
}

.caures-about-image-caption span {
    font-size: 14px;
}

/* Expectations section */

.caures-expectations {
    margin-bottom: 42px;
}

.caures-section-heading {
    margin-bottom: 22px;
}

.caures-section-heading span {
    display: block;
    margin-bottom: 6px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.caures-section-heading h2 {
    margin: 0 0 10px !important;
    color: var(--caures-grey) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-section-heading p {
    max-width: 760px;
    margin: 0 !important;
    color: #505050 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

/* Feature grid */

.caures-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.caures-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: var(--caures-light);
    border: 1px solid var(--caures-border);
    border-radius: 5px;
}

.caures-feature-icon {
    display: flex !important;
    flex: 0 0 36px;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: var(--caures-red);
    border-radius: 50%;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
}

.caures-feature-content strong {
    display: block;
    margin-bottom: 4px;
    color: var(--caures-grey);
    font-size: 15px;
    font-weight: 700;
}

.caures-feature-content p {
    margin: 0 !important;
    color: #4d4d4d !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Disclaimer */

.caures-about-note {
    margin-top: 18px;
    padding: 15px 18px;
    color: #555555;
    background: #fafafa;
    border-left: 4px solid var(--caures-red);
    font-size: 13px;
    line-height: 1.6;
}

/* Team call to action */

.caures-team-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 30px;
    background: var(--caures-light);
    border: 1px solid var(--caures-border);
    border-radius: 5px;
}

.caures-team-cta span {
    display: block;
    margin-bottom: 5px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.caures-team-cta h3 {
    margin: 0 0 6px !important;
    color: var(--caures-grey) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-team-cta p {
    margin: 0 !important;
    color: #505050 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.caures-team-button {
    display: inline-block;
    flex: 0 0 auto;
    padding: 13px 22px !important;
    color: #ffffff !important;
    background: var(--caures-red) !important;
    border: 2px solid var(--caures-red);
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    line-height: 1.4 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.caures-team-button:hover,
.caures-team-button:focus {
    color: var(--caures-red) !important;
    background: #ffffff !important;
}

/* Mobile */

@media screen and (max-width: 780px) {
    .caures-about-hero {
        padding: 35px 25px;
    }

    .caures-about-hero h2 {
        font-size: 30px !important;
    }

    .caures-about-intro,
    .caures-feature-grid {
        grid-template-columns: 1fr;
    }

    .caures-team-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .caures-team-button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .caures-about-hero {
        padding: 30px 20px;
    }

    .caures-about-hero h2 {
        font-size: 26px !important;
    }

    .caures-about-content-card,
    .caures-mission,
    .caures-team-cta {
        padding: 22px;
    }

    .caures-about-image-caption {
        position: static;
        padding: 18px 20px;
        background: var(--caures-grey);
    }
}

/* Caures team member profile */

.caures-profile {
    --caures-red: #dd1a32;
    --caures-grey: #6d6e71;
    --caures-dark: #343434;
    --caures-light: #f6f6f6;
    --caures-border: #dedede;
    --caures-white: #ffffff;

    width: 100%;
    color: var(--caures-dark);
    font-family: inherit;
    box-sizing: border-box;
}

.caures-profile *,
.caures-profile *::before,
.caures-profile *::after {
    box-sizing: border-box;
}

/* Profile portrait section */

.caures-profile-portrait-section {
    position: relative;
    margin: 0 0 38px;
    padding: 45px 25px;
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(221, 26, 50, 0.07),
            rgba(109, 110, 113, 0.06)
        );
    border-top: 5px solid var(--caures-red);
    border-radius: 6px;
}

.caures-profile-portrait-section::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -90px;
    width: 250px;
    height: 250px;
    border: 34px solid rgba(221, 26, 50, 0.05);
    border-radius: 50%;
}

.caures-profile-portrait-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -90px;
    width: 220px;
    height: 220px;
    border: 30px solid rgba(109, 110, 113, 0.05);
    border-radius: 50%;
}

/* Decorative portrait frame */

.caures-profile-image-frame {
    position: relative;
    z-index: 1;
    width: min(100%, 330px);
    margin: 0 auto 26px;
    padding: 10px;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-radius: 8px;
    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.14),
        0 0 0 5px rgba(221, 26, 50, 0.08);
}

.caures-profile-image-frame::before {
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    width: 70px;
    height: 70px;
    border-top: 4px solid var(--caures-red);
    border-right: 4px solid var(--caures-red);
    border-radius: 0 8px 0 0;
    pointer-events: none;
}

.caures-profile-image-frame::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 70px;
    height: 70px;
    border-bottom: 4px solid var(--caures-red);
    border-left: 4px solid var(--caures-red);
    border-radius: 0 0 0 8px;
    pointer-events: none;
}

.caures-profile-image {
    position: relative;
    height: 500px;
    margin: 0;
    overflow: hidden;
    background: var(--caures-grey);
    border-radius: 4px;
}

.caures-profile-image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center top;
}

/* Name and role below image */

.caures-profile-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 8px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-transform: uppercase;
}

.caures-profile-portrait-section h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 7px !important;
    color: var(--caures-grey) !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.caures-profile-role {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: var(--caures-red) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

/* Biography card */

.caures-profile-content {
    padding: 38px 40px;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-top: 4px solid var(--caures-red);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.caures-profile-section-label {
    display: block;
    margin: 0 0 8px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.5;
    text-transform: uppercase;
}

.caures-profile-content > h3 {
    margin: 0 0 22px !important;
    color: var(--caures-grey) !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-profile-biography p {
    margin: 0 0 18px !important;
    color: #484848 !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
}

.caures-profile-biography p:last-child {
    margin-bottom: 0 !important;
}

/* Qualifications */

.caures-profile-qualifications {
    margin-top: 32px;
    padding: 25px;
    background: var(--caures-light);
    border-left: 4px solid var(--caures-red);
    border-radius: 4px;
}

.caures-profile-qualifications h3 {
    margin: 0 0 15px !important;
    color: var(--caures-grey) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.caures-profile-qualifications ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.caures-profile-qualifications li {
    position: relative;
    margin: 0 0 11px !important;
    padding-left: 25px;
    color: #454545;
    font-size: 15px;
    line-height: 1.65;
}

.caures-profile-qualifications li:last-child {
    margin-bottom: 0 !important;
}

.caures-profile-qualifications li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--caures-red);
    font-weight: 700;
}

/* Professional affiliations */

.caures-profile-memberships {
    margin-top: 32px;
}

.caures-profile-memberships-label {
    display: block;
    margin-bottom: 12px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.caures-membership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.caures-membership-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 15px;
    color: var(--caures-grey);
    background: #ffffff;
    border: 1px solid var(--caures-border);
    border-bottom: 3px solid var(--caures-red);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

/* Tablet and mobile */

@media screen and (max-width: 780px) {
    .caures-profile-portrait-section {
        padding: 38px 22px;
    }

    .caures-profile-portrait-section h2 {
        font-size: 32px !important;
    }

    .caures-profile-content {
        padding: 32px 28px;
    }

    .caures-membership-grid {
        grid-template-columns: 1fr;
    }

    .caures-membership-item {
        min-height: auto;
    }
}

@media screen and (max-width: 480px) {
    .caures-profile-portrait-section {
        padding: 32px 18px;
    }

    .caures-profile-image-frame {
        width: min(100%, 290px);
        padding: 7px;
    }

    .caures-profile-image {
        height: 430px;
    }

    .caures-profile-image-frame::before,
    .caures-profile-image-frame::after {
        width: 50px;
        height: 50px;
    }

    .caures-profile-portrait-section h2 {
        font-size: 28px !important;
    }

    .caures-profile-content {
        padding: 27px 21px;
    }

    .caures-profile-content > h3 {
        font-size: 23px !important;
    }

    .caures-profile-qualifications {
        padding: 21px;
    }
}

/* =========================================================
   CAURES HEALTHCARE SOLUTIONS — HOMEPAGE
   ========================================================= */

.caures-home {
    --caures-red: #dd1a32;
    --caures-red-dark: #b91328;
    --caures-grey: #6d6e71;
    --caures-dark: #303033;
    --caures-text: #4b4b4f;
    --caures-light: #f6f6f6;
    --caures-soft-red: #fff3f5;
    --caures-border: #dedede;
    --caures-white: #ffffff;

    width: 100%;
    color: var(--caures-text);
    font-family: inherit;
    box-sizing: border-box;
}

.caures-home *,
.caures-home *::before,
.caures-home *::after {
    box-sizing: border-box;
}

.caures-home section,
.caures-home header,
.caures-home article,
.caures-home div {
    box-sizing: border-box;
}

/* =========================================================
   GENERAL TYPOGRAPHY
   ========================================================= */

.caures-home-eyebrow {
    display: block;
    margin: 0 0 9px;
    color: var(--caures-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-transform: uppercase;
}

.caures-home-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.caures-home-section-heading h2 {
    margin: 0 0 13px !important;
    color: var(--caures-grey) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-section-heading h2 span {
    color: var(--caures-red);
}

.caures-home-section-heading p {
    margin: 0 !important;
    color: var(--caures-text) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.caures-home-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 23px !important;
    color: var(--caures-white) !important;
    background: var(--caures-red) !important;
    border: 2px solid var(--caures-red) !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.45px;
    line-height: 1.4 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.caures-home-button:hover,
.caures-home-button:focus {
    color: var(--caures-red) !important;
    background: var(--caures-white) !important;
    border-color: var(--caures-red) !important;
    transform: translateY(-2px);
}

.caures-home-button-secondary {
    color: var(--caures-grey) !important;
    background: var(--caures-white) !important;
    border-color: var(--caures-grey) !important;
}

.caures-home-button-secondary:hover,
.caures-home-button-secondary:focus {
    color: var(--caures-white) !important;
    background: var(--caures-grey) !important;
    border-color: var(--caures-grey) !important;
}

/* =========================================================
   HERO
   ========================================================= */

.caures-home-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 70px;
    padding: 72px 55px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 247, 248, 0.96) 55%,
            rgba(239, 239, 240, 0.92) 100%
        );
    border-top: 6px solid var(--caures-red);
    border-radius: 6px;
}

.caures-home-hero::before {
    content: "";
    position: absolute;
    top: -115px;
    right: -90px;
    width: 330px;
    height: 330px;
    border: 50px solid rgba(221, 26, 50, 0.065);
    border-radius: 50%;
}

.caures-home-hero::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: 150px;
    width: 280px;
    height: 280px;
    border: 42px solid rgba(109, 110, 113, 0.055);
    border-radius: 50%;
}

.caures-home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 790px;
}

.caures-home-hero h1 {
    margin: 0 0 21px !important;
    color: var(--caures-grey) !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.13 !important;
}

.caures-home-hero h1 span {
    color: var(--caures-red);
}

.caures-home-hero-description {
    max-width: 730px;
    margin: 0 0 29px !important;
    color: var(--caures-text) !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.caures-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

/* =========================================================
   QUICK CONTACT BAR
   ========================================================= */

.caures-home-contact-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -35px 35px 70px;
    overflow: hidden;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.caures-home-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 108px;
    padding: 22px 25px;
    border-right: 1px solid var(--caures-border);
}

.caures-home-contact-item:last-child {
    border-right: 0;
}

.caures-home-contact-icon {
    display: flex !important;
    flex: 0 0 42px;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--caures-white) !important;
    background: var(--caures-red);
    border-radius: 50%;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center;
}

.caures-home-contact-content strong {
    display: block;
    margin-bottom: 4px;
    color: var(--caures-grey);
    font-size: 14px;
    font-weight: 700;
}

.caures-home-contact-content span,
.caures-home-contact-content a {
    color: var(--caures-text) !important;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none !important;
}

.caures-home-contact-content a:hover {
    color: var(--caures-red) !important;
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.caures-home-introduction {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 42px;
    align-items: center;
    margin-bottom: 75px;
}

.caures-home-introduction-content h2 {
    margin: 0 0 17px !important;
    color: var(--caures-grey) !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-introduction-content h2 span {
    color: var(--caures-red);
}

.caures-home-introduction-content p {
    margin: 0 0 18px !important;
    color: var(--caures-text) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
    text-align: justify;
    text-justify: inter-word;
}

.caures-home-introduction-content p:last-of-type {
    margin-bottom: 27px !important;
}

.caures-home-introduction-panel {
    position: relative;
    padding: 34px 31px;
    background: var(--caures-grey);
    border-left: 6px solid var(--caures-red);
    border-radius: 6px;
    box-shadow: 0 11px 27px rgba(0, 0, 0, 0.1);
}

.caures-home-introduction-panel span {
    display: block;
    margin-bottom: 9px;
    color: var(--caures-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.caures-home-introduction-panel h3 {
    margin: 0 0 13px !important;
    color: var(--caures-white) !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.caures-home-introduction-panel p {
    margin: 0 !important;
    color: var(--caures-white) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* =========================================================
   SERVICES
   ========================================================= */

.caures-home-services {
    margin-bottom: 75px;
    padding: 58px 42px;
    background: var(--caures-light);
    border-radius: 6px;
}

.caures-home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.caures-home-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    padding: 28px 25px;
    overflow: hidden;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-top: 4px solid var(--caures-red);
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.055);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.caures-home-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.1);
}

.caures-home-service-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: var(--caures-white) !important;
    background: var(--caures-red);
    border-radius: 50%;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.caures-home-service-card h3 {
    margin: 0 0 11px !important;
    color: var(--caures-grey) !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.caures-home-service-card p {
    margin: 0 !important;
    color: var(--caures-text) !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
}

.caures-home-service-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 18px;
    color: var(--caures-red) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.caures-home-service-link:hover {
    color: var(--caures-red-dark) !important;
}

/* =========================================================
   HEARING CARE FEATURE
   ========================================================= */

.caures-home-feature {
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 0;
    margin-bottom: 75px;
    overflow: hidden;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.caures-home-feature-image {
    position: relative;
    min-height: 480px;
    margin: 0;
    overflow: hidden;
    background: var(--caures-grey);
}

.caures-home-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center;
}

.caures-home-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 43px;
    border-top: 5px solid var(--caures-red);
}

.caures-home-feature-content h2 {
    margin: 0 0 16px !important;
    color: var(--caures-grey) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-feature-content h2 span {
    color: var(--caures-red);
}

.caures-home-feature-content > p {
    margin: 0 0 22px !important;
    color: var(--caures-text) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: justify;
}

.caures-home-feature-list {
    margin: 0 0 27px !important;
    padding: 0 !important;
    list-style: none;
}

.caures-home-feature-list li {
    position: relative;
    margin: 0 0 10px !important;
    padding-left: 26px;
    color: var(--caures-text);
    font-size: 15px;
    line-height: 1.6;
}

.caures-home-feature-list li:last-child {
    margin-bottom: 0 !important;
}

.caures-home-feature-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--caures-red);
    font-weight: 700;
}

/* =========================================================
   WHY CHOOSE CAURES
   ========================================================= */

.caures-home-benefits {
    margin-bottom: 75px;
}

.caures-home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.caures-home-benefit {
    padding: 25px 21px;
    text-align: center;
    background: var(--caures-white);
    border: 1px solid var(--caures-border);
    border-bottom: 4px solid var(--caures-red);
    border-radius: 5px;
}

.caures-home-benefit-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 auto 15px !important;
    padding: 0 !important;
    color: var(--caures-white) !important;
    background: var(--caures-red);
    border-radius: 50%;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.caures-home-benefit h3 {
    margin: 0 0 8px !important;
    color: var(--caures-grey) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.caures-home-benefit p {
    margin: 0 !important;
    color: var(--caures-text) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   LOCATIONS
   ========================================================= */

.caures-home-locations {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 48px 42px;
    background:
        linear-gradient(
            130deg,
            var(--caures-grey),
            #55565a
        );
    border-left: 7px solid var(--caures-red);
    border-radius: 6px;
}

.caures-home-locations::after {
    content: "";
    position: absolute;
    top: -110px;
    right: -80px;
    width: 300px;
    height: 300px;
    border: 45px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.caures-home-locations-content {
    position: relative;
    z-index: 1;
    max-width: 790px;
}

.caures-home-locations .caures-home-eyebrow {
    color: #ffffff;
}

.caures-home-locations h2 {
    margin: 0 0 14px !important;
    color: var(--caures-white) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-locations p {
    margin: 0 0 24px !important;
    color: var(--caures-white) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.caures-home-locations .caures-home-button {
    color: var(--caures-red) !important;
    background: var(--caures-white) !important;
    border-color: var(--caures-white) !important;
}

.caures-home-locations .caures-home-button:hover {
    color: var(--caures-white) !important;
    background: transparent !important;
}

/* =========================================================
   FINAL CALL TO ACTION
   ========================================================= */

.caures-home-final-cta {
    padding: 48px 40px;
    text-align: center;
    background: var(--caures-soft-red);
    border-top: 5px solid var(--caures-red);
    border-radius: 6px;
}

.caures-home-final-cta h2 {
    margin: 0 0 13px !important;
    color: var(--caures-grey) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-final-cta h2 span {
    color: var(--caures-red);
}

.caures-home-final-cta p {
    max-width: 710px;
    margin: 0 auto 25px !important;
    color: var(--caures-text) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.caures-home-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 980px) {
    .caures-home-hero {
        padding: 58px 40px;
    }

    .caures-home-hero h1 {
        font-size: 41px !important;
    }

    .caures-home-contact-bar {
        grid-template-columns: 1fr;
        margin-right: 20px;
        margin-left: 20px;
    }

    .caures-home-contact-item {
        border-right: 0;
        border-bottom: 1px solid var(--caures-border);
    }

    .caures-home-contact-item:last-child {
        border-bottom: 0;
    }

    .caures-home-introduction,
    .caures-home-feature {
        grid-template-columns: 1fr;
    }

    .caures-home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .caures-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .caures-home-feature-image,
    .caures-home-feature-image img {
        min-height: 410px;
        height: 410px;
    }
}

@media screen and (max-width: 700px) {
    .caures-home-hero {
        margin-bottom: 58px;
        padding: 44px 26px;
    }

    .caures-home-hero h1 {
        font-size: 34px !important;
    }

    .caures-home-hero-description {
        font-size: 16px !important;
    }

    .caures-home-contact-bar {
        margin-top: -28px;
        margin-bottom: 58px;
    }

    .caures-home-introduction,
    .caures-home-services,
    .caures-home-feature,
    .caures-home-benefits,
    .caures-home-locations {
        margin-bottom: 58px;
    }

    .caures-home-services {
        padding: 42px 24px;
    }

    .caures-home-services-grid,
    .caures-home-benefits-grid {
        grid-template-columns: 1fr;
    }

    .caures-home-introduction-content h2,
    .caures-home-feature-content h2,
    .caures-home-section-heading h2,
    .caures-home-locations h2,
    .caures-home-final-cta h2 {
        font-size: 28px !important;
    }

    .caures-home-feature-content {
        padding: 36px 27px;
    }

    .caures-home-locations,
    .caures-home-final-cta {
        padding: 38px 27px;
    }
}

@media screen and (max-width: 480px) {
    .caures-home-hero {
        padding: 38px 21px;
    }

    .caures-home-hero h1 {
        font-size: 29px !important;
    }

    .caures-home-hero-actions,
    .caures-home-final-actions {
        flex-direction: column;
    }

    .caures-home-button {
        width: 100%;
    }

    .caures-home-contact-bar {
        margin-right: 0;
        margin-left: 0;
    }

    .caures-home-contact-item {
        padding: 20px;
    }

    .caures-home-feature-image,
    .caures-home-feature-image img {
        min-height: 310px;
        height: 310px;
    }
}

/* =========================================================
   CAURES HOMEPAGE — REVERSIBLE SCROLL ANIMATIONS
   ========================================================= */

/*
   Prevent horizontal animation overflow without creating
   an internal vertical scrollbar.
*/

.caures-home {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

/* Fallback for older browsers */

@supports not (overflow: clip) {
    .caures-home {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
}

/*
   Content remains visible if JavaScript is unavailable.
   Elements are hidden only after JavaScript is active.
*/

html.caures-js .caures-reveal {
    opacity: 0;
    will-change: opacity, transform;
    backface-visibility: hidden;
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0ms;
}

/* Scrolling down */

html.caures-js[data-caures-scroll="down"] .caures-reveal-up {
    transform: translateY(32px);
}

html.caures-js[data-caures-scroll="down"] .caures-reveal-left {
    transform: translateX(-38px);
}

html.caures-js[data-caures-scroll="down"] .caures-reveal-right {
    transform: translateX(38px);
}

html.caures-js[data-caures-scroll="down"] .caures-reveal-scale {
    transform: translateY(22px) scale(0.97);
}

/* Scrolling up — reverse the animation direction */

html.caures-js[data-caures-scroll="up"] .caures-reveal-up {
    transform: translateY(-32px);
}

html.caures-js[data-caures-scroll="up"] .caures-reveal-left {
    transform: translateX(38px);
}

html.caures-js[data-caures-scroll="up"] .caures-reveal-right {
    transform: translateX(-38px);
}

html.caures-js[data-caures-scroll="up"] .caures-reveal-scale {
    transform: translateY(-22px) scale(0.97);
}

/* Visible position */

html.caures-js .caures-reveal.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    transition-delay: var(--caures-animation-delay, 0ms);
}

/*
   Remove the delay when an element leaves the viewport,
   making the reverse animation respond immediately.
*/

html.caures-js .caures-reveal:not(.is-visible) {
    transition-delay: 0ms;
}

/* Keep animated cards stable */

.caures-home-service-card,
.caures-home-benefit,
.caures-home-contact-item,
.caures-home-introduction-panel {
    backface-visibility: hidden;
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    html.caures-js .caures-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* =========================================================
   FIX — APPOINTMENT INFORMATION SECTION
   ========================================================= */

.caures-home-feature {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, 0.65fr) !important;
    align-items: start !important;
    gap: 24px !important;

    margin-bottom: 75px;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Main appointment information card */

.caures-home-feature > .caures-home-feature-content {
    display: block !important;
    width: 100%;
    padding: 42px 40px !important;

    background: #ffffff;
    border: 1px solid var(--caures-border);
    border-top: 5px solid var(--caures-red);
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

/* Remove the excessive spacing caused by justified text */

.caures-home-feature-content > p {
    max-width: none;
    margin: 0 0 25px !important;

    color: var(--caures-text) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;

    text-align: left !important;
    text-justify: auto !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
}

/* Improve heading proportions */

.caures-home-feature-content h2 {
    max-width: 620px;
    margin: 0 0 18px !important;

    color: var(--caures-grey) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.caures-home-feature-content h2 span {
    display: inline;
    color: var(--caures-red);
}

/* Arrange appointment steps into two columns */

.caures-home-feature-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 28px;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.caures-home-feature-list li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 29px !important;

    color: var(--caures-text);
    font-size: 15px;
    line-height: 1.65;
}

.caures-home-feature-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;

    color: var(--caures-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

/* Important-information card */

.caures-home-feature > .caures-home-introduction-panel {
    display: block !important;
    align-self: start !important;

    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 34px 32px !important;

    background: var(--caures-grey);
    border: 0 !important;
    border-top: 5px solid var(--caures-red) !important;
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

/* Override general panel styling */

.caures-home-feature > .caures-home-introduction-panel span {
    display: block;
    margin: 0 0 10px;

    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.5;
    text-transform: uppercase;
}

.caures-home-feature > .caures-home-introduction-panel h3 {
    margin: 0 0 16px !important;

    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.caures-home-feature > .caures-home-introduction-panel p {
    margin: 0 !important;

    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.8 !important;

    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
}

/* Add a subtle information marker */

.caures-home-feature > .caures-home-introduction-panel::before {
    content: "i";
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    margin: 0 0 20px;

    color: var(--caures-red);
    background: #ffffff;
    border-radius: 50%;

    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

/* Tablet */

@media screen and (max-width: 980px) {
    .caures-home-feature {
        grid-template-columns: 1fr !important;
    }

    .caures-home-feature > .caures-home-introduction-panel {
        width: 100%;
    }
}

/* Mobile */

@media screen and (max-width: 700px) {
    .caures-home-feature > .caures-home-feature-content,
    .caures-home-feature > .caures-home-introduction-panel {
        padding: 30px 25px !important;
    }

    .caures-home-feature-content h2 {
        font-size: 28px !important;
    }

    .caures-home-feature-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media screen and (max-width: 480px) {
    .caures-home-feature {
        gap: 18px !important;
    }

    .caures-home-feature > .caures-home-feature-content,
    .caures-home-feature > .caures-home-introduction-panel {
        padding: 26px 21px !important;
    }

    .caures-home-feature-content h2 {
        font-size: 25px !important;
    }

    .caures-home-feature >
    .caures-home-introduction-panel h3 {
        font-size: 22px !important;
    }
}