/* =========================================================
   oferta-prima-sedinta-laser.css
   Pagina: Ofertă prima ședință epilare laser Full Body — clienți noi
   Creat 2026-08-06. Convenția sf-* din epilare-definitiva-iasi.css.
   Fișierul e folosit DOAR de pagina de ofertă, deci redefinim aici
   tokenurile de care avem nevoie (asa e tiparul pe restul site-ului).
   ========================================================= */

/* ========== TOKENURI ========== */
.sf-page {
    --accent: #7b0d80;
    --accent-light: #a03aa6;
    --accent-bright: #c864ce;
    --accent-pale: #f4e3f5;
    --accent-glow: #8e1a94;
    --gold: #d9a441;
    --dark: #0e0e0e;
    --charcoal: #1a1a1a;
    --white: #ffffff;
    --muted: #777;
    --text: #444;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Outfit', sans-serif;
    font-family: var(--font-body);
    color: var(--text);
    overflow-x: hidden;
    background: #fff;
}

/* ========== CE ASCUNDEM DIN LAYOUT ==========
   Butonul plutitor cu prețuri din _Layout_Epil.cshtml (.DisplayOnlyOnMobile,
   apare doar pe mobil). Pe pagina asta face rău, nu bine: cheamă
   ScrolltoPrice(), care sare la #SlideToPrice — ancoră ce nu există aici,
   deci clicul ar arunca eroare în consolă. Pagina are deja propriile butoane
   spre #Programari.

   Ascuns prin CSS, nu scos din layout: fișierul ăsta se încarcă DOAR pe pagina
   de ofertă, deci restul paginilor de epilare rămân neatinse. Elementul și
   id-ul rămân în DOM — nu se ating id-urile, au declanșatoare GTM pe ele.
   Selector pe id (specificitate 1-0-0) ca să bată .DisplayOnlyOnMobile
   { display: block !important } din MyStyle.css. 2026-08-06. */
#MenuPretDreapta {
    display: none !important;
}

/* Butonul plutitor „rezumat pagină" (#btn-rezumat), injectat de
   _Menu_General_2026.cshtml. Pagina e o campanie scurtă, cu drum unic spre
   #Programari — un al doilea buton plutitor doar concurează cu CTA-ul.
   Precedent identic: pachete-senzofit.cshtml, PreturiPachete2.cshtml.
   Menu_Styles.css îl pune pe display:flex fără !important, deci regula asta
   îl bate. Elementul și id-ul rămân în DOM. 2026-08-06. */
#btn-rezumat {
    display: none !important;
}

/* ========== ANIMAȚII LA SCROLL (tiparul din restul site-ului) ========== */
[data-animate] {
    opacity: 0;
    transition: opacity .8s ease, transform .8s ease;
}

[data-animate="fade-up"] {
    transform: translateY(28px);
}

[data-animate="fade-down"] {
    transform: translateY(-20px);
}

[data-animate="zoom-in"] {
    transform: scale(.94);
}

[data-animate].sf-visible {
    opacity: 1;
    transform: none;
}

.sf-delay-1 {
    transition-delay: .10s;
}

.sf-delay-2 {
    transition-delay: .20s;
}

.sf-delay-3 {
    transition-delay: .30s;
}

.sf-delay-4 {
    transition-delay: .40s;
}

.sf-delay-5 {
    transition-delay: .50s;
}

/* =========================================================
   HERO — fundal închis, ca prețul să iasă în evidență
   ========================================================= */
.of-hero {
    position: relative;
    padding: 68px 0 74px;
    background: radial-gradient(1200px 620px at 50% -10%, #3d0b40 0%, #1b0620 46%, #0d0410 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

    /* aură lentă în spatele prețului */
    .of-hero::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 900px;
        height: 900px;
        margin: -450px 0 0 -450px;
        background: conic-gradient(from 0deg, rgba(200,100,206,.00), rgba(200,100,206,.16), rgba(217,164,65,.12), rgba(200,100,206,.00));
        border-radius: 50%;
        filter: blur(60px);
        z-index: -1;
        animation: ofAura 22s linear infinite;
    }

@keyframes ofAura {
    to {
        transform: rotate(360deg);
    }
}

.of-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #f6dff8;
    margin-bottom: 22px;
}

    .of-hero-badge i {
        color: var(--gold);
    }

