.elementor-726 .elementor-element.elementor-element-b79d68c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:1px;--padding-left:0px;--padding-right:0px;}.elementor-726 .elementor-element.elementor-element-2116410{width:100%;max-width:100%;}.elementor-726 .elementor-element.elementor-element-8e491c8{margin:-27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-726 .elementor-element.elementor-element-eefa004{--display:flex;--margin-top:-39px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-726 .elementor-element.elementor-element-55331a7{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 64px) 0px;padding:0px 0px 0px 0px;}.elementor-726 .elementor-element.elementor-element-2203f4d{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-726 .elementor-element.elementor-element-147e3b6{margin:-7px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-726 .elementor-element.elementor-element-c5e2138{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-2116410 *//* =====================================================
   MUSCLEBLAZE BIOZYME — COMPLETE HERO SECTION CSS
   ===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap");

/* -------------------- Hero Base -------------------- */

.mb-hero {
    --mb-black: #070707;
    --mb-dark: #10100e;
    --mb-white: #ffffff;
    --mb-text: #f5f5f2;
    --mb-muted: #c3c3bc;
    --mb-yellow: #ffd400;
    --mb-orange: #ff8a00;
    --mb-border: rgba(255, 255, 255, 0.12);

    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    color: var(--mb-text);
    background:
        radial-gradient(circle at 82% 38%, rgba(255, 174, 0, 0.13), transparent 32%),
        radial-gradient(circle at 12% 82%, rgba(255, 212, 0, 0.07), transparent 28%),
        linear-gradient(135deg, #050505 0%, #0a0a09 50%, #11100b 100%);
    font-family: "Inter", sans-serif;
}

.mb-hero *,
.mb-hero *::before,
.mb-hero *::after {
    box-sizing: border-box;
}

.mb-hero a {
    color: inherit;
    text-decoration: none;
}

.mb-hero img {
    display: block;
    max-width: 100%;
}

.mb-hero button,
.mb-hero a {
    -webkit-tap-highlight-color: transparent;
}

.mb-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

/* -------------------- Background Effects -------------------- */

.mb-hero__background {
    position: absolute;
    z-index: -3;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.mb-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.11;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 65px 65px;
    mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
    animation: mbGridMove 20s linear infinite;
}

.mb-hero__grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 25%,
        rgba(255, 212, 0, 0.08) 50%,
        transparent 72%
    );
    transform: translateX(-100%);
    animation: mbGridBeam 9s ease-in-out infinite;
}

.mb-hero__aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.mb-hero__aurora--one {
    top: -220px;
    right: -130px;
    width: 540px;
    height: 540px;
    background: rgba(255, 212, 0, 0.25);
    animation: mbAuroraOne 14s ease-in-out infinite alternate;
}

.mb-hero__aurora--two {
    bottom: -230px;
    left: -140px;
    width: 450px;
    height: 450px;
    background: rgba(255, 115, 0, 0.18);
    animation: mbAuroraTwo 16s ease-in-out infinite alternate;
}

.mb-hero__cursor-glow {
    position: absolute;
    top: var(--mouse-y, 42%);
    left: var(--mouse-x, 75%);
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(255, 212, 0, 0.07);
    filter: blur(75px);
    transform: translate(-50%, -50%);
    transition: top 0.2s ease-out, left 0.2s ease-out;
}

/* -------------------- Particles -------------------- */

.mb-hero__particle {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mb-yellow);
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.85);
    opacity: 0.5;
}

.mb-hero__particle--1 {
    top: 22%;
    left: 8%;
    animation: mbParticle 8s ease-in-out infinite;
}

.mb-hero__particle--2 {
    top: 68%;
    left: 47%;
    animation: mbParticle 11s ease-in-out infinite reverse;
}

.mb-hero__particle--3 {
    top: 16%;
    right: 27%;
    animation: mbParticle 9s ease-in-out 1s infinite;
}

.mb-hero__particle--4 {
    right: 7%;
    bottom: 18%;
    animation: mbParticle 12s ease-in-out 2s infinite;
}

.mb-hero__particle--5 {
    bottom: 11%;
    left: 24%;
    animation: mbParticle 10s ease-in-out 1.5s infinite;
}

/* -------------------- Scroll Progress -------------------- */

.mb-scroll-progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    pointer-events: none;
}

.mb-scroll-progress__bar {
    display: block;
    width: var(--scroll-progress, 0%);
    height: 100%;
    background: linear-gradient(90deg, var(--mb-yellow), var(--mb-orange));
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.65);
}

/* -------------------- Simple Navbar -------------------- */

.mb-navbar {
    position: absolute;
    z-index: 100;
    top: 18px;
    left: 0;
    width: 100%;
}

.mb-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    padding: 10px 13px 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(9, 9, 8, 0.75);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.25),
        inset 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mb-navbar__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 11px;
}

.mb-navbar__brand-mark {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 12px;
    color: #080808;
    background: linear-gradient(135deg, var(--mb-yellow), var(--mb-orange));
    box-shadow: 0 8px 25px rgba(255, 182, 0, 0.22);
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -1px;
}

.mb-navbar__brand-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.1;
}

.mb-navbar__brand-text strong {
    color: var(--mb-white);
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.mb-navbar__brand-text small {
    margin-top: 5px;
    color: var(--mb-yellow);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.4px;
    white-space: nowrap;
}

/* -------------------- Hero Layout -------------------- */

.mb-hero__container {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    align-items: center;
    gap: clamp(40px, 6vw, 85px);
    min-height: 100svh;
    padding-top: 140px;
    padding-bottom: 90px;
}

.mb-hero__content {
    position: relative;
    z-index: 6;
    max-width: 700px;
}

/* -------------------- Technology Badge -------------------- */

.mb-hero__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 8px 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 999px;
    color: #ffe56d;
    background: rgba(255, 212, 0, 0.07);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
    font-size: 12px;
    font-weight: 600;
    animation: mbContentReveal 0.7s ease both;
}

.mb-hero__badge::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -45%;
    width: 35%;
    height: 300%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transform: rotate(20deg);
    animation: mbBadgeShine 5.5s ease-in-out 2s infinite;
}

.mb-hero__badge svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mb-hero__badge-pulse {
    position: relative;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--mb-yellow);
    box-shadow: 0 0 12px rgba(255, 212, 0, 0.85);
}

.mb-hero__badge-pulse::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(255, 212, 0, 0.55);
    border-radius: inherit;
    animation: mbPulseRing 2s ease-out infinite;
}

/* -------------------- Text -------------------- */

.mb-hero__eyebrow {
    margin: 25px 0 11px;
    color: var(--mb-yellow);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.2px;
    animation: mbContentReveal 0.7s ease 0.1s both;
}

.mb-hero__title {
    max-width: 760px;
    margin: 0;
    color: var(--mb-white);
    font-family: "Sora", sans-serif;
    font-size: clamp(44px, 5.2vw, 76px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: clamp(-3px, -0.2vw, -1.5px);
}

.mb-hero__title-line {
    display: block;
    animation: mbTitleReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}

.mb-hero__title-line--gradient {
    padding-bottom: 7px;
    background: linear-gradient(
        95deg,
        #fff6a0 0%,
        var(--mb-yellow) 38%,
        var(--mb-orange) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-delay: 0.24s;
}

.mb-hero__description {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--mb-muted);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.75;
    animation: mbContentReveal 0.75s ease 0.32s both;
}

/* -------------------- Buttons -------------------- */

.mb-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 14px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.mb-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.mb-button:hover svg {
    transform: translateX(4px);
}

.mb-button:focus-visible,
.mb-navbar__brand:focus-visible,
.mb-hero__scroll:focus-visible {
    outline: 3px solid rgba(255, 212, 0, 0.8);
    outline-offset: 4px;
}

.mb-button--navbar {
    display: inline-flex;
    width: auto;
    min-height: 44px;
    padding-inline: 19px;
    flex-shrink: 0;
    border-radius: 12px;
    color: #080808;
    background: linear-gradient(135deg, var(--mb-yellow), #ffac00);
    box-shadow: 0 8px 25px rgba(255, 183, 0, 0.18);
    font-size: 13px;
}

.mb-button--navbar:hover {
    box-shadow: 0 10px 32px rgba(255, 183, 0, 0.3);
}

.mb-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
    animation: mbContentReveal 0.75s ease 0.42s both;
}

.mb-button--primary {
    color: #090909;
    background: linear-gradient(135deg, var(--mb-yellow), #ff9d00);
    box-shadow:
        0 14px 38px rgba(255, 170, 0, 0.2),
        inset 0 1px rgba(255, 255, 255, 0.5);
}

.mb-button--primary:hover {
    box-shadow:
        0 17px 46px rgba(255, 170, 0, 0.35),
        inset 0 1px rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
}

.mb-button__shine {
    position: absolute;
    top: -80%;
    left: -45%;
    width: 30%;
    height: 260%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.65),
        transparent
    );
    transform: rotate(22deg);
    transition: left 0.65s ease;
}

.mb-button--primary:hover .mb-button__shine {
    left: 120%;
}

.mb-button--secondary {
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--mb-white);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mb-button--secondary:hover {
    border-color: rgba(255, 212, 0, 0.42);
    color: var(--mb-yellow);
    background: rgba(255, 212, 0, 0.065);
}

/* -------------------- Nutrition Cards -------------------- */

.mb-hero__nutrition {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 30px;
    animation: mbContentReveal 0.8s ease 0.5s both;
}

.mb-nutrition-chip {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 83px;
    padding: 14px 12px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.065),
        rgba(255, 255, 255, 0.025)
    );
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.mb-nutrition-chip::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 212, 0, 0.12);
    filter: blur(18px);
}

.mb-nutrition-chip:hover {
    border-color: rgba(255, 212, 0, 0.32);
    background: rgba(255, 212, 0, 0.06);
    box-shadow: 0 13px 36px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.mb-nutrition-chip strong {
    position: relative;
    z-index: 1;
    color: var(--mb-white);
    font-family: "Sora", sans-serif;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.1;
}

.mb-nutrition-chip span {
    position: relative;
    z-index: 1;
    margin-top: 6px;
    overflow: hidden;
    color: #aaa9a2;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -------------------- Trust Points -------------------- */

.mb-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 24px;
    animation: mbContentReveal 0.8s ease 0.6s both;
}

.mb-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b8b8b1;
    font-size: 11px;
    font-weight: 500;
}

.mb-trust-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: none;
    stroke: var(--mb-yellow);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* -------------------- Product Area -------------------- */

.mb-hero__visual {
    position: relative;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    animation: mbProductEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.mb-product-stage {
    position: relative;
    width: min(100%, 510px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
}

.mb-product-stage__glow {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 86%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 212, 0, 0.3),
        rgba(255, 136, 0, 0.09) 52%,
        transparent 72%
    );
    filter: blur(34px);
    transform: translate(-50%, -50%);
    animation: mbGlow 4s ease-in-out infinite;
}

.mb-product-stage__rings {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
}

.mb-product-stage__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 212, 0, 0.18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.mb-product-stage__ring--1 {
    width: 96%;
    height: 96%;
    border-style: dashed;
    animation: mbRingRotate 28s linear infinite;
}

.mb-product-stage__ring--2 {
    width: 78%;
    height: 78%;
    border-color: rgba(255, 138, 0, 0.16);
    animation: mbRingReverse 23s linear infinite;
}

.mb-product-stage__ring--3 {
    width: 112%;
    height: 112%;
    border-color: rgba(255, 255, 255, 0.07);
    animation: mbRingPulse 4.5s ease-in-out infinite;
}

.mb-product-stage__border {
    position: absolute;
    isolation: isolate;
    top: 50%;
    left: 50%;
    width: 77%;
    aspect-ratio: 1 / 1;
    padding: 2px;
    border-radius: 42%;
    transform: translate(-50%, -50%);
}

.mb-product-stage__border::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -3px;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgba(255, 212, 0, 0.2),
        var(--mb-yellow),
        var(--mb-orange),
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    filter: blur(1px);
    animation: mbBorderRotate 9s linear infinite;
}

.mb-product-stage__inner {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: inherit;
    background: radial-gradient(
        circle at 50% 38%,
        #ffffff 0%,
        #f4f2e9 54%,
        #d7d2c1 100%
    );
    box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.48),
        inset 0 1px rgba(255, 255, 255, 0.8);
}

.mb-product-stage__inner::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -80%;
    left: -65%;
    width: 45%;
    height: 240%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: rotate(25deg);
    animation: mbProductShine 7s ease-in-out 2s infinite;
    pointer-events: none;
}

.mb-product-stage__label {
    position: absolute;
    z-index: 5;
    top: 21px;
    left: 50%;
    padding: 7px 12px;
    border-radius: 999px;
    color: #111111;
    background: rgba(255, 212, 0, 0.94);
    box-shadow: 0 7px 18px rgba(255, 174, 0, 0.18);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;
    white-space: nowrap;
    transform: translateX(-50%);
}

.mb-product-stage__image {
    position: relative;
    z-index: 2;
    width: 91%;
    height: 91%;
    object-fit: contain;
    animation: mbProductFloat 5s ease-in-out infinite;
}

.mb-product-stage__shadow {
    position: absolute;
    z-index: -1;
    bottom: 7%;
    left: 50%;
    width: 53%;
    height: 9%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    filter: blur(18px);
    transform: translateX(-50%);
    animation: mbShadow 5s ease-in-out infinite;
}

/* -------------------- Floating Cards -------------------- */

.mb-floating-card {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    background: rgba(15, 15, 13, 0.84);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.36),
        inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mb-floating-card:hover {
    border-color: rgba(255, 212, 0, 0.38);
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.45),
        0 0 25px rgba(255, 196, 0, 0.1);
}

