/* =========================================================
   Reset & base
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #1b3a8a;
    background: #ffffff;
    line-height: 1.4;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a { text-decoration: none; color: inherit; }

:root {
    --blue-dark: #053477;
    --blue-dark-light: #064A8E;
    --blue-mid: #27A6FC;
    --blue-bright: #2f7af0;
    --blue-light: #e7f0fc;
    --blue-soft: #d6e4f7;
    --blue-watermark: #E2F2FE;
    --gradient-btn: linear-gradient(90deg, #1b3a8a 0%, #2f7af0 100%);
    --gradient-bar: linear-gradient(90deg, #0d2c7c 0%, #2f7af0 50%, #5fb0ff 100%);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
    padding: 18px 0;
    background: #ffffff;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.logo img {
    height: 42px;
    width: auto;
}

.header-tagline {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--blue-dark);
    font-weight: 600;
    font-size: 14px;
}

.header-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: var(--blue-dark);
    clip-path: polygon(0 50%, 8px 0, 100% 0, 100% 100%, 8px 100%);
    -webkit-clip-path: polygon(0 50%, 8px 0, 100% 0, 100% 100%, 8px 100%);
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
    position: relative;
    width: 100%;
    min-height: 630px;
    overflow: hidden;
    background: #f4f8fd;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    background: linear-gradient(90deg,
        rgba(255,255,255,0.2) 0%,
        rgba(255,255,255,0.2) 35%,
        rgba(255,255,255,0.1) 70%,
        rgba(255,255,255,0) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 63px 20px;
}

.hero-tag {
    display: inline-block;
    background: var(--blue-mid);
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    padding: 8px 22px;
    border-radius: 1px;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
}

.hero-title {
    font-style: italic;
    font-weight: 800;
    color: var(--blue-dark);
    font-size: clamp(40px, 6vw, 82px);
    line-height: 1;
    margin: 0 0 18px;
    letter-spacing: -1px;
}

.hero-title span { display: block; }

.hero-title-line {
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.icon-digestive {
    width: 60px;
    height: auto;
    transform: translateY(-4px);
}

.hero-sub {
    font-size: 21px;
    color: var(--blue-dark);
    max-width: 360px;
    margin: 0;
    line-height: 1.45;
}
.header-tagline span {
    font-weight: bold;
}
.hero-sub strong { font-weight: 700; }

/* =========================================================
   Intro
   ========================================================= */
.intro {
    padding: 60px 0 30px;
    text-align: center;
}

.intro-text {
    font-size: 28px;
    color: var(--blue-dark-light);
    margin: 0 0 38px;
    font-weight: 400;
    line-height: 1.45;
}

.intro-text strong { font-weight: 700; }

.section-title {
    font-style: italic;
    font-weight: 800;
    color: var(--blue-dark);
    font-size: clamp(26px, 3.4vw, 42px);
    line-height: 1.2;
    margin: 0;
}

/* =========================================================
   Cards section
   ========================================================= */
.cards-section {
    position: relative;
    padding: 143px 0 0px 60px;
    overflow: hidden;
    margin-bottom: 52px;
}

/* decorative blue blobs behind patient image */
.cards-section::before,
.cards-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.cards-wrap {
    position: relative;
    z-index: 2;
}

.patient-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44%;
    max-width: 525px;
    z-index: 3;
    pointer-events: none;
}

.patient-image img {
    width: 100%;
    height: auto;
}

.cards-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 3;
    width: 62%;
    margin-left: auto;
}

/* Single-row cards (1, 2, 3) */
.card {
    background: var(--blue-light);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 2px rgba(27, 58, 138, 0.06);
}

.card-left {
    width: 100%;
}

.card-icon {
    background: #ffffff;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.card-icon img {
    width: 26px;
    height: 26px;
}

.card-text {
    flex: 1 1 auto;
    border-right: 2px solid #b8cdec;
    padding-right: 16px;
    color: var(--blue-dark);
}

.card-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.25;
}

.card-text p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

.card-cta {
    flex: 0 0 auto;
}

.btn-vermas {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: var(--gradient-btn);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(27, 58, 138, 0.18);
}

.btn-vermas:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(27, 58, 138, 0.28);
}

