/* ==========================================================================
   OXYZ Hero Section — Front Page
   Premium gold hero with product showcase
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ===== Force Full-Width on Home ===== */
body.home .cmsmasters-main,
body.home .cmsmasters-main__outer,
body.home .cmsmasters-main__inner,
body.home .cmsmasters-content-wrap,
body.home .cmsmasters-content,
body.home .elementor {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html,
body {
    overflow-x: hidden !important;
}

/* ===== Elementor Container Overrides ===== */
.elementor-element-ed8cf95 {
    background-color: transparent !important;
    overflow: visible !important;
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    left: auto !important;
    right: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    /* This container now holds every custom .oxyz-* section appended via JS;
       its original 150px trailing margin (meant for the old short hero)
       otherwise leaves a large gap after the last appended section. */
}

.elementor-element-ed8cf95>.elementor-background-overlay {
    display: none !important;
}

.elementor-element-ed8cf95>.e-con-inner>*:not(.oxyz-hero) {
    display: none !important;
}

.elementor-element-ed8cf95>.e-con-inner {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

/* =========================================================================
   Hide the ORIGINAL pre-existing Elementor sections that duplicate content
   now rebuilt as custom .oxyz-* sections above (MSC, Immune Breathe+,
   Gut+/"Top Treatments", both stats blocks, and OXYZ's Vision). The
   Instagram section (elementor-element-c5c6c60) is intentionally left
   untouched since it isn't duplicated.
   ========================================================================= */
body.home .elementor-element-f5d5c87,
body.home .elementor-element-a6286bd,
body.home .elementor-element-5c5e1e5,
body.home .elementor-element-8d88bf6,
body.home .elementor-element-a0b5399,
body.home .elementor-element-6f20101,
body.home .elementor-element-c92beea {
    display: none !important;
}

/* ===== Header on Home ===== */
body.home .elementor-location-header,
body.home .elementor-location-header .elementor-section,
body.home .elementor-location-header .e-con,
body.home .elementor-location-header .e-con-inner {
    background: #ffffff !important;
    box-shadow: none !important;
}

body.home .elementor-location-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* Ensure mobile nav menu dropdown floats cleanly as a right-aligned overlay card without expanding header height */
body.home .elementor-nav-menu--dropdown,
body.home .elementor-nav-menu__container.elementor-nav-menu--dropdown,
body.home nav.elementor-nav-menu--dropdown {
    position: absolute !important;
    top: 100% !important;
    right: 15px !important;
    left: auto !important;
    width: 320px !important;
    max-width: calc(100vw - 30px) !important;
    height: auto !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18) !important;
    border-radius: 14px !important;
    padding: 12px 6px !important;
    z-index: 999999 !important;
    margin-top: 6px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.home .elementor-nav-menu--dropdown .elementor-nav-menu {
    background-color: #ffffff !important;
    background: #ffffff !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

body.home .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item,
body.home .elementor-nav-menu--dropdown .menu-item {
    width: 100% !important;
    display: block !important;
}

body.home .elementor-nav-menu--dropdown .menu-item-has-children {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.home .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a,
body.home .elementor-nav-menu--dropdown a.elementor-item {
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111412 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 1 1 auto !important;
    text-align: left !important;
    border-radius: 8px !important;
    margin: 3px 4px !important;
    transition: all 0.2s ease !important;
}

body.home .elementor-nav-menu--dropdown .sub-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 12px !important;
    cursor: pointer !important;
    color: #137A54 !important;
    font-size: 14px !important;
    margin-left: auto !important;
}

body.home .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a:hover,
body.home .elementor-nav-menu--dropdown a.elementor-item:hover,
body.home .elementor-nav-menu--dropdown a.elementor-item.highlighted {
    background-color: #CDB04A !important;
    color: #ffffff !important;
}

body.home .elementor-nav-menu--dropdown a.elementor-item:hover .sub-menu-toggle,
body.home .elementor-nav-menu--dropdown a.elementor-item.highlighted .sub-menu-toggle {
    color: #ffffff !important;
}

/* Submenu container inside dropdown - flow inline inside the card */
body.home .elementor-nav-menu--dropdown .sub-menu,
body.home .elementor-nav-menu--dropdown ul.sub-menu {
    position: static !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    background-color: #FBF9F4 !important;
    background: #FBF9F4 !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    padding: 6px 0 !important;
    margin: 4px 0 8px 0 !important;
    border-left: 3px solid #CDB04A !important;
}

body.home .elementor-nav-menu--dropdown .sub-menu a,
body.home .elementor-nav-menu--dropdown ul.sub-menu li a,
body.home .elementor-nav-menu--dropdown a.elementor-sub-item {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    color: #137A54 !important;
    background: transparent !important;
    text-align: left !important;
    margin: 1px 4px !important;
}

body.home .elementor-nav-menu--dropdown .sub-menu a:hover,
body.home .elementor-nav-menu--dropdown ul.sub-menu li a:hover,
body.home .elementor-nav-menu--dropdown a.elementor-sub-item:hover {
    background-color: #CDB04A !important;
    color: #ffffff !important;
}

/* Position mobile menu toggle button perfectly centered with logo (mobile/tablet only) */
@media (max-width: 1024px) {

    body.home .elementor-menu-toggle,
    body.home .elementor-widget-nav-menu .elementor-menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 0 !important;
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999999 !important;
    }
}

body.home .elementor-location-header .elementor-nav-menu a,
body.home .elementor-location-header .elementor-nav-menu .menu-item>a {
    color: #111412 !important;
}

body.home .elementor-location-header .elementor-nav-menu a:hover,
body.home .elementor-location-header .elementor-nav-menu .menu-item>a:hover {
    color: #137A54 !important;
}

body.home .elementor-location-header .elementor-nav-menu .current-menu-item>a {
    color: #111412 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* ==========================================================================
   OXYZ Hero Section — Front Page
   New Premium Gold Hero Banner from oxyz_empower_banner (2).html
   ========================================================================== */

.banner {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    background: #F9F6EC;
    box-sizing: border-box;
}

.banner .top-strip {
    height: 16px;
    background: #fff;
    width: 100%;
}

.banner .gold-section {
    position: relative;
    background: linear-gradient(120deg, #f4f7f9 0%, #ffffff 50%, #edf1f4 100%);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.banner .bubbles {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    pointer-events: none;
}

.banner .content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 48px 5vw 40px;
}

.banner .text-col {
    margin-top: 145px;
}

.banner .text-col h1 {
    font-family: 'Poppins', sans-serif;
    color: #057A5C;
    font-size: clamp(32px, 4vw, 64px);
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0 0 18px;
    line-height: 1.1;
    white-space: nowrap;
}

.banner .rule {
    width: 150px;
    height: 3px;
    background: #057A5C;
    opacity: 0.85;
    margin-bottom: 22px;
}

.banner .sub {
    font-family: 'Poppins', sans-serif;
    color: #057A5C;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
    max-width: 500px;
    margin: 0 0 34px;
}

.banner .shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #057A5C !important;
    color: #fff !important;
    border: 2px solid #ffffff !important;
    padding: 17px 34px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.banner .shop-btn:hover {
    background: #045a44 !important;
    transform: translateY(-2px);
}

.banner .shop-btn .arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.banner .shop-btn:hover .arrow {
    transform: translateX(4px);
}

.banner .image-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner .image-col img.product {
    width: 100%;
    max-width: 660px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    transform: translateY(70px);
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
    transition: transform 0.3s ease;
}

.banner .image-col img.product:hover {
    transform: translateY(65px);
}

.banner .cream-section {
    background: #F9F6EC;
}

.banner .trust-wrap {
    padding: 26px 5vw 32px;
}

.banner .trust {
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner .trust img {
    height: 42px;
    width: auto;
    display: block;
}

@media (max-width: 1024px) {

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.home .cmsmasters-main,
    body.home .cmsmasters-main__outer,
    body.home .cmsmasters-main__inner,
    body.home .cmsmasters-content-wrap,
    body.home .cmsmasters-content,
    body.home .elementor,
    .elementor-element-ed8cf95,
    .elementor-element-ed8cf95>.e-con-inner {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: linear-gradient(120deg, #f4f7f9 0%, #ffffff 50%, #edf1f4 100%) !important;
        box-sizing: border-box !important;
    }

    .banner,
    .oxyz-hero,
    .banner .gold-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: linear-gradient(120deg, #f4f7f9 0%, #ffffff 50%, #edf1f4 100%) !important;
        box-sizing: border-box !important;
    }

    .banner .top-strip {
        display: none !important;
        background-color: #D1AE5E !important;
    }

    .banner .content {
        grid-template-columns: 1fr;
        padding: 130px 20px 36px !important;
        gap: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .banner .image-col {
        order: 1;
        margin-bottom: 24px;
    }

    .banner .text-col {
        order: 2;
        margin-top: 0;
    }

    .banner .bubbles {
        display: none;
    }

    .banner .text-col h1 {
        white-space: normal;
        font-size: clamp(28px, 6vw, 44px);
    }

    .banner .sub {
        max-width: none;
        font-size: 16px;
    }

    .banner .image-col img.product {
        max-width: 480px;
        transform: translateY(20px);
    }

    .banner .image-col img.product:hover {
        transform: translateY(15px);
    }

    .banner .trust-wrap {
        padding: 24px 6vw 32px;
    }

    .banner .trust img {
        height: 36px;
    }
}

@media (max-width: 520px) {
    .banner .content {
        padding: 140px 5vw 28px;
    }

    .banner .text-col h1 {
        font-size: clamp(24px, 8vw, 32px);
        margin-bottom: 14px;
    }

    .banner .rule {
        width: 100px;
        margin-bottom: 16px;
    }

    .banner .sub {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .banner .shop-btn {
        padding: 13px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .banner .shop-btn .arrow {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }

    .banner .trust {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner .trust img {
        height: 30px;
    }

    .banner .image-col img.product {
        max-width: 320px;
        transform: translateY(10px);
    }

    .banner .image-col img.product:hover {
        transform: translateY(5px);
    }

    .banner .trust-wrap {
        padding: 20px 5vw 28px;
    }
}

/* ==========================================================================
   STATS MARQUEE (below hero)
   ========================================================================== */
.oxyz-hero-stats-wrapper {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: 28px 0 32px !important;
    background: #F9F7F0 !important;
    z-index: 10 !important;
    border-top: 1px solid rgba(17, 20, 18, 0.06);
}

.oxyz-stats-track {
    display: flex !important;
    width: max-content !important;
    animation: oxyz-stats-scroll 30s linear infinite !important;
}

.oxyz-stat-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: max-content !important;
    min-width: 160px !important;
    padding: 0 40px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.3s ease !important;
}

.oxyz-stat-card:hover {
    transform: translateY(-5px) !important;
}

.oxyz-stat-card .stat-top {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}

.oxyz-stat-card .stat-top svg {
    width: 28px !important;
    height: 28px !important;
    color: #137A54 !important;
    fill: none !important;
    stroke: currentColor !important;
}

.oxyz-stat-card .num {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #D4AF37 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
}

.oxyz-stat-card .title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111412 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
    white-space: nowrap !important;
}

.oxyz-stat-card .subtitle {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6B6F6A !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

@keyframes oxyz-stats-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ==========================================================================
   VIDEO SECTION (below stats)
   ========================================================================== */
.oxyz-video-section {
    background: #ffffff;
    padding: 0 0 72px;
}

.oxyz-video-ticker {
    overflow: hidden;
    white-space: nowrap;
    background: #057A5C;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.oxyz-video-ticker-track {
    display: inline-flex;
    animation: oxyz-ticker-scroll 28s linear infinite;
}

.oxyz-video-ticker span {
    display: inline-block;
    padding: 0 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.oxyz-video-ticker span::after {
    content: '•';
    margin-left: 28px;
    opacity: 0.7;
}

@keyframes oxyz-ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.oxyz-video-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 24px 0;
    text-align: center;
}

.oxyz-video-wrap,
.oxyz-video-wrap .elementor-element-5d48e1c,
.oxyz-video-wrap .elementor-widget-container,
.oxyz-video-wrap .elementor-background-video-container {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 420px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 50px -20px rgba(17, 20, 18, 0.2) !important;
    margin: 0 auto 36px !important;
}

.oxyz-video-wrap video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 16px !important;
}

.oxyz-video-copy h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #137A54;
    margin: 0 0 16px;
    line-height: 1.25;
}

.oxyz-video-copy p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #6B6F6A;
    max-width: 760px;
    margin: 0 auto;
}

/* ==========================================================================
   MSC AESTHETIC PROCEDURES SECTION (below video)
   ========================================================================== */
.oxyz-msc-section {
    background: #ffffff;
    padding: 0;
}

.oxyz-msc-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 640px;
}

.oxyz-msc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5vw 60px 48px;
}

.oxyz-msc-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #C9A93E;
    line-height: 1.25;
    margin: 0;
}

.oxyz-msc-rule {
    width: 90px;
    height: 3px;
    background: #C9A93E;
    opacity: 0.85;
    margin: 18px 0 22px;
}

.oxyz-msc-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #137A54;
    max-width: 480px;
    margin: 0 0 18px;
}

.oxyz-usa-badge {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: fit-content;
    background: #14285C;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 26px 12px 50px;
    margin-top: 16px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.oxyz-usa-badge .flag-circle {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
}

.oxyz-usa-badge .flag-circle svg {
    width: 100%;
    height: 100%;
    display: block;
}

.oxyz-msc-image {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.oxyz-msc-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 32px;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 960px) {
    .oxyz-msc-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .oxyz-msc-content {
        order: 2;
        align-items: center;
        padding: 40px 6vw;
    }

    .oxyz-msc-content h2 {
        text-align: center;
    }

    .oxyz-msc-content p {
        text-align: left;
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .oxyz-msc-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .oxyz-usa-badge {
        align-self: flex-start;
    }

    .oxyz-msc-image {
        order: 1;
        height: 460px;
    }
}

@media (max-width: 600px) {
    .oxyz-msc-content h2 {
        font-size: 24px;
    }

    .oxyz-msc-image {
        height: 360px;
    }
}

/* ==========================================================================
   IMMUNE BREATHE+ SECTION (below MSC)
   ========================================================================== */
.oxyz-immune-section {
    background: #ffffff;
    padding: 0;
}

.oxyz-immune-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 640px;
}

.oxyz-immune-image {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.oxyz-immune-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 32px;
    box-sizing: border-box;
    display: block;
}

.oxyz-immune-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5vw 60px 48px;
}

.oxyz-immune-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #C9A93E;
    line-height: 1.25;
    margin: 0;
}

