/* ============================================================
   FavDental — Home Page v2 · "Editorial soft-luxury"
   Warmer ivory palette, type contrast, arched frames,
   index numerals, hairline rules. Single font: Plus Jakarta Sans.
   ============================================================ */

:root {
  --accent: #C11271;
  --accent-light: #FF78BE;
  --accent-deep: #8E0D53;
  --accent-press: #6E0A41;
  --accent-soft: #F7E4EE;
  --accent-softer: #FCF1F6;

  --ink: #565657;
  --ink-2: #6E6E70;
  --muted: #9A9A9C;

  /* Deep brand tone used for dark blocks (restored from previous version) */
  --dark: #2A1620;
  --dark-grad: linear-gradient(135deg, #2A1620 0%, #190A11 100%);

  --white: #FFFFFF;
  --ivory: #F8F2EE;
  --ivory-2: #F1E7E1;

  --line: #E9DED8;
  --line-2: #DCCEC7;

  --wa: #25D366;
  --wa-deep: #1FAE54;

  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 30px;
  --shadow-sm: 0 2px 12px rgba(42, 22, 32, 0.05);
  --shadow-md: 0 28px 64px -32px rgba(42, 22, 32, 0.32);
  --shadow-lg: 0 50px 110px -44px rgba(110, 10, 65, 0.34);

  --maxw: 1440px;
  --gutter: clamp(20px, 5vw, 64px);
  --topbar-h: 42px;
  --nav-h: 80px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Montserrat", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
  font-family: "Montserrat", system-ui, sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* Typographic atoms ----------------------------------------- */
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--accent);
}
.kicker .idx { color: var(--ink); font-variant-numeric: tabular-nums; }
.kicker::before {
  content: ""; width: 30px; height: 1.5px; background: currentColor; opacity: 0.5;
}

.display {
  font-weight: 800; line-height: 1.02; letter-spacing: -0.035em; text-wrap: balance;
}
.display em { font-style: italic; font-weight: 700; color: var(--accent); }

.section-title {
  font-size: clamp(2.1rem, 3.8vw, 3.3rem); font-weight: 800;
  line-height: 1.05; letter-spacing: -0.03em; text-wrap: balance;
}
.lead { color: var(--ink-2); font-size: clamp(1.02rem, 1.3vw, 1.16rem); line-height: 1.75; max-width: 50ch; }

/* Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 0.98rem; letter-spacing: -0.01em;
  padding: 16px 28px; border-radius: 999px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease),
    background-color 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 16px 34px -14px rgba(193,18,113,0.62); }
.btn--primary:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 22px 44px -16px rgba(193,18,113,0.72); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn--dark { background: var(--dark); color: #fff; }
.btn--dark:hover { background: var(--accent); transform: translateY(-2px); }
.btn--light { background: rgba(255,255,255,0.14); color: #fff; border: 1.5px solid rgba(255,255,255,0.5); backdrop-filter: blur(6px); }
.btn--light:hover { background: rgba(255,255,255,0.24); border-color: #fff; transform: translateY(-2px); }
.btn--wa { background: var(--wa); color: #08381b; }
.btn--wa:hover { background: var(--wa-deep); color: #fff; transform: translateY(-2px); }

/* ============================================================
   BLOCK 1 — Header (top utility bar + sticky nav)
   ============================================================ */
.topbar {
  height: var(--topbar-h);
  background: var(--dark-grad);
  color: rgba(255,255,255,0.82);
  font-size: 0.8rem;
  display: flex; align-items: center;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar .tb-group { display: flex; align-items: center; gap: 22px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar .tb-item svg { width: 15px; height: 15px; color: var(--accent); opacity: 0.95; }
.topbar a.tb-item:hover { color: #fff; }
.topbar .tb-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.16); }

.header {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h); display: flex; align-items: center;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 8px 30px -22px rgba(42,22,32,0.55); }
.header .wrap { display: flex; align-items: center; gap: 28px; width: 100%; }

.brand img { height: 30px; width: auto; display: block; }

.nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 28px); margin-inline: auto; }
.nav a {
  position: relative; font-size: 0.94rem; font-weight: 500; color: var(--ink-2);
  padding: 6px 2px; transition: color 0.25s var(--ease); white-space: nowrap;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 2px;
  background: var(--accent); border-radius: 2px; transition: right 0.3s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { right: 0; }

.header-cta { flex: none; display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 12px;
  border: 1.5px solid var(--line-2); align-items: center; justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

/* ============================================================
   BLOCK 2 — Hero (editorial, arched image)
   ============================================================ */
.hero { position: relative; background: var(--dark); overflow: hidden; }
.hero-track { position: relative; }

.slide { display: none; position: relative; min-height: clamp(600px, 90vh, 860px); }
.slide.is-active { display: flex; align-items: center; animation: heroFade 0.9s var(--ease); }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }

/* Full-bleed background image */
.slide-bg { position: absolute; inset: 0; z-index: 0; background: var(--dark); }
.slide-bg image-slot { width: 100%; height: 100%; display: block; }
.slide-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(26,11,18,0.88) 0%, rgba(26,11,18,0.62) 44%, rgba(26,11,18,0.30) 100%),
    linear-gradient(0deg, rgba(26,11,18,0.60) 0%, transparent 46%);
}
.slide-overlay::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(130% 90% at 100% 0%, rgba(193,18,113,0.30), transparent 56%);
  mix-blend-mode: screen;
}

.slide-content { position: relative; z-index: 2; width: 100%; padding-block: clamp(96px, 11vw, 140px); }
.slide-copy { max-width: 1040px; }
.slide-copy .kicker { color: #fff; margin-bottom: 24px; }
.slide-copy .kicker .idx { color: var(--accent-light); }
.slide-copy .kicker::before { background: rgba(255,255,255,0.65); opacity: 1; }
.slide-copy h1 {
  font-size: clamp(2.7rem, 5.4vw, 4.7rem); font-weight: 800; color: #fff;
  line-height: 1.0; letter-spacing: -0.04em; text-wrap: balance;
}
.slide-copy h1 em { font-style: italic; font-weight: 700; color: var(--accent-light); }
.slide-copy .hero-rule { width: 64px; height: 2px; background: var(--accent); margin: 26px 0 22px; }
.slide-copy p { color: rgba(255,255,255,0.86); font-size: clamp(1.04rem, 1.3vw, 1.2rem); line-height: 1.72; max-width: 48ch; }
.slide-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }

.slide-trust {
  margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.2);
  display: flex; gap: clamp(22px, 4vw, 52px);
}
.slide-trust .t-item strong {
  display: block; font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1; color: #fff;
}
.slide-trust .t-item span { font-size: 0.84rem; color: rgba(255,255,255,0.72); font-weight: 500; }

/* Slider controls (overlaid) */
.hero-controls { position: absolute; z-index: 5; left: 0; right: 0; bottom: clamp(24px, 3vw, 42px); }
.hero-controls .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-count { font-size: 0.86rem; font-weight: 600; color: rgba(255,255,255,0.82); letter-spacing: 0.04em; font-variant-numeric: tabular-nums; }
.hero-count b { color: #fff; font-weight: 800; }
.hero-dots { display: flex; gap: 9px; }
.hero-dots button { width: 30px; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.4); transition: background 0.3s var(--ease), width 0.3s var(--ease); }
.hero-dots button.is-active { background: #fff; width: 46px; }
.hero-arrows { display: flex; gap: 10px; }
.hero-arrows button {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.14); border: 1.5px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(6px);
  display: grid; place-items: center; color: #fff; transition: all 0.3s var(--ease);
}
.hero-arrows button:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero-arrows svg { width: 20px; height: 20px; }

/* ============================================================
   BLOCK 3 — Despre FavDental (editorial)
   ============================================================ */
.about { padding-block: 110px; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1.32fr; gap: clamp(40px, 6vw, 92px); align-items: center; }
.about-copy .section-title { margin-top: 18px; }
.about-copy .lead { margin-top: 20px; }

