/* ════════════════ HERO ════════════════ */
/* ============================================================
   NATURAL CLINIC HAIR HERO — PREMIUM RESPONSIVE VERSION
   HTML + CSS + JS together for WordPress / LiveCanvas section
   ============================================================ */

.site-title,
.site-branding,
.entry-title,
.page-title {
  display: none !important;
}

.nc-hair-hero {
  --nc-bg: #f6f1ef;
  --nc-bg-2: #fffaf8;
  --nc-navy: #122544;
  --nc-navy-2: #1d3156;
  --nc-rose: #b85a72;
  --nc-rose-2: #d6a0ad;
  --nc-text: #121927;
  --nc-text-soft: rgba(18, 25, 39, .68);
  --nc-shadow-lg: 0 44px 100px -42px rgba(18, 37, 68, .34);
  --nc-shadow-sm: 0 12px 28px -18px rgba(18, 37, 68, .18);
  --nc-radius-xl: 42px;
  --nc-ease: cubic-bezier(.22, .61, .36, 1);

  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--font-sans);
  color: var(--nc-text);
  background:
    radial-gradient(700px 420px at 12% 18%, rgba(184, 90, 114, .18), transparent 62%),
    radial-gradient(760px 460px at 86% 20%, rgba(18, 37, 68, .13), transparent 60%),
    radial-gradient(520px 320px at 50% 90%, rgba(255, 255, 255, .85), transparent 70%),
    linear-gradient(135deg, #fffaf8 0%, #f7f1ef 48%, #f4efee 100%);
  padding: clamp(46px, 6vw, 76px) 0 clamp(56px, 8vw, 96px);
}

.nc-hair-hero *,
.nc-hair-hero *::before,
.nc-hair-hero *::after {
  box-sizing: border-box;
}

.nc-hair-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background-image:
    linear-gradient(rgba(18, 37, 68, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 37, 68, .09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000 20%, transparent 88%);
}

.nc-hair-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 37, 68, .12), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.nc-hair-hero__container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 34px);
  position: relative;
  z-index: 2;
}

.nc-hair-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 1100px) {
  .nc-hair-hero__grid {
    grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }
}

/* LEFT */
.nc-hair-hero__left {
  position: relative;
  z-index: 3;
  /* Sol metin sağ ürün kutusunun ÜST kenarıyla hizalı olsun (kullanıcı talebi):
     eski clamp(28-58px) top padding metni aşağı itiyordu → kaldırıldı. */
  padding-top: 0;
}

.nc-hair-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--nc-navy);
}

.nc-hair-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nc-rose), var(--nc-navy));
  box-shadow: 0 0 0 6px rgba(184, 90, 114, .12);
  flex: 0 0 auto;
}

.nc-hair-hero__text-stage {
  position: relative;
  min-height: 350px;
}

.nc-hair-hero__text-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .9s var(--nc-ease), transform .9s var(--nc-ease);
}

.nc-hair-hero__text-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nc-hair-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(18, 37, 68, .08);
  box-shadow: var(--nc-shadow-sm);
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--nc-navy);
  backdrop-filter: blur(12px);
}

.nc-hair-hero__kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nc-rose);
  box-shadow: 0 0 0 5px rgba(184, 90, 114, .12);
  flex: 0 0 auto;
}

.nc-hair-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(42px, 5.25vw, 78px);
  line-height: .96;
  letter-spacing: -.04em;
  color: var(--nc-text);
}

.nc-hair-hero__title em {
  font-style: normal;
  color: var(--nc-rose);
}

.nc-hair-hero__desc {
  max-width: 510px;
  margin: 0 0 26px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.78;
  color: var(--nc-text-soft);
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.nc-hair-hero__desc *,
.nc-hair-hero__desc s,
.nc-hair-hero__desc del,
.nc-hair-hero__desc strike,
.nc-hair-hero__desc a {
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.nc-hair-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.nc-hair-hero__btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.2;
  transition:
    transform .45s var(--nc-ease),
    box-shadow .45s var(--nc-ease),
    background .45s var(--nc-ease),
    border-color .45s var(--nc-ease);
}

.nc-hair-hero__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--nc-navy), var(--nc-navy-2));
  box-shadow: 0 18px 34px -18px rgba(18, 37, 68, .48);
  border: 1px solid transparent;
}

.nc-hair-hero__btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px -20px rgba(18, 37, 68, .54);
}

.nc-hair-hero__btn--secondary {
  color: var(--nc-navy);
  border: 1px solid rgba(18, 37, 68, .16);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(10px);
}

.nc-hair-hero__btn--secondary:hover {
  color: var(--nc-navy);
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(18, 37, 68, .24);
}

.nc-hair-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(18, 25, 39, .58);
}

.nc-hair-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nc-hair-hero__meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nc-rose);
  flex: 0 0 auto;
}

.nc-hair-hero__dots {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.nc-hair-hero__dots button {
  appearance: none;
  border: 0;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 37, 68, .18);
  cursor: pointer;
  transition: all .45s var(--nc-ease);
  padding: 0;
}

.nc-hair-hero__dots button.is-active {
  width: 64px;
  background: linear-gradient(90deg, var(--nc-rose), var(--nc-navy));
}

/* RIGHT */
.nc-hair-hero__right {
  position: relative;
  min-height: 680px;
}

.nc-hair-hero__panel {
  position: relative;
  min-height: 680px;
  border-radius: var(--nc-radius-xl);
  background:
    radial-gradient(680px 360px at 70% 18%, rgba(18, 37, 68, .13), transparent 62%),
    radial-gradient(620px 340px at 24% 74%, rgba(184, 90, 114, .16), transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .58) 100%);
  border: 1px solid rgba(255, 255, 255, .88);
  box-shadow:
    0 44px 110px -48px rgba(18, 37, 68, .38),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(18px);
  overflow: hidden;
  padding: 24px;
}

.nc-hair-hero__scene {
  position: absolute;
  inset: 24px;
  opacity: 0;
  transform: translateY(10px) scale(.99);
  pointer-events: none;
  transition: opacity .9s var(--nc-ease), transform .9s var(--nc-ease);
}

.nc-hair-hero__scene.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.nc-hair-hero__scene::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 2%;
  height: 86px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(18, 37, 68, .20), rgba(18, 37, 68, 0) 68%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 1;
}

.nc-hair-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nc-hair-hero__ambient span {
  position: absolute;
  border-radius: 50%;
  display: block;
}

.nc-hair-hero__ambient .a1 {
  width: 240px;
  height: 240px;
  top: 4%;
  left: 4%;
  background: radial-gradient(circle, rgba(200, 116, 140, .22) 0%, rgba(200, 116, 140, 0) 72%);
  filter: blur(2px);
}

.nc-hair-hero__ambient .a2 {
  width: 300px;
  height: 300px;
  top: 1%;
  right: 3%;
  background: radial-gradient(circle, rgba(18, 37, 68, .15) 0%, rgba(18, 37, 68, 0) 72%);
}

.nc-hair-hero__ambient .a3 {
  width: 280px;
  height: 280px;
  left: 20%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(184, 90, 114, .15) 0%, rgba(184, 90, 114, 0) 72%);
}

/* PRODUCT BASE */
.nc-hair-hero__product {
  position: absolute;
  display: block;
  z-index: 3;
  transition: transform .55s var(--nc-ease), filter .55s var(--nc-ease), z-index 0s .55s;
  transform-origin: center bottom;
  will-change: transform;
  text-decoration: none;
}

.nc-hair-hero__product:hover {
  z-index: 6;
  transition: transform .45s var(--nc-ease), filter .45s var(--nc-ease), z-index 0s 0s;
}

.nc-hair-hero__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  position: relative;
  z-index: 3;
}