.oxyz-immune-rule {
    width: 90px;
    height: 3px;
    background: #C9A93E;
    opacity: 0.85;
    margin: 18px 0 22px;
}

.oxyz-immune-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #137A54;
    max-width: 560px;
    margin: 0 0 18px;
}

.oxyz-kr-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

.oxyz-kr-badge .kr-flag-box {
    display: block;
    width: 90px;
    height: 60px;
    border: 2px solid #E8617D;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
}

.oxyz-kr-badge .kr-flag-box svg {
    width: 100%;
    height: 100%;
    display: block;
}

.oxyz-kr-badge .kr-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    color: #E8617D;
}

.oxyz-kr-badge .kr-badge-text strong {
    font-size: 30px;
    font-weight: 800;
}

.oxyz-kr-badge .kr-badge-text span {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 960px) {
    .oxyz-immune-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .oxyz-immune-content {
        order: 2;
        align-items: center;
        padding: 40px 6vw;
    }

    .oxyz-immune-content h2 {
        text-align: center;
    }

    .oxyz-immune-content p {
        text-align: left;
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .oxyz-immune-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .oxyz-immune-image {
        order: 1;
        height: 460px;
    }

    .oxyz-kr-badge {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    .oxyz-immune-content h2 {
        font-size: 24px;
    }

    .oxyz-immune-image {
        height: 360px;
    }
}

/* ==========================================================================
   GUT+ REGENERATIVE MEDICINE SECTION (below Immune Breathe+)
   ========================================================================== */
.oxyz-gut-section {
    background: #ffffff;
    padding: 0;
}

.oxyz-gut-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 640px;
}

.oxyz-gut-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5vw 60px 48px;
}

