:root {
  color-scheme: light;
  --turuncu: #ff6b35;
  --turuncu-koyu: #e55a2b;
  --koyu-zemin: #121416;
  --antrasit: #1a1d20;
  --antrasit-koyu: #0f1112;
  --beyaz: #ffffff;
  --bg: #ffffff;
  --bg-soft: #f6f7f8;
  --card: #ffffff;
  --text: #17191c;
  --text-strong: #0f1112;
  --muted: #636b76;
  --line: #e4e7eb;
  --line-strong: #d2d7de;
  --shadow: 0 20px 58px rgba(15, 17, 18, 0.12);
  --radius: 8px;
  --container: 1180px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #121416;
  --bg-soft: #0f1112;
  --card: #1a1d20;
  --text: #e8eaed;
  --text-strong: #ffffff;
  --muted: #a6adb7;
  --line: #2b3036;
  --line-strong: #394049;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--beyaz);
  background: var(--turuncu);
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  color: #aeb5be;
  background: var(--antrasit-koyu);
  border-bottom: 1px solid #252a30;
  font-size: 0.8rem;
  font-weight: 600;
}

.topbar__inner,
.topbar__group,
.topbar span,
.topbar a {
  display: flex;
  align-items: center;
}

.topbar__inner {
  justify-content: space-between;
  min-height: 42px;
  gap: 18px;
}

.topbar__group {
  gap: 24px;
}

.topbar svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  color: var(--turuncu);
}

.topbar__phone {
  color: var(--turuncu);
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid #252a30;
  background: rgba(26, 29, 32, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand__mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--beyaz);
  background: var(--turuncu);
  box-shadow: 0 12px 28px rgba(255, 107, 53, 0.28);
}

.brand__mark svg {
  width: 23px;
  height: 23px;
}

.brand__text {
  color: var(--beyaz);
  font-size: 1.45rem;
  letter-spacing: 0;
}

.brand__text span {
  color: var(--turuncu);
}

.nav__links,
.nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__links a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #d4d8de;
  font-size: 0.94rem;
  font-weight: 700;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav__links a:hover,
.nav__links a.is-active {
  color: var(--turuncu);
  background: rgba(255, 107, 53, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 8px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
}

.whatsapp-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  color: var(--beyaz);
  background: var(--turuncu);
  box-shadow: 0 14px 34px rgba(255, 107, 53, 0.26);
}

.btn--primary:hover {
  background: var(--turuncu-koyu);
}

.btn--ghost {
  color: var(--beyaz);
  border-color: #3a414a;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.btn--ghost:hover {
  color: var(--turuncu);
  border-color: var(--turuncu);
}

.btn--whatsapp {
  color: #ffffff;
  border-color: rgba(37, 211, 102, 0.36);
  background: rgba(37, 211, 102, 0.12);
  box-shadow: none;
}

.btn--whatsapp:hover {
  color: #ffffff;
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.2);
}

.btn--light {
  color: var(--text-strong);
  border-color: var(--line);
  background: var(--card);
}

.btn--large {
  min-height: 54px;
  padding-inline: 22px;
}

.theme-toggle,
.menu-toggle,
.mobile-action-btn {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #3a414a;
  border-radius: var(--radius);
  color: var(--beyaz);
  background: rgba(255, 255, 255, 0.04);
}

.theme-toggle:hover,
.menu-toggle:hover,
.mobile-action-btn:hover {
  color: var(--turuncu);
  border-color: var(--turuncu);
}

.theme-toggle svg,
.menu-toggle svg,
.mobile-action-btn svg {
  width: 20px;
  height: 20px;
}

.mobile-header-actions {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.mobile-action-btn--whatsapp {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.38);
  background: rgba(37, 211, 102, 0.1);
}

.mobile-action-btn--whatsapp:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.2);
}

.theme-toggle--mobile {
  display: none;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 54px;
  background: linear-gradient(135deg, var(--bg-soft), var(--bg));
}

