.elementor-3398 .elementor-element.elementor-element-2eb93c0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a4b35e7 *//* ==========================================================
   OLIVERA • HERO PREMIUM V2
   Apple × Dior • Desktop / Tablet / Mobile
========================================================== */

/* ==========================================================
   HERO SECTION
========================================================== */

.ol-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    padding: 110px 0 42px;

    background:
        radial-gradient(
            circle at 80% 22%,
            rgba(220, 165, 74, 0.12) 0%,
            rgba(220, 165, 74, 0.04) 25%,
            transparent 100%
        ),
        radial-gradient(
            circle at 12% 80%,
            rgba(255, 255, 255, 0.045) 0%,
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071623 0%,
            #09141d 28%,
            #080b0d 62%,
            #050505 100%
        );
}

.ol-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -260px;
    right: -210px;

    width: 720px;
    height: 720px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(244, 207, 79, 0.15) 0%,
            rgba(220, 165, 74, 0.06) 34%,
            transparent 70%
        );

    filter: blur(42px);
    pointer-events: none;
}

.ol-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -270px;
    left: -220px;

    width: 620px;
    height: 620px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(31, 77, 104, 0.24) 0%,
            rgba(17, 49, 68, 0.1) 38%,
            transparent 72%
        );

    filter: blur(46px);
    pointer-events: none;
}

/* ==========================================================
   CONTAINER
========================================================== */

.ol-hero .ol-container {
    position: relative;
    z-index: 2;

    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

/* ==========================================================
   HERO GRID
========================================================== */

.ol-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    align-items: center;

    gap: clamp(56px, 7vw, 110px);

    min-height: calc(100vh - 195px);
}

/* ==========================================================
   LEFT CONTENT
========================================================== */

.ol-hero-content {
    position: relative;
    z-index: 5;

    max-width: 720px;
    padding: 42px 0;
}

.ol-hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    margin-bottom: 27px;
    padding: 9px 18px;

    border: 1px solid rgba(220, 165, 74, 0.28);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 12px 35px rgba(0, 0, 0, 0.16);

    color: #f6d978;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: uppercase;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* ==========================================================
   TITLE
========================================================== */

.ol-hero-title {
    max-width: 760px;
    margin: 0 0 28px;

    color: #fff;

    font-family: "Montserrat",
sans-serif;
    font-size: clamp(58px, 4vw, 88px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    text-wrap: balance;
}

.ol-hero-title span {
    position: relative;
    display: inline-block;

    background:
        linear-gradient(
            180deg,
            #fff7c8 0%,
            #f6d978 35%,
            #dca54a 76%,
            #ad7426 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    filter: drop-shadow(0 10px 28px rgba(220, 165, 74, 0.12));
}

.ol-hero-title span::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 2px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.65),
            transparent
        );

    transform: scaleX(0.78);
    transform-origin: center;
    opacity: 0.68;
}

/* ==========================================================
   DESCRIPTION
========================================================== */

.ol-hero-description {
    max-width: 650px;
    margin: 0;

    color: rgba(239, 242, 244, 0.72);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(16px, 1.18vw, 18px);
    font-weight: 400;
    line-height: 1.85;
}

/* ==========================================================
   BENEFITS
========================================================== */

.ol-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;

    margin-top: 35px;
}

.ol-hero-benefit {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    min-width: 0;
    padding: 17px 15px;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 19px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 14px 40px rgba(0, 0, 0, 0.14);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transition:
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.ol-hero-benefit:hover {
    transform: translateY(-5px);

    border-color: rgba(220, 165, 74, 0.24);

    background:
        linear-gradient(
            180deg,
            rgba(220, 165, 74, 0.075),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.25);
}

.ol-benefit-icon {
    display: inline-flex;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;
    margin-top: 1px;

    border: 1px solid rgba(244, 207, 79, 0.4);
    border-radius: 50%;

    background:
        linear-gradient(
            180deg,
            rgba(246, 217, 120, 0.2),
            rgba(220, 165, 74, 0.075)
        );

    box-shadow:
        0 8px 22px rgba(220, 165, 74, 0.13);

    color: #f6d978;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.ol-hero-benefit > div:last-child {
    min-width: 0;
}

.ol-hero-benefit strong {
    display: block;

    margin-bottom: 6px;

    color: rgba(255, 255, 255, 0.96);

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.ol-hero-benefit span {
    display: block;

    color: rgba(235, 239, 242, 0.54);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.55;
}

/* ==========================================================
   ACTION BUTTONS
========================================================== */

.ol-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 36px;
}

.ol-hero .ol-btn {
    position: relative;
    isolation: isolate;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;
    padding: 16px 29px;

    border-radius: 999px;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    overflow: hidden;

    transition:
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease,
        color 0.4s ease,
        background 0.4s ease;
}

.ol-hero .ol-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -115%;

    width: 80%;

    background:
        linear-gradient(
            105deg,
            transparent,
            rgba(255, 255, 255, 0.34),
            transparent
        );

    transform: skewX(-20deg);

    transition: left 0.7s ease;
}

.ol-hero .ol-btn:hover::before {
    left: 130%;
}

.ol-hero .ol-btn:hover {
    transform: translateY(-4px);
}

.ol-hero .ol-btn-primary {
    border: 1px solid rgba(255, 233, 141, 0.72);

    background:
        linear-gradient(
            135deg,
            #fff0a5 0%,
            #f4cf4f 44%,
            #dca54a 75%,
            #bc812d 100%
        );

    box-shadow:
        0 17px 44px rgba(220, 165, 74, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);

    color: #111;
}

.ol-hero .ol-btn-primary:hover {
    box-shadow:
        0 24px 58px rgba(220, 165, 74, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ol-hero .ol-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.13);

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.02)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 14px 36px rgba(0, 0, 0, 0.16);

    color: rgba(255, 255, 255, 0.92);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ol-hero .ol-btn-secondary:hover {
    border-color: rgba(220, 165, 74, 0.4);

    background:
        linear-gradient(
            180deg,
            rgba(220, 165, 74, 0.09),
            rgba(255, 255, 255, 0.025)
        );

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.25);

    color: #f6d978;
}

/* ==========================================================
   REVIEW
========================================================== */

.ol-hero-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 29px;
}

.ol-review-stars {
    color: #f4cf4f;

    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;

    filter: drop-shadow(0 5px 12px rgba(220, 165, 74, 0.2));
}

.ol-hero-review p {
    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.ol-hero-review strong {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
}

/* ==========================================================
   RIGHT MEDIA
========================================================== */

.ol-hero-media {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
    padding: 24px 28px 38px;
}

.ol-hero-media::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;

    width: 92%;
    aspect-ratio: 1;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.16) 0%,
            rgba(220, 165, 74, 0.055) 38%,
            transparent 70%
        );

    filter: blur(22px);

    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ol-hero-media::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    width: 86%;
    aspect-ratio: 1;

    border: 1px solid rgba(220, 165, 74, 0.12);
    border-radius: 50%;

    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* ==========================================================
   IMAGE WRAPPER
========================================================== */

.ol-hero-image-wrapper {
    position: relative;

    width: min(100%, 560px);
    aspect-ratio: 0.82;

    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 42px;

    background:
        linear-gradient(
            160deg,
            rgba(255, 255, 255, 0.07),
            rgba(255, 255, 255, 0.018) 48%,
            rgba(220, 165, 74, 0.055)
        );

    box-shadow:
        0 45px 110px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(220, 165, 74, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);

    overflow: hidden;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ol-hero-image-wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(7, 22, 35, 0.03) 0%,
            transparent 42%,
            rgba(5, 5, 5, 0.38) 100%
        );

    pointer-events: none;
}

.ol-hero-image-wrapper::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 25px;
    left: 28px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.72),
            transparent
        );

    opacity: 0.55;
}

.ol-hero-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);

    transition:
        transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1),
        filter 1.2s ease;
}

.ol-hero-image-wrapper:hover .ol-hero-image {
    transform: scale(1.045);
    filter: contrast(1.025) saturate(1.025);
}

/* ==========================================================
   FLOATING CARDS
========================================================== */

.ol-floating-card {
    position: absolute;
    z-index: 7;

    display: flex;
    flex-direction: column;

    min-width: 156px;
    padding: 18px 21px;

    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 21px;

    background:
        linear-gradient(
            155deg,
            rgba(25, 28, 30, 0.83),
            rgba(8, 10, 11, 0.7)
        );

    box-shadow:
        0 22px 58px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    animation: olHeroFloat 5.4s ease-in-out infinite;

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.ol-floating-card:hover {
    border-color: rgba(220, 165, 74, 0.32);

    box-shadow:
        0 28px 68px rgba(0, 0, 0, 0.52),
        0 0 34px rgba(220, 165, 74, 0.075);
}

.ol-card-value {
    display: block;

    margin-bottom: 5px;

    background:
        linear-gradient(
            180deg,
            #fff7c8,
            #f4cf4f 55%,
            #dca54a
        );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.ol-card-label {
    display: block;

    color: rgba(255, 255, 255, 0.62);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.55;
    letter-spacing: 0.35px;
}

.ol-floating-card-1 {
    top: 13%;
    left: -18px;

    animation-delay: 0s;
}

.ol-floating-card-2 {
    top: 43%;
    right: -26px;

    animation-delay: -1.7s;
}

.ol-floating-card-3 {
    bottom: 4%;
    left: 4px;

    animation-delay: -3.2s;
}

/* ==========================================================
   BOTTOM TRUST STRIP
========================================================== */

.ol-hero-bottom {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    margin-top: 34px;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 27px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.014)
        );

    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.21),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    overflow: hidden;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ol-hero-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.45),
            transparent
        );
}

.ol-hero-bottom-item {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 102px;
    padding: 20px 18px;

    text-align: center;
}

.ol-hero-bottom-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 26%;
    right: 0;
    bottom: 26%;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(255, 255, 255, 0.12),
            transparent
        );
}

.ol-hero-bottom-item strong {
    display: block;

    margin-bottom: 7px;

    color: #f6d978;

    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
}

.ol-hero-bottom-item span {
    color: rgba(255, 255, 255, 0.53);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

/* ==========================================================
   ANIMATION
========================================================== */

@keyframes olHeroFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -11px, 0);
    }
}

/* ==========================================================
   LARGE LAPTOP
========================================================== */

@media (max-width: 1280px) {
    .ol-hero {
        padding-top: 100px;
    }

    .ol-hero .ol-container {
        width: min(1180px, calc(100% - 48px));
    }

    .ol-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
        gap: 58px;
    }

    .ol-hero-benefits {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .ol-hero-benefit {
        padding: 14px 15px;
    }

    .ol-floating-card-1 {
        left: -10px;
    }

    .ol-floating-card-2 {
        right: -15px;
    }
}

/* ==========================================================
   TABLET LANDSCAPE
========================================================== */

@media (max-width: 1024px) {
    .ol-hero {
        min-height: auto;
        padding: 118px 0 40px;
    }

    .ol-hero .ol-container {
        width: min(900px, calc(100% - 40px));
    }

    .ol-hero-grid {
        grid-template-columns: 1fr;
        gap: 44px;

        min-height: auto;
    }

    .ol-hero-content {
        max-width: 800px;
        padding: 22px 0 0;
        text-align: center;
    }

    .ol-hero-kicker {
        margin-inline: auto;
    }

    .ol-hero-title,
    .ol-hero-description {
        margin-inline: auto;
    }

    .ol-hero-title {
        max-width: 780px;
        font-size: clamp(58px, 9vw, 82px);
    }

    .ol-hero-description {
        max-width: 690px;
    }

    .ol-hero-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
    }

    .ol-hero-benefit {
        text-align: left;
    }

    .ol-hero-actions,
    .ol-hero-review {
        justify-content: center;
    }

    .ol-hero-media {
        width: min(680px, 100%);
        margin-inline: auto;
        padding-inline: 42px;
    }

    .ol-hero-image-wrapper {
        width: min(100%, 555px);
    }

    .ol-floating-card-1 {
        left: 8px;
    }

    .ol-floating-card-2 {
        right: 4px;
    }

    .ol-floating-card-3 {
        left: 22px;
    }

    .ol-hero-bottom {
        margin-top: 26px;
    }
}

/* ==========================================================
   TABLET PORTRAIT
========================================================== */

@media (max-width: 767px) {
    .ol-hero {
        padding: 92px 0 28px;
    }

    .ol-hero .ol-container {
        width: min(100% - 28px, 680px);
    }

    .ol-hero-grid {
        gap: 34px;
    }

    .ol-hero-content {
        padding-top: 12px;
    }

    .ol-hero-kicker {
        min-height: 35px;
        margin-bottom: 22px;
        padding: 8px 14px;

        font-size: 9px;
        letter-spacing: 1.55px;
    }

    .ol-hero-title {
        margin-bottom: 21px;

        font-size: clamp(47px, 13vw, 64px);
        line-height: 0.98;
        letter-spacing: -1.1px;
    }

    .ol-hero-description {
        max-width: 560px;

        font-size: 15px;
        line-height: 1.78;
    }

    .ol-hero-benefits {
        grid-template-columns: 1fr;
        gap: 10px;

        max-width: 530px;
        margin: 27px auto 0;
    }

    .ol-hero-benefit {
        padding: 14px 15px;
        border-radius: 17px;
    }

    .ol-hero-benefit strong {
        font-size: 12px;
    }

    .ol-hero-benefit span {
        font-size: 10px;
    }

    .ol-hero-actions {
        flex-direction: column;
        gap: 11px;

        margin-top: 28px;
    }

    .ol-hero .ol-btn {
        width: min(100%, 440px);
        min-height: 54px;
        padding: 15px 24px;
    }

    .ol-hero-review {
        flex-direction: column;
        gap: 9px;

        margin-top: 24px;
    }

    .ol-hero-review p {
        max-width: 360px;
        text-align: center;
    }

    .ol-hero-media {
        padding: 16px 25px 30px;
    }

    .ol-hero-image-wrapper {
        width: min(100%, 475px);
        border-radius: 31px;
    }

    .ol-floating-card {
        min-width: 132px;
        padding: 14px 16px;
        border-radius: 17px;
    }

    .ol-card-value {
        font-size: 23px;
    }

    .ol-card-label {
        font-size: 9px;
    }

    .ol-floating-card-1 {
        top: 10%;
        left: 2px;
    }

    .ol-floating-card-2 {
        top: 47%;
        right: 0;
    }

    .ol-floating-card-3 {
        bottom: 2%;
        left: 10px;
    }

    .ol-hero-bottom {
        grid-template-columns: repeat(2, 1fr);

        margin-top: 22px;
        border-radius: 22px;
    }

    .ol-hero-bottom-item {
        min-height: 88px;
        padding: 17px 12px;
    }

    .ol-hero-bottom-item:nth-child(2)::after {
        display: none;
    }

    .ol-hero-bottom-item:nth-child(-n + 2)::before {
        content: "";
        position: absolute;
        right: 16%;
        bottom: 0;
        left: 16%;

        height: 1px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.105),
                transparent
            );
    }

    .ol-hero-bottom-item strong {
        font-size: 24px;
    }

    .ol-hero-bottom-item span {
        font-size: 9px;
        letter-spacing: 0.85px;
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 480px) {
    .ol-hero {
        padding-top: 78px;
    }

    .ol-hero .ol-container {
        width: calc(100% - 22px);
    }

    .ol-hero-kicker {
        max-width: 100%;

        white-space: normal;
        text-align: center;
        line-height: 1.45;
    }

    .ol-hero-title {
        font-size: clamp(42px, 13.5vw, 56px);
    }

    .ol-hero-description {
        font-size: 14px;
        line-height: 1.72;
    }

    .ol-hero-benefits {
        margin-top: 24px;
    }

    .ol-benefit-icon {
        flex-basis: 27px;

        width: 27px;
        height: 27px;
    }

    .ol-hero-actions {
        margin-top: 25px;
    }

    .ol-hero .ol-btn {
        min-height: 52px;

        font-size: 11px;
        letter-spacing: 1px;
    }

    .ol-hero-media {
        padding: 10px 10px 24px;
    }

    .ol-hero-image-wrapper {
        aspect-ratio: 0.8;
        border-radius: 26px;
    }

    .ol-floating-card {
        min-width: 114px;
        max-width: 132px;
        padding: 12px 13px;
    }

    .ol-card-value {
        font-size: 21px;
    }

    .ol-card-label {
        font-size: 8px;
        line-height: 1.4;
    }

    .ol-floating-card-1 {
        top: 8%;
        left: -2px;
    }

    .ol-floating-card-2 {
        top: 46%;
        right: -3px;
    }

    .ol-floating-card-3 {
        bottom: 0;
        left: 2px;
    }

    .ol-hero-bottom-item {
        min-height: 82px;
    }

    .ol-hero-bottom-item strong {
        font-size: 22px;
    }

    .ol-hero-bottom-item span {
        font-size: 8px;
    }
}