.oxyz-gut-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #C9A93E;
    line-height: 1.25;
    margin: 0;
}

.oxyz-gut-rule {
    width: 90px;
    height: 3px;
    background: #C9A93E;
    opacity: 0.85;
    margin: 18px 0 22px;
}

.oxyz-gut-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #137A54;
    max-width: 560px;
    margin: 0 0 18px;
}

.oxyz-dk-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

.oxyz-dk-badge .dk-flag-box {
    display: block;
    width: 90px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.oxyz-dk-badge .dk-flag-box svg {
    width: 100%;
    height: 100%;
    display: block;
}

.oxyz-dk-badge .dk-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    color: #137A54;
}

.oxyz-dk-badge .dk-badge-text strong {
    font-size: 30px;
    font-weight: 800;
}

.oxyz-dk-badge .dk-badge-text span {
    font-size: 16px;
    font-weight: 700;
}

.oxyz-gut-image {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.oxyz-gut-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 32px;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 960px) {
    .oxyz-gut-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .oxyz-gut-content {
        order: 2;
        align-items: center;
        padding: 40px 6vw;
    }

    .oxyz-gut-content h2 {
        text-align: center;
    }

    .oxyz-gut-content p {
        text-align: left;
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .oxyz-gut-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .oxyz-gut-image {
        order: 1;
        height: 460px;
    }

    .oxyz-dk-badge {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    .oxyz-gut-content h2 {
        font-size: 24px;
    }

    .oxyz-gut-image {
        height: 360px;
    }
}

/* ==========================================================================
   TRIBIOMIC MICROBIOME SUPPORT SECTION (below Gut+)
   ========================================================================== */
.oxyz-tribiomic-section {
    background: #ffffff;
    padding: 0;
}

.oxyz-tribiomic-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 640px;
}

.oxyz-tribiomic-image {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.oxyz-tribiomic-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 32px;
    box-sizing: border-box;
    display: block;
}

.oxyz-tribiomic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5vw 60px 48px;
}

