/* =========================================================
   Debtor — Stylesheet (rebrand cu paleta originala)
   Verde #52b26a + Bleumarin #18233f
   ========================================================= */

:root {
  /* Brand Debtor */
  --brand-green:        #52b26a;
  --brand-green-dark:   #3e9554;
  --brand-green-light:  #6cc483;
  --brand-green-soft:   #e8f5ec;
  --brand-navy:         #18233f;
  --brand-navy-2:       #232f4d;
  --brand-navy-soft:    #f0f2f7;

  /* UI tokens */
  --bg:           #ffffff;
  --bg-soft:      #f7f9fb;
  --bg-deep:      #18233f;
  --surface:      #ffffff;
  --ink:          #18233f;
  --ink-soft:     #4a5573;
  --ink-muted:    #8891a8;
  --primary:      #52b26a;
  --primary-2:    #3e9554;
  --primary-soft: #e8f5ec;
  --line:         #e4e8f0;
  --line-strong:  #d2d8e4;
  --shadow-sm:    0 2px 8px rgba(24,35,63,0.06);
  --shadow-md:    0 8px 24px rgba(24,35,63,0.10);
  --shadow-lg:    0 24px 60px -12px rgba(82,178,106,0.28);
  --radius-sm:    10px;
  --radius:       16px;
  --radius-lg:    24px;
  --serif:        'Instrument Serif', Georgia, serif;
  --sans:         'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container:    1200px;
  --transition:   0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--primary-2); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary); }

h1, h2, h3, h4, h5, h6 { line-height: 1.15; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); letter-spacing: -0.018em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); letter-spacing: -0.01em; }
h4 { font-size: 1.1rem; font-weight: 700; }

.serif {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--primary);
  letter-spacing: 0;
}

.brand-accent {
  color: var(--primary);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
}

p { color: var(--ink-soft); margin-bottom: 1rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
section { padding: 96px 0; position: relative; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }
.section-head p { font-size: 1.1rem; margin-top: 16px; color: var(--ink-soft); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition);
  border: none;
  font-family: inherit;
  white-space: nowrap;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(82,178,106,0.35); }
.btn-primary:hover { background: var(--primary-2); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(82,178,106,0.45); }
.btn-dark { background: var(--brand-navy); color: #fff; }
.btn-dark:hover { background: var(--brand-navy-2); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-2); background: var(--primary-soft); }
.btn-light { background: #fff; color: var(--brand-navy); }
.btn-light:hover { background: var(--primary-soft); color: var(--primary-2); }

.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; max-width: var(--container); margin: 0 auto; gap: 32px; }
.logo-img {
  height: 42px;
  width: auto;
  display: block;
}
.nav-links { display: flex; gap: 36px; list-style: none; flex: 1; justify-content: center; }
.nav-links a { color: var(--ink); font-weight: 600; font-size: 0.95rem; position: relative; }
.nav-links a:hover { color: var(--primary-2); }
.nav-links a.active { color: var(--primary-2); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 2.5px; background: var(--primary); border-radius: 3px; }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav-cta > a:not(.btn) { font-size: 0.92rem; font-weight: 600; color: var(--ink); }
.nav-cta > a:not(.btn):hover { color: var(--primary-2); }
.nav-cta .btn { padding: 11px 22px; font-size: 0.9rem; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform var(--transition); }

.hero {
  padding: 100px 0 96px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at top right, var(--primary-soft) 0%, transparent 50%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
}
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.hero h1 { margin-bottom: 24px; color: var(--brand-navy); }
.hero h1 .accent { color: var(--primary); font-family: var(--serif); font-weight: 400; font-style: italic; }
.hero-lead { font-size: 1.18rem; color: var(--ink-soft); margin-bottom: 36px; max-width: 560px; line-height: 1.6; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; aspect-ratio: 1 / 1; max-width: 540px; margin-left: auto; }

.trust { padding: 48px 0; background: var(--brand-navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.trust-item .num { font-family: var(--serif); font-size: 2.8rem; color: var(--primary); font-style: italic; display: block; line-height: 1; font-weight: 400; }
.trust-item .lbl { font-size: 0.92rem; color: rgba(255,255,255,0.75); margin-top: 8px; font-weight: 500; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.benefit-card {
  padding: 36px 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.benefit-card:hover::before { transform: scaleX(1); }
.benefit-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: all var(--transition);
}
.benefit-card:hover .benefit-icon { background: var(--primary); color: #fff; transform: rotate(-4deg) scale(1.05); }
.benefit-icon svg { width: 28px; height: 28px; }
.benefit-card h3 { margin-bottom: 12px; color: var(--brand-navy); }
.benefit-card p { font-size: 0.97rem; margin-bottom: 0; }

.features { background: var(--bg-soft); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.features-grid.features-2x2 { grid-template-columns: repeat(2, 1fr); max-width: 920px; margin: 0 auto; }
.feature-card {
  padding: 32px 28px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: all var(--transition);
}
.feature-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.feature-card h3 { font-size: 1.1rem; margin-bottom: 12px; color: var(--brand-navy); }
.feature-card p { font-size: 0.95rem; margin: 0; }
.feature-card .num { font-family: var(--serif); font-style: italic; color: var(--primary); font-size: 1.6rem; display: block; margin-bottom: 8px; font-weight: 400; }

.steps { display: flex; flex-direction: column; gap: 36px; max-width: 1080px; margin: 0 auto; position: relative; }
.step {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  padding: 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  transition: all var(--transition);
  align-items: center;
}
.step:nth-child(even) { grid-template-columns: 1fr 300px; }
.step:nth-child(even) .step-illustration { order: 2; }
.step:nth-child(even) .step-content { order: 1; }
.step:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-3px); }

.step-illustration {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--primary-soft) 0%, #f0faf3 100%);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.step-illustration .step-num {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 60px; height: 60px;
  background: var(--brand-navy);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.8rem;
  flex-shrink: 0;
  border: 5px solid #fff;
  box-shadow: 0 6px 20px rgba(24,35,63,0.18);
  z-index: 2;
  transition: all var(--transition);
}
.step:hover .step-num { background: var(--primary); transform: scale(1.05); }

.step-content .step-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-2);
  margin-bottom: 12px;
}
.step-content h3 {
  margin-bottom: 16px;
  color: var(--brand-navy);
  font-size: clamp(1.4rem, 2.5vw, 1.7rem);
}
.step-content p { margin-bottom: 0; font-size: 1rem; line-height: 1.7; }