.nc-hair-hero__product::before {
  content: "";
  position: absolute;
  inset: 18% 16% 12%;
  border-radius: 50%;
  z-index: 1;
  filter: blur(34px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s var(--nc-ease);
}

.nc-hair-hero__product:hover::before {
  opacity: .72;
}

.nc-hair-hero__product::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 3%;
  height: 32px;
  border-radius: 999px;
  background: rgba(24, 32, 43, .22);
  filter: blur(16px);
  z-index: 0;
  pointer-events: none;
  transition: opacity .45s var(--nc-ease), transform .45s var(--nc-ease);
}

.nc-hair-hero__product:hover::after {
  opacity: .5;
  transform: scaleX(.8) translateY(6px);
}

.nc-hair-hero__product.is-main img {
  filter:
    drop-shadow(0 46px 70px rgba(18, 37, 68, .22))
    drop-shadow(0 24px 34px rgba(18, 37, 68, .13));
}

.nc-hair-hero__product.is-side img {
  filter:
    drop-shadow(0 30px 48px rgba(18, 37, 68, .16))
    drop-shadow(0 16px 26px rgba(18, 37, 68, .10));
}

/* WOMEN PRODUCT POSITIONS */
.scene-women .p-main {
  width: 380px;
  left: 50%;
  top: 2%;
  transform: translateX(-50%) rotate(1deg);
}

.scene-women .p-main:hover {
  transform: translateX(-50%) rotate(1deg) translateY(-14px) scale(1.055) !important;
}

.scene-women .p-left {
  width: 255px;
  left: 4%;
  bottom: 5%;
  transform: rotate(-7deg);
}

.scene-women .p-left:hover {
  transform: rotate(-7deg) translateY(-12px) scale(1.08) !important;
}

.scene-women .p-right {
  width: 225px;
  right: 7%;
  bottom: 6%;
  transform: rotate(7deg);
}

.scene-women .p-right:hover {
  transform: rotate(7deg) translateY(-12px) scale(1.08) !important;
}

.scene-women .p-main::before,
.scene-women .p-left::before,
.scene-women .p-right::before {
  background: radial-gradient(circle, rgba(200, 116, 140, .36) 0%, rgba(200, 116, 140, 0) 72%);
}

/* MEN PRODUCT POSITIONS */
.scene-men .p-main {
  width: 380px;
  left: 50%;
  top: 2%;
  transform: translateX(-50%) rotate(1deg);
}

.scene-men .p-main:hover {
  transform: translateX(-50%) rotate(1deg) translateY(-14px) scale(1.055) !important;
}

.scene-men .p-left {
  width: 250px;
  left: 4%;
  bottom: 5%;
  transform: rotate(-7deg);
}

.scene-men .p-left:hover {
  transform: rotate(-7deg) translateY(-12px) scale(1.08) !important;
}

.scene-men .p-right {
  width: 220px;
  right: 7%;
  bottom: 6%;
  transform: rotate(7deg);
}

.scene-men .p-right:hover {
  transform: rotate(7deg) translateY(-12px) scale(1.08) !important;
}

.scene-men .p-main::before,
.scene-men .p-left::before,
.scene-men .p-right::before {
  background: radial-gradient(circle, rgba(18, 37, 68, .32) 0%, rgba(18, 37, 68, 0) 72%);
}

/* BADGES */
.nc-hair-hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(18, 37, 68, .08);
  box-shadow: var(--nc-shadow-sm);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--nc-navy);
  z-index: 8;
  white-space: nowrap;
}

.nc-hair-hero__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nc-rose), var(--nc-navy));
  flex-shrink: 0;
}

.scene-women .badge-1,
.scene-men .badge-1 {
  left: 7%;
  top: 5%;
}

.scene-women .badge-2,
.scene-men .badge-2 {
  right: 5%;
  top: 5%;
}

/* FLOATING NOTE */
.nc-hair-hero__floating-note {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 9;
  padding: 13px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(18, 37, 68, .08);
  backdrop-filter: blur(12px);
  box-shadow: var(--nc-shadow-sm);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(24, 32, 43, .72);
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 1099.98px) {
  .nc-hair-hero {
    padding-top: 42px;
  }

  .nc-hair-hero__text-stage {
    min-height: 365px;
  }

  .nc-hair-hero__right,
  .nc-hair-hero__panel {
    min-height: 640px;
  }

  .scene-women .p-main,
  .scene-men .p-main {
    width: 350px;
    top: 4%;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 230px;
    left: 4%;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 215px;
  }
}

