@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 {
    margin: 0 auto;
    padding: 24px 120px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid black;
}

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

.logo-icon {
    width: 88px;
    height: 80px;
}

.logo-icon img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-text-line1 {
    color: #0B79CE;
    font-family: 'Helvetica Neue';
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
}

.logo-text-line2 {
    color: #FF9022;
    font-family: 'Helvetica Neue';
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
}

/* Hero Section */
.hero {
    position: relative;
    margin: 80px auto 40px;
    overflow: hidden;
    max-width: 83.333%;
}

.hero__container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.hero__heading {
    font-family: 'Helvetica Neue';
    font-size: 72px;
    font-weight: 700;
    line-height: 110%;
    color: #000;
}

.hero__subheading {
    font-family: 'Helvetica Neue';
    font-size: 72px;
    font-weight: 400;
    line-height: 110%;
    color: #000;
}

.hero__highlight {
    background-color: #56A5FF;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
}

.hero__intro {
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
}

.hero__gallery {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.hero__gallery-img {
    width: 392px;
    height: 284px;
    object-fit: cover;
    display: block;
}

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

.hero__body:last-of-type {
    margin-bottom: 0;
}

.hero__link {
    color: #000;
}

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

.probiotics__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.probiotics__content {
    display: flex;
    gap: 64px;
}

.probiotics__text {
    max-width: 600px;
}

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

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

.probiotics__highlight {
    background-color: #b8e0f5;
    padding: 2px 6px;
}

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

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

.probiotics__body-label {
    color: #FF9022;
    font-weight: 700;
}

.probiotics__image-wrap {
    flex-shrink: 0;
}

.probiotics__image {
    width: 523px;
    height: 367px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Attention Section */
.attention-section {
    max-width: 83.333%;
    margin: 0 auto 80px;
}

.attention__container {
    width: 100%;
}

.attention__content {
    display: flex;
    gap: 40px;
}

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

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

.attention__strong {
    font-weight: 700;
}

.attention__list {
    width: 77.8%;
    list-style: decimal;
    padding-left: 24px;
    padding-right: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.attention__list-item {
    padding-left: 4px;
}

.attention__list-item::marker {
    font-weight: 700;
    font-size: 24px;
}

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

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

.attention__item-text + .attention__item-text {
    margin-top: 4px;
}

.attention__cta {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    padding: 20px 40px;
    border-radius: 999px;
    background: #FF9022;
    color: #FFF;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

.attention__cta:hover {
    background: #ff7a00;
}

.attention__info-card {
    background: #F2F2F2;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.attention__info-label {
    color: #FF9022;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.attention__info-text {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.attention__info-text:last-of-type {
    margin-bottom: 0;
}

.attention__image-card {
    display: flex;
    flex-direction: column;
}

.attention__image-wrap {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.attention__image {
    display: block;
    width: 100%;
    height: auto;
}

.attention__image-text {
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 0px 0px 8px 8px;
    padding: 16px 12px;
}

/* Research Section */
.research-section {
    max-width: 83.333%;
    margin: 0 auto 80px;
}

.research__container {
    width: 100%;
}

.research__hero-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}

.research__hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    aspect-ratio: 1200 / 597;
    object-fit: cover;
}

.research__badge {
    position: absolute;
    bottom: 0;
    right: 0;
}

.research__badge-image {
    display: block;
    width: 236px;
    height: 267px;
    object-fit: contain;
}

.research__heading {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 40px;
}

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

.research__grid {
    display: flex;
    padding: 40px;
    background: #F7FAFF;
    gap: 40px;
    border-radius: 16px;
}

.research__card {
    width: 33%;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.research__slider .research__card {
    width: 100%;
}

.research__slider {
    overflow: visible;
    background: #F7FAFF;
}

.research__slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.research__slider-button {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #D1D5DB;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.research__slider-button:disabled {
    opacity: 0.4;
    cursor: default;
}

.research__slider-arrow {
    font-size: 18px;
    line-height: 1;
}

.research__card-image-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    background: #F2F2F2;
}

.research__card-image {
    display: block;
    width: 100%;
    max-width: 346px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0 auto;
}

.research__card-rating {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 8px;
    border: 2px solid #fff;
    background: #6B7280;
    color: #fff;
    font-family: 'Helvetica Neue';
}

.research__card-rating-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.research__card-rating-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.research__card-rating--orange {
    background: #FF9022;
}

.research__card-title {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.research__card-list {
    list-style: disc;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin: 0;
    gap: 22px;
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.research__card-list li::marker {
    font-size: 1.5em;
}

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

.testieger__container {
    display: flex;
    flex-direction: column;
    gap: 104px;
}

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

.testieger__header-body {
    display: flex;
    gap: 64px;
}

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

.testieger__header-image {
    width: 524px;
    height: 448px;
    display: block;
    object-fit: cover;
}

.testieger__header-text {
    flex: 1;
    min-width: 0;
}

.testieger__header-text p {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 16px;
}

.testieger__header-text p:last-of-type {
    margin-bottom: 0;
}

.testieger__header-list {
    color: #494C57;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-left: 24px;
}

.product-card {
    overflow: hidden;
}

.product-card--mobile {
    display: none;
}

.product-card.product-card--platz2 .product-image,
.product-card.product-card--platz3 .product-image {
    background: #F2F2F2;
}

.product-header {
    display: flex;
    gap: 46px;
    margin-bottom: 40px;
}

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

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

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

.product-image {
    width: 452px;
    height: 477px;
    object-fit: cover;
    border-radius: 8px;
}

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

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

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

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

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

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

.score-circle {
    position: relative;
    width: 84px;
    height: 84px;
    stroke-width: 6px;
}

.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;
    text-wrap: nowrap;
    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 0px;
    text-align: center;
}

.badge-label {
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-size: 13px;
    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%;
    text-wrap: nowrap;
}

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

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

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

.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: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

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

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

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

.product-details-grid {
    background: #F7FAFF;
    padding: 48px 40px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 72px;
    margin-bottom: 32px;
}

.product-column-title,
.section-subtitle--small {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}

.product-details-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.product-description-block--left,
.product-description-block--right {
    width: 50%;
}

.product-description-block--left {
    display: flex;
    flex-direction: column;
}

.product-description-block--right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-link,
.price-link {
    color: #0B79CE;
    text-decoration: underline;
    text-underline-offset: 2px;
}

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

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

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

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

.pros-cons-divider {
    border: none;
    border-top: 1px solid #333;
    margin-left: 36px;
    width: 80%;
}

.product-price-subtitle {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

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

.product-price-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-description-subtitle {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.list-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0;
}

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

.list-item svg {
    flex-shrink: 0;
}

.list-item span {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    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;
}

.cta-button {
    display: inline-block;
    padding: 20px 40px;
    background: #FF9022;
    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;
    border-radius: 100px;
}

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

.cta-button--secondary {
    background: #000;
    color: #fff;
}

.cta-button--secondary:hover {
    opacity: 0.85;
}

/* Conclusion Section */

.conclusion__container {
    max-width: 83.333%;
    margin: 0 auto;
    padding: 0;
}

.conclusion__image-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 600px;
    overflow: hidden;
}

.conclusion__image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.conclusion__badges {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: auto;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.conclusion__badge-db {
    width: 181px;
    height: 173px;
    object-fit: cover;
    border-radius: 8px;
}

.conclusion__badge-science {
    width: 205px;
    height: 201px;
    object-fit: cover;
    align-self: flex-end;
}

.conclusion__content {
    padding: 48px 0 56px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

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

.conclusion__subheading {
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
}

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

.conclusion__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px 32px;
    margin-bottom: 32px;
    background: #e8e8e8;
    border-radius: 12px;
    padding: 28px 32px;
}

.conclusion__point:nth-child(1) { grid-column: 1; grid-row: 1; }
.conclusion__point:nth-child(2) { grid-column: 1; grid-row: 2; }
.conclusion__point:nth-child(3) { grid-column: 2; grid-row: 1; }
.conclusion__point:nth-child(4) { grid-column: 2; grid-row: 2; }

.conclusion__point {
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    display: flex;
    align-items: center;
    gap: 16px;
}

.conclusion__point-num {
    font-size: 52px;
    font-weight: 700;
    color: #0B79CE;
}

.conclusion__point-link {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.conclusion__point-link:hover {
    opacity: 0.85;
}

.conclusion__key-heading {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #FF9022;
    text-transform: uppercase;
    margin-bottom: 24px;
}

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

.conclusion__link {
    color: #0B79CE;
    text-decoration: underline;
}

.conclusion__link:hover {
    opacity: 0.9;
}

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

.sources__heading {
    color: #494C57;
    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: #494C57;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

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

/* 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;
}


.footer-links a {
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 24px;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: flex;
}

.desktop-hide-text {
    display: none;
}

.mobile-hide-text {
    display: block;
}

@media screen and (min-width: 1441px) {
    .header {
        padding: 24px 680px;
    }

    .hero {
        max-width: 1200px;
    }

    .probiotics-section {
        max-width: 1200px;
    }

    .attention-section {
        max-width: 1200px;
    }

    .testieger-section {
        max-width: 1200px;
    }
    
    .research__container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .conclusion__content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sources-section {
        max-width: 1200px;
    }

    .footer-content {
        max-width: 1200px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .desktop-hide-text {
        display: block;
    }

    .mobile-hide-text {
        display: none;
    }
    
    .desktop-hide {
        display: flex;
    }

    .mobile-hide {
        display: none;
    }

    .header {
        padding: 12px 16px;
    }

    .logo-icon {
        width: 53px;
        height: 48px;
    }

    .logo-text-line1,
    .logo-text-line2 {
        font-size: 16px;
    }

    .hero {
        max-width: calc(100% - 16px);
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .hero__container {
        gap: 32px;
    }

    .hero__intro {
        font-size: 24px;
    }

    .hero__heading,
    .hero__subheading {
        font-size: 44px;
    }

    .hero__body {
        font-size: 16px;
    }

    .hero__gallery {
        align-items: center;
        gap: 4px;
    }

    .hero__gallery-img {
        width: 33%;
        height: 100%;
        aspect-ratio: 106 / 100;
    }

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

    .probiotics__container {
        gap: 32px;
    }

    .probiotics__content {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .probiotics__heading {
        font-size: 40px;
    }

    .probiotics__subheading {
        font-size: 24px;
    }

    .probiotics__body {
        font-size: 16px;
    }

    .probiotics__image {
        width: 100%;
        max-width: 523px;
        height: auto;
        aspect-ratio: 523 / 367;
    }

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

    .attention__content {
        flex-direction: column;
        gap: 32px;
    }

    .attention__heading {
        font-size: 40px;
    }

    .attention__list {
        gap: 16px;
        width: 100%;
        padding-right: 0;
        margin: 0;
    }

    .attention__item-title {
        font-size: 20px;
    }

    .attention__list-item::marker {
        font-size: 20px;
    }

    .attention__item-text {
        font-size: 16px;
    }

    .attention__sidebar {
        width: 100%;
        gap: 0px;
    }
    .attention__image-wrap {
        border-radius: 0;
    }

    .attention__info-card {
        padding: 16px 12px;
        border-radius: 0;
    }
    
    .attention__info-label {
        text-align: center;
    }

    .attention__cta {
        margin-top: 0;
    }

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

    .research-section--slider {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .research__grid {
        flex-direction: column;
        padding: 24px 16px;
    }

    .research__card {
        width: 100%;
        padding: 16px;
    }

    .research__card-image {
        width: 100%;
        max-width: 346px;
        height: auto;
    }

    .research__heading {
        font-size: 40px;
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .research__intro {
        font-size: 16px;
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .research__card-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .research__card-list {
        font-size: 16px;
        gap: 16px;
    }

    .research__badge-image {
        width: 140px;
        height: auto;
        aspect-ratio: 236 / 267;
    }

    .research__slider-nav {
        margin-right: 16px;
    }

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

    .testieger__container {
        gap: 57px;
    }

    .testieger__header-content {
        margin-bottom: 0px;
    }

    .testieger__header-heading {
        font-size: 24px;
    }

    .testieger__header-body {
        flex-direction: column;
        gap: 24px;
    }

    .testieger__header-image {
        width: 100%;
        max-width: 524px;
        height: auto;
        aspect-ratio: 524 / 448;
    }

    .testieger__header-text p,
    .testieger__header-list {
        font-size: 16px;
    }

    .testieger__heading {
        padding: 0 16px;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    
    .product-header {
        margin-bottom: 32px;
    }

    .product-badges {
        gap: 18px;
    }

    .score-label,
    .grade-label {
        font-size: 13px;
    }
    
    .badge-label,
    .badge-product {
        font-size: 14px;
    }

    .badge-grade {
        font-size: 18px;
    }

    .grade-number {
        font-size: 42px;
    }

    .product-details {
        gap: 24px;
    }

    .product-details__content {
        flex-direction: column;
        gap: 24px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .list-item span {
        font-size: 16px;
    }
    
    .product-image {
        width: 100%;
    }

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

    .product-name {
        font-size: 24px;
    }

    .product-card--desktop {
        display: none !important;
    }

    .product-card--mobile {
        display: block;
        background: #F2F2F2;
        border-radius: 16px;
        padding: 0;
        margin-top: 24px;
        overflow: visible;
    }

    .product-card--mobile:first-of-type {
        margin-top: 0;
    }

    .product-card--mobile .product-mobile__inner {
        background: #fff;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .product-card--mobile .product-mobile__image-wrap {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        margin: 0 -8px 0;
        padding: 16px;
    }

    .product-card--mobile .product-mobile__image-wrap .product-image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .product-card--mobile .product-mobile__title {
        font-family: 'Helvetica Neue';
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        margin: 0;
        text-transform: uppercase;
    }

    .product-card--mobile .product-mobile__brand {
        font-family: 'Helvetica Neue';
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin: 0;
    }

    .product-card--mobile .product-mobile__lead {
        font-family: 'Helvetica Neue';
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        margin: 0;
    }

    .product-card--mobile .product-mobile__badges {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        flex-wrap: wrap;
    }

    .product-card--mobile .product-mobile__rating-bars {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .product-card--mobile .product-mobile__rating-bars .rating-item {
        margin: 0;
    }

    .product-card--mobile .product-cta-main .cta-button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .product-card--mobile .product-mobile__section-title {
        font-family: 'Helvetica Neue';
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0 0 12px;
    }

    .product-card--mobile .product-mobile__section {
        margin: 0;
    }

    .product-card--mobile .list-item {
        margin-bottom: 8px;
    }

    /* Accordion (mobile product cards) */
    .product-accordion {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .product-accordion__head {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 16px;
        background: #F7FAFF;
        border: none;
        border-radius: 8px;
        font-family: 'Helvetica Neue';
        font-size: 18px;
        font-weight: 700;
        color: #000;
        text-align: left;
        cursor: pointer;
    }

    .product-accordion__icon {
        display: inline-block;
        transition: transform 0.2s ease;
        font-size: 12px;
    }

    .product-accordion__item.is-open .product-accordion__icon {
        transform: rotate(180deg);
    }

    .product-accordion__panel {
        display: none;
        padding: 16px;
        background: #F7FAFF;
        border-radius: 0 0 8px 8px;
        border-top: none;
    }

    .product-accordion__panel p {
        margin: 0 0 12px;
        font-family: 'Helvetica Neue';
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
    }

    .product-accordion__panel p:last-child {
        margin-bottom: 0;
    }

    .product-accordion__item.is-open .product-accordion__panel {
        display: block;
    }

    .product-accordion__item.is-open .product-accordion__head {
        border-radius: 8px 8px 0 0;
    }

    .product-card--platz1 {
        border-radius: 12px;
    }
    
    .product-header {
        gap: 32px;
    }

    .product__name-wrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .product-card--platz2 .product-badges,
    .product-card--platz3 .product-badges {
        gap: 18px;
        justify-content: unset;
    }

    .product-brand {
        margin: 0;
        font-size: 16px;
    }

    .product-lead {
        font-size: 16px;
    }

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

    .product-details {
        flex-direction: column;
        gap: 40px;
    }

    .product-details-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px;
    }

    .product-details-bottom {
        flex-direction: column;
        gap: 24px;
    }

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

    .conclusion-section {
        max-width: unset;
        padding: 0 16px;
    }

    .conclusion__container {
        max-width: 100%;
    }

    .conclusion__image-wrap {
        width: 100%;
        margin-left: 0;
        height: auto;
        margin-bottom: 24px;
    }

    .conclusion__image {
        width: 100%;
        height: 236px;
        max-height: 400px;
        object-fit: cover;
        border-radius: 8px;
    }

    .conclusion__badges {
        right: 12px;
        bottom: 12px;
        align-items: center;
    }

    .conclusion__badge-db {
        width: 89px;
        height: 85px;
    }

    .conclusion__badge-science {
        width: 105px;
        height: 103px;
    }

    .conclusion__content {
        padding: 24px 0;
        gap: 24px;
    }

    .conclusion__heading {
        font-size: 40px;
    }

    .conclusion__subheading {
        font-size: 24px;
    }

    .conclusion__intro {
        font-size: 16px;
    }

    .conclusion__points {
        grid-template-columns: 1fr;
        gap: 24px;
        background: none;
        padding: 0;
    }

    .conclusion__point:nth-child(1),
    .conclusion__point:nth-child(2),
    .conclusion__point:nth-child(3),
    .conclusion__point:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
    }

    .conclusion__point {
        font-size: 16px;
    }

    .conclusion__point-num {
        font-size: 36px;
    }

    .conclusion__outro {
        font-size: 16px;
    }

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