/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 370px) {
    .ol-hero-title {
        font-size: 40px;
    }

    .ol-hero .ol-btn {
        padding-inline: 17px;
        font-size: 10px;
    }

    .ol-floating-card {
        min-width: 103px;
        max-width: 115px;
        padding: 10px 11px;
    }

    .ol-card-value {
        font-size: 19px;
    }

    .ol-card-label {
        font-size: 7.5px;
    }

    .ol-hero-bottom-item {
        padding-inline: 8px;
    }
}

/* ==========================================================
   REDUCED MOTION / ACCESSIBILITY
========================================================== */

@media (prefers-reduced-motion: reduce) {
    .ol-floating-card {
        animation: none;
    }

    .ol-hero-image,
    .ol-hero .ol-btn,
    .ol-hero-benefit,
    .ol-floating-card {
        transition: none;
    }

    .ol-hero .ol-btn::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0863166 *//* ==========================================================
   OLIVERA • PROBLEME & BENEFICII EPILARE DEFINITIVĂ
   Apple × Dior • V1
========================================================== */

#probleme-epilare-definitiva {
    --ol-pain-bg: #050505;
    --ol-pain-bg-soft: #090909;
    --ol-pain-card: rgba(255, 255, 255, 0.035);

    --ol-pain-white: #ffffff;
    --ol-pain-text: #eeeeee;
    --ol-pain-muted: rgba(238, 238, 238, 0.62);
    --ol-pain-muted-soft: rgba(238, 238, 238, 0.42);

    --ol-pain-gold: #dca54a;
    --ol-pain-gold-light: #f6d978;
    --ol-pain-gold-dark: #ad7426;

    --ol-pain-border: rgba(255, 255, 255, 0.075);
    --ol-pain-border-gold: rgba(220, 165, 74, 0.24);

    position: relative;
    isolation: isolate;

    width: 100%;
    padding: clamp(82px, 10vw, 150px) 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 13% 22%,
            rgba(31, 77, 104, 0.17),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 75%,
            rgba(220, 165, 74, 0.105),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #07131d 0%,
            #080b0e 38%,
            #050505 72%,
            #080706 100%
        );

    color: var(--ol-pain-text);
    font-family: "Montserrat", sans-serif;
}


/* ==========================================================
   RESET LOCAL
========================================================== */

#probleme-epilare-definitiva,
#probleme-epilare-definitiva *,
#probleme-epilare-definitiva *::before,
#probleme-epilare-definitiva *::after {
    box-sizing: border-box;
}

#probleme-epilare-definitiva h2,
#probleme-epilare-definitiva h3,
#probleme-epilare-definitiva p {
    margin-top: 0;
}

#probleme-epilare-definitiva a {
    color: inherit;
    font-family: inherit;
}


/* ==========================================================
   AMBIENT LIGHTS
========================================================== */

.ol-pain-ambient {
    position: absolute;
    z-index: -1;

    border-radius: 50%;
    pointer-events: none;
}

.ol-pain-ambient-1 {
    top: 5%;
    right: -260px;

    width: 650px;
    height: 650px;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.11),
            transparent 68%
        );

    filter: blur(30px);
}

.ol-pain-ambient-2 {
    bottom: -320px;
    left: -250px;

    width: 700px;
    height: 700px;

    background:
        radial-gradient(
            circle,
            rgba(31, 77, 104, 0.22),
            transparent 68%
        );

    filter: blur(34px);
}


/* ==========================================================
   CONTAINER
========================================================== */

.ol-pain-container {
    position: relative;
    z-index: 2;

    width: min(1280px, calc(100% - 64px));
    margin-inline: auto;
}


/* ==========================================================
   HEADER
========================================================== */

.ol-pain-header {
    width: min(870px, 100%);
    margin: 0 auto clamp(50px, 7vw, 82px);

    text-align: center;
}

.ol-pain-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 37px;
    margin-bottom: 23px;
    padding: 9px 17px;

    border: 1px solid rgba(220, 165, 74, 0.27);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.018)
        );

    color: var(--ol-pain-gold-light);

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 32px rgba(0, 0, 0, 0.16);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ol-pain-title {
    max-width: 850px;
    margin: 0 auto 23px;

    color: var(--ol-pain-white);

    font-size: clamp(44px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -2px;

    text-wrap: balance;
}

.ol-pain-title span {
    display: block;

    background:
        linear-gradient(
            180deg,
            #fff8ce 0%,
            #f6d978 36%,
            #dca54a 72%,
            #ad7426 100%
        );

    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;

    filter:
        drop-shadow(
            0 10px 28px rgba(220, 165, 74, 0.12)
        );
}

.ol-pain-description {
    width: min(720px, 100%);
    margin: 0 auto;

    color: var(--ol-pain-muted);

    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 600;
    line-height: 1.8;

    text-wrap: balance;
}


/* ==========================================================
   MAIN GRID
========================================================== */

.ol-pain-grid {
    display: grid;
    grid-template-columns:
        minmax(380px, 0.88fr)
        minmax(0, 1.12fr);

    gap: clamp(28px, 4vw, 54px);
    align-items: stretch;
}


/* ==========================================================
   VISUAL PANEL
========================================================== */

.ol-pain-visual {
    position: relative;
    isolation: isolate;

    min-height: 720px;
    padding: clamp(28px, 4vw, 50px);

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 38px;

    background:
        radial-gradient(
            circle at 68% 38%,
            rgba(220, 165, 74, 0.14),
            transparent 32%
        ),
        radial-gradient(
            circle at 20% 80%,
            rgba(31, 77, 104, 0.18),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.018) 52%,
            rgba(220, 165, 74, 0.04)
        );

    box-shadow:
        0 45px 110px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ol-pain-visual::before {
    content: "";

    position: absolute;
    z-index: -1;
    inset: 0;

    background:
        linear-gradient(
            125deg,
            rgba(255, 255, 255, 0.035),
            transparent 40%
        );

    pointer-events: none;
}

.ol-pain-visual-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;

    height: 100%;
}

.ol-pain-visual-number {
    display: block;

    margin-bottom: auto;

    color: rgba(246, 217, 120, 0.58);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.ol-pain-visual-copy {
    position: relative;
    z-index: 3;

    max-width: 500px;
    position: relative;
    z-index: 4;

    max-width: 500px;
    margin-top: auto;
}

.ol-pain-visual-kicker {
    display: block;

    margin-bottom: 17px;

    color: var(--ol-pain-gold-light);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ol-pain-visual-copy h3 {
    margin-bottom: 20px;

    color: var(--ol-pain-white);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1.px;

    text-wrap: balance;
}

.ol-pain-visual-copy p {
    margin-bottom: 0;

    color: var(--ol-pain-muted);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}

.ol-pain-visual-quote {
    position: relative;

    margin-top: 32px;
    padding: 20px 20px 20px 57px;

    border: 1px solid rgba(220, 165, 74, 0.16);
    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            rgba(220, 165, 74, 0.09),
            rgba(255, 255, 255, 0.018)
        );
}

.ol-pain-quote-mark {
    position: absolute;
    top: 9px;
    left: 19px;

    color: var(--ol-pain-gold-light);

    font-size: 43px;
    font-weight: 700;
    line-height: 1;
}

.ol-pain-visual-quote p {
    margin: 0;

    color: rgba(255, 255, 255, 0.86);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}


/* ==========================================================
   VISUAL ORBIT
========================================================== */

.ol-pain-skin-orbit {
    position: absolute;
    z-index: 1;
    top: 8%;
    right: -9%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(440px, 90%);
    aspect-ratio: 1;

    pointer-events: none;
}

.ol-pain-orbit {
    position: absolute;

    border: 1px solid rgba(246, 217, 120, 0.15);
    border-radius: 50%;

    animation:
        olPainOrbitPulse
        6s ease-in-out infinite;
}

.ol-pain-orbit-1 {
    width: 100%;
    height: 100%;
}

.ol-pain-orbit-2 {
    width: 73%;
    height: 73%;

    animation-delay: -2s;
}

.ol-pain-orbit-3 {
    width: 47%;
    height: 47%;

    border-color: rgba(246, 217, 120, 0.23);

    animation-delay: -4s;
}

.ol-pain-orbit-core {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 92px;
    height: 92px;

    border: 1px solid rgba(246, 217, 120, 0.38);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 25%,
            #fff5bc,
            #f4cf4f 45%,
            #b97827 100%
        );

    color: #17100a;

    box-shadow:
        0 0 55px rgba(220, 165, 74, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);

    animation:
        olPainCoreFloat
        5s ease-in-out infinite;
}

.ol-pain-orbit-core svg {
    width: 35px;
    height: 35px;
}

.ol-pain-visual-line {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 11%;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(246, 217, 120, 0.22),
            transparent
        );
}


/* ==========================================================
   PROBLEM LIST
========================================================== */

.ol-pain-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 15px;
}

.ol-pain-card {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 17px;

    min-height: 220px;
    padding: 25px 22px;

    overflow: hidden;

    border: 1px solid var(--ol-pain-border);
    border-radius: 25px;

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    transition:
        transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.ol-pain-card::before {
    content: "";

    position: absolute;
    top: 0;
    right: 18%;
    left: 18%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.33),
            transparent
        );

    opacity: 0;

    transition: opacity 0.4s ease;
}

.ol-pain-card:hover,
.ol-pain-card.is-active {
    transform: translateY(-6px);

    border-color: rgba(220, 165, 74, 0.27);

    background:
        linear-gradient(
            150deg,
            rgba(220, 165, 74, 0.095),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.28),
        0 0 38px rgba(220, 165, 74, 0.045);
}

.ol-pain-card:hover::before,
.ol-pain-card.is-active::before {
    opacity: 1;
}

.ol-pain-card-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border: 1px solid rgba(220, 165, 74, 0.27);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.15),
            rgba(220, 165, 74, 0.045)
        );

    color: var(--ol-pain-gold-light);

    box-shadow:
        0 14px 30px rgba(220, 165, 74, 0.09);

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}

.ol-pain-card:hover .ol-pain-card-icon,
.ol-pain-card.is-active .ol-pain-card-icon {
    transform: scale(1.06) rotate(-3deg);

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.23),
            rgba(220, 165, 74, 0.075)
        );
}

.ol-pain-card-icon svg {
    width: 23px;
    height: 23px;
}

.ol-pain-card-content {
    min-width: 0;
}

.ol-pain-card-index {
    display: block;

    margin-bottom: 14px;

    color: rgba(246, 217, 120, 0.55);

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

.ol-pain-card h3 {
    margin-bottom: 11px;

    color: var(--ol-pain-white);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -0.25px;
}

.ol-pain-card p {
    margin-bottom: 0;

    color: var(--ol-pain-muted);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
}


/* ==========================================================
   TRANSFORMATION STRIP
========================================================== */

.ol-pain-transformation {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        100px
        minmax(0, 1fr);

    align-items: center;

    gap: 22px;

    margin-top: clamp(28px, 4vw, 48px);
    padding: clamp(24px, 3.5vw, 38px);

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.015)
        );

    box-shadow:
        0 26px 65px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ol-pain-transformation-label {
    display: block;

    margin-bottom: 15px;

    color: var(--ol-pain-gold);

    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.ol-pain-transformation-items {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

.ol-pain-transformation-items span {
    display: inline-flex;
    align-items: center;

    min-height: 33px;
    padding: 8px 12px;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.025);

    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.ol-pain-transformation-after {
    text-align: right;
}

.ol-pain-transformation-after
.ol-pain-transformation-items {
    justify-content: flex-end;
}

.ol-pain-transformation-after
.ol-pain-transformation-items span {
    border-color: rgba(220, 165, 74, 0.2);

    background: rgba(220, 165, 74, 0.065);

    color: var(--ol-pain-gold-light);
}

.ol-pain-transformation-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    color: var(--ol-pain-gold-light);
}

.ol-pain-transformation-arrow span {
    display: block;

    width: 37px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.6)
        );
}

.ol-pain-transformation-arrow svg {
    width: 25px;
    height: 25px;
}


/* ==========================================================
   CTA
========================================================== */

.ol-pain-cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 45px;

    margin-top: clamp(28px, 4vw, 48px);
    padding: clamp(30px, 4.5vw, 55px);

    overflow: hidden;

    border: 1px solid rgba(220, 165, 74, 0.2);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at 88% 50%,
            rgba(220, 165, 74, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            rgba(220, 165, 74, 0.085),
            rgba(255, 255, 255, 0.02)
        );

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.ol-pain-cta::before {
    content: "";

    position: absolute;
    top: 0;
    right: 12%;
    left: 12%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(246, 217, 120, 0.56),
            transparent
        );
}

.ol-pain-cta-copy {
    width: min(730px, 100%);
}

.ol-pain-cta-kicker {
    display: block;

    margin-bottom: 14px;

    color: var(--ol-pain-gold-light);

    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ol-pain-cta h3 {
    margin-bottom: 15px;

    color: var(--ol-pain-white);

    font-size: clamp(28px, 3.4vw, 45px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1px;

    text-wrap: balance;
}

.ol-pain-cta p {
    width: min(650px, 100%);
    margin-bottom: 0;

    color: var(--ol-pain-muted);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.75;
}

.ol-pain-cta-button {
    position: relative;

    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    gap: 13px;

    min-height: 58px;
    padding: 15px 17px 15px 27px;

    overflow: hidden;

    border: 1px solid rgba(255, 235, 147, 0.75);
    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #fff0a5 0%,
            #f4cf4f 42%,
            #dca54a 74%,
            #bc812d 100%
        );

    color: #111111 !important;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    box-shadow:
        0 18px 46px rgba(220, 165, 74, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);

    transition:
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.4s ease;
}

.ol-pain-cta-button::before {
    content: "";

    position: absolute;
    top: -40%;
    left: -45%;

    width: 30%;
    height: 180%;

    transform: rotate(18deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.68),
            transparent
        );

    transition: left 0.7s ease;
}

.ol-pain-cta-button:hover {
    transform: translateY(-4px);

    color: #111111 !important;

    box-shadow:
        0 26px 62px rgba(220, 165, 74, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.ol-pain-cta-button:hover::before {
    left: 125%;
}

.ol-pain-cta-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.23);

    transition: transform 0.35s ease;
}

.ol-pain-cta-button:hover
.ol-pain-cta-button-icon {
    transform: translateX(3px);
}

.ol-pain-cta-button-icon svg {
    width: 16px;
    height: 16px;
}


/* ==========================================================
   REVEAL ANIMATION
========================================================== */

.ol-pain-reveal {
    opacity: 0;

    transform: translate3d(0, 30px, 0);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ol-pain-reveal.is-visible {
    opacity: 1;

    transform: translate3d(0, 0, 0);
}

.ol-pain-card:nth-child(2) {
    transition-delay: 0.07s;
}

.ol-pain-card:nth-child(3) {
    transition-delay: 0.14s;
}

.ol-pain-card:nth-child(4) {
    transition-delay: 0.21s;
}

.ol-pain-card:nth-child(5) {
    transition-delay: 0.28s;
}

.ol-pain-card:nth-child(6) {
    transition-delay: 0.35s;
}


/* ==========================================================
   ANIMATIONS
========================================================== */

@keyframes olPainOrbitPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.97);
    }

    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@keyframes olPainCoreFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}


/* ==========================================================
   LAPTOP
========================================================== */

