@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* GLOBAL UI/UX - CLINICAL LAB AESTHETIC */
body {
    font-family: 'Inter', sans-serif !important;
    background-color: #ffffff !important; 
    color: #000000 !important;
}

h1, h2, h3, .bdhding1, .bnrhding, .mbbxhding, .pkg1-hding2, .pkg2-hding2 {
    font-family: 'Space Grotesk', sans-serif !important;
    letter-spacing: -1px;
}

/* SMOOTH TRANSITIONS & MICRO-ANIMATIONS */
a, button, .pkg1, .pkg2, .pkg3, .s1bx3-list li, .bonusbx-lft, .bonusbx-rgt {
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* --- HERO SECTION --- */
.banner {
    position: relative;
    padding-bottom: 80px !important;
    border-bottom: 2px solid #000 !important;
}
.banner::after {
    display: none !important;
}

.bnrhding, .banner h1, .banner h2 {
    color: #000 !important;
}
.bnrhding span {
    color: #00ff66 !important;
    background: #000 !important;
    padding: 0 10px;
    display: inline-block;
}
.bnrtxt {
    color: #4b5563 !important;
}

.bnrbxrgt {
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border: 2px solid #000 !important;
    overflow: hidden;
}
.bnrbxrgt-hd {
    border-radius: 0 !important;
    border-bottom: 2px solid #000 !important;
}

/* Testimonial Boxes */
.bnrtbx1, .bnrtbx2 {
    background: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}
.bnrtbxtxt1, .bnrtbxtxt2 {
    color: #000 !important;
}

/* --- BUTTONS --- */
.bnrbtn:hover, .pkgbtn:hover, .s10btn:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    background: #111 !important;
}
.bnrbtn:active, .pkgbtn:active {
    transform: translate(4px, 4px) !important;
    box-shadow: 0 0 0 transparent !important;
}

/* --- INGREDIENTS GRID --- */
.s1bx {
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border: 2px solid #000 !important;
    padding: 60px 40px !important;
}

