:root {
  --bg: #061112;
  --bg-2: #081718;
  --surface: #0d2224;
  --surface-2: #10282b;
  --surface-3: #173339;
  --line: rgba(173, 205, 211, 0.16);
  --line-strong: rgba(173, 205, 211, 0.28);
  --text: #f8fafc;
  --text-2: #bfd7dc;
  --muted: #8fa3aa;
  --faint: #647981;
  --teal: #08a9a6;
  --teal-2: #20d6cb;
  --emerald: #22c55e;
  --gold: #f4b74b;
  --gold-2: #ffd372;
  --dark: #021012;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --soft-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(120deg, rgba(8, 169, 166, 0.16), transparent 30rem),
    linear-gradient(180deg, #02090a 0%, var(--bg) 48%, #050d10 100%);
  color: var(--text);
}

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.site-shell {
  min-height: 100vh;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(173, 205, 211, 0.11);
  background: rgba(3, 13, 14, 0.88);
  backdrop-filter: blur(18px);
}

.topbar,
.nav-inner,
.hero-inner,
.section,
.footer-inner {
  width: min(100%, 1380px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.topbar,
.nav-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar {
  border-bottom: 1px solid rgba(173, 205, 211, 0.11);
  background: rgba(3, 13, 14, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(32, 214, 203, 0.38);
  box-shadow:
    0 0 0 7px rgba(8, 169, 166, 0.08),
    0 12px 26px rgba(0, 0, 0, 0.26);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.brand-tag {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links {
  display: none;
  gap: 38px;
  align-items: center;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 16px;
  font-weight: 750;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: flex;
  flex: 0 0 auto;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 40, 43, 0.86);
}

.language-switch button {
  border: 0;
  width: 44px;
  min-width: 44px;
  min-height: 34px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 950;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.language-switch button.active {
  background: var(--teal);
  color: #001416;
}

.nav-cta {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--teal);
  color: #001416;
  text-decoration: none;
  font-weight: 950;
}

.hero-section {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 86px 0 112px;
  background:
    linear-gradient(90deg, rgba(2, 56, 57, 0.76), rgba(3, 16, 17, 0.35) 52%, rgba(68, 55, 18, 0.26)),
    linear-gradient(180deg, rgba(10, 47, 43, 0.2), rgba(4, 13, 14, 0.94));
}

.hero-inner {
  display: grid;
  gap: 34px;
}

.hero-copy-block {
  max-width: 750px;
}

.eyebrow {
  color: var(--teal-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.gold-text {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(46px, 12vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  max-width: 800px;
  font-weight: 950;
}

h1 span {
  color: var(--gold);
}

h2 {
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
}

h3 {
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.hero-copy {
  color: var(--text-2);
  font-size: clamp(18px, 4.5vw, 22px);
  line-height: 1.55;
  max-width: 760px;
  margin-top: 30px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-copy-block > .actions {
  display: none !important;
}

.actions.centered {
  justify-content: center;
}

.legal-actions {
  margin-top: 26px;
}

.legal-actions .button {
  min-height: 58px;
  padding: 0 28px;
  font-size: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 950;
}

.button.primary {
  background: var(--teal);
  color: #001416;
  box-shadow: 0 18px 38px rgba(8, 169, 166, 0.22);
}

.button.secondary {
  background: rgba(4, 18, 19, 0.7);
  color: var(--text);
  border: 1px solid var(--line-strong);
}

.button.gold {
  background: var(--gold);
  color: #1b1300;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  align-items: center;
  color: var(--text-2);
  margin-top: 46px;
  font-size: 16px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.14em;
  font-size: 20px;
}

.hero-media {
  position: relative;
  min-height: 460px;
  border-radius: 34px;
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #060b0c;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 45%, rgba(2, 8, 9, 0.3)),
    radial-gradient(circle at 50% 0%, rgba(255, 215, 128, 0.15), transparent 18rem);
}

.barber-room {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 15, 17, 0.08), rgba(4, 15, 17, 0.26) 58%, rgba(3, 12, 13, 0.56)),
    url("assets/barbershop-hero.png") center / cover no-repeat;
}

.barber-room::before {
  content: none;
}

.barber-room::after {
  content: none;
}

.room-light {
  display: none;
}

.mirror {
  display: none;
}

.chair {
  display: none;
}

.counter {
  display: none;
}

.appointment-card {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 26px;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid var(--line-strong);
  background: rgba(8, 27, 29, 0.92);
  backdrop-filter: blur(14px);
}

.appointment-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(32, 214, 203, 0.38);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.appointment-card div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.appointment-card strong {
  font-size: 18px;
}

.appointment-card span {
  color: var(--muted);
  font-size: 14px;
}

.calendar-icon {
  margin-left: auto;
  color: var(--teal-2) !important;
  font-size: 24px !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(173, 205, 211, 0.08);
  background: rgba(2, 16, 18, 0.68);
}

.section-head {
  max-width: 860px;
  margin-bottom: 54px;
}

.feature-grid,
.steps-grid {
  display: grid;
  gap: 24px;
}

.feature-card,
.step-card,
.audience-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: rgba(13, 34, 36, 0.82);
  box-shadow: var(--soft-shadow);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: #001416;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 16px 34px rgba(8, 169, 166, 0.18);
}

.feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #001416;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card p,
.step-card p,
.audience-card p,
.cta-card p {
  color: var(--text-2);
  font-size: 17px;
  line-height: 1.58;
  margin-top: 14px;
}

.split-section {
  display: grid;
  gap: 24px;
}

.audience-card {
  min-height: 310px;
}

.audience-card ul {
  margin: 28px 0 0;
  padding-left: 20px;
  color: var(--text);
  line-height: 1.85;
  font-size: 16px;
}

.audience-card li::marker {
  color: var(--teal);
}

.audience-card:nth-child(2) li::marker {
  color: var(--gold);
}

.step-card span {
  display: block;
  color: var(--gold);
  font-size: 58px;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin-bottom: 22px;
}

.cta-section {
  padding-top: 80px;
}

.cta-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 28px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid rgba(244, 183, 75, 0.18);
  background:
    radial-gradient(circle at 18% 20%, rgba(8, 169, 166, 0.18), transparent 18rem),
    radial-gradient(circle at 82% 14%, rgba(244, 183, 75, 0.16), transparent 18rem),
    rgba(13, 34, 36, 0.82);
  box-shadow: var(--shadow);
}

.support-email {
  display: inline-flex;
  margin-top: 22px;
  color: var(--teal-2);
  font-size: 17px;
  font-weight: 900;
  word-break: break-word;
  text-decoration: none;
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(4, 14, 16, 0.82);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  color: var(--muted);
  font-size: 14px;
}

.footer a {
  color: var(--text-2);
  text-decoration: none;
  font-weight: 800;
}

.page-title,
.legal-layout {
  width: min(100%, 980px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-title {
  padding-top: 70px;
  padding-bottom: 22px;
}

.page-title h1 {
  font-size: clamp(38px, 9vw, 60px);
}

.legal-layout {
  display: grid;
  gap: 18px;
  padding-bottom: 84px;
}

.legal-card {
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background: rgba(13, 34, 36, 0.82);
}

.legal-card h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

.legal-card p,
.legal-card li {
  color: var(--text-2);
  font-size: 17px;
  line-height: 1.62;
}

.muted {
  color: var(--muted);
}

body [data-lang] {
  display: none;
}

html[data-lang="tr"] body [data-lang="tr"],
html[data-lang="en"] body [data-lang="en"] {
  display: revert;
}

html[data-lang="tr"] body .button[data-lang="tr"],
html[data-lang="en"] body .button[data-lang="en"],
html[data-lang="tr"] body .badge[data-lang="tr"],
html[data-lang="en"] body .badge[data-lang="en"],
html[data-lang="tr"] body .nav-cta[data-lang="tr"],
html[data-lang="en"] body .nav-cta[data-lang="en"] {
  display: inline-flex;
}

html[data-lang="tr"] body .legal-layout[data-lang="tr"],
html[data-lang="en"] body .legal-layout[data-lang="en"] {
  display: grid;
}

@media (max-width: 560px) {
  .nav-actions {
    gap: 6px;
  }

  .nav-cta {
    display: inline-flex !important;
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .nav-inner {
    min-height: 76px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-tag {
    display: none !important;
  }

  .language-switch button {
    width: 38px;
    min-width: 38px;
    min-height: 34px;
    padding: 0;
    font-size: 13px;
  }

  .hero-section {
    padding: 48px 0 70px;
    min-height: auto;
  }

  .hero-media {
    min-height: 360px;
    border-radius: 26px;
  }

  .appointment-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px;
    border-radius: 22px;
  }

  .appointment-card strong {
    font-size: 15px;
  }

  .appointment-card span {
    font-size: 12px;
  }

  .button {
    width: 100%;
  }

  .hero-copy-block > .actions {
    display: none;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .feature-card,
  .step-card,
  .audience-card {
    padding: 24px;
  }
}

@media (max-width: 1079px) {
  .nav-cta {
    display: none !important;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  html[data-lang="tr"] body .nav-cta[data-lang="tr"],
  html[data-lang="en"] body .nav-cta[data-lang="en"] {
    display: inline-flex !important;
  }

  .hero-copy-block > .actions {
    display: none !important;
  }
}

@media (min-width: 760px) {
  .nav-inner,
  .hero-inner,
  .section,
  .footer-inner {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    align-items: center;
  }

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

  .steps-grid,
  .split-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .footer-inner {
    justify-content: space-between;
  }
}

@media (min-width: 1080px) {
  .nav-links {
    display: flex;
  }

  .nav-cta {
    display: inline-flex;
  }

  .language-switch {
    order: 2;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-media {
    min-height: 560px;
  }
}
