/*
Theme Name: Un Zambet
Theme URI: https://unzambet.ro/
Author: Un Zambet
Author URI: https://unzambet.ro/
Description: Tema oficiala Un Zambet — Centru de Implantologie in Pacurari, Iasi. Light theme cu accent teal #15D4CF, optimizata SEO, schema.org Dentist, complet editabila prin Customizer.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: un-zambet
Tags: dentist, implantology, healthcare, romanian, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================
   UN ZAMBET — Centru de Implantologie
   LIGHT theme · teal #15D4CF accent on white
   ============================================ */

:root {
  --teal: #15D4CF;
  --teal-soft: rgba(21, 212, 207, 0.10);
  --teal-line: rgba(21, 212, 207, 0.32);
  --teal-deep: #0FA8A4;
  --teal-ink: #0B7B78;

  --ink-900: #0A1A2E;
  --ink-800: #0F2238;
  --ink-700: #16304B;
  --ink-600: #233E5D;
  --ink-500: #4A6685;
  --ink-400: #7E96B3;
  --ink-300: #B7C5D7;
  --ink-200: #DDE5F0;
  --ink-100: #EEF2F8;

  --bg: #FFFFFF;
  --bg-soft: #F5F8FB;
  --bg-mute: #EDF2F7;
  --line: #E4EAF2;
  --white: #FFFFFF;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-2xl: 48px;
  --r-pill: 999px;

  --shadow-sm: 0 4px 16px -4px rgba(10, 26, 46, 0.08);
  --shadow-md: 0 18px 40px -16px rgba(10, 26, 46, 0.18);
  --shadow-lg: 0 28px 60px -20px rgba(10, 26, 46, 0.22);
  --shadow-glow: 0 22px 50px -16px rgba(21, 212, 207, 0.55);

  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-700);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: 0; color: inherit; }

h1, h2, h3, h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink-900);
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink-900);
  color: var(--white);
  padding: 12px 16px;
  z-index: 999;
  border-radius: 0 0 var(--r-md) 0;
}
.skip-link:focus { left: 0; }

/* ============================================
   NAVIGATION (light)
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 88px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--ink-900);
}
.nav-brand img { width: 60px; height: 60px; object-fit: contain; }
.nav-brand small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: var(--ink-500);
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink-700);
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--ink-900); background: var(--bg-soft); }
.nav-links a.active,
.nav-links a.current-menu-item,
.nav-links li.current-menu-item > a { color: var(--teal-ink); background: var(--teal-soft); }

.nav-links a.nav-highlight {
  color: var(--white);
  background: var(--teal);
  padding: 9px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 8px 20px -8px rgba(21,212,207,0.55);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.nav-links a.nav-highlight:hover {
  background: #11b3af;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -8px rgba(21,212,207,0.7);
}
.nav-links a.nav-highlight.active { background: var(--ink-900); color: var(--teal); }
.nav-links a.nav-highlight .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff;
  animation: navPulse 1.6s ease-out infinite;
}
.nav-links a.nav-highlight .badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: rgba(0,0,0,0.18);
  padding: 3px 8px;
  border-radius: 999px;
}
@keyframes navPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.nav-dd { position: relative; }
.nav-dd > a { display: inline-flex; align-items: center; }
.nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 280px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: 8px;
  margin-top: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s, transform .18s;
  z-index: 60;
}
/* Invisible hover bridge — prevents the dropdown from closing when the
   cursor crosses the gap between parent link and the menu. */
.nav-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.nav-dd:hover > .nav-menu,
.nav-dd:focus-within > .nav-menu { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.nav-menu a {
  display: block !important;
  padding: 12px 14px !important;
  border-radius: var(--r-sm) !important;
  background: transparent !important;
}
.nav-menu a:hover { background: var(--teal-soft) !important; }
.nav-menu a strong { display: block; font-size: 14px; color: var(--ink-900); font-weight: 700; line-height: 1.2; }
.nav-menu a:hover strong { color: var(--teal-ink); }
.nav-menu a.active strong { color: var(--teal-ink); }
.nav-menu a span { display: block; font-size: 12px; color: var(--ink-500); margin-top: 2px; font-weight: 500; }
.nav-menu-foot { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 4px; }
.nav-menu-foot a { font-size: 13px !important; color: var(--teal-ink) !important; font-weight: 700; text-align: center; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: var(--ink-900);
  font-weight: 700;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform .15s, box-shadow .25s, background .2s;
  box-shadow: 0 8px 20px -8px rgba(21,212,207,0.6);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-glow); background: #2EE3DE; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--bg-soft);
  align-items: center; justify-content: center;
  border: 1px solid var(--line);
}
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--ink-900); }

