﻿/* ==============================================
   hifu.css
   Pagina: HIFU Lifting Facial & Remodelare Corporală
   ============================================== */

/* ========== PAGE VARIABLES ========== */
.hi-page {
    --accent: #4b0052;
    --accent-light: #6e2078;
    --accent-bright: #9b4aa6;
    --accent-pale: #efe0f2;
    --accent-glow: #5d1366;
    --dark: #0e0e0e;
    --charcoal: #1a1a1a;
    --white: #ffffff;
    --muted: #777;
    --text: #444;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Outfit', 'Montserrat', sans-serif;
}

.hi-page {
    font-family: var(--font-body);
    color: var(--text);
    overflow-x: hidden;
    background: #fff;
    line-height: 1.6;
}

/* ========== ANIMATIONS ========== */
[data-animate] {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

    [data-animate].hi-visible {
        opacity: 1;
        transform: none !important;
    }

[data-animate="fade-up"] {
    transform: translateY(40px);
}

[data-animate="fade-down"] {
    transform: translateY(-40px);
}

[data-animate="fade-left"] {
    transform: translateX(-50px);
}

[data-animate="fade-right"] {
    transform: translateX(50px);
}

[data-animate="fade-in"] {
    transform: scale(0.95);
}

[data-animate="zoom-in"] {
    transform: scale(0.85);
}

.hi-delay-1 {
    transition-delay: 0.1s;
}

.hi-delay-2 {
    transition-delay: 0.2s;
}

.hi-delay-3 {
    transition-delay: 0.3s;
}

.hi-delay-4 {
    transition-delay: 0.4s;
}

.hi-delay-5 {
    transition-delay: 0.5s;
}

.hi-delay-6 {
    transition-delay: 0.6s;
}

/* ========== HERO ========== */
.hi-hero {
    position: relative;
    background: linear-gradient(rgba(14,14,14,0.62), rgba(14,14,14,0.62)), url('../images2/hifu/Header.jpg') center/cover no-repeat;
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    overflow: hidden;
}

    .hi-hero::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -20%;
        width: 70%;
        height: 200%;
        background: radial-gradient(ellipse, rgba(75,0,82,0.22) 0%, transparent 70%);
        pointer-events: none;
    }

    .hi-hero::after {
        content: '';
        position: absolute;
        bottom: -50%;
        right: -20%;
        width: 60%;
        height: 200%;
        background: radial-gradient(ellipse, rgba(110,32,120,0.14) 0%, transparent 70%);
        pointer-events: none;
    }

.hi-hero-badge {
    display: inline-block;
    background: rgba(75,0,82,0.35);
    border: 1px solid rgba(155,74,166,0.4);
    color: var(--accent-pale);
    padding: 6px 20px;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.hi-hero h1 {
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    position: relative;
    z-index: 1;
}

    .hi-hero h1 span {
        background: linear-gradient(135deg, #e0b0ff 0%, #ffffff 50%, #e0b0ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        filter: drop-shadow(0 0 18px rgba(155,74,166,0.4));
    }

.hi-hero p.lead {
    color: rgba(255,255,255,0.6);
    font-size: 1.1rem;
    max-width: 740px;
    margin: 0 auto 28px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.hi-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff !important;
    border-radius: 100px;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(75,0,82,0.4);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

    .hi-hero-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(75,0,82,0.5);
        color: #fff !important;
    }

.hi-hero-btn--white {
    background: #fff;
    color: var(--accent) !important;
    -webkit-text-fill-color: var(--accent);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

    .hi-hero-btn--white:hover {
        color: var(--accent) !important;
    }

.hi-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 36px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.hi-hero-stat {
    text-align: center;
}

.hi-hero-stat-num {
    font-family: var(--font-display);
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hi-hero-stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* ========== SECTIONS ========== */
.hi-section {
    padding: 70px 0;
}

    .hi-section.hi-bg-white {
        background: #fff;
    }

    .hi-section.hi-bg-soft {
        background: #f8f3f9;
    }

    .hi-section.hi-bg-dark {
        background: var(--dark);
        color: #fff;
    }

    .hi-section.hi-bg-charcoal {
        background: var(--charcoal);
        color: #fff;
    }

    .hi-section.hi-bg-gradient {
        background: linear-gradient(180deg, #0e0e0e, #1a0a20, #0e0e0e);
        color: #fff;
    }

.hi-section--compact {
    padding: 40px 0;
}

/* ========== SECTION HEADERS ========== */
.hi-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.hi-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

    .hi-section-label::before, .hi-section-label::after {
        content: '';
        width: 30px;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--accent));
    }

    .hi-section-label::after {
        background: linear-gradient(90deg, var(--accent), transparent);
    }

.hi-section-header h2 {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hi-section-header p {
    font-size: 1.05rem;
    color: var(--muted);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Dark/gradient section label overrides */
.hi-bg-dark .hi-section-label,
.hi-bg-charcoal .hi-section-label,
.hi-bg-gradient .hi-section-label {
    color: var(--accent-bright);
}

    .hi-bg-dark .hi-section-label::before, .hi-bg-charcoal .hi-section-label::before, .hi-bg-gradient .hi-section-label::before {
        background: linear-gradient(90deg, transparent, var(--accent-bright));
    }

    .hi-bg-dark .hi-section-label::after, .hi-bg-charcoal .hi-section-label::after, .hi-bg-gradient .hi-section-label::after {
        background: linear-gradient(90deg, var(--accent-bright), transparent);
    }

.hi-bg-dark .hi-section-header h2, .hi-bg-charcoal .hi-section-header h2, .hi-bg-gradient .hi-section-header h2 {
    color: #fff;
}

.hi-bg-dark .hi-section-header p, .hi-bg-charcoal .hi-section-header p, .hi-bg-gradient .hi-section-header p {
    color: rgba(255,255,255,0.5);
}

/* ========== ALT TEXT + IMAGE ========== */
.hi-alt-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

    .hi-alt-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s;
    }

    .hi-alt-img:hover img {
        transform: scale(1.03);
    }

.hi-alt-text h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.25;
    color: var(--dark);
}

    .hi-alt-text h3 span {
        color: var(--accent);
    }

.hi-alt-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 12px;
    color: var(--text);
    text-align: justify;
}

/* ========== FEATURE CARDS ========== */
.hi-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid rgba(75,0,82,0.08);
    transition: all 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .hi-feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--accent), var(--accent-light), transparent);
    }

    .hi-feature-card:hover {
        box-shadow: 0 8px 35px rgba(75,0,82,0.12);
        transform: translateY(-4px);
    }