.oxyz-tribiomic-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #C9A93E;
    line-height: 1.25;
    margin: 0;
}

.oxyz-tribiomic-rule {
    width: 90px;
    height: 3px;
    background: #C9A93E;
    opacity: 0.85;
    margin: 18px 0 22px;
}

.oxyz-tribiomic-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #137A54;
    max-width: 560px;
    margin: 0 0 26px;
}

.oxyz-tribiomic-certs {
    max-width: 380px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 960px) {
    .oxyz-tribiomic-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .oxyz-tribiomic-content {
        order: 2;
        align-items: center;
        padding: 40px 6vw;
    }

    .oxyz-tribiomic-content h2 {
        text-align: center;
    }

    .oxyz-tribiomic-content p {
        text-align: left;
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .oxyz-tribiomic-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .oxyz-tribiomic-certs {
        align-self: flex-start;
    }

    .oxyz-tribiomic-image {
        order: 1;
        height: 460px;
    }
}

@media (max-width: 600px) {
    .oxyz-tribiomic-content h2 {
        font-size: 24px;
    }

    .oxyz-tribiomic-image {
        height: 360px;
    }

    .oxyz-tribiomic-certs {
        max-width: 300px;
    }
}

/* ==========================================================================
   EXPLORE OUR COLLECTION (real products)
   ========================================================================== */
.oxyz-collection-section {
    background: #ffffff;
    padding: 72px 0 80px;
}

.oxyz-collection-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5vw;
}

