/* Composition refinement: quieter depth, safer text zones, multilingual rhythm. */
.hero-copy { width: min(50%, 610px); }
.hero h1 { max-width: 610px; font-size: clamp(54px, 5.65vw, 86px); }
.hero-visual { right: max(-2%, calc((100vw - 1360px) / 2)); width: min(44vw, 620px); }
.patient-card { top: 8%; left: 25%; width: 220px; }
.ready-card { right: 1%; bottom: 14%; width: 235px; }
.float-card { border-color: rgba(255,255,255,.5); background: rgba(247,251,255,.64); box-shadow: 0 14px 38px rgba(22,59,92,.1); }
.tooth-object { opacity: .88; }
.visual-ring { opacity: .62; }
.hero-visual::before { position: absolute; inset: 9% 7%; border-radius: 50%; background-image: radial-gradient(rgba(47,111,159,.22) .7px, transparent .7px); background-size: 18px 18px; opacity: .22; content: ""; transform: rotate(-8deg); mask-image: radial-gradient(circle, #000, transparent 66%); }
.hero-visual::after { position: absolute; top: 23%; right: 8%; width: 110px; height: 48px; border-top: 1px solid rgba(47,111,159,.23); border-bottom: 1px solid rgba(47,111,159,.14); content: "DENTAL CONTEXT / 01"; color: rgba(22,59,92,.47); font-size: 7px; font-weight: 700; letter-spacing: .14em; line-height: 48px; text-align: center; }
.tooth-stage::after { position: absolute; top: 54%; left: -5%; width: 11px; height: 11px; border: 1px solid rgba(47,111,159,.38); border-radius: 50%; box-shadow: 250px -120px 0 -3px rgba(47,111,159,.3), 218px 108px 0 -2px rgba(47,111,159,.2); content: ""; }
.language-switcher { display: flex; gap: 3px; margin-right: 8px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.46); }
.language-switcher button { min-width: 34px; height: 32px; padding: 0 8px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.language-switcher button[aria-pressed="true"] { color: white; background: var(--deep); }
html[dir="rtl"] body { font-family: "Tahoma", "Arial", sans-serif; }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] p { text-wrap: pretty; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .section-heading, html[dir="rtl"] .experience-copy { text-align: right; }
html[dir="rtl"] .hero-copy { margin-left: auto; }
html[dir="rtl"] .hero-visual { right: auto; left: max(-2%, calc((100vw - 1360px) / 2)); }
html[dir="rtl"] .eyebrow { flex-direction: row-reverse; justify-content: flex-end; }
html[dir="rtl"] .hero-actions, html[dir="rtl"] .trust-line { justify-content: flex-start; }
html[dir="rtl"] .patient-message { align-self: flex-start; }
html[dir="rtl"] .context-pane .filled::after { right: auto; left: 0; }
html[dir="rtl"] .nav-actions { flex-direction: row-reverse; }
@media (max-width: 1050px) and (min-width: 761px) {
  .hero { min-height: 860px; padding-top: 132px; align-items: center; }
  .hero-copy { width: 54%; }
  .hero h1 { font-size: clamp(52px, 7vw, 68px); }
  .hero-visual { top: 17%; right: -7%; width: 52vw; height: 650px; transform: scale(.86); transform-origin: center right; }
  .patient-card { top: 8%; left: 36%; }
  .ready-card { right: 2%; bottom: 13%; }
  html[dir="rtl"] .hero-visual { right: auto; left: -7%; transform-origin: center left; }
}
@media (max-width: 760px) {
  .language-switcher { order: -1; margin-right: 6px; }
  .language-switcher button { min-width: 30px; padding: 0 5px; }
  .hero-copy { width: 100%; }
  .hero-visual { top: 50%; right: -17%; }
  html[dir="rtl"] .hero-visual { right: auto; left: -17%; }
  .patient-card { top: 14%; left: 18%; }
  .hero-visual::after { display: none; }
}
@media (max-width: 430px) {
  .language-switcher button { min-width: 27px; font-size: 8px; }
  .hero h1 { font-size: clamp(47px, 13.5vw, 61px); }
  .hero-visual { top: 61%; right: -6%; width: 110vw; transform: scale(.78); }
  html[dir="rtl"] .hero-visual { right: auto; left: -6%; }
  .patient-card { left: 12%; width: 205px; }
  .ready-card { display: none; }
  .hero .trust-line { display: none; }
}

/* Why Us Reception Contrast Section */
.why-us { background: var(--porcelain-bright); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; }
.why-card { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: var(--porcelain); transition: transform 0.25s, box-shadow 0.25s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(22, 59, 92, 0.06); }
.why-card > span { display: inline-block; color: var(--steel-dark); font: 7px var(--mono); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }
.why-card h3 { margin: 0 0 10px; font: 400 32px var(--serif); letter-spacing: -0.03em; }
.why-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.why-card li { position: relative; padding: 12px 0 12px 20px; border-bottom: 1px solid rgba(21, 24, 23, 0.08); font-size: 13px; line-height: 1.5; color: var(--steel-dark); }
.why-card li:last-child { border-bottom: 0; }
.why-card li::before { position: absolute; left: 0; top: 12px; color: var(--steel-dark); content: "—"; font-weight: bold; }

.why-card.featured { border: 2px solid var(--teal); background: rgba(14, 91, 85, 0.03); }
.why-card.featured > span { color: var(--teal); font-weight: 500; }
.why-card.featured li { color: var(--graphite); }
.why-card.featured li::before { color: var(--teal); content: "✓"; }

html[dir="rtl"] .why-card li { padding: 12px 20px 12px 0; }
html[dir="rtl"] .why-card li::before { left: auto; right: 0; }

@media(max-width: 860px) {
  .why-grid { grid-template-columns: 1fr; gap: 20px; }
  .why-card { padding: 28px; }
}

