:root {
  --color-primary: #5da9b5;
  --color-secondary: #dcedef;
  --color-background: #eef7f8;
  --color-surface: #ffffff;
  --color-text: #1f3840;
  --color-text-muted: #4f6d73;
  --color-accent: #bfe2da;
  --color-deep: #1f6470;
  --color-warm: #2f8a72;
  --color-border: rgba(30, 93, 106, 0.16);
  --color-shadow: rgba(26, 79, 90, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 2rem));
  --transition: 220ms ease;
  --header-offset: 94px;
  --box-shadow-soft: 0 14px 26px rgba(16, 36, 43, 0.14), 0 2px 6px rgba(10, 24, 30, 0.08);
  --box-shadow-raise: 0 24px 44px rgba(14, 33, 39, 0.2), 0 10px 20px rgba(12, 28, 34, 0.12);
  --box-border-3d: rgba(195, 222, 229, 0.48);
}

.anta-regular {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: auto;
}

body {
  margin: 0;
  font-family: "Lexend", sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at 10% 0%, rgba(186, 224, 229, 0.6), transparent 36%),
    radial-gradient(circle at 95% 12%, rgba(179, 225, 207, 0.25), transparent 34%),
    linear-gradient(180deg, #fcfeff 0%, var(--color-background) 56%, #e9f4f6 100%);
  line-height: 1.65;
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(4px);
}

body::before {
  top: -120px;
  right: -110px;
  background: radial-gradient(circle, rgba(188, 219, 232, 0.45), transparent 68%);
}

body::after {
  bottom: -130px;
  left: -90px;
  background: radial-gradient(circle, rgba(152, 210, 183, 0.26), transparent 70%);
}

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

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

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

.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;
}

.page-shell {
  min-height: 100%;
  overflow: visible;
}

section[id] {
  scroll-margin-top: var(--header-offset);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 44px 0;
}

.section-sm {
  padding: 30px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(169, 185, 164, 0.14);
  color: var(--color-text);
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
}

.section-title,
.hero-title,
.card-title,
.page-title,
.article-title,
.cta-title {
  font-family: "Lexend", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.section-title,
.page-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}

.hero-title {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 760;
}

.section-intro,
.hero-text,
.page-intro,
.muted {
  color: var(--color-text-muted);
}

/* Paragraf metinlerinde daha dengeli ve okunaklı blok akışı */
.section-intro,
.hero-text,
.page-intro,
.card p,
.blog-card p,
.article-body p,
.article-body li,
.contact-card p,
.faq-content,
.footer-note {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.78;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* Ana sayfa kart metinleri her ekranda sola sabit */
#ana-sayfa .card p,
#ana-sayfa .blog-card p,
#hizmetler .card p,
#hizmetler .blog-card p,
#hizmetler .section-intro,
#blog .blog-card p {
  text-align: left;
  text-justify: auto;
  hyphens: none;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.95rem 1.35rem;
  min-height: 50px;
  font-weight: 600;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px var(--color-shadow);
}

.btn-primary {
  background: linear-gradient(135deg, #1f6d79, #2e8a74);
  color: #fff;
  border-color: rgba(27, 95, 107, 0.4);
}

.btn-secondary {
  background: linear-gradient(135deg, rgba(205, 233, 239, 0.86), rgba(204, 236, 224, 0.78));
  color: var(--color-text);
  border-color: var(--color-border);
}

.btn-whatsapp {
  background: #e8f7f3;
  border-color: rgba(47, 138, 114, 0.24);
  color: #216954;
}

.topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 120;
  inset: auto !important;
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(13, 56, 68, 0.78), rgba(12, 47, 58, 0.74)),
    rgba(11, 43, 53, 0.7);
  border-bottom: 1px solid rgba(173, 220, 229, 0.24);
  transition: box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

[data-header],
[data-header] .topbar {
  top: 0 !important;
  inset: auto !important;
  transform: none !important;
}

header {
  top: 0 !important;
  inset: auto !important;
  transform: none !important;
}

[data-header] {
  min-height: 0;
  position: relative;
  z-index: 120;
}

.topbar.is-scrolled {
  background:
    linear-gradient(180deg, rgba(15, 67, 82, 0.96), rgba(13, 55, 68, 0.94)),
    rgba(12, 48, 60, 0.92);
  box-shadow: 0 16px 38px rgba(5, 19, 24, 0.36);
  border-bottom-color: rgba(198, 233, 239, 0.28);
}

.scroll-progress {
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #2a7f8d, #40a085);
}

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