.adv-list { margin-top: 36px; }
.adv {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  padding: 24px 4px; border-top: 1px solid var(--line);
  transition: padding-left 0.4s var(--ease);
}
.adv:last-child { border-bottom: 1px solid var(--line); }
.adv:hover { padding-left: 10px; }
.adv .adv-num {
  font-size: 1.05rem; font-weight: 800; color: var(--accent);
  font-variant-numeric: tabular-nums; letter-spacing: -0.02em; padding-top: 2px;
}
.adv h3 { font-size: 1.16rem; font-weight: 700; letter-spacing: -0.015em; display: flex; align-items: center; gap: 10px; }
.adv h3 svg { width: 20px; height: 20px; color: var(--accent); flex: none; }
.adv p { margin-top: 5px; font-size: 0.95rem; color: var(--muted); line-height: 1.62; max-width: 46ch; }
.car-track img {
    border-radius: 0;
}
/* Arched carousel */
.about-carousel { position: relative; }
.car-frame {
  position: relative;
  overflow: hidden; box-shadow: var(--shadow-lg);
  /* Promote to its own compositing layer so the rounded clip is preserved
     while the inner .car-track animates its transform (otherwise Chrome
     drops the border-radius mid-transition and the image flashes square). */
  isolation: isolate; transform: translateZ(0);
}
.car-track { display: flex; transition: transform 0.6s var(--ease); }
.car-track image-slot { flex: 0 0 100%; width: 100%; height: clamp(560px, 66vw, 780px); }
.car-frame::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(42,22,32,0.58) 0%, transparent 40%);
}
.car-caption { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 26px; color: #fff; pointer-events: none; }
.car-caption strong { display: block; font-size: 1.16rem; font-weight: 700; }
.car-caption span { font-size: 0.88rem; opacity: 0.92; }
.about-carousel::before {
  content: ""; position: absolute; z-index: -1; left: -28px; top: 40px; width: 130px; height: 130px;
  background: radial-gradient(circle, var(--accent-soft), transparent 70%);
}

.car-nav { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding-inline: 16px; pointer-events: none; }
.car-nav button {
  pointer-events: auto; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(4px);
  display: grid; place-items: center; color: var(--ink); box-shadow: var(--shadow-sm);
  transition: all 0.3s var(--ease);
}
.car-nav button:hover { background: var(--accent); color: #fff; }
.car-nav svg { width: 20px; height: 20px; }
.car-dots { display: flex; gap: 8px; justify-content: center; margin-top: 22px; }
.car-dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); transition: all 0.3s var(--ease); }
.car-dots button.is-active { background: var(--accent); width: 28px; border-radius: 9px; }

/* ============================================================
   BLOCK 4 — Servicii (editorial list + featured panel)
   ============================================================ */
.services { padding-block: 110px; background: var(--ivory); }
.services-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.services-head .head-left { max-width: 640px; }
.services-head .section-title { margin-top: 16px; }
.services-head .lead { margin-top: 16px; }

/* Photo-card grid */
.svc-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.svc-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--accent-soft); }

.svc-photo { position: relative; overflow: hidden; }
.svc-photo image-slot { width: 100%; height: 210px; display: block; transition: transform 0.6s var(--ease); }
.svc-card:hover .svc-photo image-slot { transform: scale(1.05); }
.svc-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(26,11,18,0.30) 0%, transparent 42%);
}
.svc-photo .svc-tag {
  position: absolute; z-index: 2; top: 14px; left: 14px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--accent); color: #fff; padding: 7px 13px; border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(193,18,113,0.7);
}
.svc-photo .svc-num {
  position: absolute; z-index: 2; bottom: 12px; right: 16px;
  font-size: 1.5rem; font-weight: 800; color: #fff; opacity: 0.9;
  font-variant-numeric: tabular-nums; letter-spacing: -0.03em;
}

.svc-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-card-body h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; }
.svc-card-body h3 svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.svc-card-body p { margin-top: 9px; font-size: 0.94rem; color: var(--muted); line-height: 1.62; }

