/* RS ABOUT AND RS WORK SECTION */
.rs-about-work {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(13, 110, 253, 0.18), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(120, 184, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #f7fbff 0%, #edf6ff 45%, #f8fbff 100%);
}

.rs-about-work .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-glass-card {
    position: relative;
    height: 100%;
    padding: 34px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(31, 88, 160, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: hidden;
    transition: 0.35s ease;
}

.rs-glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(31, 88, 160, 0.18);
}

.rs-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.rs-icon-box {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-size: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(13, 110, 253, 0.12);
    box-shadow: inset 0 0 24px rgba(13, 110, 253, 0.08);
}

.rs-section-head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.7px;
    color: var(--color1);
}

.rs-about-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
    color: #263657;
}

.rs-about-btn {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    min-height: 50px;
    padding-inline: 28px;
}

.rs-building-shape {
    position: absolute;
    right: -24px;
    bottom: -20px;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: rgba(13, 110, 253, 0.13);
    font-size: 160px;
    transform: rotate(-8deg);
    pointer-events: none;
}

.rs-work-card {
    padding: 34px;
}

.rs-work-grid {
    position: relative;
    z-index: 2;
}

.rs-work-item {
    height: 100%;
    min-height: 150px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 42px rgba(31, 88, 160, 0.08);
    transition: 0.35s ease;
}

.rs-work-item:hover {
    transform: translateY(-7px) scale(1.015);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 58px rgba(13, 110, 253, 0.15);
}

.rs-work-item i {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-size: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 244, 255, 0.85));
    border: 1px solid rgba(13, 110, 253, 0.12);
    transition: 0.35s ease;
}

.rs-work-item:hover i {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: rotate(-6deg) scale(1.08);
}

.rs-work-item h3 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    color: var(--color1);
}

.rs-work-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 300;
    color: #394967;
}

@media (max-width: 1199.98px) {
    .rs-glass-card {
        padding: 28px;
    }

    .rs-work-item {
        min-height: 155px;
        padding: 22px;
    }
}

@media (max-width: 991.98px) {
    .rs-about-work {
        padding: 70px 0;
    }

    .rs-about-card {
        min-height: auto;
    }

    .rs-section-head h2 {
        font-size: 25px;
    }
}

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

    .rs-glass-card {
        padding: 24px;
        border-radius: 22px;
    }

    .rs-section-head {
        margin-bottom: 22px;
    }

    .rs-about-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .rs-about-btn {
        width: 100%;
    }

    .rs-work-item {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .rs-about-work {
        padding: 52px 0;
    }

    .rs-section-head h2 {
        font-size: 23px;
    }

    .rs-icon-box {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 18px;
    }

    .rs-building-shape {
        width: 140px;
        height: 140px;
        font-size: 120px;
        opacity: 0.75;
    }
}

/* PROJECTS SECTION */
.rs-projects {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(13, 110, 253, 0.16), transparent 30%),
        radial-gradient(circle at 88% 30%, rgba(118, 181, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #f9fcff 100%);
}

.rs-projects .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-project-panel {
    position: relative;
    padding: 30px;
}

.rs-project-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.rs-project-all {
    min-height: 46px;
    padding: 12px 24px;
    font-size: 13px;
    white-space: nowrap;
}

.rs-project-grid.is-centered {
    justify-content: center;
}

.rs-project-grid.is-centered > [class*="col-"] {
    max-width: 320px;
}

.rs-project-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 46px rgba(31, 88, 160, 0.09);
    transition: 0.35s ease;
}

.rs-project-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 28px 70px rgba(13, 110, 253, 0.16);
}

.rs-project-img {
    position: relative;
    height: 132px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(255, 255, 255, 0.4));
}

.rs-project-featured {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #92400e;
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.94), rgba(253, 230, 138, 0.86));
    border: 1px solid rgba(245, 158, 11, 0.28);
    box-shadow: 0 12px 26px rgba(146, 64, 14, 0.14);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.rs-project-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 45%, rgba(7, 24, 74, 0.18));
    pointer-events: none;
}

.rs-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.rs-project-card:hover .rs-project-img img {
    transform: scale(1.08);
}

.rs-project-body {
    padding: 22px;
}

.rs-project-category {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.rs-project-body h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
    color: var(--color1);
    letter-spacing: -0.25px;
}

.rs-project-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    color: #3c4d6b;
}