.hi-feature-card--left {
    text-align: left;
}

    .hi-feature-card--left h5 {
        text-align: center;
    }

.hi-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto 16px;
    box-shadow: 0 4px 15px rgba(75,0,82,0.3);
}

.hi-feature-card h5 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.hi-feature-card p {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

/* ========== HIGHLIGHT CARDS (dark bg) ========== */
.hi-highlight-card {
    background: linear-gradient(145deg, rgba(75,0,82,0.12), rgba(110,32,120,0.06));
    border: 1px solid rgba(75,0,82,0.15);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

    .hi-highlight-card:hover {
        transform: translateY(-3px);
        border-color: rgba(75,0,82,0.3);
    }

.hi-highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3rem;
    color: #fff;
    box-shadow: 0 4px 15px rgba(75,0,82,0.3);
}

.hi-highlight-card h5 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.hi-highlight-card p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

/* ========== CALLOUT ========== */
.hi-callout {
    background: linear-gradient(135deg, rgba(75,0,82,0.06), rgba(110,32,120,0.03));
    border-left: 4px solid var(--accent);
    border-radius: 0 14px 14px 0;
    padding: 20px 24px;
    margin: 20px 0;
}

    .hi-callout p {
        margin: 0;
        font-size: 1.0rem;
        line-height: 1.7;
        color: var(--text);
    }

    .hi-callout.hi-callout-dark {
        background: linear-gradient(135deg, rgba(75,0,82,0.15), rgba(110,32,120,0.08));
        border-left-color: var(--accent-bright);
    }

.hi-callout-dark p {
    color: rgba(255,255,255,0.7);
}

.hi-callout.hi-callout-warning {
    border-left-color: #e74c3c;
}

/* ========== TREATMENT CARD ========== */
.hi-treat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(75,0,82,0.08);
    box-shadow: 0 3px 12px rgba(0,0,0,0.04);
    transition: all 0.3s;
    margin-bottom: 14px;
}

    .hi-treat:hover {
        box-shadow: 0 6px 24px rgba(75,0,82,0.1);
        transform: translateX(4px);
        border-color: rgba(75,0,82,0.15);
    }

.hi-treat-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    box-shadow: 0 3px 10px rgba(75,0,82,0.25);
}

.hi-treat h5 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 4px;
}

.hi-treat p {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

.hi-treat-dark {
    background: linear-gradient(145deg, rgba(75,0,82,0.1), rgba(110,32,120,0.05));
    border-color: rgba(75,0,82,0.12);
}

    .hi-treat-dark:hover {
        border-color: rgba(75,0,82,0.25);
    }

    .hi-treat-dark h5 {
        color: #fff;
    }

    .hi-treat-dark p {
        color: rgba(255,255,255,0.55);
    }

/* ========== VIDEO ========== */
.hi-video-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(75,0,82,0.12);
    border: 2px solid rgba(75,0,82,0.12);
}

