/* Landing oravo.ro */

body { overflow-x: hidden; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

.grad { background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* topbar */
.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s6);
  max-width: 1120px; margin: 0 auto; padding: var(--s5) var(--s6);
}
.logo, .logo-sm { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -.03em; color: var(--ink); text-decoration: none; }
.logo em, .logo-sm em { font-style: normal; background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.topbar nav { display: flex; gap: var(--s6); }
.topbar nav a { color: var(--ink-2); font-weight: 500; font-size: 14px; }
.topbar nav a:hover { color: var(--brand); text-decoration: none; }
.top-cta { display: flex; align-items: center; gap: var(--s4); }
.link-login { font-weight: 600; font-size: 14px; color: var(--ink); }
@media (max-width: 720px) { .topbar nav { display: none; } }

/* butoane */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  padding: 11px 22px; border-radius: 12px; border: none; font-weight: 700; font-size: 15px;
  cursor: pointer; text-decoration: none; transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--brand-grad); color: #fff; box-shadow: 0 8px 24px rgba(79, 70, 229, .32); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(79, 70, 229, .42); }
.btn-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--hairline-2); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-white { background: #fff; color: var(--brand); box-shadow: 0 8px 30px rgba(11, 18, 32, .25); }
.btn-lg { padding: 15px 30px; font-size: 16px; border-radius: 14px; }
.btn-sm { padding: 8px 16px; font-size: 13.5px; }
.btn-block { width: 100%; }

/* hero */
.hero { position: relative; text-align: center; padding: var(--s16) var(--s6) 0; max-width: 1120px; margin: 0 auto; }
.hero-bg {
  position: absolute; inset: -140px -40vw 0; pointer-events: none; z-index: -1;
  background:
    radial-gradient(720px 340px at 50% 0%, rgba(124, 58, 237, .13), transparent 65%),
    radial-gradient(560px 300px at 18% 30%, rgba(79, 70, 229, .1), transparent 60%),
    radial-gradient(560px 300px at 82% 26%, rgba(16, 185, 129, .07), transparent 60%);
}
.badge-pill {
  display: inline-block; padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 600;
  color: var(--brand); background: var(--brand-soft); border: 1px solid rgba(79, 70, 229, .18); margin-bottom: var(--s5);
}
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800; margin-bottom: var(--s5); }
.lede { font-size: clamp(1rem, 2vw, 1.2rem); color: var(--ink-2); max-width: 640px; margin: 0 auto var(--s6); }
.hero-cta { display: flex; gap: var(--s4); justify-content: center; flex-wrap: wrap; }
.hero-note { color: var(--muted); font-size: 13px; margin-top: var(--s4); }

/* mock de produs */
.mock { position: relative; max-width: 880px; margin: var(--s12) auto 0; padding-bottom: var(--s16); }
.glass {
  background: rgba(255, 255, 255, .75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: var(--shadow-lg); border-radius: var(--r-xl);
}
.mock-cal { padding: var(--s5); transform: rotate(-1.2deg); }
.mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s4); }
.mock-title { font-weight: 700; font-size: 14px; font-family: var(--font-display); }
.mock-chips i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-left: 5px; background: var(--hairline-2); }
.mock-chips i:first-child { background: var(--brand); }
.mock-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 52px); gap: 6px;
  background:
    repeating-linear-gradient(to bottom, transparent, transparent 51px, var(--hairline) 51px, var(--hairline) 52px);
}
.mock-ev {
  background: #fff; border: 1px solid var(--hairline-2); border-left: 3px solid var(--c, var(--brand));
  border-radius: 10px; padding: 8px 10px; text-align: left; font-size: 12px; color: var(--muted);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.mock-ev b { display: block; color: var(--ink); font-size: 12.5px; }
.mock-ev-new {
  border: 1.5px dashed var(--brand); border-left-style: solid; background: var(--brand-soft);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, .25); } 50% { box-shadow: 0 0 0 8px rgba(79, 70, 229, 0); } }