.oxyz-collection-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 800;
    color: #C9A93E;
    margin: 0 0 44px;
}

.oxyz-collection-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.oxyz-collection-card {
    width: calc(33.333% - 16px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(17, 20, 18, 0.08);
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
}

.oxyz-collection-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    margin: 0 -24px 18px;
    /* Bleed to the card edges so the image isn't limited by the card's side padding */
}

.oxyz-collection-image-wrap img {
    position: relative;
    max-width: 100%;
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    filter: drop-shadow(0 8px 14px rgba(17, 20, 18, 0.12));
}

.oxyz-collection-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #137A54;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(18px * 1.3 * 2);
}

.oxyz-collection-name:hover {
    color: #0b5c3f;
}

.oxyz-collection-price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: #0B6B53;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.oxyz-collection-price .woocommerce-Price-amount {
    color: #fff;
}

.oxyz-collection-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #C9A93E;
    margin: 0 0 20px;
    flex-grow: 1;
}

.oxyz-collection-cart {
    margin-top: auto;
}

.oxyz-collection-section .oxyz-collection-cart a.button.add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0B6B53 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 12px 14px !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: background 0.25s ease;
}

.oxyz-collection-section .oxyz-collection-cart a.button.add_to_cart_button span {
    white-space: nowrap;
}

