/* --- Global responsive foundation --- */
html {
    overflow-x: clip;
    scroll-padding-top: var(--header-height, 96px);
}

body {
    overflow-x: clip;
}

.container {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 576px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

.canvas__open {
    display: none;
}

.header > .container-fluid {
    position: relative;
}

.offcanvas-menu-wrapper {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(32px, env(safe-area-inset-bottom));
}

@media only screen and (max-width: 991px) {
    .offcanvas-menu-overlay {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        z-index: 1100;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        pointer-events: none;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .offcanvas-menu-wrapper {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        height: 100dvh;
        width: min(320px, 88vw);
        max-width: 88vw;
        background: #ffffff;
        z-index: 1101;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        visibility: visible;
        opacity: 1;
        padding-top: 88px;
        padding-left: max(24px, env(safe-area-inset-left));
        padding-right: max(24px, env(safe-area-inset-right));
        padding-bottom: max(32px, env(safe-area-inset-bottom));
    }

    .offcanvas-menu-wrapper.active {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    }

    .offcanvas__close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .offcanvas__logo {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .offcanvas-menu-overlay,
    .offcanvas-menu-wrapper {
        display: none !important;
    }
}

.spad {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .spad {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .spad {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.filter__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    text-align: center;
    margin-bottom: 32px;
}

.filter__controls.filter__controls--align-end {
    justify-content: flex-end;
    text-align: right;
}

.filter__controls li {
    display: inline-flex;
    margin-right: 0;
    margin-bottom: 0;
}

.landing-products__load-more-wrap {
    margin-top: 24px;
}

.landing-products__load-more {
    min-height: 44px;
    width: 100%;
}

.home-products__title,
.home-journal__title,
.journal-article-header__title,
.product-detail-info__title,
.product-detail-related__title,
.contact-form__title,
.contact-stores__title,
.about-page-section__title {
    font-size: clamp(2rem, 4vw + 0.5rem, var(--font-size-title));
}

.journal-featured__title {
    font-size: clamp(1.375rem, 3vw + 0.5rem, 2rem);
}

@media (min-width: 576px) {
    .landing-products__load-more {
        width: auto;
    }
}

.site-logo img {
    max-height: 68px;
    width: auto;
    display: block;
}

@media only screen and (max-width: 767.98px) {
    .site-logo img {
        max-height: 52px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    transform: translateY(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
    will-change: transform;
}

.header--logo-only .header__nav-col,
.header--logo-only .canvas__open {
    display: none !important;
}

body.landing-mobile-page .header--logo-only > .container-fluid > .row {
    justify-content: center;
}

body.landing-mobile-page .header--logo-only [class*="col-"] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

body.landing-mobile-page .header--logo-only .header__logo {
    justify-content: center;
}

body.landing-mobile-page .header--logo-only .site-logo img {
    max-height: 60px;
}

@media (min-width: 768px) {
    body.landing-mobile-page .header--logo-only .site-logo img {
        max-height: 78px;
    }
}

.header.header--hidden {
    transform: translateY(-100%);
    pointer-events: none;
    box-shadow: none;
}

.header:has(.header__menu-item--has-mega:hover),
.header:has(.header-mega:hover),
.header:has(.header__menu-item--has-mega:focus-within) {
    transform: translateY(0);
    pointer-events: auto;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body {
    padding-top: var(--header-height, 96px);
}

.header__logo,
.header__menu,
.header__right {
    padding-top: 0;
    padding-bottom: 0;
}

.header__logo {
    display: flex;
    align-items: center;
    min-height: var(--header-height, 96px);
    padding-top: 16px;
    padding-bottom: 16px;
}

.header > .container-fluid > .row {
    display: flex;
    align-items: stretch;
    min-height: var(--header-height, 96px);
}

.header__nav-col {
    display: flex;
    align-items: stretch;
}

.header__menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.header__menu > ul {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}

.header__menu > ul > li {
    display: flex;
    align-items: stretch;
    margin-right: 32px;
}

.header__menu > ul > li:last-child {
    margin-right: 0;
}

.header__menu > ul > li > a {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 2px;
    min-height: 100%;
    text-transform: uppercase;
    position: relative;
}

.header__menu > ul > li > a::after {
    bottom: 0;
}

.header__menu ul {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .header__menu {
        display: none !important;
    }

    .header__nav-col {
        display: none !important;
    }

    .header > .container-fluid > .row {
        min-height: 68px;
        align-items: center;
    }

    .header__logo {
        min-height: 68px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .canvas__open {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1001;
        font-size: 22px;
        color: #222;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 991px) {
    .header.header--hidden {
        transform: none;
        pointer-events: auto;
    }
}

@media only screen and (min-width: 992px) {
    .canvas__open {
        display: none !important;
    }

    .header > .container-fluid > .row {
        flex-wrap: nowrap;
    }
}

.header__menu-item--has-mega {
    position: static;
}

.header__menu-item--has-mega > a {
    position: relative;
    z-index: 1;
}

.header__menu ul li.header-mega__column,
.header__menu ul .header-mega__products li,
.header__menu ul .header-mega-mobile li {
    display: block;
    margin-right: 0;
    position: static;
}

.header-mega {
    position: fixed;
    top: var(--header-height, 96px);
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header-mega::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 32px;
}

.header__menu-item--has-mega:hover > .header-mega,
.header__menu-item--has-mega:focus-within > .header-mega,
.header__menu-item--has-mega:has(.header-mega:hover) > .header-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-mega__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 24px 40px;
}

.header-mega__product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 16px;
}

.header-mega__product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.header-mega__product-card:hover,
.header-mega__product-card:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.header-mega__product-media {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #FAF7F2;
}

.header-mega__product-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-mega__product-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #2F2F2F;
    text-transform: none !important;
}

.header-mega__product-card:hover .header-mega__product-name,
.header-mega__product-card:focus-visible .header-mega__product-name {
    color: #37AEE2;
}

.header-mega-mobile {
    display: none;
}

.header__menu-item--has-mega > a::after {
    transform: scale(0);
}

.header__menu-item--has-mega:hover > a::after,
.header__menu-item--has-mega:focus-within > a::after,
.header__menu-item--has-mega:has(.header-mega:hover) > a::after,
.header__menu-item--has-mega.active > a::after,
.header__menu-item--has-mega > a.active::after {
    transform: scale(1);
}

@media only screen and (max-width: 1199px) {
    .header__menu > ul > li {
        margin-right: 24px;
    }

    .header-mega__product-grid {
        gap: 16px 12px;
    }

    .header-mega__product-name {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .header__menu .header-mega {
        display: none;
    }
}

html.mobile-nav-open,
body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
}

.mobile-nav__link,
.mobile-nav__toggle {
    min-height: 44px;
}

.mobile-nav__accordion-header {
    display: flex;
    align-items: stretch;
}

.mobile-nav__accordion-header .mobile-nav__link {
    flex: 1;
}

.mobile-nav__accordion-header .mobile-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
}

.mobile-nav__accordion-header .mobile-nav__toggle.is-open {
    color: #37AEE2;
}

.offcanvas__close {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

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

.mobile-nav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border: 0;
    background: transparent;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mobile-nav__link.is-active,
.mobile-nav__toggle.is-open {
    color: #37AEE2;
}

.mobile-nav__chevron {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.mobile-nav__toggle.is-open .mobile-nav__chevron {
    transform: rotate(180deg);
}

.mobile-nav__panel {
    padding: 0 0 16px;
}

.mobile-nav__panel[hidden] {
    display: none;
}

.mobile-nav__group + .mobile-nav__group {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-nav__group-title {
    margin: 0 0 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #37AEE2;
}

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

.mobile-nav__products li + li {
    margin-top: 4px;
}

.mobile-nav__sublink {
    display: block;
    padding: 10px 0 10px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    color: #444444;
    text-decoration: none;
    text-transform: none !important;
    border-left: 2px solid rgba(55, 174, 226, 0.25);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.mobile-nav__sublink:hover,
.mobile-nav__sublink:focus-visible {
    color: #37AEE2;
    border-left-color: #37AEE2;
    outline: none;
}

.hero-banner {
    width: 100%;
    overflow: hidden;
}

.landing-slide {
    width: 100%;
    overflow: hidden;
    background: #e8f6f7;
}

.landing-slide__img,
.landing-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-slide[style*="aspect-ratio"] .landing-slide__img,
.landing-slide[style*="aspect-ratio"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

img.img-progressive {
    opacity: 0;
    transition: opacity 0.28s ease;
}

img.img-progressive.is-loaded {
    opacity: 1;
}

.landing-products {
    position: relative;
    padding-top: 32px;
    padding-bottom: 48px;
    overflow: hidden;
    background: transparent;
}

.landing-products__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #a3dee1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px);
    background-size: 13px 13px;
    border-radius: 0 0 50% 50% / 0 0 14% 14%;
}

.landing-products__bg--image {
    background-color: transparent;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0;
}

img.landing-products__bg--image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: none;
}

.landing-slide ~ .landing-slide,
.landing-products,
.about-certive,
.about-intro,
.about-quality {
    content-visibility: auto;
    contain-intrinsic-size: auto 800px;
}

.landing-products__content {
    position: relative;
    z-index: 1;
}

body.landing-mobile-page .landing-products .property__gallery > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
}

body.landing-mobile-page .footer .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

body.landing-mobile-page .footer [class*="offset-"] {
    margin-left: 0;
}

body.landing-mobile-page .footer__about,
body.landing-mobile-page .footer__widget,
body.landing-mobile-page .footer__newslatter {
    text-align: center;
    margin-bottom: 32px;
}

body.landing-mobile-page .footer__logo {
    display: flex;
    justify-content: center;
}

body.landing-mobile-page .footer__contact-item {
    justify-content: center;
}

body.landing-mobile-page .footer__social {
    justify-content: center;
}

body.landing-mobile-page .footer__widget ul {
    padding-left: 0;
}

@media (min-width: 768px) {
    body.landing-mobile-page {
        background: #f0f0f0;
    }

    body.landing-mobile-page .header,
    body.landing-mobile-page > main,
    body.landing-mobile-page > .footer {
        max-width: 480px;
        margin-inline: auto;
    }

    body.landing-mobile-page > main {
        background: transparent;
    }

    body.landing-mobile-page .about-certive {
        padding: 48px 16px;
    }

    body.landing-mobile-page .landing-products {
        padding-top: 32px;
        padding-bottom: 48px;
        background: transparent;
    }
}

.hero-banner__swiper {
    width: 100%;
}

.hero-banner__swiper .swiper-slide picture,
.hero-banner__swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hero-banner__swiper .swiper-slide {
    height: auto;
}

.hero-banner__swiper .swiper-pagination-bullet-active {
    background: #37AEE2;
}

.hero-banner__swiper .swiper-pagination {
    bottom: 12px !important;
}

@media (max-width: 767.98px) {
    .hero-banner__swiper .swiper-pagination {
        bottom: 8px !important;
    }
}

.about-intro {
    background: #ffffff;
}

.about-intro__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.about-intro__media {
    order: 2;
    width: 100%;
    overflow: hidden;
}

.about-intro__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.about-intro__media picture,
.about-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: none;
    object-position: right center;
}

.about-intro__content {
    order: 1;
    padding: 48px 20px 32px;
}

@media (max-width: 767.98px) {
    .about-intro,
    .about-intro__inner {
        background: #f0f1f3;
    }

    .about-intro__media {
        display: none;
    }

    .about-intro__content {
        background: #f0f1f3;
        padding: 48px 20px;
    }
}

.about-intro__title {
    margin: 0 0 24px;
    color: #34A8E0;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.about-intro__title-line {
    display: block;
    font-family: var(--font-family-title) !important;
    font-size: clamp(2rem, 7vw, var(--font-size-title-sm));
}

.about-intro__title-line--medium {
    font-size: 44px !important;
    font-weight: 500;
    font-style: normal;
}

.about-intro__title-line--bold-italic {
    font-size: 64px !important;
    font-weight: 700;
    font-style: italic;
}

.about-intro__description {
    margin: 0;
    max-width: 36rem;
    font-size: 16px;
    line-height: 1.75;
    color: #5C4D3F;
}

.about-intro__description + .about-intro__description {
    margin-top: 1.25em;
}

@media (min-width: 768px) {
    .about-intro__inner {
        min-height: clamp(420px, 52vw, 1006px);
        aspect-ratio: 1920 / 1006;
    }

    .about-intro__media {
        position: absolute;
        inset: 0;
        order: 0;
        aspect-ratio: auto;
        z-index: 0;
    }

    .about-intro__media picture,
    .about-intro__media img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: right center;
        opacity: 1;
    }

    .about-intro__content {
        position: relative;
        z-index: 1;
        order: 0;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: min(100%, 52%);
        max-width: 760px;
        min-height: inherit;
        padding: clamp(48px, 6vw, 90px) clamp(24px, 5vw, 72px);
    }

    .about-intro__title-line {
        font-size: clamp(2.25rem, 4.2vw, var(--font-size-title));
    }

    .about-intro__description {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (min-width: 1200px) {
    .about-intro__content {
        padding-left: clamp(48px, 8vw, 120px);
    }
}

.about-quality {
    background: #ffffff;
}

.about-quality__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.about-quality__media {
    order: 2;
    width: 100%;
    overflow: hidden;
}

.about-quality__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.about-quality__media picture,
.about-quality__media img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.about-quality__content {
    order: 1;
    padding: 48px 20px 32px;
}

@media (max-width: 767.98px) {
    .about-quality,
    .about-quality__inner,
    .about-quality__content {
        background: #dcf5ff;
    }

    .about-quality__media {
        display: none;
    }

    .about-quality__content {
        padding: 48px 20px;
    }
}

.about-quality__title {
    margin: 0 0 20px;
    font-family: var(--font-family-title) !important;
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    font-weight: 700;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: 48px !important;
}

.about-quality__description {
    margin: 0 0 32px;
    max-width: 28rem;
    font-size: 16px;
    line-height: 1.75;
    color: #5C4D3F;
}

.about-quality__badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 360px;
}

.about-quality__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.about-quality__badge-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #37AEE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.about-quality__badge-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5C4D3F;
}

@media (min-width: 768px) {
    .about-quality__inner {
        min-height: clamp(360px, 48vw, 919px);
        aspect-ratio: 1920 / 919;
    }

    .about-quality__media {
        position: absolute;
        inset: 0;
        order: 0;
        z-index: 0;
    }

    .about-quality__media picture,
    .about-quality__media img {
        width: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center center;
    }

    .about-quality__content {
        position: relative;
        z-index: 1;
        order: 0;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: min(100%, 46%);
        max-width: 720px;
        min-height: inherit;
        margin-left: auto;
        padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 64px);
        margin-top: 50px;
    }

    .about-quality__title {
        font-size: clamp(2rem, 3.5vw, 2.5rem);
    }

    .about-quality__description {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 28px;
    }
}

@media (min-width: 1200px) {
    .about-quality__content {
        padding-right: clamp(48px, 6vw, 96px);
    }
}

.about-cta-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    min-height: clamp(300px, 32vw, 420px);
    aspect-ratio: 1920 / 539;
    background: #dcf5ff;
}

.about-cta-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-cta-card__media img,
.about-cta-card__media .img-fluid {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.about-cta-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: clamp(300px, 32vw, 420px);
    padding: clamp(32px, 5vw, 56px) 24px;
}

.about-cta-card__title {
    margin: 0 0 12px;
    max-width: 32rem;
    font-family: var(--font-family-title) !important;
    font-size: clamp(1.75rem, 5vw, 48px);
    font-weight: 700;
    font-style: italic;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.about-cta-card__description {
    margin: 0 0 24px;
    max-width: 36rem;
    font-size: clamp(15px, 2.2vw, 18px);
    line-height: 1.75;
    color: #5C4D3F;
}

.about-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 32px;
    border-radius: 999px;
    background: rgb(55, 174, 226);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.about-cta-card__btn:hover,
.about-cta-card__btn:focus-visible {
    background: rgb(45, 154, 206);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.about-cta-card__btn:focus-visible {
    outline: 2px solid rgb(55, 174, 226);
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    .about-page-section.about-page-section--cta {
        padding-top: 32px;
        padding-bottom: 70px;
    }

    .about-cta-card {
        min-height: clamp(340px, 92vw, 440px);
        aspect-ratio: auto;
    }

    .about-cta-card__media img {
        object-fit: cover;
        object-position: center center;
    }

    .about-cta-card__content {
        min-height: clamp(340px, 92vw, 440px);
        padding: 40px 20px;
    }

    .about-cta-card__title {
        max-width: 22rem;
    }

    .about-cta-card__description {
        margin-bottom: 20px;
    }

    .about-cta-card__btn {
        width: auto;
        min-width: min(100%, 280px);
    }
}

.about-certive {
    padding: 90px 20px;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
}

.about-certive--split {
    padding: 90px 24px;
    background: #ffffff;
}

.certive-video {
    padding: 70px 20px 0;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
}

.certive-video .container {
    max-width: 1200px;
    margin: 0 auto;
}

.certive-video__player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(92, 77, 63, 0.12);
    background: #000000;
}

.about-certive--split .about-certive__media .certive-video__player {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 1.25rem;
    box-shadow: none;
}

.certive-video__player video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}

.certive-video__cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    transition: opacity 0.3s ease;
}

.certive-video__cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certive-video__play-btn {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, background 0.3s ease;
}

.certive-video__play-btn .fa {
    margin-left: 4px;
}

.certive-video__cover:hover .certive-video__play-btn,
.certive-video__cover:focus-visible .certive-video__play-btn {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.5);
}

.certive-video__cover:focus-visible {
    outline: 2px solid #37AEE2;
    outline-offset: 2px;
}

.certive-video__player.is-playing .certive-video__cover {
    opacity: 0;
    pointer-events: none;
}

.about-certive .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.about-certive--split .container {
    text-align: left;
}

.about-certive__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.about-certive__media {
    min-width: 0;
}

.about-certive__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-certive--split.is-text-fitted .about-certive__content {
    overflow: hidden;
}

.about-certive--split .description {
    margin: 0;
    max-width: none;
    font-size: 18px;
    line-height: 1.75;
}

.about-certive .icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.about-certive .title {
    font-family: var(--font-family-title);
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.about-certive--split .title {
    margin-bottom: clamp(16px, 2vw, 24px);
}

.about-certive .description {
    font-family: 'Rubik', sans-serif;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #5C4D3F;
    font-weight: 400;
}

.about-certive--split .description + .description {
    margin-top: 1.25em;
}

.about-certive .description + .description {
    margin-top: 1.5em;
}

.about-certive strong {
    color: #5C4D3F;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .about-certive__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: stretch;
    }

    .about-certive--split {
        padding: 72px 24px;
    }

    .about-certive--split .container {
        text-align: center;
    }

    .about-certive--split .title {
        margin-bottom: 20px;
    }

    .about-certive--split .description {
        margin-inline: auto;
        font-size: 17px;
        line-height: 1.8;
    }

    .about-certive--split .description + .description {
        margin-top: 1.25em;
    }

    .about-certive--split.is-text-fitted .about-certive__content,
    .about-certive--split .about-certive__content {
        max-height: none !important;
        overflow: visible;
    }
}

@media (max-width: 767.98px) {
    .about-certive--split {
        padding: 64px 20px;
    }

    .about-certive--split .description {
        font-size: 16px;
        line-height: 1.75;
    }
}

@media (max-width: 768px) {
    .certive-video {
        padding: 48px 20px 0;
    }

    .certive-video__play-btn {
        width: 64px;
        height: 64px;
        font-size: 22px;
    }

    .about-certive {
        padding: 70px 20px;
    }

    .about-certive--split {
        padding: 64px 20px;
    }

    .about-certive--split .title {
        margin-bottom: 20px;
    }

    .about-certive .description {
        font-size: 17px;
        line-height: 1.8;
    }
}

.property__gallery > [class*="col-"] {
    margin-bottom: 24px;
}

.stores.spad {
    padding-top: 60px;
    padding-bottom: 60px;
}

.stores--panel {
    background-color: #d1eaff;
    margin-bottom: 0;
    padding-top: clamp(48px, 6vw, 72px);
    padding-bottom: clamp(48px, 6vw, 72px);
    border-radius: 2rem 2rem 0 0;
}

.stores--panel .stores__header h2,
.stores--panel .stores__header h4 {
    color: #2F2F2F;
}

.stores--panel .stores__divider {
    border-top-color: rgba(47, 47, 47, 0.12);
}

.stores__header h2,
.stores__header h4 {
    color: #111;
    margin: 0;
    padding-bottom: 24px;
    text-align: center;
}

.stores__header--center {
    text-align: center;
}

.stores__list-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.stores__divider {
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 0 0 40px;
}

.stores__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 64px);
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.stores__list::-webkit-scrollbar {
    display: none;
}

.stores__item {
    flex: 0 0 auto;
    scroll-snap-align: center;
}

.stores__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.stores__link--logo-only {
    justify-content: center;
}

.stores__link:hover {
    transform: scale(1.05);
}

.stores__logo-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.stores__logo-box .stores__logo {
    width: 80px;
    height: auto;
    max-width: 80px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.stores__brand {
    line-height: 1;
    font-size: clamp(16px, 2.5vw, 20px);
}

.stores__list--marketplaces {
    overflow-x: visible;
}

.stores__list--marketplaces .stores__item {
    flex: 0 0 300px;
    width: 300px;
}

.stores__list--marketplaces .stores__link {
    width: 100%;
}

.stores__list--marketplaces .stores__logo-box {
    width: 100%;
}

.stores__list--marketplaces .stores__logo-box .stores__logo {
    width: 100%;
    max-width: 100%;
    max-height: 72px;
}

.stores__list--marketplaces .stores__brand {
    font-size: clamp(18px, 2.8vw, 22px);
}

@media (max-width: 767.98px) {
    .stores__logo-box {
        width: 64px;
    }

    .stores__logo-box .stores__logo {
        width: 64px;
        max-width: 64px;
        max-height: 40px;
    }

    .stores__list--marketplaces {
        gap: clamp(8px, 2.5vw, 16px);
        justify-content: space-between;
        overflow-x: visible;
    }

    .stores__list--marketplaces .stores__item {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .stores__list--marketplaces .stores__logo-box {
        width: 100%;
    }

    .stores__list--marketplaces .stores__logo-box .stores__logo {
        width: 100%;
        max-width: 100%;
        max-height: clamp(28px, 9vw, 52px);
    }
}

.testimonials {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.testimonials__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.testimonials__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.78) 0%,
        rgba(230, 246, 252, 0.62) 45%,
        rgba(55, 174, 226, 0.28) 100%
    );
    z-index: 1;
}

.testimonials::before,
.testimonials::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(55, 174, 226, 0.18);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.testimonials::before {
    top: -90px;
    right: -70px;
    box-shadow: 0 0 0 28px rgba(55, 174, 226, 0.08);
}

.testimonials::after {
    bottom: -90px;
    left: -70px;
    box-shadow: 0 0 0 28px rgba(55, 174, 226, 0.08);
}

.testimonials__inner {
    position: relative;
    z-index: 2;
}

.testimonials__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}