.mock-widget {
  position: absolute; right: -12px; bottom: var(--s10); width: 236px; padding: var(--s4);
  transform: rotate(1.6deg); text-align: left;
}
.mw-title { font-weight: 700; font-family: var(--font-display); font-size: 14px; margin-bottom: 10px; }
.mw-slots { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.mw-slots span { border: 1px solid var(--hairline-2); border-radius: 8px; padding: 5px 9px; font-size: 12px; font-weight: 600; background: #fff; }
.mw-slots span.on { background: var(--brand-grad); color: #fff; border-color: transparent; }
.mw-btn { background: var(--brand-grad); color: #fff; text-align: center; border-radius: 10px; padding: 9px; font-size: 13px; font-weight: 700; }
.mock-sms {
  position: absolute; left: -8px; bottom: var(--s8); padding: 12px 16px; font-size: 12.5px; color: var(--muted);
  transform: rotate(-2deg); border-radius: var(--r-lg); max-width: 230px; text-align: left;
}
.mock-sms b { color: var(--ink); }
@media (max-width: 860px) {
  .mock-widget, .mock-sms { position: static; transform: none; width: auto; max-width: none; margin-top: var(--s4); }
  .mock { padding-bottom: var(--s10); }
}

/* secțiuni */
.section { max-width: 1120px; margin: 0 auto; padding: var(--s16) var(--s6); }
.section h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 800; text-align: center; margin-bottom: var(--s10); }

/* 3 pași */
.steps3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--s5); }
.step3 { background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: var(--s6); box-shadow: var(--shadow-sm); }
.step3 .num {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 12px; background: var(--brand-grad); color: #fff; font-weight: 800; font-family: var(--font-display);
  font-size: 18px; margin-bottom: var(--s4); box-shadow: 0 6px 16px rgba(79, 70, 229, .3);
}
.step3 h3 { font-size: 17px; }
.step3 p { color: var(--ink-2); font-size: 14.5px; margin: 0; }

/* bento */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); }
.bcard {
  background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: var(--s6); box-shadow: var(--shadow-sm); transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.bcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bcard h3 { font-size: 16px; margin-bottom: var(--s2); }
.bcard p { color: var(--ink-2); font-size: 14px; margin: 0; }
.bcard.span2 { grid-column: span 2; }
.bcard.tall { grid-row: span 2; display: flex; flex-direction: column; }
.demo-frame { flex: 1; min-height: 460px; width: 100%; border: 1px solid var(--hairline-2); border-radius: var(--r-md); margin-top: var(--s4); background: #fff; }
.demo-placeholder { margin-top: var(--s4); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: var(--s5); background: #fff; max-width: 260px; }
@media (max-width: 980px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bento { grid-template-columns: 1fr; } .bcard.span2 { grid-column: auto; } }

/* pricing */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: var(--s5); align-items: stretch; }
.pcard {
  position: relative; background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-xl);
  padding: var(--s8) var(--s6); box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.pcard.featured { border: 2px solid transparent; background:
  linear-gradient(var(--panel), var(--panel)) padding-box, var(--brand-grad) border-box;
  box-shadow: var(--shadow-md); }
.ptag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--brand-grad); color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 14px; border-radius: 999px; box-shadow: 0 4px 12px rgba(79, 70, 229, .35);
}
.pcard h3 { font-size: 16px; color: var(--muted); }
.price { font-family: var(--font-display); font-size: 38px; font-weight: 800; letter-spacing: -.03em; margin-bottom: var(--s4); }
.price span { font-size: 15px; color: var(--muted); font-weight: 500; }
.pcard ul { list-style: none; padding: 0; margin: 0 0 var(--s6); flex: 1; }
.pcard li { padding: 6px 0; font-size: 14.5px; }
.pcard li.dim { color: var(--muted); font-size: 13px; }

/* faq */
.faq-section { max-width: 720px; }
.faq details { border-bottom: 1px solid var(--hairline-2); }
.faq summary {
  cursor: pointer; padding: var(--s4) 0; font-weight: 600; font-size: 15.5px; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::after { content: '+'; font-size: 20px; color: var(--brand); transition: transform var(--t-fast); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--ink-2); font-size: 14.5px; padding-bottom: var(--s4); margin: 0; }