.mb-floating-card__icon {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 11px;
    color: #111111;
    background: linear-gradient(135deg, var(--mb-yellow), var(--mb-orange));
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.mb-floating-card__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mb-floating-card__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mb-floating-card__text strong {
    color: var(--mb-white);
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
}

.mb-floating-card__text small {
    margin-top: 4px;
    color: #aaa9a2;
    font-size: 9px;
}

.mb-floating-card--protein {
    top: 18%;
    left: -4%;
    animation: mbCardOne 5.5s ease-in-out infinite;
}

.mb-floating-card--patent {
    top: 46%;
    right: -8%;
    animation: mbCardTwo 6s ease-in-out 0.6s infinite;
}

.mb-floating-card--flavour {
    bottom: 11%;
    left: 3%;
    animation: mbCardOne 6.5s ease-in-out 1.1s infinite;
}

/* -------------------- Bottom Scroll -------------------- */

.mb-hero__scroll {
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888881;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.mb-hero__scroll:hover {
    color: var(--mb-yellow);
}

.mb-hero__scroll-mouse {
    display: flex;
    justify-content: center;
    width: 21px;
    height: 34px;
    padding-top: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 15px;
}

.mb-hero__scroll-mouse span {
    width: 3px;
    height: 7px;
    border-radius: 10px;
    background: var(--mb-yellow);
    animation: mbScrollDot 1.8s ease-in-out infinite;
}

/* -------------------- Disclaimer -------------------- */

.mb-hero__disclaimer {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 50%;
    width: min(700px, calc(100% - 260px));
    margin: 0;
    color: #72726c;
    font-size: 8px;
    line-height: 1.5;
    text-align: center;
    transform: translateX(-50%);
}

/* =====================================================
   ANIMATIONS
   ===================================================== */

@keyframes mbContentReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mbTitleReveal {
    from {
        opacity: 0;
        filter: blur(7px);
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes mbProductEnter {
    from {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(28px) scale(0.92);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@keyframes mbProductFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

@keyframes mbShadow {
    0%,
    100% {
        opacity: 0.7;
        transform: translateX(-50%) scaleX(1);
    }

    50% {
        opacity: 0.42;
        transform: translateX(-50%) scaleX(0.83);
    }
}

@keyframes mbCardOne {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes mbCardTwo {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes mbBorderRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes mbRingRotate {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes mbRingReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes mbRingPulse {
    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.97);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.04);
    }
}

@keyframes mbGlow {
    0%,
    100% {
        opacity: 0.72;
        transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes mbProductShine {
    0%,
    35% {
        left: -65%;
    }

    65%,
    100% {
        left: 135%;
    }
}

@keyframes mbBadgeShine {
    0%,
    40% {
        left: -45%;
    }

    70%,
    100% {
        left: 125%;
    }
}

@keyframes mbPulseRing {
    from {
        opacity: 0.8;
        transform: scale(0.5);
    }

    to {
        opacity: 0;
        transform: scale(1.7);
    }
}

@keyframes mbGridMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 65px 65px;
    }
}

@keyframes mbGridBeam {
    0%,
    20% {
        transform: translateX(-100%);
    }

    65%,
    100% {
        transform: translateX(100%);
    }
}

@keyframes mbAuroraOne {
    from {
        transform: translate(0, 0) scale(0.95);
    }

    to {
        transform: translate(-100px, 80px) scale(1.18);
    }
}

@keyframes mbAuroraTwo {
    from {
        transform: translate(0, 0) scale(0.92);
    }

    to {
        transform: translate(120px, -70px) scale(1.15);
    }
}

@keyframes mbParticle {
    0%,
    100% {
        opacity: 0.25;
        transform: translate(0, 0);
    }

    50% {
        opacity: 0.85;
        transform: translate(15px, -35px);
    }
}

@keyframes mbScrollDot {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(12px);
    }
}

/* =====================================================
   LAPTOP AND TABLET
   ===================================================== */

@media (max-width: 1100px) {
    .mb-container {
        width: min(1040px, calc(100% - 40px));
    }

    .mb-hero__container {
        grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
        gap: 35px;
    }

    .mb-product-stage {
        width: min(100%, 450px);
    }

    .mb-floating-card {
        min-width: 145px;
        padding: 10px;
    }

    .mb-floating-card--protein {
        left: -2%;
    }

    .mb-floating-card--patent {
        right: -3%;
    }
}

/* =====================================================
   TABLET SINGLE COLUMN
   ===================================================== */

@media (max-width: 900px) {
    .mb-hero {
        min-height: auto;
    }

    .mb-navbar {
        top: 12px;
    }

    .mb-navbar__inner {
        min-height: 62px;
        padding: 8px 10px 8px 13px;
        border-radius: 17px;
    }

    .mb-hero__container {
        grid-template-columns: minmax(0, 1fr);
        gap: 45px;
        min-height: auto;
        padding-top: 125px;
        padding-bottom: 65px;
    }

    .mb-hero__content {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
    }

    .mb-hero__badge,
    .mb-hero__description {
        margin-inline: auto;
    }

    .mb-hero__buttons,
    .mb-hero__trust {
        justify-content: center;
    }

    .mb-hero__nutrition {
        max-width: 660px;
        margin-inline: auto;
        margin-top: 28px;
    }

    .mb-hero__visual {
        min-height: 470px;
    }

    .mb-product-stage {
        width: min(100%, 470px);
    }

    .mb-hero__scroll {
        display: none;
    }

    .mb-hero__disclaimer {
        position: relative;
        bottom: auto;
        left: auto;
        width: min(680px, calc(100% - 40px));
        margin: -30px auto 20px;
        transform: none;
    }
}

/* =====================================================
   PHONES
   ===================================================== */

@media (max-width: 600px) {
    .mb-container {
        width: calc(100% - 28px);
    }

    .mb-navbar {
        top: 10px;
    }

    .mb-navbar__inner {
        gap: 8px;
        min-height: 58px;
        padding: 7px 8px 7px 9px;
        border-radius: 15px;
    }

    .mb-navbar__brand {
        gap: 7px;
    }

    .mb-navbar__brand-mark {
        width: 37px;
        height: 37px;
        border-radius: 10px;
        font-size: 13px;
    }

    .mb-navbar__brand-text strong {
        overflow: hidden;
        max-width: 125px;
        font-size: 10px;
        letter-spacing: 0.3px;
        text-overflow: ellipsis;
    }

    .mb-navbar__brand-text small {
        margin-top: 3px;
        overflow: hidden;
        max-width: 125px;
        font-size: 5.5px;
        letter-spacing: 0.6px;
        text-overflow: ellipsis;
    }

    .mb-button--navbar {
        display: inline-flex;
        width: auto;
        min-width: 92px;
        min-height: 39px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 11px;
    }

    .mb-button--navbar svg {
        width: 14px;
        height: 14px;
    }

    .mb-hero__container {
        gap: 35px;
        padding-top: 112px;
        padding-bottom: 55px;
    }

    .mb-hero__badge {
        min-height: 35px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .mb-hero__badge svg {
        width: 14px;
        height: 14px;
    }

    .mb-hero__eyebrow {
        margin-top: 20px;
        font-size: 9px;
        letter-spacing: 2.2px;
    }

    .mb-hero__title {
        font-size: clamp(37px, 11vw, 52px);
        line-height: 1.08;
        letter-spacing: -2px;
    }

    .mb-hero__description {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.7;
    }

    .mb-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .mb-hero__buttons .mb-button {
        width: 100%;
        min-height: 52px;
        padding-inline: 18px;
        border-radius: 13px;
    }

    .mb-hero__nutrition {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-top: 24px;
    }

    .mb-nutrition-chip {
        min-height: 76px;
        padding: 12px;
    }

    .mb-nutrition-chip strong {
        font-size: 18px;
    }

    .mb-nutrition-chip span {
        font-size: 9px;
    }

    .mb-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
        margin-top: 20px;
    }

    .mb-hero__visual {
        min-height: 365px;
    }

    .mb-product-stage {
        width: min(100%, 360px);
    }

    .mb-product-stage__border {
        width: 74%;
    }

    .mb-product-stage__label {
        top: 15px;
        padding: 6px 9px;
        font-size: 6px;
        letter-spacing: 1px;
    }

    .mb-floating-card {
        min-width: 125px;
        gap: 7px;
        padding: 8px;
        border-radius: 12px;
    }

    .mb-floating-card__icon {
        width: 31px;
        height: 31px;
        border-radius: 9px;
        font-size: 12px;
    }

    .mb-floating-card__icon svg {
        width: 16px;
        height: 16px;
    }

    .mb-floating-card__text strong {
        font-size: 8px;
    }

    .mb-floating-card__text small {
        font-size: 7px;
    }

    .mb-floating-card--protein {
        top: 15%;
        left: 0;
    }

    .mb-floating-card--patent {
        top: 47%;
        right: 0;
    }

    .mb-floating-card--flavour {
        bottom: 7%;
        left: 4%;
    }

    .mb-hero__grid {
        background-size: 42px 42px;
        animation: none;
    }

    .mb-hero__cursor-glow {
        display: none;
    }

    .mb-hero__particle--4,
    .mb-hero__particle--5 {
        display: none;
    }

    .mb-hero__disclaimer {
        width: calc(100% - 28px);
        margin-top: -20px;
        font-size: 7px;
    }
}

/* =====================================================
   VERY SMALL PHONES
   ===================================================== */

@media (max-width: 390px) {
    .mb-navbar__brand-text small {
        display: none;
    }

    .mb-navbar__brand-text strong {
        max-width: 100px;
        font-size: 9px;
    }

    .mb-button--navbar {
        min-width: 82px;
        padding-inline: 10px;
        font-size: 10px;
    }

    .mb-hero__title {
        font-size: 36px;
    }

    .mb-hero__visual {
        min-height: 325px;
    }

    .mb-product-stage {
        width: 315px;
        max-width: 100%;
    }

    .mb-floating-card--flavour {
        display: none;
    }

    .mb-floating-card--protein {
        top: 12%;
    }

    .mb-floating-card--patent {
        top: 54%;
    }
}

/* -------------------- Accessibility -------------------- */

@media (prefers-reduced-motion: reduce) {
    .mb-hero *,
    .mb-hero *::before,
    .mb-hero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* -------------------- Browser Fallback -------------------- */

@supports not ((backdrop-filter: blur(10px))) {
    .mb-navbar__inner,
    .mb-floating-card,
    .mb-button--secondary {
        background: #11110f;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e491c8 *//* =====================================================
   BIOZYME ADVANTAGE — LARGE READABLE TEXT VERSION
   ===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap");

/* -------------------- Section Base -------------------- */

.bz-advantage {
    --bz-black: #080808;
    --bz-dark: #11110f;
    --bz-white: #ffffff;
    --bz-text: #f7f7f3;
    --bz-muted: #c7c7c0;
    --bz-yellow: #ffd400;
    --bz-orange: #ff8a00;
    --bz-border: rgba(255, 255, 255, 0.13);

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: clamp(90px, 9vw, 140px) 0;
    overflow: hidden;
    color: var(--bz-text);
    background:
        radial-gradient(circle at 12% 30%, rgba(255, 212, 0, 0.08), transparent 28%),
        radial-gradient(circle at 88% 70%, rgba(255, 128, 0, 0.09), transparent 30%),
        linear-gradient(180deg, #080808 0%, #0d0d0b 55%, #080808 100%);
    font-family: "Inter", sans-serif;
}

.bz-advantage *,
.bz-advantage *::before,
.bz-advantage *::after {
    box-sizing: border-box;
}

.bz-advantage a {
    color: inherit;
    text-decoration: none;
}

.bz-advantage svg {
    display: block;
}

.bz-advantage .mb-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.bz-advantage__container {
    position: relative;
    z-index: 5;
}

/* -------------------- Background -------------------- */

.bz-advantage__background {
    position: absolute;
    z-index: -2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.bz-advantage__grid {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent);
    animation: bzGridMove 24s linear infinite;
}

.bz-advantage__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(105px);
}

.bz-advantage__glow--one {
    top: 10%;
    left: -170px;
    width: 400px;
    height: 400px;
    background: rgba(255, 212, 0, 0.13);
    animation: bzGlowOne 12s ease-in-out infinite alternate;
}

.bz-advantage__glow--two {
    right: -180px;
    bottom: 8%;
    width: 440px;
    height: 440px;
    background: rgba(255, 119, 0, 0.12);
    animation: bzGlowTwo 15s ease-in-out infinite alternate;
}

.bz-floating-graphic {
    position: absolute;
    color: rgba(255, 212, 0, 0.13);
}

.bz-floating-graphic--dumbbell {
    top: 11%;
    right: 5%;
    width: 120px;
    transform: rotate(-20deg);
    animation: bzDumbbellFloat 8s ease-in-out infinite;
}

.bz-floating-graphic--molecule {
    bottom: 8%;
    left: 4%;
    width: 95px;
    animation: bzMoleculeRotate 18s linear infinite;
}

/* =====================================================
   SECTION HEADING
   ===================================================== */

.bz-advantage__header {
    max-width: 880px;
    margin: 0 auto clamp(50px, 6vw, 78px);
    text-align: center;
}

.bz-section-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 9px 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 212, 0, 0.32);
    border-radius: 999px;
    color: #ffe66d;
    background: rgba(255, 212, 0, 0.08);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.bz-section-badge::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -45%;
    width: 35%;
    height: 280%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.32),
        transparent
    );
    transform: rotate(20deg);
    animation: bzBadgeShine 5s ease-in-out 1.5s infinite;
}

.bz-section-badge__dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bz-yellow);
    box-shadow: 0 0 14px rgba(255, 212, 0, 0.85);
}

.bz-section-badge__dot::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(255, 212, 0, 0.55);
    border-radius: inherit;
    animation: bzPulseRing 2s ease-out infinite;
}

.bz-advantage__title {
    max-width: 850px;
    margin: 24px auto 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: clamp(-2.7px, -0.18vw, -1.2px);
}

.bz-advantage__title span {
    display: block;
    padding-bottom: 6px;
    background: linear-gradient(
        95deg,
        #fff7a3,
        var(--bz-yellow) 42%,
        var(--bz-orange)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bz-advantage__description {
    max-width: 720px;
    margin: 21px auto 0;
    color: #d0d0c9;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.75;
}

/* =====================================================
   MAIN LAYOUT
   ===================================================== */

.bz-advantage__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(400px, 0.88fr);
    align-items: stretch;
    gap: 22px;
}

/* =====================================================
   BIOZYME LAB
   ===================================================== */

.bz-lab {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--bz-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 212, 0, 0.07), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.38),
        inset 0 1px rgba(255, 255, 255, 0.065);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bz-lab::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -100%;
    left: -30%;
    width: 28%;
    height: 280%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 212, 0, 0.055),
        transparent
    );
    transform: rotate(20deg);
    animation: bzLabScan 9s ease-in-out infinite;
    pointer-events: none;
}

/* -------------------- Lab Top Bar -------------------- */

.bz-lab__topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 84px;
    padding: 17px 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.022);
}

.bz-lab__title {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.bz-lab__live-dot {
    position: relative;
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #72ff60;
    box-shadow: 0 0 16px rgba(114, 255, 96, 0.75);
}

.bz-lab__live-dot::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(114, 255, 96, 0.55);
    border-radius: inherit;
    animation: bzLivePulse 1.8s ease-out infinite;
}

.bz-lab__title > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.bz-lab__title strong {
    overflow: hidden;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-lab__title small {
    margin-top: 6px;
    color: #c5c5be;
    font-size: 12.5px;
}

.bz-lab__status {
    flex-shrink: 0;
    padding: 9px 12px;
    border: 1px solid rgba(114, 255, 96, 0.27);
    border-radius: 999px;
    color: #91ff83;
    background: rgba(114, 255, 96, 0.07);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* =====================================================
   LAB VISUAL
   ===================================================== */

.bz-lab__visual {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(125px, 1fr)
        55px
        165px
        55px
        minmax(125px, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 380px;
    padding: 42px 24px;
}

.bz-lab__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    left: 7%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 212, 0, 0.18),
        transparent
    );
}

.bz-lab__input,
.bz-lab__output {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bz-lab__step-number {
    position: absolute;
    top: -15px;
    right: 5px;
    color: rgba(255, 255, 255, 0.12);
    font-family: "Sora", sans-serif;
    font-size: 43px;
    font-weight: 800;
}

.bz-lab__input-icon {
    display: grid;
    place-items: center;
    width: 94px;
    height: 94px;
    border: 1px solid rgba(255, 212, 0, 0.3);
    border-radius: 27px;
    color: var(--bz-yellow);
    background: rgba(255, 212, 0, 0.075);
    box-shadow:
        0 19px 38px rgba(0, 0, 0, 0.28),
        inset 0 1px rgba(255, 255, 255, 0.07);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bz-lab__input-icon svg {
    width: 67px;
    height: 67px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.bz-lab__input:hover .bz-lab__input-icon {
    border-color: rgba(255, 212, 0, 0.6);
    box-shadow:
        0 23px 44px rgba(0, 0, 0, 0.35),
        0 0 35px rgba(255, 212, 0, 0.17);
    transform: translateY(-6px) rotate(-3deg);
}

.bz-lab__input-text,
.bz-lab__output-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    margin-top: 19px;
}

.bz-lab__input-text strong,
.bz-lab__output-text strong {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.bz-lab__input-text span,
.bz-lab__output-text span {
    margin-top: 8px;
    color: #c5c5be;
    font-size: 12px;
    line-height: 1.55;
}

/* Muscle fibre */

.bz-muscle-fibre {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 170px;
    min-height: 120px;
    padding: 10px;
    border: 1px solid rgba(255, 138, 0, 0.28);
    border-radius: 26px;
    background: rgba(255, 138, 0, 0.065);
    box-shadow:
        0 19px 38px rgba(0, 0, 0, 0.26),
        inset 0 1px rgba(255, 255, 255, 0.055);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bz-muscle-fibre svg {
    width: 100%;
    height: auto;
}

.bz-muscle-fibre path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: bzFibreDraw 4s ease-in-out infinite;
}

.bz-lab__output:hover .bz-muscle-fibre {
    border-color: rgba(255, 138, 0, 0.6);
    box-shadow:
        0 23px 44px rgba(0, 0, 0, 0.35),
        0 0 35px rgba(255, 138, 0, 0.15);
    transform: translateY(-6px) rotate(2deg);
}

/* -------------------- Connection Beam -------------------- */

.bz-lab__beam {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 22px;
}

.bz-lab__beam-line {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 212, 0, 0.2);
    transform: translateY(-50%);
}

.bz-lab__beam-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        var(--bz-yellow),
        transparent
    );
    box-shadow: 0 0 14px rgba(255, 212, 0, 0.85);
    animation: bzBeamTravel 2.2s linear infinite;
}

.bz-lab__beam-particle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bz-yellow);
    box-shadow: 0 0 12px rgba(255, 212, 0, 0.85);
    transform: translateY(-50%);
    animation: bzParticleTravel 2.5s linear infinite;
}

.bz-lab__beam-particle--2 {
    width: 4px;
    height: 4px;
    animation-delay: 0.7s;
}

.bz-lab__beam-particle--3 {
    width: 5px;
    height: 5px;
    animation-delay: 1.4s;
}

/* -------------------- EAF Core -------------------- */

.bz-eaf-core {
    position: relative;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 165px;
    height: 165px;
    margin-inline: auto;
}

.bz-eaf-core__rings {
    position: absolute;
    inset: 0;
}