.oxyz-collection-section .oxyz-collection-cart a.button.add_to_cart_button:hover {
    background: #084b3a !important;
    color: #ffffff !important;
}

.oxyz-collection-section .oxyz-collection-cart a.button.add_to_cart_button::before,
.oxyz-collection-section .oxyz-collection-cart a.button.add_to_cart_button::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 1200px) {
    .oxyz-collection-card {
        width: calc(33.333% - 16px);
    }
}

@media (max-width: 720px) {
    .oxyz-collection-grid {
        gap: 16px;
    }

    .oxyz-collection-card {
        width: calc(50% - 8px);
    }

    .oxyz-collection-title {
        margin-bottom: 28px;
    }

    .oxyz-collection-card {
        padding: 20px 16px 24px;
    }

}

@media (max-width: 480px) {
    .oxyz-collection-card {
        width: 100%;
    }
}

/* ==========================================================================
   PRODUCT LINEUP BANNER + STATS (below Explore Our Collection)
   ========================================================================== */
.oxyz-productbanner-section {
    position: relative;
    width: 100%;
    line-height: 0;
}

.oxyz-productbanner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.oxyz-productbanner-stats {
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 3.5%;
    display: flex;
    gap: 1.4%;
}

.oxyz-productbanner-stat {
    flex: 1;
    background: linear-gradient(180deg, rgba(216, 168, 96, 0.38), rgba(184, 132, 62, 0.48));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 14px;
    padding: 2.2% 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    text-align: left;
}

.oxyz-productbanner-stat .num {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(18px, 2.6vw, 36px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
}

.oxyz-productbanner-stat .label {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(10px, 1vw, 13px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

@media (max-width: 700px) {
    .oxyz-productbanner-img {
        min-height: 340px;
        object-fit: cover;
    }

    .oxyz-productbanner-stats {
        flex-wrap: wrap;
        left: 3%;
        right: 3%;
        bottom: 3%;
        gap: 8px;
    }

    .oxyz-productbanner-stat {
        flex: 1 1 calc(50% - 4px);
        min-width: calc(50% - 4px);
        padding: 10px 12px;
        border-radius: 10px;
    }

    .oxyz-productbanner-stat .num {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .oxyz-productbanner-stat .label {
        font-size: 11px;
        line-height: 1.25;
    }
}

/* ==========================================================================
   OXYZ'S VISION (below Product Lineup banner)
   ========================================================================== */
.oxyz-vision-section {
    background: #CDA75C;
    padding: 0;
}

.oxyz-vision-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    padding: 64px 5vw;
}

.oxyz-vision-content {
    display: flex;
    flex-direction: column;
}

.oxyz-vision-label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #0B4D3A;
    margin-bottom: 14px;
}

.oxyz-vision-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.oxyz-vision-rule {
    width: 90px;
    height: 3px;
    background: #ffffff;
    opacity: 0.85;
    margin: 22px 0;
}

.oxyz-vision-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
    max-width: 560px;
}

.oxyz-vision-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px -20px rgba(17, 20, 18, 0.35);
}

.oxyz-vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 10;
}

@media (max-width: 960px) {
    .oxyz-vision-inner {
        grid-template-columns: 1fr;
        padding: 48px 6vw;
        gap: 32px;
    }

    .oxyz-vision-image {
        order: 1;
    }

    .oxyz-vision-content {
        order: 2;
    }
}