@media (max-width: 1150px) {

    .ol-pain-container {
        width: min(1080px, calc(100% - 48px));
    }

    .ol-pain-grid {
        grid-template-columns:
            minmax(330px, 0.85fr)
            minmax(0, 1.15fr);

        gap: 27px;
    }

    .ol-pain-card {
        min-height: 235px;
        padding: 22px 18px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 950px) {

    .ol-pain-container {
        width: min(820px, calc(100% - 40px));
    }

    .ol-pain-grid {
        grid-template-columns: 1fr;
    }

    .ol-pain-visual {
        min-height: 630px;
    }

    .ol-pain-visual-copy {
        max-width: 580px;
        margin-top: 240px;
    }

    .ol-pain-skin-orbit {
        right: 2%;

        width: 410px;
    }

    .ol-pain-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .ol-pain-card {
        min-height: 215px;
    }

    .ol-pain-transformation {
        grid-template-columns:
            minmax(0, 1fr)
            70px
            minmax(0, 1fr);
    }

    .ol-pain-cta {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    #probleme-epilare-definitiva {
        padding: 74px 0;
    }

    .ol-pain-container {
        width: min(100% - 26px, 680px);
    }

    .ol-pain-header {
        margin-bottom: 38px;
    }

    .ol-pain-kicker {
        margin-bottom: 18px;
        padding: 8px 14px;

        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .ol-pain-title {
        margin-bottom: 18px;

        font-size: clamp(38px, 11vw, 53px);
        line-height: 1.03;
        letter-spacing: -1.2px;
    }

    .ol-pain-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .ol-pain-visual {
        min-height: 590px;
        padding: 25px 21px;

        border-radius: 29px;
    }

    .ol-pain-skin-orbit {
        top: 5%;
        right: -16%;

        width: 365px;
    }

    .ol-pain-orbit-core {
        width: 75px;
        height: 75px;
    }

    .ol-pain-orbit-core svg {
        width: 29px;
        height: 29px;
    }

    .ol-pain-visual-copy {
        margin-top: 255px;
    }

    .ol-pain-visual-copy h3 {
        font-size: 29px;
    }

    .ol-pain-visual-copy p {
        font-size: 12px;
        line-height: 1.7;
    }

    .ol-pain-visual-quote {
        margin-top: 22px;
        padding: 17px 17px 17px 49px;
    }

    .ol-pain-list {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .ol-pain-card {
        min-height: auto;
        padding: 20px 18px;

        border-radius: 21px;
    }

    .ol-pain-card h3 {
        font-size: 15px;
    }

    .ol-pain-card p {
        font-size: 11px;
    }

    .ol-pain-transformation {
        grid-template-columns: 1fr;
        gap: 24px;

        padding: 24px 19px;

        border-radius: 24px;
    }

    .ol-pain-transformation-after {
        text-align: left;
    }

    .ol-pain-transformation-after
    .ol-pain-transformation-items {
        justify-content: flex-start;
    }

    .ol-pain-transformation-arrow {
        justify-content: flex-start;

        transform: rotate(90deg);
        transform-origin: left center;
    }

    .ol-pain-cta {
        gap: 25px;

        padding: 27px 21px;

        border-radius: 26px;
    }

    .ol-pain-cta h3 {
        font-size: 29px;
    }

    .ol-pain-cta p {
        font-size: 12px;
    }

    .ol-pain-cta-button {
        width: 100%;
        min-height: 56px;

        padding-left: 18px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ol-pain-container {
        width: calc(100% - 20px);
    }

    .ol-pain-title {
        font-size: clamp(35px, 10.5vw, 46px);
    }

    .ol-pain-visual {
        min-height: 570px;
    }

    .ol-pain-skin-orbit {
        right: -25%;

        width: 335px;
    }

    .ol-pain-visual-copy {
        margin-top: 235px;
    }

    .ol-pain-card {
        gap: 14px;
    }

    .ol-pain-card-icon {
        width: 42px;
        height: 42px;

        border-radius: 13px;
    }

    .ol-pain-card-icon svg {
        width: 20px;
        height: 20px;
    }

    .ol-pain-transformation-items span {
        font-size: 9px;
    }

    .ol-pain-cta-button {
        font-size: 10px;
        letter-spacing: 0.6px;
    }

}


/* ==========================================================
   TOUCH DEVICES
========================================================== */

@media (hover: none) {

    .ol-pain-card:hover {
        transform: none;
    }

    .ol-pain-cta-button:hover {
        transform: none;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .ol-pain-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ol-pain-orbit,
    .ol-pain-orbit-core {
        animation: none;
    }

    .ol-pain-card,
    .ol-pain-card-icon,
    .ol-pain-cta-button,
    .ol-pain-cta-button::before {
        transition: none;
    }

}
/* ==========================================================
   WOMAN IMAGE
========================================================== */

.ol-pain-woman-wrap {
    position: absolute;
    z-index: 1;
    inset: 0;

    overflow: hidden;
    border-radius: inherit;
}

.ol-pain-woman-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;

    transform: scale(1.02);

    filter:
        brightness(0.72)
        contrast(1.05)
        saturate(0.88);

    transition:
        transform 1.3s cubic-bezier(0.22, 0.61, 0.36, 1),
        filter 1.1s ease;
}

.ol-pain-visual:hover .ol-pain-woman-image {
    transform: scale(1.06);

    filter:
        brightness(0.78)
        contrast(1.06)
        saturate(0.95);
}

.ol-pain-visual-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.08) 0%,
            rgba(5, 5, 5, 0.18) 32%,
            rgba(5, 5, 5, 0.72) 70%,
            rgba(5, 5, 5, 0.96) 100%
        ),
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.55) 0%,
            transparent 58%
        );

    pointer-events: none;
}

.ol-pain-visual-content {
    position: relative;
    z-index: 4;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd71cc2 *//* ==========================================================
   OLIVERA • CUM FUNCȚIONEAZĂ
========================================================== */

.ol-process {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: clamp(100px, 10vw, 165px) 0;

    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(220, 165, 74, 0.12) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 12% 85%,
            rgba(65, 116, 145, 0.08) 0%,
            transparent 36%
        ),
        linear-gradient(
            180deg,
            #11181d 0%,
            #0a1116 52%,
            #050708 100%
        );

    color: #ffffff;
}

.ol-process::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -260px;
    right: -220px;

    width: 700px;
    height: 700px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.14) 0%,
            rgba(220, 165, 74, 0.035) 44%,
            transparent 72%
        );

    filter: blur(42px);
    pointer-events: none;
}

.ol-process::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -320px;
    left: -250px;

    width: 720px;
    height: 720px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(84, 137, 165, 0.1) 0%,
            rgba(84, 137, 165, 0.025) 44%,
            transparent 72%
        );

    filter: blur(46px);
    pointer-events: none;
}

/* ==========================================================
   CONTAINER
========================================================== */

.ol-process .ol-container {
    position: relative;
    z-index: 2;

    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

/* ==========================================================
   SECTION HEADER
========================================================== */

.ol-process .ol-section-header-center {
    max-width: 960px;
    margin: 0 auto clamp(60px, 7vw, 95px);

    text-align: center;
}

.ol-process .ol-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 35px;
    margin-bottom: 24px;
    padding: 8px 16px;

    border: 1px solid rgba(246, 217, 120, 0.2);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(246, 217, 120, 0.1),
            rgba(220, 165, 74, 0.035)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 34px rgba(0, 0, 0, 0.18);

    color: #f1cf70;

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ol-process .ol-section-title {
    max-width: 920px;
    margin: 0 auto 25px;

    color: #ffffff;

    font-family: "Montserrat",
sans-serif;
    font-size: clamp(50px, 5.7vw, 82px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -1.5px;
    text-wrap: balance;
}

.ol-process .ol-section-title span {
    display: block;

    background:
        linear-gradient(
            180deg,
            #fff3b5 0%,
            #f0cf70 34%,
            #dca54a 70%,
            #a96c20 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ol-process .ol-section-sub {
    max-width: 760px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.62);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.85;
}

/* ==========================================================
   MAIN LAYOUT
========================================================== */

.ol-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    align-items: center;

    gap: clamp(50px, 7vw, 110px);
}

/* ==========================================================
   STEPS
========================================================== */

.ol-process-steps {
    position: relative;

    display: grid;

    gap: 16px;
}

.ol-process-steps::before {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 44px;
    left: 31px;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(220, 165, 74, 0.32) 12%,
            rgba(220, 165, 74, 0.32) 88%,
            transparent
        );

    pointer-events: none;
}

.ol-process-step {
    position: relative;
    isolation: isolate;

    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);

    gap: 23px;

    min-width: 0;
    padding: 26px 27px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.055) 0%,
            rgba(255, 255, 255, 0.025) 100%
        );

    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;

    transition:
        transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.ol-process-step::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -90px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.12) 0%,
            rgba(220, 165, 74, 0.025) 44%,
            transparent 72%
        );

    opacity: 0;

    transition:
        transform 0.6s ease,
        opacity 0.6s ease;
}

.ol-process-step:hover {
    transform: translateX(8px);

    border-color: rgba(220, 165, 74, 0.2);

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.075) 0%,
            rgba(220, 165, 74, 0.025) 100%
        );

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.24),
        0 0 34px rgba(220, 165, 74, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ol-process-step:hover::before {
    opacity: 1;
    transform: scale(1.12);
}

/* ==========================================================
   STEP NUMBER
========================================================== */

.ol-process-step-number {
    position: relative;
    z-index: 2;

    display: inline-flex;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    border: 1px solid rgba(246, 217, 120, 0.2);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.14),
            rgba(220, 165, 74, 0.035)
        );

    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    color: #f1cf70;

    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

/* ==========================================================
   STEP CONTENT
========================================================== */

.ol-process-step-content {
    min-width: 0;
}

.ol-process-label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 11px;

    color: #d8aa54;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.ol-process-step h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 2.5vw, 37px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.5px;
}

.ol-process-step p {
    max-width: 520px;
    margin: 0;

    color: rgba(255, 255, 255, 0.55);

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.75;
}

/* ==========================================================
   VISUAL AREA
========================================================== */

.ol-process-visual {
    position: relative;
    isolation: isolate;

    min-height: 680px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 42px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(220, 165, 74, 0.11) 0%,
            rgba(220, 165, 74, 0.025) 28%,
            transparent 58%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045) 0%,
            rgba(255, 255, 255, 0.018) 100%
        );

    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    overflow: hidden;
}

.ol-process-visual::before {
    content: "";
    position: absolute;
    inset: 14px;

    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 32px;

    pointer-events: none;
}

.ol-process-visual::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 42px;

    width: 62%;
    height: 65px;

    border-radius: 50%;

    background: rgba(220, 165, 74, 0.12);

    filter: blur(34px);
    transform: translateX(-50%);

    pointer-events: none;
}

/* ==========================================================
   ORBIT
========================================================== */

.ol-process-orbit {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(440px, 78%);
    aspect-ratio: 1;
}

.ol-process-orbit-ring {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.ol-process-orbit-ring-1 {
    inset: 5%;

    border: 1px solid rgba(246, 217, 120, 0.18);

    box-shadow:
        inset 0 0 45px rgba(220, 165, 74, 0.02),
        0 0 45px rgba(220, 165, 74, 0.025);

    animation: olOrbitRotate 22s linear infinite;
}

.ol-process-orbit-ring-2 {
    inset: 19%;

    border: 1px dashed rgba(246, 217, 120, 0.2);

    animation: olOrbitRotateReverse 18s linear infinite;
}

.ol-process-orbit-ring-3 {
    inset: 33%;

    border: 1px solid rgba(255, 255, 255, 0.07);

    box-shadow:
        0 0 38px rgba(220, 165, 74, 0.055);

    animation: olOrbitPulse 4.5s ease-in-out infinite;
}

/* ==========================================================
   CORE
========================================================== */

.ol-process-core {
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 190px;
    height: 190px;

    border: 1px solid rgba(246, 217, 120, 0.24);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 34% 28%,
            #fff5bd 0%,
            #efcc69 18%,
            #dca54a 44%,
            #9f671f 72%,
            #4c2d0d 100%
        );

    box-shadow:
        0 30px 70px rgba(220, 165, 74, 0.23),
        0 0 90px rgba(220, 165, 74, 0.09),
        inset 0 3px 2px rgba(255, 255, 255, 0.45);

    color: #161008;

    animation: olCoreFloat 5.5s ease-in-out infinite;
}

.ol-process-core::before {
    content: "";
    position: absolute;
    inset: -15px;

    border: 1px solid rgba(246, 217, 120, 0.12);
    border-radius: 50%;
}

.ol-process-core::after {
    content: "";
    position: absolute;
    inset: -31px;

    border: 1px solid rgba(246, 217, 120, 0.055);
    border-radius: 50%;
}

.ol-process-core-small {
    margin-bottom: 3px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ol-process-core strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 74px;
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -3px;
}

.ol-process-core-text {
    margin-top: 12px;

    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================================
   ORBIT DOTS
========================================================== */

.ol-process-dot {
    position: absolute;
    z-index: 3;

    width: 11px;
    height: 11px;

    border: 2px solid rgba(255, 245, 197, 0.5);
    border-radius: 50%;

    background: #dca54a;

    box-shadow:
        0 0 0 7px rgba(220, 165, 74, 0.06),
        0 0 25px rgba(220, 165, 74, 0.48);
}

.ol-process-dot-1 {
    top: 4%;
    left: 48%;
}

.ol-process-dot-2 {
    top: 46%;
    right: 4%;
}

.ol-process-dot-3 {
    bottom: 5%;
    left: 46%;
}

.ol-process-dot-4 {
    top: 47%;
    left: 4%;
}

/* ==========================================================
   FLOATING INFO CARDS
========================================================== */

.ol-process-info-card {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;

    gap: 10px;

    min-width: 132px;
    padding: 13px 16px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(21, 30, 36, 0.88),
            rgba(7, 11, 14, 0.84)
        );

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    animation: olInfoFloat 6s ease-in-out infinite;
}

.ol-process-info-card span {
    color: #dca54a;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1.2px;
}

.ol-process-info-card strong {
    color: rgba(255, 255, 255, 0.84);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
}

.ol-process-info-card-1 {
    top: 12%;
    left: 5%;
}

.ol-process-info-card-2 {
    top: 18%;
    right: 4%;

    animation-delay: -1.2s;
}

.ol-process-info-card-3 {
    bottom: 16%;
    left: 4%;

    animation-delay: -2.4s;
}

.ol-process-info-card-4 {
    right: 5%;
    bottom: 12%;

    animation-delay: -3.6s;
}

/* ==========================================================
   FOOTER BAR
========================================================== */

.ol-process-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 34px;

    margin-top: clamp(42px, 5vw, 68px);
    padding: 29px 31px;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.052),
            rgba(255, 255, 255, 0.022)
        );

    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ol-process-footer-copy {
    display: flex;
    align-items: flex-start;

    gap: 18px;
}

.ol-process-footer-kicker {
    flex: 0 0 auto;

    padding-top: 3px;

    color: #dca54a;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.7px;
}

.ol-process-footer p {
    max-width: 780px;
    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.75;
}

/* ==========================================================
   GOLD BUTTON
========================================================== */

.ol-btn-gold {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 16px 24px;

    border: 1px solid rgba(255, 240, 183, 0.34);
    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #f5da82 0%,
            #dca54a 45%,
            #b57628 100%
        );

    box-shadow:
        0 16px 38px rgba(220, 165, 74, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);

    color: #171008;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
}

.ol-btn-gold:hover {
    transform: translateY(-3px);

    box-shadow:
        0 22px 50px rgba(220, 165, 74, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);

    filter: brightness(1.04);
}

/* ==========================================================
   ANIMATIONS
========================================================== */

@keyframes olOrbitRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes olOrbitRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes olOrbitPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.62;
    }

    50% {
        transform: scale(1.055);
        opacity: 1;
    }
}

@keyframes olCoreFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes olInfoFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* ==========================================================
   LARGE LAPTOP
========================================================== */

@media (max-width: 1280px) {
    .ol-process .ol-container {
        width: min(1180px, calc(100% - 48px));
    }

    .ol-process-layout {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
        gap: 60px;
    }

    .ol-process-visual {
        min-height: 620px;
    }

    .ol-process-orbit {
        width: min(400px, 76%);
    }

    .ol-process-core {
        width: 170px;
        height: 170px;
    }

    .ol-process-core strong {
        font-size: 66px;
    }
}

/* ==========================================================
   TABLET LANDSCAPE
========================================================== */

@media (max-width: 1024px) {
    .ol-process .ol-container {
        width: min(900px, calc(100% - 40px));
    }

    .ol-process-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ol-process-visual {
        min-height: 640px;
    }

    .ol-process-step:hover {
        transform: translateY(-5px);
    }

    .ol-process-footer {
        align-items: flex-start;
    }
}