.bz-eaf-core__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 212, 0, 0.27);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bz-eaf-core__ring--one {
    width: 100%;
    height: 100%;
    border-style: dashed;
    animation: bzCoreRotate 13s linear infinite;
}

.bz-eaf-core__ring--two {
    width: 82%;
    height: 82%;
    border-color: rgba(255, 138, 0, 0.38);
    animation: bzCoreReverse 10s linear infinite;
}

.bz-eaf-core__ring--three {
    width: 115%;
    height: 115%;
    border-color: rgba(255, 255, 255, 0.09);
    animation: bzCorePulse 3s ease-in-out infinite;
}

.bz-eaf-core__orb {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    color: #111111;
    background:
        radial-gradient(circle at 35% 28%, #fff9a8, transparent 28%),
        linear-gradient(145deg, var(--bz-yellow), var(--bz-orange));
    box-shadow:
        0 0 50px rgba(255, 190, 0, 0.32),
        inset 0 1px rgba(255, 255, 255, 0.75);
    animation: bzOrbFloat 4s ease-in-out infinite;
}

.bz-eaf-core__orb strong {
    font-family: "Sora", sans-serif;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

.bz-eaf-core__orb small {
    margin-block: 4px;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 1px;
}

.bz-eaf-core__shine {
    position: absolute;
    top: -70%;
    left: -60%;
    width: 30%;
    height: 240%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.85),
        transparent
    );
    transform: rotate(25deg);
    animation: bzOrbShine 4.8s ease-in-out infinite;
}

.bz-eaf-core__label {
    position: absolute;
    bottom: -15px;
    left: 50%;
    min-width: 145px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 212, 0, 0.3);
    border-radius: 999px;
    color: #ffe66e;
    background: rgba(13, 13, 11, 0.95);
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

/* =====================================================
   PROCESS FLOW — BIG TEXT
   ===================================================== */

.bz-lab__process {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        38px
        minmax(0, 1fr)
        38px
        minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 0 20px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.22);
}

.bz-process-step {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.bz-process-step > span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    color: #d0d0c9;
    background: rgba(255, 255, 255, 0.055);
    font-size: 12px;
    font-weight: 700;
}

