﻿/* ==============================================
   picolaser-iasi.css
   Pagina: Eliminare Tatuaje cu PicoLaser — SenzoFit Iași
   V2 — Animații, design premium
   ============================================== */

/* ========== VARIABLES ========== */
:root {
    --primary-color: #278a93;
    --primary-dark: #1b656c;
    --primary-light: #34b7c1;
    --accent-color: #4dd0e1;
    --dark-bg: #212529;
    --light-bg: #f4fcfd;
    --warning-bg: #fff3cd;
    --gradient-primary: linear-gradient(135deg, #1b656c 0%, #278a93 50%, #34b7c1 100%);
    --gradient-hero: linear-gradient(135deg, rgba(10,20,20,0.88), rgba(27,101,108,0.75));
    --gradient-soft: linear-gradient(180deg, #f4fcfd 0%, #ffffff 100%);
    --shadow-card: 0 10px 40px rgba(39,138,147,0.1);
    --shadow-card-hover: 0 20px 60px rgba(39,138,147,0.2);
    --shadow-glow: 0 0 30px rgba(39,138,147,0.25);
    --text-dark: #222;
    --text-body: #444;
    --text-muted: #6c757d;
}

/* ========== BASE ========== */
* { box-sizing: border-box; }
body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: var(--text-body);
    line-height: 1.8;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-dark);
}

/* ========== UTILITIES ========== */
.text-primary-custom { color: var(--primary-color) !important; }
.bg-primary-custom   { background-color: var(--primary-color) !important; }
.bg-light-custom     { background-color: var(--light-bg); }

.pl-text-justify  { text-align: justify !important; }
.pl-section-compact { padding-top: 20px !important; padding-bottom: 20px !important; }
.pl-section-med     { padding: 60px 0; }
.pl-gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Aspect ratios */
.pl-ar-2364 { aspect-ratio: 2.3636; }
.pl-ar-1116 { aspect-ratio: 1.116; }
.pl-ar-2293 { aspect-ratio: 2.293; }
.pl-ar-0872 { aspect-ratio: 0.872; }
.pl-ar-0888 { aspect-ratio: 0.888; }
.pl-ar-0972 { aspect-ratio: 0.972; }
.pl-ar-0927 { aspect-ratio: 0.927; }
.pl-ar-0952 { aspect-ratio: 0.952; }

/* ========== FOCUS RESET ========== */
.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; }

