@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Helvetica Neue';
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

/* Header */
.header {
    max-width: 83.333%;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('images/hero-image.png');
    background-size: cover;
    background-position: center;
}

.hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 19px;
    max-width: 83.333%;
    margin: 0 auto;
}

.hero__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: white;
    border-radius: 12px;
    gap: 12px;
}

.hero__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hero__badge span {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hero__headline {
    padding: 48px 120px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    text-align: left;
}

.hero__headline h1 {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

/* Sticky Buttons Section */
.sticky-buttons-section {
    margin: 80px 120px 48px;
    padding: 12px 0;
    background: #fff;
    z-index: 10;
}

/* When scrolled past: bar stays fixed at top like a header */
.sticky-buttons-section.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sticky-buttons-section.is-stuck .sticky-buttons__container {
    max-width: 83.333%;
    margin: 0 auto;
}

.sticky-buttons-placeholder {
    display: block;
    height: 0;
    pointer-events: none;
}

.sticky-buttons__container {
    display: flex;
    gap: 12px;
}

.sticky-buttons__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    min-width: fit-content;
    background: #fff;
    border: 3px solid #97A617;
    color: #000413;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Filled state when corresponding section is in view */
.sticky-buttons__btn.is-active {
    background: #97A617;
    border-color: #97A617;
    color: white;
}

.sticky-buttons__btn:hover {
    background: #97A617;
    border-color: #97A617;
    color: white;
}

/* Probiotics Section */
.probiotics-section {
    max-width: 83.333%;
    margin: 48px auto;
}

.probiotics__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.probiotics__text {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 48px;
}

.probiotics__subheading {
    color: #000;
    text-align: start;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.probiotics__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 32px;
    background: #F8F8F8;
    border-radius: 12px;
    margin-bottom: 48px;
}

.probiotics__benefit {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.probiotics__benefit-content {
    display: flex;
    flex-direction: column;
}

.probiotics__benefit-num {
    font-family: 'Helvetica Neue';
    font-size: 48px;
    font-weight: 700;
    color: #8CC63F;
    line-height: 1;
    margin-bottom: 8px;
}

.probiotics__benefit-title {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.probiotics__benefit-desc {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* Testieger Section */
.testieger-section {
    max-width: 83.333%;
    margin: 0 auto 88px;
}

.testieger__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 48px;
}

.product-card + .product-card {
    margin-top: 48px;
}

.product-card {
    background: #F0F0F0;
    border-radius: 12px;
    overflow: hidden;
    padding: 40px;
}

.product-header {
    display: flex;
    gap: 64px;
    margin-bottom: 24px;
}

.product-image-wrap {
    position: relative;
    flex-shrink: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.product__info-wrap {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
}

.product-badge-platz {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #9B1BA7;
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
}

.product-badge-platz--dark {
    background: #9B1BA7;
    color: #fff;
}

.product-image {
    width: 340px;
    object-fit: cover;
    height: auto;
}

.product-name {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-brand {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.product-badges {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
}

.score-display, .grade-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.score-circle {
    position: relative;
    width: 70px;
    height: 70px;
}

.score-circle svg {
    display: block;
}

.score-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.score-label, .grade-label {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.grade-number {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.badge-winner {
    border: 1px solid #234DA5;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.badge-winner__top {
    background: #234DA5;
    color: #fff;
    padding: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;

}

.badge-winner__bottom {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    text-align: center;
}

.badge-label {
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.badge-grade {
    color: #FFF;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.badge-product {
    color: #000;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.badge-product sup {
    font-size: 9px;
    vertical-align: super;
    line-height: 0;
}

.product-ratings {
    margin-bottom: 32px;
}

.ratings-wrapper {
    display: flex;
    gap: 90px;
}

.ratings-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rating-item .rating-header {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 6px;
}

.rating-bar {
    height: 8px;
    background: #E5E5E5;
    border-radius: 999px;
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    background: #234DA5;
    border-radius: 999px;
}

.product-details {
    display: flex;
    gap: 64px;
}

.product-details-left {
    max-width: 340px;
    width: 100%;
}

.product-details-right {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.product-pros-cons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-subtitle {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.list-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.list-item span {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.product-description-block {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.product-price-cta {
    text-align: left;
}

.price-text {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 20px 40px;
    background: #9B1BA7;
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    transition: opacity 0.2s;
    text-decoration: none;
}

.cta-button:hover {
    opacity: 0.9;
}

@media screen and (max-width: 768px) {
    .product-header {
        flex-direction: column;
    }

    .ratings-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}

/* Comparison Section */
.comparison-section {
    background: #fff;
    max-width: 83.333%;
    margin: 0 auto 120px;
}


.comparison__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 48px;
}

.comparison__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.comparison__left {
    display: flex;
    flex-direction: column;
}

.comparison__image-wrap {
    position: relative;
    overflow: hidden;
}

.comparison__image {
    width: 100%;
    display: block;
}

.comparison__testimonial {
    background: #97A617;
    color: #fff;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comparison__testimonial-title {
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.comparison__testimonial-text {
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.comparison__benefits {
    list-style: none;
}

.comparison__benefit {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.comparison__benefit:last-of-type {
    margin-bottom: 32px;
}

.comparison__check {
    flex-shrink: 0;
    color: #8CC63F;
}

.comparison__benefit div {
    display: flex;
    flex-direction: column;
}

.comparison__benefit strong {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.comparison__benefit span {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.comparison__cta {
    display: inline-block;
    padding: 20px 40px;
    background: #9B1BA7;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
}

.comparison__cta:hover {
    opacity: 0.9;
}

@media screen and (max-width: 900px) {
    .comparison__columns {
        grid-template-columns: 1fr;
    }

    .comparison__left {
        order: 1;
    }

    .comparison__right {
        order: 2;
    }
}

/* Lab Section */
.lab-section {
    background: #F8F8F8;
}

.lab__image {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 810px;
}

.lab__container {
    max-width: 83.333%;
    margin: 0 auto;
    padding: 48px 24px 60px;
}

.lab__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.lab__text {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.lab__subheading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}

/* CTA Section */
.cta-section {
    background: #97A617;
    padding: 40px 120px;
}

.cta__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.cta__product-img {
    position: relative;
    z-index: 1;
    max-width: 220px;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cta__text {
    color: #FFF;
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.cta__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta__button {
    display: inline-block;
    padding: 20px 40px;
    width: fit-content;
    background: #fff;
    color: var(--Text-text-primary, #000413);
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Sources Section */
.sources-section {
    max-width: 83.333%;
    margin: 57px auto 80px;
}

.sources__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.sources__list {
    margin-left: 24px;
}

.sources__item li{
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.sources__item a {
    text-decoration: none;
    color: #000;
}

/* Footer Section */
.footer {
    background: #000;
    color: white;
    padding: 60px 20px 40px;
}

.footer-content {
    max-width: 83.333%;
    margin: 0 auto;
}

.footer-title {
    color: white;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-disclaimer {
    color: white;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.footer-bold {
    font-weight: 700;
}

.footer-copyright {
    color: white;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 30px;
    margin-bottom: 0;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: flex;
}


/* Media Queries */
@media screen and (max-width: 767px) {
    .desktop-hide {
        display: flex;
    }

    .mobile-hide {
        display: none;
    }

    .header {
        max-width: calc(100% - 16px);
    }

    .hero__content {
        flex-direction: column-reverse;
        padding: 0 16px;
        max-width: calc(100% - 16px);
    }
    
    .hero__headline {
        padding: 0;
    }

    .hero__headline h1 {
        font-size: 32px;
        line-height: 120%;
        padding: 32px 24px;
    }

    .sticky-buttons-section.is-stuck .sticky-buttons__container {
        max-width: calc(100% - 16px);
    }

    .sticky-buttons-section {
        margin: 40px auto 32px;
        padding: 0 16px;
    }

    .sticky-buttons__container {
        flex-wrap: wrap;
    }

    .sticky-buttons__btn {
        font-size: 16px;
        line-height: 100%;
        padding: 12px 24px;
    }

    .probiotics-section {
        max-width: calc(100% - 16px);
        padding: 0 16px;
    }

    .probiotics__benefits {
        grid-template-columns: 1fr;
        background: white;
        padding: 0px;
    }

    .testieger-section {
        max-width: calc(100% - 16px);
    }

    .testieger__heading {
        padding: 0 16px;
        font-size: 32px;
        line-height: 120%;
    }
    
    .product-image {
        width: 100%;
    }

    .product-card {
        padding: 40px 16px;
    }
    
    .product-header {
        gap: 48px;
    }

    .product__info-wrap {
        flex-direction: column-reverse;
        gap: 48px;
    }
    
    .product-info {
        gap: 24px;
    }

    .product-details {
        flex-direction: column;
    }
    
    .comparison-section {
        max-width: calc(100% - 16px);
    }

    .comparison__heading {
        padding: 0 16px;
    }

    .comparison__right {
        padding: 0 16px;
    }

    .comparison__testimonial-title {
        font-size: 24px;
        line-height: 120%;
    }
    
    .comparison__benefit {
        margin-bottom: 24px;

    }

    .lab__container {
        padding: 40px 16px 0;
        max-width: calc(100% - 16px);
    }

    .lab__heading {
        font-size: 32px;
        line-height: 120%;
    }

    .lab__text {
        font-size: 16px;
        line-height: 140%;
    }

    .cta-section {
        padding: 40px 16px 64px;
    }
    
    .cta__text {
        font-size: 16px;
        line-height: 140%;
    }

    .sources-section {
        margin: 40px 0;
        padding: 0 16px;
    }
    
    .footer-content {
        max-width: calc(100% - 16px);
    }
}