.hero::after {
  display: none;
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 107, 53, 0.16);
  border-radius: 999px;
  content: "";
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 44px;
}

.eyebrow,
.section-kicker,
.section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--turuncu);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(255, 107, 53, 0.28);
  border-radius: 999px;
  background: color-mix(in srgb, var(--card) 82%, transparent);
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--turuncu);
  box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.16);
}

.hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: var(--text-strong);
  font-size: clamp(2.45rem, 3.15vw, 3.58rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 0;
}

.hero__stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--card) 88%, transparent);
}

.hero__stats dt {
  color: var(--text-strong);
  font-size: 1.24rem;
  font-weight: 800;
}

.hero__stats dd {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 460px;
}

.hero-dog-portrait {
  width: min(100%, 500px);
  max-height: 500px;
  display: grid;
  place-items: center;
}

.hero-dog-portrait img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.22));
}

.quick-info {
  padding: 30px 0;
  background: var(--bg);
}

.quick-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quick-info article,
.service-card,
.doctor-card,
.case-card,
.article-card,
.appointment-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.quick-info article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  padding: 22px;
}

.quick-info svg,
.service-card svg,
.doctor-card__details svg,
.case-card__icon svg,
.check-list svg {
  color: var(--turuncu);
}

.quick-info svg {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 107, 53, 0.12);
}

.quick-info h2 {
  margin: 0 0 4px;
  color: var(--text-strong);
  font-size: 1.03rem;
}

.quick-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.section,
.guide-section {
  padding: 86px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 0 36px;
}

.section-heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2,
.clinic-copy h2,
.doctor-card h2,
.appointment-copy h2,
.blog-hero h1 {
  margin: 8px 0 12px;
  color: var(--text-strong);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.clinic-copy p,
.doctor-card p,
.appointment-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  padding: 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.45);
  box-shadow: var(--shadow);
}

.service-card svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: var(--radius);
  background: rgba(255, 107, 53, 0.12);
}

.service-card h3 {
  margin: 18px 0 8px;
  color: var(--text-strong);
  font-size: 1.17rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.clinic-section {
  padding: 86px 0;
  background: var(--bg-soft);
}

.clinic-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 54px;
}

.clinic-image img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.check-list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.doctor-section {
  background: var(--bg);
}

.doctor-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.doctor-card__details {
  display: grid;
  gap: 12px;
}

.doctor-card__details div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-radius: var(--radius);
  color: var(--text);
  font-weight: 800;
  background: var(--bg-soft);
}

.doctor-card__details svg {
  width: 24px;
  height: 24px;
}

.case-section {
  padding: 86px 0;
  background: var(--bg);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  padding: 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.45);
  box-shadow: var(--shadow);
}

.case-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: rgba(255, 107, 53, 0.12);
}

.case-card__icon svg {
  width: 25px;
  height: 25px;
}

.case-card > span {
  color: var(--turuncu);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 8px 0 10px;
  color: var(--text-strong);
  font-size: 1.2rem;
  line-height: 1.25;
}

.case-card p {
  margin: 0;
  color: var(--muted);
}

.case-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.case-card dl div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
}

.case-card dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card dd {
  margin: 3px 0 0;
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.clinic-gallery-section {
  padding: 86px 0;
  background: var(--bg-soft);
}

.clinic-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(15, 17, 18, 0.02), rgba(15, 17, 18, 0.36)),
    var(--gallery-image),
    var(--card);
  background-position: center;
  background-size: cover;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.45);
  box-shadow: var(--shadow);
}

.gallery-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--beyaz);
  background: rgba(15, 17, 18, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
}

.guide-section {
  background: var(--bg-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--turuncu);
  font-weight: 800;
  white-space: nowrap;
}

.text-link svg {
  width: 18px;
  height: 18px;
}

.article-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow: var(--shadow);
}

.article-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.article-card__image {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.article-card:hover .article-card__image img {
  transform: scale(1.04);
}

.article-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 10px;
  border-radius: 6px;
  color: var(--beyaz);
  background: var(--turuncu);
  font-size: 0.74rem;
  font-weight: 800;
}