@media (max-width: 991.98px) {
    .rs-projects {
        padding: 70px 0;
    }

    .rs-project-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .rs-project-all {
        width: 100%;
    }

    .rs-project-grid.is-centered {
        justify-content: flex-start;
    }

    .rs-project-grid.is-centered > [class*="col-"] {
        max-width: none;
    }
}

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

    .rs-project-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .rs-project-img {
        height: 170px;
    }

    .rs-project-body {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .rs-projects {
        padding: 52px 0;
    }

    .rs-project-panel {
        padding: 20px;
    }

    .rs-project-img {
        height: 155px;
    }

    .rs-project-body h3 {
        font-size: 16px;
    }
}

/* PUBLICATION AND BLOG SECTION */
.rs-pub-blog {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgba(13, 110, 253, 0.15), transparent 30%),
        radial-gradient(circle at 88% 16%, rgba(113, 180, 255, 0.2), transparent 35%),
        linear-gradient(135deg, #f9fcff 0%, #eef7ff 48%, #f8fbff 100%);
}

.rs-pub-blog::after {
    content: "";
    position: absolute;
    inset: auto -14% -30% 42%;
    height: 56%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(86, 168, 255, 0.16) 48%, transparent 72%);
    filter: blur(24px);
    pointer-events: none;
}

.rs-pub-blog .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-pub-card,
.rs-blog-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(238, 248, 255, 0.58));
    border-color: rgba(255, 255, 255, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 28px 82px rgba(31, 88, 160, 0.13);
}

.rs-pub-card::before,
.rs-blog-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.86), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(13, 110, 253, 0.11), transparent 34%);
    pointer-events: none;
}

.rs-pub-card > *,
.rs-blog-card > * {
    position: relative;
    z-index: 1;
}

.rs-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.rs-mini-btn {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 12px;
    border-radius: 10px;
    white-space: nowrap;
}

.rs-publication-list,
.rs-blog-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
}

.rs-publication-item {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 88px;
    padding: 16px;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 12px 32px rgba(31, 88, 160, 0.06);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rs-publication-item:last-child,
.rs-blog-item:last-child {
    border-bottom: 0;
}

.rs-publication-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.48);
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 46px rgba(13, 110, 253, 0.11);
}

.rs-publication-item:hover .rs-list-icon {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
}

.rs-list-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(228, 243, 255, 0.72));
    border: 1px solid rgba(13, 110, 253, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 12px 24px rgba(13, 110, 253, 0.1);
}

.rs-list-content h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
    color: var(--color1);
}

.rs-list-content p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #475a78;
}

.rs-list-content p span {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.1);
    font-size: 10px;
    font-weight: 900;
}

.rs-year-badge {
    min-width: 66px;
    padding: 9px 12px;
    border-radius: 999px;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(13, 110, 253, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.rs-blog-item {
    display: grid;
    grid-template-columns: 138px 1fr 36px;
    align-items: center;
    gap: 18px;
    min-height: 108px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 12px 32px rgba(31, 88, 160, 0.06);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rs-blog-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.48);
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 46px rgba(13, 110, 253, 0.11);
}

.rs-blog-thumb {
    position: relative;
    display: block;
    height: 80px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(13, 110, 253, 0.08);
    box-shadow: 0 14px 30px rgba(7, 24, 74, 0.1);
}

.rs-blog-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(7, 24, 74, 0.28)),
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.36), transparent 32%);
    pointer-events: none;
}

.rs-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.rs-blog-item:hover .rs-blog-thumb img {
    transform: scale(1.08);
}

.rs-blog-content h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.rs-blog-content h3 a {
    color: var(--color1);
    transition: 0.3s ease;
}

.rs-blog-content h3 a:hover {
    color: var(--color2);
}

.rs-blog-content p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #62718a;
}

.rs-blog-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 22px rgba(13, 110, 253, 0.09);
    transition: 0.3s ease;
}

.rs-blog-arrow:hover {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .rs-pub-blog {
        padding: 70px 0;
    }
}

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

    .rs-box-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .rs-mini-btn {
        width: 100%;
    }

    .rs-publication-item {
        grid-template-columns: 42px 1fr;
        padding: 14px;
    }

    .rs-year-badge {
        grid-column: 2 / 3;
        width: max-content;
        min-width: 62px;
        padding: 8px 11px;
    }

    .rs-blog-item {
        grid-template-columns: 98px 1fr 36px;
        gap: 14px;
        padding: 12px;
    }

    .rs-blog-thumb {
        height: 66px;
    }
}