.testimonials__intro {
    color: #2F2F2F;
}

.testimonials__label {
    display: inline-block;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 12px;
}

.testimonials__intro h2,
.testimonials__intro .title {
    color: #34A8E0;
    margin-bottom: 18px;
}

.testimonials__desc {
    color: #666;
    margin-bottom: 0;
}

.testimonials__nav {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.testimonials__nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #37AEE2;
    background: transparent;
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.testimonials__nav-btn:hover {
    background: #37AEE2;
    color: #ffffff;
}

.testimonials__carousel {
    min-width: 0;
}

.testimonials__swiper {
    overflow: hidden;
}

.testimonials__swiper .swiper-slide {
    height: auto;
}

.testimonials__card {
    background: #fff;
    border-radius: 2rem;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.testimonials__quote {
    color: #2b2b2b;
    margin-bottom: 24px;
}

.testimonials__author strong {
    display: block;
    color: #111;
    margin-bottom: 4px;
}

.testimonials__author span {
    display: block;
    color: #F37021;
}

@media (min-width: 768px) {
    .testimonials__layout {
        flex-direction: row;
        align-items: center;
        gap: 64px;
    }

    .testimonials__intro {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .testimonials__carousel {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}

@media (max-width: 767.98px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonials__card {
        padding: 28px;
    }
}

.footer {
    background-color: #37AEE2;
}

.footer__about p,
.footer__widget ul li a,
.footer__copyright__text p,
.footer__copyright__text a {
    color: rgba(255, 255, 255, 0.9);
}

.footer__widget h6,
.footer__newslatter h6 {
    color: #ffffff;
}

.footer__widget ul li a:hover,
.footer__copyright__text a:hover {
    color: #ffffff;
}

.footer__social a {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer__social a:hover {
    background: #ffffff;
    color: #37AEE2;
    transform: translateY(-2px);
}

.footer__copyright__text {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.footer__copyright__text i {
    color: #ffffff;
}

.footer__social a.footer__social--tiktok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer__social a.footer__social--tiktok img {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease;
}

.footer__social a.footer__social--tiktok:hover img {
    filter: none;
}

.footer__contact {
    margin-top: 28px;
}

.footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.6;
}

.footer__contact-item:has(.footer__contact-icon) {
    align-items: center;
}

.footer__contact-item:last-child {
    margin-bottom: 0;
}

.footer__contact-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37AEE2;
    font-size: 13px;
}

.footer__contact-text a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    word-break: break-word;
}

.footer__contact-text a:hover {
    color: #ffffff;
}

.footer__contact-text strong {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
}

@media (max-width: 767.98px) {
    .footer__about,
    .footer__widget,
    .footer__newslatter {
        text-align: center;
        margin-bottom: 32px;
    }

    .footer__logo {
        display: flex;
        justify-content: center;
    }

    .footer__contact-item {
        justify-content: center;
    }

    .footer__social {
        justify-content: center;
    }

    .footer__widget ul {
        padding-left: 0;
    }
}

.home-products {
    padding: 40px 0;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
    scroll-margin-top: var(--header-height, 96px);
}

.home-products__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
}

.home-products__intro {
    max-width: 36rem;
}

.home-products .title,
.home-products__title {
    font-family: var(--font-family-title);
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 45px;
}

.home-products__description {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 0;
}

.home-products__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 48px;
}

.home-products__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: gap 0.2s ease;
    min-height: 44px;
}

