/* Fleura Nails — EN/RU sayfa gövdesi.
   Mevcut TR landing page görünümüyle aynı token ve ölçüleri kullanır. */
:root {
  --page-max: 900px;
  --page-bg: #faf8f5;
  --page-card: #fffdf9;
  --page-accent: #c4a484;
  --page-accent-dark: #a88968;
  --page-text: #2c2c2c;
  --page-muted: #6b6360;
  --page-border: rgba(196, 164, 132, 0.2);
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--page-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(196, 164, 132, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #faf8f5 100%);
}

.page-header {
  padding: 96px 20px 60px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #c4a484 0%, #a88968 100%);
}

.page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.92;
}

.page-title {
  margin: 0;
  font-size: clamp(1.95rem, 4.6vw, 3.1rem);
  line-height: 1.14;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.page-header > p {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-content { max-width: var(--page-max); margin: -24px auto 0; padding: 0 20px 80px; }

.content-card {
  background: var(--page-card);
  border: 1px solid var(--page-border);
  border-radius: 26px;
  box-shadow: 0 18px 60px rgba(36, 29, 23, 0.08);
  padding: 38px 26px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 0.92rem;
  color: var(--page-muted);
}

.breadcrumbs a, .inline-link { color: var(--page-accent-dark); text-decoration: none; }
.breadcrumbs a:hover, .inline-link:hover, .cta-link:hover { text-decoration: underline; }

.lead { font-size: 1.06rem; line-height: 1.9; color: var(--page-muted); margin: 0 0 1.5rem; }

h2, h3 { color: var(--page-accent-dark); font-family: "Playfair Display", Georgia, serif; margin: 2rem 0 1rem; }
h2 { font-size: clamp(1.32rem, 2.4vw, 1.6rem); line-height: 1.3; }
h3 { font-size: 1.1rem; margin: 1.5rem 0 0.55rem; }

p, li { line-height: 1.82; }
ul, ol { margin: 1.2rem 0; padding-left: 1.2rem; }
li { margin-bottom: 0.5rem; }

.hero-figure { margin: 0 0 28px; }
.hero-figure img {
  width: 100%; height: auto; display: block; border-radius: 18px;
  border: 1px solid var(--page-border); box-shadow: 0 10px 34px rgba(36, 29, 23, 0.1);
}

.benefits-grid, .service-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  margin: 24px 0;
}

.benefit-card, .service-card {
  background: #fff; border: 1px solid var(--page-border);
  border-radius: 16px; padding: 18px;
}
.benefit-card h3, .service-card h3 { margin: 0 0 6px; font-size: 1.04rem; }
.benefit-card p, .service-card p { margin: 0; font-size: 0.92rem; line-height: 1.62; color: var(--page-muted); }

/* Fiyat tablosu */
.price-wrap { overflow-x: auto; margin: 22px 0; }
table.price-table {
  width: 100%; border-collapse: collapse; background: #fff;
  border: 1px solid var(--page-border); border-radius: 14px;
  overflow: hidden; font-size: 0.95rem;
}
.price-table th, .price-table td {
  padding: 12px 14px; text-align: left;
  border-bottom: 1px solid var(--page-border); line-height: 1.6;
}
.price-table thead th { background: rgba(196, 164, 132, 0.14); color: #6d5233; font-weight: 650; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table td:last-child { white-space: nowrap; font-weight: 650; color: #6d5233; }
.price-group th {
  background: rgba(196, 164, 132, 0.07);
  color: #6d5233;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.02rem;
}
.price-table caption { text-align: left; padding: 0 0 10px; font-size: 0.88rem; color: var(--page-muted); }

.cta-section {
  margin: 34px 0 0; padding: 28px; border-radius: 20px;
  background: linear-gradient(135deg, rgba(196, 164, 132, 0.12), rgba(168, 137, 104, 0.18));
  border: 1px solid rgba(196, 164, 132, 0.2);
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 13px 24px; border-radius: 999px;
  background: var(--page-accent); color: #fff;
  text-decoration: none; font-weight: 650; font-size: 0.95rem;
}
.btn-secondary { background: #fff; color: var(--page-accent-dark); border: 1px solid var(--page-border); }

.faq-list { display: grid; gap: 12px; margin-top: 18px; }
.faq-item { border: 1px solid var(--page-border); border-radius: 16px; padding: 17px 19px; background: #fff; }
.faq-item h3 { margin: 0 0 7px; font-size: 1.06rem; line-height: 1.4; }
.faq-item p { margin: 0; color: var(--page-muted); font-size: 0.93rem; line-height: 1.7; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (max-width: 640px) {
  .page-header { padding: 84px 18px 52px; }
  .content-card { padding: 28px 18px; }
  .cta-section { padding: 22px 18px; }
  .price-table th, .price-table td { padding: 10px 11px; }
  .cta-actions .btn { flex: 1 1 100%; }
}