@media (max-width: 575.98px) {
    .rs-pub-blog {
        padding: 52px 0;
    }

    .rs-blog-item {
        grid-template-columns: 1fr 36px;
    }

    .rs-blog-thumb {
        grid-column: 1 / 3;
        width: 100%;
        height: 150px;
    }

    .rs-list-content h3,
    .rs-blog-content h3 {
        font-size: 14px;
    }
}

/* SHOP SECTION */
.rs-shop {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(13, 110, 253, 0.16), transparent 30%),
        radial-gradient(circle at 90% 24%, rgba(102, 177, 255, 0.22), transparent 36%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #f9fcff 100%);
}

.rs-shop::after {
    content: "";
    position: absolute;
    inset: auto -12% -34% 48%;
    height: 58%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(86, 168, 255, 0.16) 48%, transparent 70%);
    filter: blur(22px);
    pointer-events: none;
}

.rs-shop .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-shop-panel {
    position: relative;
    padding: 34px;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.95), transparent 24%),
        radial-gradient(circle at 84% 0%, rgba(255, 183, 3, 0.15), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.84) 0%, rgba(239, 248, 255, 0.68) 52%, rgba(220, 238, 255, 0.62) 100%);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 32px 96px rgba(31, 88, 160, 0.16),
        0 0 0 1px rgba(13, 110, 253, 0.04);
}

.rs-shop-panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.88), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(13, 110, 253, 0.16), transparent 34%),
        radial-gradient(circle at 70% 102%, rgba(255, 183, 3, 0.1), transparent 30%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.44), transparent 44%);
    pointer-events: none;
}

.rs-shop-panel > * {
    position: relative;
    z-index: 1;
}

.rs-shop-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 28px;
}

.rs-shop-all {
    min-height: 46px;
    padding: 12px 24px;
    font-size: 13px;
    white-space: nowrap;
}

.rs-shop-carousel-wrap {
    position: relative;
}

.rs-shop-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 6px 4px 12px;
}

.rs-shop-carousel.is-centered {
    justify-content: center;
}

.rs-shop-carousel-wrap.is-centered .rs-shop-nav {
    display: none;
}

.rs-shop-carousel::-webkit-scrollbar {
    display: none;
}

.rs-empty-state {
    min-height: 150px;
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    color: #52627b;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(237, 247, 255, 0.44)),
        rgba(255, 255, 255, 0.54);
    border: 1px dashed rgba(13, 110, 253, 0.22);
}

.rs-empty-state i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.1);
}

.rs-empty-state p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
}

.rs-empty-state-carousel {
    flex: 1 0 100%;
}

.rs-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: calc((100% - 72px) / 4);
    scroll-snap-align: start;
    border-radius: 22px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(237, 247, 255, 0.5)),
        rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 18px 46px rgba(31, 88, 160, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
    animation: rsShopCardIn 0.7s ease both;
}

.rs-product-card:nth-child(2) {
    animation-delay: 0.06s;
}

.rs-product-card:nth-child(3) {
    animation-delay: 0.12s;
}

.rs-product-card:nth-child(4) {
    animation-delay: 0.18s;
}

.rs-product-card:nth-child(5) {
    animation-delay: 0.24s;
}

.rs-product-card:nth-child(6) {
    animation-delay: 0.3s;
}

.rs-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.58) 36%, transparent 58%);
    transform: translateX(-120%);
    transition: transform 0.65s ease;
    pointer-events: none;
}

.rs-product-card::after {
    content: "";
    position: absolute;
    right: -38%;
    top: -28%;
    z-index: 0;
    width: 82%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.08);
    filter: blur(10px);
    pointer-events: none;
}

.rs-product-card:hover {
    transform: translateY(-8px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 247, 255, 0.72)),
        rgba(255, 255, 255, 0.82);
    border-color: rgba(13, 110, 253, 0.14);
    box-shadow: 0 28px 70px rgba(13, 110, 253, 0.15);
}

.rs-product-card:hover::before {
    transform: translateX(120%);
}

.rs-product-img {
    position: relative;
    z-index: 2;
    height: 180px;
    padding: 0;
    overflow: hidden;
    background: radial-gradient(circle at 52% 34%, rgba(13, 110, 253, 0.14), transparent 56%);
}

.rs-product-type {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 12px 24px rgba(7, 24, 74, 0.12);
}

.rs-product-featured {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #92400e;
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.94), rgba(253, 230, 138, 0.86));
    border: 1px solid rgba(245, 158, 11, 0.28);
    box-shadow: 0 12px 26px rgba(146, 64, 14, 0.14);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.rs-product-type-own {
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.32), transparent 30%),
        linear-gradient(135deg, #06194f 0%, var(--color2) 62%, #48b8ff 100%);
}