@media (min-width: 768px) {
    .home-products__view-all {
        white-space: nowrap;
    }
}

.home-products__view-all:hover {
    color: #2a9fd4;
    gap: 12px;
}

.home-products__grid > [class*="col-"] {
    margin-bottom: 32px;
}

.home-product-card {
    height: 100%;
}

.home-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 2.5rem;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(92, 77, 63, 0.08);
}

.home-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home-product-card__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.home-product-card__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.home-product-card__slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.home-product-card--has-slider .home-product-card__slider-track .home-product-card__image {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    max-width: none;
}

.home-product-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-product-card__title a:hover {
    color: #37AEE2;
}

.home-product-card:hover .home-product-card__image {
    transform: scale(1.05);
}

.home-product-card--has-slider:hover .home-product-card__image {
    transform: none;
}

.home-product-card--has-slider:hover .home-product-card__slider {
    transform: scale(1.05);
}

.home-product-card__cart-btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}

.home-product-card:hover .home-product-card__cart-btn {
    opacity: 1;
    transform: translateY(0);
}

.home-product-card__cart-btn:hover {
    background: #37AEE2;
    color: #ffffff;
}

.home-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-product-card__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #37AEE2;
}

.home-product-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
    line-height: 1.3;
    margin: 0;
}

.home-product-card__description {
    font-size: 16px;
    line-height: 1.6;
    color: #5C4D3F;
    margin: 0;
}