.brand {
  font-family: "Lexend", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.brand-text {
  display: inline-block;
}

.nav-links,
.footer-links,
.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.nav-links a,
.footer-links a {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.015em;
  transition: color var(--transition);
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.has-submenu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.nav-parent-link {
  display: inline-flex;
  align-items: center;
}

.nav-parent-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.nav-parent-button:focus-visible {
  outline: 2px solid rgba(60, 169, 191, 0.7);
  outline-offset: 3px;
}

.nav-mobile-legal {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(185, 223, 230, 0.28);
  flex-direction: column;
  gap: 0.4rem;
}

.nav-mobile-legal a {
  font-size: 0.9rem;
  font-weight: 600;
}

.submenu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0.15rem;
  cursor: pointer;
}

.submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 210px;
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(180, 223, 231, 0.22);
  background: linear-gradient(180deg, rgba(15, 61, 74, 0.96), rgba(14, 52, 64, 0.96));
  box-shadow: 0 18px 38px rgba(4, 16, 20, 0.32);
  z-index: 130;
}

.submenu a {
  color: #f3fdf9;
  font-size: 0.92rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
}

.submenu a:hover,
.submenu a:focus-visible {
  background: rgba(191, 234, 240, 0.24);
  color: #ffffff;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu,
.has-submenu.open .submenu {
  display: flex;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.nav-links a.active,
.footer-links a:hover {
  color: #ffffff;
}

.nav-links a[aria-current="page"],
.nav-links a.active {
  text-decoration: underline;
  text-decoration-color: rgba(39, 121, 136, 0.85);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-item.active .nav-parent-button,
.nav-item.is-active .nav-parent-button {
  text-decoration: underline;
  text-decoration-color: rgba(39, 121, 136, 0.85);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.topbar .brand {
  color: #f5fffc;
}

.topbar .btn-primary {
  box-shadow: 0 12px 24px rgba(1, 8, 9, 0.25);
}

.topbar.is-scrolled .brand {
  color: #f5fffc;
}

.topbar.is-scrolled .nav-links a {
  color: #ffffff;
}

.topbar.is-scrolled .nav-links a:hover,
.topbar.is-scrolled .nav-links a[aria-current="page"] {
  color: #ffffff;
}

.nav-links a:focus-visible,
.menu-toggle:focus-visible,
.topbar .btn:focus-visible {
  outline: 2px solid rgba(60, 169, 191, 0.7);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.4rem;
}

.hero-grid,
.split-grid,
.contact-grid,
.article-grid,
.process-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: center;
}

.detail-grid,
.article-grid {
  align-items: stretch;
}

.hero-card,
.image-card,
.card,
.quote-card,
.contact-card,
.faq-item,
.meta-card,
.value-card,
.step-card,
.blog-card,
.surface-panel {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: 0 14px 34px var(--color-shadow);
}

.card,
.blog-card,
.value-card,
.quote-card,
.step-card {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, filter 260ms ease;
  position: relative;
  transform-style: preserve-3d;
}

.card:hover,
.blog-card:hover,
.value-card:hover,
.quote-card:hover,
.step-card:hover {
  transform: translateY(-7px) rotateX(2deg) rotateY(-1.4deg);
  box-shadow: var(--box-shadow-raise);
  border-color: rgba(102, 154, 166, 0.34);
  filter: saturate(1.03);
}

.surface-panel:hover,
.image-card:hover,
.contact-card:hover,
.faq-item:hover {
  transform: translateY(-7px) rotateX(1.8deg) rotateY(-1.2deg);
  box-shadow: var(--box-shadow-raise);
  border-color: rgba(102, 154, 166, 0.34);
  filter: saturate(1.02);
}

.hero-card,
.image-card,
.surface-panel {
  padding: 1.5rem;
}

.hero-card,
.image-card,
.card,
.quote-card,
.contact-card,
.faq-item,
.meta-card,
.value-card,
.step-card,
.blog-card,
.surface-panel,
.feature-content,
.feature-image,
.cta-banner,
.page-hero-inner {
  border-color: var(--box-border-3d);
  box-shadow: var(--box-shadow-soft);
  backdrop-filter: blur(2px);
}

.hero-card::after,
.image-card::after,
.card::after,
.quote-card::after,
.contact-card::after,
.faq-item::after,
.meta-card::after,
.value-card::after,
.step-card::after,
.blog-card::after,
.surface-panel::after,
.feature-content::after,
.feature-image::after,
.cta-banner::after,
.page-hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 36%),
    linear-gradient(320deg, rgba(103, 166, 180, 0.08), rgba(103, 166, 180, 0) 45%);
}

.feature-content,
.feature-image,
.cta-banner,
.page-hero-inner {
  position: relative;
}

.feature-content:hover,
.feature-image:hover,
.cta-banner:hover,
.page-hero-inner:hover {
  transform: translateY(-6px) rotateX(1.4deg) rotateY(-1deg);
  box-shadow: var(--box-shadow-raise);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hero-section {
  position: relative;
  padding-top: 76px;
  padding-bottom: 52px;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(136, 202, 222, 0.36), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(135, 200, 176, 0.3), transparent 26%),
    linear-gradient(170deg, #103845 0%, #155263 48%, #124f43 100%);
  z-index: -2;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 24, 21, 0.22), rgba(14, 24, 21, 0));
  z-index: -1;
}