@media (max-width: 767.98px) {
  .nc-hair-hero {
    padding-top: 32px;
    padding-bottom: 42px;
  }

  .nc-hair-hero__container {
    padding: 0 16px;
  }

  .nc-hair-hero__left {
    padding-top: 0;
  }

  .nc-hair-hero__eyebrow {
    font-size: 10px;
    letter-spacing: .18em;
    line-height: 1.4;
  }

  .nc-hair-hero__kicker {
    font-size: 10px;
    letter-spacing: .12em;
    padding: 9px 12px;
  }

  .nc-hair-hero__title {
    font-size: clamp(36px, 10vw, 54px);
    line-height: .98;
  }

  .nc-hair-hero__desc {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }

  .nc-hair-hero__text-stage {
    min-height: 420px;
  }

  .nc-hair-hero__actions {
    gap: 10px;
  }

  .nc-hair-hero__btn {
    flex: 1 1 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
    font-size: 12px;
  }

  .nc-hair-hero__meta {
    font-size: 11px;
    gap: 8px 12px;
  }

  .nc-hair-hero__right,
  .nc-hair-hero__panel {
    min-height: 600px;
  }

  .nc-hair-hero__panel {
    border-radius: 30px;
    padding: 18px;
  }

  .nc-hair-hero__scene {
    inset: 16px;
  }

  .scene-women .p-main,
  .scene-men .p-main {
    width: 270px;
    top: 10%;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 165px;
    left: 2%;
    bottom: 11%;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 165px;
    right: 2%;
    bottom: 11%;
  }

  .nc-hair-hero__badge {
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .scene-women .badge-1,
  .scene-men .badge-1 {
    left: 4%;
    top: 4%;
  }

  .scene-women .badge-2,
  .scene-men .badge-2 {
    right: 4%;
    top: 4%;
  }

  .nc-hair-hero__floating-note {
    font-size: 10px;
    padding: 10px 14px;
    bottom: 8px;
    letter-spacing: .11em;
  }
}

@media (max-width: 480px) {
  .nc-hair-hero__text-stage {
    min-height: 440px;
  }

  .nc-hair-hero__title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .nc-hair-hero__right,
  .nc-hair-hero__panel {
    min-height: 470px;
  }
  .nc-hair-hero__panel { padding: 14px; }

  .scene-women .p-main,
  .scene-men .p-main {
    width: 300px;
    top: 9%;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 176px;
    left: 0%;
    bottom: 10%;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 178px;
    right: 0%;
    bottom: 10%;
  }

  .nc-hair-hero__badge {
    font-size: 9px;
    padding: 9px 10px;
  }

  .nc-hair-hero__floating-note {
    font-size: 9px;
    padding: 9px 12px;
  }
}

@media (max-width: 390px) {
  .nc-hair-hero__text-stage {
    min-height: 470px;
  }

  .nc-hair-hero__right,
  .nc-hair-hero__panel {
    min-height: 440px;
  }
  .nc-hair-hero__panel { padding: 12px; }

  .scene-women .p-main,
  .scene-men .p-main {
    width: 272px;
    top: 10%;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 160px;
    left: 0%;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 164px;
    right: 0%;
  }

  .nc-hair-hero__badge {
    max-width: 145px;
    white-space: normal;
    line-height: 1.25;
  }
}
.nc-hair-hero__text-stage {
  display: grid !important;
  min-height: auto !important;
}

.nc-hair-hero__text-slide {
  position: relative !important;
  grid-area: 1 / 1 !important;
  inset: auto !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nc-hair-hero__text-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Slider çizgilerini meta yazılarının ALTINA taşıyoruz */
.nc-hair-hero__dots {
  margin-top: 26px !important;
  margin-left: 0 !important;
  justify-content: flex-start !important;
}

/* İstersen biraz daha premium dursun diye çizgileri incelttim */
.nc-hair-hero__dots button {
  width: 52px !important;
  height: 3px !important;
  background: rgba(18, 37, 68, .14) !important;
}

.nc-hair-hero__dots button.is-active {
  width: 72px !important;
  background: linear-gradient(90deg, var(--nc-rose), var(--nc-navy)) !important;
}

/* Kadın ve erkek ürün boyutları birebir aynı */
.scene-women .p-main,
.scene-men .p-main {
  width: 380px !important;
  left: 50% !important;
  top: 2% !important;
  transform: translateX(-50%) rotate(1deg) !important;
}

.scene-women .p-left,
.scene-men .p-left {
  width: 255px !important;
  left: 4% !important;
  bottom: 5% !important;
  transform: rotate(-7deg) !important;
}

.scene-women .p-right,
.scene-men .p-right {
  width: 225px !important;
  right: 7% !important;
  bottom: 6% !important;
  transform: rotate(7deg) !important;
}

/* Hover transformları da aynı kalsın */
.scene-women .p-main:hover,
.scene-men .p-main:hover {
  transform: translateX(-50%) rotate(1deg) translateY(-14px) scale(1.055) !important;
}

.scene-women .p-left:hover,
.scene-men .p-left:hover {
  transform: rotate(-7deg) translateY(-12px) scale(1.08) !important;
}

.scene-women .p-right:hover,
.scene-men .p-right:hover {
  transform: rotate(7deg) translateY(-12px) scale(1.08) !important;
}

/* Tablet */
@media (max-width: 1099.98px) {
  .scene-women .p-main,
  .scene-men .p-main {
    width: 350px !important;
    top: 4% !important;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 230px !important;
    left: 4% !important;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 215px !important;
    right: 7% !important;
  }

  .nc-hair-hero__dots {
    margin-top: 24px !important;
  }
}

/* Mobil — ürünler büyük kalıyor */
@media (max-width: 767.98px) {
  .scene-women .p-main,
  .scene-men .p-main {
    width: 270px !important;
    top: 10% !important;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 165px !important;
    left: 2% !important;
    bottom: 11% !important;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 165px !important;
    right: 2% !important;
    bottom: 11% !important;
  }

  .nc-hair-hero__dots {
    margin-top: 22px !important;
    justify-content: center !important;
  }
}

/* Küçük mobil */
@media (max-width: 480px) {
  .scene-women .p-main,
  .scene-men .p-main {
    width: 245px !important;
    top: 13% !important;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 148px !important;
    left: 1% !important;
    bottom: 12% !important;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 150px !important;
    right: 1% !important;
    bottom: 12% !important;
  }
}

/* Çok küçük mobil */
@media (max-width: 390px) {
  .scene-women .p-main,
  .scene-men .p-main {
    width: 225px !important;
    top: 15% !important;
  }

  .scene-women .p-left,
  .scene-men .p-left {
    width: 132px !important;
  }

  .scene-women .p-right,
  .scene-men .p-right {
    width: 136px !important;
  }
}
/* Desktop */
.scene-men .p-left {
  width: 285px !important;
  left: 2.5% !important;
  bottom: 4.5% !important;
  transform: rotate(-7deg) !important;
}

.scene-men .p-left:hover {
  transform: rotate(-7deg) translateY(-12px) scale(1.08) !important;
}

/* Tablet */
@media (max-width: 1099.98px) {
  .scene-men .p-left {
    width: 250px !important;
    left: 3% !important;
    bottom: 6% !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .scene-men .p-left {
    width: 182px !important;
    left: 1% !important;
    bottom: 10.5% !important;
  }
}

/* Küçük mobil */
@media (max-width: 480px) {
  .scene-men .p-left {
    width: 164px !important;
    left: 0.5% !important;
    bottom: 11.5% !important;
  }
}

/* Çok küçük mobil */
@media (max-width: 390px) {
  .scene-men .p-left {
    width: 146px !important;
    left: 0.5% !important;
    bottom: 11.5% !important;
  }
}


/* ════════════════ BESTSELLER ════════════════ */
/* ============================================================
   BESTSELLERS — The Ordinary style / Natural Clinic products
   ============================================================ */

.bs-section{
  --bs-bg:        #FFFFFF;
  --bs-media-bg:  #F4F4F2;
  --bs-ink:       #1A1A1A;
  --bs-ink-soft:  #2A2A2A;
  --bs-muted:     #7A7A7A;
  --bs-muted-2:   #9A9A9A;
  --bs-line:      #E5E5E2;
  --bs-btn-bg:    #F4F4F2;
  --bs-btn-hover: #122544;
  --bs-red:       var(--brand-rose-deep);
  --bs-star:      #1A1A1A;
  --bs-ease:      cubic-bezier(.22,.61,.36,1);

  font-family: var(--font-sans);
  color: var(--bs-ink);
  background: var(--bs-bg);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 5vw, 5rem);
  width: 100%;
  box-sizing: border-box;
}

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

.bs-container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

/* Header */
.bs-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 0 1.5rem;
  border-top: 1px solid var(--bs-line);
}

.bs-title{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  letter-spacing: -0.005em;
  color: var(--bs-ink);
  margin: 0;
  line-height: 1;
}

.bs-viewall{
  font-size: .8rem;
  font-weight: 400;
  color: var(--bs-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  transition: opacity .3s var(--bs-ease);
}

.bs-viewall .arrow{
  display: inline-block;
  transition: transform .3s var(--bs-ease);
}

.bs-viewall:hover{
  opacity: .6;
}

.bs-viewall:hover .arrow{
  transform: translateX(3px);
}

/* Grid */
.bs-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.75rem, 1vw, 1rem);
}

/* Card */
.bs-card{
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Media */
.bs-card__media{
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bs-media-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1rem;
}

.bs-card__media-link{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  z-index: 1;
}

/* Top-left tag */
.bs-tag{
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: .7rem;
  font-weight: 400;
  color: var(--bs-ink);
  letter-spacing: 0;
  z-index: 3;
  background: transparent;
}

.bs-tag--sale{
  color: var(--bs-red);
}

/* Wishlist */
.bs-wishlist{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(184,90,114,.18);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b85a72;
  z-index: 4;
  transition: transform .3s var(--bs-ease), background .25s ease, border-color .25s ease, box-shadow .25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.bs-wishlist svg{
  width: 16px;
  height: 16px;
  display: block;
  stroke: #b85a72;
  fill: none;
  transition: fill .25s ease, stroke .25s ease;
}

.bs-wishlist:hover{
  transform: scale(1.1);
  background: rgba(255,255,255,.96);
  border-color: rgba(184,90,114,.35);
  box-shadow: 0 4px 14px rgba(184,90,114,.18);
}

.bs-wishlist:hover svg{
  fill: rgba(184,90,114,.15);
}

.bs-wishlist.is-active{
  background: #b85a72;
  border-color: #b85a72;
  box-shadow: 0 4px 14px rgba(184,90,114,.35);
}

.bs-wishlist.is-active svg{
  fill: #fff;
  stroke: #fff;
}

/* Product image */
.bs-card__img{
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 82%;
  display: block;
  object-fit: contain;
  transition: transform .7s var(--bs-ease), filter .7s var(--bs-ease);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.06));
}