.home-product-card__price {
    font-size: 16px;
    font-weight: 600;
    color: #37AEE2;
    margin: 8px 0 0;
}

@media (max-width: 767.98px) {
    .home-products {
        padding: 70px 0;
    }

    .home-products__header {
        margin-bottom: 40px;
    }

    .home-products__description {
        font-size: 17px;
    }

    .home-product-card__cart-btn {
        opacity: 1;
        transform: translateY(0);
    }

    .home-journal {
        padding: 70px 16px;
    }

    .home-journal__header {
        margin-bottom: 40px;
    }

    .home-journal__description {
        font-size: 17px;
    }
}

.home-journal {
    padding: 90px 16px;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
}

@media (min-width: 576px) {
    .home-journal {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .home-journal {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.home-journal__header {
    max-width: 42rem;
    margin: 0 auto 64px;
    text-align: center;
}

.home-journal .title,
.home-journal__title {
    font-family: var(--font-family-title);
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.home-journal__description {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 0;
}

.home-journal__track-wrap {
    overflow: hidden;
}

.home-journal__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(55, 174, 226, 0.45) transparent;
}

@media (min-width: 576px) {
    .home-journal__track {
        padding: 0 20px 8px;
    }
}

@media (min-width: 768px) {
    .home-journal__track {
        padding: 0 24px 8px;
    }
}

@media (min-width: 1200px) {
    .home-journal__track {
        padding: 0 calc((100vw - min(100vw, 1140px)) / 2 + 15px) 8px;
    }
}

.home-journal__track::-webkit-scrollbar {
    height: 6px;
}

.home-journal__track::-webkit-scrollbar-thumb {
    background: rgba(55, 174, 226, 0.45);
    border-radius: 999px;
}

.home-journal__track:focus-visible {
    outline: 2px solid #37AEE2;
    outline-offset: 4px;
}

.home-journal-card {
    flex: 0 0 min(85vw, 360px);
    scroll-snap-align: start;
    height: auto;
}

@media (min-width: 768px) {
    .home-journal-card {
        flex: 0 0 360px;
    }
}

@media (min-width: 1200px) {
    .home-journal-card {
        flex: 0 0 calc((min(100vw, 1140px) - 48px) / 3);
    }
}

.home-journal-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: #FAF7F2;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(92, 77, 63, 0.08);
}

.home-journal-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home-journal-card:hover .home-journal-card__media img {
    transform: scale(1.05);
}

.home-journal-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-journal-card__category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #37AEE2;
}

.home-journal-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
}

.home-journal-card__title a {
    color: #2F2F2F;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-journal-card:hover .home-journal-card__title a,
.home-journal-card__title a:hover {
    color: #37AEE2;
}

.home-journal-card__meta {
    font-size: 14px;
    line-height: 1.5;
    color: #9A9A9A;
    margin-bottom: 0;
}

.home-journal-card__meta-author {
    font-weight: 600;
    color: #2F2F2F;
}

.home-journal-card__meta-label,
.home-journal-card__meta-separator,
.home-journal-card__meta-date {
    color: #9A9A9A;
    font-weight: 400;
}

.home-journal-card__meta-label {
    margin-right: 4px;
}

.home-journal-card__meta-separator {
    margin: 0 6px;
}

.home-journal__footer {
    margin-top: 32px;
    text-align: center;
}

.home-journal__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #37AEE2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.3s ease, gap 0.2s ease;
}

.home-journal__view-all:hover {
    background: #2a9fd4;
    color: #ffffff;
    gap: 12px;
}

.about-page-hero {
    padding: 90px 0;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
    overflow: hidden;
}

.about-page-hero__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 16px;
}

.about-page-hero__title {
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.about-page-hero__description {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 32px;
    max-width: 32rem;
}

.about-page-hero__media {
    position: relative;
    margin-top: 40px;
}

.about-page-hero__blob {
    position: absolute;
    inset: -16px;
    background: rgba(55, 174, 226, 0.12);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
}

.about-page-hero__image-wrap {
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.18);
    aspect-ratio: 4 / 5;
}

.about-page-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-btn {
    display: inline-block;
    padding: 16px 32px;
    min-height: 44px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-page-btn--primary {
    background: #37AEE2;
    color: #ffffff;
}

.about-page-btn--primary:hover {
    background: #2a9fd4;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(55, 174, 226, 0.24);
}

.about-page-btn--light {
    background: #ffffff;
    color: #37AEE2;
}

.about-page-btn--light:hover {
    color: #2a9fd4;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.24);
}

.about-page-section {
    padding: 90px 0;
    font-family: 'Rubik', sans-serif;
}

.about-page-section.about-page-section--cta {
    padding-top: 48px;
    padding-bottom: 90px;
}

.about-page-section--muted {
    background: #FAF7F2;
}

.about-page-section--surface {
    background: #f5f5f5;
}

.about-page-section--white {
    background: #ffffff;
}

.about-page-section__header {
    text-align: center;
    margin-bottom: 64px;
}

.about-page-section__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 8px;
}

.about-page-section__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.about-page-section__title--left {
    text-align: left;
    margin-bottom: 24px;
}

.about-page-section__divider {
    width: 64px;
    height: 4px;
    background: #F37021;
    border-radius: 999px;
    margin: 16px auto 0;
}

.about-page-section__description {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 40px;
}

.about-page-section .row > [class*="col-"] {
    margin-bottom: 24px;
}

.about-page-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 40px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(92, 77, 63, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(55, 174, 226, 0.12);
}

.about-page-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.about-page-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 16px;
}

.about-page-card__text {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
}

.about-page-value {
    border-radius: 1rem;
    padding: 32px;
    height: 100%;
    text-align: center;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-page-value--light {
    background: #FAF7F2;
    border: 1px solid rgba(55, 174, 226, 0.12);
}

.about-page-value--light:hover {
    border-color: #37AEE2;
}

.about-page-value--accent {
    background: rgba(55, 174, 226, 0.12);
}

.about-page-value--accent:hover {
    box-shadow: 0 8px 24px rgba(55, 174, 226, 0.12);
}

.about-page-value__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.about-page-value__title {
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 12px;
}

.about-page-value__text {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
}

.about-page-values {
    background: #FAF7F2;
}

.about-page-values__header {
    max-width: 820px;
    margin: 0 auto 64px;
    text-align: center;
}

.about-page-values__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.about-page-values__intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #5C4D3F;
    margin-bottom: 0;
}

.about-page-values__intro p + p {
    margin-top: 20px;
}

.about-page-values__slider {
    position: relative;
}