.hero-section .hero-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}

.hero-section .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: #e8f2eb;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-section .hero-title {
  color: #ffffff;
}

.hero-section .hero-text {
  color: rgba(239, 244, 241, 0.9);
}

.hero-section .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f5f8f6;
  border-color: rgba(255, 255, 255, 0.24);
}

.hero-section .trust-pill {
  background: rgba(255, 255, 255, 0.1);
  color: #f0f5f2;
  border-color: rgba(255, 255, 255, 0.16);
}

.hero-tagline {
  display: inline-block;
  color: #d4e8d8;
  margin-top: 0.25rem;
  font-weight: 500;
}

.hero-visual {
  min-height: 560px;
  background:
    radial-gradient(circle at 24% 22%, rgba(173, 221, 231, 0.42), transparent 38%),
    radial-gradient(circle at 72% 68%, rgba(156, 210, 192, 0.3), transparent 46%),
    linear-gradient(160deg, rgba(14, 58, 69, 0.82), rgba(17, 70, 83, 0.72), rgba(15, 62, 52, 0.74));
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 55px rgba(4, 10, 8, 0.45);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(47, 58, 54, 0.16));
  z-index: 2;
}

.hero-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.hero-visual-note {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.86);
  border: 1px solid rgba(58, 47, 39, 0.14);
  font-size: 0.9rem;
  color: var(--color-text);
}

.hero-visual-note strong {
  color: var(--color-deep);
}

.hero-kpi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.hero-kpi div {
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f7f5;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.92rem;
}

.about-kpi {
  margin-top: 1rem;
}

.about-kpi div {
  background: rgba(32, 106, 118, 0.08);
  border: 1px solid rgba(38, 98, 109, 0.2);
  color: #1f5058;
}

.premium-strip {
  margin-top: -30px;
  position: relative;
  z-index: 5;
}

.premium-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.premium-strip-card {
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(30, 48, 41, 0.12);
  box-shadow: 0 16px 36px rgba(20, 31, 27, 0.12);
}

.premium-strip-card strong {
  display: block;
  font-size: 1rem;
  color: #1d3f34;
}

.premium-strip-card span {
  display: block;
  margin-top: 0.25rem;
  color: var(--color-text-muted);
  font-size: 0.93rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.trust-pill,
.filter-chip {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(245, 252, 255, 0.9);
  border: 1px solid rgba(24, 92, 104, 0.12);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.cards-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.quote-card,
.value-card,
.step-card,
.blog-card,
.contact-card {
  padding: 1.25rem;
}

.card,
.blog-card,
.step-card,
.value-card,
.quote-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.surface-panel,
.image-card,
.contact-card,
.faq-item {
  position: relative;
  transform-style: preserve-3d;
}

.card::before,
.blog-card::before,
.quote-card::before,
.value-card::before,
.step-card::before,
.surface-panel::before,
.image-card::before,
.contact-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  height: 42%;
  border-radius: 18px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
  opacity: 0.8;
}

.card-clickable {
  cursor: pointer;
}

.card-clickable:focus-visible {
  outline: 2px solid rgba(39, 126, 140, 0.42);
  outline-offset: 2px;
}

.media-tile {
  width: 100%;
  height: 152px;
  border-radius: 18px;
  margin-bottom: 1rem;
  border: 1px solid rgba(55, 45, 36, 0.12);
  box-shadow: inset 0 -80px 110px rgba(37, 46, 41, 0.2);
  background-size: cover;
  background-position: center;
}

.treatment-card {
  position: relative;
}

.treatment-card .card-title {
  font-size: 1.32rem;
  margin-bottom: 0.75rem;
}

.treatment-card--home {
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(24, 86, 98, 0.16);
  box-shadow: 0 24px 42px rgba(18, 58, 66, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 252, 0.95));
}