/* ========== SECTION COMMON ========== */
.pl-section { padding: 80px 0; position: relative; overflow: hidden; }
.pl-section-white { background: #fff; }
.pl-section-soft  { background: var(--gradient-soft); }
.pl-section-light { background: var(--light-bg); }

.pl-section-header { text-align: center; margin-bottom: 50px; }
.pl-badge {
    display: inline-block; padding: 8px 24px;
    background: rgba(39,138,147,0.1); border: 1px solid rgba(39,138,147,0.3);
    border-radius: 50px; font-size: 0.72rem; letter-spacing: 3px;
    text-transform: uppercase; color: var(--primary-color);
    margin-bottom: 18px; font-weight: 600;
}
.pl-section-title {
    font-size: 2.6rem; font-weight: 700; margin-bottom: 12px; color: var(--text-dark);
}
.pl-section-subtitle {
    font-size: 1.1rem; color: var(--text-muted);
    max-width: 650px; margin: 0 auto; line-height: 1.8;
}
.pl-deco-line {
    width: 60px; height: 3px; background: var(--gradient-primary);
    margin: 14px auto; border-radius: 2px;
    transform: scaleX(0); transition: transform 0.6s cubic-bezier(0.22,1,0.36,1) 0.2s;
}
[data-aos].aos-animate .pl-deco-line { transform: scaleX(1); }
.pl-deco-line--left { margin-left: 0; margin-right: auto; }

/* ========== BUTTONS ========== */
.btn-cta {
    background: var(--gradient-primary); color: white !important;
    border: none; border-radius: 50px; padding: 14px 36px;
    font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;
    box-shadow: 0 6px 25px rgba(39,138,147,0.35);
    transition: all 0.4s ease; position: relative; overflow: hidden;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-cta::before {
    content: ''; position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s;
}
.btn-cta:hover::before { left: 100%; }
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(39,138,147,0.45);
    color: white !important;
}
.btn-cta--white {
    background: white; color: var(--primary-dark) !important;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.btn-cta--white:hover { color: var(--primary-dark) !important; }
.btn-cta--outline {
    background: transparent; color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
    box-shadow: none;
}
.btn-cta--outline:hover {
    background: var(--primary-color); color: white !important;
}

.btn-primary {
    background: var(--primary-color); border: none;
    padding: 14px 40px; border-radius: 50px;
    font-weight: 600; font-size: 1.1rem; transition: all 0.3s;
}
.btn-primary:hover {
    background: var(--primary-dark); transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(39,138,147,0.3);
}

/* ========== HEADER IMAGE ========== */
.pl-header-container { padding: 0; }
.pl-header-img { max-width: 100%; width: 1300px; }
.pl-page-wrapper { background-color: white !important; padding: 0 !important; }

/* ========== HERO ========== */
.pl-hero {
    position: relative; overflow: hidden;
    background: var(--gradient-hero),
                url('https://images.unsplash.com/photo-1576091160550-217358c7e618?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover; background-attachment: fixed; background-position: center;
    padding: 100px 0 80px; color: white !important; text-align: center;
}
.pl-hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}
.pl-hero-content { position: relative; z-index: 2; }

.pl-hero-title {
    font-size: 3.8rem; font-weight: 800;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    margin-bottom: 20px; color: white !important;
    line-height: 1.15;
    animation: plHeroTitle 0.9s cubic-bezier(0.22,1,0.36,1) 0.3s both;
}
.pl-hero-title .pl-highlight {
    background: linear-gradient(135deg, #4dd0e1, #80deea);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pl-hero-subtitle {
    font-size: 1.25rem; color: rgba(255,255,255,0.9);
    max-width: 680px; margin: 0 auto 2rem; line-height: 1.85;
    animation: plHeroSub 0.8s ease 0.6s both;
}
.pl-hero-badge {
    display: inline-block; padding: 8px 24px;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px; font-size: 0.72rem; letter-spacing: 3px;
    text-transform: uppercase; color: rgba(255,255,255,0.95); margin-bottom: 20px;
    animation: plBadgePop 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.2s both;
}

/* Hero floating elements */
.pl-floating {
    position: absolute; border-radius: 50%;
    background: linear-gradient(135deg, rgba(77,208,225,0.15), rgba(39,138,147,0.1));
    animation: plFloat 7s ease-in-out infinite;
    pointer-events: none;
}
.pl-floating-1 { width: 350px; height: 350px; top: -50px; right: -100px; }
.pl-floating-2 { width: 250px; height: 250px; bottom: 10%; left: -80px; animation-delay: 2.5s; }
.pl-floating-3 { width: 150px; height: 150px; top: 30%; right: 15%; animation-delay: 4s; opacity: 0.5; }

/* Hero stats */
.pl-hero-stats {
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.1); backdrop-filter: blur(20px);
    padding: 20px 32px; border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px; margin-top: 2.5rem;
    max-width: 700px; margin-left: auto; margin-right: auto;
    animation: plStatsFade 0.8s ease 1s both;
}
.pl-hero-stat { text-align: center; flex: 1; }
.pl-hero-stat-num {
    font-size: 2.5rem; font-weight: 800; color: #fff; line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.pl-hero-stat-label {
    font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.5px;
    color: rgba(255,255,255,0.7); margin-top: 4px; line-height: 1.3;
}
.pl-hero-stat-divider { width: 1px; height: 45px; background: rgba(255,255,255,0.2); }

/* ========== KEYFRAMES ========== */
@keyframes plHeroTitle {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes plHeroSub {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes plBadgePop {
    from { opacity: 0; transform: translateY(-15px) scale(0.9); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes plStatsFade {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes plFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-25px) rotate(5deg); }
}
@keyframes plPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(39,138,147,0.3); }
    50%      { box-shadow: 0 0 20px 6px rgba(39,138,147,0.12); }
}
@keyframes plShine {
    from { left: -100%; }
    to   { left: 100%; }
}

/* ========== BENEFIT CARDS ========== */
.pl-benefit-card {
    background: #fff; border: 1px solid rgba(39,138,147,0.12);
    border-radius: 20px; padding: 2.5rem 2rem; text-align: center;
    transition: all 0.5s cubic-bezier(0.22,1,0.36,1);
    height: 100%; position: relative; overflow: hidden;
    box-shadow: var(--shadow-card);
}
.pl-benefit-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--gradient-primary); transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.pl-benefit-card:hover::before { transform: scaleX(1); }
.pl-benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(39,138,147,0.3);
}
.pl-benefit-icon {
    width: 80px; height: 80px; background: rgba(39,138,147,0.08);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 2rem; color: var(--primary-color);
    transition: all 0.4s;
}
.pl-benefit-card:hover .pl-benefit-icon {
    background: var(--gradient-primary); color: #fff;
    transform: scale(1.1); box-shadow: var(--shadow-glow);
}
.pl-benefit-card h5 { font-size: 1.2rem; margin-bottom: 12px; }
.pl-benefit-card p { color: var(--text-muted); line-height: 1.7; font-size: 0.95rem; margin: 0; }

/* ========== BADGE PICO ========== */
.badge-pico {
    background: var(--gradient-primary); color: white;
    padding: 10px 28px; border-radius: 50px; font-weight: 600;
    display: inline-block; font-size: 0.85rem; letter-spacing: 0.5px;
}