.about-page-values__swiper {
    overflow: hidden;
}

.about-page-values__swiper .swiper-slide {
    height: auto;
}

.about-page-values__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 0 12px;
}

.about-page-values__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 24px;
    background: none;
    border-radius: 0;
    color: #34A8E0;
    font-size: 36px;
    line-height: 1;
}

.about-page-values__item-title {
    font-size: 20px;
    font-weight: 700;
    color: #34A8E0;
    line-height: 1.35;
    margin-bottom: 12px;
}

.about-page-values__item-text {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
    max-width: 22rem;
}

.about-page-values__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.about-page-values__nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #37AEE2;
    background: transparent;
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.about-page-values__nav-btn:hover {
    background: #37AEE2;
    color: #ffffff;
}

.about-page-values__nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.about-page-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 420px;
}

.about-page-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.about-page-badges:hover .about-page-badge {
    opacity: 0.6;
}

.about-page-badges:hover .about-page-badge:hover {
    opacity: 1;
}

.about-page-badge__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #37AEE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.about-page-badge__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5C4D3F;
}

.about-page-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.about-page-gallery__item {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.about-page-gallery__item--offset {
    margin-top: 48px;
}

.about-page-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-commitment {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.about-page-commitment__icon {
    color: #37AEE2;
    font-size: 48px;
    margin-bottom: 32px;
}

.about-page-commitment__title {
    margin-bottom: 32px;
}

.about-page-commitment__text {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 40px;
}

.about-page-commitment__author-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 4px;
}

.about-page-commitment__author-name {
    font-size: 16px;
    color: #5C4D3F;
    margin-bottom: 0;
}

.about-page-cta {
    background: #37AEE2;
    border-radius: 1.5rem;
    padding: 64px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-page-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 70%);
    pointer-events: none;
}

.about-page-cta__title {
    position: relative;
    z-index: 1;
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.about-page-cta__description {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    max-width: 40rem;
    margin: 0 auto 32px;
}

.about-page-cta .about-page-btn {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .about-page-hero__media {
        margin-top: 0;
    }

    .about-page-hero__image-wrap {
        aspect-ratio: 1 / 1;
    }

    .about-page-gallery {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .about-page-hero,
    .about-page-section {
        padding: 70px 0;
    }

    .about-page-hero__title {
        font-size: 36px;
    }

    .about-page-section__title,
    .about-page-cta__title {
        font-size: 36px;
    }

    .about-page-gallery__item--offset {
        margin-top: 0;
    }

    .about-page-cta {
        padding: 48px 24px;
    }

    .about-page-values__header {
        margin-bottom: 40px;
    }

    .about-page-values__title {
        font-size: 36px;
    }

    .about-page-values__intro p {
        font-size: 16px;
    }

    .about-page-values__icon {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-page-values__item-title {
        font-size: 18px;
    }

    .about-page-values__item-text {
        font-size: 15px;
    }
}

.product-detail {
    padding: 40px 0 90px;
    background: #ffffff;
    font-family: 'Rubik', sans-serif;
}

.product-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C4D3F;
}

.product-detail-breadcrumb a {
    color: #5C4D3F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-detail-breadcrumb a:hover {
    color: #37AEE2;
}

.product-detail-breadcrumb span {
    color: #37AEE2;
}

.product-detail-breadcrumb .fa {
    font-size: 12px;
    color: #999;
}

.breadcrumb-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-nav__item:not(:last-child)::after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}

.breadcrumb-nav__item {
    display: inline-flex;
    align-items: center;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.product-detail__main {
    margin-bottom: 80px;
}

.product-detail__main > [class*="col-"] {
    margin-bottom: 32px;
}

.product-detail-gallery__main {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.15);
    aspect-ratio: 1 / 1;
}

.product-detail-gallery__skeleton {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    background: linear-gradient(
        90deg,
        #e8f4fb 0%,
        #f5fbff 45%,
        #dceef8 55%,
        #e8f4fb 100%
    );
    background-size: 200% 100%;
}

.product-detail-gallery__main--loading .product-detail-gallery__skeleton {
    opacity: 1;
    visibility: visible;
    animation: product-detail-gallery-shimmer 1.15s ease-in-out infinite;
}

.product-detail-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease, transform 0.7s ease;
}

.product-detail-gallery__main--loading .product-detail-gallery__image {
    opacity: 0;
}

@keyframes product-detail-gallery-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.product-detail-gallery__main:hover .product-detail-gallery__image {
    transform: scale(1.05);
}

.product-detail-info__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 12px;
}

.product-detail-info__title {
    font-size: 32px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.25;
    margin-bottom: 16px;
}

.product-detail-info__summary {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 24px;
}

.product-detail-variants {
    margin-bottom: 32px;
}

.product-detail-variants__section + .product-detail-variants__section {
    margin-top: 20px;
}

.product-detail-variants__heading {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #34A8E0;
    margin-bottom: 12px;
}

.product-detail-variants__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-variant {
    border: 1px solid #d9e8f0;
    border-radius: 999px;
    background: #fff;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    min-height: 44px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-detail-variant:hover,
.product-detail-variant--active {
    border-color: #37AEE2;
    background: rgba(55, 174, 226, 0.1);
    color: #1f8eb8;
}

.product-detail-info__marketplaces {
    margin-bottom: 32px;
}

.product-detail-info__marketplaces-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #34A8E0;
    margin-bottom: 16px;
}

.product-detail-info__marketplaces-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0;
    overflow-x: visible;
}

.product-detail-info__marketplaces-list .stores__item {
    flex: 0 0 auto;
    scroll-snap-align: unset;
}

.product-detail-info__marketplaces-list .stores__link {
    padding: 12px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.product-detail-info__marketplaces-list .stores__link:hover {
    border-color: #37AEE2;
    background: rgba(55, 174, 226, 0.06);
    box-shadow: 0 4px 12px rgba(55, 174, 226, 0.15);
    transform: translateY(-2px);
}

.product-detail-info__marketplaces-list .stores__logo-box {
    width: auto;
    min-width: 72px;
}

.product-detail-trust {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 1rem;
    background: #FAF7F2;
}

.product-detail-trust__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #37AEE2;
}

.product-detail-trust__icon {
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.product-detail-trust__icon--halal img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(58%) sepia(79%) saturate(749%) hue-rotate(166deg) brightness(96%) contrast(89%);
}

.product-detail-tabs {
    margin-bottom: 80px;
}

.product-detail-tabs__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.product-detail-tab__label--mobile {
    display: none;
}

.product-detail-tab {
    border: 0;
    background: transparent;
    padding: 16px 24px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C4D3F;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .product-detail-tab {
        white-space: nowrap;
    }
}

.product-detail-tab:hover {
    color: #37AEE2;
}

.product-detail-tab--active {
    color: #37AEE2;
    border-bottom-color: #37AEE2;
}

.product-detail-panel {
    display: none;
}

.product-detail-panel--active {
    display: block;
}

.product-detail-panel__title {
    font-size: 24px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 24px;
}

.product-detail-panel__text {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 24px;
    max-width: 48rem;
}

.product-detail-panel__content {
    max-width: 48rem;
    color: #5C4D3F;
    overflow-wrap: anywhere;
}

.product-detail-panel__content img {
    max-width: 100%;
    height: auto;
}

.product-detail-panel__content--wide {
    max-width: none;
}

.product-detail-panel__content > :first-child {
    margin-top: 0;
}

.product-detail-panel__content > :last-child {
    margin-bottom: 0;
}

.product-detail-panel__content strong,
.product-detail-panel__content b {
    font-weight: 700;
    color: #2F2F2F;
}

.product-detail-panel__content h2,
.product-detail-panel__content h3,
.product-detail-panel__content h4 {
    font-weight: 700;
    color: #2F2F2F;
    line-height: 1.3;
}

.product-detail-panel__content h2 {
    font-size: 24px;
    margin: 0 0 24px;
}

.product-detail-panel__content h3 {
    font-size: 20px;
    margin: 32px 0 16px;
}

.product-detail-panel__content h4 {
    font-size: 18px;
    margin: 24px 0 12px;
}

.product-detail-panel__content p {
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 24px;
}

.product-detail-panel__content ul,
.product-detail-panel__content ol {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.product-detail-panel__content ul:last-child,
.product-detail-panel__content ol:last-child {
    margin-bottom: 0;
}

.product-detail-panel__content li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.product-detail-panel__content li:last-child {
    margin-bottom: 0;
}

.product-detail-panel__content li p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.product-detail-panel__content ul > li::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #37AEE2;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    line-height: 1;
}

.product-detail-panel__content ol {
    counter-reset: product-description;
}

.product-detail-panel__content ol > li {
    counter-increment: product-description;
}