.hi-video-caption {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff;
    padding: 14px 20px;
    font-size: 0.92rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hi-video-responsive {
    position: relative;
    padding-top: 100%;
}

    .hi-video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ========== GALLERY GRID ========== */
.hi-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hi-gallery-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border: 1px solid rgba(75,0,82,0.08);
    cursor: pointer;
    transition: all 0.35s;
    position: relative;
}

    .hi-gallery-item::after {
        content: '\f00e';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: #fff;
        background: rgba(75,0,82,0.35);
        opacity: 0;
        transition: opacity 0.35s;
        pointer-events: none;
    }

    .hi-gallery-item:hover::after {
        opacity: 1;
    }

    .hi-gallery-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(75,0,82,0.14);
    }

    .hi-gallery-item img {
        width: 100%;
        display: block;
        transition: transform 0.5s;
    }

    .hi-gallery-item:hover img {
        transform: scale(1.05);
    }

/* ========== CUSTOM LIST ========== */
.hi-list {
    list-style: none;
    padding-left: 0;
}

    .hi-list li {
        padding: 6px 0 6px 22px;
        position: relative;
        font-size: 1.0rem;
        line-height: 1.7;
    }

        .hi-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 14px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
            opacity: 0.6;
        }

.hi-list--small {
    font-size: 0.95rem;
}

/* ========== FAQ ========== */
.hi-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 860px;
    margin: 0 auto;
}

.hi-faq-item {
    background: #fff;
    border: 1px solid rgba(75,0,82,0.08);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

    .hi-faq-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, var(--accent), var(--accent-light));
        opacity: 0;
        transition: opacity 0.3s;
        border-radius: 18px 0 0 18px;
    }

    .hi-faq-item:hover {
        border-color: rgba(75,0,82,0.18);
        box-shadow: 0 6px 28px rgba(75,0,82,0.08);
    }

        .hi-faq-item:hover::before {
            opacity: 1;
        }

    .hi-faq-item.hi-open {
        border-color: rgba(75,0,82,0.2);
        box-shadow: 0 8px 32px rgba(75,0,82,0.1);
    }

        .hi-faq-item.hi-open::before {
            opacity: 1;
        }

.hi-faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.25s;
    line-height: 1.45;
}

    .hi-faq-question:hover {
        color: var(--accent);
    }

    .hi-faq-question:focus {
        outline: none;
    }

    .hi-faq-question span {
        flex: 1;
    }

.hi-faq-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(75,0,82,0.08), rgba(110,32,120,0.04));
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.3s;
}

.hi-faq-item:hover .hi-faq-num, .hi-faq-item.hi-open .hi-faq-num {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff;
    box-shadow: 0 4px 12px rgba(75,0,82,0.25);
}

.hi-faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(75,0,82,0.06);
    transition: all 0.3s;
    flex-shrink: 0;
}

    .hi-faq-toggle i {
        color: var(--accent-light);
        font-size: 0.75rem;
        transition: transform 0.35s ease;
    }

.hi-faq-item.hi-open .hi-faq-toggle {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    box-shadow: 0 3px 10px rgba(75,0,82,0.25);
}

    .hi-faq-item.hi-open .hi-faq-toggle i {
        color: #fff;
        transform: rotate(180deg);
    }

.hi-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.4s cubic-bezier(0.4,0,0.2,1);
    padding: 0 24px 0 78px;
}

.hi-faq-item.hi-open .hi-faq-answer {
    max-height: 500px;
    padding: 0 24px 22px 78px;
}

.hi-faq-answer p {
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.75;
    margin: 0;
}

/* ========== CTA BANNER ========== */
.hi-cta-banner {
    background: linear-gradient(135deg, #4b0052, #6e2078, #4b0052);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .hi-cta-banner::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 160px;
        height: 160px;
        background: #fff;
        opacity: 0.06;
        border-radius: 50%;
    }

    .hi-cta-banner h3 {
        font-family: var(--font-display);
        font-size: 1.9rem;
        font-weight: 700;
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
    }

    .hi-cta-banner p {
        font-size: 1.05rem;
        opacity: 0.7;
        margin-bottom: 24px;
        position: relative;
        z-index: 1;
    }

.hi-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* ========== PRICE HEADER ========== */
.hi-price-header {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    padding: 20px 0;
    text-align: center;
}

    .hi-price-header h2 {
        font-family: var(--font-display);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
    }

.hi-price-sub {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    margin-top: 6px;
}

/* ========== IMAGE MODAL ========== */
.hi-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(14,14,14,0.92);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(8px);
}

    .hi-modal-overlay.active {
        display: flex;
    }

