:root {
  --ld-color-dark: #565555;
  --ld-primary-color: #0E5054;
  --ld-primary-color-hover: #073c3f;
  --ld-color-light1: #fafafa;
  --ld-color-light2: #DFDFDF;
  --ld-color-light3: #fafafa;
  --ld-white: #FFF;
  --ld-color: #0E2993;
  --ld-color-hover: #051a6e;
}

a{ color: var(--ld-color); text-decoration: none; }
a:hover, .breadcrumb a{ color: var(--ld-color-hover); }
.text-ld{ color: var(--ld-color); }
.ld-shadow{ box-shadow: -.5rem .125rem 1rem rgba(0, 0, 0, 0.15); }
.cursor-pointer{ cursor: pointer; }

.form-control:focus,
.form-select:focus {
  border-color: var(--ld-color-dark);
  box-shadow: none;
}
.form-label{ font-weight: 700; }

/***** START BOUTON *****/
.btn-outline-ld { color: var(--ld-primary-color); border-color: var(--ld-primary-color); }
.btn-outline-ld:hover { color: #FFF; background-color: var(--ld-primary-color-hover); border-color: var(--ld-primary-color-hover); }
.btn-ld { background-color: var(--ld-primary-color); border-color: var(--ld-primary-color); font-weight: 700; color: #FFF !important; }
.btn-ld:hover { background-color: var(--ld-primary-color-hover); border-color: var(--ld-primary-color-hover); }
/***** END BOUTON *****/

#ld-navbar-nav li a.nav-link{ color: #3f3f3f; font-weight: 600; }
#ld-navbar-nav li a.nav-link:hover, #ld-navbar-nav .dropdown-toggle.show{ color:#317513; text-decoration: underline; }
#ld-navbar-nav .dropdown-menu li:hover, #ld-navbar-nav .dropdown-menu li a:hover{ background-color:#317513; color: #FFF; }
#ld-navbar-nav .dropdown-menu li:hover a{ color: #FFF; }
#ld-navbar-nav .dropdown-menu li{ padding-top: 0.4rem; padding-bottom: 0.4rem; }

footer .list-group-item{ background-color: transparent; padding-left:0; font-weight: 600; font-size: 1.1rem; border-bottom: 1px solid rgba(121, 121, 121, 0.2); }
footer .list-group-item a, .social-network a{ color: #9b9b9b; transition: all .2s ease; }
footer .list-group-item a:hover, .social-network a:hover{ color: #FFF; }

/******/
:root {
    --blue: #05266f;
    --blue-dark: #001d5b;
    --green: #24851f;
    --green-dark: #176714;
    --orange: #f35b1f;
    --text: #17213a;
    --muted: #5e6678;
    --light: #f6f8fc;
    --border: #dfe5ef;
    --radius: 22px;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: #fff;
}

img {
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 8px 30px rgba(5, 38, 111, 0.08);
}

.navbar {
    padding: 18px 0;
}

.logo {
    height: 62px;
}

.nav-link {
    color: #111827;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.nav-link.active,
.nav-link:hover {
    color: var(--green);
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 2px;
    height: 3px;
    border-radius: 10px;
    background: var(--green);
}

.btn-open {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 40px;
    padding: 13px 24px;
    box-shadow: 0 12px 24px rgba(36, 133, 31, 0.22);
}

.btn-open:hover {
    color: #fff;
    transform: translateY(-1px);
}

.hero-section {
    padding: 70px 0 40px;
    min-height: 80vh;
    margin-top: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 2% 42%, rgba(36, 133, 31, 0.08), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.zone-label,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 18px;
}

.hero-title {
    color: var(--blue);
    font-weight: 950;
    text-transform: uppercase;
    font-size: clamp(44px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.hero-title span {
    color: var(--green);
}

.hero-text {
    font-size: 20px;
    color: #303846;
    line-height: 1.8;
    max-width: 560px;
    margin-bottom: 30px;
}

.btn-primary-custom,
.btn-outline-custom {
    height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 0 28px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-primary-custom {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 16px 30px rgba(5, 38, 111, 0.24);
}

.btn-primary-custom:hover {
    background: var(--blue-dark);
    color: #fff;
}

.btn-outline-custom {
    color: var(--blue);
    border: 2px solid var(--green);
    background: #fff;
}

.btn-outline-custom:hover {
    background: var(--green);
    color: #fff;
}

.hero-image-wrap {
    position: relative;
    min-height: 620px;
}

/*.hero-image-wrap::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 620px;
    right: 40px;
    top: -95px;
    border-radius: 50%;
    border-left: 38px solid var(--green);
    z-index: 1;
}*/

.hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 0 0 0 180px;
}

.floating-card {
    position: absolute;
    z-index: 3;
    right: -10px;
    width: 195px;
    min-height: 86px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
}

.floating-card i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--green);
    border: 4px solid rgba(36, 133, 31, 0.15);
}

.floating-card strong {
    display: block;
    color: var(--green);
    text-transform: uppercase;
    font-size: 12px;
}

.floating-card span {
    display: block;
    color: var(--blue);
    font-weight: 900;
    font-size: 18px;
}

.floating-card small {
    color: #526071;
    font-size: 11px;
    line-height: 1.3;
}

.card-open {
    top: 90px;
}

.card-quality {
    top: 225px;
}

.card-quality i {
    color: var(--blue);
    border-color: rgba(5, 38, 111, 0.12);
}

.card-secure {
    top: 360px;
}

.about-section,
.services-section,
.advantages-section,
.contact-section {
    padding: 55px 0;
}

.about-box,
.contact-box {
    background: #f7f9fd;
    border-radius: var(--radius);
    padding: 45px;
    box-shadow: inset 0 0 0 1px rgba(5, 38, 111, 0.03);
}

.about-box h2,
.services-section h2,
.commitment-card h2 {
    color: var(--blue);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 900;
}

.about-box p,
.commitment-card p {
    color: #3e4758;
    line-height: 1.8;
}

.feature-item {
    height: 100%;
    padding: 12px;
    border-right: 1px solid #d9deea;
}

.feature-item strong {
    display: block;
    color: var(--blue);
    font-size: 15px;
    line-height: 1.35;
}

.feature-icon,
.service-icon {
    margin: 0 auto 12px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 34px;
}

.feature-icon.blue,
.service-icon.blue {
    background: #edf2ff;
    color: var(--blue);
}

.feature-icon.green,
.service-icon.green {
    background: #edf8ed;
    color: var(--green);
}

.services-section {
    background: #fff;
}

.services-section .section-label {
    margin-bottom: 8px;
}

.services-section h2 {
    position: relative;
    display: inline-block;
}

.services-section h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    background: var(--green);
    border-radius: 20px;
    margin: 18px auto 0;
}

.service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 16px 34px rgba(5, 38, 111, 0.08);
}

.service-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 80px;
}

.service-icon {
    margin: 0;
    flex: 0 0 70px;
}

.service-heading h3 {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 950;
    font-size: 20px;
    margin: 0;
}

.service-heading .green + h3 {
    color: var(--green);
}

.service-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 14px;
    margin: 18px 0;
}

.service-card ul,
.telemedicine-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card li,
.telemedicine-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px;
    color: #303846;
    font-size: 15px;
}

