:root {
  --turquoise: #1fb5bd;
  --turquoise-deep: #0a8f98;
  --turquoise-soft: #e5f8f8;
  --ink: #111719;
  --muted: #667276;
  --line: #d9e9ea;
  --white: #ffffff;
  --soft: #f6fbfb;
  --shadow: 0 24px 70px rgba(14, 83, 88, .12);
  --container: min(1160px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(20, 110, 115, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-wrap {
  width: var(--container);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  width: 188px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.brand img { width: 188px; height: auto; transform: scale(1.42); object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: #334145;
  font-size: .93rem;
  font-weight: 650;
  transition: .2s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--turquoise-deep); background: var(--turquoise-soft); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  cursor: pointer;
}
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 3px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  min-height: 100vh;
  padding: 150px 0 88px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fafdfe 72%, #fff 100%);
}
.hero-bg { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-bg-a { width: 430px; height: 430px; right: -180px; top: 100px; background: rgba(31,181,189,.09); }
.hero-bg-b { width: 270px; height: 270px; left: -120px; bottom: 80px; border: 1px solid rgba(31,181,189,.22); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; position: relative; }
.kicker { margin: 0 0 12px; color: var(--turquoise-deep); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 9px 4px 0; background: var(--turquoise); border-radius: 9px; }
.hero h1, .section h2, .specialist-card h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
.hero h1 { max-width: 700px; font-size: clamp(3.25rem, 7vw, 6.3rem); }
.hero-text { max-width: 650px; margin: 24px 0 32px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--turquoise), var(--turquoise-deep)); box-shadow: 0 14px 30px rgba(31,181,189,.22); }
.btn-light { background: #fff; border-color: var(--line); }
.hero-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 700px; }
.fact { display: flex; align-items: center; gap: 12px; min-height: 88px; padding: 16px; border: 1px solid rgba(31,181,189,.18); border-radius: 20px; background: rgba(255,255,255,.8); box-shadow: 0 16px 34px rgba(21,86,90,.06); }
.fact-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--turquoise-deep); background: var(--turquoise-soft); border-radius: 12px; font-size: 1.15rem; flex: 0 0 auto; }
.fact small, .fact strong { display: block; }
.fact small { color: var(--muted); font-size: .76rem; }
.fact strong { font-size: .9rem; line-height: 1.35; }
.hero-logo-wrap { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero-logo-card { position: relative; z-index: 3; width: min(100%, 560px); padding: 30px 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(31,181,189,.2); border-radius: 38px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.hero-logo-card img { width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(31,181,189,.2); animation: breathe 6s ease-in-out infinite; }
.orbit-one { width: 92%; aspect-ratio: 1; background: rgba(229,248,248,.45); }
.orbit-two { width: 68%; aspect-ratio: 1; border-style: dashed; animation-delay: -2s; }

.section { padding: 108px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.section-head > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.specialists { background: #fff; }
.specialist-card { max-width: 900px; display: flex; align-items: center; gap: 26px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #fff, #f7fcfc); box-shadow: 0 20px 48px rgba(15,75,80,.08); }
.tooth-badge { width: 98px; min-width: 98px; aspect-ratio: 1; display: grid; place-items: center; background: var(--turquoise-soft); border-radius: 28px; }
.tooth-badge svg { width: 54px; fill: #fff; stroke: var(--turquoise-deep); stroke-width: 2.1; stroke-linejoin: round; }
.specialist-card span { display: block; margin-bottom: 8px; color: var(--turquoise-deep); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.specialist-card h3 { font-size: clamp(1.65rem, 3vw, 2.55rem); }

.services { background: var(--soft); }
.services-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 80px; }
.services-copy { margin-bottom: 0; }
.dental-art { width: min(380px, 86vw); aspect-ratio: 1; margin: 0 auto; position: relative; display: grid; place-items: center; }
.dental-ring { position: absolute; border-radius: 50%; }
.ring-a { inset: 0; border: 1px dashed rgba(31,181,189,.38); }
.ring-b { inset: 40px; border: 1px solid rgba(31,181,189,.2); }
.dental-tooth { position: relative; z-index: 2; width: 150px; aspect-ratio: 1; display: grid; place-items: center; background: #fff; border: 1px solid rgba(31,181,189,.2); border-radius: 44px; box-shadow: var(--shadow); }
.dental-tooth svg { width: 90px; fill: #f7ffff; stroke: var(--turquoise-deep); stroke-width: 2.4; stroke-linejoin: round; }

.schedule { background: #fff; }
.schedule-card { display: grid; grid-template-columns: 1fr 220px; align-items: center; gap: 36px; padding: 58px 62px; color: #fff; border-radius: 34px; background: linear-gradient(135deg, #0a8f98, #1fb5bd 62%, #35c2ca); box-shadow: 0 28px 70px rgba(14,132,141,.24); overflow: hidden; position: relative; }
.schedule-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; bottom: -190px; border: 45px solid rgba(255,255,255,.08); border-radius: 50%; }
.kicker-white { color: #fff; opacity: .9; }
.kicker-white::before { background: #fff; }
.schedule-card h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.schedule-time { margin: 14px 0 0; font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; }
.schedule-time span { font-size: .62em; opacity: .8; }
.clock { width: 160px; aspect-ratio: 1; margin-left: auto; border: 5px solid rgba(255,255,255,.82); border-radius: 50%; position: relative; z-index: 2; }
.clock::before, .clock::after { content: ""; position: absolute; background: rgba(255,255,255,.7); }
.clock::before { width: 3px; height: 12px; left: 50%; top: 10px; transform: translateX(-50%); }
.clock::after { width: 12px; height: 3px; right: 10px; top: 50%; transform: translateY(-50%); }
.clock-dot { width: 12px; height: 12px; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 4; }
.clock-hour, .clock-minute { position: absolute; left: 50%; top: 50%; transform-origin: 0 50%; background: #fff; border-radius: 9px; }
.clock-hour { width: 44px; height: 5px; transform: translateY(-50%) rotate(205deg); }
.clock-minute { width: 58px; height: 3px; transform: translateY(-50%) rotate(300deg); }

.location { background: var(--soft); }
.location-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 76px; }
.location-copy address { max-width: 620px; margin: 22px 0 30px; color: var(--muted); font-style: normal; font-size: clamp(1.08rem, 1.8vw, 1.25rem); }
.location-card { min-height: 370px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #eaf7f7; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(24,128,135,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(24,128,135,.10) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(10deg) scale(1.25); }
.map-route { position: absolute; height: 8px; border-radius: 99px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(22,133,140,.05); }
.route-one { width: 125%; left: -12%; top: 46%; transform: rotate(-17deg); }
.route-two { width: 92%; left: 12%; top: 54%; transform: rotate(35deg); }
.pin { width: 58px; height: 58px; border-radius: 50% 50% 50% 0; position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%) rotate(-45deg); background: var(--turquoise-deep); box-shadow: 0 16px 30px rgba(10,143,152,.25); }
.pin span { width: 18px; height: 18px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; }
.location-card p { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); margin: 0; padding: 8px 14px; white-space: nowrap; font-weight: 800; color: #18464a; background: rgba(255,255,255,.9); border: 1px solid rgba(31,181,189,.18); border-radius: 12px; }

.site-footer { padding: 36px 0; background: #0f1719; color: #dce7e9; }
.footer-grid { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 34px; }
.footer-grid > img { width: 220px; max-height: 92px; object-fit: contain; padding: 8px; background: #fff; border-radius: 16px; }
.footer-grid p { margin: 4px 0; font-size: .92rem; }
.to-top { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; font-size: 1.35rem; }

@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 72px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(18,70,74,.13);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 13px; }
  .hero { padding-top: 126px; min-height: auto; }
  .hero-grid, .services-grid, .location-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-logo-wrap { min-height: 460px; }
  .hero-logo-card { max-width: 560px; }
  .services-copy { margin-bottom: 0; }
  .schedule-card { grid-template-columns: 1fr 160px; padding: 48px; }
  .clock { width: 140px; }
  .location-grid { gap: 44px; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 150px; height: 54px; }
  .brand img { width: 150px; }
  .hero { padding: 112px 0 70px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.6rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-logo-wrap { min-height: 360px; }
  .hero-logo-card { padding: 20px 14px; border-radius: 28px; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 30px; }
  .specialist-card { align-items: flex-start; padding: 24px; gap: 18px; }
  .tooth-badge { width: 72px; min-width: 72px; border-radius: 22px; }
  .tooth-badge svg { width: 42px; }
  .dental-art { width: min(330px, 86vw); }
  .schedule-card { grid-template-columns: 1fr; padding: 34px 26px; }
  .clock { width: 124px; margin: 10px 0 0; }
  .location-card { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr auto; gap: 22px; }
  .footer-grid > img { grid-column: 1 / -1; width: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
