:root {
  --orange: #e9612f;
  --orange-deep: #c4491a;
  --ink: #23201d;
  --muted: #5f5852;
  --paper: #ffffff;
  --tint: #fdf3ec;
  --line: #eee3da;
  --star: #f2a12b;
  --radius: 18px;
  --font: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased;
}
a { color: var(--orange-deep); text-underline-offset: 3px; }
h1, h2, h3 { font-weight: 800; line-height: 1.15; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

.skip { position: absolute; left: -999px; top: 8px; z-index: 50; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.logo { font-weight: 800; font-size: 1.55rem; letter-spacing: -.03em; color: var(--orange); text-decoration: none; }
nav { display: flex; align-items: center; gap: 26px; }
nav a:not(.btn) { color: var(--ink); text-decoration: none; font-weight: 600; font-size: .98rem; }
nav a:not(.btn):hover { color: var(--orange-deep); }

/* Buttons */
.btn {
  display: inline-block; border: 0; cursor: pointer; text-decoration: none;
  background: var(--orange); color: #fff; font: 700 1.05rem/1 var(--font);
  padding: 16px 30px; border-radius: 999px; transition: background .15s, transform .15s;
}
.btn:hover { background: var(--orange-deep); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .6; cursor: default; }
.btn-small { padding: 10px 24px; font-size: 1rem; }
.btn-ghost { background: transparent; color: var(--orange-deep); box-shadow: inset 0 0 0 2px var(--orange); }
.btn-ghost:hover { background: var(--tint); }
:focus-visible { outline: 3px solid #1a73e8; outline-offset: 3px; }

/* Type helpers */
.eyebrow { color: var(--orange-deep); font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }
.lead { font-size: 1.22rem; color: var(--muted); max-width: 36em; margin: 22px auto 0; }
.lead-sm { color: var(--muted); max-width: 40em; margin-top: 12px; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.1rem; letter-spacing: -.01em; }
.h-page { font-size: clamp(2rem, 5vw, 3rem); }

/* Hero – text centrat, fotografia echipei în lățime, notă suprapusă */
.hero { padding: 64px 0 0; background: radial-gradient(120% 70% at 50% 62%, #fde7d8 0%, #fff6ef 46%, #fff 76%); }
.hero-copy { text-align: center; }
.hero h1 { font-size: clamp(2.1rem, 5.4vw, 3.7rem); max-width: 17em; margin: 0 auto; }
.h1-accent { color: var(--orange); white-space: nowrap; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.actions-left { justify-content: flex-start; margin-top: 24px; }
.btn .ico { display: inline-block; vertical-align: -4px; margin-right: 9px; }
.btn-wa { background: #0d7f6e; }
.btn-wa:hover { background: #096455; }
.h-star { color: var(--star); font-size: .85em; margin-left: 2px; }
.hero-photo { position: relative; margin: 34px auto 0; max-width: 1280px; padding: 0 12px; }
.hero-photo img { width: 100%; mix-blend-mode: multiply; }
.rating-chip {
  position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink);
  background: #fff; border-radius: 999px; padding: 10px 26px 10px 12px; white-space: nowrap;
  box-shadow: 0 14px 40px -12px rgba(196,73,26,.45), 0 0 0 1px var(--line);
}
.chip-num { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; font-size: 1.35rem; }
.chip-body { display: grid; line-height: 1.25; }
.chip-line { font-size: .92rem; color: var(--muted); font-weight: 600; }
.stars { color: var(--star); letter-spacing: 3px; font-size: 1.05rem; line-height: 1; }

.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); background: #fff; }
@media (min-width: 760px) { .facts { grid-template-columns: repeat(4, 1fr); } }
.facts li { padding: 26px 18px; text-align: center; display: grid; gap: 2px; }
.facts li + li { border-left: 1px solid var(--line); }
@media (max-width: 759px) { .facts li:nth-child(3) { border-left: 0; } .facts li:nth-child(n+3) { border-top: 1px solid var(--line); } }
.facts strong { font-size: 2.1rem; font-weight: 800; color: var(--orange); letter-spacing: -.03em; line-height: 1.1; }
.facts span { color: var(--muted); font-size: .95rem; font-weight: 500; }

/* Sections */
.section { padding: 84px 0; }
.section-tint { background: var(--tint); }
.page-top { padding-top: 56px; }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px 30px; margin-bottom: 38px; }
.section-head + .reviews { margin-top: 0; }

/* Despre – paragraful descriptiv, trăsături din recenzii, cele două clinici */
.about h2 { margin-bottom: 22px; }
.lede { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.6; font-weight: 500; max-width: 46em; letter-spacing: -.005em; }
.traits { list-style: none; padding: 0; margin: 44px 0 0; display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .traits { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .traits { grid-template-columns: repeat(4, 1fr); } }
.trait { background: var(--tint); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.trait h3 { color: var(--orange-deep); }
.trait > p { color: var(--muted); font-size: .96rem; }
.trait blockquote { margin: auto 0 0; padding: 16px 0 0; border-top: 1px solid rgba(196,73,26,.22); }
.trait blockquote p { font-weight: 600; font-size: .96rem; line-height: 1.5; }
.trait blockquote footer { margin-top: 8px; font-size: .82rem; color: var(--muted); }
.clinic-grid { display: grid; gap: 34px; margin-top: 64px; align-items: start; }
@media (min-width: 900px) { .clinic-grid { grid-template-columns: 1.2fr 1fr; gap: 64px; } }
.clinic-copy h3 { font-size: 1.5rem; margin-bottom: 14px; }
.clinic-copy p + p { margin-top: 14px; }
.updated { color: var(--muted); font-size: .9rem; }
.locs { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.loc { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: grid; gap: 2px; }
.loc h3 { font-size: 1.1rem; }
.loc p { color: var(--muted); }
.loc .loc-note { color: var(--ink); font-weight: 600; font-size: .95rem; margin-top: 6px; }
.loc a { font-weight: 700; margin-top: 8px; }

/* Specialități */
.specs { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .specs { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .specs { grid-template-columns: repeat(3, 1fr); } }
.spec { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.spec h3 { margin-bottom: 6px; }
.spec p { color: var(--muted); font-size: .96rem; }

/* Reviews */
.reviews { columns: 1; column-gap: 22px; margin-top: 38px; }
@media (min-width: 680px) { .reviews { columns: 2; } }
@media (min-width: 1000px) { .reviews { columns: 3; } }
.review { break-inside: avoid; display: block; margin: 0 0 22px; padding: 26px 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.review .stars { margin-bottom: 14px; }
.review-text { white-space: pre-line; overflow-wrap: anywhere; }
.review-by { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.avatar { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--tint); color: var(--orange-deep); font-weight: 800; }
.who { display: grid; line-height: 1.3; }
.name { font-weight: 700; }
.badge { font-size: .8rem; color: var(--muted); }

/* „Citește tot" – doar CSS; textul rămâne integral în HTML */
.tg { position: absolute; opacity: 0; width: 1px; height: 1px; }
.tg:not(:checked) ~ .review-text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; line-clamp: 6; overflow: hidden; }
.more { display: inline-block; margin-top: 10px; font-weight: 700; font-size: .95rem; color: var(--orange-deep); cursor: pointer; }
.more:hover { text-decoration: underline; text-underline-offset: 3px; }
.tg:focus-visible ~ .more { outline: 3px solid #1a73e8; outline-offset: 3px; border-radius: 4px; }
.tg:checked ~ .more .m-open, .tg:not(:checked) ~ .more .m-close { display: none; }
.source { color: var(--muted); font-size: .9rem; margin-top: 6px; }
.see-all { margin-top: 20px; }

/* Paginare */
.pager { margin: 18px 0 30px; }
.pager ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin: 0; padding: 0; }
.pg { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 700; text-decoration: none; }
a.pg:hover { border-color: var(--orange); color: var(--orange-deep); }
.pg.current { background: var(--orange); border-color: var(--orange); color: #fff; }
.pg.off { color: #a79f98; background: transparent; }
.gap { color: var(--muted); padding: 0 4px; }
.cta-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; margin-top: 48px; padding: 28px 32px; background: var(--tint); border-radius: var(--radius); }

/* FAQ */
.faq-wrap { max-width: 860px; }
.faq { margin-top: 30px; display: grid; gap: 12px; }
.qa { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; }
.qa summary { cursor: pointer; font-weight: 700; padding: 16px 28px 16px 0; list-style: none; position: relative; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--orange); font-weight: 600; }
.qa[open] summary::after { content: "–"; }
.qa p { padding: 0 0 18px; color: var(--muted); }

/* Contact – un singur card, panou de informații + CTA spre dentalist.ro */
.contact-card { display: grid; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 30px 70px -40px rgba(196,73,26,.35); }
@media (min-width: 920px) { .contact-card { grid-template-columns: 5fr 6fr; } }
.contact-side { background: var(--tint); padding: 44px 40px; }
.contact-side h2 { font-size: clamp(1.55rem, 3vw, 2rem); }
.contact-side .lead-sm { font-size: .97rem; margin-top: 12px; }
.btn-sm { padding: 12px 22px; font-size: .98rem; }
.contact-info { margin: 30px 0 0; display: grid; gap: 0; }
.contact-info > div { padding: 14px 0; border-top: 1px solid rgba(196,73,26,.18); display: grid; gap: 2px; }
.contact-info dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.contact-info dd { margin: 0; font-weight: 600; font-size: .98rem; line-height: 1.5; }
.contact-cta { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.form-title { font-size: 1.4rem; }
.contact-cta > p { color: var(--muted); }
.btn-lg { justify-self: start; align-self: start; margin-top: 8px; padding: 18px 32px; font-size: 1.1rem; }
@media (max-width: 560px) { .contact-side, .contact-cta { padding: 28px 22px; } }

/* Footer */
.site-footer { padding: 40px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .93rem; }
.footer-grid { display: grid; gap: 26px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1.4fr; } }
.site-footer strong { color: var(--ink); display: block; margin-bottom: 6px; }
.site-footer address { font-style: normal; }
.site-footer p { margin: 0; }
.footer-note { font-size: .85rem; }

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { padding: 40px 0 0; }
  .section { padding: 60px 0; }
  nav { gap: 14px; }
  nav a:not(.btn) { font-size: .92rem; }
  nav a[href="/#despre"] { display: none; }
  .logo { font-size: 1.35rem; }
  .btn-small { padding: 9px 20px; }
  .rating-chip { position: static; transform: none; margin: -10px auto 0; width: max-content; max-width: calc(100% - 24px); padding: 8px 20px 8px 10px; }
  .chip-num { width: 46px; height: 46px; font-size: 1.15rem; }
}
