/* corluterapi.com.tr — serin mürekkep, kil yok */
html.terapi {
  --color-paper: #eef1f4;
  --color-paper-soft: #f5f7f9;
  --color-sand: #e4e9ee;
  --color-ink: #1e2a33;
  --color-muted: #5c6b75;
  --color-line: #c5ced4;
  --color-clay: #1e2a33;
}

html.terapi .wrap {
  max-width: 1120px;
}

html.terapi main > section {
  padding: 52px 0;
}

html.terapi .top {
  background: rgba(243, 238, 230, 0.94);
}

html.terapi .label,
html.terapi .eyebrow {
  color: var(--color-muted);
  letter-spacing: 0.18em;
}

html.terapi .button {
  border-radius: 10px;
  background: #1e2a33;
}

html.terapi .button:hover {
  background: #12181d;
}

html.terapi .button.ghost {
  background: transparent;
  color: #1e2a33;
  border: 1px solid #1e2a33;
}

html.terapi .button.ghost:hover {
  background: rgba(44, 40, 36, 0.06);
  color: #1e2a33;
}

html.terapi .subtle {
  color: #1e2a33;
  border-bottom-color: #1e2a33;
}

html.terapi .card,
html.terapi .signal-panel {
  border-radius: 8px;
  box-shadow: none;
}

html.terapi a.card:hover {
  border-color: #1e2a33;
  background: #fff;
}

html.terapi .footer {
  background: #e6ebef;
}

html.terapi .section-head {
  max-width: 640px;
  margin-bottom: 28px;
}

html.terapi .section-head .lead {
  margin-top: 12px;
}

html.terapi .hero-local {
  padding: 32px 0 8px;
}

html.terapi .hero-local-grid {
  align-items: center;
  gap: 40px 56px;
}

html.terapi .hero-local-grid .photo-frame {
  justify-self: end;
  width: min(100%, 380px);
}

html.terapi .photo-frame {
  margin: 0;
  background: #d5dee4;
  border: 10px solid #b7c3cb;
  border-radius: 8px;
  overflow: hidden;
}

html.terapi .photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

html.terapi .photo-frame--tilt {
  transform: rotate(1.4deg);
}

html.terapi .photo-frame--portrait {
  border-width: 12px;
}

html.terapi .photo-frame--portrait img {
  aspect-ratio: 3 / 4;
  object-position: center 8%;
}

html.terapi .photo-frame--headshot {
  border-width: 12px;
  width: min(100%, 400px);
  justify-self: end;
}

html.terapi .photo-frame--headshot img {
  aspect-ratio: 1;
  object-position: center 18%;
}

html.terapi .photo-frame--tall {
  width: min(100%, 400px);
  justify-self: end;
}

html.terapi .photo-frame--tall img {
  aspect-ratio: 3 / 4;
  object-position: center 40%;
}

html.terapi .photo-frame--plaque {
  max-width: 420px;
  margin: 28px 0 8px;
  border-width: 8px;
}

html.terapi .photo-frame--plaque img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #eef2f5;
}

html.terapi .conv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

html.terapi .conv-row .button {
  min-height: 44px;
  padding: 10px 16px;
}

html.terapi .article-body .conv-row {
  margin: 8px 0 22px;
}

html.terapi .method-board {
  display: grid;
  gap: 16px;
}

html.terapi .method-card {
  display: grid;
  align-content: start;
  min-height: 0;
  padding: 22px 24px 20px;
  color: #1e2a33;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--color-line);
}

html.terapi .method-card:hover {
  border-color: #1e2a33;
  background: #fff;
}

html.terapi .method-card:focus-visible {
  outline: 2px solid #1e2a33;
  outline-offset: 3px;
}

html.terapi .method-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

