/* Visual refresh: calm premium dentistry, 2026 */
:root {
  --blue: #126b73;
  --blue-dark: #102f3b;
  --blue-tint: #e9f5f3;
  --accent: #ee6a4b;
  --accent-dk: #d95336;
  --ink: #294651;
  --line: #d9e7e5;
  --sky: #43a4a1;
  --gold: #e3ad55;
  --radius: 20px;
  --radius-sm: 14px;
  --radius-lg: 30px;
  --maxw: 1180px;
  --shadow-sm: 0 1px 2px rgba(16, 47, 59, .05), 0 8px 22px rgba(16, 47, 59, .06);
  --shadow-md: 0 16px 40px rgba(16, 47, 59, .09);
  --shadow-lg: 0 28px 80px rgba(7, 32, 42, .18);
  --shadow-accent: 0 12px 30px rgba(238, 106, 75, .28);
  --grad-blue: linear-gradient(145deg, #102f3b 0%, #126b73 100%);
  --grad-accent: linear-gradient(135deg, #f47a59 0%, #e95d41 100%);
  --grad-tint: linear-gradient(180deg, #f7fbfa 0%, #edf6f4 100%);
}

html { scroll-padding-top: 90px; }

body {
  color: var(--ink);
  background: #fbfdfc;
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3 {
  color: var(--blue-dark);
  letter-spacing: -.035em;
}

h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.02; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
h3 { font-size: 21px; }

.container { padding-left: 22px; padding-right: 22px; }
.container--narrow { max-width: 900px; }
.section { padding: 78px 0; }
.section--tint { background: #f1f7f5; }
.section-lead { max-width: 760px; font-size: 18px; line-height: 1.7; color: #607780; }
.section h2 { padding-bottom: 18px; }
.section h2::after { width: 44px; height: 3px; background: var(--accent); }
.ph { background: transparent; color: inherit; padding: 0; font-weight: inherit; }

.btn {
  min-height: 54px;
  padding: 13px 24px;
  border-radius: 999px;
  border-width: 1px;
  font-size: 16px;
  letter-spacing: -.01em;
}

.btn--primary { background: var(--grad-accent); box-shadow: var(--shadow-accent); }
.btn--primary:hover { transform: translateY(-2px); }
.btn--outline { border-color: var(--line); box-shadow: none; }
.btn--outline:hover { background: #f0f8f6; border-color: #9bc9c5; }
.btn--lg { min-height: 58px; padding: 15px 28px; font-size: 17px; }

/* Header */
.site-header {
  background: rgba(251, 253, 252, .88);
  border-bottom: 1px solid rgba(16, 47, 59, .08);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(150%);
}

.header-inner { min-height: 78px; padding-top: 10px; padding-bottom: 10px; }
.logo { gap: 12px; }
.logo__img { width: 52px; height: 52px; object-fit: contain; border-radius: 14px; }
.logo__desc { color: #668087; letter-spacing: .08em; }
.logo__name { font-size: 21px; }
.main-nav { display: none; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { color: #35545e; text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--blue); }
.header-actions { gap: 16px; }
.header-phone { color: var(--blue-dark); font-size: 15px; }
.header-tg { background: transparent; }

/* Hero */
.hero {
  padding: 72px 0 80px;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(67, 164, 161, .32), transparent 65%),
    radial-gradient(700px 480px at 95% 110%, rgba(238, 106, 75, .18), transparent 60%),
    #0d2934;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.hero__grid { position: relative; z-index: 2; display: grid; gap: 44px; align-items: center; }
.hero__copy { max-width: 680px; }
.hero__eyebrow {
  margin-bottom: 22px;
  padding: 8px 14px;
  color: #bfe6e1;
  background: rgba(115, 207, 199, .1);
  border: 1px solid rgba(159, 226, 219, .18);
  box-shadow: none;
  text-transform: none;
  letter-spacing: .01em;
}
.hero__eyebrow::before { background: #73cfc7; box-shadow: 0 0 0 5px rgba(115, 207, 199, .12); }
.hero h1 { color: #fff; margin-bottom: 22px; font-size: clamp(40px, 6vw, 68px); }
.hero__sub { max-width: 660px; color: #d5e4e7; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.55; }
.hero__cta { gap: 12px; margin: 30px 0 26px; }
.hero .btn--outline { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.hero .btn--outline:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.34); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.hero__trust li { position: relative; padding-left: 19px; color: #bcd0d4; font-size: 14px; }
.hero__trust li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: #73cfc7; }

.hero-visual {
  position: relative;
  padding: 26px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-visual::before { content: ""; position: absolute; width: 250px; height: 250px; right: -105px; top: -115px; border-radius: 50%; background: #dff2ee; }
.hero-visual__top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.hero-visual__label { font-weight: 600; font-size: 18px; }
.hero-visual__badge { padding: 7px 11px; border-radius: 999px; color: var(--blue); background: var(--blue-tint); font-size: 12px; font-weight: 600; }
.route { position: relative; padding: 30px 0 30px 34px; }
.route__point { position: relative; display: flex; flex-direction: column; gap: 2px; }
.route__point::before { content: ""; position: absolute; left: -33px; top: 6px; width: 13px; height: 13px; border: 4px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 2px var(--accent); z-index: 2; }
.route__point--finish::before { background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.route__point span { font-size: 22px; font-weight: 600; letter-spacing: -.025em; }
.route__point small { color: #6b8087; font-size: 13px; }
.route__line { position: relative; height: 78px; margin-left: -27px; border-left: 2px dashed #9ccdc7; }
.route__line span { position: absolute; left: 16px; top: 28px; padding: 4px 8px; border-radius: 999px; color: #688088; background: #f1f7f5; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual__footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-visual__footer div { min-width: 0; padding: 12px; border-radius: 16px; background: #f4f8f7; }
.hero-visual__footer strong { display: block; color: var(--accent); font-size: 12px; }
.hero-visual__footer span { display: block; margin-top: 2px; font-size: 11px; color: #526a72; }

/* Cards and content */
.services { gap: 18px; }
.service-card {
  padding: 27px;
  border: 1px solid rgba(16, 107, 115, .12);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 47, 59, .06);
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(16, 47, 59, .12); }
.service-card__ico { width: 58px; height: 58px; border-radius: 18px; color: var(--blue); background: #e8f5f2; border: none; }
.service-card h3 { font-size: 23px; }
.service-card p { color: #5b737b; font-size: 15px; }
.service-card__price { color: var(--blue-dark) !important; }
.price-toggle { padding: 9px 15px; color: var(--blue); background: #eef7f5; border-color: transparent; }

.stats { gap: 16px; }
.stat { padding: 26px 14px; border: 1px solid var(--line); border-radius: 22px; box-shadow: none; }
.stat__num { font-size: 36px; background: none; color: var(--blue); -webkit-text-fill-color: currentColor; }
.stat__label { color: #657b82; }
.callout { padding: 24px 26px; border: none; border-left: 4px solid var(--accent); border-radius: 18px; box-shadow: none; background: #fff; }

.timeline { margin-top: 30px; }
.timeline__item { padding-left: 72px; padding-bottom: 38px; }
.timeline__item::before { width: 48px; height: 48px; color: var(--blue-dark); background: #fff; border: 1px solid #aed7d1; box-shadow: 0 10px 24px rgba(18, 107, 115, .12); }
.timeline__item::after { left: 23px; top: 52px; background: #bdded9; }
.timeline__item h3 { font-size: 22px; }
.timeline__item p { color: #5c737b; }

.photo {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(18, 107, 115, .14);
  border-radius: 24px;
  color: var(--blue-dark);
  background:
    radial-gradient(circle at 80% 15%, rgba(238, 106, 75, .16), transparent 30%),
    linear-gradient(145deg, #eff8f5, #dfeeea);
  box-shadow: none;
  overflow: hidden;
}
.photo::before { width: 54px; height: 54px; border-radius: 18px; opacity: 1; background: rgba(255,255,255,.72); box-shadow: 0 10px 30px rgba(16,47,59,.08); -webkit-mask: none; mask: none; }
.photo figcaption { position: relative; max-width: 260px; color: var(--blue-dark); font-size: 16px; font-weight: 600; }
.photo--portrait { min-height: 300px; background: linear-gradient(155deg, #102f3b 0%, #126b73 100%); color: #fff; }
.photo--portrait::before { background: rgba(255,255,255,.12); box-shadow: none; }
.photo--portrait figcaption { color: #fff; font-size: 18px; }
.photo-grid { gap: 14px; }
.photo-grid .photo { min-height: 155px; }

.galina { padding: 24px; border-radius: 30px; background: #fff; box-shadow: var(--shadow-md); }
.facts { display: grid; gap: 0; margin-top: 24px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.facts li { padding: 17px 20px; border-bottom-color: var(--line); }
.map-placeholder { min-height: 190px; border: none; border-radius: 26px; color: #fff; background: var(--grad-blue); box-shadow: none; }

.faq details { margin-bottom: 14px; border-color: rgba(18, 107, 115, .14); border-radius: 18px; box-shadow: none; }
.faq details[open] { border-color: #98cbc5; box-shadow: 0 12px 28px rgba(16, 47, 59, .07); }
.faq summary { padding: 20px 54px 20px 22px; font-size: 17px; }
.faq__body { padding: 0 22px 20px; color: #5c737b; }

.reviews { gap: 18px; }
.review { position: relative; min-height: 250px; padding: 30px; border: none; border-radius: 26px; background: #102f3b; box-shadow: none; overflow: hidden; }
.review:nth-child(2) { background: #126b73; }
.review:nth-child(3) { background: #e9f5f3; }
.review__number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: rgba(255,255,255,.12); font-size: 13px; font-weight: 600; }
.review blockquote { margin-top: 28px; color: #fff; font-size: 19px; }
.review figcaption { color: #b9d3d5; }
.review:nth-child(3) .review__number { color: var(--blue); background: #fff; }
.review:nth-child(3) blockquote, .review:nth-child(3) figcaption { color: var(--blue-dark); }

/* Final contact */
.section--cta { background: #0d2934; }
.section--cta::before { content: ""; position: absolute; }
.cta-layout { display: grid; gap: 30px; align-items: center; }
.cta-kicker { margin-bottom: 10px; color: #73cfc7; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.section--cta h2 { max-width: 560px; color: #fff; }
.section--cta .lead { max-width: 600px; color: #c8dadd; font-size: 18px; font-weight: 400; }
.cta-phone { display: flex; flex-direction: column; gap: 2px; margin-top: 28px; color: #8fa9ae; font-size: 13px; }
.cta-phone a { color: #fff; text-decoration: none; font-size: 24px; font-weight: 600; }
.contact-card { padding: 28px; border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); }
.contact-card__title { margin-bottom: 8px; color: var(--blue-dark); font-size: 23px; font-weight: 600; }
.contact-card__text { color: #647a81; font-size: 14px; }
.contact-card .msg-buttons { display: grid; margin: 22px 0; }
.contact-card__safe { display: flex; flex-direction: column; gap: 2px; padding-top: 18px; border-top: 1px solid var(--line); color: #6d8288; font-size: 12px; }
.contact-card__safe strong { color: var(--blue); font-size: 13px; }

.site-footer { padding: 40px 0 110px; color: #a7c0c4; background: #081f28; }
.footer-links { flex-direction: row; flex-wrap: wrap; gap: 18px 28px; }
.disclaimer { font-size: 14px; }
.footer-fineprint { color: #829da2; }

.sticky-bar { border-top-color: rgba(16,47,59,.12); background: rgba(251,253,252,.94); }
.sticky-bar__btn { color: var(--blue-dark); background: #eef7f5; }

@media (min-width: 720px) {
  body { font-size: 18px; }
  .section { padding: 100px 0; }
  .hero { padding: 92px 0 104px; }
  .hero__grid { grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); gap: 64px; }
  .hero__cta { flex-direction: row; }
  .hero-visual { padding: 30px; }
  .galina { padding: 30px; }
  .cta-layout { grid-template-columns: 1.1fr .9fr; gap: 72px; }
  .site-footer { padding-bottom: 46px; }
}

@media (min-width: 960px) {
  .main-nav { display: flex; }
  .header-actions { margin-left: 18px; }
  .header-tg { display: inline-flex; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts li:nth-child(odd) { border-right: 1px solid var(--line); }
  .facts li:last-child { grid-column: 1 / -1; }
}

@media (max-width: 719px) {
  .section { padding: 68px 0; }
  .hero { padding: 58px 0 70px; }
  .hero__cta { display: grid; }
  .hero__cta .btn { width: 100%; }
  .hero__trust { display: grid; gap: 8px; }
  .hero-visual { padding: 22px; }
  .hero-visual__footer { grid-template-columns: 1fr; }
  .hero-visual__footer div { display: flex; align-items: center; gap: 10px; }
  .hero-visual__footer span { margin-top: 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 20px 10px; }
  .stat__num { font-size: 29px; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .review { min-height: auto; }
}

@media (max-width: 480px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .header-inner { min-height: 68px; }
  .logo__img { width: 44px; height: 44px; }
  .logo__desc { display: none; }
  .logo__name { font-size: 18px; }
  .hero h1 { font-size: 42px; }
  .hero__sub { font-size: 18px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid .photo { min-height: 130px; }
}