/* CTA final */
.cta-final { padding: var(--s10) var(--s6) var(--s16); }
.cta-inner {
  max-width: 880px; margin: 0 auto; text-align: center; color: #fff;
  background: linear-gradient(135deg, #4338CA, #7C3AED 60%, #9333EA);
  border-radius: var(--r-xl); padding: var(--s16) var(--s8);
  box-shadow: 0 24px 70px rgba(79, 70, 229, .4); position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 80% 10%, rgba(255, 255, 255, .18), transparent 60%);
}
.cta-inner h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); position: relative; }
.cta-inner p { opacity: .85; margin-bottom: var(--s6); position: relative; }
.cta-inner .btn { position: relative; }

/* footer */
.footer {
  max-width: 1120px; margin: 0 auto; padding: var(--s6); display: flex; justify-content: space-between;
  align-items: center; gap: var(--s4); flex-wrap: wrap; color: var(--muted); font-size: 13.5px;
  border-top: 1px solid var(--hairline);
}
.logo-sm { font-size: 17px; }
.footer nav { display: flex; gap: var(--s5); }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--brand); }

/* banda de statistici de sub hero */
.stats-strip {
  max-width: 1120px; margin: 0 auto; padding: 0 var(--s6);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); text-align: center;
}
.stats-strip b {
  display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  letter-spacing: -.03em; background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stats-strip span { color: var(--muted); font-size: 13px; }
.stats-note { text-align: center; color: var(--muted); font-size: 11.5px; margin: var(--s4) auto 0; padding: 0 var(--s6); }
@media (max-width: 720px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }

/* subtitlu centrat sub h2 */
.section-sub { text-align: center; color: var(--muted); max-width: 620px; margin: -24px auto 40px; }

/* grila de industrii */
.ind-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--s4); }
.ind-card {
  display: flex; flex-direction: column; gap: var(--s1);
  background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: var(--s5) var(--s5) var(--s4); box-shadow: var(--shadow-sm); color: var(--ink);
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.ind-card:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand); }
.ind-emoji { font-size: 26px; line-height: 1; margin-bottom: var(--s2); }
.ind-card b { font-family: var(--font-display); font-size: 15px; letter-spacing: -.01em; }
.ind-more { color: var(--brand); font-size: 12.5px; font-weight: 600; margin-top: var(--s1); }
.ind-card:hover .ind-more { text-decoration: none; }

/* showcase CRM + telefon */
.showcase { display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--s8); align-items: center; }
@media (max-width: 900px) { .showcase { grid-template-columns: 1fr; } }

.show-crm { padding: var(--s5); }
.crm-row {
  display: grid; grid-template-columns: 2fr .5fr .8fr 1fr; gap: var(--s2); align-items: center;
  padding: 10px 4px; border-bottom: 1px solid var(--hairline); font-size: 13px;
}
.crm-row small { color: var(--muted); }
.crm-head { text-transform: uppercase; letter-spacing: .04em; font-size: 11px; color: var(--muted); font-weight: 600; }
.tag {
  display: inline-block; font-style: normal; font-size: 11px; font-weight: 600;
  padding: 2px 8px; border-radius: 999px; background: var(--brand-soft); color: var(--brand);
}
.tag.t2 { background: var(--success-soft); color: var(--success); }
.tag.t3 { background: rgba(124, 58, 237, .1); color: var(--brand-2); }
.tag.t4 { background: var(--danger-soft); color: var(--danger); }
.crm-note { color: var(--muted); font-size: 12.5px; border-top: 1px dashed var(--hairline-2); padding-top: 10px; margin-top: 6px; }