.of-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 5.2vw, 3.2rem);
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 6px;
    color: #fff;
}

    .of-hero h1 span {
        display: block;
        font-size: clamp(1.05rem, 2.6vw, 1.45rem);
        font-family: var(--font-body);
        font-weight: 300;
        letter-spacing: .04em;
        color: #e6c9ea;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.of-hero-sub {
    max-width: 620px;
    margin: 14px auto 0;
    font-size: 1.03rem;
    line-height: 1.7;
    color: #d9c2dd;
}

/* =========================================================
   BLOCUL DE PREȚ ANIMAT — piesa centrală
   ========================================================= */
.of-price {
    position: relative;
    display: inline-block;
    margin: 34px auto 6px;
    padding: 30px 46px 26px;
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 24px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.14);
}

/* inel care pulsează o dată, când contorul se oprește */
.of-price::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    border: 2px solid var(--accent-bright);
    opacity: 0;
    pointer-events: none;
}

.of-price.of-done::after {
    animation: ofRing 1.15s cubic-bezier(.22,.9,.28,1) .05s 2;
}

@keyframes ofRing {
    0% {
        opacity: .85;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.13);
    }
}

/* --- prețul vechi, tăiat --- */
.of-price-old {
    position: relative;
    display: inline-block;
    font-size: clamp(1.15rem, 3vw, 1.6rem);
    font-weight: 400;
    color: #b9a3bd;
    letter-spacing: .02em;
    margin-bottom: 4px;
    transition: opacity .5s ease, transform .5s ease;
}

    /* linia se desenează stânga → dreapta */
    .of-price-old::after {
        content: "";
        position: absolute;
        left: -4%;
        top: 52%;
        width: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #ff5f6d, #ff2d55);
        box-shadow: 0 0 10px rgba(255,45,85,.75);
        transform: rotate(-4deg);
        transform-origin: left center;
    }

.of-price.of-run .of-price-old::after {
    animation: ofStrike .55s cubic-bezier(.65,0,.35,1) .35s forwards;
}

@keyframes ofStrike {
    to {
        width: 108%;
    }
}

.of-price.of-run .of-price-old {
    animation: ofFadeOld .5s ease 1.0s forwards;
}

@keyframes ofFadeOld {
    to {
        opacity: .5;
        transform: scale(.9) translateY(-2px);
    }
}

/* --- prețul nou --- */
.of-price-new {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    line-height: 1;
    margin-top: 6px;
}

.of-price-value {
    font-family: var(--font-display);
    font-size: clamp(4rem, 15vw, 7.6rem);
    font-weight: 700;
    letter-spacing: -.02em;
    background: linear-gradient(180deg, #ffffff 8%, #f7dff9 52%, #d79ddd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff; /* fallback pentru browserele fără background-clip */
    filter: drop-shadow(0 6px 26px rgba(200,100,206,.55));
    font-variant-numeric: tabular-nums;
    transform: scale(.86);
    opacity: 0;
    transition: transform .5s cubic-bezier(.2,1.5,.4,1), opacity .35s ease;
}

.of-price.of-run .of-price-value {
    opacity: 1;
    transform: scale(1);
}

.of-price.of-done .of-price-value {
    animation: ofPop .6s cubic-bezier(.2,1.6,.35,1);
}

@keyframes ofPop {
    0% {
        transform: scale(1);
    }

    38% {
        transform: scale(1.085);
        filter: drop-shadow(0 8px 40px rgba(255,255,255,.85));
    }

    100% {
        transform: scale(1);
    }
}

.of-price-cur {
    font-family: var(--font-body);
    font-size: clamp(1.1rem, 3.4vw, 1.8rem);
    font-weight: 500;
    color: #f0d9f3;
    margin-top: clamp(.9rem, 3.4vw, 1.7rem);
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .4s ease .1s, transform .4s ease .1s;
}

.of-price.of-done .of-price-cur {
    opacity: 1;
    transform: none;
}

/* --- eticheta de economie --- */
.of-price-save {
    display: inline-block;
    margin-top: 12px;
    padding: 7px 18px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--gold), #f0c877);
    color: #3b2606;
    font-weight: 700;
    font-size: .92rem;
    letter-spacing: .02em;
    opacity: 0;
    transform: translateY(8px) scale(.9);
    transition: opacity .45s ease, transform .45s cubic-bezier(.2,1.5,.4,1);
}

