:root {
  --bg: #ebe5dc;
  --bg-strong: #d8c6b0;
  --surface: rgba(250, 245, 238, 0.9);
  --surface-strong: #fefbf7;
  --card: rgba(255, 249, 242, 0.88);
  --text: #302722;
  --muted: #6c5f56;
  --line: rgba(95, 72, 52, 0.14);
  --accent: #403833;
  --accent-dark: #2d2724;
  --accent-soft: #b6926c;
  --shadow: 0 22px 44px rgba(75, 55, 39, 0.1);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(182, 146, 108, 0.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(117, 96, 79, 0.12), transparent 22%),
    linear-gradient(180deg, #f4ede5 0%, #e8ddd0 100%);
}

.page-flow {
  display: flex;
  flex-direction: column;
}

.page-flow > .hero {
  order: 1;
}

.page-flow > .trust-strip {
  order: 2;
}

.page-flow > .intro#tentang,
.page-flow > .intro#about {
  order: 3;
}

.page-flow > .profile {
  order: 4;
}

.page-flow > .relationship {
  order: 5;
}

.page-flow > .clinic-video {
  order: 6;
}

.page-flow > .doctor-profile {
  order: 7;
}

.page-flow > .tech-feature {
  order: 8;
}

.page-flow > .process {
  order: 9;
}

.page-flow > .journey-section {
  order: 10;
}

.page-flow > .featured-testimonial {
  order: 11;
}

.page-flow > .testimonials {
  order: 12;
}

.page-flow > .before-after {
  order: 13;
}

.page-flow > .beard-donor {
  order: 14;
}

.page-flow > .gallery {
  order: 15;
}

.page-flow > .advantages {
  order: 16;
}

.page-flow > .consultation {
  order: 17;
}

.page-flow > .reviews-proof {
  order: 18;
}

.page-flow > .faq {
  order: 19;
}

.page-flow > .brand-closing {
  order: 20;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 56, 51, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 56, 51, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 85%);
  pointer-events: none;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(73, 128, 88, 0.18);
  background: rgba(244, 251, 245, 0.94);
  box-shadow: 0 18px 34px rgba(41, 73, 49, 0.16);
  color: #204d2f;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  background: rgba(236, 247, 239, 0.98);
  box-shadow: 0 22px 38px rgba(41, 73, 49, 0.2);
}

.floating-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2f6a42;
  color: #f7fff9;
}

.floating-whatsapp-icon svg {
  width: 22px;
  height: 22px;
}

.floating-whatsapp-text {
  display: none;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 24px auto 64px;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(249, 242, 234, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 32px rgba(75, 55, 39, 0.07);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 249, 242, 0.9);
  border: 1px solid var(--line);
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.nav a,
.hero-text,
.hero-points,
.section-heading p,
.info-card p,
.timeline-item p,
.advantage-card p,
.consultation-copy p,
.faq-item p,
.contact-card small,
.form-status {
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 22px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.65);
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.language-switch a.is-active {
  background: var(--accent);
  color: #fbf4ec;
}

.nav a {
  text-decoration: none;
  font-size: 0.96rem;
  color: var(--muted);
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #f8f6f1;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 16px 28px rgba(64, 56, 51, 0.16);
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.button-secondary,
.button-ghost {
  background: rgba(255, 248, 240, 0.72);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  min-height: min(92vh, 860px);
  padding: 72px 42px 42px;
  align-items: center;
  border: 1px solid rgba(95, 72, 52, 0.12);
  border-radius: 36px;
  box-shadow: 0 28px 54px rgba(75, 55, 39, 0.12);
  background: linear-gradient(180deg, rgba(250, 243, 236, 0.26), rgba(242, 232, 220, 0.42));
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-background {
  --scroll-fade-progress: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translate3d(0, calc(var(--scroll-fade-progress) * 34px), 0)
    scale(calc(1 + (var(--scroll-fade-progress) * 0.055)));
  opacity: calc(1 - (var(--scroll-fade-progress) * 0.94));
  transform-origin: center top;
  transition: opacity 220ms ease-out;
}

.hero-background picture,
.hero-background img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-background img {
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.94) contrast(1.02);
}

.hero-background-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 23, 20, 0.66) 0%, rgba(28, 23, 20, 0.34) 43%, rgba(28, 23, 20, 0.48) 100%),
    linear-gradient(180deg, rgba(250, 241, 231, 0.08) 0%, rgba(250, 241, 231, 0) 26%, rgba(39, 31, 27, 0.38) 100%);
}