.bs-card:hover .bs-card__img{
  transform: scale(1.08);
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.10));
}

.bs-card__img--shampoo{
  max-width: 78%;
  max-height: 86%;
}

.bs-card__img--serum{
  max-width: 58%;
  max-height: 76%;
}

.bs-card__img--tube{
  max-width: 66%;
  max-height: 80%;
}

/* Award badge */
.bs-award{
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #F3E5DD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--bs-ink-soft);
  text-align: center;
  line-height: 1.1;
  padding: 4px;
  z-index: 2;
}

.bs-award--blue{
  background: #E3ECF0;
  color: #004750;
}

/* Info */
.bs-card__info{
  padding: 0 2px;
}

.bs-card__name{
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 400;
  color: var(--bs-ink);
  margin: 0 0 .55rem;
  line-height: 1.3;
}

.bs-card__name a{
  color: inherit;
  text-decoration: none;
}

.bs-card__name a:hover{
  text-decoration: underline;
}

/* Rating */
.bs-card__rating{
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .55rem;
}

.bs-stars{
  display: inline-flex;
  gap: 1px;
  color: var(--bs-star);
}

.bs-stars svg{
  width: 11px;
  height: 11px;
  display: block;
}

.bs-stars .is-empty{
  opacity: .2;
}

.bs-rating__count{
  font-size: .72rem;
  color: var(--bs-muted);
  font-weight: 400;
}

/* Description */
.bs-card__desc{
  font-size: .78rem;
  line-height: 1.4;
  color: var(--bs-muted);
  margin: 0 0 1rem;
  font-weight: 400;
  min-height: 1.1em;
}

/* Price + size row */
.bs-card__bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .75rem;
  padding-bottom: .65rem;
  margin-bottom: .65rem;
}

.bs-price{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bs-price__old{
  font-size: .75rem;
  color: var(--bs-muted);
  text-decoration: line-through;
  font-weight: 400;
  line-height: 1;
}

.bs-price__new{
  font-size: .9rem;
  color: var(--bs-red);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.bs-card--nosale .bs-price__new{
  color: var(--bs-ink);
}

.bs-sizes{
  display: inline-flex;
  gap: .4rem;
  flex-shrink: 0;
}

.bs-size{
  font-size: .72rem;
  color: var(--bs-ink);
  font-weight: 400;
  cursor: default;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--bs-ink);
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Divider */
.bs-card__divider{
  height: 1px;
  background: var(--bs-line);
  margin-bottom: .65rem;
}

/* Button */
.bs-btn{
  appearance: none;
  display: block;
  width: 100%;
  background: var(--bs-btn-bg);
  color: var(--bs-ink);
  border: 0;
  padding: .85rem 1rem;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background .35s var(--bs-ease), color .35s var(--bs-ease);
}

.bs-btn:hover,
.bs-btn:focus{
  background: var(--bs-btn-hover);
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 991.98px){
  .bs-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem .75rem;
  }
}

@media (max-width: 575.98px){
  .bs-header{
    padding: 1.25rem 0 1rem;
  }

  .bs-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem .6rem;
  }

  .bs-card__name{
    font-size: .82rem;
  }

  .bs-card__desc{
    font-size: .72rem;
  }

  .bs-price__new{
    font-size: .82rem;
  }

  .bs-price__old{
    font-size: .7rem;
  }

  .bs-size,
  .bs-rating__count{
    font-size: .68rem;
  }

  .bs-btn{
    font-size: .72rem;
    padding: .75rem .75rem;
  }

  .bs-award{
    width: 40px;
    height: 40px;
    font-size: .42rem;
  }

  .bs-card__img{
    max-width: 76%;
    max-height: 82%;
  }

  .bs-card__img--serum{
    max-width: 64%;
  }

  .bs-card__img--tube{
    max-width: 70%;
  }
}

@media (max-width: 380px){
  .bs-grid{
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  .bs-card__img,
  .bs-viewall .arrow,
  .bs-btn,
  .bs-wishlist{
    transition: none;
  }
}


/* ════════════════ CATEGORY ════════════════ */
/* ============================================================
   HAIR CARE BY CONCERN — RESPONSIVE + BORDER RADIUS VERSION
   ============================================================ */


.hc,
.hc * {
  margin: 0;
  padding: 0;
}

.lume-site {
  --navy: #1a2236;
  --navy-deep: #111827;
  --navy-mid: #2d3a52;
  --rose: #c9909a;
  --rose-deep: #8c4e58;
  --rose-pale: #f5e8eb;
  --gold: #c9a96e;
  --cream: #faf8f5;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --ease: cubic-bezier(.22,.61,.36,1);
}

.hc {
  padding: 100px 0 120px;
  background: var(--cream);
  overflow: hidden;
  position: relative;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

.hc::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: .4;
}

.hc__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.hc__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}

.hc__head-left {
  max-width: 520px;
}

.hc__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.hc__eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.hc__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.06;
  color: var(--text-dark);
  letter-spacing: -.01em;
}

.hc__title em {
  font-style: italic;
  color: var(--rose-deep);
}

.hc__desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text-mid);
  font-weight: 300;
  letter-spacing: .01em;
  max-width: 340px;
}

.hc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Main clickable cards */
.hc-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}

.hc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -36px rgba(17, 24, 39, .32);
}

/* Inner visual area */
.hc-card__inner {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .7s var(--ease), background-size 1s var(--ease);
  transform: translateZ(0);
}

/* Subtle inner border for premium rounded edge */
.hc-card__inner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.32);
  pointer-events: none;
  z-index: 5;
}

.hc-card--women .hc-card__inner {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(0,0,0,.18) 100%),
    url("../../../../../uploads/2026/04/a.webp"),
    linear-gradient(160deg, #f5e8eb 0%, #e8c4cc 50%, #c9909a 100%);
  background-size: cover, cover, cover;
  background-position: center, center, center;
}

.hc-card--men .hc-card__inner {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,.28) 100%),
    url("../../../../../uploads/2026/04/b.webp"),
    linear-gradient(160deg, #2d3a52 0%, #1a2236 55%, #0e1520 100%);
  background-size: cover, cover, cover;
  background-position: center, center, center;
}

.hc-card__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 1.2s var(--ease), opacity .8s var(--ease);
  z-index: 1;
}

.hc-card--women .hc-card__deco-1 {
  width: 380px;
  height: 380px;
  top: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(255,255,255,.16) 0%, transparent 70%);
}

.hc-card--women .hc-card__deco-2 {
  width: 260px;
  height: 260px;
  bottom: 60px;
  left: -60px;
  background: radial-gradient(circle, rgba(140,78,88,.16) 0%, transparent 70%);
}

.hc-card--men .hc-card__deco-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(201,169,110,.10) 0%, transparent 70%);
}

.hc-card--men .hc-card__deco-2 {
  width: 280px;
  height: 280px;
  bottom: 40px;
  right: -60px;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
}

.hc-card:hover .hc-card__deco-1 {
  transform: scale(1.15);
}

.hc-card:hover .hc-card__deco-2 {
  transform: scale(1.1) translate(10px,-10px);
}

.hc-card:hover .hc-card__inner {
  transform: scale(1.015);
}

.hc-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.44) 0%, rgba(0,0,0,.08) 42%, transparent 72%);
  transition: opacity .5s var(--ease);
  z-index: 2;
}

.hc-card:hover .hc-card__overlay {
  opacity: .85;
}

.hc-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 36px;
  z-index: 3;
}

.hc-card__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.42);
  color: rgba(255,255,255,.92);
  margin-bottom: 14px;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.06);
}

.hc-card--women .hc-card__tag {
  border-color: rgba(255,255,255,.28);
  background: rgba(201,144,154,.18);
}

.hc-card__name {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}

