/* Boy Uzatma — canlı limbleng.com yerleşimi */

.page-lengthening .nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* Fotoğraf + sol altta başlık kartı — header ana sayfa gibi üstte */
.ll-billboard {
  position: relative;
  height: clamp(400px, 56vh, 600px);
}

.ll-billboard-photo {
  position: absolute;
  inset: 0;
  background: #0b1c2c url("../assets/hero-1.jpg") center 28% / cover no-repeat;
}

.ll-billboard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(1, 20, 40, 0.72) 0%, rgba(1, 20, 40, 0.38) 42%, rgba(1, 20, 40, 0.08) 72%),
    linear-gradient(to top, rgba(1, 20, 40, 0.55) 0%, transparent 42%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 28%);
}

.ll-billboard-grid {
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: start;
  padding-top: 88px;
}

.ll-crumbs {
  grid-column: 1 / span 6;
  grid-row: 1;
  align-self: start;
}

.ll-billboard-card {
  grid-column: 1 / span 4;
  grid-row: 1;
  align-self: end;
  background: rgba(212, 238, 255, 0.72);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  padding: clamp(22px, 2.6vw, 32px) clamp(22px, 2.8vw, 34px) clamp(24px, 2.8vw, 36px);
}

.ll-billboard-card .eyebrow {
  margin: 0 0 8px;
}

.ll-billboard-card h1 {
  margin: 0 0 18px;
  max-width: 9em;
  font-family: var(--font);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.16;
  color: var(--navy);
}

.ll-btn-line {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font-family: var(--font);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.1px;
  transition: background 0.25s ease, color 0.25s ease;
}

.ll-btn-line:hover {
  background: var(--navy);
  color: #fff;
}

.ll-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ll-crumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.55);
}

.ll-crumbs li:not(:last-child)::after {
  content: "→";
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.ll-crumbs a {
  color: rgba(212, 238, 255, 0.88);
  transition: color 0.2s ease;
}

.ll-crumbs a:hover {
  color: #fff;
}

.ll-crumbs [aria-current="page"] {
  color: rgba(255, 255, 255, 0.72);
}

/* Alt: sol metin + sağ video */
.ll-lead {
  background: #fafbfc;
  padding: clamp(36px, 4.5vw, 64px) 0 clamp(48px, 6vw, 80px);
}

.ll-lead-grid {
  align-items: start;
}

.ll-lead-copy {
  grid-column: 1 / span 6;
  min-width: 0;
  padding-right: clamp(12px, 2vw, 32px);
}

.ll-lead-copy p {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--body);
}

.ll-btn-fill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding: 18px 22px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font);
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.2px;
  transition: background 0.2s ease;
}

.ll-btn-fill i {
  font-style: normal;
  transition: transform 0.25s var(--ease);
}

.ll-btn-fill:hover {
  background: #02406f;
}

.ll-btn-fill:hover i {
  transform: translateX(4px);
}

.ll-lead-media {
  grid-column: 7 / span 6;
  min-width: 0;
}

.page-deformity .ll-billboard-photo {
  background-image: url("../assets/ll/limb-leng-banner.png");
  background-position: center center;
}

.ll-lead-photo {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0b1c2c;
  margin: 0;
}

.ll-lead-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ll-video-stage {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0b1c2c;
}

.ll-video-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ll-video-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ll-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.ll-video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: transform 0.3s var(--ease), background 0.25s ease;
}

.ll-video-play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--navy);
}

.ll-video-stage:hover .ll-video-play-icon {
  transform: scale(1.06);
  background: #fff;
}

/* ——— Shared head ——— */
.ll-head {
  max-width: 42rem;
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.ll-head h2 {
  margin: 0 0 12px;
  max-width: 22em;
  font-family: var(--font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.18;
  color: var(--ink);
  text-wrap: balance;
}

.ll-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
}

/* ——— Yöntemler: sol metin + sağ liste ——— */
.ll-methods {
  padding: clamp(64px, 7vw, 96px) 0 clamp(56px, 6vw, 84px);
  background: #fff;
}

.ll-methods-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  align-items: start;
}