.article-card__body {
  padding: 22px;
}

.article-card > div:not(.article-card__image) > span,
.article-card__body > span {
  color: var(--turuncu);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 8px 0 9px;
  color: var(--text-strong);
  font-size: 1.22rem;
  line-height: 1.3;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.blog-listing .article-meta .author {
  display: none;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--turuncu);
  background: var(--bg-soft);
  font-size: 0.76rem;
  font-weight: 800;
}

.author strong,
.author span {
  display: block;
}

.author strong {
  color: var(--text-strong);
  font-size: 0.78rem;
}

.author span {
  color: var(--muted);
  font-size: 0.72rem;
}

.article-meta a {
  color: var(--muted);
}

.article-card:hover .article-meta a {
  color: var(--turuncu);
}

.article-meta--compact {
  min-height: 38px;
}

.card-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.card-date svg {
  width: 16px;
  height: 16px;
  color: var(--turuncu);
}

.appointment {
  padding: 88px 0;
  color: var(--beyaz);
  background: var(--antrasit);
}

.appointment-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: start;
  gap: 48px;
}

.appointment .section-kicker,
.appointment-copy h2,
.appointment-copy p {
  color: var(--beyaz);
}

.appointment-copy p {
  color: #c8ced6;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.contact-strip svg {
  width: 18px;
  height: 18px;
  color: var(--turuncu);
}

.appointment-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: var(--text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.appointment-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.blog-search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--text);
  background: var(--bg);
  outline: none;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus,
.blog-search input:focus {
  border-color: var(--turuncu);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.14);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--turuncu);
  font-size: 0.92rem;
  font-weight: 800;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 62px;
  border-bottom: 1px solid #252a30;
  color: var(--beyaz);
  text-align: center;
  background: var(--antrasit-koyu);
}

.blog-hero h1 {
  color: var(--beyaz);
  font-size: clamp(2.4rem, 4.7vw, 4.5rem);
}

.blog-hero h1 span {
  color: var(--turuncu);
}

.blog-hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #aeb5be;
  font-size: 1.08rem;
}

.blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid #2b3036;
  border-radius: 999px;
  color: #d4d8de;
  background: var(--antrasit);
  font-size: 0.88rem;
  font-weight: 700;
}

.blog-pill svg {
  width: 17px;
  height: 17px;
  color: var(--turuncu);
}

.blog-search {
  position: relative;
  max-width: 620px;
  margin-inline: auto;
}

.blog-search svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #7b838e;
  transform: translateY(-50%);
}

.blog-search input {
  height: 56px;
  padding-left: 48px;
  padding-right: 116px;
  border-color: #3a414a;
  color: var(--beyaz);
  background: var(--antrasit);
}

.blog-search button {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 22px;
  color: var(--beyaz);
  background: var(--turuncu);
  font-weight: 800;
}

.blog-search button:hover {
  background: var(--turuncu-koyu);
}

.category-bar {
  position: sticky;
  top: 77px;
  z-index: 45;
  padding: 22px 0 8px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  backdrop-filter: blur(14px);
}

.category-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 14px;
  scrollbar-width: none;
}

.category-list::-webkit-scrollbar {
  display: none;
}

.category-btn {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--muted);
  background: var(--card);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.category-btn:hover,
.category-btn.is-active {
  color: var(--beyaz);
  border-color: var(--turuncu);
  background: var(--turuncu);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.22);
}

.blog-listing {
  padding: 62px 0 78px;
  background: var(--bg);
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.blog-cta {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  border-block: 1px solid #252a30;
  color: var(--beyaz);
  text-align: center;
  background: var(--antrasit);
}

.blog-cta::after {
  display: none;
  content: none;
}

.blog-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--beyaz);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.blog-cta p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 28px;
  color: #aeb5be;
}