@media (max-width: 960px) {
  .nav-dd .nav-menu { display: none; }
  .nav.open .nav-dd .nav-menu {
    display: block;
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    background: var(--bg-soft);
    margin: 4px 0 8px;
    padding: 6px;
  }
  .nav-inner { gap: 12px; height: 72px; }
  .nav-brand img { width: 48px; height: 48px; }
  .nav-brand { font-size: 14px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  /* Hide the standalone "Programeaza-te" CTA on mobile —
     it moves inside the menu drawer for cleaner header. */
  .nav-cta { display: none; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--white);
    padding: 12px var(--gutter) 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    gap: 0;
  }
  .nav.open .nav-links a {
    width: 100%;
    padding: 14px 16px;
    border-radius: var(--r-md);
  }
  /* Show the mobile-only CTA inside the drawer */
  .nav.open .nav-cta-mobile {
    display: inline-flex !important;
    justify-content: center;
    margin-bottom: 12px;
    padding: 14px 22px;
    font-size: 14px;
  }
}
@media (min-width: 961px) {
  /* Never show the mobile CTA on desktop */
  .nav-cta-mobile { display: none !important; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: transform .15s, box-shadow .25s, background .2s, color .2s, border-color .2s;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: var(--ink-900);
  box-shadow: 0 12px 28px -10px rgba(21,212,207,0.6);
}
.btn-primary:hover { background: #2EE3DE; transform: translateY(-2px); box-shadow: var(--shadow-glow); }
.btn-ghost {
  background: var(--white);
  color: var(--ink-900);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-ink); }
.btn-ghost-light {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-color: rgba(255,255,255,0.18);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.16); border-color: rgba(21,212,207,0.45); }
.btn-dark { background: var(--ink-900); color: var(--white); }
.btn-dark:hover { background: var(--ink-800); transform: translateY(-2px); }
.btn-outline-teal {
  background: transparent;
  color: var(--teal-ink);
  border-color: var(--teal);
}
.btn-outline-teal:hover { background: var(--teal-soft); }

/* Defensive: any SVG inside a button stays small even if width/height attrs are missing */
.btn svg, button svg, .nav-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ============================================
   STICKY ACTIONS — call + whatsapp + booking
   ============================================ */