/* ==========================================================
   TABLET PORTRAIT
========================================================== */

@media (max-width: 767px) {
    .ol-process {
        padding: 84px 0;
    }

    .ol-process .ol-container {
        width: min(100% - 28px, 680px);
    }

    .ol-process .ol-section-header-center {
        margin-bottom: 47px;
    }

    .ol-process .ol-eyebrow {
        margin-bottom: 19px;

        font-size: 9px;
        letter-spacing: 1.6px;
    }

    .ol-process .ol-section-title {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 0.98;
    }

    .ol-process .ol-section-sub {
        font-size: 14px;
        line-height: 1.78;
    }

    .ol-process-steps {
        gap: 12px;
    }

    .ol-process-steps::before {
        top: 36px;
        bottom: 36px;
        left: 25px;
    }

    .ol-process-step {
        grid-template-columns: 52px minmax(0, 1fr);

        gap: 17px;

        padding: 22px 19px;
        border-radius: 21px;
    }

    .ol-process-step-number {
        flex-basis: 52px;

        width: 52px;
        height: 52px;
        border-radius: 16px;

        font-size: 21px;
    }

    .ol-process-step h3 {
        font-size: clamp(28px, 7.6vw, 36px);
    }

    .ol-process-step p {
        font-size: 11px;
        line-height: 1.72;
    }

    .ol-process-visual {
        min-height: 530px;
        border-radius: 28px;
    }

    .ol-process-visual::before {
        inset: 10px;
        border-radius: 21px;
    }

    .ol-process-orbit {
        width: min(350px, 78%);
    }

    .ol-process-core {
        width: 145px;
        height: 145px;
    }

    .ol-process-core strong {
        font-size: 56px;
    }

    .ol-process-info-card {
        min-width: 108px;
        padding: 11px 13px;
        border-radius: 14px;
    }

    .ol-process-info-card strong {
        font-size: 9px;
    }

    .ol-process-footer {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;

        margin-top: 28px;
        padding: 23px 21px;
        border-radius: 20px;
    }

    .ol-process-footer-copy {
        gap: 13px;
    }

    .ol-process-footer p {
        font-size: 11px;
        line-height: 1.7;
    }

    .ol-btn-gold {
        width: 100%;
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 480px) {
    .ol-process {
        padding: 72px 0;
    }

    .ol-process .ol-container {
        width: calc(100% - 22px);
    }

    .ol-process .ol-section-title {
        font-size: clamp(39px, 12vw, 50px);
    }

    .ol-process .ol-section-sub {
        font-size: 13px;
        line-height: 1.72;
    }

    .ol-process-step {
        grid-template-columns: 46px minmax(0, 1fr);

        gap: 14px;

        padding: 19px 16px;
    }

    .ol-process-steps::before {
        left: 22px;
    }

    .ol-process-step-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;

        border-radius: 14px;

        font-size: 19px;
    }

    .ol-process-label {
        font-size: 8px;
    }

    .ol-process-step h3 {
        font-size: 28px;
    }

    .ol-process-step p {
        font-size: 10px;
    }

    .ol-process-visual {
        min-height: 440px;
        border-radius: 23px;
    }

    .ol-process-orbit {
        width: 290px;
        max-width: 76%;
    }

    .ol-process-core {
        width: 120px;
        height: 120px;
    }

    .ol-process-core-small {
        font-size: 7px;
    }

    .ol-process-core strong {
        font-size: 46px;
    }

    .ol-process-core-text {
        margin-top: 8px;

        font-size: 6px;
    }

    .ol-process-info-card {
        min-width: 91px;
        gap: 7px;

        padding: 9px 10px;
    }

    .ol-process-info-card span {
        font-size: 7px;
    }

    .ol-process-info-card strong {
        font-size: 8px;
    }

    .ol-process-info-card-1 {
        top: 8%;
        left: 3%;
    }

    .ol-process-info-card-2 {
        top: 13%;
        right: 3%;
    }

    .ol-process-info-card-3 {
        bottom: 12%;
        left: 3%;
    }

    .ol-process-info-card-4 {
        right: 3%;
        bottom: 8%;
    }

    .ol-process-footer {
        padding: 20px 17px;
    }

    .ol-process-footer-copy {
        flex-direction: column;

        gap: 8px;
    }

    .ol-btn-gold {
        min-height: 51px;
        padding-inline: 19px;

        font-size: 10px;
    }
}

/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 370px) {
    .ol-process-step {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .ol-process-steps::before {
        left: 20px;
    }

    .ol-process-step-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .ol-process-step h3 {
        font-size: 25px;
    }

    .ol-process-visual {
        min-height: 410px;
    }

    .ol-process-info-card {
        min-width: 82px;
        padding: 8px;
    }
}

/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {
    .ol-process-step,
    .ol-process-step::before,
    .ol-btn-gold {
        transition: none;
    }

    .ol-process-orbit-ring,
    .ol-process-core,
    .ol-process-info-card {
        animation: none;
    }

    .ol-process-step:hover,
    .ol-btn-gold:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a424b3 *//* ==========================================================
   OLIVERA • REZULTATE
========================================================== */

.ol-results {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: clamp(100px, 10vw, 165px) 0;

    background:
        radial-gradient(
            circle at 88% 14%,
            rgba(220, 165, 74, 0.12) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 8% 82%,
            rgba(73, 119, 144, 0.07) 0%,
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #090d10 0%,
            #06090b 48%,
            #020304 100%
        );

    color: #ffffff;
}

.ol-results::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -260px;
    right: -220px;

    width: 720px;
    height: 720px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.14) 0%,
            rgba(220, 165, 74, 0.035) 42%,
            transparent 72%
        );

    filter: blur(42px);
    pointer-events: none;
}

.ol-results::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -320px;
    left: -260px;

    width: 760px;
    height: 760px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(76, 127, 153, 0.09) 0%,
            rgba(76, 127, 153, 0.025) 42%,
            transparent 72%
        );

    filter: blur(46px);
    pointer-events: none;
}

/* ==========================================================
   CONTAINER
========================================================== */

.ol-results .ol-container {
    position: relative;
    z-index: 2;

    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

/* ==========================================================
   SECTION HEADER
========================================================== */

.ol-results .ol-section-header-center {
    max-width: 980px;
    margin: 0 auto clamp(60px, 7vw, 96px);

    text-align: center;
}

.ol-results .ol-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 35px;
    margin-bottom: 24px;
    padding: 8px 16px;

    border: 1px solid rgba(246, 217, 120, 0.2);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(246, 217, 120, 0.1),
            rgba(220, 165, 74, 0.035)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 12px 34px rgba(0, 0, 0, 0.18);

    color: #f1cf70;

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ol-results .ol-section-title {
    max-width: 930px;
    margin: 0 auto 25px;

    color: #ffffff;

    font-family: "Montserrat",
sans-serif;
    font-size: clamp(50px, 5.7vw, 82px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -1.5px;
    text-wrap: balance;
}

.ol-results .ol-section-title span {
    display: block;

    background:
        linear-gradient(
            180deg,
            #fff3b5 0%,
            #f1cf70 35%,
            #dca54a 70%,
            #a96c20 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ol-results .ol-section-sub {
    max-width: 760px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.61);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.85;
}

/* ==========================================================
   SHOWCASE LAYOUT
========================================================== */

.ol-results-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    align-items: stretch;

    gap: 22px;
}

/* ==========================================================
   MAIN VISUAL
========================================================== */

.ol-results-visual {
    min-width: 0;
}

.ol-results-image-wrap {
    position: relative;
    isolation: isolate;

    min-height: 760px;
    height: 100%;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 38px;

    background: #11171b;

    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    overflow: hidden;
}

.ol-results-image-wrap::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 14px;

    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 28px;

    pointer-events: none;
}

.ol-results-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);

    transition:
        transform 1s cubic-bezier(0.22, 0.61, 0.36, 1),
        filter 0.7s ease;
}

.ol-results-image-wrap:hover .ol-results-image {
    transform: scale(1.055);
    filter: contrast(1.02) saturate(1.03);
}

.ol-results-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(2, 3, 4, 0.08) 0%,
            rgba(2, 3, 4, 0.08) 34%,
            rgba(2, 3, 4, 0.52) 70%,
            rgba(2, 3, 4, 0.92) 100%
        ),
        linear-gradient(
            90deg,
            rgba(2, 3, 4, 0.18) 0%,
            transparent 38%,
            rgba(2, 3, 4, 0.12) 100%
        );

    pointer-events: none;
}

/* ==========================================================
   IMAGE BADGE
========================================================== */

.ol-results-image-badge {
    position: absolute;
    z-index: 4;
    top: 29px;
    left: 29px;

    display: flex;
    flex-direction: column;

    gap: 6px;

    padding: 15px 17px;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(10, 14, 17, 0.8),
            rgba(3, 5, 6, 0.68)
        );

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ol-results-image-badge span {
    color: #dca54a;

    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.ol-results-image-badge strong {
    color: rgba(255, 255, 255, 0.9);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.35;
}

/* ==========================================================
   IMAGE CAPTION
========================================================== */

.ol-results-image-caption {
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 30px;
    left: 30px;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;

    gap: 18px;

    padding: 22px 23px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 17, 20, 0.82),
            rgba(3, 5, 6, 0.72)
        );

    box-shadow:
        0 22px 58px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.ol-results-caption-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(246, 217, 120, 0.2);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.13),
            rgba(220, 165, 74, 0.035)
        );

    color: #f1cf70;

    font-family: "Montserrat",
sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.ol-results-image-caption strong {
    display: block;

    margin-bottom: 8px;

    color: #ffffff;

    font-family: "Montserrat",
sans-serif;
    font-size: clamp(27px, 2.3vw, 34px);
    font-weight: 600;
    line-height: 1.05;
}

.ol-results-image-caption p {
    max-width: 560px;
    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.72;
}

/* ==========================================================
   RESULTS CONTENT
========================================================== */

.ol-results-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}

/* ==========================================================
   RESULT CARDS
========================================================== */

.ol-result-card {
    position: relative;
    isolation: isolate;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 308px;
    padding: 27px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 26px;

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.052) 0%,
            rgba(255, 255, 255, 0.02) 100%
        );

    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;

    transition:
        transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.ol-result-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -90px;

    width: 230px;
    height: 230px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(220, 165, 74, 0.13) 0%,
            rgba(220, 165, 74, 0.025) 44%,
            transparent 72%
        );

    opacity: 0;

    transition:
        transform 0.65s ease,
        opacity 0.65s ease;
}

.ol-result-card:hover {
    transform: translateY(-7px);

    border-color: rgba(220, 165, 74, 0.19);

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.072) 0%,
            rgba(220, 165, 74, 0.025) 100%
        );

    box-shadow:
        0 30px 74px rgba(0, 0, 0, 0.3),
        0 0 34px rgba(220, 165, 74, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ol-result-card:hover::before {
    opacity: 1;
    transform: scale(1.15);
}

.ol-result-card-featured {
    grid-column: span 2;

    min-height: 420px;

    background:
        radial-gradient(
            circle at 83% 18%,
            rgba(246, 217, 120, 0.12) 0%,
            rgba(220, 165, 74, 0.035) 34%,
            transparent 58%
        ),
        linear-gradient(
            145deg,
            #141b20 0%,
            #0b1115 55%,
            #060809 100%
        );

    border-color: rgba(246, 217, 120, 0.12);

    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.33),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ol-result-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    margin-bottom: auto;

    border: 1px solid rgba(246, 217, 120, 0.18);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.11),
            rgba(220, 165, 74, 0.03)
        );

    color: #f1cf70;

    font-family: "Montserrat",
sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.ol-result-card-label {
    display: inline-flex;
    align-items: center;

    width: max-content;
    margin: 31px 0 13px;

    color: #dca54a;

    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ol-result-card h3 {
    max-width: 530px;
    margin: 0 0 13px;

    color: #ffffff;

    font-family: "Montserrat",
sans-serif;
    font-size: clamp(29px, 2.7vw, 40px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.45px;
    text-wrap: balance;
}

.ol-result-card-featured h3 {
    max-width: 690px;

    font-size: clamp(42px, 4vw, 61px);
    font-weight: 500;
    line-height: 0.98;
}

.ol-result-card p {
    max-width: 540px;
    margin: 0;

    color: rgba(255, 255, 255, 0.56);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.75;
}

.ol-result-card-featured p {
    max-width: 650px;

    font-size: 13px;
    line-height: 1.82;
}

/* ==========================================================
   FEATURED PROGRESS
========================================================== */

.ol-result-progress {
    position: relative;

    width: 100%;
    height: 5px;
    margin-top: 34px;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.07);

    overflow: hidden;
}

.ol-result-progress span {
    display: block;

    width: 78%;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #a86b20 0%,
            #dca54a 45%,
            #f4d779 100%
        );

    box-shadow:
        0 0 18px rgba(220, 165, 74, 0.34);
}

/* ==========================================================
   METRICS
========================================================== */

.ol-results-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;

    margin-top: 24px;
}

.ol-result-metric {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;

    gap: 15px;

    min-width: 0;
    padding: 21px 20px;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.043),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        background 0.4s ease;
}

.ol-result-metric:hover {
    transform: translateY(-5px);

    border-color: rgba(220, 165, 74, 0.16);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.06),
            rgba(220, 165, 74, 0.018)
        );
}

.ol-result-metric-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    border: 1px solid rgba(246, 217, 120, 0.17);
    border-radius: 13px;

    color: #dca54a;

    font-family: "Montserrat",
sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.ol-result-metric strong {
    display: block;

    margin: 1px 0 6px;

    color: rgba(255, 255, 255, 0.9);

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.35;
}

.ol-result-metric p {
    margin: 0;

    color: rgba(255, 255, 255, 0.49);

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    line-height: 1.65;
}

/* ==========================================================
   DISCLAIMER
========================================================== */

.ol-results-disclaimer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;

    gap: 18px;

    margin-top: 24px;
    padding: 25px 27px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.048),
            rgba(255, 255, 255, 0.019)
        );

    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.032);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ol-results-disclaimer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border: 1px solid rgba(246, 217, 120, 0.18);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(246, 217, 120, 0.1),
            rgba(220, 165, 74, 0.025)
        );

    color: #e1b85a;
}

.ol-results-disclaimer-icon svg {
    width: 21px;
    height: 21px;
}

.ol-results-disclaimer p {
    max-width: 850px;
    margin: 0;

    color: rgba(255, 255, 255, 0.54);

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1.7;
}

.ol-results-link {
    color: #e0b758;
}

.ol-results-link:hover {
    color: #f1cf70;
}

/* ==========================================================
   LARGE LAPTOP
========================================================== */

@media (max-width: 1280px) {
    .ol-results .ol-container {
        width: min(1180px, calc(100% - 48px));
    }

    .ol-results-showcase {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.94fr);
    }

    .ol-results-image-wrap {
        min-height: 700px;
    }

    .ol-result-card {
        padding: 24px;
    }
}

/* ==========================================================
   TABLET LANDSCAPE
========================================================== */