.btn-icon {
    background: rgba(255, 255, 255, 0.18);
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.btn-label {
    padding: 0 18px 0 14px;
    line-height: 34px;
}

/* Stacked cards (4, 5) — narrower, aligned right, button below */
.card-right {
    width: 82%;
    margin-left: auto;
}

.card-stack {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.card-stack .card-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.card-stack .card-text {
    border-right: none;
    padding-right: 0;
}

.card-cta-bottom {
    display: flex;
    justify-content: flex-end;
}

/* =========================================================
   Watermark
   ========================================================= */
.watermark {
    position: relative;
    z-index: 1;
    margin: 0;
    font-style: italic;
    font-weight: 800;
    font-size: clamp(48px, 8vw, 150px);
    line-height: 0.95;
    color: var(--blue-watermark);
    text-align: right;
    letter-spacing: -2px;
    pointer-events: none;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
    padding-top: 30px;
    background: #ffffff;
}

.footer-note {
    text-align: center;
    color: var(--blue-dark);
    font-size: 20px;
    margin: 0 0 14px;
}

.footer-divider {
    border: 0;
    border-top: 1px solid #c7d6ee;
    max-width: 100%;
    margin: 0 auto 20px;
}

.avales {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
}

.avales-label {
    color: var(--blue-dark);
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}

.avales img {
    max-height: 60px;
    width: auto;
}

.legal {
    text-align: center;
    color: var(--blue-dark);
    font-size: 13px;
    line-height: 1.2;
    max-width: 100%;
    margin: 0 auto 22px;
    padding: 0 16px;
}

.footer-bar {
    height: 40px;
    width: 100%;
    background: var(--gradient-bar);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
    .cards-list { width: 60%; }
    .card-right { width: 80%; }

    .patient-image {
        width: 38%;
        max-width: 380px;
    }

    .cards-section::before {
        width: 460px;
        height: 460px;
        left: -260px;
    }
    .cards-section::after {
        width: 260px;
        height: 260px;
        left: -120px;
    }
}

@media (max-width: 767px) {
    .hero { min-height: 380px; }

    .hero-bg {
        background-position: center;
    }

    .hero-overlay {
        background: linear-gradient(180deg,
            rgba(255,255,255,0.95) 0%,
            rgba(255,255,255,0.7) 50%,
            rgba(255,255,255,0.2) 100%);
    }

    .hero-content {
        padding: 40px 24px 50px;
    }

    .icon-digestive { width: 46px; }

    .cards-section {
        min-height: 0;
        padding: 40px 0 0;
    }

    .cards-list {
        width: 100%;
        margin-left: 0;
    }

    .patient-image {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .patient-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .card-left,
    .card-right {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .watermark {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 30px;
        font-size: clamp(44px, 12vw, 80px);
    }

    .cards-section { padding-bottom: 30px; }

    .cards-section::before {
        width: 260px;
        height: 260px;
        left: -180px;
        bottom: -60px;
        top: auto;
    }
    .cards-section::after {
        width: 160px;
        height: 160px;
        left: -80px;
        bottom: -40px;
        top: auto;
    }
}

@media (max-width: 560px) {
    .header-inner {
        flex-direction: column;
        gap: 8px;
        padding: 0 16px;
        text-align: center;
    }

    .header-tagline { font-size: 13px; }
    .header-line { width: 50px; }

    .hero-content {
        padding: 30px 20px 40px;
    }

    .hero-tag {
        font-size: 12px;
        padding: 6px 16px;
    }

    .hero-title { font-size: 44px; }

    .hero-title-line { gap: 8px; }
    .icon-digestive { width: 38px; }

    .hero-sub { font-size: 15px; }

    .intro { padding: 40px 0 20px; }
    .intro-text { font-size: 17px; margin-bottom: 24px; }
    .section-title { font-size: 22px; }

    .card {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        gap: 12px;
        padding: 14px;
    }

    .card-text {
        border-right: none;
        padding-right: 0;
    }

    .card-cta { display: flex; justify-content: flex-end; }

    .card-stack .card-top { flex-direction: row; }

    .avales {
        flex-direction: column;
        gap: 10px;
    }

    .avales img { max-height: 50px; }

    .footer-note { font-size: 13px; padding: 0 16px; }
    .legal { font-size: 10px; }
}

@media (max-width: 400px) {
    .hero-title { font-size: 38px; }
    .btn-label { font-size: 12px; padding: 0 14px 0 10px; }
    .btn-icon { width: 30px; height: 30px; }
    .btn-label { line-height: 30px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .btn-vermas,
    .btn-vermas:hover {
        transform: none;
        transition: none;
    }
}