.bz-process-step > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.bz-process-step strong {
    overflow: hidden;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-process-step small {
    margin-top: 6px;
    overflow: hidden;
    color: #c2c2bb;
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-process-step--active > span {
    border-color: var(--bz-yellow);
    color: #111111;
    background: var(--bz-yellow);
    box-shadow: 0 0 24px rgba(255, 212, 0, 0.28);
    animation: bzActiveStep 2.4s ease-in-out infinite;
}

.bz-process-arrow {
    color: rgba(255, 212, 0, 0.55);
}

.bz-process-arrow svg {
    width: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   LAB BOTTOM CARDS — BIG TEXT
   ===================================================== */

.bz-lab__bottom {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 22px 20px;
}

.bz-lab__bottom-item {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
    min-height: 90px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bz-lab__bottom-item:hover {
    border-color: rgba(255, 212, 0, 0.36);
    background: rgba(255, 212, 0, 0.06);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.bz-lab__bottom-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 14px;
    color: var(--bz-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.bz-lab__bottom-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bz-lab__bottom-item > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.bz-lab__bottom-item strong {
    overflow: hidden;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-lab__bottom-item small {
    margin-top: 7px;
    overflow: hidden;
    color: #c2c2bb;
    font-size: 12px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =====================================================
   RESULT CARDS
   ===================================================== */

.bz-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    min-width: 0;
}

.bz-result-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 255px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 212, 0, 0.08), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022));
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.28),
        inset 0 1px rgba(255, 255, 255, 0.055);
    transform-style: preserve-3d;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.bz-result-card--large,
.bz-result-card--patent {
    grid-column: 1 / -1;
}

.bz-result-card--large {
    min-height: 315px;
    background:
        radial-gradient(circle at 90% 30%, rgba(255, 212, 0, 0.16), transparent 40%),
        linear-gradient(145deg, rgba(255, 212, 0, 0.08), rgba(255, 255, 255, 0.025));
}

.bz-result-card--patent {
    min-height: 245px;
}

/* Hover graphics */

.bz-result-card__hover-graphic {
    position: absolute;
    z-index: -1;
    right: -35px;
    bottom: -25px;
    width: 170px;
    height: 125px;
    color: rgba(255, 212, 0, 0.47);
    opacity: 0;
    filter: drop-shadow(0 0 16px rgba(255, 212, 0, 0.23));
    transform: translate(45px, 30px) rotate(-18deg) scale(0.7);
    transition:
        opacity 0.45s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bz-result-card__hover-graphic svg {
    width: 100%;
    height: 100%;
}

.bz-result-card--bcaa .bz-result-card__hover-graphic,
.bz-result-card--digestion .bz-result-card__hover-graphic,
.bz-result-card--patent .bz-result-card__hover-graphic {
    right: -25px;
    bottom: -20px;
    width: 130px;
    height: 130px;
    color: rgba(255, 138, 0, 0.37);
}

@media (hover: hover) and (pointer: fine) {
    .bz-result-card:hover {
        z-index: 5;
        border-color: rgba(255, 212, 0, 0.42);
        box-shadow:
            0 30px 65px rgba(0, 0, 0, 0.42),
            0 0 40px rgba(255, 190, 0, 0.11);
        transform: perspective(900px) translateY(-8px) rotateX(2deg) rotateY(-2deg);
    }

    .bz-result-card:nth-child(even):hover {
        transform: perspective(900px) translateY(-8px) rotateX(2deg) rotateY(2deg);
    }

    .bz-result-card:hover .bz-result-card__hover-graphic {
        opacity: 0.85;
        transform: translate(0, 0) rotate(-8deg) scale(1);
    }
}

.bz-result-card__top {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bz-result-card__number {
    color: rgba(255, 255, 255, 0.22);
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.bz-result-card__tag {
    padding: 8px 11px;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 999px;
    color: #ffe56e;
    background: rgba(255, 212, 0, 0.08);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bz-result-card__metric {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    margin-top: 26px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    line-height: 1;
}

.bz-count {
    font-size: clamp(58px, 5vw, 76px);
    font-weight: 800;
    letter-spacing: -4px;
    text-shadow: 0 0 32px rgba(255, 212, 0, 0.2);
}

.bz-result-card__symbol {
    margin: 5px 0 0 5px;
    color: var(--bz-yellow);
    font-size: 25px;
    font-weight: 700;
}

.bz-result-card h3 {
    position: relative;
    z-index: 3;
    margin: 19px 0 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.bz-result-card p {
    position: relative;
    z-index: 3;
    max-width: 350px;
    margin: 12px 0 0;
    color: #c5c5be;
    font-size: 13.5px;
    line-height: 1.7;
}

.bz-result-card__progress {
    position: relative;
    z-index: 3;
    height: 6px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.bz-result-card__progress span {
    display: block;
    width: var(--bz-progress, 50%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bz-yellow), var(--bz-orange));
    box-shadow: 0 0 17px rgba(255, 212, 0, 0.48);
    transform-origin: left;
    animation: bzProgressGrow 2s ease both;
}

.bz-result-card__icon {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 57px;
    height: 57px;
    margin-top: 25px;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 17px;
    color: var(--bz-yellow);
    background: rgba(255, 212, 0, 0.09);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.4s ease;
}

.bz-result-card__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bz-result-card:hover .bz-result-card__icon {
    color: #111111;
    background: var(--bz-yellow);
    transform: rotate(-8deg) scale(1.08);
}

/* Patent rotating border */

.bz-result-card__rotating-border {
    position: absolute;
    z-index: 0;
    inset: -2px;
    padding: 2px;
    border-radius: inherit;
    background: conic-gradient(
        transparent,
        transparent,
        var(--bz-yellow),
        var(--bz-orange),
        transparent,
        transparent
    );
    pointer-events: none;
    animation: bzBorderRotate 8s linear infinite;

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;

    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
}

/* =====================================================
   INFORMATION STRIP
   ===================================================== */

.bz-information-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    margin-top: 22px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.035);
}

.bz-information-strip__icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    color: var(--bz-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.bz-information-strip__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bz-information-strip p {
    margin: 0;
    color: #c2c2bb;
    font-size: 12px;
    line-height: 1.7;
}

.bz-information-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 12px;
    color: #ffe66c;
    background: rgba(255, 212, 0, 0.08);
    font-size: 11px;
    font-weight: 700;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.bz-information-strip a:hover {
    border-color: var(--bz-yellow);
    color: #111111;
    background: var(--bz-yellow);
}

.bz-information-strip a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.bz-information-strip a:hover svg {
    transform: translateX(4px);
}

/* =====================================================
   ANIMATIONS
   ===================================================== */

@keyframes bzGridMove {
    to {
        background-position: 72px 72px;
    }
}

@keyframes bzGlowOne {
    to {
        transform: translate(130px, 90px) scale(1.2);
    }
}

@keyframes bzGlowTwo {
    to {
        transform: translate(-130px, -80px) scale(1.18);
    }
}

@keyframes bzDumbbellFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-20deg);
    }

    50% {
        transform: translateY(-20px) rotate(-12deg);
    }
}

@keyframes bzMoleculeRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bzBadgeShine {
    0%,
    40% {
        left: -45%;
    }

    70%,
    100% {
        left: 125%;
    }
}

@keyframes bzPulseRing {
    from {
        opacity: 0.8;
        transform: scale(0.5);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes bzLabScan {
    0%,
    30% {
        left: -40%;
    }

    70%,
    100% {
        left: 130%;
    }
}

@keyframes bzLivePulse {
    from {
        opacity: 0.8;
        transform: scale(0.5);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes bzBeamTravel {
    from {
        left: -50%;
    }

    to {
        left: 120%;
    }
}

@keyframes bzParticleTravel {
    from {
        opacity: 0;
        left: 0;
    }

    25% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes bzCoreRotate {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bzCoreReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes bzCorePulse {
    0%,
    100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes bzOrbFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes bzOrbShine {
    0%,
    35% {
        left: -60%;
    }

    65%,
    100% {
        left: 140%;
    }
}

@keyframes bzFibreDraw {
    0% {
        stroke-dashoffset: 300;
        opacity: 0.35;
    }

    45%,
    75% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -300;
        opacity: 0.35;
    }
}

@keyframes bzActiveStep {
    0%,
    100% {
        box-shadow: 0 0 12px rgba(255, 212, 0, 0.15);
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 212, 0, 0.45);
    }
}

@keyframes bzProgressGrow {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes bzBorderRotate {
    to {
        transform: rotate(360deg);
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1120px) {
    .bz-advantage__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .bz-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bz-result-card--large,
    .bz-result-card--patent {
        grid-column: 1 / -1;
    }
}

@media (max-width: 850px) {
    .bz-advantage .mb-container {
        width: calc(100% - 36px);
    }

    .bz-lab__visual {
        grid-template-columns:
            minmax(100px, 1fr)
            42px
            145px
            42px
            minmax(100px, 1fr);
        padding-inline: 16px;
    }

    .bz-process-step strong {
        font-size: 13px;
    }

    .bz-process-step small {
        font-size: 10px;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 650px) {
    .bz-advantage {
        padding: 75px 0;
    }

    .bz-advantage .mb-container {
        width: calc(100% - 24px);
    }

    .bz-section-badge {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 10px;
    }

    .bz-advantage__title {
        font-size: clamp(35px, 10vw, 47px);
    }

    .bz-advantage__description {
        font-size: 15px;
    }

    .bz-lab {
        border-radius: 21px;
    }

    .bz-lab__topbar {
        min-height: 70px;
        padding: 13px 11px;
    }

    .bz-lab__title strong {
        max-width: 180px;
        font-size: 11px;
    }

    .bz-lab__title small {
        font-size: 8px;
    }

    .bz-lab__status {
        padding: 6px 7px;
        font-size: 6px;
    }

    /* Science visual remains horizontal */

    .bz-lab__visual {
        grid-template-columns:
            minmax(58px, 1fr)
            21px
            86px
            21px
            minmax(58px, 1fr);
        gap: 3px;
        min-height: 290px;
        padding: 32px 7px;
    }

    .bz-lab__step-number {
        top: -5px;
        font-size: 23px;
    }

    .bz-lab__input-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    .bz-lab__input-icon svg {
        width: 38px;
        height: 38px;
    }

    .bz-lab__input-text,
    .bz-lab__output-text {
        margin-top: 11px;
    }

    .bz-lab__input-text strong,
    .bz-lab__output-text strong {
        font-size: 9.5px;
    }

    .bz-lab__input-text span,
    .bz-lab__output-text span {
        font-size: 7px;
    }

    .bz-lab__beam {
        height: 15px;
    }

    .bz-lab__beam-line {
        height: 1px;
    }

    .bz-eaf-core {
        width: 86px;
        height: 86px;
    }

    .bz-eaf-core__orb {
        width: 60px;
        height: 60px;
    }

    .bz-eaf-core__orb strong {
        font-size: 17px;
    }

    .bz-eaf-core__orb small {
        margin-block: 2px;
        font-size: 4px;
    }

    .bz-eaf-core__label {
        bottom: -15px;
        min-width: 90px;
        padding: 5px;
        font-size: 4px;
    }

    .bz-muscle-fibre {
        min-height: 60px;
        padding: 4px;
        border-radius: 15px;
    }

    /* Process becomes vertical for readable text */

    .bz-lab__process {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        margin: 0 10px;
        padding: 12px;
    }

    .bz-process-step {
        width: 100%;
        min-height: 67px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.025);
    }

    .bz-process-step > span {
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: 10px;
    }

    .bz-process-step strong {
        font-size: 13px;
    }

    .bz-process-step small {
        display: block;
        margin-top: 4px;
        font-size: 10px;
        white-space: normal;
    }

    .bz-process-arrow {
        width: 25px;
        margin: -2px auto;
        transform: rotate(90deg);
    }

    /* Lab bottom readable */

    .bz-lab__bottom {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        padding: 12px 10px;
    }

    .bz-lab__bottom-item {
        min-height: 76px;
        padding: 13px;
    }

    .bz-lab__bottom-icon {
        width: 44px;
        height: 44px;
    }

    .bz-lab__bottom-item strong {
        font-size: 13px;
    }

    .bz-lab__bottom-item small {
        font-size: 10px;
    }

    /* Result cards */

    .bz-results {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
    }

    .bz-result-card,
    .bz-result-card--large,
    .bz-result-card--patent {
        grid-column: auto;
        min-height: 240px;
        padding: 19px;
        border-radius: 19px;
    }

    .bz-result-card--large {
        min-height: 280px;
    }

    .bz-result-card__number {
        font-size: 13px;
    }

    .bz-result-card__tag {
        padding: 7px 9px;
        font-size: 7px;
    }

    .bz-count {
        font-size: 58px;
    }

    .bz-result-card h3 {
        font-size: 16px;
    }

    .bz-result-card p {
        color: #c9c9c2;
        font-size: 12px;
    }

    .bz-result-card__icon {
        width: 48px;
        height: 48px;
    }

    .bz-result-card__icon svg {
        width: 25px;
        height: 25px;
    }

    .bz-result-card__hover-graphic,
    .bz-result-card--bcaa .bz-result-card__hover-graphic,
    .bz-result-card--digestion .bz-result-card__hover-graphic,
    .bz-result-card--patent .bz-result-card__hover-graphic {
        right: -20px;
        bottom: -15px;
        width: 120px;
        height: 105px;
        opacity: 0.14;
        transform: rotate(-10deg);
    }

    /* Information strip */

    .bz-information-strip {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .bz-information-strip p {
        font-size: 10px;
    }

    .bz-information-strip a {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 46px;
        font-size: 11px;
    }

    .bz-advantage__grid {
        background-size: 46px 46px;
        animation: none;
    }
}

/* =====================================================
   VERY SMALL PHONE
   ===================================================== */

@media (max-width: 390px) {
    .bz-advantage .mb-container {
        width: calc(100% - 20px);
    }

    .bz-advantage__title {
        font-size: 33px;
    }

    .bz-lab__title strong {
        max-width: 135px;
        font-size: 9.5px;
    }

    .bz-lab__title small {
        font-size: 7px;
    }

    .bz-lab__status {
        font-size: 5px;
    }

    .bz-lab__visual {
        grid-template-columns:
            minmax(46px, 1fr)
            17px
            76px
            17px
            minmax(46px, 1fr);
        min-height: 265px;
        padding-inline: 5px;
    }

    .bz-lab__input-icon {
        width: 47px;
        height: 47px;
    }

    .bz-lab__input-icon svg {
        width: 33px;
        height: 33px;
    }

    .bz-lab__input-text strong,
    .bz-lab__output-text strong {
        font-size: 8.5px;
    }

    .bz-lab__input-text span,
    .bz-lab__output-text span {
        font-size: 6px;
    }

    .bz-eaf-core {
        width: 76px;
        height: 76px;
    }

    .bz-eaf-core__orb {
        width: 53px;
        height: 53px;
    }

    .bz-eaf-core__orb strong {
        font-size: 14px;
    }

    .bz-process-step strong {
        font-size: 12px;
    }

    .bz-process-step small {
        font-size: 9px;
    }

    .bz-lab__bottom-item strong {
        font-size: 12px;
    }

    .bz-lab__bottom-item small {
        font-size: 9px;
    }

    .bz-result-card h3 {
        font-size: 15px;
    }

    .bz-result-card p {
        font-size: 11px;
    }
}

/* -------------------- Reduced Motion -------------------- */

@media (prefers-reduced-motion: reduce) {
    .bz-advantage *,
    .bz-advantage *::before,
    .bz-advantage *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* -------------------- Blur Fallback -------------------- */

@supports not ((backdrop-filter: blur(10px))) {
    .bz-lab,
    .bz-result-card {
        background: #121210;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55331a7 *//* =====================================================
   NUTRITION THAT PERFORMS — COMPLETE CSS
   ===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap");

/* -------------------- Section Base -------------------- */

.ntp-section {
    --ntp-black: #070707;
    --ntp-dark: #11110f;
    --ntp-white: #ffffff;
    --ntp-text: #f7f7f3;
    --ntp-muted: #c5c5be;
    --ntp-yellow: #ffd400;
    --ntp-orange: #ff8a00;
    --ntp-border: rgba(255, 255, 255, 0.12);

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: clamp(90px, 9vw, 140px) 0;
    overflow: hidden;
    color: var(--ntp-text);
    background:
        radial-gradient(circle at 18% 40%, rgba(255, 212, 0, 0.08), transparent 30%),
        radial-gradient(circle at 88% 65%, rgba(255, 128, 0, 0.09), transparent 30%),
        linear-gradient(180deg, #080808 0%, #0e0e0b 52%, #080808 100%);
    font-family: "Inter", sans-serif;
}

.ntp-section *,
.ntp-section *::before,
.ntp-section *::after {
    box-sizing: border-box;
}

.ntp-section a {
    color: inherit;
    text-decoration: none;
}

.ntp-section svg {
    display: block;
}

.ntp-section .mb-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.ntp-container {
    position: relative;
    z-index: 5;
}

/* =====================================================
   BACKGROUND GRAPHICS
   ===================================================== */

.ntp-background {
    position: absolute;
    z-index: -2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.ntp-background__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1.5px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    animation: ntpMeshMove 25s linear infinite;
}

.ntp-background__wave {
    position: absolute;
    border-radius: 46% 54% 60% 40% / 44% 45% 55% 56%;
    filter: blur(90px);
}

.ntp-background__wave--one {
    top: 7%;
    left: -190px;
    width: 440px;
    height: 380px;
    background: rgba(255, 212, 0, 0.12);
    animation: ntpWaveMorph 12s ease-in-out infinite alternate;
}

.ntp-background__wave--two {
    right: -200px;
    bottom: 5%;
    width: 470px;
    height: 410px;
    background: rgba(255, 120, 0, 0.11);
    animation: ntpWaveMorphTwo 15s ease-in-out infinite alternate;
}

.ntp-background__dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ntp-yellow);
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.8);
}

.ntp-background__dot--1 {
    top: 21%;
    left: 7%;
    animation: ntpDotFloat 8s ease-in-out infinite;
}

.ntp-background__dot--2 {
    top: 48%;
    left: 48%;
    animation: ntpDotFloat 11s ease-in-out infinite 1s;
}

.ntp-background__dot--3 {
    top: 18%;
    right: 12%;
    animation: ntpDotFloat 9s ease-in-out infinite 2s;
}

.ntp-background__dot--4 {
    right: 7%;
    bottom: 22%;
    animation: ntpDotFloat 12s ease-in-out infinite 0.5s;
}

.ntp-background__dot--5 {
    bottom: 12%;
    left: 22%;
    animation: ntpDotFloat 10s ease-in-out infinite 1.5s;
}

.ntp-background__amino {
    position: absolute;
    right: 3%;
    bottom: 4%;
    width: 190px;
    color: rgba(255, 212, 0, 0.1);
    animation: ntpAminoDrift 17s ease-in-out infinite;
}

/* =====================================================
   SECTION HEADER
   ===================================================== */

.ntp-header {
    max-width: 880px;
    margin: 0 auto clamp(50px, 6vw, 78px);
    text-align: center;
}

.ntp-header__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 212, 0, 0.3);
    border-radius: 999px;
    color: #ffe66d;
    background: rgba(255, 212, 0, 0.075);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.ntp-header__badge::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -45%;
    width: 35%;
    height: 280%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transform: rotate(20deg);
    animation: ntpBadgeShine 5s ease-in-out 1.5s infinite;
}

.ntp-header__badge-icon {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    color: #111111;
    background: var(--ntp-yellow);
}

.ntp-header__badge-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ntp-header__title {
    margin: 24px 0 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: clamp(-2.7px, -0.18vw, -1.2px);
}

.ntp-header__title span {
    display: block;
    padding-bottom: 6px;
    background: linear-gradient(
        95deg,
        #fff7a3,
        var(--ntp-yellow) 42%,
        var(--ntp-orange)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ntp-header__description {
    max-width: 720px;
    margin: 21px auto 0;
    color: #d0d0c9;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.75;
}

/* =====================================================
   MAIN LAYOUT
   ===================================================== */

.ntp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    align-items: stretch;
    gap: 22px;
}

/* =====================================================
   SCOOP LAB
   ===================================================== */

.ntp-scoop-lab {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ntp-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 46%, rgba(255, 212, 0, 0.08), transparent 44%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.36),
        inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* -------------------- Scoop Lab Topbar -------------------- */

.ntp-scoop-lab__topbar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 82px;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.ntp-scoop-lab__title {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.ntp-scoop-lab__indicator {
    position: relative;
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #72ff60;
    box-shadow: 0 0 16px rgba(114, 255, 96, 0.75);
}

.ntp-scoop-lab__indicator::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(114, 255, 96, 0.55);
    border-radius: inherit;
    animation: ntpLivePulse 1.8s ease-out infinite;
}

.ntp-scoop-lab__title > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ntp-scoop-lab__title strong {
    overflow: hidden;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ntp-scoop-lab__title small {
    margin-top: 6px;
    color: #c0c0b9;
    font-size: 12px;
}

.ntp-scoop-lab__status {
    flex-shrink: 0;
    padding: 9px 12px;
    border: 1px solid rgba(114, 255, 96, 0.27);
    border-radius: 999px;
    color: #91ff83;
    background: rgba(114, 255, 96, 0.07);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* =====================================================
   SCOOP VISUAL STAGE
   ===================================================== */

.ntp-scoop-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 570px;
    padding: 35px 20px;
    overflow: hidden;
}

.ntp-scoop-stage::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 212, 0, 0.14),
        rgba(255, 138, 0, 0.04) 52%,
        transparent 72%
    );
    filter: blur(15px);
    transform: translate(-50%, -50%);
}

/* -------------------- Orbit Rings -------------------- */

.ntp-scoop-stage__orbits {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(87%, 490px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
}

.ntp-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 212, 0, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ntp-orbit--one {
    width: 100%;
    height: 100%;
    border-style: dashed;
    animation: ntpOrbitRotate 25s linear infinite;
}

.ntp-orbit--two {
    width: 78%;
    height: 78%;
    border-color: rgba(255, 138, 0, 0.25);
    animation: ntpOrbitReverse 18s linear infinite;
}

.ntp-orbit--three {
    width: 58%;
    height: 58%;
    border-color: rgba(255, 255, 255, 0.1);
    animation: ntpOrbitPulse 4s ease-in-out infinite;
}

/* -------------------- Scoop -------------------- */

.ntp-scoop {
    position: relative;
    z-index: 5;
    display: grid;
    place-items: center;
    width: min(88%, 490px);
    min-height: 390px;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntp-scoop__glow {
    position: absolute;
    top: 52%;
    left: 47%;
    width: 65%;
    height: 50%;
    border-radius: 50%;
    background: rgba(255, 196, 0, 0.2);
    filter: blur(45px);
    transform: translate(-50%, -50%);
    animation: ntpScoopGlow 4s ease-in-out infinite;
}

.ntp-scoop__graphic {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    transform-origin: 60% 55%;
    animation: ntpScoopFloat 5s ease-in-out infinite;
    transition:
        filter 0.4s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntp-scoop:hover .ntp-scoop__graphic {
    filter: drop-shadow(0 25px 30px rgba(255, 190, 0, 0.15));
    animation-play-state: paused;
    transform: translateY(-8px) rotate(-5deg) scale(1.04);
}

.ntp-scoop__powder {
    transform-origin: center;
    animation: ntpPowderBreathe 3.8s ease-in-out infinite;
}

.ntp-scoop__powder-dots circle {
    animation: ntpPowderDots 3s ease-in-out infinite;
}

.ntp-scoop__powder-dots circle:nth-child(even) {
    animation-delay: 1s;
}

/* -------------------- Nutrient Particles -------------------- */

.ntp-scoop__particles {
    position: absolute;
    z-index: 8;
    top: 43%;
    left: 47%;
    width: 120px;
    height: 170px;
    pointer-events: none;
}

.ntp-pour-particle {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ntp-yellow);
    box-shadow: 0 0 14px rgba(255, 212, 0, 0.8);
    opacity: 0;
    animation: ntpParticlePour 3s ease-in-out infinite;
}

.ntp-pour-particle--2 {
    left: 35%;
    width: 5px;
    height: 5px;
    animation-delay: 0.45s;
}

.ntp-pour-particle--3 {
    left: 65%;
    width: 6px;
    height: 6px;
    animation-delay: 0.9s;
}

.ntp-pour-particle--4 {
    left: 25%;
    animation-delay: 1.35s;
}

.ntp-pour-particle--5 {
    left: 75%;
    width: 4px;
    height: 4px;
    animation-delay: 1.8s;
}

.ntp-pour-particle--6 {
    left: 45%;
    width: 5px;
    height: 5px;
    animation-delay: 2.25s;
}

/* -------------------- Nutrient Nodes -------------------- */

.ntp-nutrient-node {
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    min-height: 67px;
    padding: 10px 14px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(14, 14, 12, 0.86);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.35),
        inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ntp-nutrient-node:hover {
    border-color: rgba(255, 212, 0, 0.45);
    background: rgba(255, 212, 0, 0.08);
    transform: translateY(-5px) scale(1.04);
}

.ntp-nutrient-node span {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-weight: 800;
}

.ntp-nutrient-node small {
    margin-top: 5px;
    color: #c2c2bb;
    font-size: 11px;
    font-weight: 600;
}

.ntp-nutrient-node--protein {
    top: 14%;
    left: 5%;
    animation: ntpNodeFloatOne 5s ease-in-out infinite;
}

.ntp-nutrient-node--bcaa {
    top: 24%;
    right: 3%;
    animation: ntpNodeFloatTwo 6s ease-in-out 0.6s infinite;
}

.ntp-nutrient-node--eaa {
    right: 9%;
    bottom: 13%;
    animation: ntpNodeFloatOne 5.7s ease-in-out 1s infinite;
}

/* -------------------- Scanner -------------------- */

.ntp-scoop-stage__scanner {
    position: absolute;
    z-index: 15;
    top: 10%;
    right: 8%;
    left: 8%;
    height: 2px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 212, 0, 0.9),
        transparent
    );
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.55);
    animation: ntpScanner 5s ease-in-out infinite;
}

/* -------------------- Serving Panel -------------------- */

.ntp-serving-panel {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin: 0 20px 20px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.2);
}

.ntp-serving-panel__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: var(--ntp-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.ntp-serving-panel__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ntp-serving-panel__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ntp-serving-panel__content span {
    color: #aaa9a2;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ntp-serving-panel__content strong {
    margin-top: 5px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.ntp-serving-panel__wave {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 35px;
}

.ntp-serving-panel__wave span {
    display: block;
    width: 4px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(var(--ntp-yellow), var(--ntp-orange));
    animation: ntpEqualizer 1.3s ease-in-out infinite;
}

.ntp-serving-panel__wave span:nth-child(2) {
    animation-delay: 0.15s;
}

.ntp-serving-panel__wave span:nth-child(3) {
    animation-delay: 0.3s;
}

.ntp-serving-panel__wave span:nth-child(4) {
    animation-delay: 0.45s;
}

.ntp-serving-panel__wave span:nth-child(5) {
    animation-delay: 0.6s;
}

.ntp-serving-panel__wave span:nth-child(6) {
    animation-delay: 0.75s;
}

.ntp-serving-panel__wave span:nth-child(7) {
    animation-delay: 0.9s;
}

/* =====================================================
   NUTRITION DASHBOARD
   ===================================================== */

.ntp-dashboard {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 13px;
}

.ntp-dashboard__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 82px;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
}

.ntp-dashboard__header > div:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ntp-dashboard__eyebrow {
    color: var(--ntp-yellow);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.ntp-dashboard__header h3 {
    margin: 6px 0 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.ntp-dashboard__verified {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 212, 0, 0.22);
    border-radius: 999px;
    color: #ffe66d;
    background: rgba(255, 212, 0, 0.07);
    font-size: 11px;
    font-weight: 600;
}

.ntp-dashboard__verified svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   MAIN PROTEIN CARD
   ===================================================== */

.ntp-protein-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: center;
    gap: 20px;
    min-height: 310px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 212, 0, 0.19);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 25%, rgba(255, 212, 0, 0.16), transparent 37%),
        linear-gradient(145deg, rgba(255, 212, 0, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.32),
        inset 0 1px rgba(255, 255, 255, 0.06);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ntp-protein-card__content {
    position: relative;
    z-index: 5;
    min-width: 0;
}

.ntp-card-label {
    display: inline-flex;
    padding: 8px 11px;
    border: 1px solid rgba(255, 212, 0, 0.24);
    border-radius: 999px;
    color: #ffe66d;
    background: rgba(255, 212, 0, 0.07);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ntp-protein-card__value {
    display: flex;
    align-items: flex-start;
    margin-top: 21px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    line-height: 1;
}

.ntp-protein-card__value .ntp-count {
    font-size: clamp(65px, 6vw, 88px);
    font-weight: 800;
    letter-spacing: -5px;
}

.ntp-protein-card__value small {
    margin: 8px 0 0 7px;
    color: var(--ntp-yellow);
    font-size: 25px;
    font-weight: 700;
}

.ntp-protein-card h4 {
    margin: 17px 0 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.ntp-protein-card p {
    max-width: 320px;
    margin: 11px 0 0;
    color: #c5c5be;
    font-size: 14px;
    line-height: 1.7;
}

/* Hover amino graphic */

.ntp-protein-card__amino-art {
    position: absolute;
    z-index: 0;
    right: -55px;
    bottom: -40px;
    width: 270px;
    color: rgba(255, 212, 0, 0.3);
    opacity: 0;
    transform: translate(60px, 40px) rotate(-10deg) scale(0.75);
    transition:
        opacity 0.5s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntp-protein-card__amino-art svg {
    width: 100%;
    height: auto;
}

/* Protein meter */

.ntp-protein-meter {
    position: relative;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
}

.ntp-protein-meter > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.ntp-protein-meter circle {
    fill: none;
    stroke-width: 10;
}

.ntp-protein-meter__track {
    stroke: rgba(255, 255, 255, 0.09);
}

.ntp-protein-meter__progress {
    stroke: url("#ntpMeterGradient");
    stroke-linecap: round;
    stroke-dasharray: 78 22;
    filter: drop-shadow(0 0 6px rgba(255, 212, 0, 0.45));
    animation: ntpMeterFill 2.2s ease both;
}

.ntp-protein-meter__center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    flex-direction: column;
    border: 1px solid rgba(255, 212, 0, 0.2);
    border-radius: 50%;
    color: var(--ntp-yellow);
    background: rgba(255, 212, 0, 0.06);
    box-shadow: inset 0 0 25px rgba(255, 212, 0, 0.04);
}

.ntp-protein-meter__center svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ntp-protein-meter__center span {
    margin-top: 7px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ntp-protein-card__ripple {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 70px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 212, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
    transform: translate(50%, -50%);
}

@media (hover: hover) and (pointer: fine) {
    .ntp-protein-card:hover {
        border-color: rgba(255, 212, 0, 0.45);
        box-shadow:
            0 32px 70px rgba(0, 0, 0, 0.4),
            0 0 40px rgba(255, 190, 0, 0.1);
        transform: translateY(-6px);
    }

    .ntp-protein-card:hover .ntp-protein-card__amino-art {
        opacity: 0.65;
        transform: translate(0, 0) rotate(-5deg) scale(1);
    }

    .ntp-protein-card:hover .ntp-protein-card__ripple {
        animation: ntpCardRipple 1.6s ease-out infinite;
    }
}

/* =====================================================
   BCAA AND EAA CARDS
   ===================================================== */

.ntp-amino-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.ntp-amino-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 260px;
    padding: 21px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 21px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 212, 0, 0.08), transparent 40%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022));
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.27),
        inset 0 1px rgba(255, 255, 255, 0.05);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ntp-amino-card__top {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ntp-amino-card__number {
    color: rgba(255, 255, 255, 0.21);
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.ntp-amino-card__tag {
    padding: 7px 10px;
    border: 1px solid rgba(255, 212, 0, 0.25);
    border-radius: 999px;
    color: #ffe66d;
    background: rgba(255, 212, 0, 0.075);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.ntp-amino-card__value {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    line-height: 1;
}

.ntp-amino-card__value .ntp-count {
    font-size: clamp(43px, 4.5vw, 59px);
    font-weight: 800;
    letter-spacing: -3px;
}

.ntp-amino-card__value small {
    margin: 5px 0 0 5px;
    color: var(--ntp-yellow);
    font-size: 19px;
    font-weight: 700;
}

.ntp-amino-card h4 {
    position: relative;
    z-index: 4;
    margin: 17px 0 0;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.ntp-amino-card__bar {
    position: relative;
    z-index: 4;
    height: 6px;
    margin-top: 21px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.ntp-amino-card__bar span {
    display: block;
    width: var(--ntp-fill, 60%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ntp-yellow), var(--ntp-orange));
    box-shadow: 0 0 14px rgba(255, 212, 0, 0.4);
    transform-origin: left;
    animation: ntpBarFill 2s ease both;
}

/* BCAA molecule */

.ntp-amino-card__molecule {
    position: absolute;
    z-index: 1;
    right: -35px;
    bottom: -35px;
    width: 135px;
    color: rgba(255, 212, 0, 0.34);
    opacity: 0;
    transform: translate(35px, 30px) rotate(-15deg) scale(0.7);
    transition:
        opacity 0.45s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntp-amino-card__molecule svg {
    width: 100%;
    height: auto;
}

/* EAA constellation */

.ntp-amino-card__constellation {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    width: 125px;
    height: 100px;
    opacity: 0;
    transform: scale(0.6) rotate(-10deg);
    transition:
        opacity 0.45s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntp-constellation-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ntp-orange);
    box-shadow: 0 0 12px rgba(255, 138, 0, 0.65);
}

.ntp-constellation-dot--1 {
    top: 12%;
    left: 13%;
}

.ntp-constellation-dot--2 {
    top: 56%;
    left: 5%;
}

.ntp-constellation-dot--3 {
    top: 35%;
    left: 43%;
}

.ntp-constellation-dot--4 {
    top: 75%;
    left: 52%;
}

.ntp-constellation-dot--5 {
    top: 9%;
    right: 15%;
}

.ntp-constellation-dot--6 {
    right: 5%;
    bottom: 10%;
}

.ntp-constellation-line {
    position: absolute;
    height: 1px;
    background: rgba(255, 138, 0, 0.45);
    transform-origin: left;
}

.ntp-constellation-line--1 {
    top: 26%;
    left: 18%;
    width: 63px;
    transform: rotate(10deg);
}

.ntp-constellation-line--2 {
    top: 60%;
    left: 12%;
    width: 70px;
    transform: rotate(-16deg);
}

.ntp-constellation-line--3 {
    top: 48%;
    left: 47%;
    width: 55px;
    transform: rotate(35deg);
}

@media (hover: hover) and (pointer: fine) {
    .ntp-amino-card:hover {
        border-color: rgba(255, 212, 0, 0.38);
        box-shadow:
            0 27px 58px rgba(0, 0, 0, 0.36),
            0 0 32px rgba(255, 190, 0, 0.08);
        transform: translateY(-6px);
    }

    .ntp-amino-card:hover .ntp-amino-card__molecule {
        opacity: 0.75;
        transform: translate(0, 0) rotate(-5deg) scale(1);
    }

    .ntp-amino-card:hover .ntp-amino-card__constellation {
        opacity: 0.75;
        transform: scale(1) rotate(0);
    }
}

/* =====================================================
   MICRO NUTRITION STRIP
   ===================================================== */

.ntp-micro-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.ntp-micro-item {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 100px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ntp-micro-item:hover {
    border-color: rgba(255, 212, 0, 0.32);
    background: rgba(255, 212, 0, 0.055);
    transform: translateY(-4px);
}

.ntp-micro-item__icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    border-radius: 14px;
    color: var(--ntp-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.ntp-micro-item__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ntp-micro-item__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ntp-micro-item__content > span {
    color: #bdbdb6;
    font-size: 12px;
    font-weight: 600;
}

.ntp-micro-item__content strong {
    margin-top: 6px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.ntp-micro-item__wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 30px;
}

.ntp-micro-item__wave span {
    display: block;
    width: 3px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(var(--ntp-yellow), var(--ntp-orange));
    animation: ntpMicroWave 1.4s ease-in-out infinite;
}

.ntp-micro-item__wave span:nth-child(2) {
    animation-delay: 0.2s;
}

.ntp-micro-item__wave span:nth-child(3) {
    animation-delay: 0.4s;
}

.ntp-micro-item__wave span:nth-child(4) {
    animation-delay: 0.6s;
}

.ntp-micro-item__wave span:nth-child(5) {
    animation-delay: 0.8s;
}

.ntp-micro-item__energy-ring {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 212, 0, 0.35);
    border-radius: 50%;
}

.ntp-micro-item__energy-ring::before,
.ntp-micro-item__energy-ring::after,
.ntp-micro-item__energy-ring span {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 138, 0, 0.45);
    border-radius: 50%;
    animation: ntpEnergyPulse 2s ease-out infinite;
}

.ntp-micro-item__energy-ring::after {
    animation-delay: 0.7s;
}

.ntp-micro-item__energy-ring span {
    animation-delay: 1.4s;
}

/* =====================================================
   INFORMATION FOOTER
   ===================================================== */

.ntp-information {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    margin-top: 22px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.035);
}

.ntp-information__icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    color: var(--ntp-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.ntp-information__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ntp-information p {
    margin: 0;
    color: #c2c2bb;
    font-size: 12px;
    line-height: 1.7;
}

.ntp-information a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 12px;
    color: #ffe66c;
    background: rgba(255, 212, 0, 0.08);
    font-size: 11px;
    font-weight: 700;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.ntp-information a:hover {
    border-color: var(--ntp-yellow);
    color: #111111;
    background: var(--ntp-yellow);
}

.ntp-information a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.ntp-information a:hover svg {
    transform: translateX(4px);
}

/* =====================================================
   ANIMATIONS
   ===================================================== */

@keyframes ntpMeshMove {
    to {
        background-position: 32px 32px;
    }
}

@keyframes ntpWaveMorph {
    to {
        border-radius: 62% 38% 43% 57% / 35% 63% 37% 65%;
        transform: translate(130px, 80px) scale(1.18);
    }
}

@keyframes ntpWaveMorphTwo {
    to {
        border-radius: 35% 65% 58% 42% / 61% 34% 66% 39%;
        transform: translate(-140px, -80px) scale(1.2);
    }
}

@keyframes ntpDotFloat {
    0%,
    100% {
        opacity: 0.25;
        transform: translate(0, 0);
    }

    50% {
        opacity: 0.9;
        transform: translate(18px, -38px);
    }
}

@keyframes ntpAminoDrift {
    0%,
    100% {
        transform: translateY(0) rotate(-5deg);
    }

    50% {
        transform: translateY(-25px) rotate(5deg);
    }
}

@keyframes ntpBadgeShine {
    0%,
    40% {
        left: -45%;
    }

    70%,
    100% {
        left: 125%;
    }
}

@keyframes ntpLivePulse {
    from {
        opacity: 0.8;
        transform: scale(0.5);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes ntpOrbitRotate {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes ntpOrbitReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes ntpOrbitPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: translate(-50%, -50%) scale(0.94);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes ntpScoopGlow {
    0%,
    100% {
        opacity: 0.55;
        transform: translate(-50%, -50%) scale(0.92);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@keyframes ntpScoopFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

@keyframes ntpPowderBreathe {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }
}

@keyframes ntpPowderDots {
    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.75;
    }
}

@keyframes ntpParticlePour {
    0% {
        opacity: 0;
        transform: translate(0, -30px) scale(0.5);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(35px, 100px) scale(1.1);
    }
}

@keyframes ntpNodeFloatOne {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes ntpNodeFloatTwo {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(11px);
    }
}

@keyframes ntpScanner {
    0% {
        top: 10%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    70% {
        opacity: 0.8;
    }

    100% {
        top: 88%;
        opacity: 0;
    }
}

@keyframes ntpEqualizer {
    0%,
    100% {
        height: 10px;
    }

    50% {
        height: 32px;
    }
}

@keyframes ntpMeterFill {
    from {
        stroke-dasharray: 0 100;
    }

    to {
        stroke-dasharray: 78 22;
    }
}

@keyframes ntpCardRipple {
    from {
        opacity: 0.7;
        transform: translate(50%, -50%) scale(0.5);
    }

    to {
        opacity: 0;
        transform: translate(50%, -50%) scale(7);
    }
}

@keyframes ntpBarFill {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes ntpMicroWave {
    0%,
    100% {
        height: 8px;
    }

    50% {
        height: 27px;
    }
}

@keyframes ntpEnergyPulse {
    from {
        opacity: 0.8;
        transform: scale(0.4);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1050px) {
    .ntp-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .ntp-scoop-stage {
        min-height: 540px;
    }

    .ntp-scoop {
        width: min(75%, 500px);
    }

    .ntp-dashboard {
        max-width: 850px;
        width: 100%;
        margin-inline: auto;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 650px) {
    .ntp-section {
        padding: 75px 0;
    }

    .ntp-section .mb-container {
        width: calc(100% - 24px);
    }

    .ntp-header {
        margin-bottom: 43px;
    }

    .ntp-header__badge {
        min-height: 37px;
        padding: 7px 11px;
        font-size: 9px;
        letter-spacing: 0.7px;
    }

    .ntp-header__badge-icon {
        width: 23px;
        height: 23px;
    }

    .ntp-header__title {
        font-size: clamp(35px, 10vw, 47px);
    }

    .ntp-header__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .ntp-scoop-lab {
        border-radius: 21px;
    }

    .ntp-scoop-lab__topbar {
        min-height: 70px;
        padding: 13px 11px;
    }

    .ntp-scoop-lab__title {
        gap: 8px;
    }

    .ntp-scoop-lab__title strong {
        max-width: 180px;
        font-size: 11px;
    }

    .ntp-scoop-lab__title small {
        font-size: 8px;
    }

    .ntp-scoop-lab__status {
        padding: 6px 7px;
        font-size: 6px;
    }

    /* Scoop stage */

    .ntp-scoop-stage {
        min-height: 440px;
        padding: 25px 8px;
    }

    .ntp-scoop-stage__orbits {
        width: 88%;
    }

    .ntp-scoop {
        width: 92%;
        min-height: 300px;
    }

    .ntp-nutrient-node {
        min-width: 80px;
        min-height: 57px;
        padding: 8px 10px;
        border-radius: 13px;
    }

    .ntp-nutrient-node span {
        font-size: 14px;
    }

    .ntp-nutrient-node small {
        font-size: 9px;
    }

    .ntp-nutrient-node--protein {
        top: 10%;
        left: 2%;
    }

    .ntp-nutrient-node--bcaa {
        top: 20%;
        right: 1%;
    }

    .ntp-nutrient-node--eaa {
        right: 5%;
        bottom: 9%;
    }

    .ntp-serving-panel {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 11px;
        margin: 0 10px 10px;
        padding: 13px;
    }

    .ntp-serving-panel__icon {
        width: 42px;
        height: 42px;
    }

    .ntp-serving-panel__content span {
        font-size: 9px;
    }

    .ntp-serving-panel__content strong {
        font-size: 14px;
    }

    .ntp-serving-panel__wave {
        display: none;
    }

    /* Dashboard */

    .ntp-dashboard__header {
        min-height: 75px;
        padding: 14px;
        border-radius: 17px;
    }

    .ntp-dashboard__eyebrow {
        font-size: 9px;
    }

    .ntp-dashboard__header h3 {
        font-size: 17px;
    }

    .ntp-dashboard__verified {
        padding: 7px 8px;
        font-size: 8px;
    }

    /* Protein card */

    .ntp-protein-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        min-height: 400px;
        padding: 20px;
        border-radius: 20px;
    }

    .ntp-protein-card__value .ntp-count {
        font-size: 68px;
    }

    .ntp-protein-card h4 {
        font-size: 18px;
    }

    .ntp-protein-card p {
        color: #ccccC5;
        font-size: 13px;
    }

    .ntp-protein-meter {
        width: 140px;
        height: 140px;
        margin-inline: auto;
    }

    .ntp-protein-card__amino-art {
        right: -50px;
        bottom: -30px;
        width: 230px;
        opacity: 0.13;
        transform: rotate(-7deg);
    }

    /* BCAA and EAA */

    .ntp-amino-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
    }

    .ntp-amino-card {
        min-height: 255px;
        padding: 19px;
        border-radius: 19px;
    }

    .ntp-amino-card__value .ntp-count {
        font-size: 53px;
    }

    .ntp-amino-card h4 {
        font-size: 15px;
    }

    .ntp-amino-card__molecule,
    .ntp-amino-card__constellation {
        opacity: 0.14;
        transform: rotate(-5deg) scale(0.9);
    }

    /* Bottom micro cards */

    .ntp-micro-strip {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .ntp-micro-item {
        min-height: 95px;
        padding: 14px;
    }

    .ntp-micro-item__content > span {
        font-size: 11px;
    }

    .ntp-micro-item__content strong {
        font-size: 15px;
    }

    /* Information */

    .ntp-information {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .ntp-information p {
        color: #c7c7c0;
        font-size: 10px;
    }

    .ntp-information a {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 46px;
        font-size: 11px;
    }

    .ntp-background__mesh {
        background-size: 42px 42px;
        animation: none;
    }
}

/* =====================================================
   VERY SMALL PHONES
   ===================================================== */

@media (max-width: 390px) {
    .ntp-section .mb-container {
        width: calc(100% - 20px);
    }

    .ntp-header__title {
        font-size: 33px;
    }

    .ntp-scoop-lab__title strong {
        max-width: 135px;
        font-size: 9.5px;
    }

    .ntp-scoop-lab__title small {
        font-size: 7px;
    }

    .ntp-scoop-stage {
        min-height: 410px;
    }

    .ntp-nutrient-node {
        min-width: 72px;
        min-height: 52px;
        padding: 7px;
    }

    .ntp-nutrient-node span {
        font-size: 12px;
    }

    .ntp-nutrient-node small {
        font-size: 8px;
    }

    .ntp-dashboard__header h3 {
        font-size: 15px;
    }

    .ntp-protein-card__value .ntp-count {
        font-size: 62px;
    }

    .ntp-protein-card h4 {
        font-size: 17px;
    }

    .ntp-protein-card p {
        font-size: 12px;
    }

    .ntp-amino-card h4 {
        font-size: 14px;
    }
}

/* -------------------- Reduced Motion -------------------- */

@media (prefers-reduced-motion: reduce) {
    .ntp-section *,
    .ntp-section *::before,
    .ntp-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* -------------------- Blur Fallback -------------------- */

@supports not ((backdrop-filter: blur(10px))) {
    .ntp-scoop-lab,
    .ntp-protein-card,
    .ntp-amino-card {
        background: #121210;
    }
}
/* =====================================================
   NUTRITION SECTION — FULL SCREEN WIDTH FIX
   Existing Nutrition CSS ke bilkul end mein paste karo
   ===================================================== */

/* Horizontal scrollbar prevent */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

/* Break section out of Elementor/Astra boxed container */
.ntp-section {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: 0 !important;
    margin-right: -50vw !important;
    margin-bottom: 0 !important;
    margin-left: -50vw !important;
    border-radius: 0 !important;
    transform: none !important;
}

/* Elementor HTML widget restriction remove */
.elementor-widget-html:has(.ntp-section),
.elementor-widget-html:has(.ntp-section) > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Parent Elementor container clipping remove */
.e-con:has(.ntp-section),
.elementor-section:has(.ntp-section),
.elementor-container:has(.ntp-section),
.elementor-column:has(.ntp-section),
.elementor-widget-wrap:has(.ntp-section) {
    overflow: visible !important;
}

/* Background always covers complete section */
.ntp-background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Content upper sections ke jaisi controlled width mein */
.ntp-section .mb-container,
.ntp-container {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .ntp-section .mb-container,
    .ntp-container {
        width: calc(100% - 36px) !important;
        max-width: none !important;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .ntp-section {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .ntp-section .mb-container,
    .ntp-container {
        width: calc(100% - 24px) !important;
        max-width: none !important;
    }
}

/* Very small phones */
@media (max-width: 390px) {
    .ntp-section .mb-container,
    .ntp-container {
        width: calc(100% - 20px) !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b679dd7 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

/* ==================================================
   MUSCLEBLAZE COMPACT PREMIUM CAROUSEL
   Desktop: 3 | Tablet: 2 | Mobile: 1
   ================================================== */

.fc-section,
.fc-section * {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.fc-section {
    --fc-yellow: #ffd400;
    --fc-orange: #ff9d00;
    --fc-white: #ffffff;
    --fc-text: #d8d8dc;
    --fc-muted: #a9a9af;
    --fc-border: rgba(255, 255, 255, 0.11);

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 -50vw;
    padding: 66px 0 54px;
    overflow: hidden;
    color: var(--fc-white);
    background:
        radial-gradient(
            circle at 7% 18%,
            rgba(255, 212, 0, 0.11),
            transparent 26%
        ),
        radial-gradient(
            circle at 95% 85%,
            rgba(255, 136, 0, 0.07),
            transparent 25%
        ),
        linear-gradient(180deg, #070707, #0b0b0b 55%, #070707);
}

.fc-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.021) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.021) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
    opacity: 0.16;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 16%,
        black 84%,
        transparent
    );
}

/* Elementor/Astra full-width fix */

.elementor-widget-html:has(.fc-section),
.elementor-widget-html:has(.fc-section)
    > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.e-con:has(.fc-section),
.elementor-section:has(.fc-section),
.elementor-container:has(.fc-section),
.elementor-column:has(.fc-section),
.elementor-widget-wrap:has(.fc-section) {
    overflow: visible !important;
}

.fc-container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-inline: auto;
}

/* ================= HEADER ================= */

.fc-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 24px;
}

.fc-heading {
    max-width: 730px;
}

.fc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin-bottom: 13px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 212, 0, 0.28);
    border-radius: 999px;
    color: #ffe45e;
    background: rgba(255, 212, 0, 0.065);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.1px;
}

.fc-eyebrow i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--fc-yellow);
    box-shadow: 0 0 0 5px rgba(255, 212, 0, 0.09);
    animation: fcDotPulse 2.4s ease-in-out infinite;
}

.fc-heading h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: clamp(38px, 4.1vw, 54px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
}

.fc-heading h2 span {
    color: var(--fc-yellow);
    background: linear-gradient(90deg, #ffd400, #ffac00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fc-heading > p {
    max-width: 670px;
    margin: 14px 0 0;
    color: #d1d1d5;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.65;
}

.fc-controls {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 0 auto;
}

.fc-counter {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: "Manrope", Arial, sans-serif;
}

.fc-counter strong {
    color: var(--fc-yellow);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.fc-counter > span {
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.27);
}

.fc-counter small {
    color: #9b9ba1;
    font-size: 14px;
    font-weight: 800;
}

/* ================= ARROWS ================= */

.fc-arrows {
    display: flex;
    gap: 8px;
}

.fc-arrow {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition:
        color 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease;
}

.fc-arrow:hover {
    color: #080808 !important;
    border-color: var(--fc-yellow) !important;
    background: var(--fc-yellow) !important;
    box-shadow: 0 10px 25px rgba(255, 212, 0, 0.2);
    transform: translateY(-3px);
}

.fc-arrow:active {
    transform: translateY(0) scale(0.94);
}

.fc-arrow:focus-visible,
.fc-button:focus-visible,
.fc-dot:focus-visible,
.fc-autoplay:focus-visible {
    outline: 3px solid rgba(255, 212, 0, 0.45);
    outline-offset: 3px;
}

/* ================= CAROUSEL ================= */

.fc-viewport {
    width: 100%;
    margin: -10px 0 -14px;
    padding: 10px 0 14px;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
}

.fc-viewport:active {
    cursor: grabbing;
}

.fc-track {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    will-change: transform;
    transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ================= CARD ================= */

.fc-card {
    --accent: #c77a3b;
    --accent-dark: #3e1c0b;
    --accent-rgb: 199, 122, 59;

    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--fc-border);
    border-radius: 19px;
    background:
        radial-gradient(
            circle at 50% 5%,
            rgba(var(--accent-rgb), 0.2),
            transparent 34%
        ),
        linear-gradient(145deg, #151515, #0d0d0d);
    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transform: translateZ(0);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.fc-card::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -130%;
    z-index: 5;
    width: 45%;
    height: 230%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.13),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.85s ease;
}

.fc-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20%;
    left: 20%;
    z-index: 3;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(var(--accent-rgb), 0.85),
        transparent
    );
    opacity: 0;
    transition:
        right 0.4s ease,
        left 0.4s ease,
        opacity 0.4s ease;
}

@media (hover: hover) {
    .fc-card:hover,
    .fc-card.is-current {
        border-color: rgba(var(--accent-rgb), 0.55);
        box-shadow:
            0 25px 58px rgba(0, 0, 0, 0.4),
            0 0 30px rgba(var(--accent-rgb), 0.1);
        transform: translateY(-7px);
    }

    .fc-card:hover::before {
        left: 145%;
    }

    .fc-card:hover::after,
    .fc-card.is-current::after {
        right: 5%;
        left: 5%;
        opacity: 1;
    }
}

.fc-card--rich {
    --accent: #cb7939;
    --accent-dark: #49220d;
    --accent-rgb: 203, 121, 57;
}

.fc-card--triple {
    --accent: #a7532d;
    --accent-dark: #2e1107;
    --accent-rgb: 167, 83, 45;
}

.fc-card--hazelnut {
    --accent: #d19a5c;
    --accent-dark: #492a10;
    --accent-rgb: 209, 154, 92;
}

.fc-card--mango {
    --accent: #ffb316;
    --accent-dark: #583100;
    --accent-rgb: 255, 179, 22;
}

.fc-card--coffee {
    --accent: #b68258;
    --accent-dark: #3b2312;
    --accent-rgb: 182, 130, 88;
}

/* ================= PRODUCT VISUAL ================= */

.fc-visual {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 170px;
    min-height: 170px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background:
        radial-gradient(
            circle at center,
            rgba(var(--accent-rgb), 0.1),
            transparent 55%
        );
    transition: background 0.4s ease;
}

.fc-card:hover .fc-visual {
    background:
        radial-gradient(
            circle at center,
            rgba(var(--accent-rgb), 0.18),
            transparent 57%
        );
}

.fc-number {
    position: absolute;
    top: 17px;
    left: 18px;
    color: rgba(255, 255, 255, 0.11);
    font-family: "Sora", Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.fc-orbit {
    position: absolute;
    width: 152px;
    height: 152px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 50%;
    transition:
        border-color 0.4s ease,
        transform 0.8s ease;
}

.fc-orbit::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.075);
    border-radius: 50%;
}

.fc-orbit::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 13px rgba(var(--accent-rgb), 0.6);
}

.fc-card:hover .fc-orbit {
    border-color: rgba(var(--accent-rgb), 0.28);
    transform: rotate(22deg) scale(1.04);
}

.fc-piece {
    position: absolute;
    display: block;
    width: 29px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    background: linear-gradient(
        145deg,
        var(--accent),
        var(--accent-dark)
    );
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.fc-piece::before,
.fc-piece::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

.fc-piece::before {
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
}

.fc-piece::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

.fc-piece--one {
    top: 32%;
    right: 14%;
    transform: rotate(15deg);
}

.fc-piece--two {
    bottom: 17%;
    left: 14%;
    transform: rotate(-17deg) scale(0.76);
}

.fc-card:hover .fc-piece--one {
    transform: translate(5px, -5px) rotate(25deg);
}

.fc-card:hover .fc-piece--two {
    transform: translate(-4px, 4px) rotate(-27deg) scale(0.8);
}

/* ================= CSS PRODUCT PACK ================= */

.fc-pack {
    position: relative;
    z-index: 2;
    width: 88px;
    height: 134px;
    filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.46));
    transition:
        filter 0.4s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.fc-card:hover .fc-pack {
    filter:
        drop-shadow(0 20px 18px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 12px rgba(var(--accent-rgb), 0.13));
    transform: translateY(-7px) rotate(-1.5deg);
}

.fc-card.is-current .fc-pack {
    animation: fcPackFloat 4.2s ease-in-out infinite;
}

.fc-pack__lid {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 84px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px 9px 5px 5px;
    background:
        repeating-linear-gradient(
            90deg,
            #2c2c2c 0 3px,
            #151515 3px 6px
        );
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.08);
    transform: translateX(-50%);
}

.fc-pack__body {
    position: absolute;
    top: 16px;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 87px;
    height: 116px;
    padding: 16px 6px 7px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px 7px 16px 16px;
    background:
        linear-gradient(
            110deg,
            rgba(255, 255, 255, 0.1),
            transparent 25%
        ),
        linear-gradient(145deg, #292929, #080808);
    transform: translateX(-50%);
}

.fc-pack__body::before {
    content: "";
    position: absolute;
    top: 43px;
    right: -11px;
    left: -11px;
    height: 38px;
    background: linear-gradient(
        120deg,
        var(--accent-dark),
        var(--accent),
        var(--accent-dark)
    );
    transform: rotate(-7deg);
}

.fc-pack__body b,
.fc-pack__body small,
.fc-pack__body strong,
.fc-pack__body em,
.fc-pack__body > span {
    position: relative;
    z-index: 2;
    font-family: "Manrope", Arial, sans-serif;
    font-style: normal;
    text-align: center;
}

.fc-pack__body b {
    padding: 2px 6px;
    border-radius: 2px;
    color: #080808;
    background: var(--fc-yellow);
    font-size: 9px;
    font-weight: 800;
}

.fc-pack__body small {
    margin-top: 5px;
    color: #e0e0e0;
    font-size: 5px;
    font-weight: 800;
    letter-spacing: 1px;
}

.fc-pack__body strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 7px;
    font-weight: 800;
}

.fc-pack__body em {
    margin-top: 2px;
    color: var(--fc-yellow);
    font-size: 14px;
    font-weight: 800;
}

.fc-pack__body > span {
    margin-top: auto;
    color: #ffffff;
    font-size: 6px;
    font-weight: 800;
}

/* ================= CARD TEXT ================= */

.fc-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    padding: 21px 20px 22px;
}

.fc-type {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 6px 10px;
    border: 1px solid rgba(var(--accent-rgb), 0.38);
    border-radius: 999px;
    color: var(--accent);
    background: rgba(var(--accent-rgb), 0.085);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.fc-card:hover .fc-type {
    border-color: rgba(var(--accent-rgb), 0.65);
    background: rgba(var(--accent-rgb), 0.14);
}

.fc-content h3 {
    margin: 13px 0 9px;
    color: #ffffff;
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.fc-content > p {
    margin: 0;
    color: #cdced2;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14.2px;
    font-weight: 500;
    line-height: 1.62;
}

.fc-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 16px;
}

.fc-meta > span {
    min-width: 0;
    padding: 9px 7px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 10px;
    color: #bfc0c5;
    background: rgba(255, 255, 255, 0.038);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.fc-meta strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 800;
}

.fc-meta > span:hover {
    border-color: rgba(var(--accent-rgb), 0.45);
    background: rgba(var(--accent-rgb), 0.08);
    transform: translateY(-2px);
}

/* ================= BUTTON ================= */

.fc-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    margin-top: 17px;
    padding: 11px 17px;
    overflow: hidden;
    border: 1px solid var(--fc-yellow) !important;
    border-radius: 10px;
    color: #080808 !important;
    background: var(--fc-yellow) !important;
    box-shadow: 0 10px 24px rgba(255, 212, 0, 0.12);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.fc-button::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -70%;
    width: 38%;
    height: 220%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.65s ease;
}

.fc-button:hover {
    color: #080808 !important;
    background: #ffe34f !important;
    box-shadow: 0 13px 30px rgba(255, 212, 0, 0.22);
    transform: translateY(-3px);
}

.fc-button:hover::before {
    left: 140%;
}

.fc-button > span {
    position: relative;
    z-index: 1;
    font-size: 17px;
    transition: transform 0.3s ease;
}

.fc-button:hover > span {
    transform: translateX(4px);
}

/* ================= NAVIGATION ================= */

.fc-navigation {
    display: grid;
    grid-template-columns: auto minmax(130px, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
}

.fc-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fc-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #505056;
    cursor: pointer;
    transition:
        width 0.32s ease,
        background 0.32s ease,
        box-shadow 0.32s ease;
}

.fc-dot:hover {
    background: #89898f;
}

.fc-dot.is-active {
    width: 29px;
    background: var(--fc-yellow);
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.23);
}

.fc-progress {
    width: 100%;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.fc-progress > span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        var(--fc-yellow),
        var(--fc-orange)
    );
    transform: scaleX(0);
    transform-origin: left center;
    animation: fcProgress 4.5s linear;
}

.fc-container.is-paused .fc-progress > span {
    animation-play-state: paused !important;
}

.fc-autoplay {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px;
    min-width: 88px;
    min-height: 40px;
    padding: 8px 13px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    color: #d8d8dc !important;
    background: rgba(255, 255, 255, 0.05) !important;
    font-family: "Manrope", Arial, sans-serif !important;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.fc-autoplay:hover {
    color: #ffffff !important;
    border-color: rgba(255, 212, 0, 0.35) !important;
    background: rgba(255, 212, 0, 0.075) !important;
}

.fc-autoplay b {
    font-size: 12px;
    font-weight: 700;
}

.fc-play-icon {
    display: none;
}

.fc-autoplay.is-manually-paused .fc-pause-icon {
    display: none;
}

.fc-autoplay.is-manually-paused .fc-play-icon {
    display: inline;
}

.fc-note {
    margin: 18px 0 0;
    color: #9d9da3;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

/* ================= TABLET: 2 CARDS ================= */

@media (max-width: 900px) {
    .fc-section {
        padding: 60px 0 50px;
    }

    .fc-container {
        width: calc(100% - 34px);
    }

    .fc-header {
        align-items: flex-start;
    }

    .fc-controls {
        align-items: flex-end;
        flex-direction: column;
        gap: 13px;
    }

    .fc-track {
        gap: 16px;
    }

    .fc-card {
        flex-basis: calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
    }
}

/* ================= MOBILE: 1 CARD ================= */

@media (max-width: 620px) {
    .fc-section {
        padding: 52px 0 44px;
    }

    .fc-container {
        width: calc(100% - 22px);
    }

    .fc-header {
        display: block;
        margin-bottom: 21px;
    }

    .fc-eyebrow {
        font-size: 10px;
    }

    .fc-heading h2 {
        font-size: clamp(32px, 10vw, 41px);
        line-height: 1.08;
        letter-spacing: -1.4px;
    }

    .fc-heading > p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .fc-controls {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 18px;
    }

    .fc-counter strong {
        font-size: 23px;
    }

    .fc-arrow {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    .fc-track {
        gap: 14px;
    }

    .fc-card {
        flex-basis: 100%;
        width: 100%;
        border-radius: 17px;
    }

    .fc-visual {
        flex-basis: 183px;
        min-height: 183px;
    }

    .fc-content {
        padding: 22px 20px 24px;
    }

    .fc-content h3 {
        font-size: 26px;
    }

    .fc-content > p {
        color: #d3d3d7;
        font-size: 14.5px;
    }

    .fc-meta > span {
        font-size: 11px;
    }

    .fc-meta strong {
        font-size: 14px;
    }

    .fc-button {
        width: 100%;
        min-height: 47px;
        font-size: 14px;
    }

    .fc-navigation {
        grid-template-columns: 1fr auto;
        gap: 13px;
        margin-top: 20px;
    }

    .fc-progress {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .fc-note {
        font-size: 11.5px;
    }
}

@media (max-width: 370px) {
    .fc-container {
        width: calc(100% - 18px);
    }

    .fc-heading h2 {
        font-size: 31px;
    }

    .fc-content {
        padding-inline: 17px;
    }

    .fc-meta {
        grid-template-columns: 1fr;
    }
}

/* ================= ANIMATIONS ================= */

@keyframes fcPackFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes fcProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes fcDotPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.08);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 212, 0, 0.01);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-card,
    .fc-card::before,
    .fc-pack,
    .fc-piece,
    .fc-orbit,
    .fc-track,
    .fc-progress > span,
    .fc-eyebrow i {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-147e3b6 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

/* ==================================================
   MUSCLEBLAZE FAQ — FINAL CSS
   ================================================== */

.mb-faq-section,
.mb-faq-section * {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mb-faq-section {
    --faq-yellow: #ffd400;
    --faq-orange: #ff9c00;
    --faq-white: #ffffff;
    --faq-text: #d4d4d8;
    --faq-muted: #aaaab0;
    --faq-border: rgba(255, 255, 255, 0.11);

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    padding: 76px 0 68px;
    overflow: hidden;
    isolation: isolate;
    color: var(--faq-white);
    background:
        radial-gradient(
            circle at 7% 22%,
            rgba(255, 212, 0, 0.1),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 80%,
            rgba(255, 145, 0, 0.07),
            transparent 26%
        ),
        linear-gradient(180deg, #080808, #0c0c0c 55%, #070707);
}

/* Elementor / Astra full-width fix */

.elementor-widget-html:has(.mb-faq-section),
.elementor-widget-html:has(.mb-faq-section)
    > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.e-con:has(.mb-faq-section),
.elementor-section:has(.mb-faq-section),
.elementor-container:has(.mb-faq-section),
.elementor-column:has(.mb-faq-section),
.elementor-widget-wrap:has(.mb-faq-section) {
    overflow: visible !important;
}

/* ================= BACKGROUND ================= */

.mb-faq-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.mb-faq-grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.023) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.023) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 85%,
        transparent
    );
}

.mb-faq-glow {
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(110px);
}

.mb-faq-glow--left {
    top: 5%;
    left: -250px;
    background: var(--faq-yellow);
    animation: faqGlowLeft 13s ease-in-out infinite alternate;
}

.mb-faq-glow--right {
    right: -260px;
    bottom: -80px;
    background: var(--faq-orange);
    animation: faqGlowRight 15s ease-in-out infinite alternate;
}

/* ================= CONTAINER ================= */

.mb-faq-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 65px;
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-inline: auto;
}

/* ================= LEFT SIDE ================= */

.mb-faq-intro {
    position: sticky;
    top: 35px;
    min-width: 0;
}

.mb-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 35px;
    margin-bottom: 15px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 212, 0, 0.3);
    border-radius: 999px;
    color: #ffe45e;
    background: rgba(255, 212, 0, 0.07);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

.mb-faq-badge__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--faq-yellow);
    box-shadow: 0 0 0 5px rgba(255, 212, 0, 0.09);
    animation: faqDotPulse 2.4s ease-in-out infinite;
}

.mb-faq-title {
    max-width: 510px;
    margin: 0;
    color: #ffffff;
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: clamp(40px, 4.2vw, 57px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -2.1px;
}

.mb-faq-title span {
    display: block;
    color: var(--faq-yellow);
    background: linear-gradient(
        90deg,
        #ffd400,
        #ffa600
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mb-faq-description {
    max-width: 505px;
    margin: 17px 0 0;
    color: #d2d2d6;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.72;
}

/* ================= SNAPSHOT CARD ================= */

.mb-faq-snapshot {
    position: relative;
    margin-top: 27px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 212, 0, 0.2);
    border-radius: 17px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 212, 0, 0.09),
            transparent 40%
        ),
        rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 45px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.mb-faq-snapshot::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -80%;
    width: 40%;
    height: 220%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.8s ease;
}

.mb-faq-snapshot:hover {
    border-color: rgba(255, 212, 0, 0.42);
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 212, 0, 0.14),
            transparent 42%
        ),
        rgba(255, 255, 255, 0.052);
    transform: translateY(-4px);
}

.mb-faq-snapshot:hover::before {
    left: 140%;
}

.mb-faq-snapshot__top {
    display: flex;
    align-items: center;
    gap: 13px;
}

.mb-faq-snapshot__icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 13px;
    color: #080808;
    background: var(--faq-yellow);
    box-shadow: 0 10px 24px rgba(255, 212, 0, 0.17);
}

.mb-faq-snapshot__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mb-faq-snapshot__top > div:last-child {
    min-width: 0;
}

.mb-faq-snapshot__top span {
    display: block;
    margin-bottom: 5px;
    color: #d3b500;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.mb-faq-snapshot__top strong {
    display: block;
    color: #ffffff;
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.mb-faq-snapshot__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.mb-faq-snapshot__stats > div {
    min-width: 0;
    padding: 13px 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.19);
    text-align: center;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.mb-faq-snapshot__stats > div:hover {
    border-color: rgba(255, 212, 0, 0.35);
    background: rgba(255, 212, 0, 0.06);
    transform: translateY(-2px);
}

.mb-faq-snapshot__stats strong {
    display: block;
    color: var(--faq-yellow);
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.mb-faq-snapshot__stats span {
    display: block;
    margin-top: 6px;
    color: #c0c1c6;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.45;
}

/* ================= HELP CARD ================= */

.mb-faq-help {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 13px;
    padding: 16px 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.mb-faq-help:hover {
    border-color: rgba(255, 212, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.mb-faq-help__graphic {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 11px;
    color: var(--faq-yellow);
    background: rgba(255, 212, 0, 0.09);
}

.mb-faq-help__graphic svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mb-faq-help > div {
    min-width: 0;
}

.mb-faq-help strong {
    display: block;
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.mb-faq-help p {
    margin: 5px 0 0;
    color: #bdbec3;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.6;
}

/* ================= FAQ LIST ================= */

.mb-faq-list {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.mb-faq-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--faq-border);
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.021)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 12px 32px rgba(0, 0, 0, 0.11);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.mb-faq-item::before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 3px;
    border-radius: 0 5px 5px 0;
    background: var(--faq-yellow);
    opacity: 0;
    transform: scaleY(0.25);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.mb-faq-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.028)
        );
    transform: translateX(4px);
}

.mb-faq-item.is-open {
    border-color: rgba(255, 212, 0, 0.34);
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 212, 0, 0.075),
            transparent 38%
        ),
        rgba(255, 255, 255, 0.047);
    box-shadow:
        0 18px 43px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mb-faq-item.is-open::before {
    opacity: 1;
    transform: scaleY(1);
}

/* ================= QUESTION BUTTON ================= */

.mb-faq-question {
    display: grid !important;
    grid-template-columns: 43px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 14px;
    width: 100% !important;
    min-height: 78px;
    margin: 0 !important;
    padding: 17px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: "Manrope", Arial, sans-serif !important;
    text-align: left !important;
    cursor: pointer;
}

.mb-faq-question:hover,
.mb-faq-question:focus {
    color: #ffffff !important;
    background: transparent !important;
}

.mb-faq-question:focus-visible {
    outline: 2px solid rgba(255, 212, 0, 0.55);
    outline-offset: -4px;
}

.mb-faq-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #aaaab0;
    background: rgba(255, 255, 255, 0.045);
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.mb-faq-item:hover .mb-faq-number {
    color: var(--faq-yellow);
    border-color: rgba(255, 212, 0, 0.32);
    background: rgba(255, 212, 0, 0.07);
    transform: rotate(-4deg);
}

.mb-faq-item.is-open .mb-faq-number {
    color: #080808;
    border-color: var(--faq-yellow);
    background: var(--faq-yellow);
    box-shadow: 0 8px 20px rgba(255, 212, 0, 0.15);
    transform: rotate(0);
}

.mb-faq-question__text {
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
}

/* ================= PLUS / MINUS ================= */

.mb-faq-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.35s ease;
}

.mb-faq-toggle span {
    position: absolute;
    width: 13px;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    transition:
        opacity 0.3s ease,
        transform 0.35s ease;
}

.mb-faq-toggle span:last-child {
    transform: rotate(90deg);
}

.mb-faq-item:hover .mb-faq-toggle {
    color: var(--faq-yellow);
    border-color: rgba(255, 212, 0, 0.35);
    background: rgba(255, 212, 0, 0.07);
}

.mb-faq-item.is-open .mb-faq-toggle {
    color: #080808;
    border-color: var(--faq-yellow);
    background: var(--faq-yellow);
    transform: rotate(180deg);
}

.mb-faq-item.is-open .mb-faq-toggle span:last-child {
    opacity: 0;
    transform: rotate(0deg);
}

/* ================= ANSWERS ================= */

.mb-faq-answer {
    overflow: hidden;
    animation: faqAnswerOpen 0.38s ease both;
}

.mb-faq-answer[hidden] {
    display: none !important;
}

.mb-faq-answer__inner {
    padding: 0 64px 22px 77px;
}

.mb-faq-answer__inner p {
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.085);
    color: #c9cacf;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.75;
}

/* ================= TABLET ================= */

@media (max-width: 950px) {
    .mb-faq-section {
        padding: 66px 0 58px;
    }

    .mb-faq-container {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
        gap: 39px;
        width: calc(100% - 36px);
    }

    .mb-faq-title {
        font-size: 42px;
    }

    .mb-faq-snapshot__stats {
        grid-template-columns: 1fr;
    }

    .mb-faq-question {
        grid-template-columns: 40px minmax(0, 1fr) 34px;
        gap: 12px;
        padding-inline: 17px !important;
    }

    .mb-faq-answer__inner {
        padding-right: 51px;
        padding-left: 69px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
    .mb-faq-section {
        padding: 56px 0 49px;
    }

    .mb-faq-container {
        display: block;
        width: calc(100% - 24px);
    }

    .mb-faq-intro {
        position: static;
    }

    .mb-faq-badge {
        min-height: 34px;
        margin-bottom: 13px;
        font-size: 10px;
    }

    .mb-faq-title {
        max-width: 600px;
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.09;
        letter-spacing: -1.6px;
    }

    .mb-faq-description {
        margin-top: 14px;
        font-size: 14.5px;
        line-height: 1.7;
    }

    .mb-faq-snapshot {
        margin-top: 22px;
        padding: 16px;
    }

    .mb-faq-snapshot__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mb-faq-help {
        margin-bottom: 29px;
    }

    .mb-faq-list {
        gap: 10px;
    }

    .mb-faq-item {
        border-radius: 14px;
    }

    .mb-faq-item:hover {
        transform: none;
    }

    .mb-faq-question {
        grid-template-columns: 39px minmax(0, 1fr) 34px;
        gap: 11px;
        min-height: 72px;
        padding: 15px !important;
    }

    .mb-faq-number {
        width: 39px;
        height: 39px;
        border-radius: 10px;
        font-size: 11px;
    }

    .mb-faq-question__text {
        font-size: 14.5px;
        line-height: 1.5;
    }

    .mb-faq-toggle {
        width: 34px;
        height: 34px;
    }

    .mb-faq-answer__inner {
        padding: 0 17px 19px 65px;
    }

    .mb-faq-answer__inner p {
        padding-top: 14px;
        font-size: 14px;
        line-height: 1.72;
    }
}

/* ================= SMALL PHONES ================= */

@media (max-width: 430px) {
    .mb-faq-container {
        width: calc(100% - 20px);
    }

    .mb-faq-title {
        font-size: 34px;
    }

    .mb-faq-snapshot__top strong {
        font-size: 14px;
    }

    .mb-faq-snapshot__stats strong {
        font-size: 18px;
    }

    .mb-faq-snapshot__stats span {
        font-size: 10.5px;
    }

    .mb-faq-question {
        grid-template-columns: 34px minmax(0, 1fr) 31px;
        gap: 9px;
        padding: 14px 12px !important;
    }

    .mb-faq-number {
        width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .mb-faq-question__text {
        font-size: 14px;
    }

    .mb-faq-toggle {
        width: 31px;
        height: 31px;
    }

    .mb-faq-toggle span {
        width: 11px;
    }

    .mb-faq-answer__inner {
        padding: 0 13px 18px 55px;
    }

    .mb-faq-answer__inner p {
        font-size: 13.5px;
    }
}

/* ================= ANIMATIONS ================= */

@keyframes faqAnswerOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes faqDotPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.08);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 212, 0, 0.01);
    }
}

