/* ============================================================================
   public.css — stiluri partajate de paginile publice (index, preturi, blog, ...)
   ----------------------------------------------------------------------------
   Consolidare a blocurilor <style> inline din paginile publice.
   Regulă: fără modificări vizuale — doar mutare/echivalare 1:1.
   Fiecare pagină își delimitează stilurile printr-o clasă pe <body>
   (ex. body:where(.landing)) ca să nu apară coliziuni între pagini.
   ============================================================================ */

/* ============================================================
   BASE — resetări + fonturi, partajate de toate paginile publice
   ============================================================ */
@font-face {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400 800;
            font-display: optional;
            src: url('/assets/fonts/inter-v20-latin-ext.woff2') format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
@font-face {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400 800;
            font-display: optional;
            src: url('/assets/fonts/inter-v20-latin.woff2') format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* ============================================================
   UTILITATI — clase mici reutilizabile (dimensiuni iconite)
   ============================================================ */
.icon-12 { width: 12px; height: 12px; }
.icon-14 { width: 14px; height: 14px; }
.icon-16 { width: 16px; height: 16px; }
.icon-18 { width: 18px; height: 18px; }
.icon-20 { width: 20px; height: 20px; }
.icon-28 { width: 28px; height: 28px; }
.ico-primary { color: #611f69; }
.ico-success { color: #22c55e; }

/* ============================================================
   LANDING (index.php) — scope: body:where(.landing) / .landing
   ============================================================ */
body:where(.landing) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.landing) img { max-width: 100%; height: auto; display: block; }
:where(.landing) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.landing) a:hover { color: #611f69; }
:where(.landing) ul, :where(.landing) ol { list-style: none; }
:where(.landing) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.landing) h1, :where(.landing) h2, :where(.landing) h3, :where(.landing) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.landing) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.landing) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.landing) .h3-card {
            font-size: 1.5rem;
            line-height: 1.333;
            letter-spacing: -0.004em;
            font-weight: 700;
        }
:where(.landing) .text-small {
            font-size: 0.875rem;
            line-height: 1.429;
        }
:where(.landing) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.landing) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.landing) .section {
            padding: 3rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.landing) .section:first-of-type { border-top: none; }
:where(.landing) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.landing) .section-header .h2-section { margin-bottom: 1rem; }
:where(.landing) .section-header p { color: #696969; }
:where(.landing) .grid-2 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
:where(.landing) .grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
:where(.landing) .grid-4 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
/* ========== HERO ========== */
:where(.landing) .hero {
            padding: 5.5rem 0 3.5rem;
            text-align: center;
            background: #f4ede4;
            position: relative;
        }
/* Hero - clean bottom edge, no curve */
:where(.landing) .hero-content {
            max-width: 52rem;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
:where(.landing) .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1.25rem;
            background: #fff;
            border-radius: 100px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #611f69;
            margin-bottom: 2rem;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        }
:where(.landing) .hero-badge i { width: 16px; height: 16px; }
:where(.landing) .hero .h1-hero { margin-bottom: 1.5rem; }
:where(.landing) .hero-subtitle {
            font-size: 1.25rem;
            color: #696969;
            line-height: 1.6;
            max-width: 40rem;
            margin: 0 auto 2.5rem;
        }
:where(.landing) .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
/* ========== PROBLEMS v2 ========== */
:where(.landing) .section-problems {
            padding: 5rem 0;
            background: linear-gradient(180deg, #fdf6f0 0%, #fff 100%);
            border-top: none;
            position: relative;
            overflow: hidden;
        }
:where(.landing) .section-problems::before {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(192,19,67,0.04) 0%, transparent 70%);
            top: -100px;
            right: -100px;
            border-radius: 50%;
            pointer-events: none;
        }
:where(.landing) .problems-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.375rem 1rem;
            background: #fce4ec;
            border-radius: 100px;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #c01343;
            margin-bottom: 1.25rem;
            letter-spacing: 0.02em;
        }
:where(.landing) .problem-header {
            display: flex;
            align-items: center;
            gap: 0.875rem;
            margin-bottom: 0.5rem;
        }
:where(.landing) .problem-card {
            display: flex;
            flex-direction: column;
            padding: 1.75rem;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(192, 19, 67, 0.08);
            border-radius: 16px;
            transition: all 0.4s cubic-bezier(.165,.84,.44,1);
            position: relative;
        }
:where(.landing) .problem-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #c01343, #e57373);
            border-radius: 16px 16px 0 0;
            opacity: 0;
            transition: opacity 0.4s ease;
        }
:where(.landing) .problem-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(192, 19, 67, 0.08);
            border-color: rgba(192, 19, 67, 0.15);
        }
:where(.landing) .problem-card:hover::before {
            opacity: 1;
        }
:where(.landing) .problem-icon {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #fce4ec, #f8bbd0);
            border-radius: 10px;
            color: #c01343;
            transition: transform 0.3s ease;
        }
:where(.landing) .problem-card:hover .problem-icon {
            transform: rotate(-8deg) scale(1.05);
        }
:where(.landing) .problem-icon i { width: 20px; height: 20px; }
:where(.landing) .problem-card h3 {
            font-size: 1.0625rem;
            font-weight: 700;
            margin-bottom: 0.375rem;
        }
:where(.landing) .problem-card p { font-size: 0.9375rem; color: #696969; line-height: 1.5; }
/* ========== FEATURES v2 ========== */
:where(.landing) .section-features {
            padding: 5rem 0;
            background: linear-gradient(160deg, #3d1240 0%, #611f69 100%);
            position: relative;
        }
:where(.landing) .section-features .section-header h2 { color: #fff; }
:where(.landing) .section-features .section-header p { color: rgba(255,255,255,0.72); }
:where(.landing) .features-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.375rem 1rem;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.22);
            border-radius: 100px;
            font-size: 0.8125rem;
            font-weight: 600;
            color: rgba(255,255,255,0.92);
            margin-bottom: 1.25rem;
            letter-spacing: 0.02em;
        }
:where(.landing) .features-bento {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
:where(.landing) .feature-card {
            padding: 2.25rem 2rem;
            background: #fff;
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 16px;
            box-shadow: 0 4px 24px rgba(0,0,0,0.12);
            transition: all 0.4s cubic-bezier(.165,.84,.44,1);
            position: relative;
            overflow: hidden;
        }
:where(.landing) .feature-card::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(97, 31, 105, 0.03) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none;
        }
:where(.landing) .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.22);
            border-color: rgba(255,255,255,0.2);
        }
:where(.landing) .feature-card:hover::after {
            opacity: 1;
        }
:where(.landing) .feature-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 0.75rem;
        }
:where(.landing) .feature-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f4ede4, #ece0d1);
            border-radius: 12px;
            color: #611f69;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
:where(.landing) .feature-card:hover .feature-icon {
            transform: scale(1.08);
            box-shadow: 0 4px 16px rgba(97, 31, 105, 0.12);
        }
:where(.landing) .feature-icon i { width: 24px; height: 24px; }
:where(.landing) .feature-card .h2-section { font-size: 1.125rem; margin-bottom: 0; }
:where(.landing) .feature-card p { color: #696969; font-size: 0.9375rem; line-height: 1.6; }
:where(.landing) .feature-list {
            margin-top: 1.25rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
:where(.landing) .feature-list-item {
            display: flex;
            align-items: center;
            gap: 0.625rem;
            font-size: 0.875rem;
            color: #1d1c1d;
            padding: 0.25rem 0;
        }
:where(.landing) .feature-list-item i { width: 18px; height: 18px; color: #2eb67d; flex-shrink: 0; }
/* ========== SCREENSHOTS ========== */
:where(.landing) .screenshots-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
:where(.landing) .screenshot-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0,0,0,0.08);
            border: 1px solid #ebeaeb;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
        }
:where(.landing) .screenshot-card:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 40px rgba(0,0,0,0.12);
        }
:where(.landing) .screenshot-card img {
            width: 100%;
            height: auto;
            display: block;
        }
:where(.landing) .screenshot-card figcaption {
            padding: 1rem 1.25rem;
            font-size: 0.9375rem;
            font-weight: 600;
            color: #1d1c1d;
            text-align: center;
            background: #fff;
        }
/* ========== MOCK BROWSER ========== */
:where(.landing) .mock-browser {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.10);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
:where(.landing) .mock-browser:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 48px rgba(97,31,105,0.13);
        }
:where(.landing) .mock-browser-bar {
            display: flex; align-items: center; gap: 0.5rem;
            padding: 0.75rem 1rem;
            background: #f8f7f8; border-bottom: 1px solid #ebeaeb;
        }
:where(.landing) .mock-dot { width: 10px; height: 10px; border-radius: 50%; }
:where(.landing) .mock-url {
            flex: 1; background: #ebeaeb; border-radius: 4px;
            padding: 0.25rem 0.75rem; font-size: 0.75rem;
            color: #696969; font-family: monospace; margin-left: 0.5rem;
        }
:where(.landing) .mock-browser-body { padding: 1.25rem; }
:where(.landing) .mock-label {
            font-size: 0.7rem; font-weight: 600; color: #696969;
            text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem;
        }