.pricing { background: var(--bg-soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.price-card.popular { border-color: var(--primary); border-width: 2px; background: linear-gradient(180deg, #fff 0%, var(--primary-soft) 200%); }
.price-card.popular::before { content: 'Popular'; position: absolute; top: -13px; left: 24px; background: var(--primary); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 5px 14px; border-radius: 100px; letter-spacing: 0.04em; }
.price-card.best::before { content: 'Best value'; position: absolute; top: -13px; left: 24px; background: var(--brand-navy); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 5px 14px; border-radius: 100px; letter-spacing: 0.04em; }
.price-name { font-size: 0.85rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 14px; }
.price-credits { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 22px; min-height: 56px; line-height: 1.55; }
.price-amount { font-size: 2.8rem; font-weight: 800; color: var(--brand-navy); margin-bottom: 28px; letter-spacing: -0.025em; line-height: 1; }
.price-amount small { font-size: 1.1rem; color: var(--ink-muted); font-weight: 500; }
.price-list { list-style: none; margin-bottom: 28px; flex: 1; }
.price-list li {
  padding: 9px 0;
  font-size: 0.93rem;
  color: var(--ink-soft);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.price-list li::before {
  content: '';
  width: 18px; height: 18px;
  background-color: var(--primary-soft);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2352b26a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.price-card .btn { width: 100%; justify-content: center; }
.price-note { text-align: center; margin-top: 36px; color: var(--ink-muted); font-size: 0.9rem; }

.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
  transition: all var(--transition);
}
.faq-item[open] { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.faq-item summary {
  padding: 24px 28px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--brand-navy);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 28px; height: 28px;
  background-color: var(--primary-soft);
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2352b26a' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition);
}
.faq-item[open] summary::after {
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}
.faq-item .faq-body { padding: 0 28px 26px; color: var(--ink-soft); font-size: 0.97rem; line-height: 1.75; }

.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.contact-info h2 { margin-bottom: 18px; color: var(--brand-navy); }
.contact-info p { margin-bottom: 32px; }
.contact-meta { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.contact-meta li { display: flex; align-items: center; gap: 16px; color: var(--ink-soft); font-size: 0.97rem; }
.contact-meta li a { color: var(--brand-navy); font-weight: 600; }
.contact-meta li a:hover { color: var(--primary-2); }
.contact-meta .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--primary-soft); color: var(--primary-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.form { background: #fff; padding: 40px; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-row { margin-bottom: 18px; }
.form-row.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.form label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; color: var(--brand-navy); letter-spacing: 0.01em; }
.form input, .form textarea, .form select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  font-family: inherit;
  font-size: 0.97rem;
  color: var(--ink);
  transition: all var(--transition);
}
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.form textarea { min-height: 130px; resize: vertical; }
.form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.form-success { display: none; padding: 14px; border-radius: var(--radius-sm); margin-top: 16px; font-size: 0.94rem; background: var(--primary-soft); color: var(--primary-2); border: 1px solid var(--primary); }
.form-success.show { display: block; }

.cta-banner {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-2) 100%);
  border-radius: var(--radius-lg);
  padding: 72px 56px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-banner::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(82,178,106,0.25), transparent 65%); }
.cta-banner::after { content: ''; position: absolute; bottom: -50%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(82,178,106,0.15), transparent 65%); }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.85); margin-bottom: 28px; max-width: 600px; margin-left: auto; margin-right: auto; font-size: 1.08rem; }

.page-head {
  padding: 80px 0 56px;
  background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-head::before { content: ''; position: absolute; top: -50%; left: 50%; width: 600px; height: 600px; transform: translateX(-50%); background: radial-gradient(circle, var(--primary-soft) 0%, transparent 60%); opacity: 0.6; }
.page-head > * { position: relative; }
.page-head h1 { margin-bottom: 16px; color: var(--brand-navy); }
.page-head p { font-size: 1.1rem; max-width: 640px; margin: 0 auto; }
.breadcrumbs { display: flex; gap: 8px; justify-content: center; align-items: center; margin-bottom: 22px; font-size: 0.88rem; color: var(--ink-muted); }
.breadcrumbs a { color: var(--ink-muted); font-weight: 500; }
.breadcrumbs a:hover { color: var(--primary-2); }
.breadcrumbs .sep { opacity: 0.5; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.blog-thumb { aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--primary-soft), #d4ebd9); position: relative; overflow: hidden; }
.blog-thumb svg { width: 100%; height: 100%; display: block; }
.blog-body { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; gap: 12px; font-size: 0.82rem; color: var(--ink-muted); margin-bottom: 14px; align-items: center; }
.blog-tag { background: var(--primary-soft); color: var(--primary-2); padding: 4px 11px; border-radius: 100px; font-weight: 700; letter-spacing: 0.02em; }
.blog-card h3 { font-size: 1.2rem; margin-bottom: 12px; line-height: 1.35; color: var(--brand-navy); }
.blog-card h3 a { color: inherit; }
.blog-card h3 a:hover { color: var(--primary-2); }
.blog-card .excerpt { font-size: 0.94rem; margin-bottom: 18px; flex: 1; color: var(--ink-soft); }
.blog-card .read-more { font-weight: 700; font-size: 0.92rem; color: var(--primary-2); display: inline-flex; align-items: center; gap: 6px; }
.blog-card .read-more::after { content: '→'; transition: transform var(--transition); }
.blog-card .read-more:hover::after { transform: translateX(4px); }

.article { max-width: 760px; margin: 0 auto; padding: 48px 0 72px; }
.article-hero { text-align: center; margin-bottom: 44px; }
.article-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); margin: 18px 0; color: var(--brand-navy); }
.article-meta { color: var(--ink-muted); font-size: 0.92rem; }
.article-cover { aspect-ratio: 21 / 9; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--primary-soft), #d4ebd9); margin-bottom: 44px; overflow: hidden; }
.article-content { font-size: 1.06rem; line-height: 1.8; color: var(--ink-soft); }
.article-content h2 { margin: 40px 0 18px; color: var(--brand-navy); }
.article-content h3 { margin: 30px 0 12px; color: var(--brand-navy); }
.article-content p { margin-bottom: 20px; }
.article-content ul, .article-content ol { margin: 0 0 22px 24px; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote { border-left: 3px solid var(--primary); padding: 14px 0 14px 24px; margin: 28px 0; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--brand-navy); line-height: 1.5; }