.product-detail-panel__content ol > li::before {
    content: counter(product-description) ".";
    color: #37AEE2;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.product-detail-panel__content ul + h2,
.product-detail-panel__content ul + h3,
.product-detail-panel__content ul + h4,
.product-detail-panel__content ol + h2,
.product-detail-panel__content ol + h3,
.product-detail-panel__content ol + h4,
.product-detail-panel__content p + h2,
.product-detail-panel__content p + h3,
.product-detail-panel__content p + h4 {
    margin-top: 32px;
}

.product-detail-panel__content h2 + p,
.product-detail-panel__content h3 + p,
.product-detail-panel__content h4 + p {
    margin-top: 0;
}

.product-detail-panel__content h2 + ul,
.product-detail-panel__content h3 + ul,
.product-detail-panel__content h4 + ul,
.product-detail-panel__content h2 + ol,
.product-detail-panel__content h3 + ol,
.product-detail-panel__content h4 + ol {
    margin-top: 0;
}

.product-detail-panel__content a {
    color: #0F766E;
    text-decoration: underline;
}

.product-detail-panel__content blockquote {
    margin: 0 0 24px;
    padding: 16px 20px;
    border-left: 4px solid #37AEE2;
    background: #FAF7F2;
    font-style: italic;
}

.product-detail-panel__content blockquote p:last-child {
    margin-bottom: 0;
}

.product-detail-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-detail-panel__list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 16px;
}

.product-detail-panel__list .fa {
    color: #37AEE2;
    margin-top: 4px;
}

.product-detail-step {
    background: #FAF7F2;
    border: 1px solid #ebebeb;
    border-radius: 1rem;
    padding: 32px;
    height: 100%;
}

.product-detail-step__number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: rgba(55, 174, 226, 0.2);
    margin-bottom: 16px;
}

.product-detail-step__title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 8px;
}

.product-detail-step__text {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
}

.product-detail-ingredients {
    background: #ffffff;
    border-radius: 1rem;
    padding: 40px;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.12);
}

.product-detail-ingredients__group {
    margin-bottom: 24px;
}

.product-detail-ingredients__group h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #37AEE2;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.product-detail-ingredients__group p {
    font-size: 14px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
}

.product-detail-related__header {
    margin-bottom: 40px;
}

.product-detail-related__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.product-detail-related__description {
    font-size: 16px;
    color: #5C4D3F;
    margin-bottom: 0;
}

.product-detail-related__grid > [class*="col-"] {
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .product-detail {
        padding-bottom: 70px;
    }

    .product-detail-info__title {
        font-size: 28px;
    }

    .product-detail-info__marketplaces-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        overflow-x: visible;
    }

    .product-detail-info__marketplaces-list .stores__item {
        width: auto;
        flex: 0 0 auto;
    }

    .product-detail-info__marketplaces-list .stores__link {
        width: auto;
        justify-content: center;
        padding: 24px 32px;
    }

    .product-detail-info__marketplaces-list .stores__logo-box {
        width: auto;
        min-width: 152px;
    }

    .product-detail-info__marketplaces-list .stores__logo-box .stores__logo {
        width: 152px;
        max-width: 152px;
        max-height: 96px;
    }

    .product-detail-trust {
        flex-direction: row;
        gap: 8px;
        padding: 12px 8px;
    }

    .product-detail-trust__item {
        gap: 4px;
        font-size: clamp(8px, 2.4vw, 10px);
        min-width: 0;
    }

    .product-detail-trust__icon {
        width: clamp(28px, 8vw, 36px);
        height: clamp(28px, 8vw, 36px);
        border-radius: 0.625rem;
        font-size: clamp(12px, 3.5vw, 16px);
    }

    .product-detail-trust__icon--halal img {
        width: clamp(20px, 5.5vw, 26px);
        height: clamp(20px, 5.5vw, 26px);
    }

    .product-detail-trust__item span {
        line-height: 1.2;
    }

    .product-detail-tabs__nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        overflow-x: visible;
        margin-bottom: 24px;
    }

    .product-detail-tab {
        width: 100%;
        min-width: 0;
        padding: 10px 6px;
        font-size: 11px;
        letter-spacing: 0.02em;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
    }

    .product-detail-tab__label--desktop {
        display: none;
    }

    .product-detail-tab__label--mobile {
        display: inline;
    }

    .product-detail-related__title {
        font-size: 36px;
    }
}

.journal-page,
.journal-article-page {
    font-family: 'Rubik', sans-serif;
    background: #ffffff;
}

.journal-page {
    padding-bottom: 0;
}

.journal-article-page {
    padding: 40px 0 90px;
    position: relative;
}

.journal-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #37AEE2;
    z-index: 1100;
    transition: width 0.1s ease;
}

.journal-hero {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.journal-hero__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.journal-hero__media {
    display: none;
}

.journal-hero__content {
    padding: 48px 20px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .journal-hero,
    .journal-hero__inner,
    .journal-hero__content {
        background: #ebebec;
    }

    .journal-hero__content {
        text-align: center;
        padding: 48px 20px 40px;
    }

    .journal-hero__label {
        align-self: center;
    }
}

.journal-hero__label {
    display: inline-block;
    width: fit-content;
    max-width: fit-content;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    font-size: clamp(13px, 3.5vw, 18px);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 24px;
    align-self: flex-start;
}

.journal-hero__title {
    font-family: var(--font-family-title) !important;
    font-size: clamp(2rem, 11vw, 65px);
    font-weight: 700;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

.journal-hero__description {
    font-size: clamp(15px, 4.5vw, 22px);
    line-height: 1.75;
    color: #5C4D3F;
    margin: 0;
}

@media (min-width: 768px) {
    .journal-hero__inner {
        min-height: clamp(360px, 45vw, 872px);
        aspect-ratio: 1920 / 872;
    }

    .journal-hero__media {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .journal-hero__media picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .journal-hero__media picture,
    .journal-hero__media img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center center;
    }

    .journal-hero__content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 60%;
        max-width: none;
        min-height: inherit;
        margin-left: auto;
        padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 64px);
        text-align: left;
    }

    .journal-hero__label {
        font-size: 18px;
    }

    .journal-hero__title {
        font-size: 65px;
    }

    .journal-hero__description {
        font-size: 22px;
        line-height: 1.8;
    }
}

@media (min-width: 1200px) {
    .journal-hero__content {
        padding-right: clamp(48px, 6vw, 96px);
    }
}

.journal-featured {
    display: block;
    margin-bottom: 48px;
    text-decoration: none;
    color: inherit;
}

.journal-featured__row {
    background: #FAF7F2;
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.journal-featured:hover .journal-featured__row {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -10px rgba(55, 174, 226, 0.18);
}

.journal-featured__media {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 220px;
    overflow: hidden;
}

.journal-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.journal-featured:hover .journal-featured__media img {
    transform: scale(1.05);
}

.journal-featured__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #37AEE2;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.journal-featured__body {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.journal-featured__meta {
    font-size: 12px;
    font-weight: 600;
    color: #5C4D3F;
    margin-bottom: 16px;
}

.journal-featured__title {
    font-size: 32px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.25;
    margin-bottom: 16px;
}

.journal-featured__excerpt {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 24px;
}

.journal-featured__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 700;
    transition: gap 0.2s ease;
}

.journal-featured:hover .journal-featured__link {
    gap: 12px;
}

.journal-filters {
    margin-bottom: 40px;
}

.journal-filters__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 575.98px) {
    .journal-filters__list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-padding-inline: 16px;
        padding-bottom: 4px;
    }

    .journal-filter {
        flex-shrink: 0;
    }
}

.journal-filter {
    border: 2px solid #ebebeb;
    background: #ffffff;
    color: #5C4D3F;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.journal-filter:hover,
.journal-filter--active {
    border-color: #37AEE2;
    background: #37AEE2;
    color: #ffffff;
}

.journal-grid {
    padding-bottom: 80px;
}

.journal-card-wrap {
    margin-bottom: 32px;
}

.journal-card-wrap.journal-card--hidden {
    display: none;
}

.journal-card {
    background: #ffffff;
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(92, 77, 63, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(55, 174, 226, 0.12);
}

.journal-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.journal-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.journal-card:hover .journal-card__media img {
    transform: scale(1.08);
}

.journal-card__body {
    padding: 32px;
}

.journal-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.journal-card__category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F37021;
}

.journal-card__date {
    font-size: 12px;
    color: #5C4D3F;
}

.journal-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.journal-card__title a {
    color: #2F2F2F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.journal-card__title a:hover {
    color: #37AEE2;
}

.journal-card__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #5C4D3F;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.journal-card__link:hover {
    gap: 12px;
}