/* mock de telefon (aplicația mobilă) */
.show-phone { text-align: center; }
.phone {
  width: 250px; margin: 0 auto; background: #0E1526; border-radius: 36px;
  padding: 18px 14px; box-shadow: var(--shadow-lg); color: #fff; text-align: left;
}
.phone-notch { width: 84px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, .12); margin: 0 auto 14px; }
.phone-h { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 0 4px 12px; }
.phone-appt {
  display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .07);
  border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; font-size: 11.5px; color: #cfd4e2;
}
.phone-appt b { color: #fff; }
.phone-appt i { display: block; width: 3px; height: 30px; border-radius: 2px; flex: none; }
.phone-new { border: 1px dashed #7C3AED; animation: pulse 2.4s ease-in-out infinite; }
.phone-tabs { display: flex; justify-content: space-around; color: var(--muted); font-size: 10.5px; margin-top: 12px; }
.phone-tabs .on { color: #fff; font-weight: 600; border-bottom: 2px solid var(--brand); padding-bottom: 2px; }
.show-cap { color: var(--muted); font-size: 13.5px; max-width: 280px; margin: 14px auto 0; text-align: center; }

/* paginile per domeniu (/pentru/:slug) */
.seg-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 760px; margin: 0 auto; }
.seg-feat {
  background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-md);
  padding: 12px 16px; font-size: 14.5px; box-shadow: var(--shadow-sm);
}
@media (max-width: 640px) { .seg-features { grid-template-columns: 1fr; } }
.seg-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.seg-links a {
  border: 1px solid var(--hairline-2); border-radius: 999px; padding: 8px 16px;
  font-size: 13.5px; color: var(--ink); background: var(--panel);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.seg-links a:hover { border-color: var(--brand); color: var(--brand); text-decoration: none; }

/* footer mare (landing) */
.footer-big { display: block; }
.foot-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s8); width: 100%; }
.foot-cols b { display: block; color: var(--ink); font-weight: 700; margin-bottom: var(--s2); }
.foot-cols a { display: block; color: var(--muted); font-size: 13.5px; padding: 3px 0; }
.foot-cols a:hover { color: var(--brand); text-decoration: none; }
.foot-desc { color: var(--muted); font-size: 13.5px; margin-top: var(--s2); }
.foot-desc a { display: inline; padding: 0; }
.foot-bottom { border-top: 1px solid var(--hairline); padding-top: var(--s4); margin-top: var(--s6); color: var(--muted); font-size: 12.5px; width: 100%; }
@media (max-width: 720px) { .foot-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-cols { grid-template-columns: 1fr; } }

/* banner cookies (doar informativ — fără trackere) */
[hidden] { display: none !important; }
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 680px; margin: 0 auto; z-index: 300;
  background: var(--ink); color: #fff; border-radius: 16px; padding: 14px 18px;
  display: flex; align-items: center; gap: var(--s4); box-shadow: var(--shadow-lg); font-size: 13.5px;
}
.ck-text a { color: #cfd4e2; text-decoration: underline; }
.ck-text a:hover { color: #fff; }
.ck-actions { flex: none; }
@media (max-width: 560px) { .cookie-banner { flex-direction: column; align-items: stretch; text-align: center; } }

/* secțiunea aplicației: screenshot-uri desenate în CSS, stil Google Play */
.shots { display: flex; gap: var(--s8); justify-content: center; flex-wrap: wrap; }
.phone.shot { width: 235px; padding-bottom: 40px; position: relative; transition: transform var(--t-slow); }
.phone.shot:nth-child(2) { transform: translateY(-10px); }
.phone.shot:hover { transform: translateY(-6px) scale(1.02); }
.shot-cap { position: absolute; bottom: 10px; left: 0; right: 0; text-align: center; color: #cfd4e2; font-size: 12px; font-weight: 600; }
.shot-days { display: flex; gap: 6px; justify-content: space-between; margin-bottom: 10px; }
.shot-days span { flex: 1; text-align: center; font-size: 10.5px; color: #8b93a7; background: rgba(255,255,255,.06); border-radius: 9px; padding: 6px 0; line-height: 1.35; }
.shot-days span.on { background: var(--brand-grad); color: #fff; font-weight: 700; }
.phone-push { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(6px);
  border-radius: 12px; padding: 8px 10px; font-size: 11px; color: #cfd4e2; margin-bottom: 10px;
  animation: pushIn .6s var(--ease); }
.phone-push b { color: #fff; }
@keyframes pushIn { from { opacity: 0; transform: translateY(-12px); } }
.store-badges { display: flex; gap: var(--s4); justify-content: center; flex-wrap: wrap; margin-top: var(--s8); }
.store-badge { display: inline-flex; align-items: center; gap: 10px; background: #0E1526; color: #fff;
  border-radius: 12px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.15); }
.store-badge small { display: block; font-size: 9.5px; letter-spacing: .08em; color: #a6afc3; }
.store-badge b { font-size: 16px; line-height: 1.1; }