.blog-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.breadcrumb {
  padding: 14px 0;
  border-bottom: 1px solid #252a30;
  color: #8f98a4;
  background: var(--antrasit-koyu);
  font-size: 0.9rem;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.breadcrumb a:hover {
  color: var(--turuncu);
}

.breadcrumb svg {
  width: 16px;
  height: 16px;
}

.article-page {
  padding: 72px 0;
  background: var(--bg);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 52px;
  align-items: start;
}

.article-header {
  margin-bottom: 34px;
}

.article-category {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 6px;
  color: var(--beyaz);
  background: var(--turuncu);
  font-size: 0.78rem;
  font-weight: 800;
}

.article-header h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: var(--text-strong);
  font-size: clamp(2.25rem, 4.6vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.article-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.article-byline > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-byline svg {
  width: 17px;
  height: 17px;
}

.article-hero-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 38px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
}

.article-hero-image img {
  width: 100%;
  height: min(48vw, 460px);
  min-height: 300px;
  object-fit: cover;
}

.article-hero-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #cbd1d8;
  background: rgba(15, 17, 18, 0.72);
  font-size: 0.76rem;
}

.prose-custom {
  max-width: 820px;
}

.prose-custom p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.prose-custom h2 {
  margin: 2.7rem 0 1rem;
  color: var(--text-strong);
  font-size: 1.65rem;
  line-height: 1.25;
}

.prose-custom h3 {
  margin: 2rem 0 0.75rem;
  color: var(--text-strong);
  font-size: 1.2rem;
}

.prose-custom ul {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0 0 1.6rem;
  color: var(--muted);
  list-style: none;
}

.prose-custom li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.75;
}

.prose-custom li::before {
  position: absolute;
  left: 0;
  color: var(--turuncu);
  font-weight: 800;
  content: "•";
}

.prose-custom strong {
  color: var(--text-strong);
}

.article-alert {
  margin: 34px 0;
  padding: 22px;
  border-left: 4px solid var(--turuncu);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255, 107, 53, 0.1);
}

.article-alert h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: var(--turuncu);
}

.article-alert h3 svg {
  width: 22px;
  height: 22px;
}

.article-alert p {
  margin: 0;
}

.article-footer-tools {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 820px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-tags,
.article-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span,
.article-share span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-tags a {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--card);
  font-size: 0.78rem;
  font-weight: 700;
}

.article-tags a:hover {
  color: var(--turuncu);
  border-color: var(--turuncu);
}

.article-share button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--card);
}

.article-share button:hover {
  color: var(--turuncu);
  border-color: var(--turuncu);
}

.article-share svg {
  width: 16px;
  height: 16px;
}

.article-sidebar {
  min-width: 0;
}

.sidebar-stack {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 22px;
}

.sidebar-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.sidebar-card h2 {
  margin: 0 0 10px;
  color: var(--text-strong);
  font-size: 1.15rem;
}

.sidebar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.author-card {
  text-align: center;
}

.author-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 2px solid var(--turuncu);
  border-radius: 999px;
}

.author-card .role {
  margin-bottom: 12px;
  color: var(--turuncu);
  font-weight: 800;
}

.emergency-card {
  overflow: hidden;
  border-color: rgba(255, 107, 53, 0.32);
  color: var(--beyaz);
  background: var(--antrasit);
}

.emergency-card > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.emergency-card h2,
.emergency-card p {
  color: var(--beyaz);
}

.emergency-card p {
  color: #c8ced6;
  margin-bottom: 18px;
}

.emergency-card > div svg {
  width: 24px;
  height: 24px;
  color: var(--turuncu);
}

.emergency-card .btn {
  width: 100%;
  margin-top: 10px;
}

.related-card {
  display: grid;
  gap: 14px;
}

.related-card h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.related-card a {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 12px;
  align-items: center;
}

.related-card img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: var(--radius);
}

.related-card span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.related-card a:hover span {
  color: var(--turuncu);
}

.footer {
  color: #cbd1d8;
  background: var(--antrasit-koyu);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1fr;
  gap: 34px;
  padding: 64px 0 36px;
}

