/* ═══════════════════════════════════════════════════════════════════
   product-page.css — CSS comun pentru pagini categorie & flagship
   Extras din public_html/produse/rca.html (linii 10-192)
   Folosit prin <link rel="stylesheet" href="/produse/_assets/product-page.css">
   ═══════════════════════════════════════════════════════════════════ */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
:root {
  --primary: #003d7a; --primary-light: #0055a8; --secondary: #0066cc;
  --accent: #ff6b00; --accent-hover: #ff8533;
  --text: #1a2332; --text-light: #4e5d73;
  --bg: #eef2f7; --bg-soft: #dde6ef; --bg-card: #ffffff; --border: #dce3eb;
  --success: #16a34a;
  --shadow-sm: 0 1px 3px rgba(0,30,60,0.06), 0 1px 2px rgba(0,30,60,0.04);
  --shadow-md: 0 4px 16px rgba(0,30,60,0.08);
  --shadow-lg: 0 12px 40px rgba(0,30,60,0.12);
  --shadow-xl: 0 20px 60px rgba(0,30,60,0.15);
  /* Hero overlay — single point of operation pentru intensitate.
     Modifică AICI o singură valoare și se propagă pe toate hero-urile
     (homepage + 47 pagini produs). Identic în zi/noapte. */
  --hero-overlay: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.48) 22%, rgba(0,0,0,0.20) 44%, rgba(0,0,0,0.06) 62%, transparent 78%);
}
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: var(--secondary); transition: all 0.25s ease; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }


@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
html.js .animate { opacity: 0; } .animate.show { animation: fadeUp 0.6s ease forwards; }

/* ═══ TOP BAR ═══ */
.top-bar { background: #003d7a; color: #fff; padding: 10px 0; font-size: 0.88em; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: rgba(255,255,255,0.9); display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.top-bar a:hover { color: #fff; } .top-bar-right { color: rgba(255,255,255,0.65); }
/* ═══ HEADER ═══ */
.site-header { background: var(--bg); box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 100; }
.header-main { padding: 8px 0; }
.header-content { display: flex; justify-content: space-between; align-items: center; }
.site-logo .site-logo-link, .site-logo .site-logo-link * { cursor: pointer; }
.site-logo .site-logo-link { display: inline-flex; align-items: center; gap: 4px; text-decoration: none; transition: opacity 0.2s; }
.site-logo .site-logo-link:hover { opacity: 0.88; }
.site-logo .site-logo-img { width: 36px; height: 36px; flex-shrink: 0; object-fit: contain; display: block; }
.site-logo .site-logo-img-night { display: none; }
.site-logo .site-logo-brand { font-size: 1.75em; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: var(--primary); font-family: 'Manrope', sans-serif; }
.site-logo .tagline { color: var(--text-light); font-size: 0.74em; font-weight: 500; margin-top: 1px; }
nav ul { list-style: none; display: flex; gap: 6px; align-items: center; }
nav a, nav .nav-cta { color: var(--text); font-weight: 600; font-size: 0.9em; padding: 7px 14px; border-radius: 8px; transition: all 0.2s; }
nav a:hover { background: var(--bg-soft); color: var(--secondary); }
nav .nav-cta { background: #c04e00; color: #fff; border: 0; cursor: pointer; font-family: inherit; line-height: 1.2; }
nav .nav-cta:hover { background: #a84300; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(192,78,0,0.35); }

/* ═══ BREADCRUMB ═══ */
.breadcrumb { padding: 16px 0; font-size: 0.85em; color: var(--text-light); }
.breadcrumb a { color: var(--secondary); text-decoration: underline; text-underline-offset: 3px; } .breadcrumb a:hover { text-decoration-thickness: 2px; }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* ═══ PRODUCT HERO ═══ */
.product-hero { background: linear-gradient(135deg, #003d7a 0%, #004d99 40%, #0066cc 100%); color: #fff; padding: 64px 0 72px; position: relative; overflow: hidden; }
.product-hero::before { content:''; position:absolute; top:-40%; right:-15%; width:500px; height:500px; border-radius:50%; background:rgba(255,255,255,0.03); pointer-events:none; }
.product-hero::after { content:''; position:absolute; bottom:-30%; left:-10%; width:400px; height:400px; border-radius:50%; background:rgba(255,107,0,0.04); pointer-events:none; }
.product-hero.product-hero--photo-bg { background-color: #0a1f3d; background-image: linear-gradient(95deg, rgba(0,25,55,0.85) 0%, rgba(0,30,70,0.60) 28%, rgba(0,45,95,0.20) 48%, rgba(0,60,120,0.04) 62%, rgba(0,70,140,0) 78%), var(--hero-photo); background-size: auto, cover; background-position: 0 0, right center; background-repeat: no-repeat, no-repeat; padding: 48px 0 24px; min-height: clamp(400px, 32vw, 560px); display: flex; align-items: stretch; }
.product-hero--photo-bg::before, .product-hero--photo-bg::after { display: none; }
.product-hero.product-hero--photo-bg > .container { width: 100%; display: flex; flex-direction: column; }
.product-hero.product-hero--photo-bg .product-hero-inner { max-width: none; display: flex; flex-direction: column; flex: 1; }
.product-hero.product-hero--photo-bg .product-hero-inner > h1, .product-hero.product-hero--photo-bg .product-hero-inner > h2 { max-width: 640px; }
.product-hero--photo-bg h1, .product-hero--photo-bg h2 { text-shadow: 0 2px 24px rgba(0,20,50,0.45); }
.product-hero--photo-bg .product-hero-sub { color: rgba(255,255,255,0.92); text-shadow: 0 1px 12px rgba(0,20,50,0.5); margin-bottom: 24px; max-width: 640px; }
.product-hero.product-hero--photo-bg .product-hero-tags { margin-top: auto; max-width: none; flex-wrap: nowrap; overflow: hidden; padding: 18px 0 4px; gap: 8px; }
.product-hero--photo-bg .product-tag { background: rgba(0,20,50,0.48); border-color: rgba(255,255,255,0.22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); white-space: nowrap; flex-shrink: 0; font-size: 0.84em; padding: 7px 14px; }
@media (max-width: 1100px) { .product-hero--photo-bg .product-tag { font-size: 0.78em; padding: 6px 12px; } .product-hero.product-hero--photo-bg .product-hero-tags { gap: 6px; } }
@media (max-width: 760px) { .product-hero.product-hero--photo-bg { background-size: auto, cover; background-position: 0 0, center right 35%; padding: 56px 0 24px; min-height: 440px; } .product-hero.product-hero--photo-bg .product-hero-inner { max-width: 100%; } .product-hero.product-hero--photo-bg .product-hero-tags { flex-wrap: wrap; } .product-hero--photo-bg h1, .product-hero--photo-bg h2 { font-size: 2em; } }
.product-hero-inner { position: relative; z-index: 1; max-width: 800px; }
.product-hero-icon { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 20px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); font-size: 2.2em; margin-bottom: 20px; animation: fadeUp 0.5s ease both; }
.product-hero-photo { display: block; width: 100%; max-width: 720px; aspect-ratio: 16 / 7; border-radius: 24px; overflow: hidden; margin-bottom: 28px; background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.10)); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 20px 60px rgba(0,0,0,0.22); animation: fadeUp 0.5s ease both; }
.product-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-hero-photo--placeholder { background-image: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.12)), repeating-linear-gradient(45deg, transparent 0 14px, rgba(255,255,255,0.035) 14px 28px); position: relative; }
.product-hero-photo--placeholder::after { content: 'Spațiu rezervat pentru fotografie'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); font-weight: 600; font-size: 0.92em; letter-spacing: 0.03em; }
@media (max-width: 640px) { .product-hero-photo { aspect-ratio: 4 / 3; max-width: 100%; border-radius: 18px; } .product-hero-photo--placeholder::after { font-size: 0.78em; } }
.product-hero h1, .product-hero h2 { font-size: 2.6em; font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; animation: fadeUp 0.5s ease 0.1s both; }
.product-hero h1 span, .product-hero h2 span { background: linear-gradient(135deg, #ffb366, #ff8533); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.product-hero-sub { font-size: 1.12em; line-height: 1.7; color: rgba(255,255,255,0.8); margin-bottom: 28px; max-width: 620px; animation: fadeUp 0.5s ease 0.2s both; }
.product-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; animation: fadeUp 0.5s ease 0.3s both; }
.product-tag { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 50px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); font-size: 0.88em; font-weight: 600; color: #fff; }

/* ═══ SECTION STYLING ═══ */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-soft); }
.section-tag { display: inline-block; padding: 6px 16px; border-radius: 50px; background: rgba(0,61,122,0.10); color: var(--primary); font-weight: 700; font-size: 0.82em; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 14px; }
.section h2 { font-size: 2em; font-weight: 800; letter-spacing: -0.02em; color: var(--primary); margin-bottom: 14px; }
.section-subtitle { color: var(--text-light); font-size: 1.05em; line-height: 1.7; max-width: 650px; margin-bottom: 40px; }