.of-price.of-done .of-price-save {
    opacity: 1;
    transform: none;
    transition-delay: .25s;
}

/* --- scântei ambientale --- */
.of-spark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 8px 2px rgba(255,255,255,.85);
}

.of-price.of-done .of-spark {
    animation: ofSpark 1.15s ease-out forwards;
}

@keyframes ofSpark {
    0% {
        opacity: 0;
        transform: translate(0,0) scale(.3);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(var(--dx), var(--dy)) scale(1);
    }
}

.of-price-note {
    display: block;
    margin-top: 16px;
    font-size: .88rem;
    color: #bda6c1;
    letter-spacing: .02em;
}

/* =========================================================
   BUTOANE
   ========================================================= */
.of-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 30px;
}

.sf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

    .sf-btn:hover {
        transform: translateY(-2px);
        text-decoration: none;
    }

.sf-btn-primary {
    background: linear-gradient(120deg, var(--accent), var(--accent-bright));
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(160,58,166,.45);
}

    .sf-btn-primary:hover {
        box-shadow: 0 18px 44px rgba(160,58,166,.6);
    }

.sf-btn-ghost {
    border-color: rgba(255,255,255,.45);
    color: #fff !important;
    background: transparent;
}

    .sf-btn-ghost:hover {
        background: rgba(255,255,255,.12);
    }

.sf-btn-outline {
    border-color: rgba(124,12,130,.35);
    color: var(--accent) !important;
    background: #fff;
}

    .sf-btn-outline:hover {
        background: var(--accent-pale);
    }

/* butonul care pulsează discret ca să atragă privirea */
.of-btn-pulse {
    position: relative;
}

    .of-btn-pulse::before {
        content: "";
        position: absolute;
        inset: -3px;
        border-radius: 999px;
        border: 2px solid var(--accent-bright);
        opacity: 0;
        animation: ofBtnPulse 2.8s ease-out infinite 1.5s;
    }

@keyframes ofBtnPulse {
    0% {
        opacity: .7;
        transform: scale(1);
    }

    70%, 100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

/* =========================================================
   SECȚIUNI GENERICE
   ========================================================= */
.of-section {
    padding: 62px 0;
}

.of-bg-white {
    background: #fff;
}

.of-bg-soft {
    background: linear-gradient(180deg, #fbf6fc 0%, #fff 100%);
}

.of-narrow {
    max-width: 860px;
    margin: 0 auto;
}

.of-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 38px;
}

.of-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
}

.of-head h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.6vw, 2.3rem);
    font-weight: 700;
    color: var(--charcoal);
    margin: 0 0 12px;
}

.of-head p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #5d5361;
    margin: 0 0 14px;
}

    /* Sectiunile cu un singur paragraf raman exact cum erau. */
    .of-head p:last-child {
        margin-bottom: 0;
    }

/* =========================================================
   VIDEO — click-to-play, ca să nu strice LCP
   ========================================================= */
.of-video-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(30,10,38,.28);
    background: #120514;
    aspect-ratio: 16 / 9;
}

    .of-video-wrap video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.of-video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform .5s ease, filter .4s ease;
}

.of-video-wrap:hover .of-video-poster {
    transform: scale(1.03);
    filter: brightness(.86);
}

.of-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 92px;
    height: 92px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: var(--accent);
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 40px rgba(0,0,0,.4);
    transition: transform .25s ease, background .25s ease;
}

    .of-video-play:hover {
        transform: translate(-50%,-50%) scale(1.08);
        background: #fff;
    }

    .of-video-play::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,.75);
        animation: ofBtnPulse 2.6s ease-out infinite;
    }

    .of-video-play i {
        margin-left: 5px;
    }

.of-video-caption {
    text-align: center;
    margin-top: 16px;
    font-size: .94rem;
    color: var(--muted);
}

.of-video-hidden {
    display: none !important;
}

/* =========================================================
   CE INCLUDE / ZONE
   ========================================================= */
.of-zones {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto;
}

