/* ---------- Article layout — "Nail Art Nedir, Nasıl Yapılır?" ---------- */

.nbs-breadcrumb {
  padding: 108px 0 0;
}

.nbs-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8a7a72;
}

.nbs-breadcrumb a {
  color: var(--wine);
  text-decoration: none;
  font-weight: 600;
}

.nbs-breadcrumb a:hover {
  text-decoration: underline;
}

/* ---------- Article hero ---------- */

.nbs-article-hero {
  padding: 32px 0 70px;
}

.nbs-article-hero .container {
  max-width: 780px;
}

.nbs-article-hero__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.12;
  margin: 18px 0 22px;
  color: var(--ink);
}

.nbs-article-hero__title em {
  font-style: italic;
  color: var(--wine);
}

.nbs-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 26px;
  font-size: 13.5px;
  color: #8a7a72;
}

.nbs-article__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nbs-article-hero__intro {
  font-size: 19px;
  line-height: 1.7;
  color: #4a3c37;
  max-width: 640px;
}

/* ---------- Article body shell ---------- */

.nbs-article {
  padding: 0 0 20px;
}

.nbs-article .container {
  max-width: 780px;
}

.nbs-article h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 34px);
  color: var(--ink);
  margin: 0 0 18px;
}

.nbs-article__eyebrow {
  display: block;
  color: var(--wine);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.nbs-article p {
  font-size: 16.5px;
  line-height: 1.85;
  color: #4a3c37;
  margin: 0 0 20px;
}

.nbs-article section {
  margin-bottom: 64px;
}

/* ---------- Drop cap ---------- */

.nbs-dropcap::first-letter {
  float: left;
  font-family: var(--font-display);
  font-size: 76px;
  line-height: 0.82;
  font-weight: 600;
  color: var(--wine);
  padding: 6px 12px 0 0;
}

/* ---------- Step list ---------- */

.nbs-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: nbs-step;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nbs-step {
  counter-increment: nbs-step;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px dashed rgba(138, 40, 70, 0.16);
}

.nbs-step:first-child {
  padding-top: 0;
}

.nbs-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nbs-step::before {
  content: counter(nbs-step);
  grid-row: span 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blush);
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nbs-step h3 {
  font-family: var(--font-display);
  font-size: 19px;
  margin: 6px 0 8px;
  color: var(--ink);
}

.nbs-step p {
  margin: 0;
  font-size: 15.5px;
  color: #5a4c46;
  line-height: 1.75;
}

/* ---------- Technique grid ---------- */

.nbs-technique-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 640px) {
  .nbs-technique-grid {
    grid-template-columns: 1fr;
  }
}

.nbs-technique-card {
  background: #fffdfb;
  border: 1px solid rgba(138, 40, 70, 0.1);
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.nbs-technique-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(28, 21, 18, 0.08);
  border-color: var(--gold);
}

.nbs-technique-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.nbs-technique-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  margin: 0;
  color: var(--ink);
}

.nbs-technique-card__icon {
  font-size: 22px;
}

.nbs-technique-card p {
  margin: 0 0 14px;
  font-size: 14.5px;
  color: #5a4c46;
  line-height: 1.7;
}

.nbs-technique-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--wine);
  text-decoration: none;
  border-top: 1px dashed rgba(138, 40, 70, 0.16);
  padding-top: 12px;
  width: 100%;
}

.nbs-technique-card__tag:hover {
  text-decoration: underline;
}

/* ---------- Pull quote ---------- */

.nbs-pullquote {
  margin: 8px 0 48px;
  padding: 36px 40px;
  background: var(--ink);
  border-radius: 20px;
  color: var(--ivory);
  text-align: center;
}

.nbs-pullquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.8vw, 27px);
  line-height: 1.5;
  color: var(--ivory);
  margin: 0 0 14px;
}

.nbs-pullquote cite {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* ---------- Care checklist ---------- */

.nbs-care-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 640px) {
  .nbs-care-list {
    grid-template-columns: 1fr;
  }
}

.nbs-care-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--blush);
  border-radius: 14px;
  padding: 18px 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a3c37;
}

.nbs-care-list li::before {
  content: "✓";
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wine);
  color: var(--ivory);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.nbs-article__note {
  font-size: 13px;
  color: #8a7a72;
  margin-top: 18px;
}

/* ---------- CTA banner ---------- */

.nbs-cta-banner {
  border-radius: 28px;
  background: radial-gradient(ellipse at 20% 20%, #3a2129 0%, var(--ink) 60%);
  color: var(--ivory);
  padding: 56px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nbs-cta-banner h2 {
  color: var(--ivory);
}

.nbs-cta-banner p {
  color: rgba(247, 241, 236, 0.8);
  max-width: 460px;
  margin: 0 auto 28px;
}

.nbs-cta-banner__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.nbs-cta-banner__contact {
  font-size: 13.5px;
  color: var(--gold-light);
}

.nbs-cta-banner__contact a {
  color: var(--gold-light);
  text-decoration: none;
}

.nbs-cta-banner__contact a:hover {
  text-decoration: underline;
}