.hero-background-glow {
  position: absolute;
  inset: auto auto -14% -8%;
  width: min(540px, 58vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 146, 108, 0.34) 0%, rgba(182, 146, 108, 0) 70%);
  pointer-events: none;
}

.hero-copy {
  max-width: 650px;
  padding: 34px 34px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(38, 31, 27, 0.62), rgba(38, 31, 27, 0.38));
  border: 1px solid rgba(255, 245, 235, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 34px rgba(17, 13, 11, 0.18);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero .eyebrow {
  color: rgba(255, 241, 224, 0.78);
}

.hero h1,
.section-heading h2,
.hero-panel h2,
.consultation-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  max-width: none;
  color: #fff7ef;
}

.hero h1 span {
  color: #f2cfaa;
}

.hero-text {
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 22px 0 0;
  color: rgba(255, 244, 233, 0.8);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 244, 233, 0.8);
}

.hero-points li {
  position: relative;
  padding-left: 20px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2cfaa;
}

.hero-card,
.trust-strip,
.info-card,
.timeline-item,
.advantage-card,
.gallery-card,
.lead-form,
.contact-card,
.faq-item,
.testimonial-card {
  border: 1px solid var(--line);
  background: var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.9), rgba(242, 231, 219, 0.82)),
    linear-gradient(135deg, rgba(182, 146, 108, 0.1), transparent 60%);
  min-height: 100%;
  backdrop-filter: blur(10px);
}

.hero .button-ghost {
  background: rgba(255, 247, 238, 0.12);
  color: #fff7ef;
  border-color: rgba(255, 240, 225, 0.22);
}

.hero .button-ghost:hover,
.hero .button-ghost:focus-visible {
  background: rgba(255, 247, 238, 0.2);
}

.panel-label {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-dark);
}

.hero-panel h2 {
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  margin-bottom: 24px;
}

.metric-grid {
  display: grid;
  gap: 16px;
}

.metric-grid article {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(251, 246, 240, 0.92);
  border: 1px solid rgba(95, 72, 52, 0.1);
}

.metric-grid strong,
.timeline-item h3,
.info-card h3,
.advantage-card h3,
.faq-item summary,
.contact-card strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.metric-grid span {
  color: var(--muted);
  line-height: 1.65;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
}

.trust-strip div {
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(250, 244, 236, 0.88);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: 88px 0 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading h2,
.consultation-copy h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
  max-width: none;
}

.section-heading p {
  margin: 0;
}

.reviews-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(244, 232, 219, 0.72);
  box-shadow: var(--shadow);
}

.reviews-summary h2 {
  margin: 0;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.reviews-summary p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.reviews-rating-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 250, 245, 0.96);
}

.reviews-score {
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 0.95;
}

.reviews-score span {
  font-size: 0.42em;
}

.reviews-stars {
  color: #b6926c;
  letter-spacing: 0.18em;
  font-size: 1.05rem;
}

.reviews-rating-card strong {
  display: block;
  margin-top: 6px;
  color: var(--accent-dark);
}

.reviews-rating-card p {
  margin: 6px 0 0;
  font-size: 0.95rem;
}

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

.reviews-carousel {
  display: grid;
  gap: 16px;
}

.reviews-carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reviews-carousel-top strong {
  color: var(--accent-dark);
}

.reviews-carousel-controls {
  display: flex;
  gap: 10px;
}

.reviews-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(95, 72, 52, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.96);
  color: var(--accent-dark);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reviews-arrow:hover,
.reviews-arrow:focus-visible {
  transform: translateY(-1px);
  background: rgba(244, 232, 219, 0.96);
  box-shadow: 0 12px 24px rgba(75, 55, 39, 0.1);
}