.footer__brand {
  margin-bottom: 16px;
}

.footer p {
  margin: 0 0 16px;
  color: #aeb5be;
}

.footer h2 {
  margin: 0 0 16px;
  color: var(--beyaz);
  font-size: 1rem;
}

.footer a {
  display: flex;
  width: fit-content;
  margin-bottom: 10px;
  color: #cbd1d8;
}

.footer a:hover {
  color: var(--turuncu);
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin: 0;
  border: 1px solid #2b3036;
  border-radius: var(--radius);
  background: var(--antrasit);
}

.socials svg {
  width: 18px;
  height: 18px;
}

.map-card {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border: 1px solid #2b3036;
  border-radius: var(--radius);
}

.map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.55);
}

.map-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--beyaz);
  font-weight: 800;
}

.map-card svg {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  color: var(--turuncu);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid #252a30;
  color: #8f98a4;
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  margin: 0;
  color: #8f98a4;
}

@media (max-width: 1050px) {
  .nav__links,
  .nav__actions {
    display: none;
  }

  .mobile-header-actions {
    display: flex;
  }

  .menu-toggle {
    display: grid;
  }

  .theme-toggle--mobile {
    display: inline-grid;
  }

  .mobile-menu {
    position: absolute;
    inset-inline: 20px;
    top: calc(100% + 8px);
    display: none;
    padding: 14px;
    border: 1px solid #30363d;
    border-radius: var(--radius);
    background: var(--antrasit);
    box-shadow: var(--shadow);
  }

  .mobile-menu.is-open {
    display: grid;
    gap: 8px;
  }

  .mobile-menu a,
  .mobile-menu button {
    padding: 12px;
    border-radius: var(--radius);
    color: #d4d8de;
    font-weight: 800;
  }

  .mobile-menu a:hover {
    color: var(--turuncu);
    background: rgba(255, 107, 53, 0.08);
  }

  .mobile-menu .btn {
    color: var(--beyaz);
  }

  .hero__grid,
  .clinic-grid,
  .appointment-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero__media {
    min-height: 440px;
    justify-content: center;
  }

  .services-grid,
  .case-grid,
  .article-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clinic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appointment-grid {
    gap: 30px;
  }

  .sidebar-stack {
    position: static;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .topbar {
    display: none;
  }

  .nav {
    min-height: 68px;
  }

  .theme-toggle {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 8.4vw, 2.75rem);
  }

  .hero__actions,
  .contact-strip,
  .blog-cta__actions {
    display: grid;
  }

  .hero__stats,
  .quick-info__grid,
  .services-grid,
  .case-grid,
  .article-grid,
  .blog-grid,
  .doctor-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .clinic-gallery {
    grid-template-columns: 1fr;
  }

  .hero__media {
    min-height: auto;
  }

  .hero-dog-portrait {
    max-height: 420px;
  }

  .hero-dog-portrait img {
    max-height: 420px;
  }

  .quick-info {
    padding-top: 18px;
  }

  .section,
  .guide-section,
  .clinic-section,
  .case-section,
  .clinic-gallery-section,
  .appointment,
  .blog-listing,
  .article-page {
    padding: 62px 0;
  }

  .section-heading--split {
    align-items: start;
    flex-direction: column;
  }

  .clinic-image img {
    min-height: 340px;
  }

  .doctor-card,
  .appointment-form {
    padding: 22px;
  }

  .appointment-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding: 56px 0 48px;
  }

  .article-byline,
  .article-footer-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-search input {
    padding-right: 92px;
  }

  .blog-search button {
    padding: 0 16px;
  }

  .category-bar {
    top: 69px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 460px) {
  .brand__text {
    font-size: 1.25rem;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .hero__stats div,
  .quick-info article,
  .service-card,
  .article-card__body,
  .article-card > div {
    padding: 18px;
  }

  .hero-dog-portrait,
  .hero-dog-portrait img {
    max-height: 330px;
  }
}