.hi-modal-content {
    position: relative;
    max-width: 900px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #1a1a1a;
    border: 1px solid rgba(75,0,82,0.3);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    animation: hiModalIn 0.3s ease;
}

@keyframes hiModalIn {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hi-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

    .hi-modal-header h5 {
        color: #fff;
        font-size: 1rem;
        margin: 0;
    }

.hi-modal-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 1.6rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .hi-modal-close:hover {
        color: #fff;
    }

.hi-modal-body img {
    width: 100%;
    display: block;
}

.hi-modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.hi-modal-nav {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 8px 22px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .hi-modal-nav:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(75,0,82,0.4);
    }

    .hi-modal-nav:disabled {
        opacity: 0.3;
        cursor: default;
        transform: none;
        box-shadow: none;
    }

.hi-modal-counter {
    color: rgba(255,255,255,0.4);
    font-size: 0.85rem;
    align-self: center;
}

/* ========== UTILITY CLASSES ========== */
.hi-icon-accent-mr {
    color: var(--accent);
    margin-right: 8px;
}

.hi-icon-bright-mr {
    color: var(--accent-bright);
    margin-right: 8px;
}

.hi-icon-danger-mr {
    color: #e74c3c;
    margin-right: 8px;
}

.hi-icon-mr {
    margin-right: 10px;
}

.hi-mt-14 {
    margin-top: 14px;
}

.hi-mt-16 {
    margin-top: 16px;
}

.hi-text-white {
    color: #fff;
}

.hi-slide-to-price {
    height: 16px !important;
    padding-bottom: 20px !important;
    margin-top: 16px !important;
}

.hi-floating-price {
    position: fixed;
    right: 0;
    top: 350px;
    z-index: 100;
}

    .hi-floating-price img {
        width: 46px;
        height: 112px;
    }

/* ========== ASPECT RATIOS ========== */
.hi-ar-1 {
    aspect-ratio: 1;
}

.hi-ar-0628 {
    aspect-ratio: 0.628;
}

.hi-ar-1102 {
    aspect-ratio: 1.102;
}

.hi-ar-1184 {
    aspect-ratio: 1.184;
}

.hi-ar-1242 {
    aspect-ratio: 1.242;
}

.hi-ar-1247 {
    aspect-ratio: 1.247;
}

.hi-ar-1299 {
    aspect-ratio: 1.299;
}

.hi-ar-1306 {
    aspect-ratio: 1.306;
}

.hi-ar-1361 {
    aspect-ratio: 1.361;
}

.hi-ar-1449 {
    aspect-ratio: 1.449;
}

.hi-ar-2 {
    aspect-ratio: 2;
}

.hi-ar-2118 {
    aspect-ratio: 2.118;
}

.hi-ar-2488 {
    aspect-ratio: 2.488;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .hi-hero h1 {
        font-size: 2rem;
    }

    .hi-section-header h2 {
        font-size: 1.7rem;
    }

    .hi-alt-text h3 {
        font-size: 1.3rem;
    }

    .hi-section {
        padding: 50px 0;
    }

    .hi-hero-stats {
        gap: 24px;
    }

    .hi-hero-stat-num {
        font-size: 2.2rem;
    }

    .hi-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .hi-hero {
        padding: 80px 0 50px;
        background: linear-gradient(rgba(10,10,10,0.78), rgba(10,10,10,0.78)), url('../images2/hifu/Header.jpg') center/cover no-repeat;
    }

        .hi-hero h1 {
            font-size: 1.6rem;
            text-shadow: 0 2px 12px rgba(0,0,0,0.6);
        }

            .hi-hero h1 span {
                filter: drop-shadow(0 0 14px rgba(155,74,166,0.5)) drop-shadow(0 2px 8px rgba(0,0,0,0.4));
            }

        .hi-hero p.lead {
            color: rgba(255,255,255,0.75);
            text-shadow: 0 1px 6px rgba(0,0,0,0.5);
        }

    .hi-hero-stats {
        gap: 16px;
    }

    .hi-hero-stat-num {
        font-size: 1.8rem;
    }

    .hi-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .hi-faq-answer {
        padding: 0 18px 0 18px;
    }

    .hi-faq-item.hi-open .hi-faq-answer {
        padding: 0 18px 18px 18px;
    }

    .hi-faq-question {
        padding: 16px 18px;
        gap: 12px;
        font-size: 0.92rem;
    }

    .hi-faq-num {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 0.85rem;
        border-radius: 10px;
    }
}