.journal-newsletter {
    padding-bottom: 90px;
}

.journal-newsletter__inner {
    background: #34A8E0;
    border-radius: 2.5rem;
    padding: 64px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.journal-newsletter__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.journal-newsletter__description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    max-width: 40rem;
    margin: 0 auto 32px;
}

.journal-newsletter__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 32rem;
    margin: 0 auto 16px;
}

.journal-newsletter__input {
    width: 100%;
    padding: 16px 24px;
    border: 0;
    border-radius: 999px;
    background: #FAF7F2;
    color: #2F2F2F;
    font-size: 16px;
}

.journal-newsletter__input:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
}

.journal-newsletter__btn {
    padding: 16px 32px;
    border: 0;
    border-radius: 999px;
    background: #37AEE2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.journal-newsletter__btn:hover {
    background: #2a9fd4;
    transform: translateY(-1px);
}

.journal-newsletter__note {
    font-size: 12px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}

.journal-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C4D3F;
}

.journal-breadcrumb a {
    color: #5C4D3F;
    text-decoration: none;
}

.journal-breadcrumb a:hover {
    color: #37AEE2;
}

.journal-breadcrumb span {
    color: #37AEE2;
}

.journal-breadcrumb .fa {
    font-size: 12px;
    color: #999;
}

.journal-article-header {
    max-width: 64rem;
    margin: 0 auto 40px;
    text-align: center;
}

.journal-article-header__label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}

.journal-article-header__title {
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.2;
    margin-bottom: 24px;
}

.journal-article-header__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    color: #5C4D3F;
    font-size: 16px;
}

.journal-article-header__author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.journal-article-header__author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.journal-article-header__author img.journal-author-avatar--logo,
.journal-author__avatar.journal-author-avatar--logo {
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.journal-article-header__author img.journal-author-avatar--logo {
    padding: 5px;
    border: 1px solid #ebebeb;
}

.journal-article-header__meta .fa {
    color: #37AEE2;
    margin-right: 6px;
}

.journal-article-image {
    max-width: 64rem;
    margin: 0 auto 48px;
}

.journal-article-image__wrap {
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 0 16px 40px rgba(55, 174, 226, 0.12);
}

.journal-article-image__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.journal-article-image__wrap:hover img {
    transform: scale(1.03);
}

.journal-article {
    max-width: 64rem;
    margin: 0 auto;
}

.journal-article-content {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 1.75;
}

.journal-article-content > :first-child {
    margin-top: 0;
}

.journal-article-content > :last-child {
    margin-bottom: 0;
}

.journal-article-content__lead::first-letter {
    float: left;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    color: #34A8E0;
    margin-right: 12px;
    margin-top: 4px;
}

.journal-article-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #34A8E0;
    margin: 40px 0 16px;
    line-height: 1.3;
}

.journal-article-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
    margin: 32px 0 12px;
    line-height: 1.35;
}

.journal-article-content p {
    margin-bottom: 24px;
    color: #5C4D3F;
}

.journal-article-content a {
    color: #37AEE2;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.journal-article-content a:hover {
    color: #34A8E0;
}

.journal-article-content strong {
    font-weight: 700;
    color: #2F2F2F;
}

.journal-article-content em,
.journal-article-content i {
    font-style: italic;
}

.journal-article-content u {
    text-underline-offset: 2px;
}

.journal-article-content ul,
.journal-article-content ol {
    margin: 0 0 24px;
    padding-left: 1.5rem;
    color: #5C4D3F;
}

.journal-article-content ul {
    list-style: disc;
}

.journal-article-content ol {
    list-style: decimal;
}

.journal-article-content li {
    margin-bottom: 10px;
    line-height: 1.75;
}

.journal-article-content li:last-child {
    margin-bottom: 0;
}

.journal-article-content li p {
    margin-bottom: 0;
}

.journal-article-content blockquote {
    position: relative;
    margin: 40px 0;
    padding: 32px 40px;
    background: #FAF7F2;
    border-left: 4px solid #37AEE2;
    border-radius: 1rem;
    font-size: 22px;
    font-style: italic;
    color: #516447;
    line-height: 1.5;
}

.journal-article-content blockquote p {
    margin-bottom: 0;
}

.journal-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    margin: 32px auto;
}

.journal-article-content table,
.product-detail-panel__content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
}

.journal-article-content pre,
.journal-article-content iframe,
.product-detail-panel__content pre,
.product-detail-panel__content iframe {
    max-width: 100%;
    overflow-x: auto;
}

.journal-article-content hr {
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 40px 0;
}

.journal-article-content__quote {
    position: relative;
    margin: 40px 0;
    padding: 32px 40px;
    background: #FAF7F2;
    border-left: 4px solid #37AEE2;
    border-radius: 1rem;
    font-size: 22px;
    font-style: italic;
    color: #516447;
    line-height: 1.5;
}

.journal-article-content__list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.journal-article-content__list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
}

.journal-article-content__list .fa {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

.journal-article-content__list strong {
    color: #37AEE2;
}

.journal-article-content__tip {
    background: #FAF7F2;
    border: 1px solid #ebebeb;
    border-radius: 1rem;
    padding: 32px;
    margin: 40px 0;
}

.journal-article-content__tip h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #34A8E0;
    margin-bottom: 12px;
}

.journal-article-content__tip p {
    font-style: italic;
    margin-bottom: 0;
}

.journal-share {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.journal-share__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5C4D3F;
}

.journal-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.journal-share__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FAF7F2;
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.journal-share__btn:hover {
    background: #37AEE2;
    color: #ffffff;
    transform: translateY(-2px);
}

.journal-author {
    margin-top: 48px;
    padding: 32px;
    background: #FAF7F2;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.journal-author__avatar {
    width: 128px;
    height: 128px;
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.journal-author__avatar.journal-author-avatar--logo {
    padding: 20px;
}

.journal-author__name {
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 12px;
}

.journal-author__bio {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 16px;
}

.journal-author__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-weight: 700;
    text-decoration: none;
}

.journal-related {
    max-width: 64rem;
    margin: 80px auto 0;
}

.journal-related__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.journal-related__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.journal-related__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-weight: 700;
    text-decoration: none;
}

.journal-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 32px;
}

.journal-related-card__media {
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(92, 77, 63, 0.08);
}

.journal-related-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.journal-related-card:hover .journal-related-card__media img {
    transform: scale(1.05);
}

.journal-related-card__category {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #516447;
    margin-bottom: 8px;
}

.journal-related-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #2F2F2F;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.journal-related-card:hover .journal-related-card__title {
    color: #37AEE2;
}

@media (min-width: 768px) {
    .journal-newsletter__form {
        flex-direction: row;
    }

    .journal-newsletter__btn {
        flex-shrink: 0;
    }

    .journal-share {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .journal-author {
        flex-direction: row;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .journal-featured__media {
        height: 100%;
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .journal-article-header__title {
        font-size: clamp(1.75rem, 8vw, 2rem);
    }

    .journal-featured__body {
        padding: 32px 24px;
    }

    .journal-featured__title {
        font-size: 26px;
    }

    .journal-newsletter__inner {
        padding: 48px 24px;
    }

    .journal-newsletter__title,
    .journal-related__title {
        font-size: 36px;
    }

    .journal-article-page {
        padding-bottom: 70px;
    }

    .journal-author__avatar {
        width: 96px;
        height: 96px;
    }

    .journal-author__avatar.journal-author-avatar--logo {
        padding: 14px;
    }
}

.contact-page {
    font-family: 'Rubik', sans-serif;
    background: #ffffff;
}

.contact-hero {
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero__inner {
    max-width: 48rem;
    margin: 0 auto;
}

.contact-hero__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #37AEE2;
    margin-bottom: 16px;
}

.contact-hero .title {
    margin-bottom: 24px;
}

.contact-hero__description {
    font-size: 18px;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 0;
}

.contact-channel-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 40px 32px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -10px rgba(55, 174, 226, 0.18);
}

.contact-channel-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: rgba(55, 174, 226, 0.12);
    color: #37AEE2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
}

.contact-channel-card__icon--whatsapp {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
}

.contact-channel-card__whatsapp-icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.contact-channel-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 12px;
}

.contact-channel-card__description {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 20px;
}

.contact-channel-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.contact-channel-card__link:hover {
    gap: 12px;
    color: #2a9fd4;
}

.contact-form-section {
    padding: 80px 0;
    background: #FAF7F2;
}

.contact-channels-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-channel-card--stacked {
    text-align: left;
    padding: 32px 28px;
}

.contact-channel-card--stacked .contact-channel-card__icon {
    display: flex;
    margin-bottom: 20px;
}

