@font-face {
    font-family: 'SST Heavy';
    src: local('SST W01 Heavy'), local('SST-Heavy'),
        url('../fonts/SST-Heavy.woff2') format('woff2'),
        url('../fonts/SST-Heavy.woff') format('woff'),
        url('../fonts/SST-Heavy.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SST Light';
    src: local('SST W01 Light'), url('../fonts/SSTLight.TTF') format('truetype');
}

@font-face {
    font-family: 'SST Medium';
    src: local('SST W01 Medium'), url('../fonts/SSTMedium.TTF') format('truetype');
}

@font-face {
    font-family: 'SST Roman';
    src: local('SST W01 Roman'), url('../fonts/SST-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'SST W01 Bold';
    src: local('SST W01 Bold'), url('../fonts/SSTBold.TTF') format('truetype');
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.max-width-sony {
    max-width: 100%;
    margin: 0 auto;
}

.mobile-only {
    display: none;
}

.creative-look-section-container,
.custom-preset-section-container,
.empowering-section-container,
.discover-section-container,
.workshop-section-container,
.levelup-section-container {
    width: 70%;
    margin: 0 auto;
}


/* Key Visual Section */
.key-visual-section {
    position: relative;
    z-index: 10;
}

.key-visual-container {
    position: relative;
    z-index: 10;
}

.key-visual-box {
    position: relative;
    z-index: 10;
}

.key-visual-item-desktop {
    display: block;
}

.key-visual-item-desktop img {
    width: 100%;
}

.key-visual-item-mobile {
    display: none;
}

.key-visual-text {
    position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: 10;
    text-align: right;
}

.key-visual-text img {
    width: 80%;
    max-width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

.divider {
    text-align: center;
    margin: 20px 0;
}











.creative-look-section-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 50px;
}

.creative-look-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #F1F4F8;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.custom-preset-section {
    padding: 120px 20px 80px 20px;
    text-align: center;
    background-color: #f8dee6;
    margin-top: -40px;
    z-index: 9;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.empowering-section {
    padding: 120px 20px 80px 20px;
    text-align: center;
    background-color: #F7ECF9;
    margin-top: -40px;
    z-index: 8;
    position: relative;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.creative-look-section-maintitle,
.custom-preset-section-maintitle,
.empowering-section-maintitle {
    font-size: 2.5em;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
    font-family: 'SST Roman', Arial, sans-serif;
}

.creative-look-section-maintitle span {
    background: url('../images/blue-line-long.png') no-repeat center center;
    background-size: 100% 50%;
    background-position: 0% 100%;
}

.custom-preset-section-maintitle span {
    background: url('../images/pink-line.png') no-repeat center center;
    background-size: 100% 70%;
    background-position: 0% 100%;
}

.empowering-section-maintitle span {
    background: url('../images/purple-line.png') no-repeat center center;
    background-size: 100% 50%;
    background-position: 0% 100%;
}

.discover-section-maintitle span {
    background: url('../images/blue-line-short.png') no-repeat center center;
    background-size: 100% 50%;
    background-position: 0% 100%;
}

.levelup-section-maintitle span {
    background: url('../images/pink-line.png') no-repeat center center;
    background-size: 100% 60%;
    background-position: 0% 100%;
}

.creative-look-section-title {
    font-size: 24px;
    color: black;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: 'SST Medium', Arial, sans-serif;
}

.creative-look-section-description,
.custom-preset-section-description {
    font-size: 20px;
    color: black;
    margin-bottom: 16px;
    font-weight: normal !important;
    font-family: 'SST Light', Arial, sans-serif;
}

.preset-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.preset-btn {
    background: #fff;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    min-width: 80px;
    transition: background 0.2s, border 0.2s;
}

.preset-btn.active,
.preset-btn:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.preset-btn span {
    display: block;
    font-size: 12px;
    color: #888;
}

.preset-btn.active span,
.preset-btn:hover span {
    color: #fff;
}

.preset-slides {
    position: relative;
    min-height: 250px;
}

.preset-slide {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    animation: fadeIn 0.3s;
    display: none;
}

.preset-slide p {
    font-size: 1em;
    color: black;
    width: 80%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: normal !important;
}

.preset-slide.active {
    display: block;
}

.preset-image-wrapper {
    position: relative;
    display: inline-block;
    width: 80%;
    height: 800px;
    box-shadow: 13px 10px 0px -5px rgba(173, 216, 230, 1.0);
    border-radius: 20px;
}





.preset-slide img {
    border: 4px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 800px;
    object-fit: cover;
}

.preset-tag {
    position: absolute;
    top: 3px;
    left: 4px;
    background: #fff;
    color: #222;
    font-weight: bold;
    font-size: 1.2em;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px 24px 4px 24px;
    z-index: 2;
    letter-spacing: 1px;
}

.preset-image-wrapper.double .double-image-container {
    display: flex;
    gap: 0;
    width: 100%;
    position: relative;
    box-shadow: 13px 10px 0px -5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.left-image-double,
.right-image-double {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.first-row-triple,
.second-row-triple {
    height: 50%;
    position: relative;
}

.first-row-triple img,
.second-row-triple img {
    width: 100% !important;
    height: 100% !important;
}

.first-row-triple img {
    border-radius: 0 16px 0 0 !important;
}

.second-row-triple img {
    border-radius: 0 0 16px 0 !important;
}

.preset-image-wrapper.double .double-image-container .left-image-double img {
    width: 100%;
    border-radius: 16px 0 0 16px;
    border: 4px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    object-position: bottom;
}

.preset-image-wrapper.double .double-image-container .right-image-double img {
    width: 100%;
    border-radius: 0 16px 16px 0;
    border: 4px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    object-position: bottom;
    border-radius: 0 16px 16px 0;
    border-left: 2px solid #fff;
    border-right: 4px solid #fff;
}

.preset-image-wrapper.double .double-image-container::before {
    content: '';
    width: 8px;
    /* width of the white column */
    background: #fff;
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 8px;
    pointer-events: none;
}

/* Triple Image Container - 2 column layout with white separators */
.preset-image-wrapper.triple .triple-image-container {
    display: flex;
    gap: 0;
    width: 100%;
    position: relative;
    box-shadow: 13px 10px 0px -5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 800px;
}

.preset-image-wrapper.triple .triple-image-container .left-image {
    width: 50%;
    position: relative;
}

.preset-image-wrapper.triple .triple-image-container .left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
    border: 4px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    display: block;
}

.preset-image-wrapper.triple .triple-image-container .right-image {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.preset-image-wrapper.triple .triple-image-container .right-image img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    object-position: 100% 25%;
}

.preset-image-wrapper.triple .triple-image-container .right-image img:first-child {
    border-radius: 0 16px 0 0;
}

.preset-image-wrapper.triple .triple-image-container .right-image img:last-child {
    border-radius: 0 0 16px 0;
    border-top: 2px solid #fff;
}

/* Vertical white line separator between left and right columns */
.preset-image-wrapper.triple .triple-image-container::before {
    content: '';
    width: 8px;
    background: #fff;
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 8px;
    pointer-events: none;
}

/* Horizontal white line separator between top and bottom images in right column */
.preset-image-wrapper.triple .triple-image-container .right-image::before {
    content: '';
    height: 8px;
    background: #fff;
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 8px;
    pointer-events: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.preset-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.preset-lightbox.active {
    display: flex;
}

.preset-lightbox-content {
    position: relative;
    background: #f7f9fc;
    border-radius: 18px;
    padding: 0;
    max-width: 90vw;
    max-height: 90vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preset-lightbox-tag {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #fff;
    color: #222;
    font-weight: bold;
    font-size: 1.2em;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px 24px 4px 24px;
    z-index: 2;
    letter-spacing: 1px;
}

.preset-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preset-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    border: 4px solid #fff;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    display: block;
}

.preset-lightbox-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    color: #fff;
    padding: 16px 24px 12px 24px;
    border-radius: 0 0 16px 16px;
    font-size: 1em;
    text-align: left;
    font-family: 'Segoe UI', Arial, sans-serif;
    z-index: 10;
    max-width: 100vw;
    box-sizing: border-box;
}

.preset-lightbox-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    border: 3px solid #fff;
}

.preset-lightbox-next::before {
    width: 12px;
    height: 12px;
    content: '';
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 7px;
}

.preset-lightbox-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    border: 3px solid #fff;
}

.preset-lightbox-prev::before {
    width: 12px;
    height: 12px;
    content: '';
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 13px;
}

.preset-slides-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c3c3c3;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: blue;
    width: 24px;
    border-radius: 4px;
}

/* Mobile Arrow Navigation */
.preset-slides-mobile-nav {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    pointer-events: none;
    z-index: 10;
}

.preset-slides-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    pointer-events: auto;
}

.preset-slides-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.preset-slides-arrow:active {
    transform: scale(0.95);
}

/* Hide mobile arrows on desktop */
@media (min-width: 768px) {
    .preset-slides-mobile-nav {
        display: none !important;
    }
}

/* Empowering Section */
.empowering-item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.empowering-item:last-child {
    margin-bottom: 0 !important;
}

.empowering-item img {
    width: 100%;
    border: 4px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 13px 10px 0px -5px rgba(243, 203, 250, 1);
}

.empowering-item-title {
    font-size: 24px;
    color: black;
    margin: 16px 0;
    font-weight: bold;
    font-family: 'SST Roman', Arial, sans-serif;
}

.empowering-item-description {
    font-size: 16px;
    color: black;
    margin-bottom: 16px;
    font-weight: normal !important;
    font-family: 'SST Light', Arial, sans-serif;
}

/* Discover Section */
.discover-section {
    padding: 120px 20px 80px 20px;
    text-align: center;
    background-color: #F1F4F8;
    margin-top: -40px;
    z-index: 7;
    position: relative;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.discover-section-maintitle {
    font-size: 2.5em;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
    font-family: 'SST Roman', Arial, sans-serif;
}

.discover-item,
.discover-item-reverse {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    background: none;
    box-shadow: none;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.discover-item-reverse {
    margin-top: 40px;
}

.discover-item-img {
    width: 60%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: block;
    border: 4px solid white;
    box-shadow: 13px 10px 0px -5px #CFE2F3;
    z-index: 4;
}

.discover-item-box {
    background: #CFE2F3;
    border-radius: 0 60px 25px 0;
    margin-left: -20px;
    margin-bottom: -4px;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.discover-item-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    margin-bottom: 24px;
    text-align: left;
    font-family: 'SST Roman', Arial, sans-serif;
}

.discover-item-button {
    background: #111;
    color: #fff;
    border: 1px solid white;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-start;
    box-shadow: 7px 7px 0px -5px white;
}

.discover-item-reverse .discover-item-box {
    background: #CFE2F3;
    border-radius: 60px 0 0 25px;
    margin-right: -20px;
    margin-bottom: -4px;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.discover-item-reverse .discover-item-img {
    width: 60%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: block;
    border: 4px solid white;
    box-shadow: -13px 10px 0px -5px #CFE2F3;
    z-index: 4;
}

/* Workshop Section */

.workshop-section {
    padding: 120px 20px 80px 20px;
    text-align: center;
    background-color: #F7ECF9;
    margin-top: -40px;
    z-index: 6;
    position: relative;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.workshop-container {
    width: 80%;
    margin: 0 auto;
}

.workshop-item {
    width: 100%;
    margin-bottom: 40px;
    border: 4px solid white;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(to right, #D8B3D6, white);
    position: relative;
}

.workshop-item img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    pointer-events: none;
    z-index: 1;
    border-radius: 16px;
}

.workshop-item img {
    position: relative;
    z-index: 0;
}

.workshop-btn {
    background: #111;
    position: relative;
    top: -20px;
    color: #fff;
    border: 1px solid white;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    z-index: 6;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.workshop-description {
    font-size: 2.5em;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
    font-family: 'SST Roman', Arial, sans-serif;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
}

.workshop-description span {
    background: url('../images/purple-line.png') no-repeat center center;
    background-size: 100% 50%;
    background-position: 0% 100%;
}



/* Level Up Section */
.levelup-section {
    padding: 120px 20px 80px 20px;
    text-align: center;
    background-color: #FDD1E0;
    margin-top: -40px;
    z-index: 5;
    position: relative;
}

.levelup-section-maintitle {
    font-size: 2.5em;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
    font-family: 'SST Roman', Arial, sans-serif;
}


.levelup-row {
    display: flex;
    gap: 12px;
    justify-content: space-evenly;
    margin: 40px 0 0 0;
    flex-wrap: wrap;
}

.levelup-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    margin-top: 24px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(40px);
    border: 2px solid white;
    box-shadow: 13px 10px 0px -5px #f8b0c8;
}

.levelup-card.visible {
    animation: fadeUpSmooth 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.levelup-card-top {
    position: relative;
    background: #fff;
    border-radius: 28px 28px 0 0;
    padding: 32px 16px 0px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.levelup-camera {
    width: 180px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.levelup-card-text {
    margin-top: 40px;
    /* space for camera */
    text-align: center;
    margin-bottom: 16px;
    /* space for button */
}

.levelup-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: 'SST Roman', Arial, sans-serif;
    line-height: 1.1;
}

.levelup-desc {
    font-size: 1.2em;
    color: #222;
    margin-bottom: 16px;
    font-family: 'SST Roman', Arial, sans-serif;
}

.levelup-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    border: 1px solid white;
    border-radius: 12px;
    padding: 10px 10px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    width: 60%;
    z-index: 4;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.levelup-btn:hover {
    transform: translateX(-50%) translateY(-4px);
}

.levelup-card-bottom {
    width: 100%;
    background: #f7f7f7;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.levelup-main-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 28px 28px;
}

@keyframes fadeUpSmooth {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*background image*/
.creative-look-section {
    background-image: url('../images/blue-wave-desktop.png') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-preset-section {
    background-image: url('../images/pink-wave-desktop.png') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.discover-section {
    background-image: url('../images/blue-wave-desktop.png') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.empowering-section {
    background-image: url('../images/purple-wave-desktop-1.png'), url('../images/purple-wave-desktop-2.png');
    background-size: contain, contain;
    background-position: 100% 10%, bottom;
    background-repeat: no-repeat, no-repeat;
}

.workshop-section {
    background-image: url('../images/purple-wave-desktop-2.png');
    background-size: 100% 75%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.levelup-section {
    background-image: url('../images/pink-wave-desktop.png');
    background-size: 100% 80%;
    background-position: bottom;
    background-repeat: no-repeat;
}


.footer {
    margin-top: 0px !important;
}




.custom-preset-slider {
    position: relative;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.custom-preset-slide {
    display: none;
    text-align: center;
    animation: fade 0.5s;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, white, #f8bfd1);
    padding: 15px;
}

.custom-preset-slide.active {
    display: block;
}

.custom-preset-item-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.custom-preset-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7b3c9;
    border: 4px solid white;
    border-radius: 30px;
    padding: 4px;
    position: relative;
    top: -20px;
}

.custom-preset-step {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    padding: 0 20px;
    font-size: 24px;
    font-family: 'SST Roman', Arial, sans-serif;
}

.custom-preset-arrow {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}

.custom-preset-caption {
    font-size: 22px;
    color: #333;
    font-family: 'SST Roman', Arial, sans-serif;
}

.parameter-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.param-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.param-icon-item img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.param-icon-item span {
    margin-top: 0;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Skeleton Loading Animation */
.preset-lightbox-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 16px;
    z-index: 1;
}

.preset-lightbox-img-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    border: 4px solid #fff;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    display: block;
}

.preset-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    border: 4px solid #fff;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.preset-lightbox-img.loaded {
    opacity: 1;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

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