.sticky-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}
.sticky-fab {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 36px -10px rgba(10, 26, 46, 0.35);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.sticky-fab:hover { transform: translateY(-3px) scale(1.04); }
.sticky-fab.book { background: var(--teal); }
.sticky-fab.book svg { stroke: var(--ink-900); fill: none; stroke-width: 2; }
.sticky-fab.whatsapp { background: #25D366; }
.sticky-fab.whatsapp svg { fill: #fff; }
.sticky-fab.call { background: #25D366; }
.sticky-fab.call svg { fill: #fff; }
.sticky-fab svg { width: 28px; height: 28px; }
.sticky-fab .pulse {
  position: absolute; inset: 0;
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 2.4s infinite;
}
.sticky-fab.book .pulse { box-shadow: 0 0 0 0 rgba(10, 26, 46, 0.45); }
.sticky-fab.whatsapp .pulse { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
.sticky-fab.call .pulse { box-shadow: 0 0 0 0 rgba(21, 212, 207, 0.55); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 currentColor; opacity: 0.7; }
  70% { box-shadow: 0 0 0 18px transparent; opacity: 0; }
  100% { box-shadow: 0 0 0 0 transparent; opacity: 0; }
}
.sticky-fab .tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--ink-900);
  color: var(--white);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  box-shadow: var(--shadow-md);
}
.sticky-fab:hover .tip { opacity: 1; }

@media (max-width: 600px) {
  .sticky-actions { right: 14px; bottom: 14px; gap: 10px; }
  .sticky-fab { width: 54px; height: 54px; }
  .sticky-fab svg { width: 24px; height: 24px; }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 8vw, 96px) 0 clamp(80px, 10vw, 130px);
  background:
    radial-gradient(ellipse 80% 60% at 80% 10%, rgba(21, 212, 207, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(21, 212, 207, 0.08), transparent 60%),
    var(--white);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(10, 26, 46, 0.06) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal-soft);
  color: var(--teal-ink);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--teal-line);
  margin-bottom: 24px;
}
.eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(21, 212, 207, 0.2);
  animation: blink 2s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero h1 {
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  color: var(--ink-900);
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--teal), var(--teal-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lede {
  font-size: 19px;
  color: var(--ink-500);
  max-width: 540px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-meta-item { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.hero-meta-item svg { width: 22px; height: 22px; stroke: var(--teal); flex: 0 0 auto; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-meta-item strong { color: var(--ink-900); display: block; font-size: 15px; }
.hero-meta-item span { color: var(--ink-500); }

.hero-photo-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 50% 50% 50% 50% / 50% 50% 12% 12%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
  background: var(--ink-900);
}
.hero-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 4px solid var(--teal);
  pointer-events: none;
  filter: drop-shadow(0 0 24px rgba(21, 212, 207, 0.3));
}
.hero-photo-frame img {
  width: 100%; height: 100%; object-fit: cover;
}
/* Banner variant — square, simple radius, fits whole image (used when poza is a designed offer banner with edges that must not be cropped) */
.hero-photo-frame--banner {
  aspect-ratio: 1/1;
  border-radius: 24px;
  background: #051221;
  border: 2px solid rgba(21,212,207,0.35);
  box-shadow: 0 30px 80px -20px rgba(21,212,207,0.45);
}
.hero-photo-frame--banner::after { display: none; }
.hero-photo-frame--banner img { object-fit: contain; }
.hero-badge {
  position: absolute;
  bottom: 18px; left: -28px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px 22px;
  border-radius: var(--r-md);
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.hero-badge .num {
  font-size: 32px;
  font-weight: 800;
  color: var(--teal-ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-badge .lbl { font-size: 12px; color: var(--ink-500); line-height: 1.3; font-weight: 500; }

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: clamp(56px, 6vw, 80px) 0; }
/* Avoid stacking two same-tone sections with double padding gap */
.section + .section { padding-top: 0; }
.section.alt + .section.alt { padding-top: clamp(40px, 4vw, 60px); }
.section.alt + .section,
.section + .section.alt { padding-top: clamp(56px, 6vw, 80px); }
.section.alt { background: var(--bg-soft); }
.section.dark { background: var(--ink-900); color: var(--ink-200); }
.section.dark h2, .section.dark h3, .section.dark h4 { color: var(--white); }

.sec-head { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 56px; max-width: 720px; }
.sec-head.center { align-items: center; text-align: center; margin-inline: auto; }
.sec-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-ink);
  margin-bottom: 16px;
}
.section.dark .sec-eyebrow { color: var(--teal); }
.sec-title {
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.05;
  color: var(--ink-900);
  margin-bottom: 16px;
}
.section.dark .sec-title { color: var(--white); }
.sec-sub {
  font-size: 18px;
  color: var(--ink-500);
}
.section.dark .sec-sub { color: var(--ink-200); }

/* ============================================
   SERVICES GRID
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.service-card {
  position: relative;
  padding: 36px 28px 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: block;
  color: inherit;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), transparent);
  opacity: 0;
  transition: opacity .25s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--teal-line);
  box-shadow: var(--shadow-md);
}
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--teal-soft);
  border: 1px solid var(--teal-line);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.service-icon svg { width: 28px; height: 28px; stroke: var(--teal-ink); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 {
  font-size: 22px;
  color: var(--ink-900);
  margin-bottom: 10px;
}
.service-card p { color: var(--ink-500); font-size: 15px; }
.service-card .more {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal-ink);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.service-card .more svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform .2s; }
.service-card:hover .more svg { transform: translateX(4px); }

/* generic card grid (lucrari-fixe / zirconiu / proteze) */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-4px); border-color: var(--teal-line); box-shadow: var(--shadow-md); }
.card-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--teal-soft);
  border: 1px solid var(--teal-line);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card-icon svg { width: 28px; height: 28px; stroke: var(--teal-ink); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 20px; color: var(--ink-900); margin-bottom: 8px; }