.hc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  transition: color .3s, gap .35s var(--ease);
}

.hc-card:hover .hc-card__link {
  color: #fff;
  gap: 16px;
}

.hc-card__link-line {
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
  transition: width .4s var(--ease);
}

.hc-card:hover .hc-card__link-line {
  width: 40px;
}

.hc__bar {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.hc__bar-text {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .06em;
  color: var(--text-mid);
}

.hc__bar-dots {
  display: flex;
  gap: 6px;
}

.hc__bar-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
  opacity: .35;
}

.hc__bar-dot:first-child {
  opacity: 1;
  background: var(--navy-mid);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
  .hc {
    padding: 72px 0 88px;
  }

  .hc__wrap {
    padding: 0 24px;
  }

  .hc__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 42px;
  }

  .hc__desc {
    max-width: 520px;
  }

  .hc__grid {
    gap: 14px;
  }

  .hc-card {
    border-radius: 18px;
  }

  .hc-card__inner {
    height: 480px;
  }

  .hc-card__content {
    padding: 28px 24px;
  }
}

@media (max-width: 600px) {
  .hc {
    padding: 64px 0 76px;
  }

  .hc__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hc-card {
    border-radius: 18px;
  }

  .hc-card__inner {
    height: 420px;
  }

  .hc__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .hc__wrap {
    padding: 0 18px;
  }

  .hc__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .hc-card__inner {
    height: 390px;
  }
}

@media (max-width: 380px) {
  .hc {
    padding: 48px 0 60px;
  }

  .hc__wrap {
    padding: 0 14px;
  }

  .hc__head {
    margin-bottom: 32px;
  }

  .hc-card {
    border-radius: 16px;
  }

  .hc-card__inner {
    height: 340px;
  }

  .hc-card__content {
    padding: 20px 18px;
  }

  .hc-card__name {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .hc-card__tag {
    font-size: 8px;
    padding: 5px 10px;
  }

  .hc-card__link {
    font-size: 10px;
  }
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hc__head {
  animation: fadeUp .8s var(--ease) both;
}

.hc-card {
  animation: fadeUp .8s var(--ease) both;
}

.hc-card:nth-child(1) {
  animation-delay: .15s;
}

.hc-card:nth-child(2) {
  animation-delay: .28s;
}

@media (prefers-reduced-motion: reduce) {
  .hc__head,
  .hc-card {
    animation: none;
  }

  .hc-card,
  .hc-card__inner,
  .hc-card__deco,
  .hc-card__link,
  .hc-card__link-line {
    transition: none;
  }
}


/* ════════════════ TRUST CTA ════════════════ */
/* ============================================================
   NATURAL CLINIC COSMETICS — PREMIUM BENEFITS SECTION
   Brand-aligned with Women (blush) + Men (navy) hair range
   ============================================================ */
.nc-benefits{
  --nc-bg:        #f8f4f2;
  --nc-bg-2:      #fcfaf9;
  --nc-card:      rgba(255,255,255,.82);
  --nc-card-solid:#ffffff;

  --nc-navy:      #122544;
  --nc-navy-2:    #21385f;
  --nc-navy-soft: rgba(18,37,68,.08);

  --nc-rose:      #b85a72;
  --nc-rose-2:    #cc8ca0;
  --nc-rose-soft: rgba(184,90,114,.10);

  --nc-text:      #18202b;
  --nc-text-soft: #66707c;
  --nc-line:      rgba(24,32,43,.08);

  --nc-shadow:    0 24px 70px -30px rgba(18,37,68,.18);
  --nc-shadow-h:  0 30px 80px -28px rgba(18,37,68,.24);

  --nc-ease:      cubic-bezier(.22,.61,.36,1);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(70% 60% at 12% 18%, rgba(204,140,160,.12) 0%, transparent 55%),
    radial-gradient(50% 50% at 88% 20%, rgba(18,37,68,.08) 0%, transparent 55%),
    linear-gradient(180deg, var(--nc-bg-2) 0%, var(--nc-bg) 100%);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  font-family: var(--font-sans);
}

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

.nc-benefits::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.05;
  background-image:
    linear-gradient(rgba(18,37,68,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,37,68,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 88%);
}

.nc-benefits__container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(1.25rem, 3vw, 2.5rem);
  position:relative;
  z-index:2;
}

/* Header */
.nc-benefits__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.5rem;
  margin-bottom: clamp(2.2rem, 4vw, 3.6rem);
}

.nc-benefits__header-left{
  max-width:780px;
}

.nc-benefits__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.7rem;
  margin-bottom:1rem;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:var(--nc-navy);
}

.nc-benefits__eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background: linear-gradient(135deg, var(--nc-rose), var(--nc-navy));
  box-shadow: 0 0 0 6px rgba(184,90,114,.10);
}

.nc-benefits__title{
  margin:0 0 .8rem;
  font-family: var(--font-serif);
  font-weight:400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height:1.04;
  letter-spacing:-.03em;
  color:var(--nc-text);
}

.nc-benefits__title em{
  font-style:normal;
  color:var(--nc-rose);
}

.nc-benefits__desc{
  margin:0;
  max-width:620px;
  font-size:1rem;
  line-height:1.8;
  color:var(--nc-text-soft);
}

.nc-benefits__note{
  flex:0 0 auto;
  padding:14px 18px;
  border-radius:999px;
  border:1px solid rgba(18,37,68,.08);
  background: rgba(255,255,255,.66);
  backdrop-filter: blur(10px);
  color: var(--nc-navy);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow: 0 10px 30px -18px rgba(18,37,68,.16);
}

/* Grid */
.nc-benefits__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1.15rem;
}

/* Card */
.nc-benefit{
  position:relative;
  overflow:hidden;
  min-height: 290px;
  padding: 1.65rem 1.5rem 1.55rem;
  border-radius: 24px;
  border:1px solid rgba(24,32,43,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 100%);
  box-shadow: var(--nc-shadow);
  backdrop-filter: blur(14px);
  transition:
    transform .55s var(--nc-ease),
    box-shadow .55s var(--nc-ease),
    border-color .55s var(--nc-ease);
}

.nc-benefit:hover{
  transform: translateY(-6px);
  box-shadow: var(--nc-shadow-h);
  border-color: rgba(184,90,114,.16);
}

/* top accent */
.nc-benefit::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background: linear-gradient(90deg, var(--nc-rose), var(--nc-navy));
  transform:scaleX(.18);
  transform-origin:left;
  transition: transform .55s var(--nc-ease);
}

.nc-benefit:hover::before{
  transform:scaleX(1);
}

/* large ambient tint */
.nc-benefit::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-40px;
  top:-40px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(184,90,114,.10) 0%, rgba(184,90,114,0) 72%);
  pointer-events:none;
  transition: transform .6s var(--nc-ease), opacity .6s var(--nc-ease);
  opacity:.9;
}

.nc-benefit.is-navy::after{
  background: radial-gradient(circle, rgba(18,37,68,.10) 0%, rgba(18,37,68,0) 72%);
}

.nc-benefit:hover::after{
  transform: scale(1.08);
}

/* Icon shell */
.nc-benefit__icon-wrap{
  width:56px;
  height:56px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:1.35rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.72) 100%);
  border:1px solid rgba(24,32,43,.08);
  box-shadow: 0 12px 28px -18px rgba(18,37,68,.18);
  position:relative;
  z-index:2;
}

.nc-benefit__icon{
  width:28px;
  height:28px;
  color: var(--nc-navy);
}

.nc-benefit.is-rose .nc-benefit__icon{
  color: var(--nc-rose);
}

.nc-benefit__icon svg{
  display:block;
  width:100%;
  height:100%;
}