@keyframes faqGlowLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(75px, 35px, 0);
    }
}

@keyframes faqGlowRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-70px, -30px, 0);
    }
}

/* ================= ACCESSIBILITY ================= */

@media (prefers-reduced-motion: reduce) {
    .mb-faq-glow,
    .mb-faq-badge__dot,
    .mb-faq-answer {
        animation: none !important;
    }

    .mb-faq-item,
    .mb-faq-toggle,
    .mb-faq-number,
    .mb-faq-snapshot,
    .mb-faq-snapshot::before {
        transition-duration: 0.01ms !important;
    }
}
/* ==================================================
   REMOVE SPACE BETWEEN CAROUSEL, FAQ & FINAL CTA
   ================================================== */

/* Section ke apne margins remove */

.fc-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mb-faq-section {
    margin-top: -1px !important;
    margin-bottom: 0 !important;
}

.mb-final-cta {
    margin-top: -1px !important;
    margin-bottom: 0 !important;
}

/* Elementor HTML widgets ka default spacing remove */

.elementor-widget-html:has(.fc-section),
.elementor-widget-html:has(.mb-faq-section),
.elementor-widget-html:has(.mb-final-cta) {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-widget-html:has(.fc-section)
    > .elementor-widget-container,
.elementor-widget-html:has(.mb-faq-section)
    > .elementor-widget-container,
.elementor-widget-html:has(.mb-final-cta)
    > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Parent Elementor container ka default gap remove */

.e-con:has(.fc-section),
.e-con:has(.mb-faq-section),
.e-con:has(.mb-final-cta) {
    --gap: 0px !important;
    --row-gap: 0px !important;
    gap: 0 !important;
    row-gap: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Old Elementor section support */

.elementor-section:has(.fc-section),
.elementor-section:has(.mb-faq-section),
.elementor-section:has(.mb-final-cta),
.elementor-container:has(.fc-section),
.elementor-container:has(.mb-faq-section),
.elementor-container:has(.mb-final-cta),
.elementor-column:has(.fc-section),
.elementor-column:has(.mb-faq-section),
.elementor-column:has(.mb-final-cta),
.elementor-widget-wrap:has(.fc-section),
.elementor-widget-wrap:has(.mb-faq-section),
.elementor-widget-wrap:has(.mb-final-cta) {
    gap: 0 !important;
    row-gap: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* White line ki emergency overlap fix */

.mb-faq-section,
.mb-final-cta {
    transform: translateY(-2px);
    margin-bottom: -2px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7859f1 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

/* ==================================================
   MUSCLEBLAZE — PREMIUM CLASSIC FINAL CTA
   ================================================== */

.mb-final-cta,
.mb-final-cta * {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mb-final-cta {
    --cta-yellow: #ffd400;
    --cta-orange: #ff9b00;
    --cta-white: #ffffff;
    --cta-text: #d5d5d9;
    --cta-muted: #a8a8ae;
    --cta-border: rgba(255, 255, 255, 0.12);

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 -50vw;
    padding: 82px 0 45px;
    overflow: hidden;
    isolation: isolate;
    color: var(--cta-white);
    background:
        radial-gradient(
            circle at 7% 35%,
            rgba(255, 212, 0, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 94% 70%,
            rgba(255, 147, 0, 0.08),
            transparent 27%
        ),
        linear-gradient(180deg, #080808 0%, #0b0b0b 52%, #050505 100%);
}

/* Elementor / Astra full-width fix */

.elementor-widget-html:has(.mb-final-cta),
.elementor-widget-html:has(.mb-final-cta)
    > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.e-con:has(.mb-final-cta),
.elementor-section:has(.mb-final-cta),
.elementor-container:has(.mb-final-cta),
.elementor-column:has(.mb-final-cta),
.elementor-widget-wrap:has(.mb-final-cta) {
    overflow: visible !important;
}

/* ================= BACKGROUND ================= */

.mb-final-cta__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.mb-final-cta__grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.023) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.023) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 88%,
        transparent
    );
}

.mb-final-cta__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(115px);
}

.mb-final-cta__glow--left {
    top: 5%;
    left: -280px;
    background: var(--cta-yellow);
    animation: finalGlowLeft 14s ease-in-out infinite alternate;
}

.mb-final-cta__glow--right {
    right: -280px;
    bottom: -80px;
    background: var(--cta-orange);
    animation: finalGlowRight 16s ease-in-out infinite alternate;
}

.mb-final-cta__line {
    position: absolute;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 212, 0, 0.28),
        transparent
    );
}