.rs-product-type-affiliate {
    color: #52627b;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(226, 232, 240, 0.82)),
        rgba(241, 245, 249, 0.9);
    border-color: rgba(148, 163, 184, 0.32);
    box-shadow: 0 10px 22px rgba(71, 85, 105, 0.08);
}

.rs-product-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.4s ease;
}

.rs-product-card:hover .rs-product-img img {
    transform: scale(1.08);
}

.rs-product-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
    background: rgba(255, 255, 255, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.rs-product-body h3 {
    min-height: 42px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
    color: var(--color1);
}

.rs-product-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.rs-product-category {
    display: inline-flex;
    width: max-content;
    padding: 6px 11px;
    border-radius: 999px;
    color: var(--color2);
    font-size: 11px;
    font-weight: 900;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.rs-product-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
}

.rs-product-price {
    min-width: 0;
    padding: 12px 13px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(237, 247, 255, 0.56)),
        rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.rs-product-price-before {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
}

.rs-product-price-before del {
    color: #8b98ad;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
}

.rs-product-price-before span {
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    padding: 4px 7px;
    border-radius: 999px;
    color: #dc2626;
    background: rgba(254, 226, 226, 0.88);
    border: 1px solid rgba(248, 113, 113, 0.28);
    font-size: 9px;
    font-weight: 950;
    line-height: 1;
}

.rs-product-price strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
    color: var(--color1);
}

.rs-product-bottom a {
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.42), transparent 30%),
        linear-gradient(135deg, #ff8a00 0%, #ffb703 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        0 14px 28px rgba(255, 138, 0, 0.2),
        0 0 0 4px rgba(255, 183, 3, 0.08);
    transition: 0.3s ease;
}

.rs-product-bottom a:hover {
    color: #fff;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.48), transparent 30%),
        linear-gradient(135deg, #ff7a00 0%, #ffb703 100%);
    box-shadow:
        0 18px 34px rgba(255, 138, 0, 0.28),
        0 0 0 5px rgba(255, 183, 3, 0.1);
    transform: translateY(-3px);
}

.rs-shop-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 18px 46px rgba(31, 88, 160, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.rs-shop-nav:hover {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: translateY(-50%) scale(1.08);
}

.rs-shop-prev {
    left: -22px;
}

.rs-shop-next {
    right: -22px;
}

@keyframes rsShopCardIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .rs-shop-header {
        grid-template-columns: 1fr auto;
    }

    .rs-product-card {
        flex-basis: calc((100% - 48px) / 3);
        min-width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 991.98px) {
    .rs-shop {
        padding: 70px 0;
    }

    .rs-shop-carousel.is-centered {
        justify-content: flex-start;
    }

    .rs-product-card {
        flex-basis: calc((100% - 24px) / 2);
        min-width: calc((100% - 24px) / 2);
    }
}

@media (min-width: 992px) {
    .rs-shop-carousel.is-centered {
        overflow-x: hidden;
        scroll-snap-type: none;
    }

    .rs-shop-carousel.is-centered .rs-product-card {
        scroll-snap-align: unset;
    }
}

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

    .rs-shop-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .rs-shop-header {
        grid-template-columns: 1fr;
    }

    .rs-shop-all {
        width: 100%;
    }

    .rs-shop-nav {
        display: none;
    }

    .rs-product-img {
        height: 160px;
    }
}

@media (max-width: 575.98px) {
    .rs-shop {
        padding: 52px 0;
    }

    .rs-shop-panel {
        padding: 20px;
    }

    .rs-product-card {
        flex-basis: 88%;
        min-width: 88%;
    }

    .rs-product-body h3 {
        font-size: 14px;
    }
}

/* ACTIVITIES AND CTA SECTION */
.rs-activities-cta {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(13, 110, 253, 0.15), transparent 30%),
        radial-gradient(circle at 88% 24%, rgba(100, 177, 255, 0.24), transparent 36%),
        linear-gradient(135deg, #f9fcff 0%, #edf6ff 48%, #f8fbff 100%);
}

.rs-activities-cta .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-activity-card {
    min-height: 250px;
    padding: 34px;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.92), transparent 23%),
        radial-gradient(circle at 78% 82%, rgba(86, 168, 255, 0.34), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(235, 247, 255, 0.66) 44%, rgba(207, 231, 255, 0.56) 100%);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -42px 70px rgba(13, 110, 253, 0.06),
        0 26px 80px rgba(31, 88, 160, 0.16);
}