.ll-methods-copy {
  grid-column: 1 / span 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: clamp(8px, 2vw, 24px);
  position: sticky;
  top: 88px;
}

.ll-methods-copy .eyebrow {
  margin: 0 0 12px;
}

.ll-methods-copy h2 {
  margin: 0 0 18px;
  max-width: 10em;
  font-family: var(--font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.18;
  color: var(--ink);
}

.ll-methods-copy p {
  margin: 0 0 28px;
  max-width: 32em;
  font-size: 15px;
  line-height: 1.75;
  color: var(--body);
}

.ll-methods-copy .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ll-methods-copy .btn i {
  font-style: normal;
  transition: transform 0.3s var(--ease);
}

.ll-methods-copy .btn:hover i {
  transform: translateX(4px);
}

.ll-method-list {
  grid-column: 6 / span 7;
  display: flex;
  flex-direction: column;
  background: var(--ice);
}

.ll-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: start;
  padding: clamp(26px, 2.8vw, 34px) clamp(28px, 2.8vw, 36px);
  border-bottom: 1px solid rgba(1, 47, 87, 0.1);
  color: var(--ink);
  transition: background 0.35s ease;
}

.ll-method:last-child {
  border-bottom: 0;
}

.ll-method:hover {
  background: #c6e8fc;
}

.ll-method-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ll-method-copy strong {
  font-family: var(--font);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 1.2;
  color: var(--navy);
}

.ll-method-copy small {
  max-width: 36em;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 1.6;
  color: #3f6280;
}

.ll-method-go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  white-space: nowrap;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--navy);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s ease, transform 0.4s var(--ease);
}

.ll-method:hover .ll-method-go {
  opacity: 1;
  transform: translateX(0);
}

.ll-method-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ll-method-row .intro-link {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ll-method-row .intro-link-go {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.15px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 0);
}

.ll-method-row .intro-link:hover .intro-link-go {
  opacity: 1;
}

.ll-methods-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.ll-methods-cta i {
  font-style: normal;
  transition: transform 0.3s var(--ease);
}

.ll-methods-cta:hover i {
  transform: translateX(4px);
}

.page-lengthening .ll-stories {
  background: #fafbfc;
}

/* ——— Journey (services kalıbı) ——— */
.ll-journey {
  background: var(--navy);
}

.ll-journey-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  align-items: start;
}

.ll-journey-photo {
  grid-column: 1 / span 5;
  margin-left: calc(-1 * var(--gutter));
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  background: #0b1c2c url("../assets/services.jpg") center / cover no-repeat;
}

.ll-journey-panel {
  grid-column: 6 / span 7;
  min-width: 0;
  padding: clamp(72px, 8vw, 112px) 0 clamp(80px, 8vw, 120px);
  color: #fff;
}

.ll-journey-intro {
  max-width: 34rem;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.ll-journey-intro .eyebrow {
  color: rgba(212, 238, 255, 0.72);
  opacity: 1;
}

.ll-journey-intro h2 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.18;
  color: #fff;
}

.ll-journey-intro h2 .text-ice {
  color: var(--ice);
}

.ll-journey-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.ll-journey-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--gap);
}

.ll-jstep {
  padding: 24px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ll-jstep-num {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(212, 238, 255, 0.55);
}

.ll-jstep h3 {
  margin: 0 0 8px;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #fff;
}

.ll-jstep p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

.ll-journey-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: var(--ice);
  transition: opacity 0.2s ease;
}

.ll-journey-cta i {
  transition: transform 0.25s var(--ease);
}

.ll-journey-cta:hover {
  opacity: 0.8;
}

.ll-journey-cta:hover i {
  transform: translateX(4px);
}

.ll-journey-intro .ll-journey-cta {
  margin-top: 18px;
}

.ll-acc {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ll-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ll-acc-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font);
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #fff;
}

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

.ll-acc-item summary i {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(212, 238, 255, 0.7);
  border-bottom: 1.5px solid rgba(212, 238, 255, 0.7);
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease);
  flex: 0 0 auto;
}

.ll-acc-item[open] summary i {
  transform: rotate(225deg);
}