.mb-final-cta__line--one {
    top: 15%;
    left: -10%;
    width: 55%;
    transform: rotate(-8deg);
}

.mb-final-cta__line--two {
    right: -10%;
    bottom: 18%;
    width: 55%;
    transform: rotate(8deg);
}

/* ================= CONTAINER ================= */

.mb-final-cta__container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-inline: auto;
}

.mb-final-cta__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 27px;
    background:
        radial-gradient(
            circle at 93% 35%,
            rgba(255, 212, 0, 0.1),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.018)
        ),
        #0c0c0c;
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ================= DECORATIVE CORNERS ================= */

.mb-final-cta__corner {
    position: absolute;
    z-index: 8;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.mb-final-cta__corner--top-left {
    top: 15px;
    left: 15px;
    border-top: 2px solid var(--cta-yellow);
    border-left: 2px solid var(--cta-yellow);
}

.mb-final-cta__corner--top-right {
    top: 15px;
    right: 15px;
    border-top: 2px solid var(--cta-yellow);
    border-right: 2px solid var(--cta-yellow);
}

.mb-final-cta__corner--bottom-left {
    bottom: 15px;
    left: 15px;
    border-bottom: 2px solid var(--cta-yellow);
    border-left: 2px solid var(--cta-yellow);
}

.mb-final-cta__corner--bottom-right {
    right: 15px;
    bottom: 15px;
    border-right: 2px solid var(--cta-yellow);
    border-bottom: 2px solid var(--cta-yellow);
}

/* ================= LEFT CONTENT ================= */

.mb-final-cta__content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    padding: 58px 28px 58px 58px;
}