.reviews-viewport {
  overflow: hidden;
  border-radius: 26px;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-slide {
  scroll-snap-align: start;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(95, 72, 52, 0.08);
  background: rgba(255, 250, 245, 0.94);
  box-shadow: 0 14px 30px rgba(75, 55, 39, 0.06);
}

.review-slide strong {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-dark);
}

.review-slide span {
  display: block;
  color: var(--muted);
  line-height: 1.75;
}

.clinic-video-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(244, 232, 219, 0.72);
  box-shadow: var(--shadow);
}

.clinic-video-copy h2 {
  margin: 0;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.clinic-video-copy p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.clinic-video-frame {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 249, 242, 0.94);
  box-shadow: 0 16px 34px rgba(75, 55, 39, 0.08);
}

.clinic-video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.clinic-video-links {
  margin-top: 14px;
}

.tech-feature-shell {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 22px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(244, 232, 219, 0.72);
  box-shadow: var(--shadow);
}

.tech-feature-copy h2 {
  margin: 0;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.tech-feature-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.tech-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tech-feature-visual {
  display: grid;
}

.tech-feature-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(242, 231, 219, 0.95)),
    linear-gradient(135deg, rgba(182, 146, 108, 0.08), transparent 60%);
  box-shadow: 0 16px 34px rgba(75, 55, 39, 0.08);
}

.tech-feature-image {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 249, 242, 0.92);
}

.tech-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tech-feature-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(64, 56, 51, 0.1);
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tech-feature-panel h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--accent-dark);
}

.tech-feature-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tech-feature-stats article,
.tech-feature-list div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 249, 242, 0.88);
}

.tech-feature-stats strong,
.tech-feature-stats span {
  display: block;
}

.tech-feature-stats strong {
  color: var(--accent-dark);
  font-size: 1.15rem;
}

.tech-feature-stats span,
.tech-feature-list div {
  color: var(--muted);
  line-height: 1.6;
}

.tech-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.featured-testimonial-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  gap: 22px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(244, 232, 219, 0.72);
  box-shadow: var(--shadow);
}

.featured-testimonial-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
  color: var(--accent-dark);
}

.featured-testimonial-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.featured-testimonial-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.featured-testimonial-thumb {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 249, 242, 0.88);
  box-shadow: 0 10px 24px rgba(75, 55, 39, 0.08);
}

.featured-testimonial-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.featured-testimonial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.featured-testimonial-video {
  padding: 18px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  border-radius: 26px;
  background: rgba(255, 249, 242, 0.94);
  box-shadow: 0 16px 34px rgba(75, 55, 39, 0.08);
}