@media (max-width: 600px) {
    .oxyz-vision-content h2 {
        font-size: 26px;
    }

    .oxyz-vision-image img {
        aspect-ratio: 4 / 3;
    }
}

/* ==========================================================================
   INSTAGRAM STRIP (before the footer)
   ========================================================================== */
body.home .elementor-element-c5c6c60 {
    border-top: 1px solid #CDB04A;
    padding: 22px 0 26px !important;
    margin-bottom: 0 !important;
    justify-content: center !important;
    background: #ffffff;
}

body.home .elementor-element-316c5d4 .elementor-heading-title {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #CDB04A;
    text-align: center;
    text-transform: none !important;
    letter-spacing: normal !important;
    width: 100%;
}

body.home .elementor-element-316c5d4 .elementor-heading-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CDB04A' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.2' cy='6.8' r='1.1' fill='%23CDB04A' stroke='none'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* ==========================================================================
   RESPONSIVE — Tablet (max-width: 960px)
   ========================================================================== */
@media (max-width: 960px) {
    .oxyz-hero {
        min-height: auto;
    }

    .oxyz-hero::before {
        height: 58%;
    }

    .oxyz-hero__inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding: 80px 24px 0;
        text-align: center;
        gap: 20px;
        min-height: auto;
    }

    .oxyz-hero__content {
        align-items: center;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .oxyz-hero__title {
        font-size: 36px;
        white-space: normal;
    }

    .oxyz-hero__divider {
        margin-left: auto;
        margin-right: auto;
    }

    .oxyz-hero__subtitle {
        font-size: 18px;
        max-width: none;
    }

    .oxyz-hero__btn {
        font-size: 15px;
        padding: 14px 32px;
    }

    .oxyz-hero__testimonial img {
        max-width: 250px;
        margin: 0 auto;
    }

    .oxyz-hero__product {
        justify-content: center;
        align-items: flex-end;
    }

    .oxyz-hero__product-img {
        max-width: 420px;
        width: 85%;
    }

    .oxyz-video-wrap,
    .oxyz-video-wrap .elementor-element-5d48e1c,
    .oxyz-video-wrap .elementor-widget-container,
    .oxyz-video-wrap .elementor-background-video-container {
        height: 280px !important;
    }
}

/* ==========================================================================
   RESPONSIVE — Mobile (max-width: 600px)
   ========================================================================== */
@media (max-width: 600px) {
    .oxyz-hero {
        height: auto;
        min-height: auto;
    }

    .oxyz-hero__inner {
        padding: 70px 5% 20px;
        gap: 20px;
    }

    .oxyz-hero__title {
        font-size: 28px;
    }

    .oxyz-hero__divider {
        width: 60px;
        margin: 14px auto;
    }

    .oxyz-hero__subtitle {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .oxyz-hero__btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 14px 24px;
    }

    .oxyz-hero__testimonial {
        margin-top: 24px;
    }

    .oxyz-hero__testimonial img {
        max-width: 250px;
    }

    .oxyz-hero__product-img {
        width: 90%;
        max-width: 100%;
    }

    .oxyz-video-wrap,
    .oxyz-video-wrap .elementor-element-5d48e1c,
    .oxyz-video-wrap .elementor-widget-container,
    .oxyz-video-wrap .elementor-background-video-container {
        height: 200px !important;
    }

    /* Stat Cards — Mobile Size Adjustments */
    .oxyz-hero-stats-wrapper {
        padding: 16px 0 20px !important;
    }

    .oxyz-stat-card {
        min-width: 120px !important;
        padding: 0 18px !important;
    }

    .oxyz-stat-card .stat-top {
        gap: 8px !important;
        margin-bottom: 6px !important;
    }

    .oxyz-stat-card .stat-top svg {
        width: 20px !important;
        height: 20px !important;
    }

    .oxyz-stat-card .num {
        font-size: 24px !important;
    }

    .oxyz-stat-card .title {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }

    .oxyz-stat-card .subtitle {
        font-size: 10px !important;
    }
}