/* ═══ BENEFITS GRID ═══ */
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.benefit-card { background: var(--bg-card); border-radius: 16px; padding: 28px 24px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all 0.35s; position: relative; overflow: hidden; }
.benefit-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--secondary), var(--accent)); opacity:0; transition: opacity 0.3s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.benefit-card:hover::before { opacity: 1; }

/* ═══ PALETĂ DIAG-LAYER aplicată pe carduri grupate (.benefit-card, .for-who-card)
   Rotație 4n+X: blue / purple / amber / green. Light pastel + text dark.
   Identică în zi și noapte (culori absolute, contrast garantat pe orice fundal). ═══ */
.benefit-card:nth-child(4n+1), .for-who-card:nth-child(4n+1) { background: linear-gradient(135deg, #e0f2fe, #bae6fd); color: #075985; border-color: rgba(7,89,133,0.18); }
.benefit-card:nth-child(4n+2), .for-who-card:nth-child(4n+2) { background: linear-gradient(135deg, #ddd6fe, #c4b5fd); color: #4c1d95; border-color: rgba(76,29,149,0.18); }
.benefit-card:nth-child(4n+3), .for-who-card:nth-child(4n+3) { background: linear-gradient(135deg, #fde68a, #fcd34d); color: #78350f; border-color: rgba(120,53,15,0.18); }
.benefit-card:nth-child(4n+4), .for-who-card:nth-child(4n+4) { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; border-color: rgba(6,95,70,0.18); }
.benefit-card h3, .for-who-card h3 { color: inherit !important; }
.benefit-card p, .for-who-card p { color: inherit !important; opacity: 0.82; }
.benefit-card .benefit-icon, .for-who-card .for-who-icon { color: inherit; opacity: 0.85; }
.benefit-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; font-size: 1.4em; margin-bottom: 14px; }
.benefit-card h3 { font-size: 1.05em; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.benefit-card p { font-size: 0.9em; color: var(--text-light); line-height: 1.6; }

/* ═══ FOR WHO ═══ */
.for-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.for-who-card { text-align: center; padding: 32px 20px; border-radius: 16px; background: var(--bg-card); border: 1px solid var(--border); transition: all 0.3s; }
.for-who-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.for-who-icon { font-size: 2.2em; margin-bottom: 12px; }
.for-who-card h3 { font-size: 1em; font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.for-who-card p { font-size: 0.85em; color: var(--text-light); }

/* ═══ FAQ ═══ */
.faq-list { max-width: 760px; margin-left: auto; margin-right: auto; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: var(--secondary); }
.faq-q { padding: 20px 24px; font-weight: 700; font-size: 1em; color: var(--primary); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.3em; font-weight: 400; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-a-inner { padding: 0 24px 20px; font-size: 0.92em; color: var(--text-light); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; }

/* ═══ CTA BANNER ═══ */
.cta-banner { padding: 64px 0; background: #0d1f3a; color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; display: block; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cta-bg-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(13,31,58,0.55) 0%, rgba(13,31,58,0.72) 50%, rgba(13,31,58,0.55) 100%); pointer-events: none; }
.cta-banner > .container { position: relative; z-index: 2; }
.cta-banner h2 { font-size: 2em; font-weight: 800; margin-bottom: 12px; }
.cta-banner p { font-size: 1.08em; color: rgba(255,255,255,0.88); margin-bottom: 28px; }
.cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; background: #c04e00; color: #fff; font-weight: 700; font-size: 1.05em; border-radius: 12px; transition: all 0.3s; border: none; cursor: pointer; }
.cta-btn:hover { background: #a84300; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(192,78,0,0.45); color: #fff; }
.cta-existing-client { margin-top: 18px; font-size: 0.92em; color: rgba(255,255,255,0.65); }
.cta-existing-client a { color: rgba(255,255,255,0.9); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.3); text-underline-offset: 3px; font-weight: 600; }
.cta-existing-client a:hover { color: #fff; text-decoration-color: rgba(255,255,255,0.8); }

/* ═══ STICKY CTA ═══ */
.sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 999; display:flex; gap:8px; }
.sticky-cta button { padding: 16px 28px; background: var(--accent); color: #fff; font-family: inherit; font-weight: 700; font-size: 0.95em; border: none; border-radius: 14px; cursor: pointer; box-shadow: 0 8px 30px rgba(255,107,0,0.35); transition: all 0.3s; display: flex; align-items: center; gap: 8px; }
.sticky-cta button:hover { background: var(--accent-hover); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(255,107,0,0.45); }
.sticky-cta button .pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.5; transform:scale(1.5); } }

/* ═══ MODAL ═══ */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(0,20,40,0.6); z-index:1000; backdrop-filter:blur(4px); justify-content:center; align-items:center; padding:20px; }
.modal-overlay.active { display:flex; }
.modal-card { background: var(--bg); border-radius: 20px; padding: 36px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-xl); position: relative; animation: fadeUp 0.3s ease; }
.modal-card::before { content:''; position:absolute; top:0; left:24px; right:24px; height:4px; border-radius:0 0 4px 4px; background: linear-gradient(90deg, var(--accent), #ff9e44); }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.5em; cursor: pointer; color: var(--text-light); padding: 4px 8px; border-radius: 8px; transition: all 0.2s; }
.modal-close:hover { background: var(--bg-soft); color: var(--text); }
.modal-card h3 { color: var(--primary); font-size: 1.4em; font-weight: 800; margin-bottom: 4px; }
.modal-card .form-subtitle { color: var(--text-light); font-size: 0.9em; margin-bottom: 20px; }
.modal-card label { display: block; font-weight: 600; font-size: 0.88em; color: var(--text); margin-bottom: 6px; margin-top: 14px; }
.modal-card input, .modal-card select, .modal-card textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 0.92em; transition: all 0.25s; background: var(--bg); color: var(--text); }
.modal-card input:focus, .modal-card select:focus, .modal-card textarea:focus { outline: none; border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(0,102,204,0.08); }
.modal-card textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.submit-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, var(--accent), #ff9e44); color: #fff; font-family: inherit; font-weight: 700; font-size: 1em; border: none; border-radius: 12px; cursor: pointer; margin-top: 18px; box-shadow: 0 4px 16px rgba(255,107,0,0.25); transition: all 0.3s; }
.submit-btn:hover { box-shadow: 0 8px 24px rgba(255,107,0,0.35); transform: translateY(-1px); }
.form-fine { text-align: center; font-size: 0.78em; color: var(--text-light); margin-top: 10px; }
.form-fine span { font-weight: 600; }
.success-msg { display:none; text-align:center; padding:40px 20px; }
.success-msg.show { display:block; }
.success-check { width:64px; height:64px; border-radius:50%; background:var(--success); color:#fff; font-size:28px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.success-msg h3 { color: var(--primary); font-size: 1.5em; font-weight: 800; }
.success-msg p { color: var(--text-light); margin-top: 8px; }

/* ═══ FOOTER ═══ */
.site-footer { background: var(--primary); color: #fff; padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-section h3 { font-size: 1.1em; font-weight: 700; margin-bottom: 16px; }
.footer-section p, .footer-section a { color: rgba(255,255,255,0.7); line-height: 1.8; font-size: 0.92em; }
.footer-section a:hover { color: #fff; }
.footer-links { list-style: none; } .footer-links li { margin-bottom: 8px; }
.footer-links a { display: inline-flex; align-items: center; gap: 6px; }
.footer-links a::before { content:'\2192'; font-size: 0.8em; opacity: 0; transition: all 0.2s; margin-left: -12px; }
.footer-links a:hover::before { opacity: 1; margin-left: 0; }
.footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.72); font-size: 0.85em; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.footer-partner-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(255,255,255,0.08); border-radius: 8px; margin-top: 16px; font-size: 0.85em; color: rgba(255,255,255,0.7); }
/* ═══ SKIP LINK (a11y) ═══ */
.skip-link { position: absolute; top: -50px; left: 12px; background: var(--primary); color: #fff; padding: 10px 20px; border-radius: 0 0 12px 12px; z-index: 10000; font-weight: 600; font-size: 0.92em; text-decoration: none; transition: top 0.2s ease; }
.skip-link:focus { top: 0; outline: 3px solid var(--accent); outline-offset: 2px; }

/* ═══ TOP BAR contact (anti-scrap) ═══ */
.top-bar-contact { display: inline-flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.top-bar-link { color: rgba(255,255,255,0.92); font-weight: 600; text-decoration: none; font-size: 0.9em; transition: color 0.18s; }
.top-bar-link:hover { color: #fff; }

/* ═══ MINI-DROP (Contact + Solicită ofertă dropdowns) ═══ */
.has-mini-drop { position: relative; display: inline-flex; align-items: center; }
.mini-drop { position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px; background: var(--bg-card); border-radius: 12px; box-shadow: 0 16px 50px rgba(0,30,60,0.18), 0 4px 12px rgba(0,30,60,0.06); padding: 8px; z-index: 1000; animation: dropIn 0.18s cubic-bezier(0.2,0.8,0.2,1); border: 1px solid var(--border); }
.mini-drop[hidden] { display: none; }
.mini-drop-right { left: auto; right: 0; min-width: 290px; }
.mini-drop-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; color: var(--text); font-size: 0.9em; font-weight: 500; text-decoration: none; border-radius: 8px; transition: all 0.15s; background: none; }
.mini-drop-item:hover { background: var(--bg-soft); color: var(--secondary); transform: translateX(2px); }
.mini-drop-hint { color: var(--text-muted); font-size: 0.78em; font-weight: 400; flex-shrink: 0; }
.mini-drop-sep { height: 1px; background: var(--border); margin: 6px 8px; }
.mini-drop-page { color: var(--secondary); font-weight: 600; }
.mini-drop-page:hover { color: var(--accent); }
/* nav-trigger.nav-cta — păstrează orange CTA când e și trigger pentru dropdown */
.nav-trigger.nav-cta { background: #c04e00; color: #fff; }
.nav-trigger.nav-cta:hover, .nav-trigger.nav-cta[aria-expanded="true"] { background: #a84300; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(192,78,0,0.35); }
.nav-trigger.nav-cta .nav-chevron { color: rgba(255,255,255,0.85); }

/* ═══ HAMBURGER (mobile) + visibility helpers ═══ */
.show-xs { display: none; }
.nav-hamburger { background: none; border: 0; font-size: 1.35em; cursor: pointer; padding: 4px 10px; line-height: 1; color: var(--text); border-radius: 8px; transition: all 0.18s; }
.nav-hamburger:hover, .nav-hamburger[aria-expanded="true"] { background: var(--bg-soft); color: var(--secondary); }
.has-hamburger { position: relative; }
.mobile-secondary-menu { position: absolute; top: calc(100% + 6px); right: 0; background: var(--bg-card); border-radius: 12px; box-shadow: 0 16px 50px rgba(0,30,60,0.18), 0 4px 12px rgba(0,30,60,0.06); padding: 8px; min-width: 220px; z-index: 999; animation: dropIn 0.2s cubic-bezier(0.2,0.8,0.2,1); border: 1px solid var(--border); }
.mobile-secondary-menu[hidden] { display: none; }
@keyframes dropIn { from { opacity:0; transform: translateY(-8px); } to { opacity:1; transform: translateY(0); } }
.mobile-secondary-menu a { display: block; padding: 10px 14px; color: var(--text); font-size: 0.9em; text-decoration: none; border-radius: 6px; transition: all 0.15s; }
.mobile-secondary-menu a:hover { background: var(--bg-soft); color: var(--secondary); transform: translateX(2px); }

/* ═══ MEGA-MENU ═══ */
.has-mega { display: inline-flex; align-items: center; }
.nav-trigger { background: none; border: 0; font-family: inherit; font-size: 0.9em; line-height: 1.4; color: var(--text); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 8px; font-weight: 600; transition: all 0.25s cubic-bezier(0.2,0.8,0.2,1); vertical-align: middle; }
.nav-trigger:hover { background: var(--bg-soft); color: var(--secondary); transform: translateY(-1px); box-shadow: 0 3px 10px rgba(0,102,204,0.12); }
.nav-trigger[aria-expanded="true"] { background: var(--bg-soft); color: var(--secondary); }
.nav-chevron { font-size: 0.7em; transition: transform 0.25s cubic-bezier(0.2,0.8,0.2,1); line-height: 1; display: inline-block; }
.nav-trigger:hover .nav-chevron { animation: chevronBounce 0.5s ease; }
@keyframes chevronBounce { 0%,100% { transform: translateY(0); } 40% { transform: translateY(3px); } 70% { transform: translateY(-1px); } }
.nav-trigger[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); animation: none; }
.mega-menu { position: fixed; top: var(--site-header-height, 84px); left: 50%; transform: translateX(-50%); width: min(94vw, 1180px); background: var(--bg-card); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,30,60,0.18), 0 4px 12px rgba(0,30,60,0.08); padding: 0; z-index: 1000; overflow: hidden; animation: megaIn 0.18s cubic-bezier(0.2,0.8,0.2,1); max-height: calc(100vh - var(--site-header-height, 84px) - 20px); overflow-y: auto; }
.mega-menu[hidden] { display: none; }
@keyframes megaIn { from { opacity: 0; transform: translateX(-50%) translateY(-6px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.mega-menu-inner { padding: 28px 32px 22px; }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 24px; }
.mega-col h4.mega-cat { font-size: 0.72em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--accent); margin: 0 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.mega-col h4.mega-cat:not(:first-child) { margin-top: 22px; }
.mega-col ul { list-style: none; padding: 0; margin: 0; display: block; }
.mega-col li { display: list-item; margin: 0; padding: 0; }
.mega-col li a { display: flex; align-items: center; gap: 10px; padding: 6px 8px; border-radius: 6px; color: var(--text); font-size: 0.85em; font-weight: 500; text-decoration: none; transition: all 0.15s; line-height: 1.3; background: none; }
.mega-col li a:hover { background: var(--bg-soft); color: var(--secondary); transform: translateX(2px); }
.mega-icon { font-size: 0.95em; opacity: 0.85; flex-shrink: 0; width: 18px; text-align: center; }
.mega-footer { margin-top: 4px; padding: 14px 32px; background: var(--bg-soft); text-align: center; border-top: 1px solid var(--border); }
.mega-all-link { color: var(--secondary); font-weight: 600; font-size: 0.88em; text-decoration: none; }
.mega-all-link:hover { color: var(--accent); }
.mega-backdrop { position: fixed; inset: 0; background: rgba(0,30,60,0.25); z-index: 999; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
body.mega-open::before { content: ''; position: fixed; inset: 0; background: rgba(0,30,60,0.18); z-index: 99; pointer-events: none; }
@media (max-width: 900px) {
  .mega-menu { position: fixed; top: auto; left: 0; right: 0; bottom: 0; transform: none; width: 100%; max-height: 78vh; overflow-y: auto; border-radius: 18px 18px 0 0; animation: megaInMobile 0.22s cubic-bezier(0.2,0.8,0.2,1); }
  @keyframes megaInMobile { from { transform: translateY(100%); } to { transform: translateY(0); } }
  .mega-grid { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .mega-menu-inner { padding: 18px 18px 14px; }
  .mega-footer { padding: 12px 18px; }
  .mega-col h4.mega-cat { font-size: 0.66em; margin-bottom: 8px; }
  .mega-col h4.mega-cat:not(:first-child) { margin-top: 16px; }
  .mega-col li a { padding: 8px 6px; font-size: 0.86em; }
}
@media (max-width: 600px) {
  .mega-grid { grid-template-columns: 1fr; }
}
/* ═══ MOBILE HEADER COMPACT ═══ */
@media (max-width: 768px) {
  .top-bar { padding: 5px 0; font-size: 0.75em; }
  .top-bar .container { gap: 4px; flex-wrap: nowrap; }
  .top-bar-contact { gap: 12px; }
  .top-bar-link { font-size: 0.92em; }
  .top-bar-right { display: none; }
  .header-main { padding: 6px 0; }
  .site-logo .site-logo-brand { font-size: 1.35em; }
  .site-logo .site-logo-img { width: 26px; height: 26px; }
  .site-logo .site-logo-link { gap: 3px; }
  nav ul { gap: 2px; flex-wrap: nowrap; }
  .nav-trigger, nav a { padding: 5px 7px; font-size: 0.78em; }
  nav .nav-cta { padding: 7px 10px; font-size: 0.78em; }
  .has-mega { position: static; }
  .header-content { gap: 4px; }
}
@media (max-width: 480px) {
  nav .hide-xs { display: none; }
  nav .show-xs { display: inline-flex; align-items: center; }
  .nav-trigger, nav a { padding: 4px 6px; font-size: 0.75em; }
  .mobile-secondary-menu { right: -4px; min-width: 200px; }
}

/* ═══ FOOTER 4-COL (May 2026 redesign v3) ═══ */
.site-footer { background: var(--primary); color: #fff; padding: 48px 0 20px; }
.footer-grid-4 { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-col { min-width: 0; }
.footer-col-title { font-size: 0.72em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.5); margin: 0 0 14px; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; margin: 0 0 6px; }
.footer-brand-logo { width: 40px; height: 40px; flex-shrink: 0; object-fit: contain; }
.footer-brand-name { font-size: 1.6em; font-weight: 800; letter-spacing: -0.02em; margin: 0; color: #fff; line-height: 1.1; }
.footer-brand-tagline { color: rgba(255,255,255,0.85); font-size: 0.86em; margin: 0 0 10px; }
.footer-brand-partner { color: rgba(255,255,255,0.6); font-size: 0.8em; margin: 0; line-height: 1.55; }
.footer-brand-partner strong { color: rgba(255,255,255,0.88); font-weight: 700; }
.footer-contact-link { display: block; color: rgba(255,255,255,0.95); font-weight: 600; font-size: 0.88em; text-decoration: none; transition: color 0.18s; padding: 2px 0; margin-bottom: 6px; }
.footer-contact-link:hover { color: var(--accent); }
.footer-hours { color: rgba(255,255,255,0.55); font-size: 0.78em; margin: 14px 0 0; line-height: 1.5; }
.footer-page-link { display: block; color: rgba(255,255,255,0.78); font-size: 0.85em; text-decoration: none; padding: 3px 0; margin-bottom: 4px; transition: all 0.15s; }
.footer-page-link:hover { color: var(--accent); transform: translateX(2px); }
.footer-legal-line { color: rgba(255,255,255,0.7); font-size: 0.82em; line-height: 1.6; margin: 0 0 3px; }
.footer-legal-line strong { color: rgba(255,255,255,0.92); font-weight: 600; }
.footer-copyright { color: rgba(255,255,255,0.42); font-size: 0.76em; line-height: 1.5; margin: 18px 0 0; text-align: center; }
@media (max-width: 900px) {
  .footer-grid-4 { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 540px) {
  .footer-grid-4 { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { padding: 36px 0 16px; }
  .footer-copyright { text-align: left; }
}

/* ═══ DESPRE.HTML page styling ═══ */
.despre-hero { padding: 56px 0 40px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); }
.despre-hero h1 { font-size: 2.4em; font-weight: 800; color: var(--primary); margin: 0 0 16px; letter-spacing: -0.02em; }
.despre-lead { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); max-width: 820px; }
.despre-lead strong { color: var(--text); }
.despre-section { padding: 40px 0 50px; }
.despre-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 24px; }
.despre-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 28px 26px; transition: all 0.2s; }
.despre-card:hover { border-color: var(--secondary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.despre-icon { font-size: 2.2em; margin-bottom: 12px; line-height: 1; }
.despre-card h2 { font-size: 1.2em; font-weight: 700; color: var(--primary); margin: 0 0 12px; }
.despre-card p { font-size: 0.93em; line-height: 1.65; color: var(--text); margin: 0 0 10px; }
.despre-card p:last-child { margin-bottom: 0; }
.despre-card strong { color: var(--primary); font-weight: 700; }
.despre-trust { background: var(--bg-soft); padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.despre-trust h2 { font-size: 0.9em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin: 0 0 18px; }
.despre-legal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px 28px; }
.despre-legal-grid > div { display: flex; flex-direction: column; gap: 2px; }
.despre-legal-label { font-size: 0.72em; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); font-weight: 600; }
.despre-legal-value { font-size: 0.95em; color: var(--text); font-weight: 600; }
.despre-cta { padding: 50px 0; text-align: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; }
.despre-cta h2 { color: #fff; font-size: 1.6em; margin: 0 0 8px; }
.despre-cta p { color: rgba(255,255,255,0.85); font-size: 1.05em; margin: 0 0 22px; }
.despre-cta .cta-btn { background: var(--accent); color: #fff; padding: 14px 32px; font-size: 1em; font-weight: 700; border: 0; border-radius: 50px; cursor: pointer; transition: all 0.2s; }
.despre-cta .cta-btn:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,107,0,0.35); }

/* ═══ CONTACT.HTML page styling ═══ */
.contact-hero { padding: 56px 0 40px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); }
.contact-hero h1 { font-size: 2.4em; font-weight: 800; color: var(--primary); margin: 0 0 16px; letter-spacing: -0.02em; }
.contact-lead { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); max-width: 820px; }
.contact-lead strong { color: var(--text); }
.contact-section { padding: 40px 0 50px; }
.contact-channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.contact-channel { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 26px 22px; text-decoration: none; color: var(--text); transition: all 0.2s; cursor: pointer; font: inherit; text-align: left; }
.contact-channel:hover { border-color: var(--secondary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.contact-channel-icon { font-size: 2em; margin-bottom: 10px; line-height: 1; }
.contact-channel h3 { font-size: 0.95em; font-weight: 700; color: var(--primary); margin: 0 0 8px; }
.contact-channel-value { font-size: 1.05em; color: var(--secondary); font-weight: 700; margin: 0 0 8px; }
.contact-channel-hint { font-size: 0.85em; color: var(--text-muted); line-height: 1.5; margin: 0; }
.contact-channel-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; border-color: transparent; }
.contact-channel-primary h3, .contact-channel-primary .contact-channel-value { color: #fff; }
.contact-channel-primary .contact-channel-hint { color: rgba(255,255,255,0.85); }
.contact-channel-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,61,122,0.3); border-color: transparent; }
.contact-info { background: var(--bg-soft); padding: 50px 0; border-top: 1px solid var(--border); }
.contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 36px; }
.contact-info h3 { font-size: 1.05em; font-weight: 700; color: var(--primary); margin: 0 0 14px; }
.contact-info p { font-size: 0.93em; line-height: 1.65; color: var(--text); margin: 0 0 10px; }
.contact-info-note { font-size: 0.85em; color: var(--text-muted); font-style: italic; }
.contact-hours-list, .contact-faq-list { list-style: none; padding: 0; margin: 0 0 12px; }
.contact-hours-list li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.92em; color: var(--text); }
.contact-hours-list li:last-child { border-bottom: 0; }
.contact-faq-list li { padding: 8px 0; font-size: 0.9em; color: var(--text); line-height: 1.5; }
.contact-faq-list strong { color: var(--primary); }
.contact-cta { padding: 50px 0; text-align: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; }
.contact-cta h2 { color: #fff; font-size: 1.6em; margin: 0 0 8px; }
.contact-cta p { color: rgba(255,255,255,0.85); font-size: 1.05em; margin: 0 0 22px; }
.contact-cta .cta-btn { background: var(--accent); color: #fff; padding: 14px 32px; font-size: 1em; font-weight: 700; border: 0; border-radius: 50px; cursor: pointer; transition: all 0.2s; }
.contact-cta .cta-btn:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,107,0,0.35); }

/* ═══ SITEMAP.HTML page styling ═══ */
.sitemap-hero { padding: 56px 0 40px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); }
.sitemap-hero h1 { font-size: 2.2em; font-weight: 800; color: var(--primary); margin: 0 0 14px; letter-spacing: -0.02em; }
.sitemap-intro { font-size: 1.05em; line-height: 1.7; color: var(--text-muted); max-width: 760px; }
.sitemap-grid { padding: 40px 0 60px; }
.sitemap-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.sitemap-cat { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; transition: all 0.2s; }
.sitemap-cat:hover { border-color: var(--secondary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.sitemap-cat h2 { font-size: 1.15em; font-weight: 700; color: var(--primary); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }
.sm-cat-icon { font-size: 1.2em; }
.sitemap-cat ul { list-style: none; padding: 0; margin: 0; }
.sitemap-cat li { margin: 0 0 4px; }
.sitemap-cat li a { display: flex; flex-direction: column; padding: 10px 12px; border-radius: 8px; text-decoration: none; color: var(--text); transition: all 0.15s; }
.sitemap-cat li a:hover { background: var(--bg-soft); }
.sitemap-cat li a strong { font-size: 0.94em; font-weight: 600; color: var(--secondary); margin-bottom: 2px; }
.sitemap-cat li a:hover strong { color: var(--accent); }
.sitemap-cat li a span { font-size: 0.8em; color: var(--text-muted); line-height: 1.4; }
.sitemap-resources { background: var(--bg-soft); padding: 36px 0; border-top: 1px solid var(--border); }
.sitemap-resources h3 { font-size: 0.85em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); margin: 0 0 14px; }
.sitemap-res-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.sitemap-res-list a { color: var(--text); font-size: 0.92em; text-decoration: none; padding: 6px 12px; background: var(--bg-card); border-radius: 8px; border: 1px solid var(--border); transition: all 0.15s; }
.sitemap-res-list a:hover { border-color: var(--secondary); color: var(--secondary); }
.sitemap-res-list strong { color: var(--accent); margin-right: 4px; }

/* ═══ SUB-PRODUCTS & DETAIL-GRID ═══ */
.sub-products{margin-top:16px}
.sub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}
.sub-card{background:var(--bg-card);border-radius:14px;padding:22px 20px;border:1px solid var(--border);transition:all .3s}
.sub-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:transparent}
.sub-card h3, .sub-card h4{font-size:.98em;font-weight:700;color:var(--primary);margin-bottom:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.sub-card .badge{font-size:.7em;padding:2px 8px;border-radius:6px;font-weight:600}
.sub-card p{font-size:.85em;color:var(--text-light);line-height:1.6}
.sub-card ul{margin-top:8px;padding-left:16px;font-size:.83em;color:var(--text-light);line-height:1.7}
.product-cta{display:inline-block;margin-top:12px;color:var(--secondary);font-weight:700;font-size:.88em;padding:6px 0;border:none;background:none;cursor:pointer;font-family:inherit}
.product-cta:hover{color:var(--accent)}
.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.detail-box{background:var(--bg-card);border-radius:14px;padding:24px;border:1px solid var(--border)}
.detail-box h4{font-size:.95em;font-weight:700;color:var(--primary);margin-bottom:10px;display:flex;align-items:center;gap:8px}
.detail-box ul{padding-left:16px;font-size:.88em;color:var(--text-light);line-height:1.8}
.detail-box p{font-size:.88em;color:var(--text-light);line-height:1.7}
/* Highlight strip — dark statement card (post 2026-04-23 polish)
   Rupe monotonia secțiunilor albe cu un bloc întunecat care semnalizează „punct focal deliberat". */
.highlight-strip {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border-left: 6px solid var(--accent);
  border-radius: 14px;
  padding: 26px 30px;
  margin-top: 32px;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 30, 60, 0.18);
  position: relative;
  overflow: hidden;
}
.highlight-strip::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.highlight-strip h4 {
  font-size: 1.05em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.highlight-strip p {
  font-size: 0.92em;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  position: relative;
  z-index: 1;
  max-width: 72ch;
}
.highlight-strip strong {
  color: #ffd4a8;
  font-weight: 700;
}
.highlight-strip a {
  color: #ffd4a8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.highlight-strip a:hover { color: #fff; }

/* ═══ GDPR CHECK ═══ */
.gdpr-check{display:flex!important;align-items:flex-start!important;gap:10px;font-size:.82em!important;color:var(--text-light)!important;font-weight:400!important;margin-top:14px;cursor:pointer;line-height:1.5}
.gdpr-check input[type="checkbox"]{margin-top:2px;flex-shrink:0;width:18px;height:18px;accent-color:var(--secondary);cursor:pointer}
.gdpr-check span{flex:1}
.gdpr-check a{color:var(--secondary);text-decoration:underline}

/* ═══ MODE TOGGLE ═══ */
.mode-toggle { display: flex; background: var(--bg-soft); border-radius: 10px; padding: 4px; margin-bottom: 16px; border: 1px solid var(--border); }
.mode-btn { flex: 1; padding: 10px 14px; border: none; border-radius: 8px; font-family: inherit; font-size: 0.86em; font-weight: 700; cursor: pointer; background: transparent; color: var(--text-light); transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 6px; }
.mode-btn.active { background: var(--bg); color: var(--primary); box-shadow: var(--shadow-sm); }
.mode-btn:not(.active):hover { color: var(--text); background: rgba(255,255,255,0.5); }
.biz-fields { display: none; overflow: hidden; max-height: 0; transition: max-height 0.4s ease, opacity 0.3s; opacity: 0; }
.biz-fields.show { display: block; max-height: 200px; opacity: 1; }

/* ═══ PRODUCT BADGE (flagship pre-fill) ═══ */
.product-badge-inline{display:block;margin-bottom:16px;padding:10px 14px;background:#f0f4f8;border-radius:8px;border-left:3px solid var(--accent);font-weight:600;color:var(--primary);font-size:.92em}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } .for-who-grid { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  /* Regulă generală: toate grid-urile de carduri pe mobil = 1 card / rând */
  [class*="-grid"] { grid-template-columns: 1fr !important; }
  .product-hero h1, .product-hero h2 { font-size: 2em; }
  .form-row { grid-template-columns: 1fr; }
  .section h2 { font-size: 1.6em; } .sticky-cta { bottom: 16px; right: 16px; left: 16px; flex-direction:column; gap:6px; }
  .sticky-cta button { width: 100%; justify-content: center; }
}

/* ═══ HYPO-EXAMPLE (scenarii ipotetice, marcate *) ═══ */
.hypo-example { padding: 12px 14px; background: rgba(0,102,204,0.05); border-left: 3px solid var(--secondary); border-radius: 0 8px 8px 0; font-size: 0.85em !important; color: var(--text) !important; line-height: 1.55 !important; }
.hypo-example strong { color: var(--secondary); font-weight: 700; }

/* BENEFIT-CARD subgrid: hypo-example aliniat la același track cross-band → înălțime identică în rând */
.benefits-grid { grid-auto-rows: auto; }
.benefit-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5; /* icon + h3 + p1 + p2 + hypo-example */
  row-gap: 0;
}
.benefit-card > p { margin-bottom: 10px; }
.benefit-card > p.hypo-example { margin-bottom: 0; align-self: stretch; }

/* ═══ FOR-WHO enriched — text-left + subgrid pentru aliniere exemple cross-row ═══ */
.for-who-grid { grid-auto-rows: auto; }
.for-who-card {
  text-align: left !important;
  padding: 26px 22px !important;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4; /* icon + h3 + p + hypo-example */
  row-gap: 0;
}
.for-who-card .for-who-icon { text-align: center; display: block; margin: 0 auto 12px; }
.for-who-card h3 { text-align: center; margin-bottom: 10px; }
.for-who-card > p { font-size: 0.88em !important; line-height: 1.55 !important; margin-bottom: 10px; }
.for-who-card > p.hypo-example { margin-bottom: 0; align-self: stretch; }

/* ═══ FAQ — answers mai lungi ═══ */
.faq-item.open .faq-a { max-height: 1200px; }
.faq-a-inner { padding: 0 24px 24px !important; }
.faq-a-inner p { margin-bottom: 12px; }
.faq-a-inner p:last-child { margin-bottom: 0; }
.faq-a-inner ul { margin: 10px 0; padding-left: 22px; }
.faq-a-inner ul li { margin-bottom: 6px; line-height: 1.6; }
.faq-a-inner strong { color: var(--primary); }

/* ═══ LEGAL DISCLAIMER (footer page-level, scenarii *) ═══ */
.legal-disclaimer { background: var(--bg-soft); padding: 40px 24px; border-top: 1px solid var(--border); }
.legal-disclaimer p {
  max-width: 980px;
  margin: 0 auto;
  padding: 26px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 30, 60, 0.04);
  text-align: left;
  color: var(--text-light);
  font-size: 0.82em;
  line-height: 1.75;
}
.legal-disclaimer strong { color: var(--primary); }
.legal-pid-link {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto 14px;
  padding: 16px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 30, 60, 0.04);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.legal-pid-link:hover { box-shadow: 0 6px 18px rgba(0, 30, 60, 0.10); transform: translateY(-1px); }
.legal-pid-icon { font-size: 1.6em; flex-shrink: 0; line-height: 1; }
.legal-pid-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.legal-pid-meta strong { color: var(--primary); font-size: 0.95em; font-weight: 600; }
.legal-pid-meta .legal-pid-ext { color: var(--accent); font-weight: 700; font-size: 0.78em; margin-left: 4px; letter-spacing: 0.02em; }
.legal-pid-meta small { color: var(--text-light); font-size: 0.78em; line-height: 1.4; }
@media (max-width: 720px) {
  .legal-disclaimer { padding: 28px 16px; }
  .legal-disclaimer p { padding: 22px 22px; font-size: 0.8em; }
  .legal-pid-link { padding: 14px 16px; gap: 10px; margin-bottom: 12px; }
  .legal-pid-icon { font-size: 1.4em; }
  .legal-pid-meta strong { font-size: 0.9em; }
}

/* ═══ RELATED PRODUCTS — premium minimal cards ═══ */
.related-products { background: var(--bg-soft); padding: 56px 0; }
.related-products .section-header { text-align: center; margin-bottom: 36px; }
.related-products .section-header h2 { color: var(--primary); font-size: 1.8em; font-weight: 800; margin-bottom: 8px; }
.related-products .section-header p { color: var(--text-light); font-size: 1em; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card {
  display: flex; flex-direction: column;
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px 22px 22px;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.related-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--related-accent, var(--secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.related-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.related-card:hover::before { transform: scaleX(1); }
.related-icon-wrap {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--related-bg, rgba(0,102,204,0.08));
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.75em;
  margin-bottom: 14px;
  transition: transform 0.35s ease;
}
.related-card:hover .related-icon-wrap {
  transform: scale(1.08) rotate(-4deg);
}
.related-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--related-bg, rgba(0,102,204,0.08));
  color: var(--related-accent, var(--secondary));
  margin-bottom: 10px;
  align-self: flex-start;
}
.related-card h3 {
  color: var(--primary);
  font-size: 1.08em;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}
.related-card p {
  color: var(--text-light);
  font-size: 0.9em;
  margin-bottom: 16px;
  line-height: 1.5;
  flex-grow: 1;
}
.related-cta {
  color: color-mix(in srgb, var(--related-accent, var(--secondary)) 65%, #000);
  font-weight: 700;
  font-size: 0.9em;
  margin-top: auto;
  transition: transform 0.25s ease;
  display: inline-block;
}
.related-card:hover .related-cta { transform: translateX(4px); }
@media (max-width: 768px) {
  .related-grid { grid-template-columns: 1fr; }
  .related-products { padding: 40px 0; }
}

/* ═══════════════════════════════════════════════════════════════════
   POLISH LAYER 2026-04-23 — Ken Burns hero + sticky nav + rhythm
   ═══════════════════════════════════════════════════════════════════ */

/* === R1/R2 Spacing scale + typography refinements === */
:root {
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px;
  --site-header-height: 62px;
}
.section-subtitle { max-width: 72ch; }
.benefit-card p, .for-who-card p:not(.hypo-example), .detail-box p { max-width: 68ch; }
.faq-a-inner { max-width: 72ch; }
.benefits-grid { gap: 28px; }
.for-who-grid { gap: 24px; }
.section h2 { line-height: 1.2; }

/* === P1 Hero Ken Burns (separate bg layer + overlay) === */
.product-hero.product-hero--photo-bg { background-image: none !important; position: relative; }
.product-hero-bg-layer {
  position: absolute; inset: 0;
  background-image: var(--hero-photo);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  animation: kenBurns 28s ease-in-out infinite alternate;
  will-change: transform;
  z-index: 0;
}
@keyframes kenBurns {
  from { transform: scale(1)    translateX(0); }
  to   { transform: scale(1.08) translateX(-14px); }
}
.product-hero-overlay {
  position: absolute; inset: 0;
  /* Overlay universal — folosește variabila --hero-overlay din :root.
     Pentru tunare intensitate, modifică AICI valoarea în :root, nu aici. */
  background: var(--hero-overlay);
  pointer-events: none;
  z-index: 1;
}
.product-hero.product-hero--photo-bg > .container { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .product-hero-bg-layer { animation: none; }
}
@media (max-width: 760px) {
  .product-hero-bg-layer { background-position: center right 35%; }
}

/* === R4 Sticky in-page nav (apare sub site-header după hero) === */
.in-page-nav {
  position: fixed;
  top: var(--site-header-height);
  left: 0; right: 0;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  box-shadow: 0 2px 20px rgba(0,30,60,0.06);
}
.in-page-nav.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}
.in-page-nav-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 12px 24px;
  display: flex; gap: 28px; align-items: center;
  overflow-x: auto; scrollbar-width: none;
}
.in-page-nav-inner::-webkit-scrollbar { display: none; }
.in-page-nav a {
  white-space: nowrap;
  color: var(--text-light);
  font-size: 0.88em; font-weight: 600;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.in-page-nav a.active { color: var(--primary); border-bottom-color: var(--accent); }
.in-page-nav a:hover { color: var(--primary); }
@media (max-width: 768px) {
  .in-page-nav-inner { padding: 10px 16px; gap: 20px; font-size: 0.82em; }
}

/* === Scroll progress bar (sus, 3px) === */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #ff8533);
  width: 0%;
  z-index: 101;
  transition: width 0.12s ease-out;
  pointer-events: none;
}

/* === R3 Section TL;DR (opțional per pagină) === */
.section-tldr {
  background: linear-gradient(135deg, rgba(0,102,204,0.05), rgba(255,107,0,0.035));
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 32px;
  max-width: 820px;
}
.section-tldr > strong {
  color: var(--primary);
  font-size: 0.78em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.section-tldr ul { margin: 0; padding-left: 22px; }
.section-tldr li { font-size: 0.95em; line-height: 1.6; color: var(--text); margin-bottom: 6px; }
.section-tldr li:last-child { margin-bottom: 0; }

/* === P4 Card hover polish (amplifică lift + soft border tint) === */
.benefit-card, .for-who-card, .sub-card, .related-card { will-change: transform; }
.benefit-card:hover, .for-who-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,102,204,0.15);
}


/* ════════════════════════════════════════════════════════════════
   V2 DYNAMIC COMPONENTS (2026-05-11) — Stat, Scen, Diag, Quote, Cmp
   Spec: https://asira.ro/test-casa-ta-redesign.html (proof of concept)
   Folosite prin helpers PHP din product-template.php
   ════════════════════════════════════════════════════════════════ */

/* Local CSS variable shadows pentru consistență */
:root {
  --v2-shadow-md: 0 4px 6px rgba(0,30,60,0.05), 0 12px 24px rgba(0,30,60,0.08);
  --v2-shadow-lg: 0 12px 16px rgba(0,30,60,0.06), 0 24px 48px rgba(0,30,60,0.12);
  --v2-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --v2-text-muted: #64748b;
  --v2-text-light: #475569;
  --v2-bg-soft: #f8fafc;
  --v2-bg-warm: #fdfbf7;
  --v2-border: #e2e8f0;
  --v2-accent: #f97316;
  --v2-accent-deep: #c04e00;
  --v2-success: #28a745;
  --v2-danger: #dc2626;
  --v2-primary: #003d7a;
  --v2-primary-light: #1a5396;
  --v2-primary-deep: #001f4d;
}

/* ═══ 1. STAT SPOTLIGHT (counter animation) ═══ */
.stat { padding: 88px 0; background: #fff; }
.stat-head { text-align: center; max-width: 580px; margin: 0 auto 56px; }
.stat-head h2 { font-family: 'Lora', Georgia, serif; font-size: 1.9em; font-weight: 600; color: var(--v2-primary); letter-spacing: -0.02em; margin-bottom: 10px; }
.stat-head p { color: var(--v2-text-light); font-size: 1em; }
.stat-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 56px; align-items: stretch; max-width: 980px; margin: 0 auto; }
.stat-card { padding: 28px 24px; background: var(--v2-bg-soft); border-radius: 18px; border: 1px solid var(--v2-border); text-align: center; display: flex; flex-direction: column; }
.stat-card-accent { background: linear-gradient(165deg, #fff 0%, #fff7ed 100%); border-color: rgba(249,115,22,0.2); }
.stat-prefix { display: block; font-size: 0.78em; color: var(--v2-text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.stat-number { display: block; font-family: 'Lora', Georgia, serif; font-size: clamp(2.4em, 5vw, 3.8em); font-weight: 600; line-height: 1; color: var(--v2-text-muted); letter-spacing: -0.03em; margin: 6px 0; }
.stat-card-accent .stat-number { background: linear-gradient(135deg, var(--v2-primary), var(--v2-accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-unit { display: block; font-size: 0.92em; color: var(--v2-text-light); margin-top: 12px; line-height: 1.55; }
.stat-source { font-size: 0.76em; color: var(--v2-text-muted); margin-top: 14px; font-style: italic; }
.stat-vs { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1em; color: var(--v2-text-muted); padding: 8px 14px; border: 2px solid var(--v2-border); border-radius: 50%; line-height: 1; align-self: center; background: #fff; }

/* ═══ 2. SCENARIO NARRATIVE — text wrap around floated image ═══ */
.scen { padding: 80px 0; background: var(--v2-bg-warm); }
.scen > .container { max-width: 1080px; }
.scen-tag { display: inline-block; font-size: 0.74em; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--v2-text-muted); background: rgba(0,0,0,0.04); padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; font-family: 'Manrope', sans-serif; }
.scen-tag::before { content: '⚠ '; }
.scen-title { font-family: 'Lora', Georgia, serif; font-size: 2em; font-weight: 600; line-height: 1.15; color: var(--v2-primary); letter-spacing: -0.015em; margin-bottom: 28px; max-width: 880px; }
.scen-wrap { position: relative; }
.scen-wrap::after { content: ''; display: block; clear: both; }
.scen-image-float { float: right; width: 42%; max-width: 460px; margin: 8px 0 24px 36px; aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; box-shadow: var(--v2-shadow-lg); shape-outside: margin-box; }
.scen-image-float picture, .scen-image-float img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scen-wrap p { font-size: 1.05em; line-height: 1.75; color: var(--v2-text-light); margin-bottom: 18px; }
.scen-wrap p strong { color: var(--v2-primary); font-weight: 700; }
.scen-disclaimer { font-size: 0.82em !important; color: var(--v2-text-muted) !important; font-style: italic; margin-top: 16px !important; padding: 12px 16px; background: rgba(0,0,0,0.025); border-radius: 8px; border-left: 3px solid var(--v2-text-muted); }
.scen-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; margin-bottom: 16px; background: #fff; border: 1px solid var(--v2-border); border-radius: 22px; padding: 20px; box-shadow: var(--v2-shadow-sm); }
.scen-stats-4 { grid-template-columns: repeat(4, 1fr); }
.scen-stats-5 { grid-template-columns: repeat(5, 1fr); }
.scen-stats > div { padding: 16px 14px; background: #fff; border-radius: 14px; border: 1px solid var(--v2-border); text-align: center; box-shadow: 0 2px 4px rgba(0,30,60,0.04); transition: transform 0.3s var(--v2-ease-out), box-shadow 0.3s ease; }
.scen-stats > div:hover { transform: translateY(-3px); box-shadow: var(--v2-shadow-md); }
.scen-stats strong { display: block; font-family: 'Lora', Georgia, serif; font-size: 1.3em; font-weight: 600; color: var(--v2-primary); line-height: 1.15; margin-bottom: 6px; letter-spacing: -0.01em; }
.scen-stats span { display: block; font-size: 0.76em; color: var(--v2-text-light); line-height: 1.4; }
.scen-stats small { display: block; font-size: 0.66em; color: var(--v2-text-muted); margin-top: 6px; font-style: italic; line-height: 1.35; }

/* ═══ 3. VISUAL DIAGRAM STACK ═══ */
.diag { padding: 96px 0; background: #fff; }
.diag-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.diag-head h2 { font-family: 'Lora', Georgia, serif; font-size: 2em; font-weight: 600; color: var(--v2-primary); letter-spacing: -0.02em; margin-bottom: 10px; }
.diag-head p { color: var(--v2-text-light); margin-bottom: 4px; }
.diag-source { font-size: 0.84em !important; color: var(--v2-text-muted) !important; margin-top: 8px !important; font-style: italic; }
.diag-stack { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.diag-layer { padding: 24px 28px; border-radius: 14px; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; transition: transform 0.4s var(--v2-ease-out); }
.diag-layer:hover { transform: translateX(8px); }
.diag-num { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 0.84em; padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,0.7); white-space: nowrap; line-height: 1; }
.diag-info { display: flex; flex-direction: column; gap: 6px; }
.diag-level { font-family: 'Lora', Georgia, serif; font-weight: 600; font-size: 1.1em; line-height: 1.25; }
.diag-features { font-size: 0.92em; opacity: 0.85; line-height: 1.55; }
.diag-layer-pad { background: #f1f5f9; border: 1px dashed #94a3b8; color: #0f172a; }
.diag-layer-base { background: linear-gradient(135deg, #e0f2fe, #bae6fd); color: #075985; }
.diag-layer-suplim { background: linear-gradient(135deg, #ddd6fe, #c4b5fd); color: #4c1d95; margin-left: 24px; }
.diag-layer-assist { background: linear-gradient(135deg, #fde68a, #fcd34d); color: #78350f; margin-left: 48px; }
.diag-layer-success { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; }
.diag-layer-danger { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; }

/* ═══ 4. QUOTE LEGAL (inverted dark) ═══ */
.quote { padding: 96px 0; background: var(--v2-primary); color: #fff; position: relative; overflow: hidden; }
.quote::before { content: ''; position: absolute; top: -30%; left: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(249,115,22,0.16), transparent 70%); pointer-events: none; }
.quote::after { content: ''; position: absolute; bottom: -30%; right: -10%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,90,180,0.4), transparent 70%); pointer-events: none; }
.quote .container { position: relative; z-index: 1; max-width: 880px; text-align: center; }
.quote-mark { font-family: 'Lora', Georgia, serif; font-size: 5em; line-height: 0.4; color: rgba(255,180,120,0.45); margin-bottom: 14px; user-select: none; }
.quote-text { font-family: 'Lora', Georgia, serif; font-style: italic; font-size: clamp(1.3em, 2.6vw, 1.85em); line-height: 1.4; font-weight: 400; letter-spacing: -0.005em; margin-bottom: 24px; color: rgba(255,255,255,0.95); }
.quote-cite { font-family: 'Manrope', sans-serif; font-style: normal; font-size: 0.92em; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.03em; }
.quote-cite::before { content: '— '; color: var(--v2-accent); }

/* ═══ 5. COMPARISON TOGGLE TABS (interactive) ═══ */
.cmp { padding: 80px 0; background: var(--v2-bg-soft); }
.cmp-head { text-align: center; max-width: 580px; margin: 0 auto 36px; }
.cmp-head h2 { font-family: 'Lora', Georgia, serif; font-size: 1.95em; font-weight: 600; color: var(--v2-primary); margin-bottom: 10px; letter-spacing: -0.02em; }
.cmp-head p { color: var(--v2-text-light); margin-bottom: 4px; }
.cmp-source { font-size: 0.82em !important; color: var(--v2-text-muted) !important; margin-top: 6px !important; font-style: italic; }
.cmp-tabs { display: flex; gap: 0; max-width: 660px; margin: 0 auto 28px; background: #fff; border-radius: 50px; padding: 6px; box-shadow: var(--v2-shadow-md); }
.cmp-tab { flex: 1; padding: 14px 18px; border: 0; background: transparent; color: var(--v2-text-light); font-family: inherit; font-size: 0.92em; font-weight: 700; cursor: pointer; border-radius: 50px; transition: all 0.3s var(--v2-ease-out); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.cmp-tab:hover { color: var(--v2-primary); }
.cmp-tab.active { background: linear-gradient(135deg, var(--v2-primary), var(--v2-primary-light)); color: #fff; box-shadow: 0 6px 16px rgba(0,61,122,0.25); }
.cmp-panel { max-width: 820px; margin: 0 auto; background: #fff; border-radius: 24px; padding: 36px 40px; box-shadow: var(--v2-shadow-md); display: none; animation: cmpFade 0.4s var(--v2-ease-out); }
.cmp-panel.active { display: block; }
@keyframes cmpFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.cmp-panel-head { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--v2-border); }
.cmp-panel-head h4 { font-family: 'Lora', Georgia, serif; font-size: 1.45em; font-weight: 600; color: var(--v2-primary); letter-spacing: -0.015em; margin-bottom: 4px; }
.cmp-panel-head p { font-size: 0.92em; color: var(--v2-text-light); }
.cmp-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; list-style: none; padding: 0; margin: 0; }
.cmp-features li { padding: 8px 0 8px 30px; font-size: 0.95em; color: var(--text, #0f172a); position: relative; line-height: 1.45; }
.cmp-features li::before { content: ''; position: absolute; left: 0; top: 11px; width: 18px; height: 18px; border-radius: 50%; }
.cmp-features li::after { position: absolute; left: 4px; top: 7px; font-size: 0.78em; font-weight: 700; }
.cmp-features li.yes::before { background: rgba(40,167,69,0.12); }
.cmp-features li.yes::after { content: '✓'; color: var(--v2-success); transform: translate(0, 4px); }
.cmp-features li.no::before { background: rgba(220,38,38,0.1); }
.cmp-features li.no::after { content: '✕'; color: var(--v2-danger); transform: translate(1px, 4px); }
.cmp-features li.no { color: var(--v2-text-muted); }

/* Schema nouă: cmp-rows pentru tabel atribut/valoare (label:value perechi) */
.cmp-rows { display: grid; gap: 0; padding: 0; margin: 0; }
.cmp-row { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--v2-border); }
.cmp-row:last-child { border-bottom: 0; }
.cmp-row dt { font-size: 0.82em; font-weight: 700; color: var(--v2-text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin: 0; line-height: 1.4; }
.cmp-row dd { font-size: 0.95em; color: var(--text, #0f172a); line-height: 1.55; margin: 0; }
@media (max-width: 640px) {
  .cmp-row { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .cmp-row dt { font-size: 0.75em; }
}

/* ═══ 6. DEEP ACCORDION (Detalii complete via <details>) ═══ */
.deep { padding: 80px 0; background: #fff; }
.deep-head { text-align: center; max-width: 660px; margin: 0 auto 40px; }
.deep-head h2 { font-family: 'Lora', Georgia, serif; font-size: 2em; font-weight: 600; color: var(--v2-primary); letter-spacing: -0.02em; margin-bottom: 10px; }
.deep-head p { color: var(--v2-text-light); }
.deep-list { max-width: 880px; margin: 0 auto; }
.deep-section { background: #fff; border: 1px solid var(--v2-border); border-radius: 16px; margin-bottom: 14px; overflow: hidden; transition: box-shadow 0.3s ease, border-color 0.3s ease; }
.deep-section[open] { box-shadow: var(--v2-shadow-md); border-color: rgba(0,61,122,0.18); }
.deep-section summary { padding: 22px 28px; cursor: pointer; display: flex; align-items: center; gap: 16px; list-style: none; font-family: 'Lora', Georgia, serif; font-size: 1.2em; font-weight: 600; color: var(--v2-primary); transition: background 0.2s; }
.deep-section summary::-webkit-details-marker { display: none; }
.deep-section summary:hover { background: var(--v2-bg-soft); }
.deep-section summary .deep-icon { font-size: 1.4em; line-height: 1; flex-shrink: 0; }
.deep-section summary .deep-title { flex: 1; }
.deep-section summary .deep-arrow { transition: transform 0.3s; color: var(--v2-accent); font-size: 1.3em; line-height: 1; flex-shrink: 0; }
.deep-section[open] summary .deep-arrow { transform: rotate(180deg); }
.deep-body { padding: 0 28px 28px; }
.deep-body p { font-size: 1em; line-height: 1.75; color: var(--v2-text-light); margin-bottom: 16px; }
.deep-body p strong { color: var(--v2-primary); font-weight: 700; }
.deep-body h4 { font-family: 'Lora', Georgia, serif; font-size: 1.12em; color: var(--v2-primary); margin: 22px 0 10px; font-weight: 600; }
.deep-body ul { padding-left: 22px; margin: 12px 0 18px; }
.deep-body li { margin-bottom: 8px; line-height: 1.65; color: var(--v2-text-light); }
.deep-body em { color: var(--v2-accent-deep); font-style: italic; }

/* Comparison panel intro paragraf */
.cmp-panel-intro { font-size: 0.96em; color: var(--v2-text-light); line-height: 1.7; margin-bottom: 18px; }
.cmp-panel-intro strong { color: var(--v2-primary); }

/* Mobile deep accordion */
@media (max-width: 900px) {
  .deep { padding: 56px 0; }
  .deep-section summary { padding: 18px 22px; font-size: 1.05em; }
  .deep-body { padding: 0 22px 22px; }
}

/* ═══ V2 RESPONSIVE ═══ */
@media (max-width: 900px) {
  .stat { padding: 56px 0; }
  .stat-row { grid-template-columns: 1fr; gap: 24px; }
  .stat-vs { justify-self: center; }
  .scen { padding: 56px 0; }
  .scen-image-float { float: none; width: 100%; max-width: 100%; margin: 0 0 24px 0; aspect-ratio: 16/9; }
  .scen-title { font-size: 1.6em; }
  .scen-stats, .scen-stats-4, .scen-stats-5 { grid-template-columns: repeat(2, 1fr); padding: 14px; border-radius: 16px; }
  .diag { padding: 64px 0; }
  .diag-layer-suplim { margin-left: 12px; }
  .diag-layer-assist { margin-left: 24px; }
  .quote { padding: 64px 0; }
  .quote-text { font-size: 1.3em; }
  .cmp { padding: 56px 0; }
  .cmp-tabs { max-width: 100%; padding: 4px; }
  .cmp-tab { padding: 11px 10px; font-size: 0.84em; }
  .cmp-panel { padding: 28px 22px; }
  .cmp-features { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════════
   UMBRELLA HELPERS — selector, category map, matrix, hub card
   Pentru pagini hub categorie (locuinta, sanatate, viata, pensii)
   ═══════════════════════════════════════════════════════════════════ */

/* ── SELECTOR — 3-4 carduri întrebare cu link la produs ── */
.sel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.sel-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: all .3s cubic-bezier(.16,1,.3,1);
  position: relative;
  overflow: hidden;
}
.sel-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,102,204,0.04), rgba(249,115,22,0.04));
  opacity: 0;
  transition: opacity .3s;
}
.sel-card:hover {
  transform: translateY(-3px);
  border-color: var(--secondary);
  box-shadow: 0 12px 32px rgba(0,61,122,0.10);
}
.sel-card:hover::before { opacity: 1; }
.sel-icon {
  font-size: 1.8em;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0,102,204,0.08);
  position: relative;
  z-index: 1;
}
.sel-q {
  font-size: 1em;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.sel-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  font-size: .85em;
  color: var(--text-light);
}
.sel-arrow::before {
  content: '→';
  font-weight: 700;
  color: var(--secondary);
}
.sel-product {
  font-weight: 700;
  color: var(--secondary);
}
.sel-a {
  font-size: .88em;
  color: var(--text-light);
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

/* ── CATEGORY MAP — 2-axis 3x3 grid ── */
.cmap-wrap {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: 1fr 28px;
  gap: 12px;
  max-width: 920px;
  margin: 32px auto 0;
}
.cmap-y-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .82em;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cmap-x-label {
  grid-column: 2;
  text-align: center;
  font-size: .82em;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(110px, auto));
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.cmap-cell {
  background: var(--bg-card);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 110px;
}
.cmap-cell[data-x="0"][data-y="0"] { background: rgba(220,38,38,0.04); }
.cmap-cell[data-x="2"][data-y="2"] { background: rgba(40,167,69,0.04); }
.cmap-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  color: var(--primary);
  font-size: .82em;
  font-weight: 700;
  transition: all .25s;
  text-align: center;
  line-height: 1.3;
}
.cmap-prod:hover {
  transform: scale(1.05);
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}
.cmap-icon { font-size: 1.4em; line-height: 1; }
.cmap-name { display: block; }
.cmap-badge {
  font-size: .68em;
  padding: 2px 6px;
  background: rgba(0,102,204,0.12);
  color: var(--secondary);
  border-radius: 4px;
  font-weight: 600;
}
.cmap-prod:hover .cmap-badge {
  background: rgba(255,255,255,0.22);
  color: #fff;
}

/* ── MATRIX — comparison table ── */
.mx-scroll {
  margin-top: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.mx-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92em;
  min-width: 720px;
}
.mx-table thead th {
  padding: 18px 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: .88em;
}
.mx-table thead th:first-child {
  text-align: left;
  background: var(--primary);
}
.mx-prod-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 700;
  transition: opacity .25s;
}
.mx-prod-link:hover { opacity: .8; text-decoration: underline; }
.mx-icon { font-size: 1.3em; line-height: 1; }
.mx-criterion-head {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: .76em;
  letter-spacing: .05em;
}
.mx-criterion {
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  color: var(--primary);
  background: var(--bg-soft);
  border-right: 1px solid var(--border);
  font-size: .9em;
  position: sticky;
  left: 0;
}
.mx-cell {
  padding: 14px 12px;
  text-align: center;
  border-top: 1px solid var(--border);
  color: var(--text);
  font-size: .9em;
}
.mx-yes { color: #16a34a; font-weight: 800; font-size: 1.15em; }
.mx-no { color: #94a3b8; }
.mx-table tbody tr:hover .mx-cell { background: rgba(0,102,204,0.03); }

/* ── HUB CARD — slim variant pentru routing pagini secundare ── */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.hub-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.hub-card:hover {
  transform: translateY(-4px);
  border-color: var(--secondary);
  box-shadow: 0 14px 36px rgba(0,61,122,0.10);
}
.hub-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hub-icon { font-size: 1.5em; line-height: 1; }
.hub-name {
  font-size: 1.05em;
  font-weight: 800;
  color: var(--primary);
  flex: 1;
}
.hub-badge {
  font-size: .68em;
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  white-space: nowrap;
}
.hub-hook {
  font-size: .92em;
  color: var(--text-light);
  line-height: 1.65;
  margin: 0;
}
.hub-cta {
  color: var(--secondary);
  font-weight: 700;
  font-size: .9em;
  margin-top: auto;
}
.hub-card:hover .hub-cta { color: var(--accent); }

/* ── Mobile responsive ── */
@media (max-width: 720px) {
  .sel-grid { grid-template-columns: 1fr; }
  .cmap-wrap { grid-template-columns: 24px 1fr; }
  .cmap-grid { grid-template-rows: repeat(3, minmax(90px, auto)); }
  .cmap-prod { padding: 8px 10px; font-size: .76em; }
  .cmap-icon { font-size: 1.2em; }
  .mx-table { font-size: .82em; }
  .mx-criterion { font-size: .82em; padding: 11px 12px; }
  .mx-cell { padding: 11px 8px; font-size: .82em; }
  .hub-grid { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════════
   CURSOR SITEWIDE — text non-editabil = default, NU I-beam
   Decizie UX 2026-05-11: paragrafele normale nu trebuie să arate
   cursorul de text (impresie de element editabil/selectabil când nu e).
   ═══════════════════════════════════════════════════════════════════ */
* { cursor: default; }
a, a *,
button, button *,
label, label *,
summary, summary *,
select,
[role="button"], [role="button"] *,
[onclick], [onclick] *,
[tabindex]:not([tabindex="-1"]),
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], input[type="file"] { cursor: pointer; }
input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]), textarea, [contenteditable="true"] { cursor: text; }