.featured-testimonial-video video {
  width: 100%;
  border-radius: 20px;
  background: #000;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.featured-testimonial-video strong,
.featured-testimonial-video span {
  display: block;
}

.featured-testimonial-video strong {
  margin-top: 14px;
  color: var(--accent-dark);
  font-size: 1.05rem;
}

.featured-testimonial-video span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.intro-grid,
.advantages-grid,
.profile-grid,
.profile-values,
.relationship-grid,
.doctor-grid,
.doctor-values,
.anesthesia-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.advantage-card,
.profile-card,
.profile-values article,
.relationship-card,
.benefit-card,
.safety-card,
.doctor-card,
.doctor-values article {
  padding: 24px;
  border-radius: 24px;
}

.info-card p,
.advantage-card p,
.profile-card p,
.profile-values p,
.relationship-card p,
.benefit-card p,
.safety-card p,
.doctor-card p,
.doctor-values p,
.timeline-item p,
.faq-item p,
.consultation-copy p {
  line-height: 1.75;
  margin: 0;
}

.profile-grid {
  grid-template-columns: 0.9fr 1fr 0.95fr;
}

.profile-card,
.profile-values article,
.profile-photo {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
}

.profile-photo {
  margin: 0;
  padding: 14px;
  border-radius: 28px;
  overflow: hidden;
  align-self: stretch;
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
}

.profile-kicker {
  margin-bottom: 10px;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.profile-card h3 {
  margin: 0 0 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.profile-card p + p {
  margin-top: 14px;
}

.profile-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.profile-points li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(251, 246, 240, 0.9);
  border: 1px solid rgba(95, 72, 52, 0.1);
  font-weight: 600;
}

.profile-values {
  margin-top: 18px;
}

.profile-values strong {
  display: block;
  margin-bottom: 10px;
}

.journey-section {
  color: #302722;
}

.journey-shell {
  padding: 44px;
  border: 1px solid rgba(95, 72, 52, 0.12);
  border-radius: 32px;
  background: rgba(248, 241, 232, 0.94);
  box-shadow: 0 22px 48px rgba(75, 55, 39, 0.08);
}

.journey-header {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.journey-eyebrow {
  margin: 0 0 12px;
  color: #9b7754;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.journey-header h2,
.journey-benefits-copy h3,
.journey-cta h3 {
  margin: 0;
  color: #403833;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.journey-header h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.journey-subtitle,
.journey-step-body p,
.journey-benefits-copy p,
.journey-cta p {
  color: #6c5f56;
  line-height: 1.8;
}

.journey-subtitle {
  max-width: 62ch;
  margin: 18px auto 0;
}

.journey-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.journey-highlight-card,
.journey-step-body,
.journey-benefit-card,
.journey-cta {
  border: 1px solid rgba(95, 72, 52, 0.1);
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.96);
  box-shadow: 0 14px 30px rgba(75, 55, 39, 0.07);
}

.journey-highlight-card,
.journey-benefit-card {
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.journey-highlight-card:hover,
.journey-benefit-card:hover,
.journey-step-body:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(75, 55, 39, 0.09);
  border-color: rgba(182, 146, 108, 0.32);
}

.journey-icon,
.journey-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #403833;
  color: #f6ece0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.journey-highlight-card strong,
.journey-benefit-card strong {
  display: block;
  margin: 16px 0 8px;
  color: #403833;
  font-size: 1.02rem;
}

.journey-highlight-card p,
.journey-benefit-card p {
  margin: 0;
  color: #6c5f56;
  line-height: 1.7;
}

.journey-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.journey-timeline::before {
  content: "";
  position: absolute;
  left: 86px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(64, 56, 51, 0.18), rgba(182, 146, 108, 0.24));
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 18px;
  align-items: start;
}

.journey-step-marker {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.journey-step-marker span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: #403833;
  color: #fbf4ec;
  font-size: 0.82rem;
  font-weight: 700;
}

.journey-step-body {
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.journey-step-body h3 {
  margin: 0 0 10px;
  color: #403833;
  font-size: 1.2rem;
  line-height: 1.25;
}

.journey-step-body p {
  margin: 0;
}

.journey-step-body small {
  display: block;
  margin-top: 12px;
  color: #9b7754;
  font-size: 0.92rem;
  font-weight: 600;
}

.journey-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.journey-mini-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: #efe1d2;
  color: #403833;
  font-size: 0.93rem;
  font-weight: 600;
}

.journey-benefits {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  margin-top: 36px;
}

.journey-hotel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  margin-top: 34px;
}

.journey-hotel-copy,
.journey-hotel-card {
  padding: 24px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.96);
  box-shadow: 0 14px 30px rgba(75, 55, 39, 0.07);
}

.journey-hotel-copy h3 {
  margin: 0;
  color: #403833;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.06;
}

.journey-hotel-copy p {
  margin: 16px 0 0;
  color: #6c5f56;
  line-height: 1.8;
}

.journey-hotel-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.journey-hotel-photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(95, 72, 52, 0.08);
}

.journey-hotel-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.journey-hotel-card strong,
.journey-hotel-card span {
  display: block;
}

.journey-hotel-card strong {
  color: #403833;
  font-size: 1.06rem;
}

.journey-hotel-card span {
  margin-top: 10px;
  color: #6c5f56;
  line-height: 1.7;
}

.journey-hotel-card .button {
  margin-top: 20px;
  align-self: flex-start;
}

.journey-benefits-copy {
  padding: 8px 6px 8px 0;
}

.journey-benefits-copy h3,
.journey-cta h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.08;
}

.journey-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journey-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  background: rgba(239, 226, 211, 0.88);
}

.journey-cta p {
  margin: 14px 0 0;
}