.svc-detail {
  margin-top: 22px; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 0.92rem; color: var(--ink);
  padding: 12px 20px; border-radius: 999px; border: 1.5px solid var(--line-2);
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.svc-detail svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); }
.svc-card:hover .svc-detail { background: var(--accent); color: #fff; border-color: var(--accent); }
.svc-card:hover .svc-detail svg { transform: translateX(4px); }

.services-foot {
  margin-top: clamp(36px, 4vw, 52px); display: flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap; text-align: center;
}
.services-foot p { color: var(--muted); font-size: 0.98rem; }

/* ============================================================
   Mobile nav
   ============================================================ */
.nav-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(42,22,32,0.42); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
.nav-backdrop.is-open { opacity: 1; pointer-events: auto; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  :root { --nav-h: 70px; }
  .nav, .header-cta .btn--book-text { display: none; }
  .nav-toggle { display: flex; }
  .nav.is-open {
    display: flex; position: fixed; top: calc(var(--topbar-h) + var(--nav-h)); right: 0; z-index: 95;
    flex-direction: column; align-items: stretch; gap: 4px;
    width: min(330px, 86vw); height: calc(100vh - var(--topbar-h) - var(--nav-h));
    margin: 0; padding: 24px; background: var(--white); box-shadow: var(--shadow-lg);
    animation: drawerIn 0.35s var(--ease);
  }
  @keyframes drawerIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
  .nav.is-open a { font-size: 1.12rem; padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .nav.is-open a::after { display: none; }
}

@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .about-carousel { max-width: 560px; margin-inline: auto; width: 100%; }
}

@media (max-width: 680px) {
  .topbar .tb-hide { display: none; }
  .car-frame { border-radius: 180px 180px var(--r-md) var(--r-md); }
  .slide-actions { flex-direction: column; align-items: stretch; }
  .slide-actions .btn { width: 100%; }
  .svc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOCK 6 — Tehnologie premium (dark)
   ============================================================ */
.tech { position: relative; overflow: hidden; background: var(--dark-grad); color: #fff; padding-block: 110px; }
.tech::before { content: ""; position: absolute; left: -140px; bottom: -160px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(193,18,113,0.30), transparent 66%); pointer-events: none; }
.tech::after { content: ""; position: absolute; right: -120px; top: -140px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(193,18,113,0.16), transparent 66%); pointer-events: none; }
.tech .wrap { position: relative; z-index: 1; }
.tech-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.tech-head-left { max-width: 740px; }
.tech .kicker { color: #fff; }
.tech .kicker .idx { color: var(--accent-light); }
.tech .kicker::before { background: rgba(255,255,255,0.6); opacity: 1; }
.tech-head .section-title { margin-top: 16px; color: #fff; }
.tech-head .lead { margin-top: 16px; color: rgba(255,255,255,0.74); }
.tech-arrows { display: flex; gap: 10px; flex: none; }
.tech-arrows button {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.3);
  display: grid; place-items: center; color: #fff; transition: all 0.3s var(--ease);
}
.tech-arrows button:hover { background: #fff; color: var(--ink); border-color: #fff; }
.tech-arrows button:disabled { opacity: 0.3; cursor: default; }
.tech-arrows button:disabled:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.3); }
.tech-arrows svg { width: 20px; height: 20px; }

.tech-slider { margin-top: 40px; overflow: hidden; }
.tech-track { display: flex; gap: 22px; transition: transform 0.55s var(--ease); will-change: transform; }
.tech-card {
  flex: 0 0 calc((100% - 44px) / 3); min-width: 0;
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md); overflow: hidden;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease);
}
.tech-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.22); }
.tech-photo { position: relative; overflow: hidden; }
.tech-photo image-slot { width: 100%; height: 220px; display: block; transition: transform 0.6s var(--ease); }
.tech-card:hover .tech-photo image-slot { transform: scale(1.05); }
.tech-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(20,8,14,0.55) 0%, transparent 46%); }
.tech-photo .t-num { position: absolute; z-index: 2; bottom: 12px; right: 16px; font-size: 1.5rem; font-weight: 800; color: #fff; opacity: 0.92; font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }
.tech-card-body { padding: 24px 24px 26px; }
.tech-ico { width: 50px; height: 50px; border-radius: 13px; background: rgba(193,18,113,0.22); color: var(--accent-light); display: grid; place-items: center; margin-bottom: 16px; margin-top: -46px; position: relative; z-index: 3; border: 4px solid var(--ink); }
.tech-ico svg { width: 26px; height: 26px; }
.tech-card h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.tech-card p { margin-top: 9px; font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.66); }

.tech-dots { margin-top: 26px; display: flex; gap: 8px; justify-content: center; }
.tech-dots button { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.3); transition: all 0.3s var(--ease); }
.tech-dots button.is-active { background: var(--accent-light); width: 28px; border-radius: 9px; }

/* ============================================================
   Split feature blocks (Implanturi, Parodontal)
   ============================================================ */