.contact-form {
    background: #FFFFFF;
    border: 1px solid #ebebeb;
    border-radius: 1rem;
    padding: 40px 32px;
    box-shadow: 0 10px 30px -10px rgba(92, 77, 63, 0.08);
}

.contact-form__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

.contact-form__group {
    margin-bottom: 24px;
}

.contact-form__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #5C4D3F;
    margin-bottom: 8px;
    padding-left: 8px;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #ebebeb;
    border-radius: 999px;
    background: #ffffff;
    color: #2F2F2F;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__phone {
    display: flex;
    align-items: stretch;
    border: 1px solid #ebebeb;
    border-radius: 999px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__phone:focus-within {
    border-color: #37AEE2;
    box-shadow: 0 0 0 3px rgba(55, 174, 226, 0.12);
}

.contact-form__country-picker {
    position: relative;
    flex: 0 0 auto;
    border-right: 1px solid #ebebeb;
}

.contact-form__country-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 16px 14px 16px 18px;
    border: 0;
    background: #ffffff;
    cursor: pointer;
}

.contact-form__country-trigger:focus {
    outline: none;
}

.contact-form__country-flag {
    display: block;
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.contact-form__country-chevron {
    font-size: 11px;
    color: #5C4D3F;
    transition: transform 0.2s ease;
}

.contact-form__country-picker.is-open .contact-form__country-chevron {
    transform: rotate(180deg);
}

.contact-form__country-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    width: min(320px, calc(100vw - 48px));
    max-height: 280px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.contact-form__country-menu[hidden] {
    display: none;
}

.contact-form__country-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.contact-form__country-option-flag {
    flex-shrink: 0;
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.contact-form__country-option-name {
    flex: 1;
    min-width: 0;
    color: #2F2F2F;
    font-size: 15px;
    line-height: 1.4;
}

.contact-form__country-option-dial {
    flex-shrink: 0;
    color: #9a9a9a;
    font-size: 15px;
    line-height: 1.4;
}

.contact-form__country-option:hover,
.contact-form__country-option.is-selected {
    background: #f3f3f3;
}

.contact-form__dial-code {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 12px 0 14px;
    border-right: 1px solid #ebebeb;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .contact-form__dial-code {
        white-space: nowrap;
    }
}

.contact-form__input--phone {
    flex: 1;
    min-width: 0;
    border: 0;
    border-radius: 0 999px 999px 0;
    box-shadow: none;
}

.contact-form__input--phone:focus {
    outline: none;
    box-shadow: none;
}

.contact-form__textarea {
    border-radius: 1rem;
    resize: vertical;
    min-height: 140px;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    outline: none;
    border-color: #37AEE2;
    box-shadow: 0 0 0 3px rgba(55, 174, 226, 0.12);
}

.contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: #37AEE2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(55, 174, 226, 0.2);
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-form__submit:hover:not(:disabled) {
    background: #2a9fd4;
    transform: translateY(-2px);
}

.contact-form__submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.contact-form__submit--success {
    background: #516447;
}

body.contact-success-modal-open {
    overflow: hidden;
}

.contact-success-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.contact-success-modal[hidden] {
    display: none;
}

.contact-success-modal:not([hidden]) {
    display: flex;
}

.contact-success-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.contact-success-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-success-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 28rem);
    padding: 2.75rem 2.25rem 2.5rem;
    border-radius: 1.5rem;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 24px 60px -12px rgba(55, 174, 226, 0.22);
    transform: scale(0.96) translateY(10px);
    transition: transform 0.24s ease;
}

.contact-success-modal.is-open .contact-success-modal__dialog {
    transform: scale(1) translateY(0);
}

.contact-success-modal__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.5rem;
    border-radius: 999px;
    background: rgba(55, 174, 226, 0.14);
    color: #37AEE2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-success-modal__icon-svg {
    width: 2rem;
    height: 2rem;
}

.contact-success-modal__title {
    font-size: clamp(1.75rem, 4vw + 0.5rem, 2.25rem);
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-success-modal__message {
    font-size: 1rem;
    line-height: 1.75;
    color: #5C4D3F;
    margin-bottom: 2rem;
}

.contact-success-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    padding: 0.95rem 2rem;
    border: 0;
    border-radius: 999px;
    background: #37AEE2;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(55, 174, 226, 0.2);
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-success-modal__button:hover {
    background: #2a9fd4;
    transform: translateY(-1px);
}

.contact-success-modal__button:focus-visible {
    outline: 2px solid #37AEE2;
    outline-offset: 3px;
}

@media (max-width: 575.98px) {
    .contact-success-modal__dialog {
        padding: 2.25rem 1.5rem 2rem;
    }
}

.contact-stores {
    padding: 80px 0;
}

.contact-stores__header {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 48px;
}

.contact-stores__title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.contact-stores__description {
    font-size: 16px;
    line-height: 1.7;
    color: #5C4D3F;
    margin-bottom: 0;
}

.contact-store-card {
    flex: 0 0 auto;
    width: clamp(140px, 22vw, 200px);
    text-align: center;
    scroll-snap-align: center;
}

.contact-store-card__logo-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(92, 77, 63, 0.08);
    background: #FAF7F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-store-card__logo-box .contact-store-card__logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s ease;
}

.contact-store-card:hover .contact-store-card__logo-box .contact-store-card__logo {
    transform: scale(1.08);
}

.contact-store-card__name {
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 8px;
    line-height: 1.35;
}

.contact-store-card__address {
    font-size: clamp(12px, 1.8vw, 14px);
    line-height: 1.5;
    color: #5C4D3F;
    margin-bottom: 0;
}

.contact-stores__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(16px, 3vw, 32px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(55, 174, 226, 0.35) transparent;
}

.contact-stores__list::-webkit-scrollbar {
    height: 4px;
}

.contact-stores__list::-webkit-scrollbar-thumb {
    background: rgba(55, 174, 226, 0.35);
    border-radius: 999px;
}

@media (max-width: 767.98px) {
    .contact-stores__list {
        justify-content: flex-start;
    }

    .contact-store-card__logo-box {
        width: 72px;
        height: 72px;
    }
}

.contact-faq-cta {
    padding: 0 0 90px;
}

.contact-shop-logos {
    padding: 80px 0;
    background: transparent;
}

.contact-shop-logos__title {
    font-family: var(--font-family-title);
    font-size: clamp(0.95rem, 2.8vw + 0.55rem, 2.125rem);
    font-weight: 800;
    color: #34A8E0;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0 auto 40px;
    white-space: nowrap;
}

.contact-shop-logos__slider {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-shop-logos__swiper {
    background: transparent;
}

.contact-shop-logos__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-page-section--cta {
    padding-top: 0;
}

.contact-page-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    padding: 48px 40px;
}

.contact-page-cta .about-page-cta__title {
    text-align: left;
    margin-bottom: 16px;
}

.contact-page-cta__description {
    margin: 0;
    max-width: none;
    text-align: left;
}

.contact-page-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    min-height: 44px;
}

@media (min-width: 768px) {
    .contact-page-cta__btn {
        white-space: nowrap;
    }
}

.contact-page-cta__btn-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .contact-page-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 40px 48px;
    }

    .contact-page-cta__content {
        max-width: 62%;
    }
}

.contact-faq-cta__inner {
    background: #34A8E0;
    border-radius: 1rem;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 10px 30px -10px rgba(55, 174, 226, 0.2);
}

.contact-faq-cta__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.contact-faq-cta__description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}

.contact-faq-cta__btn {
    display: inline-block;
    padding: 16px 32px;
    min-height: 44px;
    border-radius: 999px;
    background: #ffffff;
    color: #37AEE2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, background 0.2s ease;
}

@media (min-width: 768px) {
    .contact-faq-cta__btn {
        white-space: nowrap;
    }
}

.contact-faq-cta__btn:hover {
    color: #2a9fd4;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .contact-faq-cta__inner {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .contact-form__country-trigger {
        padding: 16px 10px 16px 14px;
    }

    .contact-form__dial-code {
        padding: 0 8px;
        font-size: 14px;
    }

    .contact-form__title,
    .contact-stores__title {
        font-size: 36px;
    }

    .contact-shop-logos {
        padding: 56px 0;
    }

    .contact-shop-logos__title {
        margin-bottom: 28px;
    }

    .contact-form {
        padding: 32px 24px;
    }

    .contact-channels-panel {
        margin-bottom: 32px;
    }

    .contact-form__submit {
        width: 100%;
    }

    .contact-faq-cta {
        padding-bottom: 70px;
    }

    .contact-page-cta {
        padding: 32px 24px;
    }

    .contact-page-cta .about-page-cta__title {
        font-size: 28px;
    }

    .contact-page-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .contact-faq-cta__inner {
        padding: 32px 24px;
    }
}