.treatment-card--home .media-tile,
.treatment-card--home .treatment-cover {
  height: 220px;
  margin-bottom: 1rem;
  position: relative;
  border-color: rgba(255, 255, 255, 0.35);
}

.service-badge {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(33, 72, 79, 0.18);
  color: #19454d;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.service-points {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.service-points li {
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
  font-size: 0.84rem;
  color: #235861;
  background: rgba(188, 227, 234, 0.36);
  border: 1px solid rgba(34, 95, 106, 0.12);
}

.treatment-meta {
  margin-bottom: 0.55rem;
}

.treatment-card--home .card-title {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}

.treatment-card--home p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.service-points--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.05rem;
}

.service-points--inline li {
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(191, 226, 218, 0.42);
}

.blog-cover,
.article-cover-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(55, 45, 36, 0.12);
  margin-bottom: 1rem;
}

.article-cover-image {
  height: 360px;
  border-radius: 20px;
}

.service-acu {
  background-image: linear-gradient(135deg, rgba(28, 109, 123, 0.72), rgba(29, 95, 78, 0.66));
}

.service-fito {
  background-image: linear-gradient(135deg, rgba(42, 126, 102, 0.72), rgba(31, 88, 74, 0.66));
}

.service-hacamat {
  background-image: linear-gradient(135deg, rgba(88, 102, 114, 0.72), rgba(42, 71, 82, 0.66));
}

.service-ozon {
  background-image: linear-gradient(135deg, rgba(35, 106, 126, 0.72), rgba(28, 77, 98, 0.66));
}

.service-homeopati {
  background-image: linear-gradient(135deg, rgba(34, 120, 115, 0.72), rgba(25, 91, 87, 0.66));
}

.service-pni {
  background-image: linear-gradient(135deg, rgba(27, 102, 114, 0.72), rgba(30, 81, 90, 0.66));
}

.service-mezoterapi {
  background-image: linear-gradient(135deg, rgba(34, 110, 92, 0.72), rgba(28, 81, 70, 0.66));
}

.service-noral {
  background-image: linear-gradient(135deg, rgba(36, 92, 124, 0.72), rgba(26, 66, 92, 0.66));
}

.blog-thumb-1 {
  background-image:
    linear-gradient(180deg, rgba(40, 69, 58, 0.15), rgba(46, 56, 52, 0.35)),
    url("https://images.unsplash.com/photo-1550831107-1553da8c8464?auto=format&fit=crop&w=900&q=80");
}

.blog-thumb-2 {
  background-image:
    linear-gradient(180deg, rgba(70, 56, 46, 0.15), rgba(46, 40, 35, 0.34)),
    url("https://images.unsplash.com/photo-1460672985063-6764ac8b9c74?auto=format&fit=crop&w=900&q=80");
}

.blog-thumb-3 {
  background-image:
    linear-gradient(180deg, rgba(31, 56, 66, 0.12), rgba(34, 46, 52, 0.34)),
    url("https://images.unsplash.com/photo-1576671492169-6f6e8a7f3a3f?auto=format&fit=crop&w=900&q=80");
}

.card-title {
  font-size: 1.5rem;
}

.section-headline {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.feature-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  margin-top: 1.2rem;
}

.feature-image {
  min-height: 340px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(44, 60, 52, 0.16);
  box-shadow: 0 18px 38px rgba(26, 36, 31, 0.18);
  background:
    radial-gradient(circle at 22% 18%, rgba(185, 224, 232, 0.42), transparent 42%),
    radial-gradient(circle at 78% 66%, rgba(179, 223, 208, 0.36), transparent 46%),
    linear-gradient(145deg, rgba(19, 73, 86, 0.86), rgba(20, 83, 71, 0.78));
  overflow: hidden;
}

.feature-image-media {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
}

.feature-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.feature-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 340ms ease;
}

.feature-slide.is-active {
  opacity: 1;
}

.feature-slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(12, 38, 46, 0.42);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
}

.feature-slider-control.prev {
  left: 12px;
}

.feature-slider-control.next {
  right: 12px;
}

.feature-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.feature-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
}

.feature-slider-dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
}

.edu-slider-wrap {
  position: relative;
  padding: 0 40px;
}

.edu-slider-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
}

.edu-slide-card {
  cursor: pointer;
  min-height: 100%;
}

.edu-slide-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 0.9rem;
}

.edu-slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(24, 84, 96, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #1f4e58;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 5;
}