.of-zone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(124,12,130,.16);
    color: #4d4352;
    font-size: .96rem;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(30,18,38,.06);
}

    .of-zone i {
        color: var(--accent-light);
        font-size: .8rem;
    }

/* =========================================================
   CONDIȚII
   ========================================================= */
.of-terms {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(124,12,130,.14);
    border-radius: 20px;
    padding: 30px 32px;
    box-shadow: 0 14px 40px rgba(30,18,38,.08);
}

    .of-terms ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .of-terms li {
        position: relative;
        padding: 12px 0 12px 38px;
        border-bottom: 1px solid #f1e7f3;
        font-size: 1rem;
        line-height: 1.65;
        color: #4d4352;
    }

        .of-terms li:last-child {
            border-bottom: 0;
        }

        .of-terms li i {
            position: absolute;
            left: 6px;
            top: 16px;
            color: var(--accent);
        }

/* =========================================================
   FAQ
   ========================================================= */
.of-faq {
    max-width: 820px;
    margin: 0 auto;
}

.of-faq-item {
    background: #fff;
    border: 1px solid rgba(124,12,130,.13);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}

    .of-faq-item:hover {
        border-color: rgba(124,12,130,.28);
        box-shadow: 0 12px 30px rgba(30,18,38,.08);
    }

.of-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: none;
    border: 0;
    text-align: left;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--charcoal);
    cursor: pointer;
}

    /* Butonul primea inelul de focus implicit al browserului, dreptunghiular, iar
       cardul are colturi rotunjite cu overflow:hidden — de aici chenarul taiat
       neregulat sus, la clic. Il stingem pentru mouse, dar NU il scoatem de tot:
       la navigarea din tastatura e singurul indiciu ca esti pe cardul asta.
       2026-08-06. */
    .of-faq-q:focus {
        outline: none;
    }

    /* Rezerva, pentru browserele fara :has(). */
    .of-faq-q:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: -4px;
        border-radius: 14px;
    }

/* Varianta buna: inelul se deseneaza pe card, nu pe buton, deci urmeaza exact
   rotunjirea de 16px. box-shadow-ul propriu al cardului nu e taiat de overflow. */
.of-faq-item:has(.of-faq-q:focus-visible) {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(124,12,130,.28);
}

    .of-faq-item:has(.of-faq-q:focus-visible) .of-faq-q:focus-visible {
        outline: none;
    }

    .of-faq-q span {
        flex: 1;
    }

    .of-faq-q i {
        color: var(--accent);
        transition: transform .3s ease;
    }

.of-faq-item.of-open .of-faq-q i {
    transform: rotate(180deg);
}

.of-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s ease, padding .38s ease;
    padding: 0 22px;
}

.of-faq-item.of-open .of-faq-a {
    max-height: 460px;
    padding: 0 22px 20px;
}