.ll-acc-item p {
  margin: 0 0 20px;
  max-width: 38em;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

/* ——— Topics ——— */
.ll-topics {
  padding: clamp(56px, 7vw, 88px) 0;
  background: #f5f7f9;
}

.ll-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(1, 47, 87, 0.12);
}

.ll-topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(1, 47, 87, 0.12);
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: var(--ink);
  transition: color 0.2s ease;
}

.ll-topic:nth-child(odd) {
  padding-right: 32px;
}

.ll-topic:nth-child(even) {
  padding-left: 32px;
  border-left: 1px solid rgba(1, 47, 87, 0.08);
}

.ll-topic i {
  color: rgba(1, 47, 87, 0.4);
  transition: transform 0.25s var(--ease), color 0.2s ease;
}

.ll-topic:hover {
  color: var(--navy);
}

.ll-topic:hover i {
  color: var(--navy);
  transform: translate(2px, -2px);
}

/* ——— Contact form (navy) ——— */
.ll-contact {
  background: var(--navy);
  color: #fff;
  padding: clamp(56px, 7vw, 96px) 0;
}

.ll-contact-grid {
  align-items: start;
  row-gap: 40px;
}

.ll-contact-info {
  grid-column: 1 / span 5;
  min-width: 0;
}

.ll-contact-info .eyebrow {
  color: rgba(212, 238, 255, 0.7);
  opacity: 1;
}

.ll-contact-info h2 {
  margin: 0 0 14px;
  max-width: 14em;
  font-family: var(--font);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 1.18;
  color: #fff;
  text-wrap: balance;
}

.ll-contact-lead {
  margin: 0 0 28px;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(212, 238, 255, 0.72);
}

.ll-contact-meta {
  margin: 0;
  display: grid;
  gap: 18px;
}

.ll-contact-meta dt {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 238, 255, 0.45);
}

.ll-contact-meta dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.ll-contact-meta a {
  color: inherit;
  transition: color 0.2s ease;
}

.ll-contact-meta a:hover {
  color: var(--ice);
}

.ll-form {
  grid-column: 7 / span 6;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ll-form label {
  display: grid;
  gap: 8px;
}

.ll-form label span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05px;
  color: rgba(212, 238, 255, 0.7);
}

.ll-form input,
.ll-form select,
.ll-form textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  letter-spacing: -0.1px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ll-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(212, 238, 255, 0.7) 50%),
    linear-gradient(135deg, rgba(212, 238, 255, 0.7) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.ll-form option {
  color: var(--ink);
}

.ll-form input:focus,
.ll-form select:focus,
.ll-form textarea:focus {
  border-color: rgba(212, 238, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.ll-form textarea {
  resize: vertical;
  min-height: 120px;
}

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

.ll-form-submit {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 4px;
}

.ll-faq {
  background: #fff;
}

.ll-faq .faq-answer ul {
  margin: 0 0 16px;
  padding-left: 1.15em;
}

.ll-faq .faq-answer li {
  margin: 0 0 8px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--body);
}

@media (max-width: 1100px) {
  .ll-billboard-card,
  .ll-lead-copy,
  .ll-lead-media {
    grid-column: 1 / -1;
  }

  .ll-methods-copy,
  .ll-method-list {
    grid-column: 1 / -1;
  }

  .ll-methods-copy {
    margin-bottom: 28px;
    padding-right: 0;
    position: static;
  }

  .ll-lead-copy {
    padding-right: 0;
    margin-bottom: 28px;
  }

  .ll-journey-photo {
    display: none;
  }

  .ll-journey-panel {
    grid-column: 1 / -1;
  }

  .ll-contact-info,
  .ll-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .ll-method-row {
    grid-template-columns: 1fr;
  }

  .ll-method-row .intro-link-go {
    opacity: 1;
  }

  .ll-journey-steps {
    grid-template-columns: 1fr;
  }

  .ll-topic-list {
    grid-template-columns: 1fr;
  }

  .ll-topic:nth-child(odd),
  .ll-topic:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .ll-form {
    grid-template-columns: 1fr;
  }

  .ll-video-stage {
    aspect-ratio: 16 / 10;
  }
}