/* ========== FEATURE ICONS ========== */
.feature-icon {
    font-size: 3.5rem; color: var(--primary-color); margin-bottom: 20px;
    transition: transform 0.4s, color 0.4s;
}
.feature-icon:hover { transform: scale(1.15); color: var(--primary-dark); }

/* ========== SECTION PADDING ========== */
.section-padding { padding: 80px 0; }

.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 {
    font-weight: 700; color: var(--primary-color);
    font-size: 2.2rem; margin-bottom: 15px;
}
.separator {
    width: 80px; height: 4px; background: var(--gradient-primary);
    margin: 0 auto; border-radius: 2px;
}

/* ========== PROCESS STEPS ========== */
.step-card { text-align: center; position: relative; padding: 20px; }
.step-number {
    width: 60px; height: 60px; background: var(--gradient-primary);
    color: white; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; font-weight: bold; margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(39,138,147,0.35);
    transition: all 0.4s;
}
.step-card:hover .step-number {
    transform: scale(1.1); box-shadow: var(--shadow-glow);
}

/* ========== COMPARISON TABLE ========== */
.comparison-table {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: var(--shadow-card); margin-bottom: 30px;
}
.comparison-table th {
    background: var(--primary-color); color: white;
    padding: 18px 20px; border: none; font-size: 0.9rem;
}
.comparison-table th.th-muted { background: #6c757d; }
.comparison-table td {
    padding: 16px 20px; border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
}
.comparison-table tbody tr:hover td { background: rgba(39,138,147,0.03); }

/* ========== VS CARDS ========== */
.vs-card {
    border: 1px solid #eee; border-radius: 16px;
    padding: 30px; height: 100%; transition: all 0.4s;
}
.vs-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.vs-card.danger  { border-top: 5px solid #dc3545; background: #fff5f5; }
.vs-card.success { border-top: 5px solid #28a745; background: #f0fff4; }
.pl-candidate-list { list-style: none; padding-left: 0; }
.pl-candidate-item { padding: 10px 0; transition: transform 0.3s; }
.pl-candidate-item:hover { transform: translateX(5px); }

/* ========== BEFORE / AFTER ========== */
.ba-card {
    position: relative; overflow: hidden;
    border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s;
}
.ba-card:hover { box-shadow: 0 12px 35px rgba(0,0,0,0.18); }
.ba-label {
    position: absolute; top: 15px; left: 15px;
    padding: 5px 15px; border-radius: 20px;
    color: white; font-weight: bold; font-size: 0.8rem;
    text-transform: uppercase; z-index: 2;
}
.label-before { background: #dc3545; }
.label-after  { background: #28a745; }
.ba-image {
    width: 100%; height: 250px; object-fit: cover;
    transition: transform 0.5s;
}
.ba-card:hover .ba-image { transform: scale(1.05); }

/* ========== FAQ ========== */
.card-header button {
    color: #333; font-weight: 600; width: 100%; text-align: left;
    padding: 20px; display: flex; justify-content: space-between;
    align-items: center; text-decoration: none; transition: all 0.3s;
}
.card-header button:hover,
.card-header button[aria-expanded="true"] {
    color: var(--primary-color); background: rgba(39,138,147,0.03);
}

/* ========== COVER-UP ========== */
.pl-coverup { padding: 60px 0; background: #fff; }
.pl-coverup-card {
    background: linear-gradient(135deg, rgba(39,138,147,0.06), rgba(39,138,147,0.02));
    border: 1px solid rgba(39,138,147,0.15); border-radius: 20px; padding: 32px;
    transition: all 0.4s;
}
.pl-coverup-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.pl-coverup-card h5 { color: var(--primary-color); margin-bottom: 20px; }
.pl-coverup-step {
    display: flex; gap: 14px; align-items: flex-start;
    margin-bottom: 16px; padding: 8px 0;
    transition: transform 0.3s;
}
.pl-coverup-step:hover { transform: translateX(5px); }
.pl-coverup-step:last-child { margin-bottom: 0; }
.pl-coverup-num {
    min-width: 36px; height: 36px; border-radius: 50%;
    background: var(--gradient-primary); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(39,138,147,0.25);
}
.pl-coverup-num--done { background: linear-gradient(135deg, #28a745, #34ce57); }
.pl-coverup-sub { font-size: 0.88rem; }
.pl-stat-num { font-size: 2.4rem; color: var(--primary-color); font-weight: 800; }
.pl-stat-label { font-size: 0.85rem; }
.pl-tip { font-size: 0.92rem; }

/* ========== TIMELINE ========== */
.pl-timeline { padding: 60px 0; background: var(--light-bg); }
.pl-callout {
    background: rgba(39,138,147,0.05); border-left: 4px solid var(--primary-color);
    border-radius: 0 12px 12px 0; padding: 18px 24px; margin-top: 24px;
}
.pl-callout p { margin: 0; font-size: 0.95rem; color: var(--text-body); }

/* ========== CANDIDATE ========== */
.pl-candidate-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f4fcfd, #edf7f8);
}

/* ========== PRICE ========== */
.pl-price-jumbotron {
    background: var(--gradient-primary);
    color: white; padding: 24px 0 !important; margin-top: 0 !important;
    border-radius: 0 !important;
}
.pl-price-title { color: white !important; font-size: 1.6rem; font-weight: 700; margin-bottom: 4px; }
.pl-price-subtitle { color: rgba(255,255,255,0.85); font-size: 1rem; margin: 0; }

/* ========== SCIENCE SECTION ========== */
.pl-science-card {
    background: #fff; border: 1px solid rgba(39,138,147,0.1);
    border-radius: 16px; padding: 28px; text-align: center;
    height: 100%; transition: all 0.4s;
    box-shadow: 0 4px 16px rgba(39,138,147,0.06);
}
.pl-science-card:hover {
    transform: translateY(-8px); box-shadow: var(--shadow-card-hover);
    border-color: rgba(39,138,147,0.3);
}
.pl-science-icon {
    width: 64px; height: 64px; border-radius: 14px;
    background: rgba(39,138,147,0.08);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 1.6rem; color: var(--primary-color);
    transition: all 0.4s;
}
.pl-science-card:hover .pl-science-icon {
    background: var(--gradient-primary); color: #fff;
    border-radius: 50%; transform: rotate(5deg) scale(1.1);
}

/* ========== TRUST SECTION ========== */
.pl-trust-item {
    text-align: center; padding: 24px 16px;
    transition: transform 0.3s;
}
.pl-trust-item:hover { transform: translateY(-4px); }
.pl-trust-num {
    font-size: 3rem; font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; line-height: 1.1;
}
.pl-trust-label {
    font-size: 0.82rem; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--text-muted); margin-top: 6px;
}

/* ========== WARNING SECTION (Magnetic) ========== */
.pl-warning-card {
    border: 2px solid #dc3545; border-radius: 16px;
    padding: 32px; background: linear-gradient(135deg, #fff5f5, #fff);
    position: relative; overflow: hidden;
}
.pl-warning-card::before {
    content: '⚠️'; position: absolute; top: -20px; right: -10px;
    font-size: 6rem; opacity: 0.06; pointer-events: none;
}
.pl-safe-card {
    border: 2px solid #28a745; border-radius: 16px;
    padding: 32px; background: linear-gradient(135deg, #f0fff4, #fff);
    position: relative; overflow: hidden;
}
.pl-safe-card::before {
    content: '✓'; position: absolute; top: -20px; right: -10px;
    font-size: 6rem; opacity: 0.06; pointer-events: none;
    font-weight: 900;
}

/* ========== CTA SECTION ========== */
.pl-cta {
    padding: 70px 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, rgba(39,138,147,0.08), rgba(77,208,225,0.05));
    border-top: 1px solid rgba(39,138,147,0.15);
    border-bottom: 1px solid rgba(39,138,147,0.15);
}
.pl-cta-title { font-size: 2.6rem; color: var(--text-dark); margin-bottom: 16px; }
.pl-cta .pl-badge { animation: plPulse 2.5s ease-in-out infinite; }

/* ========== WISTIA PLAYER ========== */
wistia-player[media-id='bl9af5cg2m']:not(:defined) {
    background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/bl9af5cg2m/swatch');
    display: block; filter: blur(5px); padding-top: 177.78%;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .pl-hero-title { font-size: 2.8rem; }
    .pl-section-title { font-size: 2.2rem; }
    .pl-hero-stats { padding: 16px 20px; }
    .pl-hero-stat-num { font-size: 2rem; }
    .pl-cta-title { font-size: 2rem; }
}

@media (max-width: 767px) {
    .pl-hero-title { font-size: 2rem; }
    .pl-hero { padding: 70px 0 60px; }
    .pl-section { padding: 50px 0; }
    .pl-section-title { font-size: 1.7rem; }
    .pl-floating { display: none; }
    .pl-hero-subtitle { font-size: 1rem; }
    .pl-hero-stats { flex-wrap: wrap; gap: 10px; }
    .pl-hero-stat-divider { display: none; }
    .comparison-table { font-size: 0.82rem; }
    .pl-cta-title { font-size: 1.7rem; }
}

@media (max-width: 576px) {
    .pl-hero-title { font-size: 1.7rem; }
    .btn-cta { padding: 10px 20px; font-size: 0.82rem; }
    .pl-benefit-card { padding: 1.5rem 1.25rem; }
}