.card p { color: var(--ink-500); font-size: 15px; }

/* ============================================
   FEATURES / WHY US
   ============================================ */
.why-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 920px) { .why-grid { grid-template-columns: 1fr; } }
.why-list { display: flex; flex-direction: column; gap: 16px; }
.why-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color .2s, transform .2s;
}
.why-item:hover { border-color: var(--teal-line); transform: translateX(4px); }
.why-item-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--teal-soft);
  display: inline-flex;
  align-items: center; justify-content: center;
}
.why-item-icon svg { width: 28px; height: 28px; stroke: var(--teal-ink); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.why-item h4 { font-size: 18px; color: var(--ink-900); margin-bottom: 6px; }
.why-item p { color: var(--ink-500); font-size: 15px; }

.why-photo { position: relative; }
.why-photo .frame {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-2xl);
  overflow: hidden;
  border: 4px solid var(--teal);
  box-shadow: var(--shadow-lg);
  background: var(--ink-900);
}
.why-photo .frame img { width: 100%; height: 100%; object-fit: cover; }
.why-photo .stat {
  position: absolute; right: -20px; top: 24px;
  background: var(--white);
  border: 1px solid var(--teal-line);
  padding: 18px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.why-photo .stat strong { font-size: 28px; color: var(--teal-ink); display: block; line-height: 1; }
.why-photo .stat span { font-size: 12px; color: var(--ink-500); }

/* ============================================
   OFFER STRIP / BANNER (dark accent)
   ============================================ */
.offer-strip {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(21,212,207,0.22), transparent 65%),
    linear-gradient(135deg, var(--ink-900), #051221);
  border-radius: var(--r-xl);
  padding: 44px clamp(28px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--ink-200);
  box-shadow: var(--shadow-lg);
}
.offer-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.06) 1px, transparent 0);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 60% 100% at 100% 0%, #000, transparent 70%);
  pointer-events: none;
}
@media (max-width: 800px) { .offer-strip { grid-template-columns: 1fr; } }
.offer-strip h3 {
  font-size: clamp(26px, 3.4vw, 36px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 12px;
  position: relative;
}
.offer-strip h3 b { color: var(--teal); }
.offer-strip p { color: var(--ink-200); position: relative; }
.offer-strip .price-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--teal-line);
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex; align-items: center; gap: 22px;
  position: relative;
  backdrop-filter: blur(6px);
}
.offer-strip .tag {
  display: inline-block;
  background: var(--teal);
  color: var(--ink-900);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.offer-strip .price {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.03em;
}
.offer-strip .price small {
  font-size: 22px;
  color: var(--teal);
  margin-left: 4px;
  font-weight: 700;
}
.offer-strip .price-meta { font-size: 13px; color: var(--ink-300); margin-top: 4px; }
.offer-strip .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; position: relative; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.t-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.t-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-line); }
.t-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.t-stars svg { width: 18px; height: 18px; fill: #FFC93C; }
.t-quote { font-size: 17px; color: var(--ink-700); line-height: 1.55; margin-bottom: 22px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-author .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-ink);
  font-weight: 800;
  display: inline-flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--teal-line);
}
.t-author strong { color: var(--ink-900); display: block; font-size: 15px; }
.t-author span { color: var(--ink-500); font-size: 13px; }

/* ============================================
   MAP / LOCATION
   ============================================ */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 920px) { .location-grid { grid-template-columns: 1fr; } }