.of-faq-a p {
    margin: 0;
    color: #5d5361;
    line-height: 1.75;
    font-size: .99rem;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.of-cta {
    text-align: center;
    padding: 52px 28px;
    border-radius: 26px;
    background: radial-gradient(900px 420px at 50% 0%, #4a1050 0%, #200826 60%, #12040f 100%);
    color: #fff;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0 24px 70px rgba(30,10,38,.32);
}

    .of-cta h3 {
        font-family: var(--font-display);
        font-size: clamp(1.45rem, 3.4vw, 2.05rem);
        font-weight: 700;
        margin: 0 0 12px;
        color: #fff;
    }

    .of-cta p {
        color: #d9c2dd;
        font-size: 1.02rem;
        max-width: 620px;
        margin: 0 auto 26px;
        line-height: 1.7;
    }

.of-cta-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

    .of-cta-price small {
        font-family: var(--font-body);
        font-size: 1rem;
        font-weight: 400;
        color: #e0c6e4;
    }

/* =========================================================
   BANNER REFOLOSIBIL (pe paginile existente)
   ========================================================= */
.of-strip {
    display: block;
    text-decoration: none !important;
    background: linear-gradient(120deg, #4a1050, #7b0d80 45%, #a03aa6);
    color: #fff !important;
    padding: 15px 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    transition: filter .25s ease;
}

    .of-strip:hover {
        filter: brightness(1.12);
    }

    .of-strip b {
        font-weight: 700;
    }

.of-strip-price {
    display: inline-block;
    background: #fff;
    color: var(--accent);
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 999px;
    margin: 0 4px;
}

.of-strip i {
    margin-left: 6px;
}

/* =========================================================
   REEL VERTICAL (filmul cu Roxana) — adaugat 2026-08-06
   ========================================================= */
.of-reel-sectiune {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 52px;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
}

.of-reel {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 28px;
    overflow: hidden;
    background: #120514;
    box-shadow: 0 30px 80px rgba(30,10,38,.34), 0 0 0 8px rgba(124,12,130,.07);
}

    .of-reel video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* butonul de sunet, peste film */
.of-sunet {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(18, 5, 20, .62);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

    .of-sunet:hover {
        background: rgba(18, 5, 20, .85);
        transform: scale(1.07);
    }

/* eticheta "cu sonor" cat timp filmul e mut */
.of-reel-hint {
    position: absolute;
    left: 14px;
    bottom: 20px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(18, 5, 20, .62);
    backdrop-filter: blur(6px);
    color: #f0d9f3;
    font-size: .82rem;
    font-weight: 500;
    pointer-events: none;
    transition: opacity .3s ease;
}

.of-reel.of-cu-sunet .of-reel-hint {
    opacity: 0;
}

.of-reel-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.6vw, 2.3rem);
    font-weight: 700;
    color: var(--charcoal);
    margin: 0 0 16px;
}

.of-reel-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

    .of-reel-lista li {
        position: relative;
        padding: 10px 0 10px 34px;
        font-size: 1.02rem;
        line-height: 1.65;
        color: #4d4352;
    }

        .of-reel-lista li i {
            position: absolute;
            left: 2px;
            top: 15px;
            color: var(--accent);
        }

.of-btn-row--stanga {
    justify-content: flex-start;
    margin-top: 0;
}

/* =========================================================
   GALERIE — doua poze, cu legenda peste imagine
   Rescris 2026-08-06: erau 5 poze intr-o grila editoriala pe 4 coloane;
   au ramas doua, ca sectiunea sa sustina textul, nu sa concureze cu el.
   ========================================================= */
.of-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
}

.of-photo {
    position: relative;
    margin: 0;   /* <figure> vine cu margini implicite de la browser */
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(30,10,38,.15);
    background: #f2e9f4;
    aspect-ratio: 3 / 2;
}

    .of-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

    .of-photo:hover img {
        transform: scale(1.05);
    }

/* Legenda sta peste poza, pe un gradient, ca sa nu rupa rândul de imagini. */
.of-photo-cap {
    position: absolute;
    inset: auto 0 0 0;
    padding: 46px 20px 18px;
    background: linear-gradient(to top, rgba(20,6,26,.88) 30%, rgba(20,6,26,0));
    color: #fff;
    font-size: .95rem;
    line-height: 1.55;
    pointer-events: none;
}

@media (max-width: 991px) {
    .of-reel-sectiune {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 460px;
    }

    .of-btn-row--stanga {
        justify-content: center;
    }

    .of-reel-text {
        text-align: center;
    }

        .of-reel-text .of-reel-lista li {
            text-align: left;
        }
}

@media (max-width: 767px) {
    .of-gallery {
        grid-template-columns: 1fr;
        max-width: 460px;
        gap: 20px;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 767px) {
    .of-hero {
        padding: 46px 0 54px;
    }

    .of-price {
        padding: 24px 26px 22px;
        margin-top: 26px;
        border-radius: 22px;
    }

    .of-section {
        padding: 46px 0;
    }

    .of-terms {
        padding: 22px 20px;
    }

    .of-video-play {
        width: 68px;
        height: 68px;
        font-size: 1.4rem;
    }

    .of-btn-row .sf-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Respectăm setarea de sistem pentru mișcare redusă */
@media (prefers-reduced-motion: reduce) {
    .of-hero::before,
    .of-price.of-done::after,
    .of-btn-pulse::before,
    .of-video-play::after,
    .of-price.of-done .of-spark {
        animation: none !important;
    }

    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
    }

    .of-price-value {
        opacity: 1 !important;
        transform: none !important;
    }

    .of-price-old::after {
        width: 108% !important;
    }

    .of-price-cur,
    .of-price-save {
        opacity: 1 !important;
        transform: none !important;
    }
}