.mb-final-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 35px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 212, 0, 0.3);
    border-radius: 999px;
    color: #ffe45e;
    background: rgba(255, 212, 0, 0.07);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

.mb-final-cta__eyebrow-dot {
    display: block;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--cta-yellow);
    box-shadow: 0 0 0 5px rgba(255, 212, 0, 0.09);
    animation: finalDotPulse 2.4s ease-in-out infinite;
}

.mb-final-cta__title {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-family: "Sora", "Manrope", Arial, sans-serif;
    font-size: clamp(46px, 5vw, 67px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -2.7px;
}

.mb-final-cta__title span {
    display: block;
    color: var(--cta-yellow);
    background: linear-gradient(
        90deg,
        #ffd400,
        #ffa300
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mb-final-cta__description {
    max-width: 620px;
    margin: 19px 0 0;
    color: #d1d1d5;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.72;
}

/* ================= HIGHLIGHTS ================= */

.mb-final-cta__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    margin-top: 27px;
}

.mb-final-cta__highlight {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 68px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.mb-final-cta__highlight:hover {
    border-color: rgba(255, 212, 0, 0.32);
    background: rgba(255, 212, 0, 0.055);
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.mb-final-cta__highlight-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 10px;
    color: #090909;
    background: var(--cta-yellow);
    box-shadow: 0 8px 18px rgba(255, 212, 0, 0.13);
}

.mb-final-cta__highlight-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mb-final-cta__highlight > div {
    min-width: 0;
}

.mb-final-cta__highlight strong {
    display: block;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.35;
}

.mb-final-cta__highlight small {
    display: block;
    margin-top: 3px;
    overflow-wrap: anywhere;
    color: #b9bac0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
}

/* ================= BUTTONS ================= */

.mb-final-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.mb-final-cta__button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 51px;
    padding: 13px 21px;
    overflow: hidden;
    border-radius: 11px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.mb-final-cta__button svg {
    position: relative;
    z-index: 2;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.mb-final-cta__button span {
    position: relative;
    z-index: 2;
}

.mb-final-cta__button--primary {
    border: 1px solid var(--cta-yellow) !important;
    color: #080808 !important;
    background: var(--cta-yellow) !important;
    box-shadow: 0 13px 30px rgba(255, 212, 0, 0.16);
}

.mb-final-cta__button--primary::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -70%;
    width: 38%;
    height: 220%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.78),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.7s ease;
}

.mb-final-cta__button--primary:hover {
    color: #080808 !important;
    background: #ffe34f !important;
    box-shadow: 0 16px 38px rgba(255, 212, 0, 0.25);
    transform: translateY(-3px);
}

.mb-final-cta__button--primary:hover::before {
    left: 140%;
}

.mb-final-cta__button--primary:hover svg {
    transform: translateX(4px);
}

.mb-final-cta__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.045) !important;
}