@media (max-width: 1024px) {
    .ol-results .ol-container {
        width: min(900px, calc(100% - 40px));
    }

    .ol-results-showcase {
        grid-template-columns: 1fr;
    }

    .ol-results-image-wrap {
        min-height: 720px;
    }

    .ol-results-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ol-results-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ol-results-disclaimer {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ol-results-disclaimer .ol-results-link {
        grid-column: 2;
        justify-self: start;
    }
}

/* ==========================================================
   TABLET PORTRAIT
========================================================== */

@media (max-width: 767px) {
    .ol-results {
        padding: 84px 0;
    }

    .ol-results .ol-container {
        width: min(100% - 28px, 680px);
    }

    .ol-results .ol-section-header-center {
        margin-bottom: 47px;
    }

    .ol-results .ol-eyebrow {
        margin-bottom: 19px;

        font-size: 9px;
        letter-spacing: 1.6px;
    }

    .ol-results .ol-section-title {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 0.98;
    }

    .ol-results .ol-section-sub {
        font-size: 14px;
        line-height: 1.78;
    }

    .ol-results-image-wrap {
        min-height: 610px;
        border-radius: 28px;
    }

    .ol-results-image-wrap::before {
        inset: 10px;
        border-radius: 21px;
    }

    .ol-results-image-badge {
        top: 20px;
        left: 20px;
    }

    .ol-results-image-caption {
        right: 20px;
        bottom: 20px;
        left: 20px;

        padding: 19px;
        border-radius: 19px;
    }

    .ol-results-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ol-result-card,
    .ol-result-card-featured {
        grid-column: span 1;

        min-height: auto;
        padding: 23px 21px 26px;
        border-radius: 22px;
    }

    .ol-result-card-featured {
        min-height: 390px;
    }

    .ol-result-card h3 {
        font-size: clamp(29px, 8vw, 38px);
    }

    .ol-result-card-featured h3 {
        font-size: clamp(41px, 10vw, 54px);
    }

    .ol-result-card p {
        font-size: 10px;
        line-height: 1.7;
    }

    .ol-result-card-featured p {
        font-size: 12px;
    }

    .ol-results-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ol-results-disclaimer {
        grid-template-columns: auto minmax(0, 1fr);

        padding: 21px 19px;
        border-radius: 19px;
    }

    .ol-results-disclaimer p {
        font-size: 9px;
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 480px) {
    .ol-results {
        padding: 72px 0;
    }

    .ol-results .ol-container {
        width: calc(100% - 22px);
    }

    .ol-results .ol-section-title {
        font-size: clamp(39px, 12vw, 50px);
    }

    .ol-results .ol-section-sub {
        font-size: 13px;
        line-height: 1.72;
    }

    .ol-results-image-wrap {
        min-height: 510px;
        border-radius: 23px;
    }

    .ol-results-image-badge {
        top: 15px;
        left: 15px;

        padding: 12px 13px;
        border-radius: 14px;
    }

    .ol-results-image-caption {
        right: 14px;
        bottom: 14px;
        left: 14px;

        grid-template-columns: 40px minmax(0, 1fr);

        gap: 12px;

        padding: 16px 14px;
        border-radius: 17px;
    }

    .ol-results-caption-index {
        width: 40px;
        height: 40px;

        border-radius: 12px;

        font-size: 17px;
    }

    .ol-results-image-caption strong {
        font-size: 24px;
    }

    .ol-results-image-caption p {
        font-size: 9px;
        line-height: 1.62;
    }

    .ol-result-card,
    .ol-result-card-featured {
        padding: 20px 18px 23px;
        border-radius: 20px;
    }

    .ol-result-card-featured {
        min-height: 365px;
    }

    .ol-result-card-index {
        width: 38px;
        height: 38px;

        font-size: 16px;
    }

    .ol-result-card-label {
        margin-top: 27px;

        font-size: 7px;
    }

    .ol-result-card h3 {
        font-size: 29px;
    }

    .ol-result-card-featured h3 {
        font-size: 40px;
    }

    .ol-result-card p {
        font-size: 9px;
    }

    .ol-result-card-featured p {
        font-size: 11px;
    }

    .ol-result-metric {
        padding: 18px 16px;
    }

    .ol-results-disclaimer {
        grid-template-columns: 1fr;

        gap: 13px;

        padding: 19px 17px;
    }

    .ol-results-disclaimer .ol-results-link {
        grid-column: auto;
    }
}

/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 370px) {
    .ol-results-image-wrap {
        min-height: 470px;
    }

    .ol-results-image-caption strong {
        font-size: 22px;
    }

    .ol-result-card-featured h3 {
        font-size: 36px;
    }
}

/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {
    .ol-results-image,
    .ol-result-card,
    .ol-result-card::before,
    .ol-result-metric {
        transition: none;
    }

    .ol-results-image-wrap:hover .ol-results-image,
    .ol-result-card:hover,
    .ol-result-metric:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57e59be *//* ==========================================================
   OLIVERA SMART PRICING CONFIGURATOR V2
   CSS COMPLET PENTRU ELEMENTOR / ASTRA
========================================================== */


/* ==========================================================
   1. VARIABILE
========================================================== */

:root {
    --ol-black: #050505;
    --ol-black-soft: #090909;
    --ol-surface: #101010;
    --ol-surface-soft: #151515;
    --ol-surface-light: #1b1b1b;

    --ol-white: #ffffff;
    --ol-ivory: #f7f1df;

    --ol-gold: #d4af37;
    --ol-gold-light: #f1d57a;
    --ol-gold-soft: #c49a2c;
    --ol-gold-dark: #8d6914;

    --ol-text: #f5f5f5;
    --ol-text-soft: #c8c8c8;
    --ol-text-muted: #8d8d8d;

    --ol-border: rgba(255, 255, 255, 0.09);
    --ol-border-strong: rgba(255, 255, 255, 0.16);
    --ol-border-gold: rgba(212, 175, 55, 0.36);

    --ol-glass: rgba(255, 255, 255, 0.035);
    --ol-glass-hover: rgba(255, 255, 255, 0.065);

    --ol-success: #58d18b;
    --ol-danger: #ff6b6b;

    --ol-shadow:
        0 40px 100px rgba(0, 0, 0, 0.46);

    --ol-shadow-soft:
        0 20px 50px rgba(0, 0, 0, 0.28);

    --ol-shadow-gold:
        0 20px 60px rgba(212, 175, 55, 0.15);

    --ol-radius-xs: 12px;
    --ol-radius-sm: 18px;
    --ol-radius-md: 26px;
    --ol-radius-lg: 36px;
    --ol-radius-xl: 48px;
    --ol-radius-pill: 999px;

    --ol-container: 1380px;

    --ol-transition-fast:
        180ms ease;

    --ol-transition:
        320ms cubic-bezier(.2, .8, .2, 1);

    --ol-transition-slow:
        520ms cubic-bezier(.2, .8, .2, 1);
}


/* ==========================================================
   2. RESET LOCAL
========================================================== */

.ol-configurator,
.ol-configurator *,
.ol-configurator *::before,
.ol-configurator *::after {
    box-sizing: border-box;
}

.ol-configurator {
    margin: 0;
}

.ol-configurator button,
.ol-configurator a,
.ol-configurator input,
.ol-configurator select,
.ol-configurator textarea {
    font: inherit;
}

.ol-configurator button {
    appearance: none;
    -webkit-appearance: none;
}

.ol-configurator button,
.ol-configurator a,
.ol-configurator [role="button"] {
    -webkit-tap-highlight-color: transparent;
}

.ol-configurator a {
    text-decoration: none;
}

.ol-configurator img,
.ol-configurator svg {
    display: block;
    max-width: 100%;
}

.ol-configurator button:focus,
.ol-configurator a:focus {
    outline: none;
}

.ol-configurator button:focus-visible,
.ol-configurator a:focus-visible {
    outline:
        2px solid var(--ol-gold-light);

    outline-offset:
        4px;
}


/* ==========================================================
   3. SECȚIUNEA PRINCIPALĂ
========================================================== */

.ol-configurator {
    position: relative;
    isolation: isolate;

    width: 100%;

    padding:
        clamp(88px, 9vw, 150px)
        24px;

    overflow: hidden;

    color:
        var(--ol-text);

    background:
        radial-gradient(
            circle at 10% 8%,
            rgba(212, 175, 55, 0.12),
            transparent 27%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(212, 175, 55, 0.07),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #050505 0%,
            #080808 48%,
            #040404 100%
        );

    font-family:
        "Montserrat",
        Arial,
        sans-serif;
}

.ol-configurator::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -3;

    pointer-events: none;

    opacity: 0.11;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );

    background-size:
        72px 72px;

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent,
            black 12%,
            black 88%,
            transparent
        );

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            black 12%,
            black 88%,
            transparent
        );
}

.ol-configurator::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.4),
            transparent 15%,
            transparent 85%,
            rgba(0, 0, 0, 0.4)
        );
}

.ol-container {
    position: relative;
    z-index: 2;

    width:
        min(100%, var(--ol-container));

    margin-inline:
        auto;
}


/* ==========================================================
   4. GLOW DECORATIV
========================================================== */

.ol-configurator__glow {
    position: absolute;
    z-index: -1;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    pointer-events: none;

    filter:
        blur(120px);

    opacity: 0.18;
}

.ol-configurator__glow--one {
    top: 2%;
    left: -270px;

    background:
        var(--ol-gold);
}

.ol-configurator__glow--two {
    right: -290px;
    bottom: 8%;

    background:
        var(--ol-gold-soft);

    opacity: 0.12;
}


/* ==========================================================
   5. HEADER
========================================================== */

.ol-section-header {
    width:
        min(100%, 920px);

    margin-inline:
        auto;

    text-align:
        center;
}

.ol-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 36px;

    padding:
        9px 18px;

    margin-bottom:
        24px;

    border:
        1px solid var(--ol-border-gold);

    border-radius:
        var(--ol-radius-pill);

    color:
        var(--ol-gold-light);

    background:
        rgba(212, 175, 55, 0.07);

    font-size:
        11px;

    font-weight:
        700;

    line-height:
        1;

    letter-spacing:
        0.22em;

    text-transform:
        uppercase;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ol-section-title {
    margin: 0;

    color:
        var(--ol-white);

    font-family:Times New Roman;

    font-size:
        clamp(52px, 7.2vw, 104px);

    font-weight:
        400;

    line-height:
        0.9;

    letter-spacing:
        -0.045em;
}

.ol-section-title span {
    display: block;

    margin-top:
        12px;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #fff8d7 0%,
            var(--ol-gold-light) 42%,
            var(--ol-gold) 100%
        );

    -webkit-background-clip:
        text;

    background-clip:
        text;
}

.ol-section-description {
    width:
        min(100%, 720px);

    margin:
        32px auto 0;

    color:
        var(--ol-text-soft);

    font-size:
        clamp(15px, 1.4vw, 18px);

    font-weight:
        400;

    line-height:
        1.85;
}


/* ==========================================================
   6. PROGRES
========================================================== */

.ol-configurator-progress {
    display: grid;
    grid-template-columns:
        auto 1fr auto 1fr auto 1fr auto;

    align-items: center;

    width:
        min(100%, 820px);

    margin:
        64px auto 0;

    padding:
        20px 28px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-pill);

    background:
        rgba(255, 255, 255, 0.025);

    box-shadow:
        var(--ol-shadow-soft);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);
}

.ol-progress-step {
    display: flex;
    align-items: center;
    gap: 11px;

    color:
        var(--ol-text-muted);

    transition:
        color var(--ol-transition);
}

.ol-progress-step__number {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    flex:
        0 0 34px;

    border:
        1px solid var(--ol-border-strong);

    border-radius:
        50%;

    color:
        var(--ol-text-muted);

    background:
        rgba(255, 255, 255, 0.03);

    font-size:
        12px;

    font-weight:
        700;

    transition:
        color var(--ol-transition),
        background var(--ol-transition),
        border-color var(--ol-transition),
        box-shadow var(--ol-transition),
        transform var(--ol-transition);
}

.ol-progress-step__label {
    white-space:
        nowrap;

    font-size:
        12px;

    font-weight:
        600;

    letter-spacing:
        0.04em;
}

.ol-progress-step.is-active,
.ol-progress-step.is-complete {
    color:
        var(--ol-white);
}

.ol-progress-step.is-active .ol-progress-step__number {
    color:
        #050505;

    border-color:
        transparent;

    background:
        linear-gradient(
            180deg,
            var(--ol-gold-light),
            var(--ol-gold)
        );

    box-shadow:
        0 8px 28px rgba(212, 175, 55, 0.25);

    transform:
        scale(1.04);
}

.ol-progress-step.is-complete .ol-progress-step__number {
    color:
        var(--ol-gold-light);

    border-color:
        var(--ol-border-gold);

    background:
        rgba(212, 175, 55, 0.09);
}

.ol-progress-line {
    display: block;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            var(--ol-border),
            rgba(212, 175, 55, 0.18),
            var(--ol-border)
        );
}


/* ==========================================================
   7. LAYOUT PRINCIPAL
========================================================== */

.ol-configurator-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(420px, 0.92fr);

    gap:
        clamp(40px, 5vw, 80px);

    align-items:
        start;

    margin-top:
        clamp(70px, 8vw, 110px);
}

.ol-configurator-visual,
.ol-configurator-panel {
    min-width: 0;
}

.ol-configurator-panel {
    position: sticky;
    top: 30px;
}


/* ==========================================================
   8. GRUPURI DE CONTROL
========================================================== */

.ol-control-group + .ol-control-group {
    margin-top:
        56px;
}

.ol-control-heading {
    margin-bottom:
        24px;
}

.ol-control-heading__step {
    display: block;

    margin-bottom:
        8px;

    color:
        var(--ol-gold-light);

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        0.2em;

    text-transform:
        uppercase;
}

.ol-control-heading__title {
    margin: 0;

    color:
        var(--ol-white);

    font-family:
        "Montserrat",
sans-serif;

    font-size:
        clamp(36px, 4vw, 58px);

    font-weight:
        400;

    line-height:
        1;

    letter-spacing:
        -0.03em;
}

.ol-control-heading__description {
    margin:
        12px 0 0;

    color:
        var(--ol-text-muted);

    font-size:
        14px;

    line-height:
        1.7;
}


/* ==========================================================
   9. SELECTOR PROFIL
========================================================== */

.ol-profile-switch {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        16px;
}

.ol-profile-button {
    display: flex;
    align-items: center;
    gap:
        17px;

    min-height:
        94px;

    padding:
        18px 22px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-md);

    color:
        var(--ol-text);

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.016)
        );

    text-align:
        left;

    cursor:
        pointer;

    box-shadow:
        var(--ol-shadow-soft);

    transition:
        transform var(--ol-transition),
        border-color var(--ol-transition),
        background var(--ol-transition),
        box-shadow var(--ol-transition);
}

.ol-profile-button:hover {
    transform:
        translateY(-3px);

    border-color:
        rgba(212, 175, 55, 0.28);

    background:
        var(--ol-glass-hover);
}

.ol-profile-button.is-active {
    border-color:
        var(--ol-border-gold);

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.14),
            rgba(255, 255, 255, 0.035)
        );

    box-shadow:
        var(--ol-shadow-gold);
}

.ol-profile-button__icon {
    display: grid;
    place-items: center;

    width: 50px;
    height: 50px;

    flex:
        0 0 50px;

    border:
        1px solid var(--ol-border);

    border-radius:
        50%;

    color:
        var(--ol-text-soft);

    background:
        rgba(255, 255, 255, 0.03);

    font-family:
        Georgia,
        serif;

    font-size:
        25px;

    transition:
        color var(--ol-transition),
        border-color var(--ol-transition),
        background var(--ol-transition),
        transform var(--ol-transition);
}

.ol-profile-button:hover .ol-profile-button__icon {
    transform:
        scale(1.04);
}

.ol-profile-button.is-active .ol-profile-button__icon {
    color:
        #050505;

    border-color:
        transparent;

    background:
        linear-gradient(
            180deg,
            var(--ol-gold-light),
            var(--ol-gold)
        );
}

.ol-profile-button__content {
    display: grid;
    gap:
        5px;
}

.ol-profile-button__content strong {
    color:
        var(--ol-white);

    font-size:
        15px;

    font-weight:
        600;
}

.ol-profile-button__content small {
    color:
        var(--ol-text-muted);

    font-size:
        12px;

    line-height:
        1.45;
}


/* ==========================================================
   10. CARD HARTĂ CORPORALĂ
========================================================== */

.ol-body-card {
    position: relative;

    min-height:
        780px;

    padding:
        28px;

    overflow:
        hidden;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-xl);

    background:
        radial-gradient(
            circle at 50% 34%,
            rgba(212, 175, 55, 0.07),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.012)
        );

    box-shadow:
        var(--ol-shadow);

    backdrop-filter:
        blur(20px);

    -webkit-backdrop-filter:
        blur(20px);
}

.ol-body-card::before {
    content: "";

    position: absolute;
    inset:
        26px;

    border:
        1px solid rgba(255, 255, 255, 0.035);

    border-radius:
        calc(var(--ol-radius-xl) - 18px);

    pointer-events:
        none;
}

.ol-body-card::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 75px;

    width: 70%;
    height: 100px;

    transform:
        translateX(-50%);

    border-radius:
        50%;

    background:
        rgba(212, 175, 55, 0.08);

    filter:
        blur(45px);

    pointer-events:
        none;
}