.edu-slider-control.prev {
  left: 0;
}

.edu-slider-control.next {
  right: 0;
}

.edu-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
}

.edu-modal[hidden] {
  display: none;
}

.edu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 24, 0.62);
}

.edu-modal-panel {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 2rem));
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 24px 44px rgba(4, 14, 18, 0.34);
}

.edu-modal-image {
  width: 100%;
  max-height: 62vh;
  object-fit: contain;
  border-radius: 12px;
  background: #f4f8f8;
}

.edu-modal-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(20, 58, 66, 0.2);
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.feature-content {
  padding: 1.7rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(56, 71, 64, 0.16);
  box-shadow: 0 16px 34px rgba(24, 33, 29, 0.14);
}

.inline-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(34, 48, 42, 0.12);
  color: var(--color-text-muted);
}

.inline-stat strong {
  color: #1a3a30;
}

.process-premium {
  background:
    radial-gradient(circle at 14% 18%, rgba(129, 196, 215, 0.22), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(123, 196, 175, 0.2), transparent 30%),
    linear-gradient(145deg, #10414c 0%, #145161 48%, #145046 100%);
  color: #edf4f0;
}

.process-premium .section-title,
.process-premium .section-intro {
  color: #f5fffb;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.process-premium .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #f2fdf8;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.process-premium .step-card {
  background: rgba(8, 35, 44, 0.48);
  border-color: rgba(192, 233, 240, 0.34);
}

.process-premium .step-card .card-title,
.process-premium .step-card p,
.process-premium .step-card .step-number {
  color: #f3fbf7;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  align-self: flex-end;
  text-align: right;
  color: var(--color-text);
  font-weight: 600;
}

.treatment-card--home .card-link {
  justify-content: flex-start;
  align-self: flex-start;
  text-align: left;
  min-height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  border: 0;
}

.treatment-card--home .card-link:hover {
  color: var(--color-deep);
}

.card p,
.blog-card p {
  margin-bottom: 1rem;
}

.blog-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subtle-bg {
  background:
    radial-gradient(circle at 14% 20%, rgba(191, 225, 232, 0.33), transparent 28%),
    linear-gradient(180deg, rgba(226, 243, 246, 0.8), rgba(255, 255, 255, 0));
}

.list,
.toc-list,
.meta-list,
.process-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.list li,
.toc-list li,
.meta-list li,
.process-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(47, 58, 54, 0.09);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(169, 185, 164, 0.18);
  font-weight: 700;
  margin-bottom: 1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.reviews-marquee-wrap {
  overflow: hidden;
  border-radius: 22px;
  padding: 0.35rem 0.4rem;
}

.reviews-marquee-track {
  display: flex;
  gap: 0.95rem;
  width: max-content;
  animation: reviews-marquee-ltr 48s linear infinite;
  will-change: transform;
  align-items: stretch;
}

.reviews-marquee-wrap:hover .reviews-marquee-track {
  animation-play-state: paused;
}

.review-marquee-card {
  flex: 0 0 360px;
  width: 360px;
  height: 306px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.testimonials-grid .testimonial-card {
  min-height: 228px;
}

.testimonials-grid {
  align-items: stretch;
}

.testimonials-grid .testimonial-card p:last-child {
  margin-bottom: 0;
}

.testimonial-card > p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-card .review-meta {
  min-height: 3rem;
}

.testimonial-card .review-stars {
  min-height: 1.8rem;
}

.testimonial-card > p:last-child {
  flex: 1;
}

.review-meta {
  margin: 0 0 0.4rem;
  font-size: 0.86rem;
  color: rgba(241, 250, 245, 0.95);
}

.review-stars {
  margin: 0 0 0.6rem;
  color: #f8dc82;
  letter-spacing: 0.08em;
}

@keyframes reviews-marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.faq-item summary::after {
  content: "+";
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(31, 100, 112, 0.25);
  color: #1f6470;
  flex: 0 0 auto;
  transition: transform var(--transition), background var(--transition);
}

.faq-item[open] summary::after {
  content: "\2212";
  background: rgba(191, 226, 218, 0.36);
  transform: rotate(180deg);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item .faq-content {
  padding: 0 1.2rem 1.1rem;
  color: var(--color-text-muted);
}

.cta-banner {
  padding: 1.4rem;
  border-radius: calc(var(--radius-lg) + 6px);
  background: linear-gradient(135deg, rgba(176, 219, 230, 0.46), rgba(194, 233, 218, 0.82));
  border: 1px solid rgba(47, 58, 54, 0.08);
  box-shadow: 0 18px 40px var(--color-shadow);
}

.cta-banner .cta-title {
  color: var(--color-deep);
}

.section-contrast {
  background: linear-gradient(140deg, #113128 0%, #132d25 48%, #11271f 100%);
  color: #eef5f1;
}

.section-contrast .section-title,
.section-contrast .card-title,
.section-contrast p,
.section-contrast .section-intro {
  color: #f2faf6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

.section-contrast .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #f2fdf8;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section-contrast .card,
.section-contrast .value-card,
.section-contrast .quote-card,
.section-contrast .blog-card {
  background: rgba(6, 25, 20, 0.56);
  border-color: rgba(220, 244, 233, 0.24);
  box-shadow: 0 20px 38px rgba(2, 8, 6, 0.4);
}

.cta-title {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.page-hero {
  padding: 74px 0 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #123f49 0%, #1c5f69 50%, #1d5b4f 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(136, 202, 222, 0.32), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(132, 197, 173, 0.3), transparent 28%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero-inner {
  max-width: 760px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 46px rgba(4, 11, 8, 0.35);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.35rem;
}

.page-hero .eyebrow {
  background: rgba(255, 255, 255, 0.11);
  color: #eaf2ed;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.page-hero .page-title {
  color: #ffffff;
}

.page-hero .page-intro {
  color: rgba(235, 243, 239, 0.9);
}

.service-hero-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.25fr);
  gap: 1.35rem;
  align-items: stretch;
}

.service-hero-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 320px;
  background: rgba(16, 63, 73, 0.34);
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.service-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: rgba(220, 233, 226, 0.84);
  font-size: 0.94rem;
  margin-bottom: 0.55rem;
}

.breadcrumbs a {
  color: rgba(242, 248, 245, 0.96);
  text-decoration: underline;
  text-decoration-color: rgba(242, 248, 245, 0.35);
  text-underline-offset: 3px;
}

.breadcrumbs a:hover {
  text-decoration-color: rgba(242, 248, 245, 0.7);
}

.article-cover {
  min-height: 340px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(220, 231, 228, 0.2), rgba(47, 58, 54, 0.15)),
    url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.article-body h2,
.article-body h3 {
  font-family: "Lexend", sans-serif;
  margin-top: 2rem;
}

.article-body p,
.article-body li {
  color: var(--color-text-muted);
}

.blog-detail-section {
  margin-bottom: 60px;
}

.blog-detail-section .article-grid {
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.article-body .content {
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.article-body ul {
  padding-left: 1.2rem;
}

.search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.search-input,
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(47, 58, 54, 0.14);
  background: rgba(255, 255, 255, 0.94);
  padding: 1rem 1.1rem;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.search-input:focus,
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: rgba(47, 58, 54, 0.28);
  box-shadow: 0 0 0 4px rgba(169, 185, 164, 0.18);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.filter-chip {
  cursor: pointer;
}

.filter-chip.active {
  background: rgba(169, 185, 164, 0.22);
  border-color: rgba(47, 58, 54, 0.14);
}

.blog-meta,
.mini-meta {
  color: var(--color-text-muted);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.contact-grid {
  align-items: start;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.contact-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(47, 58, 54, 0.09);
}

.footer .footer-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.75rem;
  margin-left: auto;
}

.footer-legal-links a {
  color: rgba(238, 245, 241, 0.9);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.map-placeholder {
  min-height: 320px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(228, 216, 203, 0.82), rgba(201, 216, 207, 0.66)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: auto, 28px 28px;
  display: grid;
  place-items: center;
  color: var(--color-text);
  text-align: center;
  padding: 2rem;
}

.map-embed {
  min-height: 320px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 18px 40px var(--color-shadow);
  background: var(--color-surface);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field.full {
  grid-column: 1 / -1;
}

.footer {
  border-top: 1px solid rgba(58, 47, 39, 0.1);
  padding: 32px 0 28px;
  margin-bottom: 0;
}

.footer-premium {
  background: linear-gradient(150deg, #0f2721 0%, #122d26 56%, #11241f 100%);
  border-top-color: rgba(255, 255, 255, 0.16);
}

.footer-premium .brand,
.footer-premium h3 {
  color: #eef4f0;
}

.footer-premium .footer-note {
  color: rgba(228, 239, 233, 0.78);
}

.footer-premium .footer-links a {
  color: rgba(238, 245, 241, 0.8);
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1rem;
  align-items: start;
}

.footer-top > div {
  min-width: 0;
  width: 100%;
}

.footer-top h3 {
  margin: 0 0 0.55rem;
  line-height: 1.2;
}

.footer-top .brand {
  margin: 0 0 0.55rem;
  line-height: 1.2;
}

.footer-top > div:nth-child(2) {
  justify-self: center;
  text-align: left;
  min-width: 220px;
  max-width: 260px;
  width: 100%;
}

.footer-top > div:nth-child(2) h3 {
  text-align: left;
}

.footer-top > div:nth-child(2) .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
}

.footer-contact-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-contact-col h3 {
  margin: 0 0 0.2rem;
}

.footer-note {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.footer-bottom-row {
  margin-top: 1.1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(234, 246, 239, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 46px;
}

.footer-credit-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1;
}

.footer-credit-label {
  color: rgba(238, 245, 241, 0.9);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1;
}

.footer-credit-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: rgba(238, 245, 241, 0.9);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 0.92rem;
}

.footer-credit-logo-main {
  font-size: inherit;
  font-weight: inherit;
}

.footer-credit-logo-accent {
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}

.footer-credit-logo:hover,
.footer-credit-logo:focus-visible {
  filter: brightness(1.08);
}

.confetti-piece {
  position: fixed;
  width: 8px;
  height: 12px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 9999;
  animation: confetti-pop 900ms cubic-bezier(0.2, 0.74, 0.2, 1) forwards;
}

@keyframes confetti-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.85);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--dx, 0px), var(--dy, -70px), 0) rotate(var(--rot, 180deg)) scale(1);
  }
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.brand-social-links {
  margin-top: 1rem;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(236, 245, 241, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #eef6f1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(236, 245, 241, 0.32);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-social-links {
  margin-top: 1.15rem;
}

.hero-card .social-links,
.hero-card .hero-social-links {
  display: none !important;
}

.hero-social-links .social-link {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f4fbf8;
  box-shadow: 0 10px 22px rgba(3, 12, 10, 0.18);
}

.hero-social-links .social-link:hover,
.hero-social-links .social-link:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.floating-social-dock {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 42;
}

.floating-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.75rem;
  margin-top: 0;
  border-radius: 20px;
  background: rgba(17, 45, 37, 0.82);
  border: 1px solid rgba(226, 244, 236, 0.16);
  box-shadow: 0 20px 44px rgba(5, 15, 13, 0.32);
  backdrop-filter: blur(14px);
}

.mobile-sticky-cta {
  display: none !important;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .card:hover,
  .blog-card:hover,
  .value-card:hover,
  .quote-card:hover,
  .step-card:hover,
  .surface-panel:hover,
  .image-card:hover,
  .contact-card:hover,
  .faq-item:hover,
  .feature-content:hover,
  .feature-image:hover,
  .cta-banner:hover,
  .page-hero-inner:hover {
    transform: none;
  }
}

@media (max-width: 1080px) {
  .cards-grid,
  .cards-grid.three,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top > div:nth-child(2) {
    justify-self: stretch;
    text-align: left;
    min-width: 0;
  }

  .footer-top > div:nth-child(2) h3 {
    text-align: left;
  }

  .footer-top > div:nth-child(2) .footer-links {
    align-items: flex-start;
  }

  .footer-bottom-row {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    align-items: flex-start;
  }

  .footer-legal-links {
    justify-content: flex-end;
    gap: 0.65rem;
    margin-left: 0;
  }

  .premium-strip-grid,
  .feature-panel {
    grid-template-columns: 1fr;
  }

  .edu-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .footer {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  [data-treatment-list][data-variant="home-premium"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (max-width: 820px) {
  .hero-social-links {
    display: none;
  }

  .floating-social-dock {
    right: 14px;
    bottom: 14px;
    top: auto;
    transform: none;
  }

  .floating-social-links {
    flex-direction: row;
    padding: 0.6rem;
    border-radius: 999px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 8px);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(13, 58, 71, 0.98), rgba(11, 47, 58, 0.98));
    border: 1px solid rgba(182, 224, 232, 0.28);
    box-shadow: 0 18px 40px rgba(4, 16, 20, 0.36);
    display: none;
  }

  .nav-item {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.15rem;
  }

  .has-submenu::after {
    content: none;
  }

  .nav-parent-link {
    width: calc(100% - 34px);
  }

  .submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(186, 227, 235, 0.26);
    background: rgba(173, 219, 228, 0.22);
    color: #e9f9f6;
  }

  .nav-parent-button {
    width: 100%;
    justify-content: space-between;
  }

  .nav-mobile-legal {
    display: flex;
  }

  .submenu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 0.3rem;
    border-radius: 12px;
    box-shadow: none;
    border-color: rgba(180, 223, 231, 0.24);
    background: rgba(10, 42, 51, 0.9);
  }

  .has-submenu:hover .submenu,
  .has-submenu:focus-within .submenu {
    display: none;
  }

  .has-submenu.open .submenu {
    display: flex;
  }

  .nav-links a {
    color: #ffffff;
    font-weight: 700;
  }

  .nav-links a:hover,
  .nav-links a[aria-current="page"] {
    color: #cceef5;
  }

  .nav-links.open {
    display: flex;
  }

  .nav .btn {
    display: none;
  }

  .footer-top {
    gap: 1rem;
  }

  .footer-bottom-row {
    justify-content: flex-start;
  }

  .footer-contact-col .footer-legal-links {
    margin-top: 0.35rem;
    justify-content: flex-start;
    gap: 0.55rem 0.8rem;
  }

  .hero-grid,
  .split-grid,
  .contact-grid,
  .article-grid,
  .detail-grid,
  .form-grid,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 44px 0;
  }

  .page-hero {
    padding: 66px 0 34px;
  }

  .page-hero-inner {
    padding: 1.2rem 1.2rem;
  }

  .service-hero-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-hero-media {
    min-height: 240px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .section-title,
  .page-title {
    font-size: clamp(1.45rem, 5.8vw, 2rem);
  }

  .mobile-sticky-cta {
    display: none !important;
  }

  .mobile-sticky-cta .btn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .topbar:not(.is-scrolled) .menu-toggle svg path {
    stroke: #f4fffb;
  }

  .topbar:not(.is-scrolled) .btn-primary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #f5fffb;
    box-shadow: none;
  }

  .topbar.is-scrolled .menu-toggle svg path {
    stroke: #2f3a36;
  }

  .blog-quick-contact {
    display: none;
  }

  .blog-detail-section .article-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .blog-detail-section .article-body {
    padding: 1rem;
  }
}

@media (max-width: 560px) {
  .cards-grid,
  .cards-grid.three,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-blog-preview],
  [data-blog-list],
  [data-treatment-list] {
    grid-template-columns: 1fr !important;
  }

  .treatment-card--home {
    padding: 0.75rem;
  }

  .treatment-card .card-title {
    font-size: 1.04rem;
  }

  .treatment-card p {
    margin-bottom: 0.8rem;
  }

  /* Çok dar ekranda kelime bölünmesini azaltıp okuma konforunu koru */
  .section-intro,
  .hero-text,
  .page-intro,
  .card p,
  .blog-card p,
  .article-body p,
  .article-body li,
  .contact-card p,
  .faq-content,
  .footer-note {
    text-align: left;
    hyphens: none;
  }

  .blog-list-grid {
    grid-template-columns: 1fr !important;
  }

  .edu-slider-wrap {
    padding: 0;
  }

  .edu-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-slider-control {
    display: none;
  }

  .treatment-card--home .media-tile,
  .treatment-card .media-tile {
    height: 164px;
  }

  .treatment-meta {
    gap: 0.5rem;
    font-size: 0.82rem;
  }

  .service-points li {
    font-size: 0.75rem;
    padding: 0.38rem 0.48rem;
  }

  .review-marquee-card {
    flex-basis: 84vw;
    width: 84vw;
    height: 268px;
  }

  .blog-card {
    padding: 1rem;
  }

  .blog-cover {
    height: 150px;
    margin-bottom: 0.8rem;
  }

  .blog-card .card-title {
    font-size: 1.05rem;
    -webkit-line-clamp: 2;
  }

  .blog-card p {
    -webkit-line-clamp: 3;
    margin-bottom: 0.8rem;
  }

  .testimonials-grid .testimonial-card {
    min-height: 210px;
  }

  .btn-row,
  .search-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-card,
  .image-card,
  .surface-panel,
  .cta-banner {
    padding: 1.15rem;
  }

  .mobile-sticky-cta .btn-row {
    grid-template-columns: 1fr;
  }

  .hero-social-links {
    display: none;
  }

  .hero-social-links .social-link,
  .floating-social-links .social-link {
    width: 40px;
    height: 40px;
  }
}

.page-enter {
  opacity: 0;
}

.page-enter.page-enter-active {
  opacity: 1;
  transition: opacity 180ms ease;
}

.page-leave {
  opacity: 0;
  transition: opacity 140ms ease;
}