.location-info {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  padding: 40px;
  display: flex; flex-direction: column; gap: 24px;
  box-shadow: var(--shadow-sm);
}
.section.alt .location-info { background: var(--white); }
.info-row { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: flex-start; }
.info-row .pin {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: var(--teal-soft);
  border: 1px solid var(--teal-line);
  display: inline-flex;
  align-items: center; justify-content: center;
}
.info-row .pin svg { width: 24px; height: 24px; stroke: var(--teal-ink); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.info-row strong { color: var(--ink-900); display: block; font-size: 16px; margin-bottom: 4px; }
.info-row span, .info-row a { color: var(--ink-500); font-size: 15px; }
.info-row a:hover { color: var(--teal-ink); }

.map-wrap {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 420px;
  background: var(--bg-soft);
  box-shadow: var(--shadow-sm);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

/* ============================================
   CTA STRIP
   ============================================ */
.cta-strip {
  background:
    radial-gradient(ellipse 70% 80% at 80% 0%, rgba(21, 212, 207, 0.30), transparent 60%),
    linear-gradient(135deg, var(--ink-900), #051221);
  padding: clamp(48px, 6vw, 80px);
  border-radius: var(--r-2xl);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-strip h2, .cta-strip h3 {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.1;
}
.cta-strip p { color: var(--ink-200); font-size: 18px; max-width: 580px; margin: 0 auto 28px; }
.cta-strip .actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ============================================
   FOOTER (dark)
   ============================================ */
.site-footer {
  background: var(--ink-900);
  color: var(--ink-200);
  padding: 64px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand img {
  width: 80px; height: 80px;
  /* Logo PNG is dark — invert it so it pops on the dark navy footer */
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.foot-brand p { color: var(--ink-300); font-size: 14px; margin-top: 16px; max-width: 320px; }
.foot-col h5 {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 18px;
  font-weight: 700;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot-col a { color: var(--ink-200); font-size: 14px; transition: color .2s; }
.foot-col a:hover { color: var(--teal); }
.foot-col .ic-row { display: flex; align-items: center; gap: 10px; color: var(--ink-200); font-size: 14px; }
.foot-col .ic-row svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 1.8; flex: 0 0 auto; }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--ink-300);
  font-size: 13px;
  flex-wrap: wrap;
  gap: 16px;
}
.foot-bottom .socials { display: flex; gap: 8px; }
.foot-bottom .socials a {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  color: var(--ink-200);
  transition: background .2s, color .2s;
}
.foot-bottom .socials a:hover { background: var(--teal); color: var(--ink-900); }
.foot-bottom .socials svg { width: 16px; height: 16px; fill: currentColor; }

/* ============================================
   PAGE HEADER (used on inner pages)
   ============================================ */
.page-hero {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(21,212,207,0.10), transparent 60%),
    var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
.page-hero .crumbs { color: var(--ink-500); font-size: 13px; margin-bottom: 14px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.page-hero .crumbs a:hover { color: var(--teal-ink); }
.page-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  color: var(--ink-900);
  line-height: 1.05;
  margin-bottom: 14px;
  max-width: 800px;
}
.page-hero p { color: var(--ink-500); font-size: 18px; max-width: 640px; }

/* Proteze hero — 2-col with banner image (light theme override of .imp-grid which targets dark heroes) */
.proteze-hero .imp-grid h1 { color: var(--ink-900); }
.proteze-hero .imp-grid .lede { color: var(--ink-500); }
.proteze-hero .imp-grid .eyebrow { display: inline-block; padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.proteze-hero .imp-photo { aspect-ratio: 1/1; border-radius: 24px; border: 2px solid rgba(21,212,207,0.35); background: #051221; box-shadow: 0 30px 80px -20px rgba(21,212,207,0.45); overflow: hidden; }
.proteze-hero .imp-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ============================================
   FORMS
   ============================================ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-700);
  letter-spacing: 0.02em;
}
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  background: var(--white);
  color: var(--ink-900);
  border: 1px solid var(--line);
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--teal-soft);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }

.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 10px 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  color: var(--ink-700);
  background: var(--white);
  transition: all .2s;
  user-select: none;
}
.chip:hover { border-color: var(--teal); color: var(--teal-ink); }
.chip.active { background: var(--teal-soft); border-color: var(--teal); color: var(--teal-ink); }

.slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 8px;
}
.slot {
  padding: 10px 8px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-700);
  background: var(--white);
  cursor: pointer;
  transition: all .15s;
}
.slot:hover:not(.disabled) { border-color: var(--teal); color: var(--teal-ink); }
.slot.active { background: var(--teal); border-color: var(--teal); color: var(--ink-900); }
.slot.disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