.ol-body-card__helper {
    position: relative;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    gap:
        10px;

    width:
        fit-content;

    max-width:
        100%;

    margin:
        0 auto 18px;

    padding:
        11px 16px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-pill);

    color:
        var(--ol-text-soft);

    background:
        rgba(0, 0, 0, 0.36);

    font-size:
        12px;

    line-height:
        1.45;

    text-align:
        center;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.2);

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}

.ol-body-card__helper-icon {
    display: grid;
    place-items: center;

    width: 22px;
    height: 22px;

    flex:
        0 0 22px;

    border-radius:
        50%;

    color:
        #050505;

    background:
        var(--ol-gold);

    font-size:
        15px;

    font-weight:
        700;
}


/* ==========================================================
   11. HĂRȚI CORPORALE
========================================================== */

.ol-body-map {
    position: relative;
    z-index: 3;

    width:
        min(100%, 600px);

    margin-inline:
        auto;

    opacity: 0;

    transform:
        translateY(12px) scale(0.985);

    pointer-events:
        none;

    transition:
        opacity var(--ol-transition-slow),
        transform var(--ol-transition-slow);
}

.ol-body-map.is-active {
    opacity: 1;

    transform:
        translateY(0) scale(1);

    pointer-events:
        auto;
}

.ol-body-map[hidden] {
    display:
        none !important;
}

.ol-body-visual {
    position: relative;

    width:
        100%;

    margin-inline:
        auto;

    line-height: 0;
}

.ol-body-visual__image {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    user-select:
        none;

    pointer-events:
        none;

    -webkit-user-drag:
        none;

    filter:
        drop-shadow(
            0 28px 50px
            rgba(0, 0, 0, 0.34)
        );
}


/* ==========================================================
   12. SVG OVERLAY
========================================================== */

.ol-body-overlay {
    position: absolute;
    z-index: 4;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    overflow:
        visible;
}

.ol-body-overlay__zone {
    fill:
        rgba(212, 175, 55, 0.012);

    stroke:
        rgba(212, 175, 55, 0);

    stroke-width:
        1.6;

    vector-effect:
        non-scaling-stroke;

    outline: none;

    cursor:
        pointer;

    transform-box:
        fill-box;

    transform-origin:
        center;

    transition:
        fill 280ms cubic-bezier(.22, 1, .36, 1),
        stroke 280ms cubic-bezier(.22, 1, .36, 1),
        filter 280ms cubic-bezier(.22, 1, .36, 1),
        transform 280ms cubic-bezier(.22, 1, .36, 1),
        opacity 280ms ease;
}

.ol-body-overlay__zone:hover {
    fill:
        rgba(212, 175, 55, 0.26);

    stroke:
        rgba(241, 213, 122, 0.9);

    stroke-width:
        2;

    filter:
        drop-shadow(
            0 0 10px
            rgba(212, 175, 55, 0.54)
        );

    transform:
        scale(1.014);
}

.ol-body-overlay__zone:focus-visible {
    fill:
        rgba(212, 175, 55, 0.32);

    stroke:
        #ffffff;

    stroke-width:
        2.4;

    filter:
        drop-shadow(
            0 0 12px
            rgba(212, 175, 55, 0.7)
        );
}

.ol-body-overlay__zone.is-active,
.ol-body-overlay__zone.active,
.ol-body-overlay__zone[aria-pressed="true"] {
    fill:
        rgba(212, 175, 55, 0.53);

    stroke:
        rgba(255, 239, 174, 0.98);

    stroke-width:
        2;

    filter:
        drop-shadow(
            0 0 14px
            rgba(212, 175, 55, 0.78)
        );

    transform:
        scale(1.016);

    animation:
        olZonePulse 520ms ease both;
}

.ol-body-overlay__zone--small {
    stroke-width:
        1.2;
}

@keyframes olZonePulse {
    0% {
        filter:
            drop-shadow(
                0 0 0
                rgba(212, 175, 55, 0)
            );
    }

    45% {
        filter:
            drop-shadow(
                0 0 20px
                rgba(212, 175, 55, 0.95)
            );
    }

    100% {
        filter:
            drop-shadow(
                0 0 14px
                rgba(212, 175, 55, 0.78)
            );
    }
}


/* ==========================================================
   13. LEGENDĂ
========================================================== */

.ol-body-legend {
    position: relative;
    z-index: 5;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap:
        14px 22px;

    margin-top:
        18px;
}

.ol-body-legend__item {
    display: inline-flex;
    align-items: center;
    gap:
        9px;

    color:
        var(--ol-text-muted);

    font-size:
        11px;

    line-height:
        1.4;
}

.ol-body-legend__dot {
    width: 10px;
    height: 10px;

    border:
        1px solid rgba(255, 255, 255, 0.25);

    border-radius:
        50%;

    background:
        rgba(255, 255, 255, 0.08);
}

.ol-body-legend__dot--active {
    border-color:
        var(--ol-gold-light);

    background:
        var(--ol-gold);

    box-shadow:
        0 0 12px rgba(212, 175, 55, 0.48);
}


/* ==========================================================
   14. LISTĂ ZONE
========================================================== */

.ol-zone-list-wrapper {
    margin-top:
        32px;

    padding:
        28px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-lg);

    background:
        rgba(255, 255, 255, 0.022);

    box-shadow:
        var(--ol-shadow-soft);
}

.ol-zone-list-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap:
        20px;

    margin-bottom:
        22px;
}

.ol-zone-list-eyebrow {
    display: block;

    margin-bottom:
        7px;

    color:
        var(--ol-gold-light);

    font-size:
        10px;

    font-weight:
        700;

    letter-spacing:
        0.18em;

    text-transform:
        uppercase;
}

.ol-zone-list-header h3 {
    margin: 0;

    color:
        var(--ol-white);

    font-family:
        "Montserrat",
sans-serif;
    font-size:
        31px;

    font-weight:
        400;

    line-height:
        1;
}

.ol-text-button {
    padding: 0;

    border: 0;

    color:
        var(--ol-gold-light);

    background:
        transparent;

    font-size:
        12px;

    font-weight:
        600;

    cursor:
        pointer;

    transition:
        opacity var(--ol-transition-fast),
        color var(--ol-transition-fast);
}

.ol-text-button:hover:not(:disabled) {
    color:
        var(--ol-white);
}

.ol-text-button:disabled {
    opacity:
        0.35;

    cursor:
        not-allowed;
}

.ol-zone-list {
    display: flex;
    flex-wrap: wrap;

    gap:
        11px;
}

.ol-zone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:
        9px;

    min-height:
        46px;

    padding:
        10px 16px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-pill);

    color:
        var(--ol-text-soft);

    background:
        rgba(255, 255, 255, 0.025);

    font-size:
        12px;

    font-weight:
        500;

    line-height:
        1.3;

    cursor:
        pointer;

    transition:
        color var(--ol-transition),
        border-color var(--ol-transition),
        background var(--ol-transition),
        transform var(--ol-transition),
        box-shadow var(--ol-transition);
}

.ol-zone-button:hover {
    transform:
        translateY(-2px);

    color:
        var(--ol-white);

    border-color:
        rgba(212, 175, 55, 0.32);

    background:
        rgba(212, 175, 55, 0.07);
}

.ol-zone-button.is-active,
.ol-zone-button[aria-pressed="true"] {
    color:
        #050505;

    border-color:
        transparent;

    background:
        linear-gradient(
            180deg,
            var(--ol-gold-light),
            var(--ol-gold)
        );

    box-shadow:
        0 9px 25px rgba(212, 175, 55, 0.2);
}


/* ==========================================================
   15. PANOU REZUMAT
========================================================== */

.ol-configurator-panel__inner {
    position: relative;

    padding:
        clamp(28px, 3.4vw, 48px);

    overflow:
        hidden;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-xl);

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.017)
        );

    box-shadow:
        var(--ol-shadow);

    backdrop-filter:
        blur(24px);

    -webkit-backdrop-filter:
        blur(24px);
}

.ol-configurator-panel__inner::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -140px;
    right: -120px;

    border-radius:
        50%;

    background:
        rgba(212, 175, 55, 0.12);

    filter:
        blur(75px);

    pointer-events:
        none;
}

.ol-summary-section,
.ol-summary-info-grid,
.ol-package-section,
.ol-recommendation,
.ol-price-card,
.ol-booking-section,
.ol-reset-button {
    position: relative;
    z-index: 2;
}

.ol-summary-label {
    display: block;

    margin-bottom:
        9px;

    color:
        var(--ol-gold-light);

    font-size:
        10px;

    font-weight:
        700;

    letter-spacing:
        0.19em;

    text-transform:
        uppercase;
}

.ol-summary-title {
    margin: 0;

    color:
        var(--ol-white);

    font-family:
      "Montserrat",
sans-serif;

    font-size:
        clamp(38px, 4vw, 56px);

    font-weight:
        400;

    line-height:
        0.98;

    letter-spacing:
        -0.03em;
}

.ol-summary-description {
    margin:
        15px 0 0;

    color:
        var(--ol-text-muted);

    font-size:
        13px;

    line-height:
        1.75;
}


/* ==========================================================
   16. CHIPURI SELECTATE
========================================================== */

.ol-selected-chips {
    display: flex;
    flex-wrap: wrap;

    gap:
        9px;

    margin-top:
        20px;
}

.ol-selected-chip {
    display: inline-flex;
    align-items: center;
    gap:
        9px;

    min-height:
        38px;

    padding:
        8px 12px;

    border:
        1px solid var(--ol-border-gold);

    border-radius:
        var(--ol-radius-pill);

    color:
        var(--ol-gold-light);

    background:
        rgba(212, 175, 55, 0.07);

    font-size:
        11px;

    font-weight:
        600;

    animation:
        olChipEnter 320ms ease both;
}

.ol-selected-chip button {
    display: grid;
    place-items: center;

    width: 19px;
    height: 19px;

    padding: 0;

    border: 0;

    border-radius:
        50%;

    color:
        var(--ol-gold-light);

    background:
        rgba(255, 255, 255, 0.08);

    cursor:
        pointer;

    line-height:
        1;

    transition:
        color var(--ol-transition-fast),
        background var(--ol-transition-fast),
        transform var(--ol-transition-fast);
}

.ol-selected-chip button:hover {
    color:
        #050505;

    background:
        var(--ol-gold);

    transform:
        rotate(90deg);
}

@keyframes olChipEnter {
    from {
        opacity: 0;

        transform:
            translateY(5px)
            scale(0.97);
    }

    to {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }
}


/* ==========================================================
   17. GRID INFORMAȚII
========================================================== */

.ol-summary-info-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        12px;

    margin-top:
        30px;
}

.ol-summary-info-card {
    min-width: 0;

    padding:
        18px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-sm);

    background:
        rgba(255, 255, 255, 0.027);

    transition:
        border-color var(--ol-transition),
        background var(--ol-transition),
        transform var(--ol-transition);
}

.ol-summary-info-card:hover {
    transform:
        translateY(-2px);

    border-color:
        rgba(212, 175, 55, 0.2);

    background:
        rgba(255, 255, 255, 0.04);
}

.ol-summary-info-card__label {
    display: block;

    margin-bottom:
        7px;

    color:
        var(--ol-text-muted);

    font-size:
        10px;

    font-weight:
        600;

    letter-spacing:
        0.08em;

    text-transform:
        uppercase;
}

.ol-summary-info-card__value {
    display: block;

    overflow-wrap:
        anywhere;

    color:
        var(--ol-white);

    font-size:
        16px;

    font-weight:
        600;

    line-height:
        1.35;
}


/* ==========================================================
   18. PACHETE
========================================================== */

.ol-package-section {
    margin-top:
        34px;

    padding-top:
        32px;

    border-top:
        1px solid var(--ol-border);
}

.ol-package-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap:
        20px;

    margin-bottom:
        20px;
}

.ol-package-section__header h3 {
    margin: 0;

    color:
        var(--ol-white);

    font-family:
       "Montserrat",
sans-serif;

    font-size:
        34px;

    font-weight:
        400;
}

.ol-package-section__hint {
    color:
        var(--ol-text-muted);

    font-size:
        11px;

    line-height:
        1.4;

    text-align:
        right;
}

.ol-package-options {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        12px;
}

.ol-package-button {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:
        14px;

    min-height:
        86px;

    padding:
        16px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-sm);

    color:
        var(--ol-text-soft);

    background:
        rgba(255, 255, 255, 0.025);

    text-align:
        left;

    cursor:
        pointer;

    overflow:
        hidden;

    transition:
        color var(--ol-transition),
        border-color var(--ol-transition),
        background var(--ol-transition),
        transform var(--ol-transition),
        box-shadow var(--ol-transition);
}

.ol-package-button::before {
    content: "";

    position: absolute;
    inset: 0;

    opacity: 0;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(212, 175, 55, 0.16),
            transparent 62%
        );

    transition:
        opacity var(--ol-transition);
}

.ol-package-button:hover {
    transform:
        translateY(-2px);

    border-color:
        rgba(212, 175, 55, 0.3);

    color:
        var(--ol-white);
}

.ol-package-button:hover::before,
.ol-package-button.is-active::before {
    opacity: 1;
}

.ol-package-button.is-active,
.ol-package-button[aria-checked="true"] {
    color:
        var(--ol-white);

    border-color:
        var(--ol-border-gold);

    background:
        rgba(212, 175, 55, 0.08);

    box-shadow:
        0 14px 36px rgba(212, 175, 55, 0.12);
}

.ol-package-button__main,
.ol-package-button__badge {
    position: relative;
    z-index: 2;
}

.ol-package-button__main {
    display: flex;
    align-items: baseline;
    gap:
        6px;
}

.ol-package-button__main strong {
    color:
        var(--ol-white);

    font-family:
      "Montserrat",
sans-serif;

    font-size:
        37px;

    font-weight:
        500;

    line-height:
        1;
}

.ol-package-button__main small {
    color:
        var(--ol-text-muted);

    font-size:
        10px;

    font-weight:
        600;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}

.ol-package-button__symbol {
    font-style:
        italic;
}

.ol-package-button__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height:
        25px;

    padding:
        6px 9px;

    border:
        1px solid var(--ol-border);

    border-radius:
        var(--ol-radius-pill);

    color:
        var(--ol-text-muted);

    background:
        rgba(255, 255, 255, 0.035);

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.ol-package-button.is-active .ol-package-button__badge {
    color:
        var(--ol-gold-light);

    border-color:
        var(--ol-border-gold);

    background:
        rgba(212, 175, 55, 0.08);
}


/* ==========================================================
   19. RECOMANDARE
========================================================== */

.ol-recommendation {
    display: flex;
    align-items: flex-start;
    gap:
        14px;

    margin-top:
        18px;

    padding:
        18px;

    border:
        1px solid var(--ol-border-gold);

    border-radius:
        var(--ol-radius-sm);

    background:
        linear-gradient(
            135deg,
            rgba(212, 175, 55, 0.12),
            rgba(212, 175, 55, 0.035)
        );

    box-shadow:
        0 16px 38px rgba(212, 175, 55, 0.09);

    animation:
        olRecommendationEnter 420ms ease both;
}

.ol-recommendation[hidden] {
    display:
        none !important;
}

.ol-recommendation__icon {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    flex:
        0 0 38px;

    border-radius:
        50%;

    color:
        #050505;

    background:
        linear-gradient(
            180deg,
            var(--ol-gold-light),
            var(--ol-gold)
        );

    box-shadow:
        0 8px 24px rgba(212, 175, 55, 0.24);
}

.ol-recommendation__content {
    min-width: 0;
}

.ol-recommendation__content span {
    display: block;

    margin-bottom:
        4px;

    color:
        var(--ol-gold-light);

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        0.15em;

    text-transform:
        uppercase;
}

.ol-recommendation__content strong {
    display: block;

    color:
        var(--ol-white);

    font-size:
        15px;

    font-weight:
        600;
}

.ol-recommendation__content p {
    margin:
        6px 0 0;

    color:
        var(--ol-text-soft);

    font-size:
        11px;

    line-height:
        1.6;
}

@keyframes olRecommendationEnter {
    from {
        opacity: 0;

        transform:
            translateY(8px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }
}


/* ==========================================================
   20. CARD PREȚ
========================================================== */

.ol-price-card {
    margin-top:
        24px;

    padding:
        26px;

    border:
        1px solid var(--ol-border-gold);

    border-radius:
        var(--ol-radius-lg);

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(212, 175, 55, 0.14),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.1),
            rgba(255, 255, 255, 0.025)
        );

    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.28);
}