.rs-activity-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.62), transparent 42%),
        radial-gradient(circle at 100% 100%, rgba(13, 110, 253, 0.18), transparent 36%);
    pointer-events: none;
}

.rs-activity-card::after {
    content: "";
    position: absolute;
    inset: auto -18% -42% 36%;
    z-index: 0;
    height: 78%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    filter: blur(28px);
    pointer-events: none;
}

.rs-activity-content {
    position: relative;
    z-index: 3;
    width: 70%;
}

.rs-section-kicker {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    color: var(--color1);
}

.rs-activity-desc {
    max-width: none;
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #354765;
}

.rs-activity-btn {
    min-height: 46px;
    padding: 12px 24px;
    font-size: 13px;
}

.rs-activity-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 46%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.rs-activity-photo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 24px 36px rgba(7, 24, 74, 0.14));
    transition: 0.45s ease;
}

.rs-activity-card:hover .rs-activity-photo img {
    transform: translateY(-6px) scale(1.03);
}

.rs-activity-card:hover {
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        inset 0 -46px 76px rgba(13, 110, 253, 0.08),
        0 36px 96px rgba(31, 88, 160, 0.22);
}

.rs-cta-card {
    position: relative;
    min-height: 250px;
    height: 100%;
    padding: 42px;
    overflow: hidden;
    border-radius: 24px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 48%, rgba(255, 255, 255, 0.28), transparent 25%),
        linear-gradient(135deg, #0642ba 0%, #0d6efd 52%, #56a8ff 100%);
    box-shadow: 0 28px 80px rgba(13, 110, 253, 0.25);
    transition: 0.35s ease;
}

.rs-cta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 100px rgba(13, 110, 253, 0.32);
}

.rs-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.32), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.2), transparent 30%);
    opacity: 0.72;
    pointer-events: none;
}

.rs-cta-content {
    position: relative;
    z-index: 3;
    max-width: 500px;
}

.rs-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(14px);
}

.rs-cta-card h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.rs-cta-card p {
    max-width: 560px;
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.rs-btn-light {
    min-height: 48px;
    padding: 13px 26px;
    border-radius: 10px;
    color: var(--color2);
    font-size: 13px;
    font-weight: 900;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(7, 24, 74, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.35s ease;
}

.rs-btn-light:hover {
    color: var(--color1);
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.9);
}

.rs-cta-globe {
    position: absolute;
    right: -8%;
    top: 50%;
    z-index: 2;
    width: 46%;
    transform: translateY(-50%);
    opacity: 0.72;
    pointer-events: none;
}

.rs-cta-globe img {
    width: 100%;
    max-height: 330px;
    object-fit: contain;
    opacity: 0.68;
    filter: saturate(0.88) contrast(0.92) drop-shadow(0 20px 45px rgba(255, 255, 255, 0.12));
    mix-blend-mode: screen;
}

@media (max-width: 1199.98px) {
    .rs-activity-photo {
        width: 44%;
    }

    .rs-cta-globe {
        right: -12%;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .rs-activities-cta {
        padding: 70px 0;
    }

    .rs-activity-card,
    .rs-cta-card {
        min-height: 300px;
    }

    .rs-activity-photo {
        width: 42%;
    }

    .rs-cta-globe {
        right: -6%;
        width: 40%;
    }
}

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

    .rs-activity-card {
        min-height: auto;
        padding: 28px 24px 0;
    }

    .rs-activity-content {
        width: 100%;
    }

    .rs-activity-desc {
        max-width: 100%;
    }

    .rs-activity-btn {
        width: 100%;
    }

    .rs-activity-photo {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 260px;
        margin-top: 10px;
        justify-content: center;
    }

    .rs-activity-photo img {
        width: auto;
        height: 100%;
        max-height: 260px;
        object-position: bottom center;
    }

    .rs-cta-card {
        min-height: auto;
        padding: 34px 26px 220px;
    }

    .rs-cta-content {
        max-width: 100%;
    }

    .rs-btn-light {
        width: 100%;
    }

    .rs-cta-globe {
        right: 50%;
        top: auto;
        bottom: -110px;
        width: 280px;
        transform: translateX(50%);
    }

    .rs-cta-globe img {
        max-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .rs-activities-cta {
        padding: 52px 0;
    }

    .rs-section-kicker {
        font-size: 14px;
    }

    .rs-activity-desc,
    .rs-cta-card p {
        font-size: 14px;
    }

    .rs-cta-card {
        padding: 30px 22px 200px;
        border-radius: 22px;
    }

    .rs-cta-globe {
        bottom: -95px;
        width: 250px;
    }
}