/* ============================================
   UTILITIES
   ============================================ */
.tick-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.tick-list li {
  display: grid; grid-template-columns: 28px 1fr; gap: 12px;
  font-size: 16px;
  color: var(--ink-700);
  align-items: flex-start;
}
.tick-list li::before {
  content: '';
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--teal-soft);
  border: 1px solid var(--teal-line);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B7B78' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  margin-top: 1px;
}
.section.dark .tick-list li { color: var(--ink-200); }
.section.dark .tick-list li::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315D4CF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal-line), transparent);
  border: 0;
  margin: 0;
}

/* ============================================
   IMPLANT PAGE
   ============================================ */
.imp-hero {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(21,212,207,0.30), transparent 60%),
    radial-gradient(ellipse 60% 60% at 0% 100%, rgba(21,212,207,0.16), transparent 60%),
    linear-gradient(135deg, var(--ink-900), #051221);
  color: var(--ink-200);
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 9vw, 130px);
  position: relative; overflow: hidden;
}
.imp-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.06) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000, transparent 70%);
  pointer-events: none;
}
.imp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; }
@media (max-width: 920px) { .imp-grid { grid-template-columns: 1fr; gap: 40px; } }
.imp-grid h1 { color: var(--white); font-size: clamp(36px, 5.4vw, 62px); line-height: 1.02; margin-bottom: 18px; }
.imp-grid h1 b { color: var(--teal); }
.imp-grid .lede { color: var(--ink-200); font-size: 19px; max-width: 540px; margin-bottom: 28px; }
.imp-grid .eyebrow { background: rgba(21,212,207,0.12); color: var(--teal); border-color: rgba(21,212,207,0.4); }
.price-bubble {
  display: inline-flex; align-items: baseline; gap: 6px;
  background: var(--teal); color: var(--ink-900);
  padding: 22px 32px;
  border-radius: var(--r-lg);
  box-shadow: 0 24px 50px -16px rgba(21,212,207,0.55);
  margin-bottom: 28px;
}
.price-bubble .lbl { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; margin-right: 12px; align-self: center; }
.price-bubble .num { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.price-bubble .e { font-size: 28px; font-weight: 800; }

.imp-photo {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(21,212,207,0.35);
  background: #051221;
  box-shadow: 0 30px 80px -20px rgba(21,212,207,0.45);
}
.imp-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.imp-floating {
  position: absolute;
  background: var(--white);
  color: var(--ink-900);
  padding: 14px 20px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
}
.imp-floating svg { width: 28px; height: 28px; stroke: var(--teal-ink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.imp-floating strong { display: block; font-size: 14px; }
.imp-floating span { font-size: 12px; color: var(--ink-500); }
.imp-floating.f1 { left: -24px; top: 60px; }
.imp-floating.f2 { right: -24px; bottom: 80px; }

.badges-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.badge-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(21,212,207,0.4);
  color: var(--ink-200);
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: 13px; font-weight: 600;
  backdrop-filter: blur(6px);
}
.badge-pill svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* steps with counter */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.steps .step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  position: relative;
  counter-increment: step;
}
.steps .step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; top: -16px; left: 24px;
  background: var(--ink-900);
  color: var(--teal);
  font-weight: 800;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  letter-spacing: 0.04em;
}
.steps .step h4 { font-size: 18px; margin: 8px 0 6px; }
.steps .step p { font-size: 14px; color: var(--ink-500); }

/* steps-grid (other service pages) */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.steps-grid .step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
}
.step-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-ink);
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--teal-line);
  margin-bottom: 12px;
}
.steps-grid .step h4 { font-size: 18px; color: var(--ink-900); margin-bottom: 6px; }
.steps-grid .step p { color: var(--ink-500); font-size: 14px; }