.journey-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.journey-button-primary {
  background: #403833;
  color: #fbf4ec;
  box-shadow: 0 16px 30px rgba(64, 56, 51, 0.16);
}

.journey-button-primary:hover,
.journey-button-primary:focus-visible {
  background: #2d2724;
}

.journey-button-secondary {
  border-color: rgba(95, 72, 52, 0.14);
  color: #403833;
  background: rgba(255, 250, 245, 0.95);
}

.relationship-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.relationship-card,
.benefit-card,
.safety-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
}

.relationship-card h3,
.safety-card h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.relationship-card p + p,
.safety-card p + p {
  margin-top: 14px;
}

.relationship-card .button {
  margin-top: 20px;
}

.relationship-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.safety-card {
  margin-top: 18px;
}

.doctor-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
}

.doctor-card,
.doctor-values article {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
}

.doctor-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.doctor-photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(95, 72, 52, 0.1);
  background: rgba(255, 249, 242, 0.92);
}

.doctor-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.doctor-card p + p {
  margin-top: 14px;
}

.doctor-card .button {
  margin-top: 18px;
}

.doctor-points {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.doctor-points li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(251, 246, 240, 0.9);
  border: 1px solid rgba(95, 72, 52, 0.1);
  font-weight: 600;
}

.doctor-values strong {
  display: block;
  margin-bottom: 10px;
}

.beard-donor-grid,
.beard-donor-bottom,
.beard-donor-info,
.beard-donor-gallery {
  display: grid;
  gap: 18px;
}

.beard-donor-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.beard-donor-bottom {
  grid-template-columns: 1.05fr 0.95fr;
  margin-top: 18px;
}

.beard-donor-info {
  grid-template-columns: 1fr;
}

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

.beard-donor-card,
.beard-donor-visual,
.beard-donor-thumb {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  border-radius: 24px;
  overflow: hidden;
}

.beard-donor-card {
  padding: 24px;
}

.beard-donor-copy h3,
.beard-donor-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.beard-donor-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.beard-donor-card p + p {
  margin-top: 14px;
}

.beard-donor-visual img,
.beard-donor-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beard-donor-visual img {
  min-height: 100%;
  aspect-ratio: 4 / 5;
}

.beard-donor-thumb img {
  aspect-ratio: 4 / 5;
}