.service-card li::before,
.telemedicine-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(36, 133, 31, 0.14);
    color: var(--green);
    font-weight: 900;
    font-size: 12px;
}

.commitment-card {
    padding: 22px 0;
}

.mini-advantage {
    text-align: center;
}

.mini-advantage i {
    width: 66px;
    height: 66px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #d5ddeb;
    color: var(--blue);
    font-size: 28px;
}

.mini-advantage span {
    display: block;
    color: var(--blue);
    font-weight: 700;
    font-size: 14px;
}

.health-card {
    background: linear-gradient(180deg, #f4faf3, #eef6ed);
    border-radius: 22px;
    padding: 42px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.health-icon {
    /*width: 100px;*/
    height: 150px;
    background: var(--green);
    color: #fff;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 100px;
    margin-bottom: 25px;
}

.health-card h3 {
    color: var(--green);
    text-transform: uppercase;
    font-weight: 950;
    font-size: 25px;
}

.health-card p {
    color: var(--blue);
    font-weight: 800;
}

.promo-card {
    background: #fff0e7;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.promo-card img {
    height: 100%;
    object-fit: cover;
}

.promo-content {
    padding: 34px 25px;
}

.promo-content span {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 950;
}

.promo-content h3 {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 950;
    font-size: 31px;
}

.promo-content p {
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
}

.promo-content strong {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 18px;
    border-radius: 6px;
}

.telemedicine-card {
    border: 1px solid rgba(36, 133, 31, 0.3);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.telemedicine-content {
    padding: 30px;
    display: flex;
    gap: 22px;
    align-items: center;
}

.big-icon {
    width: 118px;
    height: 118px;
    background: var(--green);
    color: #fff;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 62px;
    flex: 0 0 auto;
}

.telemedicine-content h3 {
    color: var(--green);
    text-transform: uppercase;
    font-weight: 950;
}

.telemedicine-img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.telemedicine-cta {
    height: 100%;
    min-height: 245px;
    background: var(--blue);
    color: #fff;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.telemedicine-cta h3 {
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 25px;
}

.btn-light-custom {
    align-self: flex-start;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 7px;
    padding: 14px 26px;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-light-custom:hover {
    background: #fff;
    color: var(--blue);
}

.contact-box {
    padding: 35px;
}

.contact-item {
    display: flex;
    gap: 20px;
}

.contact-item > i {
    font-size: 44px;
    color: var(--blue);
}

.contact-item h4,
.qr-box h4 {
    color: var(--green);
    text-transform: uppercase;
    font-weight: 950;
    font-size: 17px;
}

.contact-item h3 {
    color: var(--blue);
    font-size: 34px;
    font-weight: 950;
}

.contact-item p,
.qr-box p {
    color: var(--blue);
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.qr-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.qr-box img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border: 3px solid var(--green);
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

.site-footer {
    background: linear-gradient(135deg, #001d5b, #05266f);
    color: #fff;
    padding: 45px 0 20px;
}

.footer-logo {
    height: 72px;
    margin-bottom: 20px;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 22px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 35px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #b9e8b7;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.social-links a:hover {
    background: var(--green);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 35px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom span {
    color: #ff4d4d;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 20px 0;
    }

    .hero-section {
        padding-top: 45px;
    }

    .hero-image-wrap {
        min-height: auto;
    }

    .hero-image-wrap::before {
        display: none;
    }

    .hero-image {
        height: 420px;
        border-radius: 28px;
    }

    .floating-card {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .about-box,
    .contact-box {
        padding: 28px;
    }

    .feature-item {
        border-right: 0;
    }

    .promo-card {
        grid-template-columns: 1fr;
    }

    .promo-card img {
        height: 260px;
        width: 100%;
    }

    .telemedicine-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .logo {
        height: 52px;
    }

    .hero-title {
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 17px;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

    .service-card img,
    .telemedicine-img {
        height: 190px;
    }

    .contact-item,
    .qr-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
    }
}