/* =====================================================================
   SymData - stiluri site
   Paletă: cerneală #0B1117, alb, griuri neutre, accent #1B5FE0
   ===================================================================== */

:root {
  --ink: #0B1117;
  --ink-2: #2B333C;
  --muted: #5B6672;
  --muted-2: #7A838D;
  --line: #E2E4E1;
  --line-2: #D8DBD7;
  --surface: #FFFFFF;
  --surface-alt: #F3F3F1;
  --surface-alt-2: #F7F7F5;
  --accent: #1B5FE0;
  --accent-dark: #0B47B5;
  --accent-tint: #EDF1FB;
  --radius: 3px;
  --head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --body: 'Public Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--head); margin: 0; letter-spacing: -0.02em; line-height: 1.15; }
p { margin: 0; text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); text-decoration: underline; }
::selection { background: var(--accent); color: #fff; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.wrap--narrow { max-width: 900px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 10px 14px; z-index: 200; }

/* ---------- butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--body); font-size: 15px; font-weight: 700;
  padding: 14px 24px; border-radius: var(--radius); border: 1px solid transparent;
  white-space: nowrap; cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { text-decoration: none; }
.btn--sm { padding: 10px 18px; font-size: 14.5px; }
.btn--lg { padding: 17px 30px; font-size: 16.5px; }
.btn--block { width: 100%; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); color: #fff; }
.btn--ghost { background: #fff; border-color: #C6CAC5; color: var(--accent); }
.btn--ghost:hover { border-color: var(--accent); background: var(--accent-tint); color: var(--accent-dark); }
.btn--outline { background: transparent; border-color: rgba(255,255,255,.26); color: #fff; }
.btn--outline:hover { border-color: #fff; color: #fff; }
.btn--quiet { background: none; color: var(--accent); font-weight: 600; padding-left: 6px; padding-right: 6px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-row { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.logo { display: flex; align-items: center; }
.logo img { height: 30px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-link {
  padding: 9px 11px; border-radius: var(--radius);
  font-size: 14.5px; font-weight: 500; color: var(--muted-2); white-space: nowrap;
}
.nav-link:hover { background: #EFF4FA; color: var(--ink); text-decoration: none; }
.nav-link.is-active { color: var(--ink); }
.nav-link--ext { display: inline-flex; align-items: center; gap: 6px; }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: 10px; }
.lang {
  border: 1px solid #C6CAC5; border-radius: var(--radius);
  padding: 7px 12px; font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  color: var(--ink-2);
}
.lang:hover { border-color: var(--accent); color: var(--ink); text-decoration: none; }
.burger { display: none; background: none; border: none; padding: 8px; margin-left: auto; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; transition: transform .2s ease, opacity .2s ease; }
.burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- secțiuni ---------- */
.section { padding: 84px 0; }
.section--tight { padding: 62px 0; }
.section--alt { background: var(--surface-alt-2); border-top: 1px solid var(--line); }
.section--ink { background: var(--ink); color: #fff; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink p, .section--ink li { color: #A7B0B8; }
.section--ink .eyebrow { color: #6FA6FF; }
.section-head { max-width: 66ch; margin-bottom: 46px; }
.section-head h2 { font-size: 38px; font-weight: 700; margin-bottom: 16px; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; max-width: none; }
.section-title { font-size: 30px; font-weight: 700; margin-bottom: 34px; }
.section-title--sm { font-size: 23px; margin-bottom: 22px; }
.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.eyebrow--rule { display: inline-block; border-top: 2px solid var(--accent); padding-top: 12px; letter-spacing: .14em; }
.lead { font-size: 18px; line-height: 1.65; color: var(--muted); }
.lead--tight { margin-bottom: 30px; max-width: 66ch; }
.note { font-size: 14px; color: var(--muted-2); margin-top: 16px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--surface-alt); border-bottom: 1px solid var(--line);
  padding: 96px 0 88px;
}
.hero--image::before {
  content: ''; position: absolute; inset: 0;
  background: url('../img/hero.png') center/cover no-repeat; opacity: .16;
}
.hero .wrap { position: relative; }
.hero h1 { font-size: 52px; font-weight: 700; max-width: 24ch; margin-bottom: 22px; line-height: 1.1; }
.hero .lead { font-size: 19px; max-width: 62ch; margin-bottom: 32px; }
.checks { display: grid; gap: 12px; max-width: 640px; margin-bottom: 38px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; line-height: 1.5; color: var(--ink-2); }
.checks svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; color: var(--accent); }

/* ---------- banda de tehnologii ---------- */
.strip { border-bottom: 1px solid var(--line); padding: 26px 0; }
.strip-row { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.strip-label { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.strip-items { display: flex; flex-wrap: wrap; gap: 34px; font-family: var(--head); font-size: 17px; font-weight: 700; color: #A7B0B8; }

/* ---------- head de pagină ---------- */
.page-head { background: var(--surface-alt); border-bottom: 1px solid var(--line); padding: 74px 0 66px; }
.page-head h1 { font-size: 44px; font-weight: 700; max-width: 24ch; margin-bottom: 18px; }
.page-head .lead { max-width: 64ch; }
.page-head--narrow h1 { font-size: 38px; }
.page-head--split { padding-bottom: 88px; }

/* ---------- grile ---------- */
.grid { display: grid; gap: 28px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); padding: 30px 28px; }
.card:hover { border-color: var(--accent); }
.card-rule { display: block; width: 26px; height: 2px; background: var(--accent); margin-bottom: 20px; }
.card h3 { font-size: 20px; font-weight: 700; margin-bottom: 11px; }
.card p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }

.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tile { display: block; background: #fff; padding: 34px 30px; color: inherit; }
.tile:hover { background: #FAFAF8; text-decoration: none; }
.tile h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--ink); }
.tile p { font-size: 15px; line-height: 1.6; color: var(--muted); margin-bottom: 16px; }
.tile-more { font-size: 14px; font-weight: 700; color: var(--accent); }

/* ---------- listă de servicii ---------- */
.rows { display: flex; flex-direction: column; gap: 26px; }
.row-card { display: grid; grid-template-columns: 340px 1fr; gap: 46px; border: 1px solid var(--line); padding: 36px; }
.row-card:hover { background: #FAFAF8; }
.row-card h2 { font-size: 25px; font-weight: 700; margin-bottom: 11px; }
.row-card h2 a { color: var(--ink); }
.row-card h2 a:hover { color: var(--accent); text-decoration: none; }
.row-card-head p { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin-bottom: 14px; }
.link-more { font-size: 14.5px; font-weight: 700; }

.bullets { display: grid; gap: 13px; align-content: start; }
.bullets--2 { grid-template-columns: 1fr 1fr; gap: 13px 34px; }
.bullets li { position: relative; padding-left: 22px; font-size: 15.5px; line-height: 1.5; color: var(--ink-2); }
.bullets li::before { content: '—'; position: absolute; left: 0; color: var(--accent); }
.bullets--check li::before { content: '✓'; font-size: 13px; }
.bullets--diamond li::before { content: '◆'; font-size: 11px; }

/* ---------- fișa de mentenanță ---------- */
.check-col h3 { font-size: 18px; font-weight: 700; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.16); margin-bottom: 16px; }
.check-col li { font-size: 15px; line-height: 1.5; margin-bottom: 10px; }

/* ---------- pagina de serviciu ---------- */
.split { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.split-head h2 { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.split-head p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.step { border-top: 1px solid var(--line-2); padding-top: 18px; }
.step-no { font-family: var(--head); font-size: 13px; font-weight: 700; color: var(--muted-2); display: block; margin-bottom: 10px; }
.step h3 { font-size: 18px; font-weight: 700; margin-bottom: 9px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.rule-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; }
.rule-item { border-top: 2px solid var(--accent); padding-top: 15px; }
.rule-item span { font-family: var(--head); font-size: 32px; font-weight: 700; color: #fff; display: block; margin-bottom: 8px; }
.rule-item p { font-size: 14.5px; line-height: 1.5; }
.sla-row { display: grid; grid-template-columns: 150px 1fr 190px; gap: 22px; align-items: baseline; padding: 17px 0; border-top: 1px solid var(--line); }
.sla-row:last-child { border-bottom: 1px solid var(--line); }
.sla-key { font-family: var(--head); font-size: 15px; font-weight: 700; }
.sla-desc { font-size: 15.5px; line-height: 1.5; color: var(--muted); }
.sla-time { font-size: 15px; font-weight: 700; color: var(--accent); text-align: right; }
.chips { display: flex; flex-wrap: wrap; gap: 11px; }
.chip { border: 1px solid #C6CAC5; padding: 9px 15px; border-radius: var(--radius); font-size: 14.5px; color: var(--ink-2); }
.outcome { border-top: 2px solid var(--ink); padding-top: 18px; }
.outcome h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.outcome p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { font-family: var(--head); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--accent); font-weight: 700; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { font-size: 15.5px; line-height: 1.65; color: var(--muted); margin-top: 12px; max-width: 90ch; }

/* ---------- abonamente ---------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.plan { position: relative; background: #fff; border: 1px solid var(--line); padding: 32px 26px; display: flex; flex-direction: column; gap: 18px; }
.plan--featured { border: 2px solid var(--accent); padding-top: 38px; }
.plan-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-family: var(--head);
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em; padding: 7px 16px; white-space: nowrap;
}
.plan h2 { font-size: 21px; font-weight: 700; }
.plan-desc { font-size: 14.5px; line-height: 1.5; color: var(--muted-2); }
.plan ul { display: flex; flex-direction: column; gap: 11px; border-top: 1px solid var(--line); padding-top: 18px; }
.plan li { position: relative; padding-left: 20px; font-size: 15px; line-height: 1.45; color: var(--ink-2); }
.plan li::before { content: '◆'; position: absolute; left: 0; font-size: 10px; color: var(--accent); }
.plan .btn { margin-top: auto; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.compare { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 760px; }
.compare th {
  background: #E8E8E5; border-bottom: 2px solid var(--ink);
  font-family: var(--head); font-size: 14px; font-weight: 700; padding: 16px 12px; text-align: center;
}
.compare th:first-child { text-align: left; padding-left: 22px; }
.compare th.is-featured { color: var(--accent); }
.compare td { padding: 13px 12px; text-align: center; border-top: 1px solid #EAEAE7; }
.compare td:first-child { text-align: left; padding-left: 22px; color: var(--ink-2); }
.compare tr.group td { background: var(--surface-alt-2); font-family: var(--head); font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.compare .yes { color: var(--accent); font-weight: 700; }
.compare .no { color: #C1C6C1; }
.compare .val { font-size: 13.5px; color: var(--muted); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.contact-list { display: flex; flex-direction: column; gap: 20px; margin-top: 38px; max-width: 440px; }
.contact-item { display: flex; flex-direction: column; gap: 4px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.contact-item:last-child { border-bottom: none; }
.contact-label { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.contact-value { font-size: 18px; font-weight: 600; color: var(--ink); }
.contact-value:hover { color: var(--accent); text-decoration: none; }
.contact-sub { font-size: 14.5px; color: var(--muted); }

.form-card { background: #fff; border: 1px solid var(--line); padding: 34px; box-shadow: 0 18px 40px -34px rgba(11,17,23,.3); }
.form-card h2 { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.form-note { font-size: 15px; line-height: 1.55; color: var(--muted-2); margin-bottom: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card label { display: flex; flex-direction: column; gap: 7px; }
.form-card label span { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.form-card input, .form-card select, .form-card textarea {
  font-family: var(--body); font-size: 15px; color: var(--ink);
  border: 1px solid #CFD3CE; border-radius: var(--radius); padding: 12px 14px; background: #fff;
}
.form-card textarea { resize: vertical; line-height: 1.5; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(27,95,224,.12);
}
.form-full { margin-top: 16px; }
.form-card .btn { margin-top: 18px; }
.form-error { background: #FDECEA; border-left: 3px solid #C0392B; color: #A03024; font-size: 14.5px; padding: 11px 14px; margin-bottom: 18px; }
.form-privacy { font-size: 13px; line-height: 1.5; color: var(--muted-2); margin-top: 14px; }
.form-ok { text-align: center; padding: 30px 6px; }
.form-ok svg { width: 46px; height: 46px; color: #1F8A4C; margin: 0 auto 18px; }
.form-ok h2 { margin-bottom: 10px; }
.form-ok p { font-size: 16px; line-height: 1.6; color: var(--muted); margin-bottom: 24px; }
.hp { position: absolute; left: -9999px; }

/* ---------- documente legale ---------- */
.doc-date { font-size: 14px; color: var(--muted-2); padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.doc h2 { font-size: 20px; font-weight: 700; margin: 30px 0 10px; }
.doc p { font-size: 16.5px; line-height: 1.7; color: var(--ink-2); margin-bottom: 10px; }
.doc-links { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--line); margin-top: 34px; padding-top: 26px; font-weight: 600; font-size: 15px; }

/* ---------- band CTA ---------- */
.band { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.band h2 { font-size: 32px; font-weight: 700; margin-bottom: 12px; max-width: 54ch; }
.band p { font-size: 16.5px; line-height: 1.6; max-width: 60ch; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #A7B0B8; padding: 56px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr 1fr; gap: 44px; padding-bottom: 38px; }
.footer-grid h3 { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #79828B; margin-bottom: 14px; }
.footer-grid a, .footer-grid span { display: block; font-size: 15px; color: #A7B0B8; margin-bottom: 10px; }
.footer-grid a:hover { color: #fff; text-decoration: none; }
.footer-about img { height: 26px; width: auto; margin-bottom: 16px; }
.footer-about p { font-size: 15px; line-height: 1.6; color: #79828B; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; font-size: 13.5px; color: #79828B; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-legal a { font-size: 13.5px; color: #A7B0B8; }

/* ---------- buton sticky de contact ---------- */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; pointer-events: none; }
.fab-panel { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.fab.is-open .fab-panel { opacity: 1; transform: none; pointer-events: auto; }
.fab-item { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); padding: 10px 15px; box-shadow: 0 10px 26px -18px rgba(11,17,23,.4); }
.fab-item:hover { border-color: var(--accent); text-decoration: none; }
.fab-item svg { width: 18px; height: 18px; color: var(--accent); flex: 0 0 18px; }
.fab-item span { display: flex; flex-direction: column; line-height: 1.25; }
.fab-item strong { font-size: 14.5px; color: var(--ink); }
.fab-item em { font-style: normal; font-size: 12.5px; color: var(--muted-2); }
.fab-btn {
  pointer-events: auto; width: 56px; height: 56px; border-radius: 50%;
  background: var(--accent); border: none; color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 14px 30px -14px rgba(27,95,224,.7);
}
.fab-btn:hover { background: var(--accent-dark); }
.fab-btn svg { width: 24px; height: 24px; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .grid--4, .rule-grid { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .burger { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 76px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 10px 24px 20px;
  }
  .site-nav.is-open { display: flex; }
  .nav-link { padding: 13px 4px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .nav-actions { margin: 16px 0 0; }
  .nav-actions .btn { flex: 1; }
  .hero { padding: 66px 0 60px; }
  .hero h1 { font-size: 36px; }
  .page-head h1, .band h2 { font-size: 30px; }
  .section, .page-head { padding: 56px 0; }
  .section-head h2 { font-size: 28px; }
  .grid--3, .grid--4, .tiles, .plans, .rule-grid { grid-template-columns: 1fr; }
  .split, .row-card, .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .bullets--2, .form-grid { grid-template-columns: 1fr; }
  .sla-row { grid-template-columns: 1fr; gap: 6px; }
  .sla-time { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .fab { right: 14px; bottom: 14px; }
  .fab-item em { display: none; }
}