.footer { background: var(--brand-navy); color: #b6bdcf; padding: 72px 0 32px; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--primary), transparent); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer h4 { color: #fff; font-size: 0.92rem; margin-bottom: 20px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 11px; }
.footer a { color: #b6bdcf; font-size: 0.94rem; transition: color var(--transition); }
.footer a:hover { color: var(--primary); }
.footer .logo-img { height: 48px; }
.footer-tagline { margin-top: 20px; font-size: 0.94rem; max-width: 320px; line-height: 1.65; color: #9ba3b8; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
  color: #b6bdcf;
}
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.88rem; color: #7d8499; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.float { animation: float 7s ease-in-out infinite; }

@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-visual { max-width: 420px; margin: 0 auto; }
  .benefits-grid, .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 24px; box-shadow: var(--shadow-md); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .step,
  .step:nth-child(even) { grid-template-columns: 1fr; gap: 32px; padding: 36px; }
  .step-illustration { max-width: 280px; margin: 0 auto; width: 100%; }
  .step:nth-child(even) .step-illustration { order: 0; }
  .step:nth-child(even) .step-content { order: 1; }
  .step-content { text-align: center; }
}
/* ========== ELEMENTE NOI HOMEPAGE V2 ========== */

/* Promo banner - Brand colors (navy + green) */
.promo-banner {
  background: linear-gradient(90deg, var(--brand-navy) 0%, #1f2d4f 50%, var(--brand-navy) 100%);
  color: #fff;
  padding: 11px 0;
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.promo-banner::before {
  content: '';
  position: absolute;
  top: 0; left: -50%;
  width: 200%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(82,178,105,0.18), transparent);
  animation: shimmer 6s linear infinite;
  pointer-events: none;
}
@keyframes shimmer { from { transform: translateX(0); } to { transform: translateX(50%); } }
.promo-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 0 28px;
}
.promo-banner .promo-text {
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.92);
}
.promo-banner .promo-text strong {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.promo-banner .promo-cta {
  background: var(--primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}
.promo-banner .promo-cta:hover {
  background: var(--primary-2);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(82,178,105,0.35);
}
.promo-banner .close-promo {
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0 4px;
  line-height: 1;
  transition: color var(--transition);
}
.promo-banner .close-promo:hover { color: #fff; }

/* Real stats counter */
.stats-section {
  padding: 72px 0;
  background: var(--brand-navy);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(82,178,106,0.15), transparent 70%);
}
.stats-head {
  position: relative;
  margin-bottom: 48px;
}
.stats-head h2 { color: #fff; margin-bottom: 12px; }
.stats-head p { color: rgba(255,255,255,0.72); max-width: 540px; margin: 0 auto; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.stat-item {
  padding: 28px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  transition: all var(--transition);
}
.stat-item:hover {
  background: rgba(82,178,106,0.08);
  border-color: var(--primary);
  transform: translateY(-4px);
}
.stat-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  color: var(--primary);
  display: block;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
.stat-num small {
  font-size: 0.5em;
  color: rgba(255,255,255,0.6);
  margin-left: 4px;
  font-style: normal;
}
.stat-label {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

/* Diferentiatori vs competitie */
.diff-section { padding: 96px 0; background: var(--bg-soft); }
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.diff-card {
  padding: 36px 28px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.diff-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--transition);
}
.diff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.diff-card:hover::before { transform: scaleY(1); }
.diff-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.diff-icon svg { width: 28px; height: 28px; }
.diff-card h3 { color: var(--brand-navy); margin-bottom: 12px; font-size: 1.18rem; }
.diff-card p { font-size: 0.96rem; line-height: 1.65; }
.diff-card .highlight { display: inline-block; padding: 3px 10px; background: var(--primary-soft); color: var(--primary-2); border-radius: 100px; font-size: 0.82rem; font-weight: 700; margin-top: 10px; }

/* Studii de caz */
.cases-section { padding: 96px 0; }
.cases-intro { text-align: center; max-width: 640px; margin: 0 auto 24px; }
.cases-intro .badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cases-intro .badge::before { content: '✓'; font-size: 0.9rem; }
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.case-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.case-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.case-card .case-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 100px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
  align-self: flex-start;
}
.case-card .case-status::before { content: '●'; font-size: 0.7rem; color: var(--primary); }
.case-card .case-amount {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--brand-navy);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}
.case-card .case-amount small { font-size: 0.5em; color: var(--ink-muted); margin-left: 4px; font-style: normal; }
.case-card .case-creditor {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.case-card .case-debtor {
  font-size: 0.95rem;
  color: var(--brand-navy);
  font-weight: 600;
  margin-bottom: 14px;
}
.case-card .case-debtor span { color: var(--ink-muted); font-weight: 400; }
.case-card .case-link {
  margin-top: auto;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--primary-2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.case-card .case-link::after {
  content: '→';
  transition: transform var(--transition);
}
.case-card .case-link:hover::after { transform: translateX(4px); }
.case-card .case-link.disabled { color: var(--ink-muted); pointer-events: none; }
.case-card .case-link.disabled::after { content: '○'; }

.cases-cta { text-align: center; margin-top: 8px; }
.cases-cta p { color: var(--ink-muted); font-size: 0.92rem; margin-bottom: 8px; }
.cases-highlight {
  background: linear-gradient(135deg, var(--primary-soft) 0%, #f0faf3 100%);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin-top: 32px;
  border-left: 4px solid var(--primary);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.cases-highlight .icon-big {
  width: 56px; height: 56px;
  background: var(--primary);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #fff;
}
.cases-highlight .text h3 { color: var(--brand-navy); margin-bottom: 4px; font-size: 1.1rem; }
.cases-highlight .text p { margin: 0; color: var(--ink-soft); font-size: 0.94rem; }
.cases-highlight .text strong { color: var(--brand-navy); }

/* Pricing preview cu pay-as-you-go */
.pricing-preview { background: var(--bg-soft); }
.payg-table {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 36px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.payg-table::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle, var(--primary-soft) 0%, transparent 70%);
  border-radius: 50%;
}
.payg-table > * { position: relative; z-index: 1; }
.payg-table h3 { color: var(--brand-navy); margin-bottom: 8px; font-size: 1.5rem; }
.payg-table > p { color: var(--ink-soft); margin-bottom: 28px; font-size: 1rem; }
.payg-stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.payg-stage {
  padding: 22px;
  background: var(--bg-soft);
  border-radius: 14px;
  border: 1px solid var(--line);
  position: relative;
}
.payg-stage .num-badge {
  width: 32px; height: 32px;
  background: var(--brand-navy);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 12px;
}
.payg-stage h4 { color: var(--brand-navy); margin-bottom: 6px; font-size: 1rem; }
.payg-stage .credits {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.8rem;
  color: var(--primary-2);
  font-weight: 400;
  line-height: 1;
}
.payg-stage .credits small { font-size: 0.45em; color: var(--ink-muted); font-style: normal; margin-left: 4px; }
.payg-table .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 2px solid var(--line);
  flex-wrap: wrap;
  gap: 12px;
}
.payg-table .total-label { color: var(--ink-soft); font-size: 0.95rem; }
.payg-table .total-amount {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2rem;
  color: var(--brand-navy);
  font-weight: 400;
}
.payg-table .total-amount span { color: var(--primary-2); }

/* Comparativ vs alternative */
.compare-section { padding: 96px 0; }
.compare-table {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
}
.compare-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: center;
}
.compare-row.head {
  background: var(--brand-navy);
  color: #fff;
}
.compare-row.head > div { padding: 20px 18px; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.02em; }
.compare-row.head .col-debtor { background: var(--primary); position: relative; }
.compare-row.head > div,
.compare-row.head > div:first-child,
.compare-row.head .col-debtor,
.compare-row.head > div:not(:first-child):not(.col-debtor) {
  color: #fff;
}
.compare-row.head .col-debtor::before {
  content: '★';
  position: absolute; top: 6px; right: 8px;
  font-size: 0.78rem; opacity: 0.9;
}
.compare-row + .compare-row > div { padding: 16px 18px; border-top: 1px solid var(--line); font-size: 0.94rem; }
.compare-row > div:first-child { font-weight: 600; color: var(--brand-navy); }
.compare-row .col-debtor { background: var(--primary-soft); color: var(--primary-2); font-weight: 700; }
.compare-row > div:not(:first-child):not(.col-debtor) { color: var(--ink-soft); }
.compare-row .check-yes { color: var(--primary-2); font-weight: 800; }
.compare-row .check-no { color: #c93755; font-weight: 700; }

/* Tech features section (integrari) */
.tech-section { padding: 96px 0; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1080px; margin: 0 auto; }
.tech-card {
  padding: 32px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all var(--transition);
}
.tech-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateX(4px); }
.tech-card .tech-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: var(--primary-soft);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-2);
}
.tech-card .tech-icon svg { width: 26px; height: 26px; }
.tech-card h4 { color: var(--brand-navy); margin-bottom: 8px; font-size: 1.08rem; }
.tech-card p { font-size: 0.93rem; line-height: 1.6; margin: 0; }
.tech-card .tech-tag {
  display: inline-block;
  padding: 2px 8px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 8px;
}

/* Hero rebuilt — accent badge */
.hero-trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 0.88rem;
  color: var(--ink-muted);
}
.hero-trust-line .ck { color: var(--primary); font-weight: 800; }

/* Hero badges */
.hero-badges {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-navy);
}
.hero-badge svg { width: 16px; height: 16px; color: var(--primary); }

/* ========== HOMEPAGE V4 - PSYCHOLOGY-DRIVEN ELEMENTS ========== */

/* Hero illustration adjustments for the magnet image */
.hero-visual.with-magnet {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual.with-magnet img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(82, 178, 105, 0.18));
  animation: magnetFloat 5s ease-in-out infinite;
}
@keyframes magnetFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