/* compare table */
.compare {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.compare-row:last-child { border-bottom: 0; }
.compare-row > div { padding: 18px 22px; font-size: 15px; }
.compare-row.head > div {
  background: var(--bg-soft);
  font-weight: 800;
  color: var(--ink-900);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.compare-row .lbl { color: var(--ink-700); font-weight: 600; }
.compare-row .yes { color: var(--teal-ink); font-weight: 700; }
.compare-row .no { color: var(--ink-400); }
.compare-row .cell-teal { background: var(--teal-soft); }
@media (max-width: 700px) {
  .compare-row { font-size: 13px; }
  .compare-row > div { padding: 14px 12px; }
}

/* faq */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
details.faq {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 0;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
details.faq[open] { border-color: var(--teal-line); box-shadow: var(--shadow-sm); }
details.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  color: var(--ink-900);
  font-size: 17px;
  display: flex; align-items: center; gap: 16px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: '+';
  margin-left: auto;
  font-size: 24px;
  color: var(--teal-ink);
  font-weight: 400;
  transition: transform .2s;
  width: 28px; text-align: center;
}
details.faq[open] summary::after { content: '−'; }
details.faq .body {
  padding: 0 24px 22px;
  color: var(--ink-500);
  font-size: 15px;
  line-height: 1.6;
}

/* ============================================
   SERVICII PAGE
   ============================================ */
.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: clamp(60px, 7vw, 90px) 0;
  border-bottom: 1px solid var(--line);
}
.svc-block:last-child { border-bottom: 0; }
.svc-block.reverse .svc-text { order: 2; }
@media (max-width: 900px) {
  .svc-block, .svc-block.reverse { grid-template-columns: 1fr; gap: 32px; }
  .svc-block.reverse .svc-text { order: 0; }
}
.svc-photo {
  aspect-ratio: 5/4;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 4px solid var(--teal);
  box-shadow: var(--shadow-md);
}
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-text .num {
  color: var(--teal-ink);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  display: block;
}
.svc-text h2 { font-size: clamp(28px, 3.6vw, 42px); color: var(--ink-900); margin-bottom: 16px; line-height: 1.1; }
.svc-text p { color: var(--ink-500); font-size: 17px; margin-bottom: 22px; }
.svc-meta {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.svc-meta div {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.svc-meta strong { color: var(--teal-ink); font-size: 22px; display: block; line-height: 1; }
.svc-meta span { color: var(--ink-500); font-size: 13px; }

.price-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
}
.price-row:last-child { border-bottom: 0; }
.price-row strong { color: var(--ink-900); font-size: 16px; display: block; }
.price-row span { color: var(--ink-500); font-size: 14px; }
.price-row .p { color: var(--teal-ink); font-weight: 700; font-size: 18px; white-space: nowrap; }
@media (max-width: 600px) {
  .price-row { padding: 18px 20px; }
}

/* ============================================
   PROGRAMARI (booking) PAGE
   ============================================ */
.booking-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 920px) { .booking-grid { grid-template-columns: 1fr; } }
.booking-grid .card {
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-sm);
}
.step-head {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 18px;
  padding-top: 8px;
}
.step-head .step-num {
  width: 32px; height: 32px;
  margin-bottom: 0;
}
.step-head h3 { font-size: 20px; }

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 12px;
}
.cal-day {
  aspect-ratio: 1;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-weight: 700;
  color: var(--ink-700);
  cursor: pointer;
  transition: all .15s;
  font-size: 14px;
  position: relative;
}
.cal-day:hover:not(.disabled):not(.head) { border-color: var(--teal); color: var(--teal-ink); }
.cal-day.head {
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  color: var(--ink-400);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 0 4px;
}
.cal-day.empty { background: transparent; border: 0; cursor: default; }
.cal-day.disabled { color: var(--ink-300); background: var(--bg-soft); cursor: not-allowed; text-decoration: line-through; }
.cal-day.active { background: var(--teal); border-color: var(--teal); color: var(--ink-900); box-shadow: 0 8px 16px -6px rgba(21,212,207,0.5); }
.cal-day .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); margin-top: 2px; }
.cal-day.active .dot { background: var(--ink-900); }