/* text */
.nc-benefit__title{
  margin:0 0 .75rem;
  font-family: var(--font-serif);
  font-size:1.15rem;
  line-height:1.25;
  font-weight:400;
  color:var(--nc-text);
  letter-spacing:-.01em;
  position:relative;
  z-index:2;
}

.nc-benefit__text{
  margin:0;
  font-size:.92rem;
  line-height:1.75;
  color:var(--nc-text-soft);
  position:relative;
  z-index:2;
}

/* bottom row */
.nc-benefit__bottom{
  margin-top:1.6rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  position:relative;
  z-index:2;
}

.nc-benefit__tag{
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(24,32,43,.54);
}

.nc-benefit__line{
  width:22px;
  height:1px;
  background: linear-gradient(90deg, var(--nc-rose), var(--nc-navy));
  transition: width .45s var(--nc-ease);
}

.nc-benefit:hover .nc-benefit__line{
  width:42px;
}

/* Responsive */
@media (max-width: 991.98px){
  .nc-benefits__header{
    flex-direction:column;
    align-items:flex-start;
  }

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

@media (max-width: 575.98px){
  .nc-benefits{
    padding: 4rem 0;
  }

  .nc-benefits__grid{
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .nc-benefit{
    min-height:auto;
    padding:1.35rem 1.2rem 1.25rem;
    border-radius:20px;
  }

  .nc-benefit__icon-wrap{
    width:50px;
    height:50px;
    border-radius:14px;
    margin-bottom:1rem;
  }

  .nc-benefit__title{
    font-size:1.05rem;
  }

  .nc-benefit__text{
    font-size:.88rem;
  }

  .nc-benefits__note{
    white-space:normal;
  }
}

@media (max-width: 380px){
  .nc-benefits{
    padding: 3rem 0;
  }

  .nc-benefit{
    padding: 1.1rem 1rem 1rem;
    border-radius: 16px;
  }

  .nc-benefit__icon-wrap{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-bottom: .75rem;
  }

  .nc-benefit__icon{
    width: 22px;
    height: 22px;
  }

  .nc-benefit__title{
    font-size: .95rem;
  }

  .nc-benefit__text{
    font-size: .82rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce){
  .nc-benefit,
  .nc-benefit::before,
  .nc-benefit::after,
  .nc-benefit__line{
    transition:none !important;
  }
}


/* ════════════════ STEMCELL ════════════════ */
/* ============================================================
   SCIENCE SECTION — COMPACT PREMIUM RESPONSIVE VERSION
   Benefit bar removed
   ============================================================ */

.sc-section,
.sc-section * {
  box-sizing: border-box;
}

.sc-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--font-sans);
  color: #fff;
  background:
    radial-gradient(720px 440px at 78% 8%, rgba(184,90,114,.18), transparent 68%),
    radial-gradient(540px 420px at 8% 88%, rgba(74,122,176,.13), transparent 70%),
    linear-gradient(160deg, #071527 0%, #10213a 48%, #172c49 100%);
  padding: clamp(54px, 7vw, 82px) 0 clamp(56px, 7vw, 88px);
}

.sc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .055;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 8%, transparent 82%);
  z-index: 0;
}

.sc-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,168,.13), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.sc-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 54px);
  position: relative;
  z-index: 2;
}

/* HEADER */
.sc-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(34px, 4.5vw, 48px);
}

.sc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.56);
  margin-bottom: 16px;
  font-weight: 400;
}

.sc-eyebrow::before,
.sc-eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,160,168,.72), transparent);
}

.sc-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 300;
  line-height: 1.04;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -.025em;
}

.sc-title em {
  font-style: italic;
  color: #d4a0a8;
}

.sc-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: clamp(14px, 1.35vw, 16.5px);
  line-height: 1.75;
  color: rgba(255,255,255,.68);
  font-weight: 300;
}

/* MAIN */
.sc-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  margin-bottom: clamp(32px, 4.5vw, 48px);
}

.sc-text__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #d4a0a8;
  font-weight: 500;
  margin-bottom: 12px;
}

.sc-text__tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #d4a0a8;
  opacity: .7;
}

.sc-text__title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -.015em;
}

.sc-text__title em {
  font-style: italic;
  color: #d4a0a8;
}

.sc-text__body {
  max-width: 500px;
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(255,255,255,.72);
  font-weight: 300;
}

.sc-facts {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
}

.sc-fact {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}

.sc-fact__icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border-radius: 10px;
  background: rgba(184,90,114,.20);
  border: 1px solid rgba(184,90,114,.32);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 10px 24px -18px rgba(184,90,114,.55);
}

.sc-fact__icon svg {
  width: 14px;
  height: 14px;
  stroke: #e3b2ba;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sc-fact strong {
  color: #fff;
  font-weight: 600;
}

.sc-text__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(184,90,114,.24) 0%, rgba(184,90,114,.12) 100%);
  border: 1px solid rgba(184,90,114,.42);
  color: #e3b2ba;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.sc-text__cta:hover {
  color: #fff;
  background: rgba(184,90,114,.32);
  border-color: rgba(184,90,114,.62);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px -28px rgba(184,90,114,.7);
}

/* VISUAL */
.sc-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 370px;
  position: relative;
}

.sc-cell {
  position: relative;
  width: 340px;
  height: 340px;
  flex-shrink: 0;
  filter: drop-shadow(0 28px 70px rgba(0,0,0,.25));
}

.sc-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.11);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sc-ring--1 {
  width: 340px;
  height: 340px;
  animation: scOrbit 22s linear infinite;
  border-color: rgba(184,90,114,.28);
}

.sc-ring--2 {
  width: 260px;
  height: 260px;
  animation: scOrbit 15s linear infinite reverse;
  border-color: rgba(74,122,176,.32);
  border-style: dashed;
}

.sc-ring--3 {
  width: 180px;
  height: 180px;
  border-color: rgba(255,255,255,.15);
}