ul.s1bx3-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    padding: 20px 0 !important;
}
ul.s1bx3-list li {
    width: 100% !important;
    margin-top: 0 !important;
    background: #ffffff !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}
ul.s1bx3-list li:hover {
    transform: translate(-4px, -4px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* --- PRICING TABLES --- */
.pkgcontainer {
    align-items: flex-end !important;
}
.pkg1, .pkg2, .pkg3 {
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    overflow: visible !important;
}

/* The Most Popular Package */
.pkg1 {
    transform: scale(1.05) !important;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}
.pkg1:hover {
    transform: scale(1.05) translate(-4px, -4px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}
.pkg2:hover, .pkg3:hover {
    transform: translate(-4px, -4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.pkg1-hding1, .pkg2-hding1 {
    border-radius: 0 !important;
}

/* --- MISC UI ELEMENTS --- */
.bonusbx-lft, .bonusbx-rgt {
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    height: auto !important;
    min-height: 110px !important;
    padding-bottom: 20px !important;
    margin-top: 30px !important;
}
.bonusbx-lft-txt1 {
    background: #000 !important;
    color: #00ff66 !important;
    border-radius: 0 !important;
    border: 1px solid #00ff66 !important;
    display: inline-block !important;
    position: absolute !important;
    top: -12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 10px !important;
    z-index: 2 !important;
}

.bonusbx-lft-txt3 {
    line-height: 1.4 !important;
    margin-top: 6px !important;
}

/* Remove rounding on footer */
footer {
    border-top: 4px solid #00ff66 !important;
    background: #000000 !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1030px) {
    ul.s1bx3-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 767px) {
    ul.s1bx3-list {
        grid-template-columns: 1fr !important;
    }
    .pkg1 {
        transform: scale(1) !important;
        margin-top: 30px !important;
    }
    .pkg1:hover {
        transform: translate(-2px, -2px) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    }
}

/* --- CLINICAL GUARANTEE LAYOUT --- */
.clinical-guarantee-grid {
    display: grid !important;
    grid-template-columns: 1fr 2.5fr !important;
    background: #ffffff !important;
    border: 4px solid #000000 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    margin: 80px 40px 0 40px !important;
    position: relative;
    overflow: hidden;
}

.cg-left {
    background: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border-right: 4px solid #000000 !important;
    position: relative;
}

.cg-seal {
    width: 220px;
    height: auto;
    filter: drop-shadow(4px 4px 0px #00ff66);
    transition: transform 0.3s ease;
}
.cg-seal:hover {
    transform: rotate(5deg) scale(1.05);
}

.cg-right {
    padding: 60px 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cg-label {
    display: inline-block;
    background: #00ff66;
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 6px 12px;
    border: 2px solid #000;
    margin-bottom: 20px;
    align-self: flex-start;
}

.cg-heading {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 32px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.cg-highlight {
    background: #000;
    color: #00ff66;
    padding: 0 10px;
    display: inline-block;
    margin-top: 8px;
}

.cg-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}
.cg-text strong {
    background: rgba(0, 255, 102, 0.3);
    padding: 0 4px;
}

.cg-icons-wrapper {
    margin: 40px 40px 0 40px;
    border: 4px solid #000;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    display: flex;
    justify-content: center;
}

@media (max-width: 1030px) {
    .clinical-guarantee-grid {
        grid-template-columns: 1fr !important;
        margin: 60px 20px 0 20px !important;
    }
    .cg-left {
        border-right: none !important;
        border-bottom: 4px solid #000 !important;
        padding: 40px 20px;
    }
    .cg-icons-wrapper {
        margin: 40px 20px 0 20px;
    }
}
@media (max-width: 767px) {
    .cg-right {
        padding: 40px 20px;
    }
    .cg-heading {
        font-size: 24px;
    }
    .clinical-guarantee-grid {
        margin: 40px 10px 0 10px !important;
    }
    .cg-icons-wrapper {
        margin: 40px 10px 0 10px;
    }
}

/* --- CLINICAL HARVARD/BARCELONA SECTION --- */
.sec5 {
    padding: 60px 0 !important;
}

.s5bx {
    background: #ffffff !important;
    border: 4px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    position: relative;
    z-index: 10;
}

.s5bxhd {
    background: #000000 !important;
    border-bottom: 4px solid #000000 !important;
    border-radius: 0 !important;
    padding: 40px 50px 40px 60px !important;
}

.s5bxhd .bdfont2.bold.yellow {
    color: #00ff66 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
    display: inline-block;
    border: 1px solid #00ff66;
    padding: 4px 10px;
}

.s5bxhding {
    font-family: 'Space Grotesk', sans-serif !important;
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.s5bxhding u {
    text-decoration: none !important;
    background: #00ff66 !important;
    color: #000 !important;
    padding: 0 8px;
}

.s5bxhding2 {
    color: #00ff66 !important;
    font-size: 24px !important;
    margin-top: 16px !important;
    font-family: 'Space Grotesk', sans-serif !important;
}

.s5bxhdimg {
    right: 20px !important;
    bottom: 0 !important;
    filter: drop-shadow(-8px 0px 0px #00ff66) !important;
}

.s5bxbtm {
    padding: 50px 60px !important;
    background: #ffffff !important;
    position: relative;
}

.s5bxtxt span {
    background: #00ff66 !important;
    color: #000000 !important;
    padding: 4px 8px !important;
    font-weight: 700 !important;
}

.s5bxbtmtxt {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    border-top: 4px solid #000 !important;
    border-bottom: 4px solid #000 !important;
    padding: 30px !important;
    margin: 40px 0 !important;
    background: #f8fafc !important;
}

.highlight2 {
    background: #00ff66 !important;
    color: #000 !important;
    padding: 0 4px !important;
}

/* Images in the bottom section */
.s5bximg1, .s5bximg3 {
    border: 4px solid #000 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border-radius: 0 !important;
}

@media (max-width: 1030px) {
    .s5bxhd {
        padding: 30px 20px !important;
    }
    .s5bxhding {
        font-size: 30px !important;
    }
    .s5bxbtm {
        padding: 30px 20px !important;
    }
}
@media (max-width: 767px) {
    .s5bxhdimg {
        position: relative !important;
        right: auto !important;
        display: block !important;
        margin: 20px auto 0 auto !important;
        filter: drop-shadow(6px 6px 0px #00ff66) !important;
    }
}

/* --- CLINICAL TESTIMONIALS SECTION --- */
.sec9 {
    background: #f8fafc !important; 
    border-top: 4px solid #000 !important;
    border-bottom: 4px solid #000 !important;
}

.s9tbx {
    background: #ffffff !important;
    border: 4px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.s9tbx:hover {
    transform: translate(-4px, -4px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.s9tbx p.bdfont5.bold.blue {
    color: #000000 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 28px !important;
    letter-spacing: -0.5px !important;
    border-bottom: 4px solid #00ff66 !important;
    padding-bottom: 12px !important;
    margin-bottom: 24px !important;
    display: inline-block;
}

.s9tbxtxt1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #333333 !important;
    font-style: normal !important;
    border-left: 4px solid #000 !important;
    padding-left: 20px !important;
    background: #f3f4f6 !important;
    padding: 20px !important;
}

.s9tbxtxt2 {
    font-family: 'Space Grotesk', sans-serif !important;
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 24px !important;
    background: #00ff66 !important;
    display: inline-block;
    padding: 8px 16px !important;
    border: 2px solid #000 !important;
}

.s9timg {
    border: 4px solid #000 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 0 !important;
}

.s9stars {
    margin: 20px 0 !important;
    filter: drop-shadow(2px 2px 0px #000) !important;
}

@media (max-width: 767px) {
    .s9tbx {
        padding: 24px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    }
    .s9tbx p.bdfont5.bold.blue {
        font-size: 22px !important;
    }
    .s9timg {
        margin: 0 0 20px 0 !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 200px !important;
    }
}

/* --- TESTIMONIALS GRID --- */
.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    margin: 40px 0 !important;
}

.testimonials-grid .s9tbx {
    margin: 0 !important; /* Reset old margins */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Make the first one BIG and span full width */
.testimonials-grid .s9tbx:nth-child(1) {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 250px 1fr !important;
    grid-template-areas:
        "photo title"
        "photo stars"
        "photo quote"
        "photo author" !important;
    column-gap: 40px !important;
    row-gap: 15px !important;
    align-items: start !important;
    padding: 60px !important;
}

.testimonials-grid .s9tbx:nth-child(1) .s9timg {
    grid-area: photo !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.testimonials-grid .s9tbx:nth-child(1) .s9tbxtxt1 {
    grid-area: quote !important;
    font-size: 22px !important;
    padding: 30px !important;
    margin-top: 0 !important;
}

.testimonials-grid .s9tbx:nth-child(1) p.bdfont5.bold.blue {
    grid-area: title !important;
    font-size: 38px !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    justify-self: start !important;
}

.testimonials-grid .s9tbx:nth-child(1) .s9stars {
    grid-area: stars !important;
    margin: 0 !important;
    justify-self: start !important;
}

.testimonials-grid .s9tbx:nth-child(1) .s9tbxtxt2 {
    grid-area: author !important;
    justify-self: start !important;
    margin-top: 0 !important;
}

/* The other 3 testimonials in a row */
.testimonials-grid .s9tbx:not(:nth-child(1)) {
    padding: 30px !important;
}

.testimonials-grid .s9tbx:not(:nth-child(1)) .s9timg {
    width: 100% !important;
    max-width: 120px !important;
    margin: 0 auto 20px auto !important;
    float: none !important;
    display: block !important;
}

.testimonials-grid .s9tbx:not(:nth-child(1)) p.bdfont5.bold.blue {
    font-size: 22px !important;
    line-height: 1.3 !important;
    border-bottom: 3px solid #00ff66 !important;
    padding-bottom: 10px !important;
    margin-bottom: 16px !important;
    display: block !important;
}

.testimonials-grid .s9tbx:not(:nth-child(1)) .s9stars {
    margin: 10px 0 16px 0 !important;
    width: 100px !important;
}

.testimonials-grid .s9tbx:not(:nth-child(1)) .s9tbxtxt1 {
    font-size: 14px !important;
    padding: 15px !important;
}

.testimonials-grid .s9tbx:not(:nth-child(1)) .s9tbxtxt2 {
    font-size: 11px !important;
    padding: 8px 10px !important;
    display: block !important;
    text-align: center !important;
    line-height: 1.6 !important;
    margin-top: 20px !important;
}

@media (max-width: 1030px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .testimonials-grid .s9tbx:nth-child(1) {
        flex-direction: column !important;
        padding: 40px !important;
    }
    .testimonials-grid .s9tbx:nth-child(1) .s9timg {
        width: 200px !important;
    }
}

@media (max-width: 767px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }
}