.feature { padding-block: 110px; }
.feature--white { background: var(--white); }
.feature--ivory { background: var(--ivory); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.feature--reverse .feature-media { order: -1; }
.feature-copy .section-title { margin-top: 16px; }
.feature-copy .lead { margin-top: 18px; }
.feature-copy .lead + .lead { margin-top: 14px; }
.feature-bullets { margin-top: 26px; display: grid; gap: 13px; padding: 0; }
.feature-bullets li { list-style: none; display: flex; gap: 13px; align-items: flex-start; font-size: 0.98rem; color: var(--ink-2); }
.feature-bullets .b-ico { width: 26px; height: 26px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; margin-top: 1px; }
.feature-bullets .b-ico svg { width: 15px; height: 15px; }
.feature-copy .btn { margin-top: 32px; }

.feature-media { position: relative; }
.feature-media .f-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.feature-media .f-img image-slot { width: 100%; height: clamp(380px, 46vw, 520px); display: block; }
.feature-media .f-badge { position: absolute; bottom: -24px; left: -24px; background: var(--accent); color: #fff; border-radius: var(--r-md); padding: 18px 24px; box-shadow: var(--shadow-md); }
.feature--reverse .feature-media .f-badge { left: auto; right: -24px; }
.feature-media .f-badge strong { display: block; font-size: 1.9rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.feature-media .f-badge span { font-size: 0.8rem; opacity: 0.9; }

/* ============================================================
   Testimonial (Dantură fixă)
   ============================================================ */
.testi { padding-block: 110px; background: var(--ivory); }
.testi-head { text-align: center; margin-inline: auto; }
.testi-head .section-title { white-space: nowrap; margin-top: 16px; }
.testi-head .kicker { justify-content: center; }
.testi-panel {
  margin-top: 40px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md);
  display: grid; grid-template-columns: 1fr 1fr;
}
.testi-quote { padding: clamp(34px, 4vw, 58px); display: flex; flex-direction: column; }
.testi-quote .q-mark { font-family: Georgia, serif; font-size: 5rem; line-height: 0.8; height: 42px; color: var(--accent); }
.testi-quote blockquote { margin: 20px 0 0; font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.5; font-weight: 500; letter-spacing: -0.015em; color: var(--ink); text-wrap: pretty; }
.testi-stars { margin-top: 22px; display: flex; gap: 4px; color: var(--accent); }
.testi-stars svg { width: 20px; height: 20px; }
.testi-patient { margin-top: auto; padding-top: 30px; display: flex; align-items: center; gap: 14px; }
.testi-patient image-slot { width: 60px; height: 60px; flex: none; }
.testi-patient .p-name { font-weight: 700; font-size: 1.04rem; }
.testi-patient .p-meta { font-size: 0.86rem; color: var(--muted); }

.testi-ba { position: relative; background: var(--ivory-2); padding: clamp(18px, 2vw, 26px); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-item { position: relative; }
.ba-item image-slot { width: 100%; height: 100%; min-height: clamp(280px, 34vw, 400px); }
.ba-item .ba-label { position: absolute; z-index: 2; top: 12px; left: 12px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(26,11,18,0.62); color: #fff; backdrop-filter: blur(4px); }
.ba-item.is-after .ba-label { background: var(--accent); }

/* ============================================================
   Steps — 4 pași
   ============================================================ */
.steps { padding-block: 110px; background: var(--white); }
.steps-head { margin-inline: auto; text-align: center; }
.steps-head .section-title { white-space: nowrap; margin-top: 16px; }
.steps-head .lead { margin-top: 16px; max-width: 660px; margin-inline: auto; }
.steps-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { position: relative; padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease); }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--accent-soft); }
.step-num { position: absolute; top: 22px; right: 24px; font-size: 2.6rem; font-weight: 800; color: var(--accent-soft); letter-spacing: -0.04em; line-height: 1; }
.step-ico { width: 58px; height: 58px; border-radius: 16px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; margin-bottom: 24px; }
.step-ico svg { width: 30px; height: 30px; }
.step-card h3 { font-size: 1.16rem; font-weight: 700; letter-spacing: -0.01em; }
.step-card p { margin-top: 8px; font-size: 0.92rem; color: var(--muted); line-height: 1.6; }

/* Responsive for new blocks */
@media (max-width: 980px) {
  .feature-grid, .testi-panel { grid-template-columns: 1fr; }
  .feature-media { order: -1; }
  .feature-media .f-badge, .feature--reverse .feature-media .f-badge { left: 18px; right: auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-card { flex: 0 0 calc((100% - 22px) / 2); }
}
@media (max-width: 680px) {
  .steps-grid { grid-template-columns: 1fr; }
  .testi-ba { grid-template-columns: 1fr; }
  .ba-item image-slot { min-height: clamp(240px, 60vw, 320px); }
  .tech-card { flex: 0 0 100%; }
  .tech-head { flex-direction: column; align-items: flex-start; }
}