.cal-month {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 4px 8px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
.cal-month b { color: var(--ink-900); font-size: 16px; }
.cal-month button {
  width: 36px; height: 36px;
  border-radius: var(--r-md);
  background: var(--bg-soft);
  color: var(--ink-700);
  border: 1px solid var(--line);
  font-size: 18px;
  line-height: 1;
}
.cal-month button:hover { background: var(--teal-soft); color: var(--teal-ink); border-color: var(--teal-line); }

.summary { position: sticky; top: 96px; }
.summary-row {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.summary-row:last-of-type { border-bottom: 0; }
.summary-row .k { color: var(--ink-500); font-size: 13px; font-weight: 600; }
.summary-row .v { color: var(--ink-900); font-weight: 700; font-size: 15px; text-align: right; }
.summary-row .v.empty { color: var(--ink-400); font-weight: 500; }

.alt-contact {
  margin-top: 16px;
  color: var(--white);
  border-radius: var(--r-xl);
  padding: 32px;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 80% 0%, rgba(21,212,207,0.25), transparent 60%),
    linear-gradient(135deg, var(--ink-900), #051221);
}
.alt-contact h4 { color: var(--white); font-size: 18px; margin-bottom: 8px; }
.alt-contact p { color: var(--ink-300); font-size: 14px; margin-bottom: 16px; }
.alt-contact .row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.alt-contact a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-pill);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
}
.alt-contact a:hover { background: rgba(21,212,207,0.2); border-color: var(--teal-line); }
.alt-contact a svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 2; }
.alt-contact a.wa svg { fill: #25D366; stroke: none; }

.toast {
  position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--ink-900);
  color: var(--white);
  padding: 16px 24px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--teal-line);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s;
  z-index: 100;
  display: flex; align-items: center; gap: 12px;
  font-weight: 600;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast svg { width: 24px; height: 24px; stroke: var(--teal); fill: none; stroke-width: 2; }

.success-card {
  text-align: center;
  padding: 60px 40px;
  background: var(--white);
  border: 1px solid var(--teal-line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  display: none;
}
.success-card.show { display: block; animation: pop .35s ease-out; }
@keyframes pop {
  from { opacity: 0; transform: scale(.95); }
  to { opacity: 1; transform: scale(1); }
}
.success-card .check {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--teal-soft);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border: 2px solid var(--teal);
}
.success-card .check svg { width: 40px; height: 40px; stroke: var(--teal-ink); fill: none; stroke-width: 3; }

/* ============================================
   ABOUT US (homepage 2-col with icons)
   ============================================ */
.about-uz .about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 920px) { .about-uz .about-grid { grid-template-columns: 1fr; gap: 40px; } }
.about-uz .about-text .sec-title { margin-bottom: 18px; }
.about-uz .about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 540px) { .about-uz .about-cards { grid-template-columns: 1fr; } }
.about-uz .about-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.about-uz .about-card:hover {
  transform: translateY(-3px);
  border-color: var(--teal-line);
  box-shadow: var(--shadow-sm);
}
.about-uz .about-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--teal-soft);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.about-uz .about-icon svg { width: 22px; height: 22px; stroke: var(--teal-ink); fill: none; stroke-width: 1.7; }
.about-uz .about-card h4 { font-size: 17px; color: var(--ink-900); margin-bottom: 6px; }
.about-uz .about-card p { color: var(--ink-500); font-size: 14px; line-height: 1.5; }

/* ============================================
   GENERIC PAGE CONTENT (the_content)
   ============================================ */
.entry-content { max-width: 800px; margin: 0 auto; }
.entry-content > * { margin-bottom: 1.4em; }
.entry-content h2 { font-size: clamp(26px, 3vw, 36px); margin-top: 1.8em; margin-bottom: .6em; }
.entry-content h3 { font-size: clamp(20px, 2vw, 26px); margin-top: 1.4em; margin-bottom: .5em; }
.entry-content p, .entry-content li { font-size: 17px; color: var(--ink-700); line-height: 1.65; }
.entry-content a { color: var(--teal-ink); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.entry-content a:hover { color: var(--teal-deep); }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content blockquote { border-left: 4px solid var(--teal); padding: 8px 0 8px 20px; color: var(--ink-700); font-size: 19px; font-style: italic; }