.ol-price-card__header,
.ol-price-card__old-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:
        18px;
}

.ol-price-card__header {
    color:
        var(--ol-text-muted);

    font-size:
        11px;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.ol-price-card__selection {
    color:
        var(--ol-gold-light);
}

.ol-price-card__old-price {
    margin-top:
        20px;

    color:
        var(--ol-text-muted);

    font-size:
        12px;
}

.ol-price-card__old-price[hidden] {
    display:
        none !important;
}

.ol-price-card__old-price del {
    color:
        var(--ol-text-soft);

    text-decoration-color:
        var(--ol-danger);

    text-decoration-thickness:
        1px;
}

.ol-price-card__price {
    display: flex;
    align-items: flex-end;
    gap:
        9px;

    margin-top:
        12px;
}

.ol-price-card__price strong {
    color:
        var(--ol-white);

    font-family:
        "Montserrat",
sans-serif;

    font-size:
        clamp(54px, 6vw, 78px);

    font-weight:
        500;

    line-height:
        0.88;

    letter-spacing:
        -0.04em;
}

.ol-price-card__price span {
    margin-bottom:
        7px;

    color:
        var(--ol-gold-light);

    font-size:
        14px;

    font-weight:
        600;
}

.ol-price-card__daily {
    margin:
        16px 0 0;

    color:
        var(--ol-text-muted);

    font-size:
        11px;

    line-height:
        1.6;
}

.ol-price-card__daily[hidden] {
    display:
        none !important;
}

.ol-price-card__daily strong {
    color:
        var(--ol-white);
}

.ol-price-card__saving {
    display: flex;
    align-items: center;
    gap:
        10px;

    margin-top:
        18px;

    padding:
        13px 14px;

    border:
        1px solid rgba(88, 209, 139, 0.22);

    border-radius:
        var(--ol-radius-sm);

    color:
        #b8f2d0;

    background:
        rgba(88, 209, 139, 0.07);

    font-size:
        12px;

    line-height:
        1.4;
}

.ol-price-card__saving[hidden] {
    display:
        none !important;
}

.ol-price-card__saving-icon {
    display: grid;
    place-items: center;

    width: 24px;
    height: 24px;

    flex:
        0 0 24px;

    border-radius:
        50%;

    color:
        #07140d;

    background:
        var(--ol-success);

    font-size:
        12px;

    font-weight:
        800;
}

.ol-price-card__saving strong {
    color:
        #d8ffe8;
}

.ol-price-card__notice {
    margin:
        18px 0 0;

    padding-top:
        16px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    color:
        var(--ol-text-muted);

    font-size:
        10px;

    line-height:
        1.6;
}


/* ==========================================================
   21. WHATSAPP
========================================================== */

.ol-booking-section {
    margin-top:
        22px;
}

.ol-booking-button {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:
        18px;

    width: 100%;

    min-height:
        78px;

    padding:
        14px 18px;

    overflow:
        hidden;

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius:
        var(--ol-radius-md);

    color:
        #050505;

    background:
        linear-gradient(
            180deg,
            var(--ol-gold-light),
            var(--ol-gold)
        );

    box-shadow:
        0 18px 42px rgba(212, 175, 55, 0.2);

    cursor:
        pointer;

    transition:
        transform var(--ol-transition),
        box-shadow var(--ol-transition),
        filter var(--ol-transition),
        opacity var(--ol-transition);
}

.ol-booking-button::before {
    content: "";

    position: absolute;
    inset:
        0 auto 0 -35%;

    width:
        30%;

    transform:
        skewX(-20deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.42),
            transparent
        );

    transition:
        left 620ms ease;
}

.ol-booking-button:hover {
    transform:
        translateY(-3px);

    box-shadow:
        0 24px 58px rgba(212, 175, 55, 0.3);

    filter:
        brightness(1.03);
}

.ol-booking-button:hover::before {
    left:
        115%;
}

.ol-booking-button.is-disabled,
.ol-booking-button[aria-disabled="true"] {
    opacity:
        0.38;

    pointer-events:
        none;

    box-shadow:
        none;

    filter:
        grayscale(0.25);
}

.ol-booking-button__content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap:
        13px;

    min-width: 0;
}

.ol-booking-button__icon {
    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    flex:
        0 0 42px;

    border-radius:
        50%;

    color:
        #050505;

    background:
        rgba(255, 255, 255, 0.42);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ol-booking-button__icon svg {
    width:
        23px;

    height:
        23px;
}

.ol-booking-button__content > span:last-child {
    min-width: 0;
}

.ol-booking-button__content small,
.ol-booking-button__content strong {
    display: block;
}

.ol-booking-button__content small {
    margin-bottom:
        3px;

    color:
        rgba(5, 5, 5, 0.66);

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        0.1em;

    text-transform:
        uppercase;
}

.ol-booking-button__content strong {
    color:
        #050505;

    font-size:
        14px;

    font-weight:
        700;

    line-height:
        1.35;
}

.ol-booking-button__arrow {
    position: relative;
    z-index: 2;

    flex:
        0 0 auto;

    color:
        #050505;

    font-size:
        24px;

    transition:
        transform var(--ol-transition);
}

.ol-booking-button:hover .ol-booking-button__arrow {
    transform:
        translateX(4px);
}

.ol-booking-section__helper {
    margin:
        12px 0 0;

    color:
        var(--ol-text-muted);

    font-size:
        10px;

    line-height:
        1.6;

    text-align:
        center;
}


/* ==========================================================
   22. RESETARE
========================================================== */

.ol-reset-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:
        8px;

    width: 100%;

    margin-top:
        16px;

    padding:
        12px;

    border:
        0;

    color:
        var(--ol-text-muted);

    background:
        transparent;

    font-size:
        11px;

    font-weight:
        600;

    cursor:
        pointer;

    transition:
        color var(--ol-transition-fast),
        opacity var(--ol-transition-fast);
}

.ol-reset-button:hover:not(:disabled) {
    color:
        var(--ol-white);
}

.ol-reset-button:disabled {
    opacity:
        0.35;

    cursor:
        not-allowed;
}


/* ==========================================================
   23. FOOTER
========================================================== */

.ol-configurator-footer {
    width:
        min(100%, 820px);

    margin:
        54px auto 0;

    text-align:
        center;
}

.ol-configurator-footer p {
    margin: 0;

    color:
        var(--ol-text-muted);

    font-size:
        11px;

    line-height:
        1.75;
}


/* ==========================================================
   24. ACCESIBILITATE
========================================================== */

.ol-screen-reader-status {
    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;
}


/* ==========================================================
   25. RESPONSIVE — TABLETĂ
========================================================== */

@media (max-width: 1180px) {

    .ol-configurator-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(380px, 0.86fr);

        gap:
            36px;
    }

    .ol-configurator-panel__inner {
        padding:
            30px;
    }

    .ol-package-button {
        min-height:
            80px;
    }

}


/* ==========================================================
   26. RESPONSIVE — SUB 1024PX
========================================================== */

@media (max-width: 1024px) {

    .ol-configurator {
        padding-inline:
            20px;
    }

    .ol-configurator-layout {
        grid-template-columns:
            1fr;

        gap:
            44px;
    }

    .ol-configurator-panel {
        position: static;
    }

    .ol-configurator-panel__inner {
        width:
            min(100%, 760px);

        margin-inline:
            auto;
    }

    .ol-body-card {
        min-height:
            auto;
    }

    .ol-body-map {
        width:
            min(100%, 620px);
    }

}


/* ==========================================================
   27. RESPONSIVE — MOBIL
========================================================== */

@media (max-width: 767px) {

    .ol-configurator {
        padding:
            72px 16px;
    }

    .ol-section-title {
        font-size:
            clamp(48px, 15vw, 72px);

        line-height:
            0.92;
    }

    .ol-section-description {
        margin-top:
            24px;

        font-size:
            14px;

        line-height:
            1.75;
    }

    .ol-configurator-progress {
        display: flex;
        align-items: stretch;
        justify-content: space-between;

        gap:
            7px;

        margin-top:
            42px;

        padding:
            14px;

        border-radius:
            var(--ol-radius-lg);
    }

    .ol-progress-step {
        flex:
            1 1 0;

        display: grid;
        justify-items: center;
        gap:
            7px;

        text-align:
            center;
    }

    .ol-progress-step__number {
        width:
            30px;

        height:
            30px;

        flex-basis:
            30px;
    }

    .ol-progress-step__label {
        white-space:
            normal;

        font-size:
            9px;

        line-height:
            1.25;
    }

    .ol-progress-line {
        display:
            none;
    }

    .ol-configurator-layout {
        margin-top:
            58px;
    }

    .ol-control-heading__title {
        font-size:
            clamp(36px, 11vw, 48px);
    }

    .ol-profile-switch {
        gap:
            10px;
    }

    .ol-profile-button {
        min-height:
            84px;

        padding:
            14px;

        gap:
            11px;

        border-radius:
            20px;
    }

    .ol-profile-button__icon {
        width:
            42px;

        height:
            42px;

        flex-basis:
            42px;

        font-size:
            22px;
    }

    .ol-profile-button__content strong {
        font-size:
            13px;
    }

    .ol-profile-button__content small {
        font-size:
            10px;
    }

    .ol-body-card {
        padding:
            18px 10px 22px;

        border-radius:
            28px;
    }

    .ol-body-card::before {
        inset:
            12px;

        border-radius:
            20px;
    }

    .ol-body-card__helper {
        width:
            calc(100% - 20px);

        margin-bottom:
            12px;

        padding:
            10px 12px;

        font-size:
            10px;
    }

    .ol-body-map {
        width:
            100%;
    }

    .ol-body-overlay__zone:hover {
        transform:
            none;
    }

    .ol-body-overlay__zone.is-active,
    .ol-body-overlay__zone.active,
    .ol-body-overlay__zone[aria-pressed="true"] {
        transform:
            none;
    }

    .ol-body-legend {
        gap:
            10px 14px;

        margin-top:
            8px;
    }

    .ol-zone-list-wrapper {
        padding:
            20px;

        border-radius:
            26px;
    }

    .ol-zone-list-header {
        align-items:
            flex-start;
    }

    .ol-zone-list-header h3 {
        font-size:
            27px;
    }

    .ol-zone-button {
        min-height:
            42px;

        padding:
            9px 13px;

        font-size:
            11px;
    }

    .ol-configurator-panel__inner {
        padding:
            26px 20px;

        border-radius:
            30px;
    }

    .ol-summary-title {
        font-size:
            44px;
    }

    .ol-summary-info-card {
        padding:
            15px;
    }

    .ol-summary-info-card__value {
        font-size:
            14px;
    }

    .ol-package-options {
        grid-template-columns:
            1fr;
    }

    .ol-package-button {
        min-height:
            72px;
    }

    .ol-price-card {
        padding:
            22px;

        border-radius:
            26px;
    }

    .ol-price-card__price strong {
        font-size:
            clamp(58px, 18vw, 76px);
    }

}


/* ==========================================================
   28. RESPONSIVE — TELEFOANE MICI
========================================================== */

@media (max-width: 480px) {

    .ol-configurator {
        padding-inline:
            12px;
    }

    .ol-eyebrow {
        padding:
            8px 13px;

        font-size:
            9px;

        letter-spacing:
            0.16em;
    }

    .ol-profile-switch {
        grid-template-columns:
            1fr;
    }

    .ol-profile-button {
        min-height:
            78px;
    }

    .ol-body-card {
        padding-inline:
            4px;
    }

    .ol-body-card__helper {
        width:
            calc(100% - 16px);
    }

    .ol-body-overlay__zone {
        stroke-width:
            2;
    }

    .ol-zone-list-header {
        display:
            grid;

        gap:
            12px;
    }

    .ol-text-button {
        width:
            fit-content;
    }

    .ol-summary-info-grid {
        grid-template-columns:
            1fr;
    }

    .ol-package-section__header {
        align-items:
            flex-start;
    }

    .ol-package-section__hint {
        max-width:
            110px;
    }

    .ol-price-card__header,
    .ol-price-card__old-price {
        align-items:
            flex-start;
    }

    .ol-booking-button {
        min-height:
            72px;

        padding:
            12px 14px;
    }

    .ol-booking-button__content {
        gap:
            10px;
    }

    .ol-booking-button__icon {
        width:
            38px;

        height:
            38px;

        flex-basis:
            38px;
    }

    .ol-booking-button__content strong {
        font-size:
            12px;
    }

    .ol-booking-button__arrow {
        font-size:
            20px;
    }

}


/* ==========================================================
   29. REDUCERE ANIMAȚII
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .ol-configurator *,
    .ol-configurator *::before,
    .ol-configurator *::after {
        scroll-behavior:
            auto !important;

        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;
    }

}


/* ==========================================================
   30. ELEMENTOR / ASTRA FIXES
========================================================== */

.elementor-widget-html .ol-configurator {
    width:
        100%;
}

.elementor-widget-html .ol-configurator button,
.elementor-widget-html .ol-configurator a {
    font-family:
        "Montserrat",
        Arial,
        sans-serif;
}

.elementor-widget-html .ol-configurator h2,
.elementor-widget-html .ol-configurator h3,
.elementor-widget-html .ol-configurator p {
    margin-top:
        0;
}

.ast-container .ol-configurator,
.site-content .ol-configurator,
.elementor-section .ol-configurator,
.elementor-container .ol-configurator,
.e-con .ol-configurator {
    max-width:
        none;
}

.ol-configurator [hidden] {
    display:
        none !important;
}
/* ==========================================================
   OLIVERA V2 — PATCH CENTRARE ȘI SELECȚIE RAPIDĂ
   Se adaugă LA FINALUL CSS-ULUI
========================================================== */


/* ==========================================================
   1. CENTRAREA ÎNTREGII SECȚIUNI
========================================================== */

.ol-configurator .ol-container {
    width: min(100%, 1240px) !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0;
    padding-right: 0;
}