@keyframes scOrbit {
  to {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

/* Noktalar: dot MERKEZİ parent merkezine oturur (margin: -yarıçap), sonra rotate(--a) translateX(--r)
   ile yörüngeye çıkar + döner. Pivot = dot merkezi = parent merkezi → animasyon boyunca TAM yörüngede kalır.
   --r = ring yarıçapı (breakpoint'e göre). transform-origin:0 0 köşe-pivot bug'ı (dönerken kayma) GİDERİLDİ. */
.sc-exo,
.sc-stem {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: rotate(var(--a)) translateX(var(--r));
}

.sc-exo {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  --r: 170px;
  background: radial-gradient(circle, #f0bbc4 0%, #b85a72 70%);
  box-shadow: 0 0 18px rgba(184,90,114,.9);
}

.sc-exo--a { --a: 0deg;   animation: scOrbF 18s linear infinite; }
.sc-exo--b { --a: 180deg; animation: scOrbR 18s linear infinite; }
.sc-exo--c { --a: 90deg;  animation: scOrbF 20s linear infinite; }

.sc-stem {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  --r: 130px;
  background: radial-gradient(circle, #9dcced 0%, #4a7ab0 70%);
  box-shadow: 0 0 12px rgba(74,122,176,.8);
}

.sc-stem--a { --a: 0deg;   animation: scOrbR 13s linear infinite; }
.sc-stem--b { --a: 180deg; animation: scOrbF 13s linear infinite; }
.sc-stem--c { --a: 90deg;  animation: scOrbR 15s linear infinite; }
.sc-stem--d { --a: 270deg; animation: scOrbF 15s linear infinite; }

@keyframes scOrbF {
  from { transform: rotate(var(--a)) translateX(var(--r)); }
  to   { transform: rotate(calc(var(--a) + 360deg)) translateX(var(--r)); }
}
@keyframes scOrbR {
  from { transform: rotate(var(--a)) translateX(var(--r)); }
  to   { transform: rotate(calc(var(--a) - 360deg)) translateX(var(--r)); }
}

.sc-nucleus {
  position: absolute;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle at 35% 35%,
    rgba(255,255,255,.20) 0%,
    rgba(184,90,114,.26) 32%,
    rgba(26,45,74,.92) 70%,
    rgba(17,32,56,1) 100%);
  border: 1px solid rgba(184,90,114,.42);
  box-shadow:
    0 0 56px rgba(184,90,114,.30),
    inset 0 0 38px rgba(184,90,114,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sc-nucleus__label {
  font-family: var(--font-serif);
  font-size: 15px;
  font-style: italic;
  color: rgba(255,255,255,.84);
  line-height: 1.25;
  font-weight: 300;
}

.sc-label {
  position: absolute;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.sc-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.sc-label--exo {
  top: 8%;
  right: -12%;
}

.sc-label--exo::before {
  background: #b85a72;
  box-shadow: 0 0 8px rgba(184,90,114,.95);
}

.sc-label--stem {
  bottom: 12%;
  left: -9%;
}

.sc-label--stem::before {
  background: #4a7ab0;
  box-shadow: 0 0 8px rgba(74,122,176,.95);
}

.sc-label--peptide {
  top: 52%;
  right: -17%;
}

.sc-label--peptide::before {
  background: rgba(255,255,255,.58);
}

/* CARDS */
.sc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 0;
}

.sc-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065) 0%, rgba(255,255,255,.035) 100%);
  backdrop-filter: blur(14px);
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.sc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  border-radius: 99px;
  opacity: .8;
  transition: opacity .3s ease, left .3s ease, right .3s ease;
}

.sc-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.sc-card--exo::before {
  background: linear-gradient(90deg, #b85a72, #d4a0a8);
}

.sc-card--stem::before {
  background: linear-gradient(90deg, #4a7ab0, #9dcced);
}

.sc-card--pep::before {
  background: linear-gradient(90deg, rgba(255,255,255,.55), rgba(255,255,255,.16));
}

.sc-card:hover {
  background:
    linear-gradient(180deg, rgba(255,255,255,.095) 0%, rgba(255,255,255,.05) 100%);
  border-color: rgba(212,160,168,.34);
  transform: translateY(-6px);
  box-shadow: 0 28px 70px -46px rgba(0,0,0,.75);
}

.sc-card:hover::before {
  opacity: 1;
  left: 0;
  right: 0;
}

.sc-card:hover::after {
  opacity: 1;
}

.sc-card__name {
  font-family: var(--font-serif);
  font-size: clamp(21px, 1.7vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 8px;
}

.sc-card__tagline {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 500;
}

.sc-card--exo .sc-card__tagline {
  color: #d4a0a8;
}

.sc-card--stem .sc-card__tagline {
  color: #9dcced;
}

.sc-card--pep .sc-card__tagline {
  color: rgba(255,255,255,.56);
}

.sc-card__body {
  font-size: 13px;
  line-height: 1.68;
  color: rgba(255,255,255,.64);
  font-weight: 300;
  margin: 0 0 18px;
}

.sc-card__stat {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
}

.sc-card--exo .sc-card__stat {
  background: rgba(184,90,114,.17);
  color: #e3b2ba;
  border: 1px solid rgba(184,90,114,.24);
}

.sc-card--stem .sc-card__stat {
  background: rgba(74,122,176,.18);
  color: #9dcced;
  border: 1px solid rgba(74,122,176,.24);
}

.sc-card--pep .sc-card__stat {
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.12);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .sc-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .sc-cell {
    width: 300px;
    height: 300px;
  }

  .sc-ring--1 {
    width: 300px;
    height: 300px;
  }

  .sc-ring--2 {
    width: 230px;
    height: 230px;
  }

  .sc-ring--3 {
    width: 160px;
    height: 160px;
  }

  .sc-nucleus {
    width: 100px;
    height: 100px;
  }

  .sc-exo  { --r: 150px; }
  .sc-stem { --r: 115px; }

  .sc-label {
    display: none;
  }
}

@media (max-width: 860px) {
  .sc-section {
    padding: 54px 0 68px;
  }

  .sc-header {
    margin-bottom: 30px;
  }

  .sc-main {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .sc-text {
    order: 1;
  }

  .sc-visual {
    order: 2;
    min-height: 290px;
  }

  .sc-cell {
    width: 250px;
    height: 250px;
  }

  .sc-ring--1 {
    width: 250px;
    height: 250px;
  }

  .sc-ring--2 {
    width: 192px;
    height: 192px;
  }

  .sc-ring--3 {
    width: 134px;
    height: 134px;
  }

  .sc-nucleus {
    width: 84px;
    height: 84px;
  }

  .sc-nucleus__label {
    font-size: 13px;
  }

  .sc-exo {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    --r: 125px;
  }

  .sc-stem {
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    --r: 96px;
  }

  .sc-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sc-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .sc-wrap {
    padding: 0 18px;
  }

  .sc-eyebrow {
    font-size: 9px;
    letter-spacing: .22em;
  }

  .sc-eyebrow::before,
  .sc-eyebrow::after {
    width: 22px;
  }

  .sc-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .sc-subtitle,
  .sc-text__body {
    font-size: 14px;
    line-height: 1.72;
  }

  .sc-fact {
    font-size: 13.5px;
  }

  .sc-text__cta {
    width: 100%;
    justify-content: center;
    padding-inline: 18px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .sc-section {
    padding: 48px 0 60px;
  }

  .sc-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sc-card__body {
    font-size: 12.5px;
  }

  .sc-card__stat {
    font-size: 10px;
    padding: 7px 12px;
  }

  .sc-visual {
    min-height: 250px;
  }

  .sc-cell {
    width: 218px;
    height: 218px;
  }

  .sc-ring--1 {
    width: 218px;
    height: 218px;
  }

  .sc-ring--2 {
    width: 168px;
    height: 168px;
  }

  .sc-ring--3 {
    width: 118px;
    height: 118px;
  }

  .sc-nucleus {
    width: 74px;
    height: 74px;
  }

  .sc-nucleus__label {
    font-size: 12px;
  }

  .sc-exo  { --r: 109px; }
  .sc-stem { --r: 84px; }
}

/* Bölüm ekranda DEĞİLKEN orbit animasyonunu duraklat (mobil CPU/batarya tasarrufu — görünürken akıcı) */
.sc-section.sc-paused .sc-ring,
.sc-section.sc-paused .sc-exo,
.sc-section.sc-paused .sc-stem { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .sc-ring,
  .sc-exo,
  .sc-stem,
  .sc-card,
  .sc-text__cta {
    animation: none !important;
    transition: none !important;
  }
}


/* ════════════════ REVIEWS-INTERACTIVE ════════════════ */



/* ════════════════ LOYALTY ════════════════ */
/* ── SECTION ── */
.lp-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 110px) 0;
  background:
    radial-gradient(ellipse at 10% 60%, rgba(184,90,114,.09) 0%, transparent 45%),
    radial-gradient(ellipse at 90% 20%, rgba(18,37,68,.07) 0%, transparent 42%),
    linear-gradient(180deg, #faf6f3 0%, #f6f0ec 100%);
  font-family: var(--font-sans);
}

.lp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  position: relative;
  z-index: 2;
}

/* ── TWO-COLUMN LAYOUT ── */
.lp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

/* ── LEFT CONTENT ── */
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: #b85a72; font-weight: 500; margin-bottom: 18px;
}
.lp-eyebrow::before {
  content: ""; width: 24px; height: 1px; background: #b85a72; opacity: .5;
}

.lp-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300; line-height: 1.1;
  color: #122544; margin-bottom: 18px; letter-spacing: -.02em;
}
.lp-title em { font-style: italic; color: #b85a72; }

.lp-desc {
  font-size: 15px; line-height: 1.85;
  color: #7a6a64; font-weight: 300;
  margin-bottom: 36px; max-width: 440px;
}

/* ── PERKS ── */
.lp-perks {
  display: flex; flex-direction: column; gap: 14px; margin-bottom: 0;
}
.lp-perk {
  display: flex; align-items: flex-start; gap: 14px;
}
.lp-perk__icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(184,90,114,.15);
}
.lp-perk:nth-child(1) .lp-perk__icon { background: rgba(184,90,114,.08); }
.lp-perk:nth-child(2) .lp-perk__icon { background: rgba(18,37,68,.06); }
.lp-perk:nth-child(3) .lp-perk__icon { background: rgba(184,90,114,.05); }
.lp-perk:nth-child(4) .lp-perk__icon { background: rgba(18,37,68,.05); }

.lp-perk__icon svg {
  width: 18px; height: 18px; stroke: #122544; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.lp-perk:nth-child(1) .lp-perk__icon svg,
.lp-perk:nth-child(3) .lp-perk__icon svg { stroke: #b85a72; }

.lp-perk__title { font-size: 13.5px; font-weight: 600; color: var(--brand-navy); margin-bottom: 3px; }
.lp-perk__text  { font-size: 12.5px; line-height: 1.65; color: var(--brand-muted); font-weight: 300; }

/* ── RIGHT FORM CARD ── */
.lp-card {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 24px;
  padding: clamp(32px, 4vw, 52px) clamp(28px, 3.5vw, 44px);
  box-shadow: 0 20px 60px -24px rgba(26,45,74,.14);
  position: relative;
  overflow: hidden;
}
.lp-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #b85a72 0%, #122544 100%);
}
/* decorative circle */
.lp-card::after {
  content: "";
  position: absolute;
  width: 260px; height: 260px; border-radius: 50%;
  right: -80px; bottom: -80px;
  background: radial-gradient(circle, rgba(184,90,114,.06) 0%, transparent 70%);
  pointer-events: none;
}

.lp-card__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(184,90,114,.08);
  border: 1px solid rgba(184,90,114,.16);
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: #b85a72; font-weight: 500; margin-bottom: 22px;
}
.lp-card__badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #b85a72; animation: lpPulse 2s ease-in-out infinite;
}
@keyframes lpPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.7); }
}

