﻿/* ==============================================
   slabire-cu-laser-verde.css
   Pagina: Slăbire cu laser verde — Green Laser Slim
   ============================================== */

/* ========== PAGE VARIABLES ========== */
:root {
    --sf-primary: #00919b;
    --sf-dark: #0e2b2e;
}

/* ========== GALLERY MODAL OVERRIDES ========== */
.btn:focus, .btn:active,
button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ========== HERO ========== */
.gls-hero {
    background: radial-gradient(1200px 600px at 70% 30%, rgba(168,198,190,.15), transparent), linear-gradient(180deg, #ffffff 0, #f8fcfc 100%);
}

/* ========== BADGES ========== */
.badge-soft {
    background: rgba(0,145,155,.1);
    color: var(--sf-dark);
    border: 1px solid rgba(0,145,155,.2);
}

/* ========== SHADOWS & BORDERS ========== */
.shadow-soft {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.08);
}

.rounded-2xl {
    border-radius: 1rem;
}

/* ========== DECORATIVE ========== */
.check::before {
    content: "✓";
    display: inline-block;
    margin-right: .5rem;
}

.divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0,145,155,.4), transparent);
}

/* ========== LISTS ========== */
.list-checked li {
    margin-bottom: .5rem;
}

/* ========== PRICE ========== */
.price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sf-dark);
}

/* ========== CTA STICKY ========== */
.cta-sticky {
    position: sticky;
    bottom: 15px;
    z-index: 1030;
}

/* ========== RIBBON ========== */
.ribbon {
    position: absolute;
    top: 12px;
    right: -8px;
    background: var(--sf-primary);
    color: #fff;
    padding: .25rem .75rem;
    transform: rotate(8deg);
    font-size: .8rem;
}

/* ========== ICONS ========== */
.icon {
    width: 48px;
    height: 48px;
}

    .icon svg {
        width: 100%;
        height: 100%;
    }

/* ========== BACKGROUNDS ========== */
.bg-lines {
    background-image: linear-gradient(90deg, rgba(0,0,0,.02) 1px, transparent 1px), linear-gradient(180deg, rgba(0,0,0,.02) 1px, transparent 1px);
    background-size: 24px 24px;
}

/* ========== BUTTONS ========== */
.btn-sf {
    background: var(--sf-primary);
    color: #fff;
    border: none;
}

    .btn-sf:hover {
        background: #007a82;
        color: #fff;
    }

/* ========== TEXT ========== */
.text-sf {
    color: var(--sf-primary);
}

/* ========== BEFORE / AFTER GALLERY ========== */
.before-after img {
    object-fit: cover;
    height: 280px;
}

/* ========== JUMBOTRON SECTIONS ========== */
.gls-jumbotron {
    border-radius: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gls-jumbotron--white {
    background-color: #fff !important;
}

.gls-jumbotron--gray {
    background-color: #f7f7f7;
    padding: 10px !important;
    border-radius: 0 !important;
}

.gls-jumbotron--mt {
    margin-top: -32px !important;
}

/* ========== SECTION HEADINGS ========== */
.gls-section-title {
    color: green;
    font-size: 24px;
}

.gls-section-subtitle {
    color: #938481;
}

.gls-intro-title {
    color: #00919b;
    font-size: 30px;
}

.gls-intro-subtitle {
    color: #938481;
}

/* ========== IMAGES ========== */
.gls-header-img {
    max-width: 100%;
    width: 1300px;
    aspect-ratio: 2.3636;
}

.gls-img-full {
    max-width: 100%;
    width: 800px;
}

.gls-img-088 {
    aspect-ratio: 0.88;
}

.gls-img-1 {
    aspect-ratio: 1;
}

.gls-img-1289 {
    aspect-ratio: 1.289;
}

.gls-img-1131 {
    aspect-ratio: 1.131;
}

.gls-img-15 {
    aspect-ratio: 1.5;
}

.gls-img-1815 {
    aspect-ratio: 1.815;
}

.gls-img-750 {
    max-width: 100%;
    width: 750px;
}

/* ========== CONTAINER / LAYOUT UTILITIES ========== */
.gls-no-pad {
    padding: 0 !important;
}

.gls-col-img {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.gls-mt-neg32 {
    margin-top: -32px !important;
}

/* ========== BLOCKQUOTES ========== */
.gls-blockquote {
    border-radius: 7px;
    padding: 10px;
}

    .gls-blockquote p {
        margin-top: 20px;
    }

.gls-blockquote-nopad {
    border-radius: 7px;
    padding: 0 !important;
}

/* ========== FAQ ACCORDION LINK COLOR ========== */
.gls-faq-link {
    color: #189187 !important;
}

/* ========== BOTTOM QUOTE ========== */
.gls-quote-center {
    color: dimgray;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

/* ========== FONT WEIGHT HELPER ========== */
.gls-fw-600 {
    font-weight: 600;
}

/* ========== VIMEO RESPONSIVE WRAPPER ========== */
.gls-vimeo-wrap {
    padding: 56.25% 0 0 0;
    position: relative;
}

    .gls-vimeo-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ========== MODAL ========== */
.gls-modal .modal-content {
    padding: 0 !important;
}

.gls-modal .modal-body {
    padding: 0 !important;
}

    .gls-modal .modal-body img {
        width: 100%;
        padding: 0 !important;
    }