.ol-configurator .ol-configurator-layout {
    grid-template-columns:
        minmax(0, 660px)
        minmax(390px, 500px);

    justify-content: center;
    align-items: start;

    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-configurator-visual {
    width: 100%;
    max-width: 660px;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-configurator-panel {
    width: 100%;
    max-width: 500px;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-control-heading {
    width: 100%;

    text-align: center;
}

.ol-configurator .ol-profile-switch {
    width: 100%;
    max-width: 660px;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-body-card {
    width: 100%;
    max-width: 660px;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-body-map {
    width: min(100%, 600px);

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-body-visual {
    width: 100%;
    max-width: 600px;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-body-legend {
    width: 100%;

    margin-left: auto;
    margin-right: auto;

    text-align: center;
}


/* ==========================================================
   2. SELECȚIA RAPIDĂ — CARD CENTRAT
========================================================== */

.ol-configurator .ol-zone-list-wrapper {
    width: 100%;
    max-width: 660px;

    margin:
        32px auto 0;

    padding:
        28px 28px 30px;

    text-align: center;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius:
        30px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.014)
        );

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.ol-configurator .ol-zone-list-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 16px;

    width: 100%;

    margin-bottom: 24px;

    text-align: center;
}

.ol-configurator .ol-zone-list-header > div {
    width: 100%;

    text-align: center;
}

.ol-configurator .ol-zone-list-eyebrow {
    margin-bottom: 8px;

    text-align: center;
}

.ol-configurator .ol-zone-list-header h3 {
    margin: 0;

    color: #ffffff;

    text-align: center;
}


/* ==========================================================
   3. BUTOANELE ZONELOR — STARE NORMALĂ
========================================================== */

.ol-configurator .ol-zone-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 10px;

    width: 100%;
}

.ol-configurator button.ol-zone-button {
    min-height: 44px;

    padding:
        10px 17px !important;

    border:
        1px solid rgba(255, 255, 255, 0.12) !important;

    border-radius:
        999px !important;

    color:
        #d2d2d2 !important;

    background:
        rgba(255, 255, 255, 0.035) !important;

    background-image:
        none !important;

    box-shadow:
        none !important;

    text-shadow:
        none !important;

    font-family:
        "Montserrat",
        Arial,
        sans-serif !important;

    font-size:
        11px !important;

    font-weight:
        600 !important;

    line-height:
        1.25 !important;

    letter-spacing:
        0.02em;

    text-transform:
        none !important;

    cursor:
        pointer;

    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        transform 220ms ease,
        box-shadow 220ms ease;
}

.ol-configurator button.ol-zone-button:hover {
    color:
        #ffffff !important;

    border-color:
        rgba(212, 175, 55, 0.45) !important;

    background:
        rgba(212, 175, 55, 0.09) !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 24px
        rgba(0, 0, 0, 0.22) !important;
}


/* ==========================================================
   4. BUTOANELE ZONELOR — DOAR CELE SELECTATE DEVIN AURII
========================================================== */

.ol-configurator button.ol-zone-button.is-active,
.ol-configurator button.ol-zone-button[aria-pressed="true"] {
    color:
        #050505 !important;

    border-color:
        transparent !important;

    background:
        linear-gradient(
            180deg,
            #f1d57a 0%,
            #d4af37 100%
        ) !important;

    box-shadow:
        0 10px 28px
        rgba(212, 175, 55, 0.22) !important;
}


/* ==========================================================
   5. BUTONUL ȘTERGE SELECȚIA
========================================================== */

.ol-configurator button.ol-text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding:
        9px 16px !important;

    border:
        1px solid rgba(212, 175, 55, 0.32) !important;

    border-radius:
        999px !important;

    color:
        #f1d57a !important;

    background:
        rgba(212, 175, 55, 0.07) !important;

    background-image:
        none !important;

    box-shadow:
        none !important;

    font-size:
        10px !important;

    font-weight:
        700 !important;

    letter-spacing:
        0.08em;

    line-height:
        1 !important;

    text-transform:
        uppercase !important;

    cursor:
        pointer;
}

.ol-configurator button.ol-text-button:hover:not(:disabled) {
    color:
        #050505 !important;

    border-color:
        transparent !important;

    background:
        linear-gradient(
            180deg,
            #f1d57a,
            #d4af37
        ) !important;
}

.ol-configurator button.ol-text-button:disabled {
    opacity:
        0.32 !important;

    color:
        #8d8d8d !important;

    border-color:
        rgba(255, 255, 255, 0.09) !important;

    background:
        rgba(255, 255, 255, 0.025) !important;

    cursor:
        not-allowed !important;
}


/* ==========================================================
   6. CENTRAREA CARDURILOR DIN PANOU
========================================================== */

.ol-configurator .ol-configurator-panel__inner {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.ol-configurator .ol-summary-section {
    text-align: center;
}

.ol-configurator .ol-selected-chips {
    justify-content: center;
}

.ol-configurator .ol-package-section__header {
    align-items: center;
}

.ol-configurator .ol-price-card {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================
   7. TABLETĂ
========================================================== */

@media (max-width: 1180px) {

    .ol-configurator .ol-configurator-layout {
        grid-template-columns:
            minmax(0, 620px)
            minmax(370px, 460px);

        gap: 34px;
    }

}


/* ==========================================================
   8. SUB 1024PX
========================================================== */

@media (max-width: 1024px) {

    .ol-configurator .ol-container {
        width: min(100%, 760px) !important;
    }

    .ol-configurator .ol-configurator-layout {
        grid-template-columns: 1fr;

        justify-items: center;
    }

    .ol-configurator .ol-configurator-visual,
    .ol-configurator .ol-configurator-panel {
        width: 100%;
        max-width: 720px;
    }

    .ol-configurator .ol-configurator-panel {
        position: static;
    }

}


/* ==========================================================
   9. MOBIL
========================================================== */

@media (max-width: 767px) {

    .ol-configurator .ol-container {
        width: 100% !important;
    }

    .ol-configurator .ol-body-card,
    .ol-configurator .ol-zone-list-wrapper,
    .ol-configurator .ol-configurator-panel__inner {
        width: 100%;
        max-width: 100%;
    }

    .ol-configurator .ol-zone-list-wrapper {
        padding:
            22px 16px 24px;
    }

    .ol-configurator .ol-zone-list-header {
        gap: 14px;
    }

    .ol-configurator .ol-zone-list {
        gap: 8px;
    }

    .ol-configurator button.ol-zone-button {
        min-height: 40px;

        padding:
            9px 13px !important;

        font-size:
            10px !important;
    }

}


/* ==========================================================
   10. TELEFOANE MICI
========================================================== */

@media (max-width: 480px) {

    .ol-configurator .ol-zone-list {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .ol-configurator button.ol-zone-button {
        width: 100%;

        white-space: normal;

        text-align: center;
    }

    .ol-configurator button.ol-zone-button:last-child:nth-child(odd) {
        grid-column:
            1 / -1;

        width:
            min(100%, 210px);

        justify-self:
            center;
    }

}
/* ==========================================================
   OLIVERA — FIX FINAL SELECȚIE RAPIDĂ
   TREBUIE SĂ FIE ULTIMUL BLOC DIN CSS
========================================================== */

/* Cardul selecției rapide */
#configurator-epilare .ol-zone-list-wrapper {
    width: 100% !important;
    max-width: 660px !important;

    margin: 32px auto 0 !important;
    padding: 30px 26px 32px !important;

    text-align: center !important;

    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 32px !important;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.07),
            transparent 45%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.014)
        ) !important;

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.3) !important;
}


/* Header centrat */
#configurator-epilare .ol-zone-list-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 15px !important;

    width: 100% !important;
    margin: 0 0 25px !important;

    text-align: center !important;
}

#configurator-epilare .ol-zone-list-header > div {
    width: 100% !important;
    text-align: center !important;
}

#configurator-epilare .ol-zone-list-eyebrow {
    display: block !important;

    margin: 0 0 8px !important;

    color: #f1d57a !important;
    -webkit-text-fill-color: #f1d57a !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.16em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

#configurator-epilare .ol-zone-list-header h3 {
    margin: 0 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;

    text-align: center !important;
}


/* Lista butoanelor */
#configurator-epilare #zoneList {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Resetare agresivă pentru stilurile Astra / Elementor */
#configurator-epilare #zoneList > button.ol-zone-button {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: auto !important;

    margin: 0 !important;
    padding: 11px 18px !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;

    color: #dedede !important;
    -webkit-text-fill-color: #dedede !important;

    background-color: rgba(255, 255, 255, 0.035) !important;
    background-image: none !important;
    background-clip: padding-box !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;

    text-shadow: none !important;
    text-decoration: none !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.01em !important;
    text-align: center !important;
    text-transform: none !important;

    cursor: pointer !important;

    opacity: 1 !important;
    filter: none !important;

    transition:
        color 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease,
        box-shadow 220ms ease !important;
}


/* Hover */
#configurator-epilare #zoneList > button.ol-zone-button:hover,
#configurator-epilare #zoneList > button.ol-zone-button:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border-color: rgba(212, 175, 55, 0.5) !important;

    background-color: rgba(212, 175, 55, 0.1) !important;
    background-image: none !important;

    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;

    transform: translateY(-2px) !important;
}


/* Zonă selectată */
#configurator-epilare #zoneList > button.ol-zone-button.is-active,
#configurator-epilare #zoneList > button.ol-zone-button.active,
#configurator-epilare #zoneList > button.ol-zone-button[aria-pressed="true"] {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;

    border-color: transparent !important;

    background-color: #d4af37 !important;
    background-image:
        linear-gradient(
            180deg,
            #f3dc87 0%,
            #d4af37 100%
        ) !important;

    box-shadow:
        0 10px 28px rgba(212, 175, 55, 0.25) !important;

    transform: translateY(-1px) !important;
}


/* Șterge selecția */
#configurator-epilare button#clearZonesButton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 160px !important;
    min-height: 38px !important;

    margin: 0 auto !important;
    padding: 10px 17px !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    border: 1px solid rgba(212, 175, 55, 0.34) !important;
    border-radius: 999px !important;

    color: #f1d57a !important;
    -webkit-text-fill-color: #f1d57a !important;

    background-color: rgba(212, 175, 55, 0.07) !important;
    background-image: none !important;

    box-shadow: none !important;
    text-shadow: none !important;

    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;

    opacity: 1 !important;
}


/* Șterge selecția — dezactivat */
#configurator-epilare button#clearZonesButton:disabled {
    color: rgba(255, 255, 255, 0.35) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.35) !important;

    border-color: rgba(255, 255, 255, 0.09) !important;

    background-color: rgba(255, 255, 255, 0.025) !important;
    background-image: none !important;

    opacity: 1 !important;
    cursor: not-allowed !important;
}


/* Șterge selecția — activ */
#configurator-epilare button#clearZonesButton:hover:not(:disabled) {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;

    border-color: transparent !important;

    background-color: #d4af37 !important;
    background-image:
        linear-gradient(
            180deg,
            #f3dc87,
            #d4af37
        ) !important;
}


/* Mobil */
@media (max-width: 767px) {

    #configurator-epilare .ol-zone-list-wrapper {
        padding: 24px 16px 26px !important;
    }

    #configurator-epilare #zoneList {
        gap: 8px !important;
    }

    #configurator-epilare #zoneList > button.ol-zone-button {
        min-height: 40px !important;
        padding: 9px 13px !important;

        font-size: 10px !important;
    }

}


@media (max-width: 480px) {

    #configurator-epilare #zoneList {
        display: grid !important;
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    #configurator-epilare #zoneList > button.ol-zone-button {
        width: 100% !important;

        white-space: normal !important;
    }

    #configurator-epilare
    #zoneList
    > button.ol-zone-button:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;

        width: min(100%, 220px) !important;

        justify-self: center !important;
    }

}
/* ==========================================================
   OLIVERA — SELECȚIE RAPIDĂ V3
========================================================== */

#configurator-epilare .ol-zone-list-wrapper {
    width: 100%;
    max-width: auto;
    padding: 34px 30px;
    border-radius: 28px;
    box-sizing: border-box;
}

#configurator-epilare .ol-zone-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

#configurator-epilare .ol-zone-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

#configurator-epilare .ol-zone-category__title {
    margin: 0;
    color: #f4cf4f;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
}

#configurator-epilare .ol-zone-category__buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

#configurator-epilare .ol-zone-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    width: 100%;
    min-height: 54px;
    padding: 12px 16px;

    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02)
        );

    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

#configurator-epilare .ol-zone-button:hover {
    transform: translateY(-2px);
    border-color: rgba(244, 207, 79, 0.85);
    background: rgba(244, 207, 79, 0.08);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(244, 207, 79, 0.08);
}

#configurator-epilare .ol-zone-button.is-active {
    color: #121212;
    border-color: #f4cf4f;
    background:
        linear-gradient(
            135deg,
            #ffe46a 0%,
            #f5c933 50%,
            #dca54a 100%
        );

    box-shadow:
        0 12px 30px rgba(220, 165, 74, 0.28),
        0 0 0 1px rgba(255, 228, 106, 0.35);
}

#configurator-epilare .ol-zone-button__name {
    min-width: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    text-align: left;
}

#configurator-epilare .ol-zone-button__price {
    flex: 0 0 auto;
    white-space: nowrap;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    color: #f4cf4f;
}

#configurator-epilare .ol-zone-button.is-active .ol-zone-button__price {
    color: #121212;
}

#configurator-epilare .ol-zone-list-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

#configurator-epilare .ol-zone-list-header > div {
    flex: 1;
}

#configurator-epilare .ol-zone-list-header h3 {
    margin-bottom: 0;
}

#configurator-epilare .ol-text-button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
}

/* ==========================================================
   TABLETĂ
========================================================== */

@media (max-width: 1100px) {
    #configurator-epilare .ol-zone-category__buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ==========================================================
   MOBIL
========================================================== */

@media (max-width: 767px) {
    #configurator-epilare .ol-zone-list-wrapper {
        padding: 26px 16px;
        border-radius: 22px;
    }

    #configurator-epilare .ol-zone-list {
        gap: 24px;
    }

    #configurator-epilare .ol-zone-list-header {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 24px;
    }

    #configurator-epilare .ol-text-button {
        width: 100%;
    }

    #configurator-epilare .ol-zone-category {
        align-items: stretch;
        gap: 12px;
    }

    #configurator-epilare .ol-zone-category__title {
        font-size: 19px;
        text-align: left;
    }

    #configurator-epilare .ol-zone-category__buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #configurator-epilare .ol-zone-button {
        min-height: 58px;
        padding: 14px 16px;
        background:
linear-gradient(
    180deg,
    rgba(255,255,255,.05) 0%,
    rgba(255,255,255,.015) 100%
),
linear-gradient(
    180deg,
    #1a1a1a,
    #0d0d0d
);
    }

    #configurator-epilare .ol-zone-button__name {
        font-size: 14px;
    }

    #configurator-epilare .ol-zone-button__price {
        font-size: 13px;
    }
}
/* ==========================================================
   OLIVERA — SELECȚIE RAPIDĂ PE TOATĂ LĂȚIMEA
========================================================== */

#configurator-epilare .ol-configurator-layout > .ol-zone-list-wrapper {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 24px !important;
    box-sizing: border-box !important;
}

#configurator-epilare
.ol-configurator-layout
> .ol-zone-list-wrapper
.ol-zone-list {
    width: 100% !important;
}

#configurator-epilare
.ol-configurator-layout
> .ol-zone-list-wrapper
.ol-zone-category__buttons {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

#configurator-epilare
.ol-configurator-layout
> .ol-zone-list-wrapper
.ol-zone-button {
    width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 1100px) {
    #configurator-epilare
    .ol-configurator-layout
    > .ol-zone-list-wrapper
    .ol-zone-category__buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 850px) {
    #configurator-epilare
    .ol-configurator-layout
    > .ol-zone-list-wrapper
    .ol-zone-category__buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    #configurator-epilare
    .ol-configurator-layout
    > .ol-zone-list-wrapper
    .ol-zone-category__buttons {
        grid-template-columns: 1fr !important;
    }
}
/* ==========================================================
   FIX FINAL — LISTA ZONELOR
   Se pune la finalul absolut al CSS-ului
========================================================== */

/* Fiecare categorie ocupă toată lățimea */
#configurator-epilare .ol-zone-category {
    width: 100% !important;
    min-width: 0 !important;
}

/* Containerul butoanelor */
#configurator-epilare .ol-zone-category__buttons {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    width: 100% !important;
    gap: 12px !important;
}

/* Butonul complet */
#configurator-epilare .ol-zone-category__buttons > .ol-zone-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;

    padding: 13px 17px !important;
    gap: 14px !important;

    text-align: left !important;

    border-radius: 18px !important;

    color: #ffffff !important;
}

/* Numele zonei */
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button
> .ol-zone-button__name {
    display: block !important;

    flex: 1 1 auto !important;
    min-width: 0 !important;

    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;

    text-align: left !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

/* Prețul */
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button
> .ol-zone-button__price {
    display: block !important;

    flex: 0 0 auto !important;

    color: #d4af37 !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-align: right !important;
    white-space: nowrap !important;
}

/* Buton selectat */
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button.is-active,
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button[aria-pressed="true"] {
    color: #050505 !important;
}

/* Numele și prețul când zona este selectată */
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button.is-active
> .ol-zone-button__name,
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button.is-active
> .ol-zone-button__price,
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button[aria-pressed="true"]
> .ol-zone-button__name,
#configurator-epilare
.ol-zone-category__buttons
> .ol-zone-button[aria-pressed="true"]
> .ol-zone-button__price {
    color: #050505 !important;
}
/* Tabletă */
@media (max-width: 1024px) {

    #configurator-epilare .ol-zone-category__buttons {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

}


/* Mobil */
@media (max-width: 767px) {

    #configurator-epilare .ol-zone-list-wrapper {
        padding: 20px 14px !important;
    }

    #configurator-epilare .ol-zone-category__buttons {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    #configurator-epilare
    .ol-zone-category__buttons
    > .ol-zone-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;

        padding: 13px 16px !important;

        justify-content: space-between !important;

        border-radius: 16px !important;
    }

    #configurator-epilare
    .ol-zone-category__buttons
    > .ol-zone-button
    > .ol-zone-button__name {
        max-width: calc(100% - 90px) !important;

        text-align: left !important;

        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    #configurator-epilare
    .ol-zone-category__buttons
    > .ol-zone-button
    > .ol-zone-button__price {
        min-width: 72px !important;

        text-align: right !important;
    }

}/* End custom CSS */