.mb-final-cta__button--secondary:hover {
    color: var(--cta-yellow) !important;
    border-color: rgba(255, 212, 0, 0.4) !important;
    background: rgba(255, 212, 0, 0.07) !important;
    transform: translateY(-3px);
}

.mb-final-cta__button--secondary:hover svg {
    transform: translateY(3px);
}

.mb-final-cta__button:focus-visible {
    outline: 3px solid rgba(255, 212, 0, 0.45);
    outline-offset: 4px;
}

/* ================= NOTE ================= */

.mb-final-cta__note {
    max-width: 620px;
    margin: 19px 0 0;
    padding-left: 13px;
    border-left: 2px solid rgba(255, 212, 0, 0.35);
    color: #aeb0b5;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.65;
}

/* ================= RIGHT VISUAL ================= */

.mb-final-cta__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 560px;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(
            circle at center,
            rgba(255, 212, 0, 0.12),
            transparent 42%
        );
}

.mb-final-cta__vertical-label {
    position: absolute;
    top: 50%;
    right: 17px;
    color: rgba(255, 255, 255, 0.16);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
}

/* ================= RINGS ================= */

.mb-final-cta__rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    transform: translate(-50%, -50%);
}

.mb-final-cta__rings span {
    position: absolute;
    border-radius: 50%;
}

.mb-final-cta__rings span:nth-child(1) {
    inset: 0;
    border: 1px solid rgba(255, 212, 0, 0.14);
    animation: finalRingRotate 19s linear infinite;
}

.mb-final-cta__rings span:nth-child(1)::before,
.mb-final-cta__rings span:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cta-yellow);
    box-shadow: 0 0 14px rgba(255, 212, 0, 0.5);
}

.mb-final-cta__rings span:nth-child(1)::before {
    top: 21%;
    left: 5%;
}

.mb-final-cta__rings span:nth-child(1)::after {
    right: 9%;
    bottom: 15%;
}

.mb-final-cta__rings span:nth-child(2) {
    inset: 38px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    animation: finalRingReverse 24s linear infinite;
}

.mb-final-cta__rings span:nth-child(3) {
    inset: 82px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ================= PARTICLES ================= */

.mb-final-cta__particle {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: var(--cta-yellow);
    box-shadow: 0 0 15px rgba(255, 212, 0, 0.48);
}

.mb-final-cta__particle--one {
    top: 22%;
    left: 17%;
    width: 7px;
    height: 7px;
    animation: finalParticleOne 5s ease-in-out infinite;
}

.mb-final-cta__particle--two {
    top: 32%;
    right: 16%;
    width: 5px;
    height: 5px;
    animation: finalParticleTwo 6s ease-in-out infinite;
}

.mb-final-cta__particle--three {
    right: 21%;
    bottom: 24%;
    width: 8px;
    height: 8px;
    opacity: 0.65;
    animation: finalParticleThree 5.5s ease-in-out infinite;
}

/* ================= PRODUCT PACK ================= */

.mb-final-product {
    position: relative;
    z-index: 4;
    width: 205px;
    height: 330px;
    margin-top: -32px;
    filter: drop-shadow(0 33px 28px rgba(0, 0, 0, 0.55));
    animation: finalProductFloat 4.8s ease-in-out infinite;
}

.mb-final-product__lid {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    width: 190px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px 18px 10px 10px;
    background:
        repeating-linear-gradient(
            90deg,
            #292929 0 5px,
            #151515 5px 10px
        );
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.1),
        0 8px 14px rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
}

.mb-final-product__body {
    position: absolute;
    top: 33px;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 288px;
    padding: 32px 15px 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px 14px 31px 31px;
    background:
        linear-gradient(
            110deg,
            rgba(255, 255, 255, 0.11),
            transparent 20%,
            transparent 75%,
            rgba(255, 255, 255, 0.05)
        ),
        linear-gradient(145deg, #292929, #080808 70%);
    box-shadow:
        inset 14px 0 25px rgba(255, 255, 255, 0.025),
        inset -14px 0 25px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

.mb-final-product__body::before {
    content: "";
    position: absolute;
    top: 99px;
    right: -32px;
    left: -32px;
    height: 92px;
    background: linear-gradient(
        120deg,
        #3d2109,
        #ca7731,
        #4c290c
    );
    transform: rotate(-8deg);
}

.mb-final-product__body::after {
    content: "";
    position: absolute;
    top: 108px;
    right: -25px;
    left: -25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.36);
    opacity: 0.5;
    transform: rotate(-8deg);
}

.mb-final-product__shine {
    position: absolute;
    top: -30%;
    left: -80%;
    z-index: 3;
    width: 38%;
    height: 170%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.17),
        transparent
    );
    transform: rotate(18deg);
    animation: finalProductShine 5.5s ease-in-out infinite;
}

.mb-final-product__brand,
.mb-final-product__series,
.mb-final-product__performance,
.mb-final-product__whey,
.mb-final-product__protein,
.mb-final-product__flavour {
    position: relative;
    z-index: 2;
    font-family: "Manrope", Arial, sans-serif;
    text-align: center;
}

.mb-final-product__brand {
    display: grid;
    place-items: center;
    width: 48px;
    height: 28px;
    border-radius: 4px;
    color: #080808;
    background: var(--cta-yellow);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -1px;
}

.mb-final-product__series {
    margin-top: 11px;
    color: #dedede;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.7px;
}

.mb-final-product__performance {
    margin-top: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.mb-final-product__whey {
    margin-top: 4px;
    color: var(--cta-yellow);
    font-family: "Sora", Arial, sans-serif;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
}

.mb-final-product__protein {
    margin-top: 49px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.mb-final-product__flavour {
    margin-top: auto;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.3);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

/* ================= EAF BADGE ================= */

.mb-final-cta__eaf-badge {
    position: absolute;
    top: 17%;
    right: 12%;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 77px;
    height: 77px;
    border: 1px solid rgba(255, 212, 0, 0.36);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 212, 0, 0.18),
            rgba(255, 212, 0, 0.04)
        );
    box-shadow:
        0 0 0 8px rgba(255, 212, 0, 0.025),
        0 15px 30px rgba(0, 0, 0, 0.28);
    animation: finalBadgeFloat 4.3s ease-in-out infinite;
}

.mb-final-cta__eaf-badge span {
    color: var(--cta-yellow);
    font-family: "Sora", Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.mb-final-cta__eaf-badge small {
    margin-top: -17px;
    color: #e3e3e3;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

/* ================= PLATFORM ================= */

.mb-final-cta__platform {
    position: absolute;
    left: 50%;
    bottom: 48px;
    z-index: 2;
    width: 320px;
    height: 90px;
    transform: translateX(-50%);
}

.mb-final-cta__platform-top {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 212, 0, 0.25);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 212, 0, 0.09),
            rgba(255, 255, 255, 0.02) 58%,
            transparent 62%
        );
    transform: perspective(350px) rotateX(68deg);
}

.mb-final-cta__platform-base {
    position: absolute;
    top: 35px;
    right: 20px;
    left: 20px;
    height: 45px;
    border-radius: 0 0 50% 50%;
    background: linear-gradient(
        180deg,
        rgba(255, 212, 0, 0.1),
        rgba(0, 0, 0, 0.38)
    );
    opacity: 0.5;
}

.mb-final-cta__platform-shadow {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 210px;
    height: 33px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    filter: blur(13px);
    transform: translateX(-50%);
}

/* ================= ASSURANCE STRIP ================= */

.mb-final-cta__assurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 25px;
}

.mb-final-cta__assurance-line {
    width: min(110px, 10vw);
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 212, 0, 0.35)
    );
}

.mb-final-cta__assurance-line:last-child {
    transform: rotate(180deg);
}

.mb-final-cta__assurance p {
    margin: 0;
    color: #98999f;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

/* ================= TABLET ================= */

@media (max-width: 1000px) {
    .mb-final-cta {
        padding-top: 70px;
    }

    .mb-final-cta__container {
        width: calc(100% - 36px);
    }

    .mb-final-cta__card {
        grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    }

    .mb-final-cta__content {
        padding: 48px 20px 48px 42px;
    }

    .mb-final-cta__title {
        font-size: 50px;
    }

    .mb-final-cta__highlights {
        grid-template-columns: 1fr;
    }

    .mb-final-cta__highlight {
        min-height: 62px;
    }

    .mb-final-cta__visual {
        min-height: 610px;
    }

    .mb-final-cta__rings {
        width: 340px;
        height: 340px;
    }

    .mb-final-product {
        transform: scale(0.9);
    }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
    .mb-final-cta {
        padding: 56px 0 38px;
    }

    .mb-final-cta__container {
        width: calc(100% - 24px);
    }

    .mb-final-cta__card {
        display: block;
        border-radius: 21px;
    }

    .mb-final-cta__content {
        padding: 39px 25px 35px;
    }

    .mb-final-cta__eyebrow {
        min-height: 34px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .mb-final-cta__title {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1.06;
        letter-spacing: -1.8px;
    }

    .mb-final-cta__description {
        margin-top: 15px;
        font-size: 14.5px;
        line-height: 1.7;
    }

    .mb-final-cta__highlights {
        grid-template-columns: 1fr;
        margin-top: 23px;
    }

    .mb-final-cta__highlight {
        min-height: 63px;
        padding: 11px 13px;
    }

    .mb-final-cta__highlight strong {
        font-size: 14px;
    }

    .mb-final-cta__highlight small {
        font-size: 11.5px;
    }

    .mb-final-cta__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 23px;
    }

    .mb-final-cta__button {
        width: 100%;
        min-height: 50px;
        font-size: 14px;
    }

    .mb-final-cta__note {
        margin-top: 17px;
        font-size: 11.5px;
    }

    .mb-final-cta__visual {
        min-height: 440px;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        border-left: 0;
    }

    .mb-final-cta__vertical-label {
        display: none;
    }

    .mb-final-cta__rings {
        width: 330px;
        height: 330px;
    }

    .mb-final-product {
        margin-top: -18px;
        transform: scale(0.83);
    }

    .mb-final-cta__eaf-badge {
        top: 14%;
        right: 10%;
        width: 68px;
        height: 68px;
    }

    .mb-final-cta__eaf-badge span {
        font-size: 18px;
    }

    .mb-final-cta__platform {
        bottom: 34px;
        width: 285px;
    }

    .mb-final-cta__assurance {
        gap: 10px;
        margin-top: 21px;
    }

    .mb-final-cta__assurance-line {
        width: 40px;
        flex: 0 0 40px;
    }

    .mb-final-cta__assurance p {
        font-size: 10.5px;
    }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 430px) {
    .mb-final-cta__container {
        width: calc(100% - 20px);
    }

    .mb-final-cta__content {
        padding: 35px 20px 32px;
    }

    .mb-final-cta__title {
        font-size: 36px;
    }

    .mb-final-cta__visual {
        min-height: 405px;
    }

    .mb-final-cta__rings {
        width: 290px;
        height: 290px;
    }

    .mb-final-product {
        transform: scale(0.76);
    }

    .mb-final-cta__platform {
        bottom: 26px;
        width: 255px;
    }

    .mb-final-cta__eaf-badge {
        top: 12%;
        right: 7%;
        transform: scale(0.9);
    }

    .mb-final-cta__corner {
        width: 23px;
        height: 23px;
    }
}

/* ================= ANIMATIONS ================= */

@keyframes finalProductFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes finalProductShine {
    0%,
    45% {
        left: -80%;
    }

    70%,
    100% {
        left: 150%;
    }
}

@keyframes finalRingRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes finalRingReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes finalBadgeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes finalParticleOne {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(7px, -12px);
    }
}

@keyframes finalParticleTwo {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-9px, 8px);
    }
}

@keyframes finalParticleThree {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5px, -10px);
    }
}

@keyframes finalDotPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.08);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 212, 0, 0.01);
    }
}

@keyframes finalGlowLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(80px, 40px, 0);
    }
}

@keyframes finalGlowRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-75px, -35px, 0);
    }
}

/* ================= ACCESSIBILITY ================= */

@media (prefers-reduced-motion: reduce) {
    .mb-final-cta__glow,
    .mb-final-cta__eyebrow-dot,
    .mb-final-product,
    .mb-final-product__shine,
    .mb-final-cta__rings span,
    .mb-final-cta__eaf-badge,
    .mb-final-cta__particle {
        animation: none !important;
    }

    .mb-final-cta__highlight,
    .mb-final-cta__button,
    .mb-final-cta__button::before {
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */