:root {
  --content-max: 780px;
}

.content-page { background: #fff; }
.content-nav .nav-links a[aria-current="page"] { color: var(--green-dark); }
.content-page .section-head.wide .section-title,
.content-page .section-head.wide .section-sub { white-space: normal; }

.content-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  background: linear-gradient(180deg, #f2fbf7 0%, #fff 100%);
  border-bottom: 1px solid var(--border);
}
.content-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,185,120,.14), rgba(22,185,120,0) 70%);
}
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; font-weight: 700; }
.breadcrumbs a { color: var(--blue); }
.content-hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.content-kicker { margin-bottom: 16px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.content-hero h1 { max-width: 760px; color: var(--navy); font-size: clamp(38px, 5vw, 62px); line-height: 1.04; letter-spacing: -.055em; }
.content-lead { max-width: 700px; margin: 24px 0 28px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.content-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.content-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: var(--navy-soft); font-size: 12px; font-weight: 700; }
.content-proof span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.content-visual {
  position: relative;
  min-height: 430px;
  padding: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #0b315a, #145486);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}
.content-visual img { width: 100%; max-height: 380px; object-fit: cover; object-position: top; border-radius: 17px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.content-visual-card { width: 100%; display: grid; gap: 14px; }
.visual-booking { padding: 20px; background: #fff; border-radius: 16px; box-shadow: 0 18px 42px rgba(0,0,0,.16); }
.visual-booking small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.visual-booking strong { display: block; color: var(--navy); font-size: 18px; }
.visual-booking p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.visual-booking.highlight { margin-left: 36px; background: var(--green-pale); border: 1px solid rgba(22,185,120,.24); }
.visual-booking.highlight strong { color: var(--green-dark); }

.content-section { padding: 82px 0; }
.content-section.alt { background: var(--surface-alt); }
.content-layout { display: grid; grid-template-columns: minmax(0, var(--content-max)) 280px; align-items: start; justify-content: space-between; gap: 72px; }
.article-copy h2 { margin: 54px 0 18px; color: var(--navy); font-size: clamp(27px, 3.5vw, 38px); line-height: 1.18; letter-spacing: -.035em; }
.article-copy h2:first-child { margin-top: 0; }
.article-copy h3 { margin: 34px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.3; }
.article-copy p { margin: 0 0 20px; color: #425d70; font-size: 16px; line-height: 1.85; }
.article-copy ul, .article-copy ol { display: grid; gap: 12px; margin: 18px 0 28px 22px; color: #425d70; font-size: 16px; line-height: 1.7; }
.article-copy strong { color: var(--navy); }
.article-copy a:not(.btn) { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-callout { margin: 32px 0; padding: 24px 26px; color: var(--navy); background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; }
.content-callout p { margin: 0; color: inherit; }
.content-callout.warning { background: #fff8e8; border-color: #f0ad2d; }

.content-sidebar { position: sticky; top: 104px; display: grid; gap: 16px; }
.side-card { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); }
.side-card h2, .side-card h3 { margin-bottom: 12px; color: var(--navy); font-size: 17px; line-height: 1.35; }
.side-card p { margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.side-links { display: grid; gap: 10px; }
.side-links a { color: var(--blue); font-size: 13px; font-weight: 700; }

.feature-band { padding: 82px 0; background: var(--navy); }
.feature-band .section-head { color: #fff; }
.feature-band .section-title { color: #fff; }
.feature-band .section-sub { color: #c6d8e7; }
.content-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-feature { padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; }
.content-feature span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: #fff; background: var(--green); border-radius: 11px; font-weight: 900; }
.content-feature h3 { margin-bottom: 9px; color: #fff; font-size: 17px; }
.content-feature p { color: #c6d8e7; font-size: 13px; line-height: 1.7; }

.steps-list { counter-reset: content-step; display: grid; gap: 18px; margin: 28px 0 36px; }
.steps-list > div { position: relative; padding: 22px 24px 22px 72px; background: #fff; border: 1px solid var(--border); border-radius: 15px; box-shadow: var(--shadow-sm); }
.steps-list > div::before { counter-increment: content-step; content: counter(content-step); position: absolute; left: 22px; top: 22px; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--green); border-radius: 9px; font-size: 13px; font-weight: 900; }
.steps-list h3 { margin: 0 0 7px; font-size: 17px; }
.steps-list p { margin: 0; font-size: 14px; line-height: 1.7; }

.comparison { width: 100%; margin: 26px 0 34px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 15px; }
.comparison th, .comparison td { padding: 15px 16px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14px; }
.comparison th { color: var(--navy); background: var(--surface-alt); font-weight: 800; }
.comparison td { color: #425d70; }
.comparison tr:last-child td { border-bottom: 0; }

.content-faq { padding: 82px 0; background: #fff; }
.content-faq .faq-list { max-width: 860px; }
.related-pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { padding: 26px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); }
.related-card small { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin: 10px 0; color: var(--navy); font-size: 18px; line-height: 1.35; }
.related-card p { margin-bottom: 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.related-card a { color: var(--blue); font-size: 13px; font-weight: 800; }
.content-cta { padding: 74px 0; text-align: center; background: linear-gradient(135deg, #eafaf3, #edf6ff); }
.content-cta h2 { max-width: 760px; margin: 0 auto 16px; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.04em; }
.content-cta .clinic-cta-title { max-width: 920px; }
.clinic-cta-title span { display: block; white-space: nowrap; }
.content-cta p { max-width: 660px; margin: 0 auto 26px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.content-cta .barber-cta-copy { max-width: 900px; white-space: nowrap; }

@media (max-width: 980px) {
  .content-hero-grid { grid-template-columns: 1fr; }
  .content-visual { min-height: 360px; }
  .content-layout { grid-template-columns: 1fr; gap: 44px; }
  .content-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .content-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .content-hero { padding: 58px 0 52px; }
  .content-hero h1 { font-size: clamp(35px, 11vw, 48px); }
  .content-lead { font-size: 16px; }
  .content-visual { min-height: 300px; padding: 16px; border-radius: 20px; }
  .content-section, .feature-band, .content-faq { padding: 58px 0; }
  .content-sidebar, .content-features, .related-pages { grid-template-columns: 1fr; }
  .article-copy p, .article-copy ul, .article-copy ol { font-size: 15px; }
  .clinic-cta-title span { white-space: normal; }
  .content-cta .barber-cta-copy { white-space: normal; }
  .comparison { display: block; overflow-x: auto; }
  .comparison th, .comparison td { padding: 11px 9px; font-size: 12px; }
  .visual-booking.highlight { margin-left: 16px; }
}