.lp-card__title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 300; line-height: 1.2;
  color: #122544; margin-bottom: 10px;
}
.lp-card__subtitle {
  font-size: 14px; line-height: 1.7;
  color: var(--brand-muted); font-weight: 300; margin-bottom: 28px;
}

/* Form */
.lp-form { display: flex; flex-direction: column; gap: 14px; }

.lp-field {
  display: flex; flex-direction: column; gap: 6px;
}
.lp-field label {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #7a6a64; font-weight: 500;
}
.lp-field input {
  height: 50px;
  padding: 0 18px;
  border: 1px solid var(--brand-line);
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 300; color: var(--brand-text);
  background: #faf6f3;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.lp-field input::placeholder { color: #c4b8b2; }
.lp-field input:focus {
  border-color: rgba(184,90,114,.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(184,90,114,.08);
}

.lp-submit {
  height: 52px;
  border: none; border-radius: 999px; cursor: pointer;
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  background: linear-gradient(135deg, #122544 0%, #1e365d 100%);
  color: #fff;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  box-shadow: 0 14px 30px -14px rgba(18,37,68,.4);
  margin-top: 4px;
}
.lp-submit:hover {
  background: linear-gradient(135deg, #b85a72 0%, var(--brand-rose-deep) 100%);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(184,90,114,.36);
}

.lp-consent {
  font-size: 11px; line-height: 1.6; color: #b8a8a2; font-weight: 300;
  text-align: center; padding-top: 4px;
}
.lp-consent a { color: var(--brand-muted); text-decoration: underline; }

/* ── Fluent Forms loyalty (#fluentform_4) → mevcut .lp-form görünümüne oturt ── */
.nc-ff-loyalty .frm-fluent-form fieldset{border:0;padding:0;margin:0;min-width:0;display:flex;flex-direction:column;gap:14px}
.nc-ff-loyalty legend,.nc-ff-loyalty .ff_screen_reader_title{display:none!important}
.nc-ff-loyalty .ff-el-group{margin:0}
.nc-ff-loyalty .ff-el-input--label{margin-bottom:6px;padding:0}
.nc-ff-loyalty .ff-el-input--label label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7a6a64;font-weight:500;margin:0}
.nc-ff-loyalty .ff-el-form-control{height:50px;padding:0 18px;border:1px solid var(--brand-line);border-radius:10px;font-family:var(--font-sans);font-size:14px;font-weight:300;color:var(--brand-text);background:#faf6f3;width:100%;transition:border-color .25s,background .25s,box-shadow .25s}
.nc-ff-loyalty .ff-el-form-control::placeholder{color:#c4b8b2}
.nc-ff-loyalty .ff-el-form-control:focus{border-color:rgba(184,90,114,.45);background:#fff;box-shadow:0 0 0 3px rgba(184,90,114,.08);outline:none}
.nc-ff-loyalty .ff_submit_btn_wrapper,.nc-ff-loyalty .ff-el-group.ff_submit_btn_wrapper{margin-top:4px}
.nc-ff-loyalty .ff-btn-submit{height:52px;width:100%;border:0;border-radius:999px;font-family:var(--font-sans);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(135deg,#122544 0%,#1e365d 100%)!important;color:#fff!important;box-shadow:0 14px 30px -14px rgba(18,37,68,.4);cursor:pointer;transition:transform .3s,box-shadow .3s,background .3s}
.nc-ff-loyalty .ff-btn-submit:hover{background:linear-gradient(135deg,#b85a72 0%,var(--brand-rose-deep) 100%)!important;transform:translateY(-2px)}
.nc-ff-loyalty .error.text-danger,.nc-ff-loyalty .ff-el-is-error .text-danger{color:var(--brand-rose-deep);font-size:11px;margin-top:4px}
.nc-ff-loyalty .ff-el-is-error .ff-el-form-control{border-color:var(--brand-rose-deep)}
.nc-ff-loyalty .ff-message-success{text-align:center;padding:32px 16px;font-size:14px;color:var(--brand-text);line-height:1.7}

/* ── SOCIAL PROOF STRIP ── */
.lp-proof {
  display: flex; align-items: center; gap: 10px; margin-top: 24px;
  padding-top: 20px; border-top: 1px solid var(--brand-line);
  flex-wrap: wrap;
}
.lp-proof__avatars {
  display: flex;
}
.lp-proof__av {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px; first-child { margin-left: 0; }
  overflow: hidden; background: linear-gradient(135deg, #efc2b3, #b85a72);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 600; color: #fff;
}
.lp-proof__av:first-child { margin-left: 0; }
.lp-proof__av:nth-child(2) { background: linear-gradient(135deg, #c8d8e8, #4a7ab0); }
.lp-proof__av:nth-child(3) { background: linear-gradient(135deg, #d4b8a8, var(--brand-rose-deep)); }
.lp-proof__text {
  font-size: 12px; color: var(--brand-muted); font-weight: 300; line-height: 1.4;
}
.lp-proof__text strong { color: var(--brand-navy); font-weight: 500; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .lp-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-desc { max-width: 100%; }
}
@media (max-width: 480px) {
  .lp-card { padding: 28px 20px 24px; }
  .lp-perks { gap: 12px; }
  .lp-perk__icon { width: 36px; height: 36px; border-radius: 10px; }
}
@media (max-width: 380px) {
  .lp-card { border-radius: 18px; }
  .lp-field input { height: 46px; }
  .lp-submit { height: 48px; }
}