html.terapi .method-card-tag {
  color: #4a5a64;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html.terapi .method-card-mark {
  flex: 0 0 auto;
  color: #eef1f4;
  background: #1e2a33;
  padding: 5px 10px 4px;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

html.terapi .method-card h2,
html.terapi .method-card h3 {
  max-width: none;
  margin: 0;
  color: #1e2a33;
  font-size: 22px;
  line-height: 1.3;
}

html.terapi .method-card p {
  max-width: none;
  margin: 10px 0 0;
  color: #33424b;
  font-size: 16px;
  line-height: 1.65;
}

html.terapi .method-card-go {
  margin-top: 16px;
  color: #1e2a33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

html.terapi .method-card--ink {
  background: #e8eef2;
  border-color: #1e2a33;
}

html.terapi .method-card--pale {
  background: #f5f7f9;
}

html.terapi .method-card--rail {
  border-left: 6px solid #1e2a33;
  background: #fff;
}

html.terapi .method-card--dash {
  background: #fff;
  border-style: dashed;
  border-color: #1e2a33;
}

html.terapi .method-card--ink .method-card-tag,
html.terapi .method-card--ink p,
html.terapi .method-card--pale .method-card-tag,
html.terapi .method-card--pale p,
html.terapi .method-card--rail .method-card-tag,
html.terapi .method-card--rail p,
html.terapi .method-card--dash .method-card-tag,
html.terapi .method-card--dash p {
  color: #33424b;
}

html.terapi .method-card--ink h2,
html.terapi .method-card--ink h3,
html.terapi .method-card--ink .method-card-go,
html.terapi .method-card--pale h2,
html.terapi .method-card--pale h3,
html.terapi .method-card--pale .method-card-go {
  color: #1e2a33;
}

html.terapi .article-mast {
  margin: 0 0 28px;
  padding: 8px 0 18px;
  border-bottom: 1px solid var(--color-line);
}

html.terapi .article-mast-mark {
  display: inline-block;
  margin: 10px 0 12px;
  color: #eef1f4;
  background: #1e2a33;
  padding: 5px 10px 4px;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

html.terapi .article-mast h1 {
  max-width: none;
}

html.terapi .randevu-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

html.terapi .randevu-form label {
  display: grid;
  gap: 6px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}

html.terapi .randevu-form input,
html.terapi .randevu-form textarea {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  color: var(--color-ink);
  padding: 12px 14px;
  font: inherit;
  font-weight: 400;
  font-size: 16px;
}

html.terapi .randevu-form textarea {
  min-height: 120px;
  resize: vertical;
}

html.terapi .randevu-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

html.terapi .randevu-form .check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-muted);
}

html.terapi .randevu-form .check input {
  width: auto;
  margin-top: 3px;
}

html.terapi .form-note {
  margin: 0 0 8px;
  font-size: 15px;
}

html.terapi .form-note.ok {
  color: #2f5d3a;
}

html.terapi .form-note.err {
  color: #8a3030;
}

html.terapi .article-page {
  padding: 28px 0 40px;
}

html.terapi .article-shell {
  max-width: 720px;
}

html.terapi .article-shell > header h1 {
  max-width: none;
  margin: 8px 0 0;
}

html.terapi .article-shell > header .lead {
  margin-top: 14px;
}

html.terapi .article-hero-photo {
  margin: 28px 0 8px;
  background: #d5dee4;
  border: 8px solid #b7c3cb;
  border-radius: 8px;
  overflow: hidden;
}

html.terapi .article-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

html.terapi .article-body {
  max-width: 720px;
}

html.terapi .article-body p,
html.terapi .article-body li {
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.75;
}

html.terapi .article-body > p:first-of-type {
  font-size: 18px;
  color: var(--color-ink);
}

html.terapi .article-body h2 {
  margin: 32px 0 10px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

html.terapi .article-end {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
}

html.terapi .related-band {
  padding-top: 8px;
}

html.terapi .related-band .section-head {
  margin-bottom: 20px;
}

html.terapi .side-card {
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

html.terapi .map-frame {
  border-radius: 8px;
  background: #d5dee4;
}

html.terapi .ptable-price {
  color: var(--color-ink);
}

@media (min-width: 760px) {
  html.terapi .method-board {
    grid-template-columns: 1fr 1fr;
  }

  html.terapi .method-card--wide {
    grid-column: 1 / -1;
  }

  html.terapi .method-card--wide h2,
  html.terapi .method-card--wide h3 {
    font-size: 28px;
  }
}

@media (max-width: 759px) {
  html.terapi .photo-frame--tilt {
    transform: none;
  }

  html.terapi .hero-local-grid .photo-frame,
  html.terapi .photo-frame--headshot,
  html.terapi .photo-frame--tall {
    justify-self: stretch;
    width: 100%;
  }

  html.terapi .conv-row .button:nth-child(1),
  html.terapi .conv-row .button:nth-child(2) {
    flex: 1 1 calc(50% - 6px);
  }

  html.terapi .conv-row .button:nth-child(3) {
    flex: 1 1 100%;
  }
}