/* Programări */
:where(.landing) .mock-psiholog-name { font-weight: 700; font-size: 1rem; color: #1d1c1d; margin-bottom: 0.2rem; }
:where(.landing) .mock-psiholog-spec { font-size: 0.8rem; color: #696969; margin-bottom: 1rem; }
:where(.landing) .mock-slot-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
:where(.landing) .mock-slot {
            padding: 0.3rem 0.75rem; border-radius: 6px;
            font-size: 0.8rem; font-weight: 600;
            border: 2px solid #ebeaeb; color: #454245;
        }
:where(.landing) .mock-slot.available { border-color: #611f69; color: #611f69; background: #fdf8ff; }
:where(.landing) .mock-slot.booked { background: #ebeaeb; color: #b5b3b5; text-decoration: line-through; }
/* Registru de casă */
:where(.landing) .mock-reg-row {
            display: flex; align-items: center; gap: 0.5rem;
            padding: 0.4rem 0; border-bottom: 1px solid #f4f3f4; font-size: 0.8rem;
        }
:where(.landing) .mock-reg-date { color: #696969; width: 3rem; flex-shrink: 0; }
:where(.landing) .mock-reg-desc { flex: 1; color: #1d1c1d; }
:where(.landing) .mock-reg-amount { font-weight: 700; white-space: nowrap; }
:where(.landing) .mock-reg-amount.income { color: #1a7a50; }
:where(.landing) .mock-reg-amount.expense { color: #c0392b; }
/* Contracte */
:where(.landing) .mock-doc-row {
            display: flex; align-items: center; gap: 0.5rem;
            padding: 0.45rem 0; border-bottom: 1px solid #f4f3f4;
        }
:where(.landing) .mock-doc-icon { font-size: 1.1rem; flex-shrink: 0; }
:where(.landing) .mock-doc-info { flex: 1; min-width: 0; }
:where(.landing) .mock-doc-name { font-size: 0.8rem; font-weight: 600; color: #1d1c1d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
:where(.landing) .mock-doc-meta { font-size: 0.7rem; color: #696969; }
:where(.landing) .mock-badge-ok { font-size: 0.7rem; font-weight: 600; background: #e8f5e9; color: #1a7a50; padding: 0.15rem 0.5rem; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
:where(.landing) .mock-badge-ended { font-size: 0.7rem; font-weight: 600; background: #f4f3f4; color: #696969; padding: 0.15rem 0.5rem; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
:where(.landing) .mock-action-btn { display: inline-block; font-size: 0.8rem; font-weight: 600; color: #611f69; border: 1.5px solid #611f69; padding: 0.35rem 1rem; border-radius: 6px; }
/* Registre COPSI */
:where(.landing) .mock-export-btn { font-size: 0.7rem; font-weight: 600; background: #611f69; color: #fff; padding: 0.2rem 0.6rem; border-radius: 4px; }
:where(.landing) .mock-copsi-head {
            display: grid; grid-template-columns: 1.5rem 1fr 1fr 2.5rem;
            gap: 0.25rem; font-size: 0.68rem; font-weight: 700; color: #696969;
            text-transform: uppercase; letter-spacing: 0.04em;
            padding: 0.3rem 0; border-bottom: 2px solid #ebeaeb; margin-bottom: 0.25rem;
        }
:where(.landing) .mock-copsi-row {
            display: grid; grid-template-columns: 1.5rem 1fr 1fr 2.5rem;
            gap: 0.25rem; font-size: 0.78rem; color: #1d1c1d;
            padding: 0.35rem 0; border-bottom: 1px solid #f4f3f4;
        }
/* ========== BENEFITS ========== */
        /* Suprafata + hover comune (dedup intern pagina): benefit / pricing / roadmap */
:where(.landing) .benefit-card, :where(.landing) .pricing-card, :where(.landing) .roadmap-card {
            background: #fff;
            border: 1px solid #ebeaeb;
            border-radius: 8px;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
        }
:where(.landing) .benefit-card:hover, :where(.landing) .pricing-card:hover, :where(.landing) .roadmap-card:hover {
            transform: scale(1.05);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
        }
:where(.landing) .benefit-card {
            text-align: center;
            padding: 2.5rem 1.5rem;
        }
:where(.landing) .benefit-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #611f69;
            line-height: 1;
            margin-bottom: 0.75rem;
        }
:where(.landing) .benefit-card h3 {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
:where(.landing) .benefit-card p { font-size: 0.9375rem; color: #696969; }
/* ========== HOW IT WORKS ========== */
:where(.landing) .steps { display: grid; grid-template-columns: 1fr; gap: 2rem; }
:where(.landing) .step {
            text-align: center;
            padding: 2rem 1.5rem;
            position: relative;
        }
:where(.landing) .step-number {
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #611f69;
            color: #fff;
            font-size: 1.5rem;
            font-weight: 800;
            border-radius: 50%;
            margin: 0 auto 1.25rem;
        }
:where(.landing) .step h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
:where(.landing) .step p { font-size: 0.9375rem; color: #696969; max-width: 20rem; margin: 0 auto; }
/* ========== PRICING ========== */
:where(.landing) .pricing-toggle {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
        }
:where(.landing) .pricing-toggle span {
            font-size: 0.9375rem;
            font-weight: 600;
            color: #696969;
            transition: color 0.3s ease;
        }
:where(.landing) .pricing-toggle span.active { color: #1d1c1d; }
:where(.landing) .toggle-switch {
            position: relative;
            width: 52px;
            height: 28px;
            background: #ebeaeb;
            border-radius: 14px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
:where(.landing) .toggle-switch.active { background: #611f69; }
:where(.landing) .toggle-switch::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 22px;
            height: 22px;
            background: #fff;
            border-radius: 50%;
            transition: transform 0.3s ease;
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        }
:where(.landing) .toggle-switch.active::after { transform: translateX(24px); }
:where(.landing) .pricing-save {
            display: inline-flex;
            padding: 0.25rem 0.75rem;
            background: #e8f5e9;
            color: #2eb67d;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 100px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
:where(.landing) .pricing-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
:where(.landing) .pricing-card {
            padding: 2.5rem 2rem;
            display: flex;
            flex-direction: column;
            position: relative;
        }
:where(.landing) .pricing-card.recommended {
            border-color: #611f69;
            border-width: 2px;
        }
:where(.landing) .pricing-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            padding: 0.25rem 1rem;
            background: #611f69;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 100px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            white-space: nowrap;
        }
:where(.landing) .pricing-card h3 {
            font-size: 1.375rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
:where(.landing) .pricing-price {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1d1c1d;
            line-height: 1;
            margin-bottom: 0.25rem;
        }
:where(.landing) .pricing-price span { font-size: 1rem; font-weight: 500; color: #696969; }
:where(.landing) .pricing-period {
            font-size: 0.875rem;
            color: #696969;
            margin-bottom: 1.5rem;
        }
:where(.landing) .pricing-features {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            margin-bottom: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid #ebeaeb;
        }
:where(.landing) .pricing-feature {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.9375rem;
        }
:where(.landing) .pricing-feature i { width: 18px; height: 18px; color: #2eb67d; flex-shrink: 0; margin-top: 2px; }
:where(.landing) .pricing-note {
            text-align: center;
            margin-top: 2rem;
            padding: 1.25rem;
            background: #f4ede4;
            border-radius: 8px;
            font-size: 0.9375rem;
            color: #1d1c1d;
        }
:where(.landing) .pricing-note strong { color: #611f69; }
/* ========== ROADMAP ========== */
:where(.landing) .roadmap-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
:where(.landing) .roadmap-card {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            padding: 1.75rem;
        }
:where(.landing) .roadmap-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e8f0fe;
            border-radius: 12px;
            color: #1264a3;
        }
:where(.landing) .roadmap-icon i { width: 24px; height: 24px; }
:where(.landing) .roadmap-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: 0.375rem; }
:where(.landing) .roadmap-card p { font-size: 0.9375rem; color: #696969; }
:where(.landing) .roadmap-badge {
            display: inline-flex;
            padding: 0.15rem 0.6rem;
            font-size: 0.6875rem;
            font-weight: 700;
            border-radius: 100px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            background: #ebeaeb;
            color: #696969;
        }
:where(.landing) .roadmap-badge-active {
            background: #e8f5e9;
            color: #1a7a50;
        }
:where(.landing) .roadmap-badge-done {
            background: #611f69;
            color: #fff;
        }
/* ========== FAQ ========== */
:where(.landing) .faq-list { max-width: 48rem; margin: 0 auto; }
:where(.landing) .faq-item {
            border-bottom: 1px solid #ebeaeb;
        }
:where(.landing) .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 1.5rem 0;
            font-size: 1.0625rem;
            font-weight: 600;
            color: #1d1c1d;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
            gap: 1rem;
        }
:where(.landing) .faq-question i {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            transition: transform 0.42s cubic-bezier(.165,.84,.44,1);
            color: #696969;
        }
:where(.landing) .faq-item.active .faq-question i { transform: rotate(180deg); }
:where(.landing) .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.42s cubic-bezier(.165,.84,.44,1), padding 0.42s cubic-bezier(.165,.84,.44,1);
        }
:where(.landing) .faq-item.active .faq-answer { max-height: 500px; }
:where(.landing) .faq-answer p {
            padding-bottom: 1.5rem;
            font-size: 1rem;
            color: #696969;
            line-height: 1.6;
        }
/* ========== CTA FINAL ========== */
:where(.landing) .cta-final {
            background: #4a154b;
            color: #fff;
            text-align: center;
            padding: 5rem 0 4rem;
        }
:where(.landing) .cta-final .h2-section { color: #fff; margin-bottom: 1rem; }
:where(.landing) .cta-final p { color: rgba(255,255,255,0.8); max-width: 36rem; margin: 0 auto 2.5rem; font-size: 1.125rem; }
:where(.landing) .cta-final-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.landing) .grid-2 { grid-template-columns: repeat(2, 1fr); }
    :where(.landing) .grid-4 { grid-template-columns: repeat(2, 1fr); }
    :where(.landing) .features-bento { grid-template-columns: repeat(2, 1fr); }
    :where(.landing) .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.landing) .screenshots-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.landing) .roadmap-grid { grid-template-columns: repeat(3, 1fr); }
    :where(.landing) .steps { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    :where(.landing) .container { padding: 0 4vw; }
    :where(.landing) .section { padding: 5rem 0; }
    :where(.landing) .hero { padding: 7rem 0 5rem; }
}
@media (min-width: 1024px) {
    :where(.landing) .container { padding: 0; }
    :where(.landing) .grid-3 { grid-template-columns: repeat(3, 1fr); }
    :where(.landing) .grid-4 { grid-template-columns: repeat(4, 1fr); }
    :where(.landing) .features-bento { grid-template-columns: repeat(3, 1fr); }
    :where(.landing) .features-bento .feature-card { grid-column: span 1; }
    :where(.landing) .pricing-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---- index.php: componente extrase din inline style (fără schimbări vizuale) ---- */

/* Secțiunea „Listă de așteptare" (#waitlist) */
:where(.landing) .wl-section { background: linear-gradient(135deg, #f9f5fa 0%, #f0e8f2 50%, #e8dcea 100%); padding: 80px 0; }
:where(.landing) .wl-inner { max-width: 640px; text-align: center; }
:where(.landing) .wl-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #611f69; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 20px; }
:where(.landing) .wl-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; margin-bottom: 12px; color: #1d1c1d; }
:where(.landing) .wl-lead { font-size: 1.0625rem; color: #555; margin-bottom: 32px; line-height: 1.6; }
:where(.landing) .wl-success { display: none; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 16px; padding: 40px 24px; margin-bottom: 24px; }
:where(.landing) .wl-success-ico { width: 56px; height: 56px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
:where(.landing) .wl-success-title { font-size: 1.25rem; font-weight: 700; color: #166534; margin-bottom: 8px; }
:where(.landing) .wl-success-msg { color: #555; font-size: 0.9375rem; }
:where(.landing) .wl-form { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 24px rgba(97,31,105,0.08); text-align: left; }
:where(.landing) .wl-hp { position: absolute; left: -9999px; opacity: 0; }
:where(.landing) .wl-field { margin-bottom: 16px; }
:where(.landing) .wl-field.gap-20 { margin-bottom: 20px; }
:where(.landing) .wl-field.gap-24 { margin-bottom: 24px; }
:where(.landing) .wl-label { display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: 4px; color: #1d1c1d; }
:where(.landing) .wl-req { color: #dc3545; }
:where(.landing) .wl-input { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 10px; font-size: 0.9375rem; font-family: inherit; transition: border-color 0.2s; }
:where(.landing) .wl-gdpr { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 0.8125rem; color: #555; line-height: 1.5; }
:where(.landing) .wl-gdpr input { accent-color: #611f69; margin-top: 3px; flex-shrink: 0; }
:where(.landing) .wl-gdpr a { color: #611f69; text-decoration: underline; }
:where(.landing) .wl-error { display: none; background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; border-radius: 8px; padding: 12px 16px; font-size: 0.875rem; margin-bottom: 16px; }
:where(.landing) .wl-submit { width: 100%; padding: 14px 24px; background: #611f69; color: #fff; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s; }
:where(.landing) .wl-trust { display: flex; justify-content: center; gap: 24px; margin-top: 20px; font-size: 0.8125rem; color: #999; }
:where(.landing) .wl-trust span { display: flex; align-items: center; gap: 4px; }

/* Mockup „mac window" — pastile colorate */
:where(.landing) .mock-dot.is-red { background: #ff5f56; }
:where(.landing) .mock-dot.is-yellow { background: #ffbd2e; }
:where(.landing) .mock-dot.is-green { background: #27c93f; }

/* Secțiunea „Totul într-o aplicație" — listă flow */
:where(.landing) .flow-list { display: flex; flex-direction: column; gap: 1.5rem; }
:where(.landing) .flow-item { display: flex; gap: 1rem; align-items: flex-start; }
:where(.landing) .flow-ico { min-width: 40px; height: 40px; border-radius: 8px; background: rgba(97,31,105,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
:where(.landing) .flow-item strong { color: #1d1c1d; }
:where(.landing) .flow-item p { color: #696969; margin: 4px 0 0; font-size: 0.95rem; }

/* Card „Aplicația crește cu tine" */
:where(.landing) .grow-card { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 0 2rem rgba(0,0,0,0.06); }
:where(.landing) .grow-card-title { font-size: 1.5rem; font-weight: 700; color: #1d1c1d; margin-bottom: 0.5rem; letter-spacing: -0.01em; }
:where(.landing) .grow-card-lead { color: #696969; margin-bottom: 1.5rem; }
:where(.landing) .grow-list { display: flex; flex-direction: column; gap: 1rem; }
:where(.landing) .grow-item { padding: 1rem; border: 1px solid #ebeaeb; border-radius: 8px; display: flex; gap: 0.75rem; align-items: flex-start; }
:where(.landing) .grow-item strong { color: #1d1c1d; font-size: 0.9rem; }
:where(.landing) .grow-item p { color: #696969; font-size: 0.85rem; margin: 4px 0 0; }
:where(.landing) .grow-link { display: inline-flex; align-items: center; gap: 8px; color: #611f69; font-weight: 700; font-size: 0.9rem; text-decoration: none; padding: 10px 0; }

/* Notă preț „Early Bird" */
:where(.landing) .pricing-note.earlybird { margin-top: 12px; background: linear-gradient(135deg, #fef3c7, #fde68a); border: 1px solid #f59e0b; color: #92400e; }

/* Override footer pe landing + keyframe spinner listă de așteptare */
body:where(.landing) .site-footer { margin-top: 0; }
@keyframes wlSpin { to { transform: rotate(360deg); } }

/* Secțiune „extensie a activității" + captions mockup */
:where(.landing) .bg-cream { background: #f4ede4; }
:where(.landing) .flow-intro { max-width: 42rem; margin: 0 auto; }
:where(.landing) .flow-grid { gap: 2rem; align-items: start; }
:where(.landing) .mock-cap-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
:where(.landing) .mock-cap-row .mock-label { margin: 0; }
:where(.landing) .mock-sold { font-size: 0.82rem; font-weight: 700; color: #1d1c1d; }
:where(.landing) .mock-sold .pos { color: #1a7a50; }
:where(.landing) .mock-label.spaced { margin-top: 0.75rem; }
:where(.landing) .mock-foot { margin-top: 0.875rem; text-align: center; }
:where(.landing) .grow-ico { width: 20px; height: 20px; color: #611f69; flex-shrink: 0; margin-top: 2px; }

/* ============================================================
   PRETURI (preturi.php) — scope: :where(.preturi)
   ============================================================ */
body:where(.preturi) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.preturi) img { max-width: 100%; height: auto; display: block; }
:where(.preturi) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.preturi) a:hover { color: #611f69; }
:where(.preturi) ul, :where(.preturi) ol { list-style: none; }
:where(.preturi) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.preturi) h1, :where(.preturi) h2, :where(.preturi) h3, :where(.preturi) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.preturi) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.preturi) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.preturi) .text-small { font-size: 0.875rem; line-height: 1.429; }
:where(.preturi) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.preturi) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.preturi) .section {
            padding: 3rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.preturi) .section:first-of-type { border-top: none; }
:where(.preturi) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.preturi) .section-header .h2-section { margin-bottom: 1rem; }
:where(.preturi) .section-header p { color: #696969; }
/* ========== BUTTONS ========== */
:where(.preturi) .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 19px 40px;
            border-radius: 4px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.057em;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
            white-space: nowrap;
        }
:where(.preturi) .btn-primary { background: #611f69; color: #fff; }
:where(.preturi) .btn-primary:hover { background: #4a154b; color: #fff; }
:where(.preturi) .btn-secondary { background: transparent; color: #611f69; box-shadow: inset 0 0 0 1px #611f69; }
:where(.preturi) .btn-secondary:hover { box-shadow: inset 0 0 0 2px #611f69; color: #611f69; }
:where(.preturi) .btn-white { background: #fff; color: #611f69; }
:where(.preturi) .btn-white:hover { background: #f5f4f5; color: #4a154b; }
:where(.preturi) .btn-sm { padding: 12px 24px; font-size: 0.8125rem; }
/* ========== PAGE HERO ========== */
:where(.preturi) .page-hero {
            padding: 7rem 0 3.5rem;
            background: linear-gradient(135deg, #611f69 0%, #4a154b 100%);
            color: #fff;
            text-align: center;
        }
:where(.preturi) .page-hero h1 { color: #fff; margin-bottom: 1rem; }
:where(.preturi) .page-hero p {
            color: rgba(255,255,255,0.82);
            max-width: 42rem;
            margin: 0 auto 2rem;
            font-size: 1.125rem;
            line-height: 1.6;
        }
:where(.preturi) .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1.25rem;
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 100px;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #fff;
            margin-bottom: 1.5rem;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }
:where(.preturi) .hero-badge i { width: 14px; height: 14px; }
:where(.preturi) .hero-trust {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
            margin-top: 2rem;
            font-size: 0.875rem;
            color: rgba(255,255,255,0.75);
        }
:where(.preturi) .hero-trust span {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
:where(.preturi) .hero-trust span i { width: 14px; height: 14px; color: rgba(255,255,255,0.9); }
/* ========== PRICING TOGGLE ========== */
:where(.preturi) .pricing-toggle-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
        }
:where(.preturi) .pricing-toggle-wrap span {
            font-size: 0.9375rem;
            font-weight: 600;
            color: #696969;
            transition: color 0.3s ease;
        }
:where(.preturi) .pricing-toggle-wrap span.active { color: #1d1c1d; }
:where(.preturi) .toggle-switch {
            position: relative;
            width: 52px;
            height: 28px;
            background: #ebeaeb;
            border-radius: 14px;
            cursor: pointer;
            transition: background 0.3s ease;
            flex-shrink: 0;
        }
:where(.preturi) .toggle-switch.active { background: #611f69; }
:where(.preturi) .toggle-switch::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 22px;
            height: 22px;
            background: #fff;
            border-radius: 50%;
            transition: transform 0.3s ease;
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        }
:where(.preturi) .toggle-switch.active::after { transform: translateX(24px); }
:where(.preturi) .pricing-save-badge {
            display: inline-flex;
            padding: 0.25rem 0.75rem;
            background: #e8f5e9;
            color: #2eb67d;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 100px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
/* ========== PRICING GRID ========== */
:where(.preturi) .pricing-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            align-items: stretch;
        }
/* Suprafata comuna carduri (dedup intern pagina): pricing-card / link-card */
:where(.preturi) .pricing-card, :where(.preturi) .link-card {
            background: #fff;
            border: 1px solid #ebeaeb;
            border-radius: 8px;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
        }
:where(.preturi) .pricing-card {
            padding: 2.5rem 2rem;
            display: flex;
            flex-direction: column;
            position: relative;
        }
:where(.preturi) .pricing-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
        }
:where(.preturi) .pricing-card.recommended {
            border-color: #611f69;
            border-width: 2px;
            box-shadow: 0 4px 24px rgba(97,31,105,0.12);
        }
:where(.preturi) .pricing-badge {
            position: absolute;
            top: -13px;
            left: 50%;
            transform: translateX(-50%);
            padding: 0.25rem 1rem;
            background: #611f69;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 100px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            white-space: nowrap;
        }
:where(.preturi) .pricing-card h3 {
            font-size: 1.375rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
:where(.preturi) .pricing-card-desc {
            font-size: 0.9rem;
            color: #696969;
            margin-bottom: 1rem;
            line-height: 1.5;
        }
:where(.preturi) .pricing-price {
            font-size: 2.75rem;
            font-weight: 800;
            color: #1d1c1d;
            line-height: 1;
            margin-bottom: 0.25rem;
        }
:where(.preturi) .pricing-price span { font-size: 1rem; font-weight: 500; color: #696969; }
:where(.preturi) .pricing-period {
            font-size: 0.875rem;
            color: #696969;
            margin-bottom: 1.5rem;
        }
:where(.preturi) .pricing-annual-equiv {
            font-size: 0.8125rem;
            color: #2eb67d;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }
:where(.preturi) .pricing-features {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            margin-bottom: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid #ebeaeb;
        }
:where(.preturi) .pricing-feature {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.5;
        }
:where(.preturi) .pricing-feature i { width: 18px; height: 18px; color: #2eb67d; flex-shrink: 0; margin-top: 2px; }
:where(.preturi) .pricing-feature.heading {
            font-weight: 600;
            color: #1d1c1d;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            margin-top: 0.5rem;
        }
:where(.preturi) .pricing-feature.heading i { color: #611f69; }
:where(.preturi) .pricing-note {
            text-align: center;
            margin-top: 2rem;
            padding: 1.25rem;
            background: #f4ede4;
            border-radius: 8px;
            font-size: 0.9375rem;
            color: #1d1c1d;
        }
:where(.preturi) .pricing-note strong { color: #611f69; }
/* ========== COMPARE TABLE ========== */
:where(.preturi) .compare-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9375rem;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #ebeaeb;
        }
:where(.preturi) .compare-table thead tr {
            background: #611f69;
            color: #fff;
        }
:where(.preturi) .compare-table th {
            padding: 1rem 1.25rem;
            text-align: left;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.02em;
        }
:where(.preturi) .compare-table th:not(:first-child) { text-align: center; }
:where(.preturi) .compare-table tbody tr {
            border-bottom: 1px solid #ebeaeb;
            transition: background 0.2s;
        }
:where(.preturi) .compare-table tbody tr:nth-child(even) { background: #f8f7f8; }
:where(.preturi) .compare-table tbody tr:hover { background: #f4ede4; }
:where(.preturi) .compare-table tbody tr:last-child { border-bottom: none; }
:where(.preturi) .compare-table td {
            padding: 0.875rem 1.25rem;
            color: #454245;
            vertical-align: middle;
        }
:where(.preturi) .compare-table td:not(:first-child) { text-align: center; }
:where(.preturi) .compare-table .check { color: #2eb67d; }
:where(.preturi) .compare-table .check i { width: 20px; height: 20px; }
:where(.preturi) .compare-table .cross { color: #d1cfd1; }
:where(.preturi) .compare-table .cross i { width: 20px; height: 20px; }
:where(.preturi) .compare-table .highlight-col { background: rgba(97,31,105,0.04); }
:where(.preturi) .compare-table th.highlight-col { background: #4a154b; }
:where(.preturi) .compare-table .row-header {
            font-weight: 700;
            font-size: 0.8125rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: #1d1c1d;
            background: #f4ede4;
            padding: 0.625rem 1.25rem;
        }
:where(.preturi) .compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* ========== FAQ ========== */
:where(.preturi) .faq-list { max-width: 48rem; margin: 0 auto; }
:where(.preturi) .faq-item { border-bottom: 1px solid #ebeaeb; }
:where(.preturi) .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 1.5rem 0;
            font-size: 1.0625rem;
            font-weight: 600;
            color: #1d1c1d;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
            gap: 1rem;
        }
:where(.preturi) .faq-question i {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            transition: transform 0.42s cubic-bezier(.165,.84,.44,1);
            color: #696969;
        }
:where(.preturi) .faq-item.active .faq-question i { transform: rotate(180deg); }
:where(.preturi) .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.42s cubic-bezier(.165,.84,.44,1);
        }
:where(.preturi) .faq-item.active .faq-answer { max-height: 500px; }
:where(.preturi) .faq-answer p {
            padding-bottom: 1.5rem;
            font-size: 1rem;
            color: #696969;
            line-height: 1.6;
        }
/* ========== INTERNAL LINKS SECTION ========== */
:where(.preturi) .link-cards {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
:where(.preturi) .link-card {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            padding: 1.5rem;
            text-decoration: none;
            color: inherit;
        }
:where(.preturi) .link-card:hover {
            border-color: #611f69;
            box-shadow: 0 4px 24px rgba(97,31,105,0.08);
            color: inherit;
            transform: translateY(-2px);
        }
:where(.preturi) .link-card-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }
:where(.preturi) .link-card-icon i { width: 24px; height: 24px; color: #fff; }
:where(.preturi) .link-card h3 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
        }
:where(.preturi) .link-card p { font-size: 0.875rem; color: #696969; line-height: 1.5; margin: 0; }
:where(.preturi) .link-card-arrow { margin-left: auto; flex-shrink: 0; padding-top: 0.125rem; }
:where(.preturi) .link-card-arrow i { width: 20px; height: 20px; color: #611f69; }
/* ========== CTA FINAL ========== */
:where(.preturi) .cta-final {
            background: #4a154b;
            color: #fff;
            text-align: center;
            padding: 5rem 0 4rem;
        }
:where(.preturi) .cta-final .h2-section { color: #fff; margin-bottom: 1rem; }
:where(.preturi) .cta-final p { color: rgba(255,255,255,0.8); max-width: 36rem; margin: 0 auto 2.5rem; font-size: 1.125rem; }
:where(.preturi) .cta-final-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
:where(.preturi) .cta-trust {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
            margin-top: 2rem;
            font-size: 0.875rem;
            color: rgba(255,255,255,0.65);
        }
:where(.preturi) .cta-trust span {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
:where(.preturi) .cta-trust span i { width: 14px; height: 14px; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.preturi) .link-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    :where(.preturi) .container { padding: 0 4vw; }
    :where(.preturi) .section { padding: 5rem 0; }
    :where(.preturi) .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    :where(.preturi) .container { padding: 0; }
    :where(.preturi) .pricing-grid { grid-template-columns: repeat(3, 1fr); }
    :where(.preturi) .navbar-links { display: flex; }
    :where(.preturi) .navbar-actions { display: flex; }
    :where(.preturi) .navbar-hamburger { display: none; }
    :where(.preturi) .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
    :where(.preturi) .footer-bottom { flex-direction: row; justify-content: space-between; }
}

/* ---- preturi.php: componente extrase din inline style (fara schimbari vizuale) ---- */
:where(.preturi) .section.bg-soft { background: #f8f7f8; }
:where(.preturi) .section.bg-cream { background: #f4ede4; }
:where(.preturi) .compare-table thead th:first-child { width: 34%; }
:where(.preturi) .compare-table thead small { font-weight: 400; opacity: 0.85; }
:where(.preturi) .compare-table td.price-strong { font-weight: 800; color: #611f69; }
:where(.preturi) .link-card-icon.is-efactura { background: #1e88e5; }
:where(.preturi) .link-card-icon.is-copsi { background: #7b1fa2; }
:where(.preturi) .link-card-icon.is-programari { background: #00897b; }
:where(.preturi) .btn-secondary.btn-ghost-light { color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5); }

/* ============================================================
   BLOG (blog.php) — scope: :where(.blog)
   ============================================================ */
body:where(.blog) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1rem;
            line-height: 1.6;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
        }
:where(.blog) a { color: #1264a3; text-decoration: none; transition: color 0.3s; }
:where(.blog) a:hover { color: #611f69; }
:where(.blog) img { max-width: 100%; height: auto; display: block; }
/* Container */
:where(.blog) .container { max-width: 76.875rem; margin: 0 auto; padding: 0 8vw; }
@media (min-width: 768px) {
    :where(.blog) .container { padding: 0 4vw; }
}
/* Hero */
:where(.blog) .blog-hero {
            padding: 120px 0 40px; background: linear-gradient(135deg, #f9f5fa 0%, #f0e8f2 100%);
            border-bottom: 1px solid #ebeaeb;
        }
:where(.blog) .blog-hero h1 { font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem); font-weight: 700; color: #1d1c1d; margin-bottom: 0.5rem; }
:where(.blog) .blog-hero p { color: #696969; font-size: 1.125rem; }
/* Layout */
:where(.blog) .blog-layout {
            display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0 3rem;
        }
@media (min-width: 768px) {
    :where(.blog) .blog-layout { grid-template-columns: 1fr 280px; }
}
/* Category tabs */
:where(.blog) .category-tabs {
            display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; margin-bottom: 2rem;
        }
:where(.blog) .category-tab {
            padding: 8px 16px; border-radius: 20px; font-size: 0.875rem; font-weight: 500;
            color: #696969; background: #f5f4f5; text-decoration: none; transition: all 0.3s;
        }
:where(.blog) .category-tab:hover { background: #f0e8f2; color: #611f69; }
:where(.blog) .category-tab.active { background: #611f69; color: #fff; }
/* Post cards */
        /* Suprafata comuna carduri (dedup intern pagina): post-card / sidebar-widget */
:where(.blog) .post-card, :where(.blog) .sidebar-widget {
            background: #fff; border: 1px solid #ebeaeb; border-radius: 12px;
        }
:where(.blog) .post-card {
            display: flex; flex-direction: column; overflow: hidden; transition: all 0.3s;
        }
:where(.blog) .post-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
:where(.blog) .post-card-image {
            width: 100%; height: 200px; object-fit: cover; background: #f5f4f5;
        }
:where(.blog) .post-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
:where(.blog) .post-card-meta {
            display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem;
            font-size: 0.8125rem; color: #696969;
        }
:where(.blog) .post-card-category {
            background: #f0e8f2; color: #611f69; padding: 3px 10px; border-radius: 12px;
            font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.02em;
        }
:where(.blog) .post-card h2 {
            font-size: 1.25rem; font-weight: 700; color: #1d1c1d; margin-bottom: 0.5rem;
            line-height: 1.3;
        }
:where(.blog) .post-card h2 a { color: inherit; text-decoration: none; }
:where(.blog) .post-card h2 a:hover { color: #611f69; }
:where(.blog) .post-card-excerpt { color: #696969; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
:where(.blog) .post-card-footer {
            display: flex; align-items: center; gap: 1rem; font-size: 0.8125rem; color: #999;
        }
:where(.blog) .post-card-footer span { display: flex; align-items: center; gap: 4px; }
:where(.blog) .posts-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) {
    :where(.blog) .posts-grid { grid-template-columns: repeat(2, 1fr); }
}
/* Sidebar */
:where(.blog) .blog-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
:where(.blog) .sidebar-widget {
            padding: 1.5rem;
        }
:where(.blog) .sidebar-widget h3 {
            font-size: 1rem; font-weight: 700; margin-bottom: 1rem;
            padding-bottom: 0.75rem; border-bottom: 2px solid #f0e8f2;
        }
:where(.blog) .sidebar-cat-list { list-style: none; }
:where(.blog) .sidebar-cat-list li { margin-bottom: 0.5rem; }
:where(.blog) .sidebar-cat-list a {
            display: flex; justify-content: space-between; align-items: center;
            color: #1d1c1d; font-size: 0.9375rem; padding: 6px 0;
        }
:where(.blog) .sidebar-cat-list a:hover { color: #611f69; }
:where(.blog) .sidebar-cat-count {
            background: #f5f4f5; color: #696969; padding: 2px 8px; border-radius: 10px;
            font-size: 0.75rem; font-weight: 600;
        }
/* Pagination */
:where(.blog) .pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
:where(.blog) .pagination a, :where(.blog) .pagination span {
            display: inline-flex; align-items: center; justify-content: center;
            min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px;
            font-size: 0.875rem; font-weight: 600; text-decoration: none;
            border: 1px solid #ebeaeb; color: #1d1c1d; transition: all 0.3s;
        }
:where(.blog) .pagination a:hover { border-color: #611f69; color: #611f69; }
:where(.blog) .pagination .active { background: #611f69; color: #fff; border-color: #611f69; }
/* Empty state */
:where(.blog) .empty-state {
            text-align: center; padding: 3rem 1.5rem; color: #696969;
        }
:where(.blog) .empty-state i { margin-bottom: 1rem; color: #ccc; }

/* ---- blog.php: componente extrase din inline style (fara schimbari vizuale) ---- */
.icon-40 { width: 40px; height: 40px; }
.icon-48 { width: 48px; height: 48px; }
:where(.blog) .empty-state h3 { margin-bottom: 0.5rem; color: #1d1c1d; }
:where(.blog) .post-card-image.is-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f0e8f2, #e8dcea); }
:where(.blog) .post-card-image.is-placeholder .ph-icon { color: #611f69; opacity: 0.3; }
:where(.blog) .sidebar-widget.is-taxe { background: linear-gradient(135deg, #1a7f64, #2ea888); color: #fff; border: none; }
:where(.blog) .sidebar-widget.is-cta { background: linear-gradient(135deg, #611f69, #7c3085); color: #fff; border: none; }
:where(.blog) .sidebar-widget.is-taxe h3, :where(.blog) .sidebar-widget.is-cta h3 { color: #fff; border-color: rgba(255,255,255,0.2); }
:where(.blog) .sidebar-widget.is-taxe h3 { display: flex; align-items: center; gap: 8px; }
:where(.blog) .sidebar-widget.is-taxe h3 .wtaxe-icon { flex-shrink: 0; }
:where(.blog) .sidebar-widget.is-taxe p, :where(.blog) .sidebar-widget.is-cta p { font-size: 0.9375rem; margin-bottom: 1rem; opacity: 0.9; }
:where(.blog) .sidebar-widget .btn-taxe { background: #fff; color: #1a7f64; width: 100%; font-size: 0.8125rem; font-weight: 700; }
:where(.blog) .sidebar-widget .btn-cta-white { background: #fff; color: #611f69; width: 100%; font-size: 0.8125rem; }

/* ============================================================
   BLOG-POST (blog-post.php) — scope: :where(.blog-post)
   ============================================================ */
body:where(.blog-post) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1rem; line-height: 1.6; color: #1d1c1d; background: #fff;
            -webkit-font-smoothing: antialiased;
        }
:where(.blog-post) a { color: #1264a3; text-decoration: none; transition: color 0.3s; }
:where(.blog-post) a:hover { color: #611f69; }
:where(.blog-post) img { max-width: 100%; height: auto; display: block; }
/* Container */
:where(.blog-post) .container { max-width: 76.875rem; margin: 0 auto; padding: 0 8vw; }
@media (min-width: 768px) {
    :where(.blog-post) .container { padding: 0 4vw; }
}
/* Article header */
:where(.blog-post) .article-header {
            padding: 100px 0 40px;
            background: linear-gradient(135deg, #f9f5fa 0%, #f0e8f2 100%);
            border-bottom: 1px solid #ebeaeb;
        }
:where(.blog-post) .article-header .breadcrumb {
            font-size: 0.875rem; color: #696969; margin-bottom: 1rem;
        }
:where(.blog-post) .article-header .breadcrumb a { color: #611f69; }
:where(.blog-post) .article-header h1 {
            font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem); font-weight: 700;
            line-height: 1.25; margin-bottom: 1rem;
        }
:where(.blog-post) .article-meta {
            display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
            font-size: 0.875rem; color: #696969;
        }
:where(.blog-post) .article-meta span { display: flex; align-items: center; gap: 4px; }
:where(.blog-post) .article-category {
            background: #611f69; color: #fff; padding: 4px 12px; border-radius: 12px;
            font-weight: 600; font-size: 0.75rem; text-transform: uppercase;
        }
/* Layout */
:where(.blog-post) .article-layout {
            display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0 3rem;
        }
@media (min-width: 768px) {
    :where(.blog-post) .article-layout { grid-template-columns: 1fr 280px; }
}
/* Article content */
:where(.blog-post) .article-content {
            font-size: 1.0625rem; line-height: 1.8; color: #333;
        }
:where(.blog-post) .article-content h2 {
            font-size: 1.5rem; font-weight: 700; margin: 2rem 0 1rem; color: #1d1c1d;
        }
:where(.blog-post) .article-content h3 {
            font-size: 1.25rem; font-weight: 700; margin: 1.5rem 0 0.75rem; color: #1d1c1d;
        }
:where(.blog-post) .article-content p { margin-bottom: 1.25rem; }
:where(.blog-post) .article-content ul, :where(.blog-post) .article-content ol {
            margin: 1rem 0; padding-left: 1.5rem;
        }
:where(.blog-post) .article-content li { margin-bottom: 0.5rem; }
:where(.blog-post) .article-content blockquote {
            border-left: 4px solid #611f69; padding: 12px 20px; margin: 1.5rem 0;
            background: #f9f5fa; color: #555; font-style: italic; border-radius: 0 8px 8px 0;
        }
:where(.blog-post) .article-content img { border-radius: 8px; margin: 1.5rem 0; }
:where(.blog-post) .article-content a { color: #611f69; text-decoration: underline; }
:where(.blog-post) .article-content strong { color: #1d1c1d; }
/* Cover image */
:where(.blog-post) .article-cover {
            width: 100%; max-height: 400px; object-fit: cover; border-radius: 12px;
            margin-bottom: 2rem;
        }
/* Email gate */
:where(.blog-post) .email-gate-overlay {
            position: relative; margin: 2rem 0;
        }
:where(.blog-post) .email-gate-blur {
            filter: blur(6px); user-select: none; pointer-events: none; max-height: 200px;
            overflow: hidden; opacity: 0.5;
        }
:where(.blog-post) .email-gate-form {
            background: linear-gradient(135deg, #611f69, #7c3085); color: #fff;
            padding: 2rem; border-radius: 12px; text-align: center; margin-top: -60px;
            position: relative; z-index: 10;
        }
:where(.blog-post) .email-gate-form h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
:where(.blog-post) .email-gate-form p { opacity: 0.9; margin-bottom: 1rem; font-size: 0.9375rem; }
:where(.blog-post) .email-gate-input {
            display: flex; gap: 0.5rem; max-width: 400px; margin: 0 auto;
        }
:where(.blog-post) .email-gate-input input {
            flex: 1; padding: 12px 16px; border: 2px solid rgba(255,255,255,0.3);
            border-radius: 8px; background: rgba(255,255,255,0.15); color: #fff;
            font-size: 1rem; outline: none;
        }
:where(.blog-post) .email-gate-input input::placeholder { color: rgba(255,255,255,0.6); }
:where(.blog-post) .email-gate-input input:focus { border-color: #fff; }
:where(.blog-post) .email-gate-input button {
            padding: 12px 24px; background: #fff; color: #611f69; border: none;
            border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 0.875rem;
            white-space: nowrap;
        }
:where(.blog-post) .email-gate-input button:hover { background: #f5f4f5; }
/* Comments */
:where(.blog-post) .comments-section {
            margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #ebeaeb;
        }
:where(.blog-post) .comments-section h3 { font-size: 1.25rem; margin-bottom: 1.5rem; }
:where(.blog-post) .comment-item {
            padding: 1.25rem; background: #f9f9f9; border-radius: 10px; margin-bottom: 1rem;
        }
:where(.blog-post) .comment-header {
            display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem;
        }
:where(.blog-post) .comment-avatar {
            width: 36px; height: 36px; border-radius: 50%; background: #611f69; color: #fff;
            display: flex; align-items: center; justify-content: center; font-weight: 700;
            font-size: 0.875rem;
        }
:where(.blog-post) .comment-name { font-weight: 600; color: #1d1c1d; }
:where(.blog-post) .comment-date { font-size: 0.8125rem; color: #999; }
:where(.blog-post) .comment-body { font-size: 0.9375rem; line-height: 1.6; color: #555; }
:where(.blog-post) .comment-form { margin-top: 2rem; }
:where(.blog-post) .comment-form .form-group { margin-bottom: 1rem; }
:where(.blog-post) .comment-form label { display: block; font-weight: 600; margin-bottom: 0.25rem; font-size: 0.9375rem; }
:where(.blog-post) .comment-form input, :where(.blog-post) .comment-form textarea {
            width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px;
            font-family: inherit; font-size: 0.9375rem; transition: border-color 0.3s;
        }
:where(.blog-post) .comment-form input:focus, :where(.blog-post) .comment-form textarea:focus {
            outline: none; border-color: #611f69;
        }
:where(.blog-post) .comment-form textarea { resize: vertical; min-height: 120px; }
:where(.blog-post) .alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 1rem; font-size: 0.9375rem; }
:where(.blog-post) .alert-success { background: #d4edda; color: #155724; }
:where(.blog-post) .alert-error { background: #f8d7da; color: #721c24; }
/* Sidebar */
:where(.blog-post) .blog-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
:where(.blog-post) .sidebar-widget {
            background: #fff; border: 1px solid #ebeaeb; border-radius: 12px; padding: 1.5rem;
        }
:where(.blog-post) .sidebar-widget h3 {
            font-size: 1rem; font-weight: 700; margin-bottom: 1rem;
            padding-bottom: 0.75rem; border-bottom: 2px solid #f0e8f2;
        }
:where(.blog-post) .related-post {
            display: flex; gap: 0.75rem; margin-bottom: 1rem; text-decoration: none;
        }
:where(.blog-post) .related-post:last-child { margin-bottom: 0; }
:where(.blog-post) .related-post-img {
            width: 60px; height: 60px; border-radius: 8px; object-fit: cover; flex-shrink: 0;
            background: #f5f4f5;
        }
:where(.blog-post) .related-post-title {
            font-size: 0.875rem; font-weight: 600; color: #1d1c1d; line-height: 1.3;
        }
:where(.blog-post) .related-post:hover .related-post-title { color: #611f69; }
:where(.blog-post) .related-post-date { font-size: 0.75rem; color: #999; margin-top: 4px; }
:where(.blog-post) .sidebar-cat-list { list-style: none; }
:where(.blog-post) .sidebar-cat-list li { margin-bottom: 0.5rem; }
:where(.blog-post) .sidebar-cat-list a {
            display: flex; justify-content: space-between; color: #1d1c1d; font-size: 0.9375rem; padding: 4px 0;
        }
:where(.blog-post) .sidebar-cat-list a:hover { color: #611f69; }
:where(.blog-post) .sidebar-cat-count {
            background: #f5f4f5; color: #696969; padding: 2px 8px; border-radius: 10px; font-size: 0.75rem; font-weight: 600;
        }
:where(.blog-post) .footer-legal a:hover { color: #fff; }
/* Honeypot */
:where(.blog-post) .hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; }

/* ---- blog-post.php: componente extrase din inline style (fara schimbari vizuale) ---- */
.is-hidden { display: none; }
:where(.blog-post) .article-content img { max-width: 100%; border-radius: 8px; margin: 16px 0; }
:where(.blog-post) .comments-section h3 .mc-icon { vertical-align: middle; }
:where(.blog-post) .comments-empty { color: #696969; margin-bottom: 1.5rem; }
:where(.blog-post) .comment-form h4 { margin-bottom: 1rem; }
:where(.blog-post) .comment-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
:where(.blog-post) .form-group small { color: #999; }
:where(.blog-post) .gate-error { color: #ffcdd2; font-size: 0.8125rem; margin-top: 0.5rem; display: none; }
:where(.blog-post) .gate-fineprint { font-size: 0.6875rem; opacity: 0.7; margin-top: 0.75rem; line-height: 1.4; }
:where(.blog-post) .gate-link { color: #fff; text-decoration: underline; }
:where(.blog-post) .sidebar-widget.is-taxe { background: linear-gradient(135deg, #1a7f64, #2ea888); color: #fff; border: none; }
:where(.blog-post) .sidebar-widget.is-cta { background: linear-gradient(135deg, #611f69, #7c3085); color: #fff; border: none; }
:where(.blog-post) .sidebar-widget.is-taxe h3, :where(.blog-post) .sidebar-widget.is-cta h3 { color: #fff; border-color: rgba(255,255,255,0.2); }
:where(.blog-post) .sidebar-widget.is-taxe h3 { display: flex; align-items: center; gap: 8px; }
:where(.blog-post) .sidebar-widget.is-taxe h3 .wtaxe-icon { flex-shrink: 0; }
:where(.blog-post) .sidebar-widget.is-taxe p, :where(.blog-post) .sidebar-widget.is-cta p { font-size: 0.9375rem; margin-bottom: 1rem; opacity: 0.9; }
:where(.blog-post) .sidebar-widget .btn-taxe { background: #fff; color: #1a7f64; width: 100%; font-size: 0.8125rem; font-weight: 700; }
:where(.blog-post) .sidebar-widget .btn-cta-white { background: #fff; color: #611f69; width: 100%; font-size: 0.8125rem; }
:where(.blog-post) .related-post-img.is-placeholder { display: flex; align-items: center; justify-content: center; background: #f0e8f2; }
:where(.blog-post) .related-post-img.is-placeholder .ph-icon { color: #611f69; opacity: 0.3; }

/* ============================================================
   CATALOG (catalog.php) — scope: :where(.catalog)
   ============================================================ */
body:where(.catalog) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1rem;
            line-height: 1.6;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
        }
:where(.catalog) a { color: #1264a3; text-decoration: none; transition: color 0.3s; }
:where(.catalog) a:hover { color: #611f69; }
:where(.catalog) img { max-width: 100%; height: auto; display: block; }
/* Container */
:where(.catalog) .container { max-width: 76.875rem; margin: 0 auto; padding: 0 8vw; }
@media (min-width: 768px) {
    :where(.catalog) .container { padding: 0 4vw; }
}
/* Hero */
:where(.catalog) .catalog-hero {
            padding: 120px 0 40px;
            background: linear-gradient(135deg, #f9f5fa 0%, #f0e8f2 100%);
            border-bottom: 1px solid #ebeaeb;
        }
:where(.catalog) .catalog-hero h1 {
            font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
            font-weight: 700; color: #1d1c1d; margin-bottom: 0.5rem;
        }
:where(.catalog) .catalog-hero p { color: #696969; font-size: 1.125rem; margin-bottom: 1.5rem; }
/* Filters */
:where(.catalog) .catalog-filters {
            display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: flex-end;
        }
:where(.catalog) .filter-group { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; min-width: 180px; }
:where(.catalog) .filter-group label {
            font-size: 0.75rem; font-weight: 600; color: #696969;
            text-transform: uppercase; letter-spacing: 0.04em;
        }
:where(.catalog) .filter-group select, :where(.catalog) .filter-group input {
            padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px;
            font-size: 0.9375rem; font-family: inherit; background: #fff;
            transition: border-color 0.3s; outline: none; width: 100%;
        }
:where(.catalog) .filter-group select:focus, :where(.catalog) .filter-group input:focus { border-color: #611f69; }
:where(.catalog) .filter-actions { display: flex; gap: 0.5rem; align-items: flex-end; }
:where(.catalog) .btn-filter {
            padding: 10px 20px; border-radius: 8px; font-size: 0.875rem; font-weight: 600;
            border: none; cursor: pointer; font-family: inherit; transition: all 0.3s;
        }
:where(.catalog) .btn-filter-primary { background: #611f69; color: #fff; }
:where(.catalog) .btn-filter-primary:hover { background: #4a154b; }
:where(.catalog) .btn-filter-reset {
            background: transparent; color: #696969; border: 1px solid #ddd;
        }
:where(.catalog) .btn-filter-reset:hover { border-color: #999; color: #1d1c1d; }
/* E1: Trust badges + card upgrades */
:where(.catalog) .catalog-trust { display:flex; gap:20px; justify-content:center; margin-top:12px; flex-wrap:wrap; }
:where(.catalog) .catalog-trust span { font-size:0.85rem; opacity:0.9; }
:where(.catalog) .profile-card--link { cursor:pointer; }
/* Map section */
:where(.catalog) .map-section {
            padding: 2rem 0 1rem;
        }
:where(.catalog) .map-container {
            background: #f9f5fa; border-radius: 12px; padding: 1.5rem;
            border: 1px solid #ebeaeb; position: relative; overflow: hidden;
        }
:where(.catalog) .map-container h3 {
            font-size: 1rem; font-weight: 600; color: #696969; margin-bottom: 1rem;
        }
:where(.catalog) .map-svg-wrap {
            max-width: 600px; margin: 0 auto;
        }
:where(.catalog) .map-svg-wrap svg { width: 100%; height: auto; }
:where(.catalog) .map-dot {
            cursor: pointer; transition: all 0.3s;
        }
:where(.catalog) .map-dot:hover { opacity: 0.7; }
:where(.catalog) .map-dot-ring {
            fill: none; stroke: #611f69; stroke-width: 2; opacity: 0;
            transition: opacity 0.3s;
        }
:where(.catalog) .map-dot:hover .map-dot-ring { opacity: 0.4; }
:where(.catalog) .map-tooltip {
            position: absolute; background: #1d1c1d; color: #fff;
            padding: 6px 12px; border-radius: 6px; font-size: 0.8125rem;
            font-weight: 600; pointer-events: none; opacity: 0;
            transition: opacity 0.2s; z-index: 10; white-space: nowrap;
            transform: translate(-50%, -100%); margin-top: -8px;
        }
:where(.catalog) .map-tooltip::after {
            content: ''; position: absolute; top: 100%; left: 50%;
            transform: translateX(-50%); border: 5px solid transparent;
            border-top-color: #1d1c1d;
        }
/* Results info */
:where(.catalog) .results-info {
            display: flex; justify-content: space-between; align-items: center;
            padding: 1.5rem 0 1rem; flex-wrap: wrap; gap: 0.5rem;
        }
:where(.catalog) .results-count { font-size: 0.9375rem; color: #696969; }
:where(.catalog) .results-count strong { color: #1d1c1d; }
/* Profile cards — 3-column grid */
:where(.catalog) .profiles-grid {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
            padding-bottom: 2rem;
        }
@media (max-width: 900px) {
    :where(.catalog) .profiles-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    :where(.catalog) .profiles-grid { grid-template-columns: 1fr; }
}
:where(.catalog) .profile-card {
            background: #fff; border: 1px solid #ebe8ed; border-radius: 16px;
            padding: 1.375rem; display: flex; flex-direction: column; gap: 0;
            position: relative; overflow: hidden;
            transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
        }
:where(.catalog) .profile-card:hover {
            box-shadow: 0 10px 36px rgba(97,31,105,0.12); border-color: #c9a8d4;
            transform: translateY(-3px);
        }
/* avatar centrat sus */
:where(.catalog) .profile-card-avatar-wrap {
            display: flex; justify-content: space-between; align-items: flex-start;
            margin-bottom: 1rem;
        }
:where(.catalog) .profile-avatar {
            width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
            background: linear-gradient(135deg, #8b47cc 0%, #611f69 100%);
            display: flex; align-items: center; justify-content: center;
            color: #fff; font-size: 1.5rem; font-weight: 700; letter-spacing: 0.02em;
            box-shadow: 0 4px 14px rgba(97,31,105,0.30); overflow: hidden;
        }
:where(.catalog) .profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
:where(.catalog) .card-rating {
            display: inline-flex; align-items: center; gap: 3px;
            font-size: 0.78rem; font-weight: 600; color: #b45309;
            background: #fef9ee; border: 1px solid #fde68a;
            padding: 4px 9px; border-radius: 20px; white-space: nowrap; align-self: flex-start;
        }
:where(.catalog) .card-rating__count { color: #aaa; font-weight: 400; margin-left: 1px; }
:where(.catalog) .profile-card-name { margin-bottom: 0.5rem; }
:where(.catalog) .profile-card-name h3 {
            font-size: 1.05rem; font-weight: 700; color: #1d1c1d; margin: 0; line-height: 1.3;
        }
:where(.catalog) .card-subtitle {
            font-size: 0.775rem; color: #8a6892; margin-top: 3px; font-style: italic;
        }
:where(.catalog) .card-bio {
            font-size: 0.845rem; color: #555; line-height: 1.65; margin: 0 0 0.75rem;
            display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
            flex: 1;
        }
:where(.catalog) .profile-badges {
            display: flex; flex-wrap: wrap; gap: 0.3rem; margin-bottom: 0.75rem;
        }
:where(.catalog) .profile-badge {
            background: #f5f0f8; color: #7c3aed; border: 1px solid #e2d4f0;
            padding: 3px 10px; border-radius: 20px;
            font-size: 0.7rem; font-weight: 600; letter-spacing: 0.02em;
        }
:where(.catalog) .profile-badge--more { background: #f4f4f4; color: #999; border-color: #e0e0e0; }
:where(.catalog) .card-meta {
            display: flex; flex-direction: column; gap: 0.3rem;
            font-size: 0.8rem; color: #777; margin-bottom: 0.875rem;
        }
:where(.catalog) .card-meta-item { display: flex; align-items: center; gap: 5px; }
:where(.catalog) .session-chips { display: flex; gap: 0.3rem; flex-wrap: wrap; margin-bottom: 1rem; }
:where(.catalog) .session-chip {
            display: inline-flex; align-items: center; gap: 4px;
            padding: 4px 10px; border-radius: 20px;
            font-size: 0.7rem; font-weight: 600;
        }
:where(.catalog) .session-chip--online { background: #d1fae5; color: #065f46; }
:where(.catalog) .session-chip--cabinet { background: #dbeafe; color: #1e40af; }
:where(.catalog) .profile-card-actions {
            display: flex; gap: 0.5rem; margin-top: auto;
        }
:where(.catalog) .btn-card-profil {
            flex: 1; padding: 9px 12px; border-radius: 9px; font-size: 0.8rem; font-weight: 600;
            border: 1.5px solid #611f69; color: #611f69; background: transparent;
            text-decoration: none; text-align: center;
            transition: background 0.2s, color 0.2s;
        }
:where(.catalog) .btn-card-profil:hover { background: #f5f0f8; color: #4e1757; }
:where(.catalog) .btn-card-programare {
            flex: 1; padding: 9px 12px; border-radius: 9px; font-size: 0.8rem; font-weight: 600;
            background: #611f69; color: #fff !important; border: 1.5px solid #611f69;
            text-decoration: none; text-align: center;
            transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
        }
:where(.catalog) .btn-card-programare:hover {
            background: #7c2d8a; border-color: #7c2d8a;
            box-shadow: 0 4px 12px rgba(97,31,105,0.35);
        }
/* Pagination */
:where(.catalog) .pagination { display: flex; justify-content: center; gap: 0.5rem; margin: 1rem 0 2rem; }
:where(.catalog) .pagination a, :where(.catalog) .pagination span {
            display: inline-flex; align-items: center; justify-content: center;
            min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px;
            font-size: 0.875rem; font-weight: 600; text-decoration: none;
            border: 1px solid #ebeaeb; color: #1d1c1d; transition: all 0.3s;
        }
:where(.catalog) .pagination a:hover { border-color: #611f69; color: #611f69; }
:where(.catalog) .pagination .active { background: #611f69; color: #fff; border-color: #611f69; }
/* Empty state */
:where(.catalog) .empty-state {
            text-align: center; padding: 3rem 1.5rem; color: #696969;
            grid-column: 1 / -1;
        }
:where(.catalog) .empty-state i { margin-bottom: 1rem; color: #ccc; }

/* ---- catalog.php: componente extrase din inline style (fara schimbari vizuale) ---- */
:where(.catalog) .filter-group.is-fixed { flex: 0 0 auto; }
:where(.catalog) .filter-group .spacer-label { opacity: 0; user-select: none; pointer-events: none; }
:where(.catalog) .filter-group .checkbox-label { display: flex; align-items: center; gap: 6px; cursor: pointer; white-space: nowrap; font-size: 0.875rem; }
:where(.catalog) .btn-filter .btn-filter-icon { vertical-align: middle; margin-right: 4px; }
:where(.catalog) .empty-state h3 { margin-bottom: 0.5rem; color: #1d1c1d; }
.btn-recruit { display: inline-block; background: #611f69; color: #fff; padding: 12px 28px; border-radius: 8px; font-weight: 600; text-decoration: none; }
:where(.catalog) .empty-state .btn-recruit, :where(.catalog) .empty-state .btn-secondary { margin-top: 1rem; }
:where(.catalog) .profile-card-avatar-wrap { text-decoration: none; display: block; }
:where(.catalog) .profile-card-name > a { text-decoration: none; color: inherit; }
:where(.catalog) .pagination .ellipsis { border: none; min-width: auto; padding: 0 4px; }
:where(.catalog) .catalog-cta { background: #f8f6f9; border-top: 1px solid #eee; padding: 40px 20px; text-align: center; margin-top: 48px; }
:where(.catalog) .catalog-cta h2 { color: #611f69; font-size: 1.3rem; margin-bottom: 8px; }
:where(.catalog) .catalog-cta p { color: #616061; margin-bottom: 20px; }

/* ============================================================
   CATALOG-PROFIL (catalog-profil.php, minisite Nunito) — scope: :where(.catalog-profil)
   ============================================================ */
:where(.catalog-profil) html, body:where(.catalog-profil) { height: 100%; }
body:where(.catalog-profil) {
            font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 0.9375rem;
            line-height: 1.6;
            color: #2d1f35;
            background: #f4f1f8;
            -webkit-font-smoothing: antialiased;
            min-height: 100vh;
        }
:where(.catalog-profil) a { color: #611f69; text-decoration: none; }
:where(.catalog-profil) a:hover { color: #4a154b; }
/* ---- TOP BAR ---- */
:where(.catalog-profil) .cp-topbar {
            position: fixed; top: 0; left: 0; right: 0; z-index: 200;
            background: rgba(255,255,255,0.96); backdrop-filter: blur(10px);
            border-bottom: 1px solid #e8dcea; height: 52px;
        }
:where(.catalog-profil) .cp-topbar-inner {
            max-width: 1200px; margin: 0 auto; height: 100%;
            display: flex; align-items: center; padding: 0 20px; gap: 12px;
        }
:where(.catalog-profil) .cp-topbar-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.9rem; color: #2d1f35; }
:where(.catalog-profil) .cp-topbar-back {
            display: flex; align-items: center; gap: 4px;
            font-size: 0.8rem; font-weight: 500; color: #611f69;
            text-decoration: none; margin-right: 0.75rem;
            opacity: 0.8; transition: opacity 0.2s;
        }
:where(.catalog-profil) .cp-topbar-back:hover { opacity: 1; }
:where(.catalog-profil) .cp-topbar-back svg { width: 14px; height: 14px; }
:where(.catalog-profil) .cp-topbar-avatar {
            width: 30px; height: 30px; border-radius: 8px;
            background: #611f69; color: #fff;
            display: flex; align-items: center; justify-content: center;
            font-size: 0.7rem; font-weight: 700; overflow: hidden; flex-shrink: 0;
        }
:where(.catalog-profil) .cp-topbar-avatar img { width: 100%; height: 100%; object-fit: cover; }
:where(.catalog-profil) .cp-topbar-sep { flex: 1; }
:where(.catalog-profil) .cp-topbar-cta {
            display: none;
            padding: 6px 16px; background: #611f69; color: #fff;
            border-radius: 8px; font-size: 0.8125rem; font-weight: 700;
            transition: background 0.2s;
        }
:where(.catalog-profil) .cp-topbar-cta:hover { background: #4a154b; color: #fff; }
@media (min-width: 768px) {
    :where(.catalog-profil) .cp-topbar-cta { display: inline-flex; align-items: center; gap: 6px; }
}
/* ---- MAIN LAYOUT ---- */
:where(.catalog-profil) .cp-layout {
            display: flex;
            min-height: 100vh;
            padding-top: 52px;
            max-width: 1200px;
            margin: 0 auto;
            gap: 0;
        }
/* ---- SIDEBAR ---- */
:where(.catalog-profil) .cp-sidebar {
            width: 320px;
            flex-shrink: 0;
            padding: 16px 12px 16px 16px;
        }
:where(.catalog-profil) .cp-sidebar-inner {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 2px 12px rgba(97,31,105,0.07);
            padding: 20px 18px;
            position: sticky;
            top: 68px;
        }
/* Avatar */
:where(.catalog-profil) .cp-avatar {
            width: 76px; height: 76px;
            border-radius: 14px; overflow: hidden;
            background: #611f69; color: #fff;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.75rem; font-weight: 700;
            margin-bottom: 12px;
            border: 3px solid #f0e8f2;
        }
:where(.catalog-profil) .cp-avatar img { width: 100%; height: 100%; object-fit: cover; }
:where(.catalog-profil) .cp-name {
            font-size: 1.0625rem; font-weight: 800; color: #2d1f35;
            margin-bottom: 4px; line-height: 1.3;
        }
:where(.catalog-profil) .cp-treapta {
            font-size: 0.8rem; color: #8e44ad; font-weight: 600;
            margin-bottom: 12px;
        }
:where(.catalog-profil) .cp-divider { border: none; border-top: 1px solid #f0e8f2; margin: 12px 0; }
/* Meta items in sidebar */
:where(.catalog-profil) .cp-meta-list { display: flex; flex-direction: column; gap: 7px; margin-bottom: 12px; }
:where(.catalog-profil) .cp-meta-item {
            display: flex; align-items: flex-start; gap: 8px;
            font-size: 0.8125rem; color: #555;
        }
:where(.catalog-profil) .cp-meta-item i { width: 15px; height: 15px; color: #8e44ad; flex-shrink: 0; margin-top: 1px; }
:where(.catalog-profil) .cp-meta-item a { color: #555; }
:where(.catalog-profil) .cp-meta-item a:hover { color: #611f69; }
/* Online badge */
:where(.catalog-profil) .cp-online-badge {
            display: inline-flex; align-items: center; gap: 5px;
            background: #f0fdf4; border: 1px solid #bbf7d0;
            color: #166534; border-radius: 20px;
            font-size: 0.75rem; font-weight: 700;
            padding: 3px 10px; margin-bottom: 10px;
        }
:where(.catalog-profil) .cp-online-badge::before {
            content: ''; width: 7px; height: 7px;
            border-radius: 50%; background: #22c55e;
            animation: cpPulse 2s infinite;
        }
@keyframes cpPulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
/* Chips specializari */
:where(.catalog-profil) .cp-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
:where(.catalog-profil) .cp-chip {
            background: #f0e8f2; color: #611f69;
            border-radius: 20px; padding: 3px 10px;
            font-size: 0.72rem; font-weight: 700;
        }
/* Sidebar CTA */
:where(.catalog-profil) .cp-sidebar-btn {
            display: flex; align-items: center; justify-content: center; gap: 7px;
            width: 100%; padding: 11px 16px;
            background: #611f69; color: #fff;
            border: none; border-radius: 10px;
            font-size: 0.875rem; font-weight: 700;
            font-family: inherit; cursor: pointer;
            transition: background 0.2s, transform 0.15s;
            text-decoration: none; margin-top: 4px;
        }
:where(.catalog-profil) .cp-sidebar-btn:hover { background: #4a154b; color: #fff; transform: translateY(-1px); }
:where(.catalog-profil) .cp-sidebar-btn i { width: 16px; height: 16px; }
/* ---- CONTENT AREA ---- */
:where(.catalog-profil) .cp-content {
            flex: 1;
            min-width: 0;
            padding: 16px 16px 16px 12px;
            display: flex;
            flex-direction: column;
        }
/* ---- TABS ---- */
:where(.catalog-profil) .cp-tabs-wrap {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 2px 12px rgba(97,31,105,0.07);
            overflow: hidden;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
:where(.catalog-profil) .cp-tabs-nav {
            display: flex;
            border-bottom: 2px solid #f0e8f2;
            overflow-x: auto;
            flex-shrink: 0;
            scrollbar-width: none;
        }
:where(.catalog-profil) .cp-tabs-nav::-webkit-scrollbar { display: none; }
:where(.catalog-profil) .cp-tab-btn {
            padding: 13px 18px;
            font-size: 0.875rem; font-weight: 600;
            color: #888; background: none; border: none;
            cursor: pointer; white-space: nowrap;
            border-bottom: 2px solid transparent;
            margin-bottom: -2px;
            font-family: inherit;
            transition: color 0.2s, border-color 0.2s;
            display: flex; align-items: center; gap: 6px;
        }
:where(.catalog-profil) .cp-tab-btn i { width: 15px; height: 15px; }
:where(.catalog-profil) .cp-tab-btn:hover { color: #611f69; }
:where(.catalog-profil) .cp-tab-btn.active { color: #611f69; border-bottom-color: #611f69; }
:where(.catalog-profil) .cp-tab-panels { flex: 1; overflow: hidden; }
:where(.catalog-profil) .cp-tab-panel {
            display: none;
            padding: 20px;
            height: 100%;
            overflow-y: auto;
        }
:where(.catalog-profil) .cp-tab-panel.active { display: block; }
/* Scrollbar for panels */
:where(.catalog-profil) .cp-tab-panel::-webkit-scrollbar { width: 4px; }
:where(.catalog-profil) .cp-tab-panel::-webkit-scrollbar-track { background: transparent; }
:where(.catalog-profil) .cp-tab-panel::-webkit-scrollbar-thumb { background: #e0d4e8; border-radius: 4px; }
/* ---- DESPRE tab ---- */
:where(.catalog-profil) .cp-desc {
            font-size: 0.9rem; line-height: 1.75; color: #3a2a45;
        }
:where(.catalog-profil) .cp-desc h2 { font-size: 1.1rem; font-weight: 700; margin: 1.2rem 0 0.6rem; color: #2d1f35; }
:where(.catalog-profil) .cp-desc h3 { font-size: 1rem; font-weight: 700; margin: 1rem 0 0.5rem; }
:where(.catalog-profil) .cp-desc p { margin-bottom: 0.9rem; }
:where(.catalog-profil) .cp-desc ul { margin: 0.6rem 0; padding-left: 1.4rem; list-style: disc; }
:where(.catalog-profil) .cp-desc li { margin-bottom: 0.35rem; }
:where(.catalog-profil) .cp-desc blockquote {
            border-left: 3px solid #8e44ad;
            padding: 8px 14px; margin: 1rem 0;
            background: #f9f5fa; color: #555;
            font-style: italic; border-radius: 0 8px 8px 0;
        }
:where(.catalog-profil) .cp-desc a { color: #611f69; text-decoration: underline; }
/* Specializari in "Despre" (fallback cand nu e descriere) */
:where(.catalog-profil) .cp-specs-list { display: flex; flex-wrap: wrap; gap: 7px; }
:where(.catalog-profil) .cp-spec-chip {
            display: flex; align-items: center; gap: 6px;
            background: #f0e8f2; color: #611f69;
            border-radius: 20px; padding: 5px 12px;
            font-size: 0.8125rem; font-weight: 600;
        }
:where(.catalog-profil) .cp-spec-chip i { width: 13px; height: 13px; }
/* ---- PROGRAM tab ---- */
:where(.catalog-profil) .cp-schedule { display: flex; flex-direction: column; gap: 0; }
:where(.catalog-profil) .cp-sched-row {
            display: flex; align-items: center; justify-content: space-between;
            padding: 9px 0;
            border-bottom: 1px solid #f4f1f8;
            font-size: 0.875rem;
        }
:where(.catalog-profil) .cp-sched-row:last-child { border-bottom: none; }
:where(.catalog-profil) .cp-sched-day { font-weight: 700; color: #2d1f35; min-width: 90px; display: flex; align-items: center; gap: 6px; }
:where(.catalog-profil) .cp-sched-hours { color: #555; text-align: right; }
:where(.catalog-profil) .cp-sched-row.closed .cp-sched-day { color: #bbb; font-weight: 500; }
:where(.catalog-profil) .cp-sched-row.closed .cp-sched-hours { color: #ccc; font-style: italic; }
:where(.catalog-profil) .cp-today-dot {
            width: 7px; height: 7px; border-radius: 50%;
            background: #22c55e; flex-shrink: 0;
        }
:where(.catalog-profil) .cp-pauza { font-size: 0.75rem; color: #999; }
/* ---- RECENZII tab ---- */
:where(.catalog-profil) .cp-reviews-box {
            display: flex; align-items: flex-start; gap: 16px;
            padding: 16px; background: #f9f5fa;
            border-radius: 12px; margin-bottom: 16px;
        }
:where(.catalog-profil) .cp-reviews-stars { display: flex; gap: 2px; margin-bottom: 4px; }
:where(.catalog-profil) .cp-reviews-star { color: #f59e0b; font-size: 1.1rem; }
:where(.catalog-profil) .cp-reviews-rating { font-size: 1.5rem; font-weight: 800; color: #2d1f35; }
:where(.catalog-profil) .cp-reviews-count { font-size: 0.8rem; color: #777; }
:where(.catalog-profil) .cp-reviews-link {
            display: inline-flex; align-items: center; gap: 5px;
            margin-top: 8px; font-size: 0.8125rem;
            font-weight: 700; color: #611f69;
        }
:where(.catalog-profil) .cp-reviews-link i { width: 13px; height: 13px; }
/* ---- CONTACT tab ---- */
:where(.catalog-profil) .cp-contact-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
        }
@media (min-width: 900px) {
    :where(.catalog-profil) .cp-contact-grid { grid-template-columns: 1fr 240px; }
}
:where(.catalog-profil) .cp-contact-info { display: flex; flex-direction: column; gap: 8px; }
:where(.catalog-profil) .cp-contact-item {
            display: flex; align-items: flex-start; gap: 8px;
            font-size: 0.875rem; color: #555;
            text-decoration: none;
        }
:where(.catalog-profil) .cp-contact-item i { width: 15px; height: 15px; color: #8e44ad; flex-shrink: 0; margin-top: 1px; }
:where(.catalog-profil) a.cp-contact-item:hover { color: #611f69; }
:where(.catalog-profil) .cp-map-container {
            border-radius: 10px; overflow: hidden;
            border: 1px solid #e8dcea; height: 200px;
        }
:where(.catalog-profil) .cp-map-container iframe { width: 100%; height: 100%; border: 0; }
/* ---- CONTACT FORM tab ---- */
:where(.catalog-profil) .cp-contact-success {
            display: none; text-align: center;
            padding: 32px 16px; background: #f0fdf4;
            border-radius: 12px; border: 1px solid #bbf7d0;
        }
:where(.catalog-profil) .cp-contact-success h3 { color: #166534; margin-bottom: 6px; }
:where(.catalog-profil) .cp-contact-success p { color: #555; font-size: 0.875rem; }
/* ---- FORMARE tab ---- */
:where(.catalog-profil) .cp-formari-list { display: flex; flex-direction: column; gap: 10px; }
/* Suprafata comuna carduri tenta mov (dedup intern pagina): cp-formare-card / bw-step */
:where(.catalog-profil) .cp-formare-card, :where(.catalog-profil) .bw-step {
            background: #f9f5fa;
            border: 1px solid #e8dcea;
        }
:where(.catalog-profil) .cp-formare-card {
            display: flex; gap: 12px; align-items: flex-start;
            border-radius: 10px;
            padding: 12px 14px;
        }
:where(.catalog-profil) .cp-formare-icon {
            width: 36px; height: 36px; border-radius: 8px;
            background: #f0e8f2; display: flex; align-items: center;
            justify-content: center; flex-shrink: 0;
        }
:where(.catalog-profil) .cp-formare-icon i { width: 16px; height: 16px; color: #611f69; }
:where(.catalog-profil) .cp-formare-title { font-weight: 700; font-size: 0.875rem; color: #2d1f35; margin-bottom: 3px; }
:where(.catalog-profil) .cp-formare-meta { font-size: 0.775rem; color: #777; display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
:where(.catalog-profil) .cp-formare-tip {
            font-size: 0.7rem; background: #f0e8f2; color: #611f69;
            border-radius: 4px; padding: 2px 7px; font-weight: 700;
            margin-top: 4px; display: inline-block;
        }
:where(.catalog-profil) .cp-formare-credite { color: #611f69; font-weight: 700; }
/* ---- BOOKING (in tab) ---- */
:where(.catalog-profil) .bw-error { background:#fef2f2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px;padding:10px 14px;font-size:0.8125rem;margin-bottom:12px;display:none; }
:where(.catalog-profil) .bw-success { text-align:center;padding:32px 16px; }
:where(.catalog-profil) .bw-success-icon { width:56px;height:56px;border-radius:50%;background:#f0fdf4;color:#22c55e;display:flex;align-items:center;justify-content:center;margin:0 auto 16px; }
:where(.catalog-profil) .bw-success h3 { font-size:1.25rem;margin-bottom:6px;color:#166534; }
:where(.catalog-profil) .bw-success p { color:#696969;font-size:0.875rem;max-width:360px;margin:0 auto; }
:where(.catalog-profil) .bw-step { border-radius:12px;margin-bottom:14px;overflow:hidden; }
:where(.catalog-profil) .bw-step-header { padding:12px 16px;border-bottom:1px solid #e8dcea;display:flex;align-items:center;gap:10px;background:#fff; }
:where(.catalog-profil) .bw-step-num { width:26px;height:26px;border-radius:50%;background:#611f69;color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700;flex-shrink:0; }
:where(.catalog-profil) .bw-step-num.done { background:#22c55e; }
:where(.catalog-profil) .bw-step-title { font-size:0.9375rem;font-weight:700;color:#2d1f35; }
:where(.catalog-profil) .bw-step-body { padding:14px 16px; }
:where(.catalog-profil) .bw-step.disabled { opacity:0.5;pointer-events:none; }
:where(.catalog-profil) .bw-cal-nav { display:flex;align-items:center;justify-content:space-between;margin-bottom:12px; }
:where(.catalog-profil) .bw-cal-btn { background:none;border:1px solid #e0d4e8;border-radius:7px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#888;transition:all 0.2s; }
:where(.catalog-profil) .bw-cal-btn:hover { background:#f0e8f2;color:#611f69; }
:where(.catalog-profil) .bw-cal-btn:disabled { opacity:0.3;cursor:not-allowed; }
:where(.catalog-profil) .bw-cal-label { font-weight:700;font-size:0.9375rem;text-transform:capitalize;color:#2d1f35; }
:where(.catalog-profil) .bw-cal-grid { display:grid;grid-template-columns:repeat(7,1fr);gap:3px; }
:where(.catalog-profil) .bw-cal-day-name { text-align:center;font-size:0.7rem;font-weight:700;color:#aaa;padding:6px 0;text-transform:uppercase; }
:where(.catalog-profil) .bw-cal-day { aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:0.8125rem;font-weight:600;cursor:pointer;transition:all 0.15s;border:2px solid transparent;color:#2d1f35; }
:where(.catalog-profil) .bw-cal-day:hover:not(.bw-disabled):not(.bw-empty):not(.bw-past) { background:#f0e8f2;border-color:#d4bbd8; }
:where(.catalog-profil) .bw-cal-day.bw-today { font-weight:800;border-color:#d4bbd8; }
:where(.catalog-profil) .bw-cal-day.bw-selected { background:#611f69 !important;color:#fff !important;border-color:#611f69 !important; }
:where(.catalog-profil) .bw-cal-day.bw-disabled { color:#ccc;cursor:default;background:#fafafa; }
:where(.catalog-profil) .bw-cal-day.bw-empty { cursor:default; }
:where(.catalog-profil) .bw-cal-day.bw-past { color:#ccc;cursor:default;text-decoration:line-through; }
:where(.catalog-profil) .bw-slots-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:6px; }
@media(min-width:500px) {
    :where(.catalog-profil) .bw-slots-grid { grid-template-columns:repeat(4,1fr); }
}
@media(min-width:768px) {
    :where(.catalog-profil) .bw-slots-grid { grid-template-columns:repeat(5,1fr); }
}
:where(.catalog-profil) .bw-slot-btn { padding:8px 6px;border:2px solid #22c55e;border-radius:7px;background:#f0fdf4;color:#166534;font-size:0.8125rem;font-weight:700;cursor:pointer;transition:all 0.15s;text-align:center;font-family:inherit; }
:where(.catalog-profil) .bw-slot-btn:hover { background:#22c55e;color:#fff; }
:where(.catalog-profil) .bw-slot-btn.selected { background:#611f69;border-color:#611f69;color:#fff; }
:where(.catalog-profil) .bw-slots-empty { text-align:center;padding:20px;color:#aaa;font-size:0.875rem; }
:where(.catalog-profil) .bw-slots-info { margin-top:8px;font-size:0.75rem;color:#aaa;text-align:center; }
:where(.catalog-profil) .bw-form-group { margin-bottom:12px; }
:where(.catalog-profil) .bw-form-group label { display:block;font-size:0.8125rem;font-weight:600;margin-bottom:3px;color:#2d1f35; }
:where(.catalog-profil) .bw-form-group .req { color:#dc3545; }
:where(.catalog-profil) .bw-input { width:100%;padding:9px 12px;border:1px solid #ddd;border-radius:8px;font-size:0.875rem;font-family:inherit;color:#2d1f35;transition:border-color 0.2s;background:#fff; }
:where(.catalog-profil) .bw-input:focus { outline:none;border-color:#8e44ad;box-shadow:0 0 0 3px rgba(142,68,173,0.12); }
:where(.catalog-profil) textarea.bw-input { resize:vertical;min-height:70px; }
:where(.catalog-profil) .bw-radio-group { display:flex;gap:12px;margin-top:4px;flex-wrap:wrap; }
:where(.catalog-profil) .bw-radio-label { display:flex;align-items:center;gap:5px;cursor:pointer;font-size:0.8125rem;color:#555; }
:where(.catalog-profil) .bw-radio-label input[type="radio"] { accent-color:#611f69; }
:where(.catalog-profil) .bw-summary { background:#f0e8f2;border-radius:10px;padding:12px 16px;margin-bottom:14px; }
:where(.catalog-profil) .bw-summary-row { display:flex;justify-content:space-between;padding:3px 0;font-size:0.8125rem; }
:where(.catalog-profil) .bw-summary-label { color:#888; }
:where(.catalog-profil) .bw-summary-value { font-weight:700;color:#2d1f35; }
:where(.catalog-profil) .bw-submit { width:100%;padding:12px 20px;background:#611f69;color:#fff;border:none;border-radius:10px;font-size:0.9375rem;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:all 0.2s; }
:where(.catalog-profil) .bw-submit:hover:not(:disabled) { background:#4a154b;transform:translateY(-1px);box-shadow:0 4px 14px rgba(97,31,105,0.3); }
:where(.catalog-profil) .bw-submit:disabled { opacity:0.6;cursor:not-allowed; }
:where(.catalog-profil) .bw-spinner { display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:bwSpin 0.6s linear infinite; }
@keyframes bwSpin { to { transform:rotate(360deg); } }
:where(.catalog-profil) .bw-terms { margin-bottom:14px; }
:where(.catalog-profil) .bw-terms label { display:flex;align-items:flex-start;gap:7px;cursor:pointer;font-size:0.78rem;color:#666; }
:where(.catalog-profil) .bw-terms a { color:#611f69;text-decoration:underline; }
/* ---- FOOTER ---- */
:where(.catalog-profil) .cp-footer {
            text-align: center;
            padding: 16px;
            font-size: 0.78rem;
            color: #aaa;
        }
:where(.catalog-profil) .cp-footer a { color: #8e44ad; }
/* ---- MOBILE ---- */
@media (max-width: 767px) {
    :where(.catalog-profil) .cp-layout { flex-direction: column; gap: 0; }
    :where(.catalog-profil) .cp-sidebar { width: 100%; padding: 12px 12px 0; }
    :where(.catalog-profil) .cp-sidebar-inner { position: static; border-radius: 14px; padding: 16px 14px; display: flex; flex-direction: column; }
    :where(.catalog-profil) .cp-sidebar-top { display: flex; gap: 12px; align-items: flex-start; }
    :where(.catalog-profil) .cp-avatar { width: 60px; height: 60px; font-size: 1.3rem; flex-shrink: 0; margin-bottom: 0; }
    :where(.catalog-profil) .cp-sidebar-meta { flex: 1; }
    :where(.catalog-profil) .cp-content { padding: 10px 12px 12px; }
    :where(.catalog-profil) .cp-tab-btn { padding: 11px 14px; font-size: 0.8125rem; }
}
@media (min-width: 768px) {
    :where(.catalog-profil) .cp-sidebar-top { display: contents; }
    :where(.catalog-profil) .cp-sidebar-meta { display: contents; }
    :where(.catalog-profil) .cp-layout { min-height: calc(100vh - 52px); }
    :where(.catalog-profil) .cp-tab-panels { max-height: calc(100vh - 52px - 32px - 48px - 16px); }
    :where(.catalog-profil) .cp-tabs-wrap { min-height: 0; }
}
/* Utility */
:where(.catalog-profil) .cp-sep-dot { color: #ccc; }

/* ---- utilitare partajate suplimentare ---- */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-10 { margin-top: 10px; }
.mb-12 { margin-bottom: 12px; }

.mt-05 { margin-top: 0.5rem; }
.mt-1 { margin-top: 1rem; }
.mt-8 { margin-top: 8px; }
.mt-14 { margin-top: 14px; }
.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.txt-brand { color: #611f69; }
.txt-primary-var { color: var(--primary); }
.sr-offscreen { position: absolute; left: -9999px; opacity: 0; }
.sr-offscreen-full { position: absolute; left: -9999px; top: -9999px; opacity: 0; pointer-events: none; }

/* ---- catalog-profil.php: componente extrase din inline style (fara schimbari vizuale) ---- */
:where(.catalog-profil) .cp-desc img { max-width: 100%; border-radius: 8px; margin: 16px 0; }
:where(.catalog-profil) .cp-specs-label { color: #888; margin-bottom: 14px; font-size: 0.875rem; }
:where(.catalog-profil) .cp-muted-sm { color: #aaa; font-size: 0.9rem; }
:where(.catalog-profil) .cp-tarife { margin-top: 24px; }
:where(.catalog-profil) .cp-tarife-label { color: #888; margin-bottom: 12px; font-size: 0.875rem; }
:where(.catalog-profil) .cp-tarife-label-sm { color: #888; margin-bottom: 8px; font-size: 0.875rem; }
:where(.catalog-profil) .cp-tarife-rows { display: flex; flex-direction: column; gap: 8px; }
:where(.catalog-profil) .cp-tarif-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: #f8f5ff; border-radius: 8px; font-size: 0.9rem; }
:where(.catalog-profil) .cp-tarif-dur { color: #999; font-size: 0.8rem; }
:where(.catalog-profil) .cp-tarif-single { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; background: #f8f5ff; border-radius: 8px; font-size: 0.95rem; }
:where(.catalog-profil) .cp-price { font-weight: 600; color: var(--primary); }
:where(.catalog-profil) .cp-reviews-star.half { opacity: 0.5; }
:where(.catalog-profil) .cp-reviews-star.empty { color: #ddd; }
:where(.catalog-profil) .bw-intro { background: #f0e8f2; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; font-size: 0.875rem; color: #555; }
:where(.catalog-profil) .bw-submit.narrow { max-width: 260px; margin: 0 auto; }
:where(.catalog-profil) .bw-submit.narrow-sm { max-width: 220px; margin: 0 auto; }
:where(.catalog-profil) .cp-formare-body { flex: 1; min-width: 0; }
:where(.catalog-profil) .cp-recruit-banner { background: #f8f6f9; border-radius: 8px; padding: 14px 20px; text-align: center; font-size: .85rem; color: #616061; margin-top: 24px; }
:where(.catalog-profil) .cp-recruit-banner a { color: #611f69; font-weight: 600; }

/* ============================================================
   PROGRAMARE (programare.php) — scope: :where(.booking) + :where(.booking-offline)
   Nota: pagina incarca variables.css + components.css (app design system)
   ============================================================ */
body:where(.booking-offline) { font-family: var(--font-family, 'Inter', sans-serif); background: var(--bg-primary, #f5f5f5); margin: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; }
:where(.booking-offline) .offline-container { text-align: center; max-width: 500px; padding: 60px 40px; background: #fff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); margin: 20px; }
:where(.booking-offline) .offline-icon { width: 80px; height: 80px; background: #fff3cd; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; }
:where(.booking-offline) .offline-icon i { color: #856404; }
:where(.booking-offline) .offline-title { font-size: 22px; font-weight: 700; color: #333; margin-bottom: 12px; }
:where(.booking-offline) .offline-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 24px; }
:where(.booking-offline) .offline-phone { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: #611f69; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 16px; }
:where(.booking-offline) .offline-phone:hover { background: #4a154b; }
:where(.booking-offline) .offline-cabinet { font-size: 13px; color: #999; margin-top: 20px; }

body:where(.booking) {
            font-family: var(--font-family);
            background: var(--bg-body);
            color: var(--text-primary);
            min-height: 100vh;
            line-height: var(--line-height-normal);
        }
/* Header */
:where(.booking) .prog-header {
            background: var(--secondary);
            color: var(--text-inverse);
            padding: 24px 0;
            text-align: center;
        }
:where(.booking) .prog-header-inner {
            max-width: 720px;
            margin: 0 auto;
            padding: 0 16px;
        }
:where(.booking) .prog-header h1 {
            font-size: var(--font-size-2xl);
            font-weight: var(--font-weight-bold);
            margin-bottom: 4px;
        }
:where(.booking) .prog-header .subtitle {
            font-size: var(--font-size-md);
            opacity: 0.7;
        }
/* Container */
:where(.booking) .prog-container {
            max-width: 720px;
            margin: 0 auto;
            padding: 24px 16px 48px;
        }
/* Steps */
:where(.booking) .prog-step {
            background: var(--bg-content);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-sm);
            margin-bottom: 20px;
            overflow: hidden;
        }
:where(.booking) .prog-step-header {
            padding: 16px 20px;
            border-bottom: 1px solid var(--border-light);
            display: flex;
            align-items: center;
            gap: 12px;
        }
:where(.booking) .prog-step-number {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: var(--font-size-sm);
            font-weight: var(--font-weight-bold);
            flex-shrink: 0;
        }
:where(.booking) .prog-step-number.done {
            background: var(--success);
        }
:where(.booking) .prog-step-title {
            font-size: var(--font-size-lg);
            font-weight: var(--font-weight-semibold);
        }
:where(.booking) .prog-step-body {
            padding: 20px;
        }
:where(.booking) .prog-step.disabled {
            opacity: 0.5;
            pointer-events: none;
        }
/* Calendar */
:where(.booking) .cal-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
        }
:where(.booking) .cal-nav-btn {
            background: none;
            border: 1px solid var(--border-color);
            border-radius: var(--radius-md);
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: var(--text-secondary);
            transition: all var(--transition-fast);
        }
:where(.booking) .cal-nav-btn:hover {
            background: var(--bg-hover);
            color: var(--text-primary);
        }
:where(.booking) .cal-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }
:where(.booking) .cal-month-label {
            font-weight: var(--font-weight-semibold);
            font-size: var(--font-size-lg);
            text-transform: capitalize;
        }
:where(.booking) .cal-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 4px;
        }
:where(.booking) .cal-day-name {
            text-align: center;
            font-size: var(--font-size-xs);
            font-weight: var(--font-weight-semibold);
            color: var(--text-muted);
            padding: 8px 0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
:where(.booking) .cal-day {
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius-md);
            font-size: var(--font-size-sm);
            font-weight: var(--font-weight-medium);
            cursor: pointer;
            transition: all var(--transition-fast);
            border: 2px solid transparent;
            color: var(--text-primary);
            position: relative;
        }
:where(.booking) .cal-day:hover:not(.cal-day--disabled):not(.cal-day--empty):not(.cal-day--past) {
            background: var(--primary-lighter);
            border-color: var(--primary-light);
        }
:where(.booking) .cal-day--today {
            font-weight: var(--font-weight-bold);
            border-color: var(--primary-light);
        }
:where(.booking) .cal-day--selected {
            background: var(--primary) !important;
            color: #fff !important;
            border-color: var(--primary) !important;
        }
:where(.booking) .cal-day--disabled {
            color: var(--text-light);
            cursor: default;
            background: var(--gray-50);
        }
:where(.booking) .cal-day--empty {
            cursor: default;
        }
:where(.booking) .cal-day--past {
            color: var(--text-light);
            cursor: default;
            text-decoration: line-through;
        }
/* Time Slots */
:where(.booking) .slots-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }
@media (min-width: 576px) {
    :where(.booking) .slots-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 768px) {
    :where(.booking) .slots-grid { grid-template-columns: repeat(6, 1fr); }
}
:where(.booking) .slot-btn {
            padding: 10px 8px;
            border: 2px solid var(--success);
            border-radius: var(--radius-md);
            background: var(--success-light);
            color: var(--success-dark);
            font-size: var(--font-size-sm);
            font-weight: var(--font-weight-semibold);
            cursor: pointer;
            transition: all var(--transition-fast);
            text-align: center;
            font-family: inherit;
        }
:where(.booking) .slot-btn:hover {
            background: var(--success);
            color: #fff;
        }
:where(.booking) .slot-btn.selected {
            background: var(--primary);
            border-color: var(--primary);
            color: #fff;
        }
:where(.booking) .slots-empty {
            text-align: center;
            padding: 24px;
            color: var(--text-muted);
            font-size: var(--font-size-md);
        }
:where(.booking) .slots-loading {
            text-align: center;
            padding: 24px;
            color: var(--text-muted);
        }
:where(.booking) .slots-info {
            margin-top: 12px;
            font-size: var(--font-size-xs);
            color: var(--text-muted);
            text-align: center;
        }
/* Form */
:where(.booking) .prog-form-group {
            margin-bottom: 16px;
        }
:where(.booking) .prog-form-group label {
            display: block;
            font-size: var(--font-size-sm);
            font-weight: var(--font-weight-medium);
            color: var(--text-primary);
            margin-bottom: 4px;
        }
:where(.booking) .prog-form-group label .required {
            color: var(--danger);
        }
:where(.booking) .prog-input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid var(--border-color);
            border-radius: var(--radius-md);
            font-size: var(--font-size-md);
            font-family: inherit;
            color: var(--text-primary);
            background: var(--bg-content);
            transition: border-color var(--transition-fast);
        }
:where(.booking) .prog-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px var(--primary-lighter);
        }
:where(.booking) textarea.prog-input {
            resize: vertical;
            min-height: 80px;
        }
:where(.booking) .prog-radio-group {
            display: flex;
            gap: 16px;
            margin-top: 4px;
        }
:where(.booking) .prog-radio-label {
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            font-size: var(--font-size-sm);
            color: var(--text-secondary);
        }
:where(.booking) .prog-radio-label input[type="radio"] {
            accent-color: var(--primary);
        }
/* Submit Button */
:where(.booking) .prog-submit-btn {
            width: 100%;
            padding: 14px 24px;
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: var(--radius-lg);
            font-size: var(--font-size-lg);
            font-weight: var(--font-weight-semibold);
            font-family: inherit;
            cursor: pointer;
            transition: all var(--transition-base);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
:where(.booking) .prog-submit-btn:hover:not(:disabled) {
            background: var(--primary-dark);
            transform: translateY(-1px);
            box-shadow: var(--shadow-md);
        }
:where(.booking) .prog-submit-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }
/* Summary */
:where(.booking) .prog-summary {
            background: var(--primary-lighter);
            border-radius: var(--radius-lg);
            padding: 16px 20px;
            margin-bottom: 20px;
        }
:where(.booking) .prog-tarif-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
:where(.booking) .prog-tarif-option {
            display: flex; align-items: center; gap: 12px; padding: 12px 16px;
            border: 2px solid #e0e0e0; border-radius: 10px; cursor: pointer;
            transition: border-color 0.2s, background 0.2s;
        }
:where(.booking) .prog-tarif-option:hover { border-color: #611f69; }
:where(.booking) .prog-tarif-option.selected { border-color: #611f69; background: #f9f5fa; }
:where(.booking) .prog-tarif-option input[type="radio"] { accent-color: #611f69; }
:where(.booking) .prog-tarif-info { flex: 1; }
:where(.booking) .prog-tarif-name { font-weight: 600; color: #333; display: block; }
:where(.booking) .prog-tarif-duration { font-size: 13px; color: #888; }
:where(.booking) .prog-tarif-price { font-weight: 700; font-size: 18px; color: #611f69; white-space: nowrap; }
:where(.booking) .prog-payment-notice {
            display: flex; gap: 12px; padding: 14px 16px; margin-bottom: 20px;
            background: #fff8e1; border: 1px solid #ffe082; border-radius: 10px;
            font-size: 13px; line-height: 1.5; color: #5d4037;
        }
:where(.booking) .prog-tarif-selector { margin-bottom: 20px; }
:where(.booking) .prog-summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4px 0;
            font-size: var(--font-size-sm);
        }
:where(.booking) .prog-summary-label {
            color: var(--text-secondary);
        }
:where(.booking) .prog-summary-value {
            font-weight: var(--font-weight-semibold);
            color: var(--text-primary);
        }
/* Success */
:where(.booking) .prog-success {
            text-align: center;
            padding: 40px 20px;
        }
:where(.booking) .prog-success-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: var(--success-light);
            color: var(--success);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
:where(.booking) .prog-success h2 {
            font-size: var(--font-size-2xl);
            margin-bottom: 8px;
            color: var(--success-dark);
        }
:where(.booking) .prog-success p {
            font-size: var(--font-size-md);
            color: var(--text-secondary);
            max-width: 400px;
            margin: 0 auto;
            line-height: var(--line-height-relaxed);
        }
/* Error Message */
:where(.booking) .prog-error {
            background: var(--danger-light);
            color: var(--danger-dark);
            border: 1px solid var(--danger);
            border-radius: var(--radius-md);
            padding: 12px 16px;
            font-size: var(--font-size-sm);
            margin-bottom: 16px;
            display: none;
        }
/* Cabinet info bar */
:where(.booking) .prog-cabinet-info {
            background: var(--bg-primary);
            border-bottom: 1px solid var(--border-color);
            padding: 12px 16px;
        }
:where(.booking) .prog-cabinet-inner {
            max-width: 720px;
            margin: 0 auto;
            text-align: center;
        }
:where(.booking) .prog-cabinet-contact {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 6px;
        }
:where(.booking) .prog-cabinet-item {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: var(--text-secondary);
            font-size: var(--font-size-sm);
            text-decoration: none;
            transition: color 0.2s;
        }
:where(.booking) a.prog-cabinet-item:hover {
            color: var(--primary);
        }
:where(.booking) .prog-cabinet-legal {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            font-size: var(--font-size-xs);
            color: var(--text-muted);
        }
:where(.booking) .prog-cabinet-legal span::before {
            content: '';
        }
/* Footer */
:where(.booking) .prog-footer {
            text-align: center;
            padding: 24px 16px;
            color: var(--text-muted);
            font-size: var(--font-size-xs);
        }
:where(.booking) .prog-footer a {
            color: var(--primary);
            text-decoration: none;
        }
:where(.booking) .prog-footer a:hover {
            text-decoration: underline;
        }
/* Spinner */
:where(.booking) .spinner {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 2px solid rgba(255,255,255,0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 0.6s linear infinite;
        }
:where(.booking) .spinner--primary {
            border-color: var(--primary-light);
            border-top-color: var(--primary);
        }
@keyframes spin {
            to { transform: rotate(360deg); }
        }
/* Mobile adjustments */
@media (max-width: 480px) {
    :where(.booking) .prog-header h1 { font-size: var(--font-size-xl); }
    :where(.booking) .prog-step-body { padding: 16px; }
    :where(.booking) .cal-day { font-size: var(--font-size-xs); }
    :where(.booking) .prog-radio-group { flex-direction: column; gap: 8px; }
}

/* ---- utilitare partajate suplimentare ---- */
.icon-32 { width: 32px; height: 32px; }
.icon-36 { width: 36px; height: 36px; }
.mt-24 { margin-top: 24px; }
.flex-none { flex-shrink: 0; }

/* ---- programare.php: componente extrase din inline style (fara schimbari vizuale) ---- */
:where(.booking) .btn-reset-appt { padding: 10px 24px; font-size: var(--font-size-md); }
:where(.booking) .prog-pret { font-weight: 700; color: #611f69; }
:where(.booking) .tarif-label { font-weight: 600; margin-bottom: 8px; display: block; }
:where(.booking) .prog-payment-notice a { color: #611f69; font-weight: 600; }
:where(.booking) .prog-radio-label.with-icon { display: flex; align-items: center; gap: 8px; }
:where(.booking) .terms-error { display: none; color: #dc3545; font-size: 13px; margin-top: 4px; }

/* ============================================================
   REGISTRE-COPSI (registre-copsi.php) — scope: :where(.registre)
   ============================================================ */
body:where(.registre) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.registre) img { max-width: 100%; height: auto; display: block; }
:where(.registre) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.registre) a:hover { color: #611f69; }
:where(.registre) ul, :where(.registre) ol { list-style: none; }
:where(.registre) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.registre) h1, :where(.registre) h2, :where(.registre) h3, :where(.registre) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.registre) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.registre) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.registre) .text-small { font-size: 0.875rem; line-height: 1.429; }
:where(.registre) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.registre) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.registre) .section {
            padding: 3rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.registre) .section:first-of-type { border-top: none; }
:where(.registre) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.registre) .section-header .h2-section { margin-bottom: 1rem; }
:where(.registre) .section-header p { color: #696969; }
/* ========== BUTTONS ========== */
:where(.registre) .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 19px 40px;
            border-radius: 4px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.057em;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
            white-space: nowrap;
        }
:where(.registre) .btn-primary { background: #611f69; color: #fff; }
:where(.registre) .btn-primary:hover { background: #4a154b; color: #fff; }
:where(.registre) .btn-secondary { background: transparent; color: #611f69; box-shadow: inset 0 0 0 1px #611f69; }
:where(.registre) .btn-secondary:hover { box-shadow: inset 0 0 0 2px #611f69; color: #611f69; }
:where(.registre) .btn-sm { padding: 12px 24px; font-size: 0.8125rem; }
:where(.registre) .btn-white { background: #fff; color: #611f69; }
:where(.registre) .btn-white:hover { background: #f8f7f8; color: #4a154b; }
:where(.registre) .btn-outline-white {
            background: transparent;
            color: #fff;
            box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
        }
:where(.registre) .btn-outline-white:hover {
            box-shadow: inset 0 0 0 2px #fff;
            color: #fff;
        }
/* ========== BREADCRUMB ========== */
:where(.registre) .breadcrumb {
            background: #f8f7f8;
            padding: 0.75rem 0;
            margin-top: 80px;
            border-bottom: 1px solid #ebeaeb;
        }
:where(.registre) .breadcrumb-list {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8125rem;
            color: #696969;
        }
:where(.registre) .breadcrumb-list a { color: #696969; }
:where(.registre) .breadcrumb-list a:hover { color: #611f69; }
:where(.registre) .breadcrumb-sep { color: #b5b3b5; }
:where(.registre) .breadcrumb-current { color: #1d1c1d; font-weight: 500; }
/* ========== PAGE HERO ========== */
:where(.registre) .page-hero {
            padding: 4rem 0 3.5rem;
            background: linear-gradient(135deg, #611f69 0%, #4a154b 100%);
            color: #fff;
            text-align: center;
        }
:where(.registre) .page-hero h1 { color: #fff; margin-bottom: 1.25rem; }
:where(.registre) .page-hero .hero-subtitle {
            color: rgba(255,255,255,0.85);
            max-width: 44rem;
            margin: 0 auto 2rem;
            font-size: 1.125rem;
            line-height: 1.65;
        }
:where(.registre) .hero-cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
:where(.registre) .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 100px;
            padding: 0.375rem 1rem;
            font-size: 0.8125rem;
            font-weight: 600;
            color: rgba(255,255,255,0.9);
            margin-bottom: 1.5rem;
            letter-spacing: 0.02em;
        }
:where(.registre) .hero-badge svg { width: 14px; height: 14px; }
/* ========== REGISTRE CARDS ========== */
:where(.registre) .registre-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
/* Suprafata comuna carduri (dedup intern pagina) — radius/hover difera per card */
:where(.registre) .registru-card, :where(.registre) .benefit-card, :where(.registre) .internal-link-card {
            background: #fff;
            border: 1px solid #ebeaeb;
        }
:where(.registre) .registru-card {
            border-radius: 12px;
            padding: 2rem;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            border-left: 4px solid #611f69;
        }
:where(.registre) .registru-card:hover {
            box-shadow: 0 8px 32px rgba(97,31,105,0.08);
            transform: translateY(-2px);
        }
:where(.registre) .registru-card-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }
:where(.registre) .registru-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
:where(.registre) .registru-icon svg { width: 24px; height: 24px; color: #fff; }
:where(.registre) .registru-card h3 {
            font-size: 1.125rem;
            font-weight: 700;
            color: #1d1c1d;
        }
:where(.registre) .registru-card .registru-abbreviation {
            font-size: 0.8125rem;
            font-weight: 600;
            color: #611f69;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-top: 0.125rem;
        }
:where(.registre) .registru-card p {
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.6;
        }
:where(.registre) .registru-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            background: #f3f0ff;
            color: #611f69;
            border-radius: 4px;
            padding: 0.2rem 0.625rem;
            font-size: 0.75rem;
            font-weight: 600;
            margin-top: 0.875rem;
        }
/* ========== BENEFITS GRID ========== */
:where(.registre) .benefits-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
:where(.registre) .benefit-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 1rem;
            padding: 2rem 1.75rem;
            border-radius: 12px;
            transition: box-shadow 0.3s ease;
        }
:where(.registre) .benefit-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
:where(.registre) .benefit-icon {
            width: 52px;
            height: 52px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
:where(.registre) .benefit-icon svg { width: 26px; height: 26px; color: #fff; }
:where(.registre) .benefit-body h3 {
            font-size: 1rem;
            font-weight: 700;
            color: #1d1c1d;
            margin-bottom: 0.375rem;
        }
:where(.registre) .benefit-body p {
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.55;
        }
/* ========== HOW IT WORKS ========== */
:where(.registre) .how-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
:where(.registre) .how-card {
            background: #f8f7f8;
            border-radius: 12px;
            padding: 2rem;
            position: relative;
        }
:where(.registre) .how-card-header {
            display: flex;
            align-items: center;
            gap: 0.875rem;
            margin-bottom: 1.25rem;
        }
:where(.registre) .how-card-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            background: #611f69;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
:where(.registre) .how-card-icon svg { width: 22px; height: 22px; color: #fff; }
:where(.registre) .how-card h3 {
            font-size: 1.0625rem;
            font-weight: 700;
            color: #1d1c1d;
        }
:where(.registre) .how-feature-list {
            display: flex;
            flex-direction: column;
            gap: 0.625rem;
        }
:where(.registre) .how-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.5;
        }
:where(.registre) .how-feature-item .check-icon {
            width: 20px; height: 20px; min-width: 20px;
            border-radius: 50%;
            background: #e8f5e9;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }
:where(.registre) .how-feature-item .check-icon svg { width: 12px; height: 12px; color: #2eb67d; }
/* ========== AUDIT SECTION ========== */
:where(.registre) .audit-wrapper {
            background: linear-gradient(135deg, #f3f0ff 0%, #faf9ff 100%);
            border: 1px solid #e0d9ff;
            border-radius: 16px;
            padding: 3rem 2rem;
            text-align: center;
        }
:where(.registre) .audit-icon-wrap {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: #611f69;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }
:where(.registre) .audit-icon-wrap svg { width: 36px; height: 36px; color: #fff; }
:where(.registre) .audit-wrapper h2 { margin-bottom: 1rem; }
:where(.registre) .audit-wrapper p { color: #454245; max-width: 38rem; margin: 0 auto 2rem; font-size: 1rem; line-height: 1.65; }
:where(.registre) .audit-features {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 2rem;
        }
:where(.registre) .audit-feature-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #fff;
            border: 1px solid #e0d9ff;
            border-radius: 8px;
            padding: 0.625rem 1.125rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #1d1c1d;
        }
:where(.registre) .audit-feature-badge svg { width: 16px; height: 16px; color: #611f69; }
/* ========== NOTICE (mențiune format fizic) ========== */
:where(.registre) .registre-notice {
            display: flex;
            align-items: flex-start;
            gap: 0.875rem;
            max-width: 52rem;
            margin: 2.5rem auto 0;
            padding: 1.125rem 1.375rem;
            background: #fff8ec;
            border: 1px solid #f0d8a8;
            border-left: 4px solid #E8A200;
            border-radius: 10px;
            font-size: 0.9375rem;
            line-height: 1.6;
            color: #5c4a1a;
        }
:where(.registre) .registre-notice svg { width: 22px; height: 22px; color: #E8A200; flex-shrink: 0; margin-top: 2px; }
:where(.registre) .registre-notice strong { color: #4a3a12; }
/* ========== FAQ ========== */
:where(.registre) .faq-list {
            max-width: 48rem;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
:where(.registre) .faq-item {
            border-bottom: 1px solid #ebeaeb;
        }
:where(.registre) .faq-item:first-child { border-top: 1px solid #ebeaeb; }
:where(.registre) .faq-question {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 1.25rem 0;
            text-align: left;
            font-size: 1rem;
            font-weight: 600;
            color: #1d1c1d;
            background: none;
            border: none;
            cursor: pointer;
            font-family: inherit;
            transition: color 0.2s ease;
        }
:where(.registre) .faq-question:hover { color: #611f69; }
:where(.registre) .faq-question svg {
            width: 20px; height: 20px;
            color: #611f69;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }
:where(.registre) .faq-item.open .faq-question svg { transform: rotate(45deg); }
:where(.registre) .faq-answer {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.35s ease, padding 0.2s ease;
        }
:where(.registre) .faq-item.open .faq-answer { max-height: 400px; }
:where(.registre) .faq-answer-inner {
            padding-bottom: 1.25rem;
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.65;
        }
/* ========== CTA SECTION ========== */
:where(.registre) .cta-section {
            background: #1d1c1d;
            padding: 4.5rem 0;
            text-align: center;
        }
:where(.registre) .cta-section h2 {
            color: #fff;
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2.25rem);
            margin-bottom: 1rem;
        }
:where(.registre) .cta-section p {
            color: rgba(255,255,255,0.7);
            font-size: 1.0625rem;
            max-width: 36rem;
            margin: 0 auto 2.25rem;
            line-height: 1.6;
        }
:where(.registre) .cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
:where(.registre) .cta-note {
            margin-top: 1.25rem;
            font-size: 0.8125rem;
            color: rgba(255,255,255,0.45);
        }
/* ========== INTERNAL LINKS ========== */
:where(.registre) .internal-links-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }
:where(.registre) .internal-link-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-radius: 10px;
            text-decoration: none;
            color: #1d1c1d;
            transition: all 0.3s ease;
        }
:where(.registre) .internal-link-card:hover {
            border-color: #611f69;
            box-shadow: 0 4px 20px rgba(97,31,105,0.08);
            color: #611f69;
        }
:where(.registre) .internal-link-icon {
            width: 40px; height: 40px;
            border-radius: 8px;
            background: #f3f0ff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
:where(.registre) .internal-link-icon svg { width: 20px; height: 20px; color: #611f69; }
:where(.registre) .internal-link-body { flex: 1; }
:where(.registre) .internal-link-body strong { display: block; font-size: 0.9375rem; font-weight: 600; }
:where(.registre) .internal-link-body span { font-size: 0.8125rem; color: #696969; }
:where(.registre) .internal-link-card i.arrow { width: 18px; height: 18px; color: #b5b3b5; }
/* ========== FOOTER ========== */
:where(.registre) .footer {
            background: #1d1c1d;
            color: #b5b3b5;
            padding: 4rem 0 2rem;
        }
:where(.registre) .footer h4 {
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 1.25rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
:where(.registre) .footer h4 i { width: 20px; height: 20px; color: #611f69; }
:where(.registre) .footer p { font-size: 0.875rem; line-height: 1.6; }
:where(.registre) .footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
:where(.registre) .footer-col a {
            display: block;
            color: #b5b3b5;
            font-size: 0.875rem;
            padding: 0.25rem 0;
            transition: color 0.3s;
        }
:where(.registre) .footer-col a:hover { color: #fff; }
:where(.registre) .footer-contact-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }
:where(.registre) .footer-contact-item svg { width: 16px; height: 16px; color: #611f69; flex-shrink: 0; }
:where(.registre) .footer-contact-item a { display: inline; padding: 0; }
:where(.registre) .footer-trust-badges { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
:where(.registre) .footer-trust-badges img { height: 40px; width: auto; }
:where(.registre) .footer-bottom {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #333;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            text-align: center;
        }
:where(.registre) .footer-bottom p { font-size: 0.8125rem; color: #696969; }
:where(.registre) .footer-legal { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
:where(.registre) .footer-legal a { color: #696969; font-size: 0.8125rem; transition: color 0.3s; }
:where(.registre) .footer-legal a:hover { color: #fff; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.registre) .registre-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.registre) .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.registre) .how-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.registre) .internal-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    :where(.registre) .navbar-links { display: flex; }
    :where(.registre) .navbar-actions { display: flex; }
    :where(.registre) .navbar-hamburger { display: none; }
    :where(.registre) .registre-grid { grid-template-columns: repeat(3, 1fr); }
    :where(.registre) .benefits-grid { grid-template-columns: repeat(4, 1fr); }
    :where(.registre) .how-grid { grid-template-columns: repeat(3, 1fr); }
    :where(.registre) .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
    :where(.registre) .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---- registre-copsi.php: componente extrase din inline style (fara schimbari vizuale) ---- */
:where(.registre) .section.bg-soft { background: #f8f7f8; }
:where(.registre) .bg-primary { background: #611f69; }
:where(.registre) .bg-primary-dark { background: #4a154b; }
:where(.registre) .bg-danger { background: #c01343; }
:where(.registre) .bg-green { background: #2eb67d; }
:where(.registre) .registru-abbreviation.txt-blue { color: #1e88e5; }
:where(.registre) .registru-abbreviation.txt-teal { color: #00897b; }
:where(.registre) .registru-card.reg-blue { border-left-color: #1e88e5; }
:where(.registre) .registru-card.reg-teal { border-left-color: #00897b; }
:where(.registre) .registru-tag.tag-blue { background: #e3f2fd; color: #1e88e5; }
:where(.registre) .registru-tag.tag-teal { background: #e0f2f1; color: #00897b; }

/* ============================================================
   PROGRAMARI-ONLINE-PSIHOLOG (programari-online-psiholog.php) — scope: :where(.programari)
   ============================================================ */
body:where(.programari) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.programari) img { max-width: 100%; height: auto; display: block; }
:where(.programari) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.programari) a:hover { color: #611f69; }
:where(.programari) ul, :where(.programari) ol { list-style: none; }
:where(.programari) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.programari) h1, :where(.programari) h2, :where(.programari) h3, :where(.programari) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.programari) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.programari) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.programari) .text-small { font-size: 0.875rem; line-height: 1.429; }
:where(.programari) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.programari) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.programari) .section {
            padding: 4rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.programari) .section:first-of-type { border-top: none; }
:where(.programari) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.programari) .section-header .h2-section { margin-bottom: 1rem; }
:where(.programari) .section-header p { color: #696969; }
/* ========== BUTTONS ========== */
:where(.programari) .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 19px 40px;
            border-radius: 4px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.057em;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
            white-space: nowrap;
        }
:where(.programari) .btn-primary { background: #611f69; color: #fff; }
:where(.programari) .btn-primary:hover { background: #4a154b; color: #fff; }
:where(.programari) .btn-secondary { background: transparent; color: #611f69; box-shadow: inset 0 0 0 1px #611f69; }
:where(.programari) .btn-secondary:hover { box-shadow: inset 0 0 0 2px #611f69; color: #611f69; }
:where(.programari) .btn-sm { padding: 12px 24px; font-size: 0.8125rem; }
:where(.programari) .btn-lg { padding: 22px 48px; font-size: 1rem; }
:where(.programari) .btn-white { background: #fff; color: #611f69; }
:where(.programari) .btn-white:hover { background: #f8f7f8; color: #4a154b; }
:where(.programari) .btn-outline-white { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6); }
:where(.programari) .btn-outline-white:hover { box-shadow: inset 0 0 0 2px #fff; color: #fff; }
/* ========== PAGE HERO ========== */
:where(.programari) .page-hero {
            padding: 8rem 0 4rem;
            background: linear-gradient(135deg, #611f69 0%, #4a154b 100%);
            color: #fff;
            text-align: center;
        }
:where(.programari) .page-hero h1 { color: #fff; margin-bottom: 1.25rem; }
:where(.programari) .page-hero p {
            color: rgba(255,255,255,0.85);
            max-width: 42rem;
            margin: 0 auto 2.5rem;
            font-size: 1.25rem;
            line-height: 1.6;
        }
:where(.programari) .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 3rem;
        }
:where(.programari) .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 100px;
            padding: 0.5rem 1.25rem;
            font-size: 0.875rem;
            color: rgba(255,255,255,0.9);
            font-weight: 500;
        }
:where(.programari) .hero-badge svg { width: 16px; height: 16px; color: #fbbf24; }
:where(.programari) .hero-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
        }
/* ========== STEPS SECTION ========== */
:where(.programari) .steps-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
/* Suprafata comuna carduri (dedup intern pagina) — radius/hover difera per card */
:where(.programari) .step-card, :where(.programari) .feature-card, :where(.programari) .benefit-item, :where(.programari) .related-link-card {
            background: #fff;
            border: 1px solid #ebeaeb;
        }
:where(.programari) .step-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 2.5rem 2rem;
            border-radius: 16px;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            position: relative;
        }
:where(.programari) .step-card:hover {
            box-shadow: 0 8px 32px rgba(97,31,105,0.1);
            transform: translateY(-2px);
        }
:where(.programari) .step-number {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: linear-gradient(135deg, #611f69, #4a154b);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 1.25rem;
            flex-shrink: 0;
        }
:where(.programari) .step-card h3 {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: #1d1c1d;
        }
:where(.programari) .step-card p { color: #696969; font-size: 0.9375rem; line-height: 1.6; }
:where(.programari) .step-connector {
            display: none;
            align-self: center;
            color: #d1d0d1;
        }
:where(.programari) .step-connector svg { width: 28px; height: 28px; }
/* ========== FEATURE CARDS ========== */
:where(.programari) .features-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
:where(.programari) .feature-card {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            padding: 1.75rem;
            border-radius: 12px;
            transition: box-shadow 0.3s ease;
        }
:where(.programari) .feature-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
:where(.programari) .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
:where(.programari) .feature-icon svg { width: 24px; height: 24px; color: #fff; }
:where(.programari) .feature-card-body h3 {
            font-size: 1.0625rem;
            font-weight: 700;
            margin-bottom: 0.375rem;
            color: #1d1c1d;
        }
:where(.programari) .feature-card-body p { font-size: 0.9375rem; color: #696969; line-height: 1.55; }
/* ========== PAGE PUBLIC SECTION ========== */
:where(.programari) .page-public-layout {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }
:where(.programari) .page-public-text h2 { margin-bottom: 1rem; }
:where(.programari) .page-public-text p { color: #696969; margin-bottom: 1.25rem; font-size: 1rem; line-height: 1.7; }
:where(.programari) .page-public-visual {
            background: linear-gradient(135deg, #f8f7f8 0%, #ede9fe 100%);
            border-radius: 16px;
            padding: 2.5rem 2rem;
            border: 1px solid #ebeaeb;
        }
:where(.programari) .mock-browser {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
            overflow: hidden;
        }
:where(.programari) .mock-browser-bar {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            background: #f8f7f8;
            border-bottom: 1px solid #ebeaeb;
        }
:where(.programari) .mock-dot {
            width: 10px; height: 10px;
            border-radius: 50%;
        }
:where(.programari) .mock-url {
            flex: 1;
            background: #ebeaeb;
            border-radius: 4px;
            padding: 0.25rem 0.75rem;
            font-size: 0.75rem;
            color: #696969;
            font-family: monospace;
            margin-left: 0.5rem;
        }
:where(.programari) .mock-browser-body { padding: 1.5rem; }
:where(.programari) .mock-psiholog-name {
            font-weight: 700;
            font-size: 1.125rem;
            color: #1d1c1d;
            margin-bottom: 0.25rem;
        }
:where(.programari) .mock-psiholog-spec {
            font-size: 0.8125rem;
            color: #696969;
            margin-bottom: 1.25rem;
        }
:where(.programari) .mock-slot-row {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
            margin-bottom: 0.75rem;
        }
:where(.programari) .mock-slot {
            padding: 0.375rem 0.875rem;
            border-radius: 6px;
            font-size: 0.8125rem;
            font-weight: 600;
            border: 2px solid #ebeaeb;
            color: #454245;
        }
:where(.programari) .mock-slot.available {
            border-color: #611f69;
            color: #611f69;
            background: #fdf8ff;
        }
:where(.programari) .mock-slot.booked {
            background: #ebeaeb;
            color: #b5b3b5;
            text-decoration: line-through;
        }
:where(.programari) .mock-label {
            font-size: 0.75rem;
            font-weight: 600;
            color: #696969;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-bottom: 0.5rem;
        }
/* ========== BENEFITS SECTION ========== */
:where(.programari) .benefits-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
:where(.programari) .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.5rem;
            border-radius: 12px;
        }
:where(.programari) .benefit-icon {
            width: 44px; height: 44px; min-width: 44px;
            border-radius: 10px;
            background: linear-gradient(135deg, #611f69, #4a154b);
            display: flex;
            align-items: center;
            justify-content: center;
        }
:where(.programari) .benefit-icon svg { width: 22px; height: 22px; color: #fff; }
:where(.programari) .benefit-body h3 {
            font-size: 1rem;
            font-weight: 700;
            color: #1d1c1d;
            margin-bottom: 0.375rem;
        }
:where(.programari) .benefit-body p { font-size: 0.9375rem; color: #696969; line-height: 1.55; }
/* ========== CTA SECTION ========== */
:where(.programari) .cta-section {
            background: #1d1c1d;
            color: #fff;
            padding: 5rem 0;
            text-align: center;
        }
:where(.programari) .cta-section h2 {
            color: #fff;
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2.25rem);
            letter-spacing: -0.008em;
            margin-bottom: 1rem;
        }
:where(.programari) .cta-section p {
            color: rgba(255,255,255,0.7);
            max-width: 38rem;
            margin: 0 auto 2.5rem;
            font-size: 1.0625rem;
            line-height: 1.65;
        }
:where(.programari) .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 2rem;
        }
:where(.programari) .cta-note {
            font-size: 0.875rem;
            color: rgba(255,255,255,0.45);
        }
/* ========== INTERNAL LINKS SECTION ========== */
:where(.programari) .related-links-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }
:where(.programari) .related-link-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-radius: 10px;
            text-decoration: none;
            color: #1d1c1d;
            transition: all 0.3s ease;
        }
:where(.programari) .related-link-card:hover {
            border-color: #611f69;
            box-shadow: 0 4px 20px rgba(97,31,105,0.08);
            color: #1d1c1d;
        }
:where(.programari) .related-link-card:hover .related-link-icon { background: #611f69; }
:where(.programari) .related-link-icon {
            width: 40px; height: 40px; min-width: 40px;
            border-radius: 8px;
            background: #f0e8f1;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }
:where(.programari) .related-link-icon svg { width: 20px; height: 20px; color: #611f69; transition: color 0.3s ease; }
:where(.programari) .related-link-card:hover .related-link-icon svg { color: #fff; }
:where(.programari) .related-link-text { flex: 1; }
:where(.programari) .related-link-text strong { display: block; font-size: 0.9375rem; font-weight: 600; margin-bottom: 0.125rem; }
:where(.programari) .related-link-text span { font-size: 0.8125rem; color: #696969; }
:where(.programari) .related-link-arrow { color: #b5b3b5; }
:where(.programari) .related-link-arrow svg { width: 18px; height: 18px; }
/* ========== LANDING FOOTER ========== */
:where(.programari) .footer {
            background: #1d1c1d;
            color: #b5b3b5;
            padding: 4rem 0 2rem;
        }
:where(.programari) .footer h4 {
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 1.25rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
:where(.programari) .footer h4 i { width: 20px; height: 20px; color: #611f69; }
:where(.programari) .footer p { font-size: 0.875rem; line-height: 1.6; }
:where(.programari) .footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
:where(.programari) .footer-col a {
            display: block;
            color: #b5b3b5;
            font-size: 0.875rem;
            padding: 0.25rem 0;
            transition: color 0.3s;
        }
:where(.programari) .footer-col a:hover { color: #fff; }
:where(.programari) .footer-contact-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }
:where(.programari) .footer-contact-item svg { width: 16px; height: 16px; color: #611f69; flex-shrink: 0; }
:where(.programari) .footer-contact-item a { display: inline; padding: 0; }
:where(.programari) .footer-bottom {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #333;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            text-align: center;
        }
:where(.programari) .footer-bottom p { font-size: 0.8125rem; color: #696969; }
:where(.programari) .footer-legal { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
:where(.programari) .footer-legal a { color: #696969; font-size: 0.8125rem; transition: color 0.3s; }
:where(.programari) .footer-legal a:hover { color: #fff; }
:where(.programari) .footer-trust-badges { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
:where(.programari) .footer-trust-badges img { height: 40px; width: auto; }
/* ========== FAQ ========== */
:where(.programari) .faq-list { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
:where(.programari) .faq-item { border-bottom: 1px solid #ebeaeb; }
:where(.programari) .faq-item:first-child { border-top: 1px solid #ebeaeb; }
:where(.programari) .faq-question {
            width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
            padding: 1.25rem 0; text-align: left; font-size: 1rem; font-weight: 600; color: #1d1c1d;
            background: none; border: none; cursor: pointer; font-family: inherit; transition: color 0.2s ease;
        }
:where(.programari) .faq-question:hover { color: #611f69; }
:where(.programari) .faq-question svg { width: 20px; height: 20px; color: #611f69; flex-shrink: 0; transition: transform 0.3s ease; }
:where(.programari) .faq-item.open .faq-question svg { transform: rotate(45deg); }
:where(.programari) .faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
:where(.programari) .faq-item.open .faq-answer { max-height: 400px; }
:where(.programari) .faq-answer-inner { padding-bottom: 1.25rem; font-size: 0.9375rem; color: #454245; line-height: 1.65; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.programari) .steps-grid { grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; }
    :where(.programari) .step-connector { display: block; }
    :where(.programari) .features-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.programari) .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.programari) .related-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    :where(.programari) .navbar-links { display: flex; }
    :where(.programari) .navbar-actions { display: flex; }
    :where(.programari) .navbar-hamburger { display: none; }
    :where(.programari) .features-grid { grid-template-columns: repeat(3, 1fr); }
    :where(.programari) .page-public-layout { grid-template-columns: 1fr 1fr; }
    :where(.programari) .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
    :where(.programari) .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---- programari-online-psiholog.php: extrase din inline style ---- */
:where(.programari) .section.bg-soft { background: #f8f7f8; }
:where(.programari) .section.bg-warm { background: #fefcf3; }
:where(.programari) .bg-primary { background: #611f69; }
:where(.programari) .bg-primary-dark { background: #4a154b; }
:where(.programari) .bg-green { background: #2eb67d; }
:where(.programari) .bg-danger { background: #c01343; }
:where(.programari) .mock-dot.is-red { background: #ff5f56; }
:where(.programari) .mock-dot.is-yellow { background: #ffbd2e; }
:where(.programari) .mock-dot.is-green { background: #27c93f; }

/* ============================================================
   E-FACTURA (e-factura-psiholog.php) — scope: :where(.efactura)
   ============================================================ */
body:where(.efactura) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.efactura) img { max-width: 100%; height: auto; display: block; }
:where(.efactura) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.efactura) a:hover { color: #611f69; }
:where(.efactura) ul, :where(.efactura) ol { list-style: none; }
:where(.efactura) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.efactura) h1, :where(.efactura) h2, :where(.efactura) h3, :where(.efactura) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.efactura) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.efactura) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.efactura) .text-small { font-size: 0.875rem; line-height: 1.429; }
:where(.efactura) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.efactura) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.efactura) .section {
            padding: 3rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.efactura) .section:first-of-type { border-top: none; }
:where(.efactura) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.efactura) .section-header .h2-section { margin-bottom: 1rem; }
:where(.efactura) .section-header p { color: #696969; }
/* ========== PAGE HERO ========== */
:where(.efactura) .page-hero {
            padding: 7rem 0 4rem;
            background: linear-gradient(135deg, #611f69 0%, #4a154b 100%);
            color: #fff;
            text-align: center;
        }
:where(.efactura) .page-hero h1 { color: #fff; margin-bottom: 1rem; }
:where(.efactura) .page-hero .hero-subtitle {
            color: rgba(255,255,255,0.85);
            max-width: 42rem;
            margin: 0 auto 2rem;
            font-size: 1.125rem;
            line-height: 1.6;
        }
:where(.efactura) .hero-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            margin-bottom: 2.5rem;
        }
:where(.efactura) .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
            padding: 0.375rem 0.875rem;
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 100px;
            font-size: 0.8125rem;
            font-weight: 500;
            color: #fff;
        }
:where(.efactura) .hero-badge svg { width: 14px; height: 14px; }
:where(.efactura) .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
/* ========== BREADCRUMBS ========== */
:where(.efactura) .breadcrumbs {
            padding: 0.875rem 0;
            border-bottom: 1px solid #ebeaeb;
            background: #f8f7f8;
        }
:where(.efactura) .breadcrumbs-inner {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8125rem;
            color: #696969;
        }
:where(.efactura) .breadcrumbs-inner a { color: #696969; }
:where(.efactura) .breadcrumbs-inner a:hover { color: #611f69; }
:where(.efactura) .breadcrumbs-inner svg { width: 14px; height: 14px; color: #b5b3b5; }
/* ========== INFO BOX ========== */
:where(.efactura) .info-box {
            background: #fff3cd;
            border: 1px solid #ffc107;
            border-left: 4px solid #ffc107;
            border-radius: 8px;
            padding: 1rem 1.25rem;
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            font-size: 0.9375rem;
            color: #664d03;
            margin-bottom: 2rem;
        }
:where(.efactura) .info-box svg { width: 20px; height: 20px; color: #ffc107; flex-shrink: 0; margin-top: 2px; }
:where(.efactura) .info-box strong { color: #3d2e02; }
/* ========== TWO COLUMN INTRO ========== */
:where(.efactura) .intro-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: start;
        }
:where(.efactura) .intro-text p { color: #454245; line-height: 1.7; margin-bottom: 1rem; }
:where(.efactura) .intro-text p:last-child { margin-bottom: 0; }
:where(.efactura) .intro-highlight {
            background: #f8f7f8;
            border: 1px solid #ebeaeb;
            border-radius: 12px;
            padding: 1.75rem;
        }
:where(.efactura) .intro-highlight h3 {
            font-size: 1rem;
            font-weight: 700;
            color: #611f69;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
:where(.efactura) .intro-highlight h3 i { width: 18px; height: 18px; }
:where(.efactura) .intro-highlight ul { display: flex; flex-direction: column; gap: 0.625rem; }
:where(.efactura) .intro-highlight li {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.9375rem;
            color: #454245;
        }
:where(.efactura) .intro-highlight li svg { width: 16px; height: 16px; color: #2eb67d; flex-shrink: 0; margin-top: 3px; }
/* ========== REASONS GRID ========== */
:where(.efactura) .reasons-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
/* Suprafata comuna carduri (dedup intern pagina) — radius/hover difera per card */
:where(.efactura) .reason-card, :where(.efactura) .related-link-card {
            background: #fff;
            border: 1px solid #ebeaeb;
        }
:where(.efactura) .reason-card {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            padding: 1.75rem;
            border-radius: 12px;
            transition: box-shadow 0.3s ease;
        }
:where(.efactura) .reason-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
:where(.efactura) .reason-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f4ede4, #ece0d1);
        }
:where(.efactura) .reason-icon svg { width: 24px; height: 24px; color: #611f69; }
:where(.efactura) .reason-body h3 {
            font-size: 1.0625rem;
            font-weight: 700;
            margin-bottom: 0.375rem;
        }
:where(.efactura) .reason-body p {
            font-size: 0.9375rem;
            color: #696969;
            line-height: 1.55;
        }
/* ========== STEPS ========== */
:where(.efactura) .steps-list {
            display: flex;
            flex-direction: column;
            gap: 0;
            max-width: 50rem;
            margin: 0 auto;
        }
:where(.efactura) .step-item {
            display: flex;
            gap: 1.5rem;
            position: relative;
        }
:where(.efactura) .step-item + .step-item { margin-top: 0; }
:where(.efactura) .step-left {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-shrink: 0;
        }
:where(.efactura) .step-number {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #611f69;
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            z-index: 1;
        }
:where(.efactura) .step-line {
            width: 2px;
            flex: 1;
            background: #ebeaeb;
            margin: 4px 0;
            min-height: 2.5rem;
        }
:where(.efactura) .step-item:last-child .step-line { display: none; }
:where(.efactura) .step-content {
            padding: 0 0 2.5rem 0;
        }
:where(.efactura) .step-content h3 {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            padding-top: 0.625rem;
        }
:where(.efactura) .step-content p {
            font-size: 0.9375rem;
            color: #696969;
            line-height: 1.6;
        }
:where(.efactura) .step-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            padding: 0.25rem 0.625rem;
            background: #ede9fe;
            color: #6d28d9;
            border-radius: 100px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-top: 0.5rem;
        }
:where(.efactura) .step-tag svg { width: 12px; height: 12px; }
/* ========== FEATURES LIST ========== */
:where(.efactura) .features-check-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.875rem;
            max-width: 48rem;
            margin: 0 auto;
        }
:where(.efactura) .feature-check-item {
            display: flex;
            align-items: flex-start;
            gap: 0.875rem;
            padding: 1.125rem 1.25rem;
            background: #fff;
            border: 1px solid #ebeaeb;
            border-radius: 10px;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }
:where(.efactura) .feature-check-item:hover {
            border-color: #611f69;
            box-shadow: 0 2px 12px rgba(97,31,105,0.08);
        }
:where(.efactura) .feature-check-icon {
            width: 32px;
            height: 32px;
            min-width: 32px;
            border-radius: 8px;
            background: #e8f5e9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
:where(.efactura) .feature-check-icon svg { width: 16px; height: 16px; color: #2eb67d; }
:where(.efactura) .feature-check-body { flex: 1; }
:where(.efactura) .feature-check-body strong {
            display: block;
            font-size: 0.9375rem;
            font-weight: 700;
            color: #1d1c1d;
            margin-bottom: 0.125rem;
        }
:where(.efactura) .feature-check-body span {
            font-size: 0.875rem;
            color: #696969;
            line-height: 1.5;
        }
/* ========== CTA SECTION ========== */
:where(.efactura) .cta-section {
            background: #1d1c1d;
            color: #fff;
            text-align: center;
            padding: 4rem 0;
        }
:where(.efactura) .cta-section h2 {
            color: #fff;
            margin-bottom: 1rem;
        }
:where(.efactura) .cta-section p {
            color: rgba(255,255,255,0.7);
            max-width: 36rem;
            margin: 0 auto 2rem;
            font-size: 1rem;
        }
:where(.efactura) .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
:where(.efactura) .cta-note {
            margin-top: 1.25rem;
            font-size: 0.8125rem;
            color: rgba(255,255,255,0.45);
        }
/* ========== INTERNAL LINKS ========== */
:where(.efactura) .related-links-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }
:where(.efactura) .related-link-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-radius: 10px;
            text-decoration: none;
            color: #1d1c1d;
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }
:where(.efactura) .related-link-card:hover {
            border-color: #611f69;
            box-shadow: 0 4px 20px rgba(97,31,105,0.08);
            color: #1d1c1d;
        }
:where(.efactura) .related-link-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f4ede4, #ece0d1);
        }
:where(.efactura) .related-link-icon svg { width: 22px; height: 22px; color: #611f69; }
:where(.efactura) .related-link-body { flex: 1; }
:where(.efactura) .related-link-body strong {
            display: block;
            font-size: 0.9375rem;
            font-weight: 700;
            margin-bottom: 0.125rem;
        }
:where(.efactura) .related-link-body span {
            font-size: 0.8125rem;
            color: #696969;
        }
:where(.efactura) .related-link-arrow {
            width: 20px;
            height: 20px;
            color: #b5b3b5;
            flex-shrink: 0;
        }
/* ========== FAQ ========== */
:where(.efactura) .faq-list { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
:where(.efactura) .faq-item { border-bottom: 1px solid #ebeaeb; }
:where(.efactura) .faq-item:first-child { border-top: 1px solid #ebeaeb; }
:where(.efactura) .faq-question {
            width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
            padding: 1.25rem 0; text-align: left; font-size: 1rem; font-weight: 600; color: #1d1c1d;
            background: none; border: none; cursor: pointer; font-family: inherit; transition: color 0.2s ease;
        }
:where(.efactura) .faq-question:hover { color: #611f69; }
:where(.efactura) .faq-question svg { width: 20px; height: 20px; color: #611f69; flex-shrink: 0; transition: transform 0.3s ease; }
:where(.efactura) .faq-item.open .faq-question svg { transform: rotate(45deg); }
:where(.efactura) .faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
:where(.efactura) .faq-item.open .faq-answer { max-height: 400px; }
:where(.efactura) .faq-answer-inner { padding-bottom: 1.25rem; font-size: 0.9375rem; color: #454245; line-height: 1.65; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.efactura) .reasons-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.efactura) .features-check-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.efactura) .related-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    :where(.efactura) .intro-grid { grid-template-columns: 1fr 1fr; }
    :where(.efactura) .reasons-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- e-factura-psiholog.php: extrase din inline style ---- */
:where(.efactura) .section.bg-soft { background: #f8f7f8; }
:where(.efactura) .btn-secondary.on-dark { color: #fff; background: rgba(255,255,255,0.08); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.7); }
:where(.efactura) .p-note { font-size: 0.875rem; color: #696969; margin-top: 0.5rem; }

/* ============================================================
   SECURITATE (securitate.php) — scope: :where(.securitate)
   ============================================================ */
body:where(.securitate) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1rem; line-height: 1.6; color: #1d1c1d; background: #fff;
            -webkit-font-smoothing: antialiased;
        }
:where(.securitate) a { color: #611f69; text-decoration: none; transition: color 0.2s; }
:where(.securitate) a:hover { color: #7c3085; }
:where(.securitate) img { max-width: 100%; height: auto; display: block; }
/* Navbar */
:where(.securitate) .navbar {
            position: fixed; top: 0; left: 0; right: 0; height: 80px;
            display: flex; align-items: center; z-index: 1000;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1); padding: 0 4vw;
        }
:where(.securitate) .navbar.scrolled {
            background: #fff; box-shadow: 0 4px 40px rgba(0,0,0,0.08);
            border-radius: 50px; margin: 8px 16px 0; padding: 0 2rem;
        }
:where(.securitate) .navbar-inner {
            display: flex; align-items: center; justify-content: space-between;
            width: 100%; max-width: 76.875rem; margin: 0 auto;
        }
:where(.securitate) .navbar-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: #611f69; font-weight: 800; font-size: 1.5rem; }
:where(.securitate) .navbar-logo i { width: 28px; height: 28px; }
:where(.securitate) .navbar-links { display: none; align-items: center; gap: 2rem; }
:where(.securitate) .navbar-links a { font-size: 0.9375rem; font-weight: 500; color: #1d1c1d; text-decoration: none; }
:where(.securitate) .navbar-links a:hover { color: #611f69; }
:where(.securitate) .navbar-links a.active { color: #611f69; font-weight: 700; }
:where(.securitate) .navbar-actions { display: none; align-items: center; gap: 0.75rem; }
:where(.securitate) .btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
            padding: 12px 24px; border-radius: 4px; font-size: 0.8125rem; font-weight: 700;
            letter-spacing: 0.057em; text-transform: uppercase; text-decoration: none;
            transition: all 0.3s; white-space: nowrap; border: none; cursor: pointer;
        }
:where(.securitate) .btn-primary { background: #611f69; color: #fff; }
:where(.securitate) .btn-primary:hover { background: #7c3085; color: #fff; }
:where(.securitate) .btn-secondary { background: #f0e8f2; color: #611f69; }
:where(.securitate) .btn-secondary:hover { background: #e0d0e6; color: #611f69; }
:where(.securitate) .btn-sm { padding: 8px 16px; font-size: 0.75rem; }
:where(.securitate) .navbar-hamburger {
            display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px;
        }
:where(.securitate) .navbar-hamburger span { display: block; width: 24px; height: 2px; background: #1d1c1d; transition: 0.3s; }
:where(.securitate) .navbar-mobile {
            display: none; flex-direction: column; position: fixed; top: 80px; left: 0; right: 0;
            background: #fff; padding: 1.5rem; gap: 1rem; z-index: 999;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        }
:where(.securitate) .navbar-mobile.open { display: flex; }
:where(.securitate) .navbar-mobile a { font-size: 1rem; font-weight: 600; color: #1d1c1d; padding: 0.5rem 0; }
:where(.securitate) .navbar-mobile-actions { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
@media(min-width:900px) {
    :where(.securitate) .navbar-links, :where(.securitate) .navbar-actions { display: flex; }
    :where(.securitate) .navbar-hamburger { display: none; }
}
/* Container */
:where(.securitate) .container { max-width: 76.875rem; margin: 0 auto; padding: 0 1.5rem; }
/* Hero */
:where(.securitate) .sec-hero {
            background: linear-gradient(135deg, #1a0a1f 0%, #3d1047 60%, #611f69 100%);
            padding: 8rem 0 5rem; text-align: center; color: #fff;
        }
:where(.securitate) .sec-hero-badge {
            display: inline-flex; align-items: center; gap: 0.5rem;
            background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
            border-radius: 2rem; padding: 0.4rem 1rem; font-size: 0.8125rem; font-weight: 600;
            color: #e8d5ec; margin-bottom: 1.5rem;
        }
:where(.securitate) .sec-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.15; }
:where(.securitate) .sec-hero p { font-size: 1.125rem; opacity: 0.85; max-width: 600px; margin: 0 auto 2.5rem; }
:where(.securitate) .hero-trust-badges {
            display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;
        }
:where(.securitate) .trust-badge {
            display: inline-flex; align-items: center; gap: 0.4rem;
            background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
            border-radius: 6px; padding: 0.5rem 0.875rem; font-size: 0.8125rem; font-weight: 600; color: #fff;
        }
:where(.securitate) .trust-badge i { width: 14px; height: 14px; }
/* Audit banner */
:where(.securitate) .audit-banner {
            background: #fff8e1; border: 1.5px solid #f59e0b; border-radius: 12px;
            padding: 1.5rem 2rem; margin: 3rem 0;
            display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
        }
:where(.securitate) .audit-banner-icon { flex-shrink: 0; }
:where(.securitate) .audit-banner-icon i { width: 40px; height: 40px; color: #d97706; }
:where(.securitate) .audit-banner-text h3 { font-size: 1.05rem; font-weight: 700; color: #92400e; margin-bottom: 0.25rem; }
:where(.securitate) .audit-banner-text p { font-size: 0.9rem; color: #78350f; }
:where(.securitate) .audit-banner-text a { color: #d97706; font-weight: 600; text-decoration: underline; }
/* Grid de features */
:where(.securitate) .sec-section { padding: 4rem 0; }
:where(.securitate) .sec-section-title { font-size: 1.75rem; font-weight: 800; margin-bottom: 0.5rem; }
:where(.securitate) .sec-section-sub { color: #4a4a4a; font-size: 1rem; margin-bottom: 3rem; max-width: 560px; }
:where(.securitate) .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
:where(.securitate) .feature-card {
            background: #faf9fb; border: 1.5px solid #e8dcea; border-radius: 12px;
            padding: 1.75rem; transition: border-color 0.2s, box-shadow 0.2s;
        }
:where(.securitate) .feature-card:hover { border-color: #611f69; box-shadow: 0 4px 20px rgba(97,31,105,0.08); }
:where(.securitate) .feature-card-icon {
            width: 48px; height: 48px; border-radius: 10px;
            background: #f0e8f2; display: flex; align-items: center; justify-content: center;
            margin-bottom: 1rem;
        }
:where(.securitate) .feature-card-icon i { width: 22px; height: 22px; color: #611f69; }
:where(.securitate) .feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
:where(.securitate) .feature-card p { font-size: 0.9rem; color: #4a4a4a; line-height: 1.6; }
/* Conformitate section */
:where(.securitate) .compliance-section { background: #f8f4f9; padding: 4rem 0; }
:where(.securitate) .compliance-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.25rem; }
:where(.securitate) .compliance-item {
            background: #fff; border: 1.5px solid #e8dcea; border-radius: 10px;
            padding: 1.5rem; text-align: center;
        }
:where(.securitate) .compliance-item i { width: 28px; height: 28px; color: #611f69; margin: 0 auto 0.75rem; }
:where(.securitate) .compliance-item h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.25rem; }
:where(.securitate) .compliance-item p { font-size: 0.8125rem; color: #666; }
/* FAQ */
:where(.securitate) .faq-section { padding: 4rem 0; }
:where(.securitate) .faq-item { border-bottom: 1px solid #e8dcea; }
:where(.securitate) .faq-question {
            width: 100%; background: none; border: none; cursor: pointer;
            display: flex; justify-content: space-between; align-items: center;
            padding: 1.25rem 0; font-size: 1rem; font-weight: 600; color: #1d1c1d;
            text-align: left; gap: 1rem;
        }
:where(.securitate) .faq-question:hover { color: #611f69; }
:where(.securitate) .faq-question i { flex-shrink: 0; width: 18px; height: 18px; transition: transform 0.3s; color: #611f69; }
:where(.securitate) .faq-question.open i { transform: rotate(180deg); }
:where(.securitate) .faq-answer { display: none; padding: 0 0 1.25rem; font-size: 0.9375rem; color: #4a4a4a; line-height: 1.7; }
:where(.securitate) .faq-answer.open { display: block; }
/* CTA final */
:where(.securitate) .cta-section {
            background: linear-gradient(135deg, #611f69, #7c3085); color: #fff;
            padding: 4rem 0; text-align: center;
        }
:where(.securitate) .cta-section h2 { font-size: 1.75rem; font-weight: 800; margin-bottom: 0.75rem; }
:where(.securitate) .cta-section p { opacity: 0.85; margin-bottom: 2rem; font-size: 1rem; }
/* Footer */
:where(.securitate) .site-footer { background: #1a0a1f; color: #ababad; padding: 3rem 0 1.5rem; }
:where(.securitate) .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
:where(.securitate) .footer-brand h4 { color: #fff; font-size: 1.25rem; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
:where(.securitate) .footer-brand p { font-size: 0.875rem; margin-bottom: 0.25rem; }
:where(.securitate) .footer-col h4 { color: #fff; font-size: 0.9375rem; margin-bottom: 0.75rem; }
:where(.securitate) .footer-col a { display: block; color: #ababad; font-size: 0.875rem; margin-bottom: 0.5rem; }
:where(.securitate) .footer-col a:hover { color: #fff; }
:where(.securitate) .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8125rem; }
:where(.securitate) .footer-legal { display: flex; gap: 1.5rem; }
:where(.securitate) .footer-legal a { color: #ababad; }
:where(.securitate) .footer-legal a:hover { color: #fff; }
@media(max-width: 768px) {
    :where(.securitate) .footer-inner { grid-template-columns: 1fr; }
    :where(.securitate) .features-grid { grid-template-columns: 1fr; }
    :where(.securitate) .compliance-grid { grid-template-columns: repeat(2, 1fr); }
    :where(.securitate) .audit-banner { flex-direction: column; text-align: center; }
}

/* ---- securitate.php: extrase din inline style ---- */
:where(.securitate) .sec-section-sub.centered { text-align: center; margin: 0 auto 2.5rem; }
:where(.securitate) .container.narrow-800 { max-width: 800px; }
:where(.securitate) .btn.btn-white-lg { background: #fff; color: #611f69; font-size: 0.9375rem; padding: 14px 32px; }

/* ============================================================
   DEZVOLTARE (dezvoltare.php) — scope: :where(.dezvoltare)
   ============================================================ */
body:where(.dezvoltare) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 1.125rem;
            line-height: 1.555;
            letter-spacing: -0.0012em;
            color: #1d1c1d;
            background: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
:where(.dezvoltare) img { max-width: 100%; height: auto; display: block; }
:where(.dezvoltare) a { color: #1264a3; text-decoration: none; transition: color 0.42s cubic-bezier(.165,.84,.44,1); }
:where(.dezvoltare) a:hover { color: #611f69; }
:where(.dezvoltare) ul, :where(.dezvoltare) ol { list-style: none; }
:where(.dezvoltare) button { cursor: pointer; border: none; background: none; font-family: inherit; }
:where(.dezvoltare) h1, :where(.dezvoltare) h2, :where(.dezvoltare) h3, :where(.dezvoltare) h4 { color: #1d1c1d; }
/* ========== TYPOGRAPHY ========== */
:where(.dezvoltare) .h1-hero {
            font-size: clamp(2rem, 2.88vw + 1.28rem, 3.125rem);
            line-height: 1.12;
            letter-spacing: -0.012em;
            font-weight: 700;
        }
:where(.dezvoltare) .h2-section {
            font-size: clamp(1.75rem, 0.64vw + 1.59rem, 2rem);
            line-height: 1.25;
            letter-spacing: -0.008em;
            font-weight: 700;
        }
:where(.dezvoltare) .text-small { font-size: 0.875rem; line-height: 1.429; }
:where(.dezvoltare) .text-muted { color: #696969; }
/* ========== LAYOUT ========== */
:where(.dezvoltare) .container {
            max-width: 76.875rem;
            margin: 0 auto;
            padding: 0 8vw;
        }
:where(.dezvoltare) .section {
            padding: 3rem 0;
            border-top: 1px solid #ebeaeb;
        }
:where(.dezvoltare) .section:first-of-type { border-top: none; }
:where(.dezvoltare) .section-header {
            text-align: center;
            max-width: 48rem;
            margin: 0 auto 2.5rem;
        }
:where(.dezvoltare) .section-header .h2-section { margin-bottom: 1rem; }
:where(.dezvoltare) .section-header p { color: #696969; }
/* ========== BUTTONS ========== */
:where(.dezvoltare) .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 19px 40px;
            border-radius: 4px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.057em;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.42s cubic-bezier(.165,.84,.44,1);
            white-space: nowrap;
        }
:where(.dezvoltare) .btn-primary { background: #611f69; color: #fff; }
:where(.dezvoltare) .btn-primary:hover { background: #4a154b; color: #fff; }
:where(.dezvoltare) .btn-secondary { background: transparent; color: #611f69; box-shadow: inset 0 0 0 1px #611f69; }
:where(.dezvoltare) .btn-secondary:hover { box-shadow: inset 0 0 0 2px #611f69; color: #611f69; }
:where(.dezvoltare) .btn-sm { padding: 12px 24px; font-size: 0.8125rem; }
/* ========== PAGE HERO ========== */
:where(.dezvoltare) .page-hero {
            padding: 7rem 0 3rem;
            background: linear-gradient(135deg, #611f69 0%, #4a154b 100%);
            color: #fff;
            text-align: center;
        }
:where(.dezvoltare) .page-hero h1 { color: #fff; margin-bottom: 1rem; }
:where(.dezvoltare) .page-hero p { color: rgba(255,255,255,0.8); max-width: 40rem; margin: 0 auto; font-size: 1.125rem; }
/* ========== FEATURE CATEGORIES ========== */
:where(.dezvoltare) .features-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
/* Suprafata comuna carduri (dedup intern pagina) — radius/hover difera per card */
:where(.dezvoltare) .feature-category, :where(.dezvoltare) .progress-item, :where(.dezvoltare) .planned-item, :where(.dezvoltare) .suggest-form-wrapper {
            background: #fff;
            border: 1px solid #ebeaeb;
        }
:where(.dezvoltare) .feature-category {
            border-radius: 12px;
            padding: 2rem;
            transition: box-shadow 0.3s ease;
        }
:where(.dezvoltare) .feature-category:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
:where(.dezvoltare) .feature-category-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1.25rem;
        }
:where(.dezvoltare) .feature-category-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            background: linear-gradient(135deg, #611f69, #4a154b);
        }
:where(.dezvoltare) .feature-category-icon i, :where(.dezvoltare) .feature-category-icon svg { width: 22px; height: 22px; color: #fff; stroke: #fff; }
:where(.dezvoltare) .feature-category-header h3 { font-size: 1.25rem; font-weight: 700; }
:where(.dezvoltare) .feature-list { display: flex; flex-direction: column; gap: 0.625rem; }
:where(.dezvoltare) .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.5;
        }
:where(.dezvoltare) .feature-item .check-icon {
            width: 20px; height: 20px; min-width: 20px;
            border-radius: 50%;
            background: #e8f5e9;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }
:where(.dezvoltare) .feature-item .check-icon i { width: 12px; height: 12px; color: #2e7d32; }
/* ========== IN PROGRESS ========== */
:where(.dezvoltare) .progress-list { display: flex; flex-direction: column; gap: 1rem; max-width: 42rem; margin: 0 auto; }
:where(.dezvoltare) .progress-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-radius: 10px;
            border-left: 4px solid #f59e0b;
        }
:where(.dezvoltare) .pulse-dot {
            width: 10px; height: 10px; min-width: 10px;
            border-radius: 50%;
            background: #f59e0b;
            animation: pulse 2s infinite;
            margin-top: 6px;
        }
@keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }
            70% { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
            100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
        }
:where(.dezvoltare) .progress-item-text { font-size: 0.9375rem; color: #454245; }
:where(.dezvoltare) .progress-item-text strong { color: #1d1c1d; font-weight: 600; }
/* ========== PLANNED ========== */
:where(.dezvoltare) .planned-list { display: flex; flex-direction: column; gap: 1rem; max-width: 42rem; margin: 0 auto; }
:where(.dezvoltare) .planned-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-radius: 10px;
            border-left: 4px solid #8b5cf6;
        }
:where(.dezvoltare) .planned-icon {
            width: 36px; height: 36px; min-width: 36px;
            border-radius: 50%;
            background: #ede9fe;
            display: flex;
            align-items: center;
            justify-content: center;
        }
:where(.dezvoltare) .planned-icon i { width: 18px; height: 18px; color: #7c3aed; }
:where(.dezvoltare) .planned-item-text { font-size: 0.9375rem; color: #454245; line-height: 1.5; padding-top: 0.375rem; }
/* ========== SUGGESTION FORM ========== */
:where(.dezvoltare) .suggest-form-wrapper {
            max-width: 40rem;
            margin: 0 auto;
            border-radius: 12px;
            padding: 2rem;
        }
:where(.dezvoltare) .form-group { margin-bottom: 1.25rem; }
:where(.dezvoltare) .form-group label {
            display: block;
            font-size: 0.875rem;
            font-weight: 600;
            color: #1d1c1d;
            margin-bottom: 0.375rem;
        }
:where(.dezvoltare) .form-group input, :where(.dezvoltare) .form-group textarea {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #d1d0d1;
            border-radius: 6px;
            font-family: inherit;
            font-size: 0.9375rem;
            color: #1d1c1d;
            transition: border-color 0.2s ease;
            background: #fff;
        }
:where(.dezvoltare) .form-group input:focus, :where(.dezvoltare) .form-group textarea:focus {
            outline: none;
            border-color: #611f69;
            box-shadow: 0 0 0 3px rgba(97,31,105,0.1);
        }
:where(.dezvoltare) .form-group textarea { min-height: 120px; resize: vertical; }
:where(.dezvoltare) .form-group .form-hint { font-size: 0.8125rem; color: #696969; margin-top: 0.25rem; }
:where(.dezvoltare) .hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
:where(.dezvoltare) .alert {
            padding: 1rem 1.25rem;
            border-radius: 8px;
            font-size: 0.9375rem;
            margin-bottom: 1.25rem;
            display: flex;
            align-items: center;
            gap: 0.625rem;
        }
:where(.dezvoltare) .alert-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
:where(.dezvoltare) .alert-error { background: #fce4ec; color: #c62828; border: 1px solid #f8bbd0; }
:where(.dezvoltare) .alert-warning { background: #fff3e0; color: #e65100; border: 1px solid #ffe0b2; }
:where(.dezvoltare) .btn-submit {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 14px 32px;
            border-radius: 6px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            background: #611f69;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background 0.3s ease;
        }
:where(.dezvoltare) .btn-submit:hover { background: #4a154b; }
/* ========== FOOTER NOTE ========== */
:where(.dezvoltare) .footer-note {
            max-width: 48rem;
            margin: 0 auto;
            text-align: center;
            padding: 2rem;
            background: #f8f7f8;
            border-radius: 12px;
            font-size: 0.9375rem;
            color: #454245;
            line-height: 1.6;
        }
:where(.dezvoltare) .footer-note i { width: 20px; height: 20px; color: #611f69; vertical-align: -4px; }
/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
    :where(.dezvoltare) .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    :where(.dezvoltare) .features-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---- dezvoltare.php: extrase din inline style (email template ramane inline) ---- */
:where(.dezvoltare) .section.bg-soft { background: #f8f7f8; }
:where(.dezvoltare) .section.bg-warm { background: #fefcf3; }
:where(.dezvoltare) .form-group.consent-row { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
:where(.dezvoltare) .form-group .consent-label { font-size: 0.875rem; color: #696969; cursor: pointer; }
:where(.dezvoltare) .form-group .consent-label a { color: #611f69; text-decoration: underline; }
:where(.dezvoltare) .form-group .consent-check { width: 18px; height: 18px; accent-color: #611f69; cursor: pointer; flex-shrink: 0; }

/* ============================================================
   PROGRAMARE-POLITICA (programare-politica.php) — scope: :where(.politica)
   ============================================================ */
body:where(.politica) {
            font-family: 'Nunito', sans-serif; background: #f7f5f8; color: #333;
            line-height: 1.7; min-height: 100vh;
        }
:where(.politica) .pp-header {
            background: linear-gradient(135deg, #611f69, #4a154b);
            color: #fff; padding: 32px 20px; text-align: center;
        }
:where(.politica) .pp-header h1 { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
:where(.politica) .pp-header p { font-size: 14px; opacity: 0.85; }
:where(.politica) .pp-container {
            max-width: 680px; margin: -20px auto 40px; padding: 0 16px;
        }
:where(.politica) .pp-card {
            background: #fff; border-radius: 14px; padding: 28px 24px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 20px;
        }
:where(.politica) .pp-card-title {
            font-size: 17px; font-weight: 700; color: #611f69; margin-bottom: 12px;
            display: flex; align-items: center; gap: 8px;
        }
:where(.politica) .pp-card p, :where(.politica) .pp-card li { font-size: 14px; color: #555; }
:where(.politica) .pp-card ul { padding-left: 0; list-style: none; }
:where(.politica) .pp-card ul li { padding: 6px 0; display: flex; align-items: flex-start; gap: 8px; }
:where(.politica) .pp-card ul li::before { display: none; }
:where(.politica) .pp-bullet { width: 6px; height: 6px; border-radius: 50%; background: #611f69; flex-shrink: 0; margin-top: 8px; }
:where(.politica) .pp-tarife-table {
            width: 100%; border-collapse: collapse; margin-top: 8px;
        }
:where(.politica) .pp-tarife-table th {
            text-align: left; font-size: 12px; font-weight: 700; color: #888;
            text-transform: uppercase; letter-spacing: 0.05em; padding: 8px 0;
            border-bottom: 2px solid #f0f0f0;
        }
:where(.politica) .pp-tarife-table td {
            padding: 10px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px;
        }
:where(.politica) .pp-tarife-table td:last-child { text-align: right; font-weight: 700; color: #611f69; }
:where(.politica) .pp-contact-item {
            display: flex; align-items: center; gap: 10px; padding: 8px 0;
            font-size: 14px;
        }
:where(.politica) .pp-contact-item a { color: #611f69; font-weight: 600; text-decoration: none; }
:where(.politica) .pp-contact-item a:hover { text-decoration: underline; }
:where(.politica) .pp-badges {
            display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
            padding: 16px 0 0; margin-top: 12px; border-top: 1px solid #f0f0f0;
        }
:where(.politica) .pp-badge {
            display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px;
            background: #f5f0f6; border-radius: 20px; font-size: 12px;
            font-weight: 600; color: #611f69;
        }
:where(.politica) .pp-footer {
            text-align: center; padding: 20px; font-size: 12px; color: #999;
        }
:where(.politica) .pp-footer a { color: #611f69; text-decoration: none; }
:where(.politica) .pp-back-link {
            display: inline-flex; align-items: center; gap: 6px;
            margin-bottom: 20px; font-size: 14px; color: #611f69;
            text-decoration: none; font-weight: 600;
        }
:where(.politica) .pp-back-link:hover { text-decoration: underline; }
@media (max-width: 480px) {
    :where(.politica) .pp-card { padding: 20px 16px; }
    :where(.politica) .pp-header h1 { font-size: 19px; }
}

/* ---- programare-politica.php: extrase din inline style ---- */
:where(.politica) .ico-inline-note { vertical-align: middle; margin-right: 4px; }
:where(.politica) .preline { white-space: pre-line; }
:where(.politica) .pol-divider { margin-top: 16px; padding-top: 12px; border-top: 1px solid #f0f0f0; }
:where(.politica) .pol-subtitle { font-weight: 600; margin-bottom: 6px; color: #333; }
:where(.politica) .pol-note-box { margin-top: 16px; padding: 12px; background: #fef9e7; border-radius: 8px; font-size: 13px; color: #7d6608; }

/* ============================================================
   PROGRAMARE-CONFIRMARE (programare-confirmare.php) — scope: :where(.confirmare)
   ============================================================ */
body:where(.confirmare) {
            font-family: 'Nunito', sans-serif; background: #f7f5f8; color: #333;
            display: flex; align-items: center; justify-content: center; min-height: 100vh;
            padding: 20px;
        }
:where(.confirmare) .confirm-card {
            background: #fff; border-radius: 16px; padding: 40px 32px; max-width: 500px;
            width: 100%; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
        }
:where(.confirmare) .confirm-icon {
            width: 64px; height: 64px; border-radius: 50%; display: flex;
            align-items: center; justify-content: center; margin: 0 auto 20px;
        }
:where(.confirmare) .confirm-icon.success { background: #e8f5e9; color: #2e7d32; }
:where(.confirmare) .confirm-icon.pending { background: #fff3e0; color: #e65100; }
:where(.confirmare) .confirm-icon.failed { background: #fce4ec; color: #c62828; }
:where(.confirmare) .confirm-title { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
:where(.confirmare) .confirm-subtitle { font-size: 14px; color: #666; margin-bottom: 24px; line-height: 1.6; }
:where(.confirmare) .confirm-details {
            background: #f9f5fa; border-radius: 12px; padding: 20px; margin: 20px 0;
            text-align: left;
        }
:where(.confirmare) .confirm-detail-row {
            display: flex; justify-content: space-between; padding: 6px 0;
            font-size: 14px;
        }
:where(.confirmare) .confirm-detail-label { color: #888; }
:where(.confirmare) .confirm-detail-value { font-weight: 600; color: #333; }
:where(.confirmare) .confirm-detail-value.amount { color: #611f69; font-size: 18px; }
:where(.confirmare) .confirm-actions { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
:where(.confirmare) .confirm-btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 8px;
            padding: 12px 24px; border-radius: 10px; font-size: 15px; font-weight: 600;
            text-decoration: none; border: none; cursor: pointer; transition: all 0.2s;
        }
:where(.confirmare) .confirm-btn-primary { background: #611f69; color: #fff; }
:where(.confirmare) .confirm-btn-primary:hover { background: #4a154b; }
:where(.confirmare) .confirm-btn-outline { background: transparent; color: #611f69; border: 2px solid #611f69; }
:where(.confirmare) .confirm-btn-outline:hover { background: #f9f5fa; }
:where(.confirmare) .confirm-footer { margin-top: 24px; font-size: 12px; color: #999; }
:where(.confirmare) .confirm-footer a { color: #611f69; text-decoration: none; }
@media (max-width: 480px) {
    :where(.confirmare) .confirm-card { padding: 28px 20px; }
    :where(.confirmare) .confirm-title { font-size: 19px; }
}

/* ---- programare-confirmare.php: extrase din inline style ---- */
:where(.confirmare) .confirm-detail-row.divider-top { border-top: 1px solid #e0d9e2; padding-top: 10px; margin-top: 6px; }

/* ============================================================
   SIMULATOR-TAXE (simulator-taxe-cabinet-psihologie.php) — scope: :where(.simulator)
   ============================================================ */
body:where(.simulator) {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f8f9fc;
            color: #1a1d3e;
            line-height: 1.7;
        }
:where(.simulator) .container { max-width: 980px; margin: 0 auto; padding: 0 20px; }
:where(.simulator) header.site {
            background: white; border-bottom: 1px solid #e2e5ee;
            padding: 14px 0; position: sticky; top: 0; z-index: 10;
        }
:where(.simulator) header.site .row {
            display: flex; align-items: center; justify-content: space-between;
        }
:where(.simulator) header.site a.logo {
            font-size: 1.25rem; font-weight: 800; color: #611f69;
            text-decoration: none; letter-spacing: -0.02em;
        }
:where(.simulator) header.site nav a {
            color: #3a4058; text-decoration: none; font-weight: 500;
            margin-left: 24px; font-size: 0.9375rem;
        }
:where(.simulator) header.site nav a.cta {
            background: #611f69; color: white; padding: 8px 16px;
            border-radius: 8px; font-weight: 600;
        }
@media (max-width: 600px) {
    :where(.simulator) header.site nav a:not(.cta) { display: none; }
}
:where(.simulator) section.hero {
            background: linear-gradient(135deg, #611f69 0%, #7c2b86 100%);
            color: white; padding: 60px 0 70px; text-align: center;
        }
:where(.simulator) section.hero h1 {
            font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: 14px; font-weight: 800;
            letter-spacing: -0.02em; line-height: 1.2;
        }
:where(.simulator) section.hero p { font-size: 1.0625rem; opacity: 0.92; max-width: 720px; margin: 0 auto; }
:where(.simulator) .badges {
            display: flex; gap: 12px; justify-content: center; margin-top: 22px; flex-wrap: wrap;
        }
:where(.simulator) .badge {
            background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 999px;
            font-size: 0.8125rem; font-weight: 500;
        }
:where(.simulator) section.tool { padding: 40px 0; }
:where(.simulator) section.cluster {
            background: white; padding: 50px 0; border-top: 1px solid #e2e5ee;
        }
:where(.simulator) section.cluster h2 {
            font-size: 1.5rem; margin-bottom: 8px; color: #1a1d3e;
        }
:where(.simulator) section.cluster .sub { color: #6b7280; margin-bottom: 28px; }
:where(.simulator) .cluster-grid {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 16px;
        }
:where(.simulator) .cluster-card {
            background: #fafbff; border: 1px solid #e2e5ee; border-radius: 10px;
            padding: 18px; text-decoration: none; color: inherit;
            transition: transform 0.15s, border-color 0.15s;
        }
:where(.simulator) .cluster-card:hover { transform: translateY(-2px); border-color: #611f69; }
:where(.simulator) .cluster-card h3 {
            font-size: 1rem; font-weight: 600; color: #611f69; margin-bottom: 6px;
        }
:where(.simulator) .cluster-card p {
            font-size: 0.875rem; color: #6b7280; line-height: 1.5;
        }
:where(.simulator) section.faq { padding: 50px 0; }
:where(.simulator) section.faq h2 { font-size: 1.5rem; margin-bottom: 24px; }
:where(.simulator) details {
            background: white; border: 1px solid #e2e5ee; border-radius: 10px;
            padding: 14px 18px; margin-bottom: 10px;
        }
:where(.simulator) details[open] { border-color: #611f69; }
:where(.simulator) summary {
            cursor: pointer; font-weight: 600; color: #1a1d3e; list-style: none;
            display: flex; justify-content: space-between; align-items: center;
        }
:where(.simulator) summary::-webkit-details-marker { display: none; }
:where(.simulator) summary::after {
            content: '+'; color: #611f69; font-size: 1.5rem; font-weight: 300;
            transition: transform 0.15s;
        }
:where(.simulator) details[open] summary::after { transform: rotate(45deg); }
:where(.simulator) details p { padding-top: 12px; color: #3a4058; font-size: 0.9375rem; }
:where(.simulator) section.cta {
            background: linear-gradient(135deg, #611f69 0%, #7c2b86 100%);
            color: white; padding: 50px 0; text-align: center;
        }
:where(.simulator) section.cta h2 { font-size: 1.5rem; margin-bottom: 10px; }
:where(.simulator) section.cta p { opacity: 0.92; margin-bottom: 20px; }
:where(.simulator) section.cta a {
            display: inline-block; background: white; color: #611f69;
            padding: 12px 28px; border-radius: 10px; font-weight: 700;
            text-decoration: none; font-size: 1rem;
        }
:where(.simulator) footer {
            background: #1a1d3e; color: #a8b0ce; padding: 30px 0; font-size: 0.875rem;
            text-align: center;
        }
:where(.simulator) footer a { color: white; text-decoration: none; margin: 0 12px; }

/* ============================================================
   RECENZIE (recenzie.php) — scope: :where(.recenzie)
   ============================================================ */
body:where(.recenzie) { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: linear-gradient(135deg, #f9f5fa 0%, #f0e8f2 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; }
:where(.recenzie) .card { background: #fff; border-radius: 16px; box-shadow: 0 8px 40px rgba(97,31,105,0.12); padding: 40px; max-width: 520px; width: 100%; }
:where(.recenzie) .logo { text-align: center; margin-bottom: 24px; }
:where(.recenzie) .logo-icon { width: 64px; height: 64px; border-radius: 16px; background: #611f69; color: #fff; font-size: 1.8rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
:where(.recenzie) h1 { font-size: 1.5rem; font-weight: 800; color: #1d1c1d; text-align: center; margin-bottom: 8px; }
:where(.recenzie) .subtitle { color: #666; text-align: center; margin-bottom: 28px; font-size: 0.95rem; }
:where(.recenzie) .form-group { margin-bottom: 20px; }
:where(.recenzie) label { display: block; font-weight: 600; margin-bottom: 6px; color: #333; font-size: 0.9rem; }
:where(.recenzie) .star-group { display: flex; gap: 8px; flex-direction: row-reverse; justify-content: flex-end; }
:where(.recenzie) .star-group input[type=radio] { display: none; }
:where(.recenzie) .star-group label { font-size: 2rem; color: #ddd; cursor: pointer; font-weight: normal; transition: color 0.15s; margin: 0; }
:where(.recenzie) .star-group input[type=radio]:checked ~ label, :where(.recenzie) .star-group label:hover, :where(.recenzie) .star-group label:hover ~ label { color: #f59e0b; }
:where(.recenzie) textarea { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 10px 14px; font-size: 0.95rem; font-family: inherit; resize: vertical; min-height: 100px; transition: border-color 0.2s; }
:where(.recenzie) textarea:focus { outline: none; border-color: #611f69; }
:where(.recenzie) input[type=text] { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 10px 14px; font-size: 0.95rem; font-family: inherit; transition: border-color 0.2s; }
:where(.recenzie) input[type=text]:focus { outline: none; border-color: #611f69; }
:where(.recenzie) .checkbox-label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: normal; font-size: 0.9rem; color: #555; }
:where(.recenzie) .btn { display: block; width: 100%; padding: 14px; background: #611f69; color: #fff; border: none; border-radius: 10px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background 0.2s; font-family: inherit; }
:where(.recenzie) .btn:hover { background: #4a154b; }
:where(.recenzie) .alert-error { background: #fef2f2; border: 1px solid #fca5a5; color: #dc2626; padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-size: 0.9rem; }
:where(.recenzie) .succes-box { text-align: center; padding: 20px 0; }
:where(.recenzie) .succes-icon { font-size: 3rem; margin-bottom: 16px; }
:where(.recenzie) .succes-title { font-size: 1.4rem; font-weight: 800; color: #1d1c1d; margin-bottom: 8px; }
:where(.recenzie) .succes-text { color: #666; margin-bottom: 24px; }
:where(.recenzie) .link-profil { display: inline-block; color: #611f69; font-weight: 600; text-decoration: none; }
:where(.recenzie) .link-profil:hover { text-decoration: underline; }
:where(.recenzie) .mesaj-final { text-align: center; color: #666; padding: 20px 0; }

/* ============================================================
   EVALUAT (evaluat.php) — scope: :where(.evaluat)
   ============================================================ */
body:where(.evaluat) { font-family: 'Inter', sans-serif; background: #f8f9fa; padding-top: 70px; }
:where(.evaluat) .form-check { margin-bottom: 0.25rem; }

/* ---- evaluat.php: extrase din inline style ---- */
:where(.evaluat) .container.narrow-700 { max-width: 700px; }
:where(.evaluat) .alert.narrow-500 { max-width: 500px; }

/* ============================================================
   PROGRAMARE-PLATA (programare-plata.php) — scope: :where(.plata)
   ============================================================ */
body:where(.plata) {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: #f7f5f8; display: flex; align-items: center; justify-content: center;
            min-height: 100vh; color: #333;
        }
:where(.plata) .loading-box { text-align: center; padding: 40px; }
:where(.plata) .spinner {
            width: 48px; height: 48px; border: 4px solid #611f69; border-top-color: transparent;
            border-radius: 50%; animation: spin 0.8s linear infinite; margin: 0 auto 20px;
        }
@keyframes spin { to { transform: rotate(360deg); } }
:where(.plata) .loading-box p { color: #666; font-size: 15px; }
:where(.plata) .loading-box .amount { font-size: 28px; font-weight: 700; color: #611f69; margin: 8px 0 16px; }
:where(.plata) .loading-box .details { font-size: 13px; color: #999; margin-top: 8px; }