/* "Te recunoști?" empathy section */
.empathy-section {
  background: var(--bg-soft);
  padding: 96px 0;
}
.empathy-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  border: 1px solid var(--line);
  position: relative;
}
.empathy-card::before {
  content: '"';
  position: absolute;
  top: 12px; left: 32px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 8rem;
  color: var(--primary-soft);
  line-height: 1;
  z-index: 0;
}
.empathy-card > * { position: relative; z-index: 1; }
.empathy-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
  margin: 32px 0 24px;
  list-style: none;
  padding: 0;
}
.empathy-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.02rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.empathy-list li::before {
  content: '✓';
  color: var(--primary);
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.empathy-conclusion {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
  color: var(--brand-navy);
  font-weight: 600;
  text-align: center;
}
.empathy-conclusion .serif { font-size: 1.25em; }

/* Myth busters section */
.myths-section {
  padding: 96px 0;
}
.myths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.myth-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.myth-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}
.myth-row {
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
/* Caseta MIT - fundal navy ca DACA MAI ASTEPTI */
.myth-row.myth-bad {
  background: linear-gradient(135deg, var(--brand-navy) 0%, #232f4d 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}
.myth-row.myth-bad::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(201, 55, 85, 0.12);
  pointer-events: none;
}
.myth-row.myth-bad > * { position: relative; z-index: 1; }
.myth-row.myth-good {
  background: #fff;
}
.myth-row .myth-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.myth-row .myth-icon svg { display: block; }
.myth-row.myth-bad .myth-icon {
  background: rgba(255,143,163,0.18);
  color: #ff8fa3;
}
.myth-row.myth-good .myth-icon { background: var(--primary-soft); color: var(--primary-2); }
.myth-row .myth-content {
  flex: 1;
}
.myth-row .myth-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.myth-row.myth-bad .myth-label { color: #ff8fa3; }
.myth-row.myth-good .myth-label { color: var(--primary-2); }
.myth-row p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--ink);
}
.myth-row.myth-bad p {
  color: rgba(255,255,255,0.85);
}
.myth-row.myth-bad p strong {
  color: #fff;
  font-weight: 700;
}
.myth-row.myth-good p {
  color: var(--brand-navy);
  font-weight: 500;
}
.myth-row.myth-good p strong {
  color: var(--brand-navy);
  font-weight: 700;
}

/* Reassurance / what you DO and DON'T */
.do-dont-section { background: var(--bg-soft); padding: 96px 0; }
.do-dont-wrap {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.do-dont-col {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border: 1px solid var(--line);
}
.do-dont-col h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 1.18rem;
  color: var(--brand-navy);
}
.do-dont-col h3 .icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.do-dont-col.do h3 .icon { background: var(--primary-soft); color: var(--primary-2); }
.do-dont-col.dont h3 .icon { background: var(--brand-navy); color: #fff; }
.do-dont-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.do-dont-col li {
  padding: 12px 0;
  font-size: 0.97rem;
  color: var(--ink-soft);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid var(--line);
}
.do-dont-col li:first-child { border-top: none; padding-top: 0; }
.do-dont-col li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.do-dont-col.do li::before {
  background-color: var(--primary-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2352b269' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.do-dont-col.dont li::before {
  background-color: #f0f2f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318233f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

/* "Cât te costă să nu acționezi" anxiety amplifier */
.cost-of-inaction {
  background: linear-gradient(135deg, var(--brand-navy) 0%, #232f4d 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cost-of-inaction::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(82,178,106,0.15), transparent 65%);
}
.cost-of-inaction .container { position: relative; z-index: 1; }
.cost-of-inaction h2 { color: #fff; }
.cost-of-inaction h2 .serif { color: var(--primary); }
.cost-of-inaction p { color: rgba(255,255,255,0.78); }
.cost-comparison {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 24px;
  align-items: center;
  max-width: 920px;
  margin: 48px auto 0;
}
.cost-side {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  text-align: center;
}
.cost-side.bad {
  background: rgba(201, 55, 85, 0.12);
  border: 1px solid rgba(201, 55, 85, 0.25);
}
.cost-side.good {
  background: rgba(82, 178, 106, 0.12);
  border: 1px solid rgba(82, 178, 106, 0.4);
}
.cost-side .label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cost-side.bad .label { color: #ff8fa3; }
.cost-side.good .label { color: var(--primary); }
.cost-side .amount {
  font-family: var(--serif);
  font-style: italic;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
}
.cost-side .desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}
.cost-vs {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.6rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .empathy-list { grid-template-columns: 1fr; }
  .empathy-card { padding: 36px 28px; }
  .myths-grid { grid-template-columns: 1fr; }
  .do-dont-wrap { grid-template-columns: 1fr; gap: 18px; }
  .cost-comparison { grid-template-columns: 1fr; }
  .cost-vs { transform: rotate(90deg); }
}

/* Enterprise Coming Soon - Gold variant */
.price-card.enterprise {
  background:
    radial-gradient(circle at top right, rgba(212,169,63,0.18) 0%, transparent 35%),
    linear-gradient(180deg, #fefdf7 0%, #fff8e3 100%);
  border-color: #c9a440;
  border-width: 2px;
  position: relative;
}
.price-card.enterprise::before {
  content: 'Coming Soon';
  position: absolute;
  top: -13px; left: 24px;
  background: linear-gradient(135deg, #d4a93f 0%, #b8862c 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(212,169,63,0.35);
  z-index: 2;
}
.price-card.enterprise .price-name { color: #b8862c; }
.price-card.enterprise .price-amount { color: #8b6017; }
.price-card.enterprise .price-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8862c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-color: rgba(212,169,63,0.18);
}
.price-card.enterprise .btn-ghost {
  border-color: #c9a440;
  color: #b8862c;
}
.price-card.enterprise .btn-ghost:hover {
  background: linear-gradient(135deg, #d4a93f 0%, #b8862c 100%);
  border-color: transparent;
  color: #fff;
}
.price-card.enterprise .enterprise-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8862c;
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 3px 10px;
  background: rgba(212,169,63,0.12);
  border-radius: 100px;
}

/* Pay-as-you-go visual on /preturi/ */
.payg-large {
  background: linear-gradient(135deg, #fff 0%, var(--bg-soft) 100%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 48px;
  margin: 48px auto;
  max-width: 1080px;
  position: relative;
  overflow: hidden;
}
.payg-large::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--primary-soft) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.6;
}
.payg-large > * { position: relative; z-index: 1; }
.payg-large .payg-head { text-align: center; margin-bottom: 36px; }
.payg-large .payg-head h2 { color: var(--brand-navy); margin-bottom: 12px; }
.payg-large .payg-head p { color: var(--ink-soft); max-width: 640px; margin: 0 auto; font-size: 1.05rem; }
.payg-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto 1fr;
  gap: 16px;
  align-items: center;
}
.payg-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
}
.payg-step:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.payg-step .step-icon {
  width: 48px; height: 48px;
  margin: 0 auto 14px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
}
.payg-step h4 { color: var(--brand-navy); margin-bottom: 6px; font-size: 1rem; }
.payg-step .credits-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--primary-2);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.payg-step .credits-label { font-size: 0.78rem; color: var(--ink-muted); }
.payg-arrow {
  color: var(--primary-2);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.payg-total {
  background: var(--brand-navy);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}
.payg-total .total-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--primary);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.payg-total .total-label-small { font-size: 0.78rem; color: rgba(255,255,255,0.65); }
.payg-total h4 { color: #fff; margin-bottom: 6px; font-size: 1rem; }
.payg-note {
  margin-top: 28px;
  padding: 18px 24px;
  background: var(--primary-soft);
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  font-size: 0.92rem;
  color: var(--brand-navy);
  text-align: center;
}
.payg-note strong { color: var(--primary-2); }

/* FAQ pricing accordion - reuse FAQ styling */

/* Acceptare plăți - row */
.payment-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}
.payment-row .payment-label {
  font-size: 0.85rem;
  color: var(--ink-muted);
  font-weight: 600;
}
.payment-row .payment-method {
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* Responsive payg */
@media (max-width: 900px) {
  .payg-flow { grid-template-columns: 1fr; gap: 14px; }
  .payg-arrow { transform: rotate(90deg); }
  .payg-large { padding: 32px 24px; }
  .diff-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: repeat(2, 1fr); }
  .payg-stages { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .compare-row > div { padding: 14px 12px !important; font-size: 0.85rem !important; }
}

/* Desktop overrides — păstrează aspectul vizual identic cu cel pe care utilizatorul îl vede acum
   (înainte aceste reguli erau orfane în afara @media din cauza unui bug de sintaxă;
    le-am mutat aici ca să se aplice DELIBERAT pe desktop, nu accidental) */
.diff-grid { grid-template-columns: 1fr; }
.cases-grid { grid-template-columns: repeat(2, 1fr); }
.payg-stages { grid-template-columns: 1fr; }
.tech-grid { grid-template-columns: 1fr; }
.compare-row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.compare-row > div { padding: 14px 12px !important; font-size: 0.85rem !important; }

@media (max-width: 640px) {
  section { padding: 64px 0; }
  .hero { padding: 56px 0 64px; }
  .nav-cta > a:not(.btn) { display: none; }
  .features-grid.features-2x2 { grid-template-columns: 1fr; }
  .form-row.split { grid-template-columns: 1fr; gap: 0; }
  .form-row.split > div { margin-bottom: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .step,
  .step:nth-child(even) { padding: 28px; gap: 24px; }
  .step-illustration { max-width: 220px; }
  .step-illustration .step-num { width: 50px; height: 50px; font-size: 1.5rem; top: -12px; left: -12px; }
  .cta-banner { padding: 48px 28px; }
  .form { padding: 28px; }
  .container { padding: 0 20px; }
  h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .stats-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .cases-highlight { grid-template-columns: 1fr; text-align: center; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row.head > div { display: none; }
  .compare-row.head .col-feature { display: block; padding: 10px; }
  .compare-row > div { border-top: none; border-bottom: 1px solid var(--line); }
  .compare-row > div:first-child { background: var(--bg-soft); font-weight: 700; }
  .compare-row > div:not(:first-child)::before { content: attr(data-label) ': '; font-weight: 700; color: var(--brand-navy); margin-right: 8px; }

  /* Promo banner mobil - elegant pe gold */
  .promo-banner { padding: 10px 0; font-size: 0.82rem; }
  .promo-banner .container { gap: 10px; padding: 0 16px; }
  .promo-banner .promo-text { font-size: 0.82rem; line-height: 1.4; }
  .promo-banner .promo-cta { padding: 5px 14px; font-size: 0.78rem; }
  .promo-banner .close-promo { display: none; }

  /* Empathy section mobil */
  .empathy-card { padding: 32px 22px; }
  .empathy-card::before { font-size: 5rem; top: 8px; left: 16px; }
  .empathy-list { grid-template-columns: 1fr; gap: 14px; }
  .empathy-list li { font-size: 0.95rem; }
  .empathy-conclusion { font-size: 1.05rem; }

  /* Mit-busters mobil */
  .myths-grid { grid-template-columns: 1fr; gap: 16px; }
  .myth-row { padding: 18px 22px; }
  .myth-row p { font-size: 0.9rem; }

  /* Do-Don't mobil */
  .do-dont-wrap { grid-template-columns: 1fr; gap: 16px; }
  .do-dont-col { padding: 28px 22px; }

  /* Cost of inaction mobil */
  .cost-of-inaction { padding: 56px 0; }
  .cost-comparison { grid-template-columns: 1fr; gap: 16px; }
  .cost-vs { transform: rotate(0); font-size: 1.2rem; padding: 8px 0; }
  .cost-side { padding: 28px 22px; }
  .cost-side .amount { font-size: 2.4rem; }

  /* Hero illustration mobil - mai mica */
  .hero-visual.with-magnet img { max-width: 280px; margin: 0 auto; }

  /* Hero badges - centrate pe mobil */
  .hero-badges { justify-content: center; }
}

/* ========== ICONITE GEOMETRIC PREMIUM (Stil 3) ========== */
.icon-geo {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  flex-shrink: 0;
}
.icon-geo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-soft) 0%, #f0faf3 100%);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon-geo svg {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
}
.icon-geo .stroke-base { stroke: var(--brand-navy); stroke-width: 2; fill: none; transition: stroke 0.3s; }
.icon-geo .stroke-accent { stroke: var(--primary-2); stroke-width: 2.5; fill: none; transition: stroke 0.3s; }
.icon-geo .fill-accent { fill: var(--primary-2); transition: fill 0.3s; }

/* Hover - container devine verde solid + iconita devine alba */
*:hover > .icon-geo::before,
.icon-geo:hover::before {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  transform: scale(1.05);
}
*:hover > .icon-geo .stroke-base,
.icon-geo:hover .stroke-base {
  stroke: #fff;
}
*:hover > .icon-geo .stroke-accent,
.icon-geo:hover .stroke-accent {
  stroke: #fff;
}
*:hover > .icon-geo .fill-accent,
.icon-geo:hover .fill-accent {
  fill: #fff;
}

/* ===== Animatii specifice fiecarei iconite ===== */

/* 1. Automatizare - rotatie sageti */
.icon-card:hover .icon-geo .anim-rotate,
.feature-card:hover .icon-geo .anim-rotate,
.benefit-card:hover .icon-geo .anim-rotate,
.diff-card:hover .icon-geo .anim-rotate,
.step:hover .icon-geo .anim-rotate {
  animation: iconRotate 1.2s ease-in-out;
  transform-origin: center;
}
@keyframes iconRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 2. Documente - linii care apar */
.icon-card:hover .icon-geo .anim-line,
.feature-card:hover .icon-geo .anim-line,
.benefit-card:hover .icon-geo .anim-line,
.diff-card:hover .icon-geo .anim-line,
.step:hover .icon-geo .anim-line {
  animation: iconDrawLine 0.6s ease-out forwards;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
@keyframes iconDrawLine {
  to { stroke-dashoffset: 0; }
}
.icon-geo .anim-line:nth-of-type(2) { animation-delay: 0.1s; }
.icon-geo .anim-line:nth-of-type(3) { animation-delay: 0.2s; }

/* 3. Calculator - bara creste */
.icon-card:hover .icon-geo .anim-bar,
.feature-card:hover .icon-geo .anim-bar,
.benefit-card:hover .icon-geo .anim-bar,
.diff-card:hover .icon-geo .anim-bar,
.step:hover .icon-geo .anim-bar {
  animation: iconBarGrow 0.6s ease-out;
  transform-origin: bottom;
}
@keyframes iconBarGrow {
  0% { transform: scaleY(0.3); }
  100% { transform: scaleY(1); }
}

/* 4. Pin/locatie - bouncing */
.icon-card:hover .icon-geo .anim-bounce,
.feature-card:hover .icon-geo .anim-bounce,
.benefit-card:hover .icon-geo .anim-bounce,
.diff-card:hover .icon-geo .anim-bounce,
.step:hover .icon-geo .anim-bounce {
  animation: iconBounce 0.8s ease-out;
  transform-origin: center bottom;
}
@keyframes iconBounce {
  0% { transform: translateY(-8px); opacity: 0; }
  50% { transform: translateY(2px); opacity: 1; }
  75% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

/* 5. Flow - puls la noduri */
.icon-card:hover .icon-geo .anim-pulse,
.feature-card:hover .icon-geo .anim-pulse,
.benefit-card:hover .icon-geo .anim-pulse,
.diff-card:hover .icon-geo .anim-pulse,
.step:hover .icon-geo .anim-pulse {
  animation: iconPulse 1s ease-in-out;
  transform-origin: center;
}
@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}
.icon-geo .anim-pulse:nth-of-type(2) { animation-delay: 0.15s; }
.icon-geo .anim-pulse:nth-of-type(3) { animation-delay: 0.3s; }

/* 6. Sigiliu - stamping */
.icon-card:hover .icon-geo .anim-stamp,
.feature-card:hover .icon-geo .anim-stamp,
.benefit-card:hover .icon-geo .anim-stamp,
.diff-card:hover .icon-geo .anim-stamp,
.step:hover .icon-geo .anim-stamp {
  animation: iconStamp 0.6s ease-out;
  transform-origin: center;
}
@keyframes iconStamp {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* Mobile */
@media (max-width: 640px) {
  .icon-geo { width: 64px; height: 64px; }
  .icon-geo svg { width: 36px; height: 36px; }
}

/* ========== STICKY CTA MOBILE ========== */
.sticky-cta-mobile {
  display: none; /* Hidden pe desktop */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(24, 35, 63, 0.08);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-cta-mobile.visible {
  transform: translateY(0);
}
.sticky-cta-mobile .btn {
  width: 100%;
  justify-content: center;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(82, 178, 105, 0.35);
}

/* Pe mobil: afiseaza */
@media (max-width: 640px) {
  .sticky-cta-mobile { display: block; }
  /* Adauga padding bottom la body sa nu se suprapuna cu sticky CTA */
  body { padding-bottom: 80px; }
  /* Footer-bottom needs space too */
  .footer-bottom { padding-bottom: 12px; }
}

/* ========== STEP ICONS SVG (smaller, for payg) ========== */
.step-icon-svg {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--primary-soft) 0%, #f0faf3 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.step-icon-svg svg {
  width: 32px;
  height: 32px;
}
.step-icon-svg .stroke-base { stroke: var(--brand-navy); stroke-width: 1.8; fill: none; transition: stroke 0.3s; }
.step-icon-svg .stroke-accent { stroke: var(--primary-2); stroke-width: 2; fill: none; transition: stroke 0.3s; }
.step-icon-svg .fill-accent { fill: var(--primary-2); transition: fill 0.3s; }

.payg-step:hover .step-icon-svg {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  transform: scale(1.05);
}
.payg-step:hover .step-icon-svg .stroke-base,
.payg-step:hover .step-icon-svg .stroke-accent { stroke: #fff; }
.payg-step:hover .step-icon-svg .fill-accent { fill: #fff; }

/* Animation triggers */
.payg-step:hover .step-icon-svg .anim-bounce {
  animation: iconBounce 0.8s ease-out;
  transform-origin: center bottom;
}
.payg-step:hover .step-icon-svg .anim-pulse {
  animation: iconPulse 1s ease-in-out;
  transform-origin: center;
}
.payg-step:hover .step-icon-svg .anim-stamp {
  animation: iconStamp 0.6s ease-out;
  transform-origin: center;
}

/* ========== FORM CONSENT (GDPR Checkbox) ========== */
.form-consent {
  margin: 18px 0;
}
/* Suprascrie .form label { display: block } */
.form .consent-label {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--ink-soft);
  letter-spacing: 0;
}
/* Suprascrie .form input { width: 100%; padding: 14px 16px; ... } */
.form .consent-label input[type="checkbox"] {
  position: absolute !important;
  opacity: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none;
  margin: 0;
}
.form .consent-checkbox {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--line-strong);
  border-radius: 5px;
  background: #fff;
  position: relative;
  margin-top: 1px;
  transition: all var(--transition);
  display: inline-block;
}
.form .consent-checkbox::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}
.form .consent-label input:checked + .consent-checkbox {
  background: var(--primary);
  border-color: var(--primary);
}
.form .consent-label input:checked + .consent-checkbox::after {
  transform: rotate(45deg) scale(1);
}
.form .consent-label:hover .consent-checkbox {
  border-color: var(--primary);
}
.form .consent-label input:focus-visible + .consent-checkbox {
  outline: 3px solid var(--primary-soft);
  outline-offset: 2px;
}
.form .consent-text {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
  flex: 1;
}
.form .consent-text a {
  color: var(--primary-2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .consent-text a:hover {
  color: var(--primary);
}

/* Disabled button styling */
.form button[type="submit"]:disabled {
  background: var(--line-strong);
  color: var(--ink-muted);
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.7;
}
.form button[type="submit"]:disabled:hover {
  background: var(--line-strong);
  color: var(--ink-muted);
  transform: none;
  box-shadow: none;
}

/* ========== LEGAL PAGES (Confidentialitate, Termeni) ========== */
.legal-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.legal-content h2 {
  font-size: 1.4rem;
  color: var(--brand-navy);
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-soft);
  letter-spacing: -0.01em;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  font-size: 1.1rem;
  color: var(--brand-navy);
  margin: 28px 0 12px;
  font-weight: 700;
}
.legal-content h4 {
  font-size: 0.98rem;
  color: var(--brand-navy);
  margin: 22px 0 10px;
  font-weight: 700;
}
.legal-content p {
  font-size: 0.97rem;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 16px;
}
.legal-content ul, .legal-content ol {
  margin: 0 0 18px 24px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.legal-content li {
  margin-bottom: 8px;
  font-size: 0.97rem;
}
.legal-content strong { color: var(--brand-navy); font-weight: 700; }
.legal-content a {
  color: var(--primary-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content a:hover { color: var(--primary); }
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  font-size: 0.92rem;
}
.legal-content th {
  background: var(--bg-soft);
  padding: 14px 16px;
  text-align: left;
  color: var(--brand-navy);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--line);
}
.legal-content td {
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  line-height: 1.65;
}
.legal-content td:first-child {
  background: var(--bg-soft);
  font-weight: 600;
  color: var(--brand-navy);
  width: 28%;
}
.legal-content tr:last-child td { border-bottom: none; }
.legal-meta {
  display: inline-block;
  padding: 8px 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.legal-toc {
  background: var(--bg-soft);
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 32px 0;
}
.legal-toc h3 {
  font-size: 0.95rem;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary-2);
}
.legal-toc ol {
  margin: 0;
  padding-left: 22px;
}
.legal-toc li {
  margin-bottom: 6px;
  font-size: 0.92rem;
}
.legal-toc a {
  color: var(--brand-navy);
  text-decoration: none;
  font-weight: 500;
}
.legal-toc a:hover {
  color: var(--primary-2);
  text-decoration: underline;
}

@media (max-width: 640px) {
  .legal-content { padding: 40px 0 60px; }
  .legal-content h2 { font-size: 1.2rem; }
  .legal-content table { font-size: 0.85rem; }
  .legal-content th, .legal-content td { padding: 10px 12px; }
  .legal-content td:first-child { width: auto; }
  .legal-toc { padding: 18px 20px; }
}

/* ========== ARTICLE PAGE STYLES ========== */
.article-page {
  padding: 60px 0 80px;
}
.article-hero {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}
.article-hero .article-tag {
  display: inline-block;
  padding: 7px 16px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.article-hero h1 {
  color: var(--brand-navy);
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  line-height: 1.18;
}
.article-hero h1 .serif {
  font-family: var(--serif);
  font-style: italic;
  color: var(--primary);
  font-weight: 400;
}
.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 0.92rem;
  color: var(--ink-muted);
  margin-bottom: 40px;
}
.article-meta .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--ink-muted);
  opacity: 0.5;
}

.article-content-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.article-content-wrap p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.article-content-wrap p strong {
  color: var(--brand-navy);
  font-weight: 700;
}
.article-content-wrap h2 {
  color: var(--brand-navy);
  font-size: 1.6rem;
  margin: 48px 0 20px;
  letter-spacing: -0.015em;
}
.article-content-wrap h2 .serif {
  font-family: var(--serif);
  font-style: italic;
  color: var(--primary);
  font-weight: 400;
}
.article-content-wrap h3 {
  color: var(--brand-navy);
  font-size: 1.25rem;
  margin: 36px 0 14px;
}
.article-content-wrap ul, .article-content-wrap ol {
  margin: 0 0 24px 24px;
}
.article-content-wrap li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.article-content-wrap a {
  color: var(--primary-2);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.article-content-wrap a:hover {
  color: var(--primary);
}

/* Blockquote / Callout boxes */
.article-callout {
  background: var(--primary-soft);
  border-left: 4px solid var(--primary);
  border-radius: 0 14px 14px 0;
  padding: 24px 28px;
  margin: 32px 0;
}
.article-callout p {
  margin-bottom: 0;
  color: var(--brand-navy);
  font-size: 1.02rem;
  font-weight: 500;
}
.article-callout p strong {
  color: var(--primary-2);
}

/* Comparison cards (Avocat vs Agenție vs DEBTOR) */
.compare-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 32px 0;
}
.compare-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
}
.compare-card.highlight {
  background: linear-gradient(180deg, #fff 0%, var(--primary-soft) 200%);
  border-color: var(--primary);
  border-width: 2px;
}
.compare-card h4 {
  color: var(--brand-navy);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.compare-card.highlight h4 {
  color: var(--primary-2);
}
.compare-card p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

/* Article inline image */
.article-image {
  margin: 32px 0;
  text-align: center;
}
.article-image img {
  max-width: 280px;
  height: auto;
  display: inline-block;
}
.article-image .caption {
  font-size: 0.88rem;
  color: var(--ink-muted);
  margin-top: 12px;
  font-style: italic;
}

/* Article CTA at end */
.article-cta {
  margin-top: 60px;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #232f4d 100%);
  color: #fff;
  padding: 48px 40px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.article-cta::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(82,178,106,0.18), transparent 65%);
  pointer-events: none;
}
.article-cta > * { position: relative; z-index: 1; }
.article-cta h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.article-cta h3 .serif {
  font-family: var(--serif);
  font-style: italic;
  color: var(--primary);
  font-weight: 400;
}
.article-cta p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

/* Article numbered tips list */
.numbered-tips {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  counter-reset: tip-counter;
}
.numbered-tips li {
  counter-increment: tip-counter;
  position: relative;
  padding: 22px 24px 22px 72px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 14px;
  list-style: none;
  font-size: 0.99rem;
  line-height: 1.7;
  color: var(--ink-soft);
  transition: all var(--transition);
}
.numbered-tips li::before {
  content: counter(tip-counter);
  position: absolute;
  left: 20px;
  top: 22px;
  width: 36px; height: 36px;
  background: var(--primary-soft);
  color: var(--primary-2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all var(--transition);
}
.numbered-tips li:hover {
  border-color: var(--primary);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.numbered-tips li:hover::before {
  background: var(--primary);
  color: #fff;
}
.numbered-tips li strong {
  color: var(--brand-navy);
  display: block;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 700px) {
  .compare-cards { grid-template-columns: 1fr; }
  .article-cta { padding: 36px 24px; }
  .article-content-wrap h2 { font-size: 1.4rem; }
  .numbered-tips li { padding: 20px 22px 20px 64px; }
  .numbered-tips li::before { width: 32px; height: 32px; font-size: 1.1rem; left: 16px; top: 20px; }
}

/* =============================================================
   ADIȚIONAL — Mobile responsive fixes (tablet + small phones)
   ============================================================= */

/* Tablet portrait — 768px și sub */
@media (max-width: 768px) {
  /* Pricing 4 carduri devine 2x2 pe tablet (era deja la 1000px, dar la fel) */
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  /* Cases pe tablet 2x2 (deja gestionat în 900px, întăresc) */
  .cases-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  /* Footer 2x2 */
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* Compare table — fix orfan data-label gol (curăță ":" agățat la prima coloană) */
@media (max-width: 640px) {
  .compare-row > div[data-label=""]::before { content: ""; margin-right: 0; }
  /* Pricing pe mobil — single column, gap mai mic */
  .pricing-grid { gap: 16px; }
  .price-card { padding: 28px 22px; }
  .price-amount { font-size: 2.4rem; }
  /* Trust-grid (DEBTOR — 4 statistici) pe mobil — 2x2 mai bun decât 1 col */
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .trust-item .num { font-size: 2.2rem; }
  /* Tech grid pe mobil */
  .tech-grid { grid-template-columns: 1fr; gap: 16px; }
  .tech-card { padding: 24px 22px; gap: 16px; }
  /* Hero visual — mai mic pe mobile real */
  .hero-visual { max-width: 320px; }
  .hero-visual.with-magnet img { max-width: 240px; }
  /* Promo banner — text wrap mai bun */
  .promo-banner .container { flex-direction: column; gap: 6px; }
  .promo-banner .promo-cta { padding: 6px 18px; }
  /* Nav — logo dimensiuni reduse pentru spațiu */
  .nav-inner { padding: 14px 20px; gap: 12px; }
  .logo-img { height: 36px; }
  /* Touch target minim 44px pentru menu toggle */
  .menu-toggle { padding: 10px; min-width: 44px; min-height: 44px; display: flex; flex-direction: column; justify-content: center; }
  /* Section padding redus */
  section { padding: 56px 0; }
  /* H2 mai citibil pe mobil mic */
  h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  /* CTA banner padding */
  .cta-banner { padding: 40px 22px; }
  /* Form padding mai mic */
  .form { padding: 24px 20px; }
}

/* Small phones — 380px și sub (iPhone SE, Android mic) */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  h1 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .hero { padding: 40px 0 48px; }
  .hero-visual.with-magnet img { max-width: 200px; }
  .btn { padding: 12px 22px; font-size: 0.88rem; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  /* Stats numere mai mici */
  .stat-num { font-size: 2rem; }
  /* Promo banner foarte compact */
  .promo-banner { padding: 8px 0; font-size: 0.78rem; }
  .promo-banner .promo-text { font-size: 0.78rem; }
  /* Trust-grid — 1 coloană pe ecrane foarte mici */
  .trust-grid { grid-template-columns: 1fr; gap: 18px; }
  /* Compare cards — padding mai mic */
  .compare-row > div { padding: 12px 10px !important; font-size: 0.82rem !important; }
  /* Nav CTA pe ecrane foarte mici — mai compacte */
  .nav-cta > a:not(.btn) { font-size: 0.82rem; }
  .nav-cta .btn { padding: 8px 14px; font-size: 0.82rem; }
  .nav-cta { gap: 8px; }
  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  /* Sticky CTA — și mai jos */
  .sticky-cta-mobile .btn { font-size: 0.9rem; padding: 12px 18px; }
}

/* Prevenție overflow orizontal pe mobil — DOAR în media query, nu afectează desktop */
@media (max-width: 640px) {
  body, html { overflow-x: hidden !important; }
}

/* =============================================================
   CONTACT BAR — vizibil DOAR pe mobil (≤640px)
   Conține: logo + telefon click-to-call
   Pe desktop: ascuns (logo rămâne în nav, ca înainte)
   ============================================================= */

/* Default: ascuns pe desktop */
.contact-bar {
  display: none;
}

@media (max-width: 640px) {
  .contact-bar {
    display: block;
    background: var(--brand-navy);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: sticky;
    top: 0;
    z-index: 101; /* Peste nav (nav are z-index 100) */
  }
  .contact-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    gap: 12px;
    max-width: 100vw;
  }
  .contact-bar-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .contact-bar-logo img {
    height: 28px;
    width: auto;
    display: block;
    /* Logo-light e deja alb cu accent verde — vizibil pe navy */
  }
  .contact-bar-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    padding: 8px 12px;
    border-radius: 100px;
    background: rgba(82,178,106,0.15);
    border: 1px solid rgba(82,178,106,0.35);
    transition: background var(--transition);
    text-decoration: none;
    /* Touch target minim */
    min-height: 36px;
  }
  .contact-bar-phone:hover,
  .contact-bar-phone:active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }
  .contact-bar-phone svg {
    flex-shrink: 0;
    color: var(--primary);
    transition: color var(--transition);
  }
  .contact-bar-phone:hover svg,
  .contact-bar-phone:active svg {
    color: #fff;
  }

  /* MOBIL: ascund logo-ul din nav (s-a mutat în contact-bar) */
  .nav-inner > .logo {
    display: none;
  }
  /* Nav-inner pe mobil: doar nav-cta (Conectare + Înregistrare + hamburger) */
  .nav-inner {
    justify-content: flex-end;
    padding: 12px 16px;
  }
  /* Conectare link pe mobil — touch target adecvat */
  .nav-cta > a:not(.btn) {
    font-size: 0.88rem;
    padding: 10px 4px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
  /* Înregistrare buton mai compact pe mobil */
  .nav-cta .btn {
    padding: 9px 16px;
    font-size: 0.85rem;
  }
  /* Gap între elemente nav-cta pe mobil */
  .nav-cta {
    gap: 10px;
  }

  /* === ASCUND TAWK BUBBLE PE MOBIL === */
  /* Tawk injectează în mod variabil — folosesc selectoare MULT mai agresive */
  iframe[title*="chat" i],
  iframe[src*="tawk"],
  iframe[id*="tawk"],
  iframe[class*="tawk"],
  iframe[name*="tawk" i],
  div[id*="tawk"],
  div[class*="tawk"],
  div[id*="chat-widget"],
  div[class*="chat-widget"],
  /* Tawk creează un wrapper la nivel de body cu pozitionare fixă */
  body > iframe[style*="position: fixed"],
  body > iframe[style*="position:fixed"],
  body > div[style*="position: fixed"][style*="bottom"],
  body > div[style*="position:fixed"][style*="bottom"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

/* Pe ecrane foarte mici (<380px) — telefonul scurt, fără spații */
@media (max-width: 380px) {
  .contact-bar-inner { padding: 7px 12px; gap: 8px; }
  .contact-bar-logo img { height: 24px; }
  .contact-bar-phone {
    font-size: 0.82rem;
    padding: 7px 10px;
    gap: 5px;
  }
  /* Pe sub 360px scoatem +40 ca să încapă */
  .contact-bar-phone span::before {
    content: "0734 345 999";
  }
  .contact-bar-phone span {
    font-size: 0;
  }
  .contact-bar-phone span::before {
    font-size: 0.82rem;
  }
}

/* =============================================================
   PAGINA PREȚURI — fix-uri responsive specifice mobile
   Toate sunt în @media — NU afectează desktop
   ============================================================= */

@media (max-width: 640px) {
  /* PRICING GRID — forțat 1 coloană pe mobil (era 2 coloane înghesuite) */
  .pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  
  /* PRICE CARDS — padding redus și sizing optim pe mobil */
  .price-card {
    padding: 26px 22px;
  }
  .price-card .price-name {
    font-size: 1.15rem;
  }
  .price-card .price-credits {
    font-size: 0.88rem;
    line-height: 1.45;
  }
  .price-card .price-amount {
    font-size: 2rem;
    margin: 12px 0 16px;
  }
  .price-card .price-amount small {
    font-size: 0.85rem;
  }
  .price-card .price-list {
    margin: 16px 0;
  }
  .price-card .price-list li {
    font-size: 0.9rem;
    padding: 6px 0 6px 24px;
  }
  
  /* PRICE CARD ENTERPRISE — gradient mai sobru pe mobil */
  .price-card.enterprise {
    padding: 28px 22px;
  }
  .price-card.enterprise .enterprise-tag {
    font-size: 0.7rem;
    padding: 3px 10px;
  }
  
  /* PAY-AS-YOU-GO STEPS — padding redus pe mobil */
  .payg-step {
    padding: 20px 18px;
  }
  .payg-step h3 {
    font-size: 1.05rem;
  }
  .payg-step p {
    font-size: 0.9rem;
  }
  .payg-large {
    padding: 28px 22px !important;
  }
  .payg-head h3 {
    font-size: 1.2rem;
  }
  .payg-note {
    font-size: 0.85rem;
  }
  
  /* PAGE HEAD — padding redus pe pagini secundare (preturi, contact, etc.) */
  .page-head {
    padding: 56px 0 40px;
  }
  .page-head h1 {
    font-size: clamp(1.7rem, 6vw, 2.2rem);
  }
  .page-head p {
    font-size: 0.95rem;
  }
  
  /* BREADCRUMBS — mai compacte pe mobil */
  .breadcrumbs {
    font-size: 0.82rem;
    margin-bottom: 16px;
  }
  
  /* FAQ ITEMS — padding redus, mai citibile */
  .faq-item {
    margin-bottom: 10px;
  }
  .faq-item summary,
  .faq-item .faq-q {
    padding: 16px 18px !important;
    font-size: 0.95rem;
  }
  .faq-item .faq-body {
    padding: 0 18px 16px !important;
    font-size: 0.9rem;
  }
  
  /* SECTION HEAD — pe pagini secundare */
  .section-head {
    margin-bottom: 32px;
  }
  .section-head .eyebrow {
    font-size: 0.75rem;
  }
}

@media (max-width: 380px) {
  /* Pe ecrane FOARTE mici, ajustări suplimentare pentru pagina prețuri */
  .price-card {
    padding: 22px 18px;
  }
  .price-card .price-amount {
    font-size: 1.75rem;
  }
  .page-head {
    padding: 44px 0 32px;
  }
  .page-head h1 {
    font-size: 1.55rem;
  }
}

/* =============================================================
   PAGINA BLOG — fix-uri responsive specifice mobile
   Cardurile erau prea "lunguiete" — thumb mai scurt + padding redus
   ============================================================= */

@media (max-width: 640px) {
  /* Blog cards mai compacte pe mobil */
  .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  
  /* Thumbnail mai scurt (16/9 în loc de 16/10) — economie de spațiu vertical */
  .blog-thumb {
    aspect-ratio: 16 / 9;
  }
  
  /* Body padding redus */
  .blog-body {
    padding: 18px 20px 20px;
  }
  
  /* Meta info mai compactă */
  .blog-meta {
    font-size: 0.75rem;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .blog-tag {
    padding: 3px 9px;
    font-size: 0.72rem;
  }
  
  /* Titlu articol mai compact */
  .blog-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  /* Excerpt mai mic și fără flex grow (lasă cardul să se redimensioneze natural) */
  .blog-card .excerpt {
    font-size: 0.88rem;
    margin-bottom: 14px;
    line-height: 1.5;
  }
  
  /* Read more mai compact */
  .blog-card .read-more {
    font-size: 0.85rem;
  }
}

/* Pe ecrane foarte mici - mai strâns */
@media (max-width: 380px) {
  .blog-thumb {
    aspect-ratio: 2 / 1;  /* și mai scurt */
  }
  .blog-body {
    padding: 16px 18px 18px;
  }
  .blog-card h3 {
    font-size: 1rem;
  }
  .blog-card .excerpt {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }
}


/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}
a.CookiebotWidget-main-logo {
  display: none !important;
}
div.CookiebotWidget-main-logo {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-main-logo a {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-main-logo svg {
  display: none !important;
}