.anesthesia-grid {
  margin-top: 18px;
  grid-template-columns: 1.05fr 0.95fr 0.8fr;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.gallery-card {
  margin: 0;
  padding: 12px;
  border-radius: 26px;
  overflow: hidden;
}

.gallery-card-large {
  grid-row: span 2;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.gallery-card-large img {
  min-height: 100%;
  object-position: center 18%;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.before-after-card {
  margin: 0;
  padding: 14px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.before-after-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.before-after-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.timeline-item {
  padding: 24px;
  border-radius: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.info-card,
.advantage-card,
.profile-card,
.profile-values article,
.relationship-card,
.benefit-card,
.safety-card,
.timeline-item,
.gallery-card,
.testimonial-card,
.faq-item,
.contact-card,
.lead-form,
.trust-strip {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.info-card:hover,
.advantage-card:hover,
.profile-card:hover,
.profile-values article:hover,
.relationship-card:hover,
.benefit-card:hover,
.safety-card:hover,
.timeline-item:hover,
.gallery-card:hover,
.testimonial-card:hover,
.faq-item:hover,
.contact-card:hover,
.lead-form:hover,
.trust-strip:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(75, 55, 39, 0.1);
  border-color: rgba(182, 146, 108, 0.24);
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: #403833;
  color: #fbf4ec;
  font-weight: 800;
}

.consultation {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(251, 246, 240, 0.92);
}

.contact-card a {
  display: inline-block;
  margin: 10px 0 8px;
  color: #403833;
  font-weight: 700;
  text-decoration: none;
}

.contact-card a + a {
  display: block;
  margin-top: 0;
}

.brand-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lead-form {
  padding: 26px;
  border-radius: 30px;
  background: var(--surface);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 10px;
  font-weight: 600;
}

.full-width {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(95, 72, 52, 0.14);
  border-radius: 16px;
  background: rgba(255, 252, 248, 0.96);
  color: var(--text);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(182, 146, 108, 0.16);
  border-color: rgba(95, 72, 52, 0.28);
}

.lead-form .button {
  margin-top: 18px;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
  border-radius: 24px;
}

.testimonial-story h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card p {
  margin: 10px 0 12px;
  line-height: 1.75;
  color: var(--muted);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--accent-dark);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(108, 84, 63, 0.28);
  transition: color 180ms ease, border-color 180ms ease;
}

.inline-link:hover {
  color: var(--accent);
  border-color: rgba(165, 137, 103, 0.72);
}

.testimonial-card span {
  color: var(--accent-dark);
  font-size: 0.95rem;
  font-weight: 600;
}

.testimonial-highlight {
  margin-top: 18px;
}

.testimonial-video {
  display: grid;
  align-content: start;
  gap: 14px;
}

.testimonial-video video {
  width: 100%;
  border-radius: 18px;
  background: #000;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 22px 56px 22px 24px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-dark);
  font-size: 1.5rem;
  font-weight: 500;
  transition: transform 220ms ease, color 220ms ease;
}

.faq-item[open] summary {
  color: var(--accent);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  color: var(--accent);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 24px 22px;
}

.brand-closing-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 34px 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(245, 235, 224, 0.74);
  box-shadow: var(--shadow);
  text-align: center;
}

.brand-closing-logo {
  width: min(180px, 46vw);
  height: auto;
  object-fit: contain;
}

.brand-closing-card h2 {
  margin: 0;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.06;
}

.brand-closing-card p {
  max-width: 56ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.brand-closing-card .button {
  margin-top: 8px;
}

.site-copyright {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(48, 39, 34, 0.72);
  letter-spacing: 0.02em;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-float {
  will-change: transform;
}

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 270ms;
}

@media (max-width: 1000px) {
  .hero,
  .consultation,
  .intro-grid,
  .clinic-video-shell,
  .reviews-shell,
  .tech-feature-shell,
  .featured-testimonial-shell,
  .featured-testimonial-gallery,
  .profile-grid,
  .profile-values,
  .relationship-grid,
  .relationship-benefits,
  .doctor-grid,
  .doctor-values,
  .beard-donor-grid,
  .beard-donor-bottom,
  .beard-donor-gallery,
  .anesthesia-grid,
  .timeline,
  .journey-highlights,
  .journey-hotel,
  .journey-benefits,
  .journey-benefit-grid,
  .journey-cta,
  .gallery-grid,
  .before-after-grid,
  .testimonials-grid,
  .advantages-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .gallery-card-large {
    grid-row: auto;
  }

  .nav {
    display: none;
  }

  .topbar-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .topbar {
    border-radius: 28px;
    padding: 14px 16px;
  }

  .section-heading h2,
  .consultation-copy h2 {
    max-width: none;
  }

  .journey-timeline::before {
    left: 21px;
  }

  .journey-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 0;
  }

  .journey-step-marker {
    justify-content: flex-start;
    padding-left: 0;
  }

  .journey-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    margin-top: 12px;
  }

  .section {
    padding-top: 64px;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 26px;
    top: 12px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .brand strong {
    font-size: 1rem;
    line-height: 1.2;
  }

  .brand small {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .topbar-actions {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .language-switch {
    width: auto;
  }

  .language-switch a {
    min-width: 40px;
    min-height: 34px;
  }

  .topbar-actions .button-secondary {
    width: auto;
    min-width: 148px;
  }

  .hero {
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 18px;
    min-height: auto;
    border-radius: 28px;
  }

  .hero-copy {
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .hero-background img {
    object-position: center 24%;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero-panel,
  .clinic-video-shell,
  .tech-feature-shell,
  .featured-testimonial-shell,
  .journey-shell,
  .lead-form,
  .contact-card,
  .brand-closing-card {
    padding: 22px 18px;
  }

  .section-heading {
    gap: 8px;
    margin-bottom: 22px;
  }

  .section-heading h2,
  .consultation-copy h2,
  .clinic-video-copy h2,
  .featured-testimonial-copy h2,
  .journey-header h2,
  .brand-closing-card h2 {
    font-size: clamp(1.9rem, 9vw, 2.4rem);
    line-height: 1.08;
  }

  .hero-actions,
  .form-grid,
  .profile-points,
  .featured-testimonial-actions,
  .tech-feature-stats,
  .tech-feature-list {
    grid-template-columns: 1fr;
  }

  .section-heading p,
  .journey-subtitle,
  .journey-step-body p,
  .journey-benefits-copy p,
  .journey-cta p,
  .info-card p,
  .advantage-card p,
  .review-slide span,
  .faq-answer p,
  .testimonial-card p,
  .contact-card small {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .journey-shell {
    padding: 26px 18px;
  }

  .journey-highlights,
  .journey-timeline,
  .journey-benefits,
  .journey-hotel,
  .journey-benefit-grid,
  .gallery-grid,
  .before-after-grid,
  .testimonials-grid {
    gap: 14px;
  }

  .journey-step {
    padding-left: 0;
  }

  .journey-timeline::before {
    display: none;
  }

  .journey-highlight-card,
  .journey-step-body,
  .journey-benefit-card,
  .journey-cta {
    border-radius: 20px;
  }

  .profile-photo img {
    min-height: 360px;
  }

  .doctor-photo img,
  .beard-donor-visual img,
  .beard-donor-thumb img {
    aspect-ratio: 4 / 4.6;
  }

  .gallery-card {
    padding: 10px;
  }

  .gallery-card img {
    min-height: 240px;
  }

  .featured-testimonial-thumb {
    border-radius: 16px;
  }

  .featured-testimonial-video {
    padding: 14px;
  }

  .featured-testimonial-video video {
    max-width: 280px;
  }

  .testimonial-video video {
    max-height: 520px;
  }

  .contact-card a,
  .inline-link {
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .faq-item {
    padding: 20px 18px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    width: 62px;
    height: 62px;
  }

  .hero-actions .button,
  .topbar-actions .button,
  .button-ghost,
  .lead-form .button,
  .journey-cta-actions .button,
  .featured-testimonial-actions .button {
    width: 100%;
  }

  .form-grid {
    display: grid;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .topbar {
    padding: 10px 12px;
    border-radius: 22px;
  }

  .topbar-actions .button-secondary {
    min-width: 0;
  }

  .hero {
    padding-top: 34px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 24px;
  }

  .hero-copy {
    padding: 22px 18px 20px;
  }

  .hero-panel,
  .clinic-video-shell,
  .reviews-shell,
  .featured-testimonial-shell,
  .lead-form,
  .contact-card,
  .brand-closing-card {
    padding: 18px 16px;
  }

  .featured-testimonial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .reviews-carousel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-photo {
    padding: 10px;
  }

  .profile-photo img {
    min-height: 320px;
  }

  .journey-shell {
    padding: 22px 16px;
  }

  .journey-step-body,
  .journey-highlight-card,
  .journey-benefit-card,
  .journey-hotel-copy,
  .journey-hotel-card,
  .beard-donor-card,
  .testimonial-card,
  .profile-card,
  .doctor-card,
  .doctor-values article,
  .relationship-card,
  .benefit-card,
  .safety-card,
  .info-card,
  .advantage-card {
    padding: 20px 16px;
  }

  .gallery-card img {
    min-height: 220px;
  }

  .before-after-card {
    padding: 10px;
  }

  .journey-mini-list li {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .brand-closing-actions {
    width: 100%;
  }

  .brand-closing-actions .button {
    width: 100%;
  }

  .floating-whatsapp {
    right: 10px;
    left: auto;
    bottom: 10px;
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 420px) {
  .floating-whatsapp {
    width: 56px;
    height: 56px;
  }

  .floating-whatsapp-icon {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .scroll-float,
  .info-card,
  .advantage-card,
  .profile-card,
  .profile-values article,
  .relationship-card,
  .benefit-card,
  .safety-card,
  .timeline-item,
  .gallery-card,
  .testimonial-card,
  .faq-item,
  .contact-card,
  .lead-form,
  .trust-strip {
    transition: none !important;
    transform: none !important;
  }
}
