body {
  background: #fffafc;
  color: #24161c;
  font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
}

.cap-page {
  background: linear-gradient(180deg, #fff7fa 0, #fff 34%, #fff8fb 100%);
  overflow-x: clip;
}

.cap-page .container {
  width: min(1200px, calc(100% - 38px));
  margin: 0 auto;
  padding: 0;
}

.hero-section {
  position: relative;
  border-bottom: 1px solid #edcfd9;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .7) 0 18%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #fff0f5 0%, #fbe1ea 48%, #fff7ed 100%);
  overflow: hidden;
}

.hero-carousel-track {
  position: relative;
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: block;
  animation: heroFade .45s ease;
}

.hero-slide--barber {
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 255, 255, .08) 0 15%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(135deg, #060505 0%, #151215 50%, #0f0d0d 100%);
}

.hero-slide--barber .hero-kicker {
  color: #d4af37;
}

.hero-slide--barber .hero-title,
.hero-slide--barber .hero-description,
.hero-slide--barber .hero-benefits,
.hero-slide--barber .hero-proof-card strong,
.hero-slide--barber .hero-proof-card span {
  color: #f4e2a4;
}

.hero-slide--barber .hero-title span {
  color: #d4af37;
}

.hero-slide--barber .hero-description {
  color: #e6d8b2;
}

.hero-slide--barber .hero-buttons .btn-primary {
  background: #d4af37;
  color: #0f0d0d;
  box-shadow: 0 14px 26px rgba(212, 175, 55, .25);
}

.hero-slide--barber .hero-buttons .btn-primary:hover {
  background: #bf9b35;
}

.hero-slide--barber .hero-buttons .btn-outline-whatsapp {
  border-color: rgba(212, 175, 55, .7);
  background: rgba(212, 175, 55, .12);
  color: #f1e1a1;
}

.hero-slide--barber .hero-benefits li::before {
  border-color: #d4af37;
}

.hero-slide--barber .hero-proof-card {
  border-color: rgba(212, 175, 55, .55);
  background: rgba(11, 10, 10, .86);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .42);
}

.hero-slide--barber .hero-proof-card strong {
  color: #fff;
}

.hero-slide--barber .hero-proof-card span:last-child {
  color: #f5e0a8;
}

@keyframes heroFade {
  from {
    opacity: .2;
  }

  to {
    opacity: 1;
  }
}

.hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  gap: 46px;
  align-items: center;
  padding: 58px 0 34px;
}

.hero-kicker {
  margin: 0 0 12px;
  color: #bf2f68;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 690px;
  margin: 0;
  color: #170f13;
  font-family: "Archivo", "Manrope", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  overflow-wrap: anywhere;
}

.hero-title span {
  color: #c53470;
}

.hero-description {
  max-width: 560px;
  margin: 22px 0 0;
  color: #4f4248;
  font-size: 17px;
  line-height: 1.7;
}

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

.cap-page .btn {
  min-height: 48px;
  border-radius: 6px;
  padding: 0 24px;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.cap-page .btn-primary {
  background: #c53470;
  color: #fff;
  box-shadow: 0 14px 26px rgba(197, 52, 112, .24);
}

.cap-page .btn-primary:hover {
  background: #aa285e;
}

.btn-outline-whatsapp {
  border: 1px solid #d99aaf;
  background: rgba(255, 255, 255, .82);
  color: #9f2d59;
}

.hero-benefits,
.cta-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #5b4b52;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-benefits li,
.cta-seals li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.hero-benefits li::before,
.spotlight-list li::before,
.cta-seals li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #c53470;
  border-radius: 50%;
  flex: 0 0 auto;
}

.hero-right-container {
  position: relative;
  min-height: 480px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-right-container img {
  width: min(100%, 520px);
  height: min(480px, 75vw);
  object-fit: cover;
  object-position: center bottom;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 26px 60px rgba(98, 43, 64, .18);
}

.hero-proof-card {
  position: absolute;
  left: 0;
  top: 34%;
  width: 150px;
  min-height: 142px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(229, 179, 195, .74);
  border-radius: 8px;
  background: rgba(255, 247, 250, .94);
  padding: 20px;
  box-shadow: 0 18px 36px rgba(85, 37, 55, .14);
}

.hero-proof-card strong {
  color: #170f13;
  font-size: 25px;
  line-height: 1;
}

.hero-proof-card span:last-child {
  color: #5d4d55;
  font-size: 12px;
  line-height: 1.35;
}

.video-dot {
  width: 28px;
  height: 20px;
  display: block;
  border-radius: 5px;
  background: #e51b3e;
}

.video-dot::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 5px auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.hero-carousel-button {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 154, 175, .74);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #a3265b;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(98, 43, 64, .15);
  transform: translateY(-50%);
}

.hero-carousel-button--prev {
  left: max(14px, calc((100vw - 1200px) / 2 - 58px));
}

.hero-carousel-button--next {
  right: max(14px, calc((100vw - 1200px) / 2 - 58px));
}

.hero-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-carousel-dots button {
  width: 10px;
  height: 10px;
  border: 1px solid #c53470;
  border-radius: 50%;
  background: rgba(255, 255, 255, .75);
  padding: 0;
}

.hero-carousel-dots button.is-active {
  background: #c53470;
}

.barber-teaser-section {
  padding: 30px 0 8px;
}

.barber-teaser-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 880px);
  margin: 0 auto;
  border: 1px solid rgba(212, 175, 55, .5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 35%, rgba(212, 175, 55, .12) 0 7%, transparent 15%),
    radial-gradient(circle at 84% 72%, rgba(212, 175, 55, .14) 0 6%, transparent 13%),
    linear-gradient(135deg, rgba(12, 11, 11, .96), rgba(36, 34, 30, .94) 55%, rgba(56, 42, 4, .96));
  color: #f9f0d2;
  padding: 28px 30px 24px;
  box-shadow: 0 20px 44px rgba(36, 24, 5, .22);
}

.barber-teaser-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: 46px;
  width: 250px;
  height: 150px;
  border-top: 18px solid rgba(212, 175, 55, .12);
  border-radius: 50%;
  transform: rotate(12deg);
  pointer-events: none;
}

.barber-teaser-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.barber-teaser-icon {
  color: #d4af37;
  font-size: 34px;
  line-height: 1;
}

.barber-teaser-kicker {
  margin: 0 0 6px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.barber-teaser-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Archivo", "Manrope", Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.barber-teaser-copy p:not(.barber-teaser-kicker) {
  max-width: 650px;
  margin: 12px 0 0;
  color: #efe2bf;
  font-size: 15px;
  line-height: 1.65;
}

.barber-teaser-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 22px 60px;
  padding: 0;
  list-style: none;
}

.barber-teaser-tags li {
  border: 1px solid rgba(212, 175, 55, .72);
  border-radius: 999px;
  color: #f4d16b;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.barber-teaser-button {
  position: relative;
  z-index: 1;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: #d4af37;
  color: #070606;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  padding: 12px 16px;
  text-align: center;
  transition: background .18s ease, transform .18s ease;
}

.barber-teaser-button:hover {
  background: #e1bf48;
  color: #070606;
  transform: translateY(-1px);
}

.barber-teaser-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: #cbbf9c;
  font-size: 12px;
}

.authority-strip,
.testimonials-section {
  padding: 42px 0 24px;
}

.section-header {
  margin: 0 0 28px;
  text-align: center;
}

.section-header h2,
.featured-header h2,
.spotlight-copy h2 {
  margin: 0;
  color: #170f13;
  font-family: "Archivo", "Manrope", Arial, sans-serif;
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid #f0d8e1;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 18px 42px rgba(129, 62, 89, .08);
}

.authority-item {
  min-height: 126px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
}

.authority-item span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #e7b4c6;
  border-radius: 50%;
  color: #c53470;
  font-size: 12px;
  font-weight: 900;
}

.authority-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.authority-item small {
  color: #6d5d64;
  font-size: 12px;
}

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

.testimonial-card {
  overflow: hidden;
  border: 1px solid #ecd9e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(129, 62, 89, .10);
}

.testimonial-card::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f2a9c1;
}

.testimonial-card img {
  display: none;
}

.testimonial-card .stars {
  margin: 16px 18px 8px;
  color: #c53470;
  font-size: 13px;
  letter-spacing: .12em;
}

.testimonial-card p {
  margin: 0 18px 12px;
  color: #473940;
  font-size: 13px;
  line-height: 1.55;
}

.testimonial-card strong {
  display: block;
  margin: 0 18px 18px;
  color: #170f13;
  font-size: 13px;
}

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

.category-card {
  overflow: hidden;
  border: 1px solid #ecd9e2;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 14px 32px rgba(129, 62, 89, .09);
  transition: transform .18s ease, box-shadow .18s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(129, 62, 89, .14);
}

.category-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.category-title {
  display: block;
  padding: 16px 16px 4px;
  color: #b52e65;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card small {
  display: block;
  min-height: 62px;
  padding: 0 16px 16px;
  color: #5d4d55;
  font-size: 13px;
  line-height: 1.45;
}

.featured-course {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: stretch;
  margin: 30px auto 54px;
  border: 1px solid #ecd9e2;
  border-radius: 8px;
  background: linear-gradient(90deg, #1c2229 0 42%, #fff7fa 42% 100%);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(129, 62, 89, .10);
}

.spotlight-media {
  position: relative;
  min-height: 360px;
}

.spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}

.spotlight-media span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  border-radius: 6px;
  background: #fff;
  color: #244a3b;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-copy {
  padding: 42px 42px 42px 12px;
}

.spotlight-copy p {
  margin: 14px 0 0;
  color: #4f4248;
  line-height: 1.65;
}

.spotlight-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  color: #2d2227;
  font-size: 14px;
  font-weight: 700;
}

.spotlight-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
}

.featured-header > div,
.featured-header h2 {
  min-width: 0;
}

.featured-header a {
  color: #b52e65;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.course-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 22px;
  border: 1px solid #ecd2dc;
  border-radius: 8px;
  background: #fff7fa;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(129, 62, 89, .07);
}

.course-filter label {
  color: #24161c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-filter select {
  min-height: 42px;
  min-width: min(100%, 260px);
  border: 1px solid #d99aaf;
  border-radius: 6px;
  background: #fff;
  color: #8f2854;
  padding: 0 38px 0 12px;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.course-filter span {
  color: #6d5d64;
  font-size: 12px;
  font-weight: 800;
  min-width: 0;
}

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

.course-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ecd9e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(129, 62, 89, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.course-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(129, 62, 89, .13);
}

.course-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.course-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  color: #fff;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.badge-bestseller {
  background: #c53470;
}

.badge-lancamento {
  background: #548f8a;
}

.badge-popular {
  background: #b67934;
}

.course-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.course-name {
  margin: 0;
  color: #170f13;
  font-family: "Archivo", "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.course-text {
  margin: 10px 0 16px;
  color: #5d4d55;
  font-size: 13px;
  line-height: 1.5;
}

.course-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1dfe6;
  color: #b52e65;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-footer {
  margin-top: 14px;
}

.course-footer .btn {
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
}

.faq-section {
  margin-bottom: 54px;
}

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

.faq-grid details {
  border: 1px solid #ecd9e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(129, 62, 89, .07);
}

.faq-grid summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #24161c;
  font-weight: 900;
}

.faq-grid p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5d4d55;
  font-size: 14px;
  line-height: 1.65;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 58px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(158, 26, 77, .96), rgba(197, 52, 112, .94)),
    url("../assets/img/capacita%C3%A7%C3%A3o/Classic%20beauty.webp") right center / auto 100% no-repeat;
  color: #fff;
  padding: 34px 40px;
  box-shadow: 0 18px 42px rgba(129, 62, 89, .18);
}

.cta-left {
  max-width: 720px;
}

.cta-title {
  margin: 0;
  font-family: "Archivo", "Manrope", Arial, sans-serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

.cta-subtitle {
  margin: 10px 0 0;
  opacity: .92;
}

.cta-seals {
  color: rgba(255, 255, 255, .88);
}

.cta-seals li::before {
  border-color: #fff;
}

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

.cta-buttons .btn-white {
  background: #fff;
  color: #a3265b;
}

.cta-buttons .btn-outline {
  border: 1px solid rgba(255, 255, 255, .72);
  color: #fff;
}

@media (max-width: 1020px) {
  .hero-grid,
  .featured-course {
    grid-template-columns: 1fr;
  }

  .hero-section {
    background:
      radial-gradient(circle at 88% 14%, rgba(255, 255, 255, .68) 0 18%, rgba(255, 255, 255, 0) 38%),
      linear-gradient(135deg, #fff0f5 0%, #fbe1ea 52%, #fff7ed 100%);
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-right-container {
    min-height: 0;
  }

  .hero-right-container img {
    height: auto;
    max-height: 440px;
  }

  .hero-proof-card {
    left: 24px;
  }

  .hero-carousel-button {
    top: auto;
    bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 27px;
    transform: none;
  }

  .hero-carousel-button--prev {
    left: 24px;
  }

  .hero-carousel-button--next {
    right: 24px;
  }

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

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

  .featured-course {
    background: #fff7fa;
  }

  .spotlight-copy {
    padding: 4px 28px 32px;
  }

  .cta-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .cap-page .container {
    width: min(1200px, calc(100% - 28px));
  }

  .hero-section,
  .hero-slide {
    overflow: hidden;
  }

  .hero-grid {
    gap: 30px;
    padding: 42px 0 72px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.03;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-benefits,
  .cta-seals {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-benefits li,
  .cta-seals li {
    line-height: 1.35;
  }

  .hero-carousel-button {
    bottom: 18px;
  }

  .hero-carousel-dots {
    bottom: 32px;
  }

  .hero-right-container {
    width: 100%;
    align-self: auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
  }

  .hero-right-container img {
    width: 100%;
    max-width: 100%;
    height: min(68vh, 520px);
    max-height: none;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
  }

  .hero-proof-card {
    position: static;
    width: 100%;
    min-height: auto;
    margin-top: 12px;
  }

  .barber-teaser-card {
    width: 100%;
  }

  .barber-teaser-card::after {
    right: -96px;
    opacity: .75;
  }

  .course-filter {
    align-items: stretch;
    flex-direction: column;
  }

  .course-filter select,
  .course-filter span {
    width: 100%;
  }

  .course-filter span {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .cap-page .container {
    width: min(1200px, calc(100% - 24px));
  }

  .hero-grid {
    gap: 28px;
    padding: 38px 0 72px;
  }

  .hero-title {
    font-size: clamp(33px, 10vw, 44px);
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-buttons,
  .cta-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cap-page .btn,
  .cta-buttons .btn {
    width: 100%;
  }

  .hero-benefits,
  .cta-seals {
    gap: 9px;
    font-size: 11px;
  }

  .hero-right-container img {
    width: 100%;
  }

  .hero-proof-card {
    position: static;
    width: 100%;
    min-height: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin-top: 12px;
  }

  .hero-proof-card span:last-child {
    grid-column: 1 / -1;
  }

  .hero-carousel-button {
    bottom: 14px;
  }

  .hero-carousel-button--prev {
    left: 12px;
  }

  .hero-carousel-button--next {
    right: 12px;
  }

  .hero-carousel-dots {
    bottom: 28px;
  }

  .barber-teaser-section {
    padding-top: 24px;
  }

  .barber-teaser-card {
    padding: 24px 18px 20px;
  }

  .barber-teaser-content {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .barber-teaser-icon {
    font-size: 28px;
  }

  .barber-teaser-tags {
    margin-left: 46px;
  }

  .authority-strip,
  .testimonials-section {
    padding: 34px 0 18px;
  }

  .authority-grid,
  .testimonials-grid,
  .categories-grid,
  .courses-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .authority-grid {
    padding: 14px;
  }

  .authority-item {
    min-height: 102px;
  }

  .featured-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-filter {
    align-items: stretch;
    flex-direction: column;
  }

  .course-filter select {
    width: 100%;
  }

  .spotlight-media {
    min-height: 260px;
  }

  .spotlight-media span {
    left: 18px;
    bottom: 18px;
  }

  .spotlight-copy {
    padding: 4px 20px 24px;
  }

  .cta-banner {
    padding: 28px 20px;
  }
}

@media (max-width: 430px) {
  .cap-page .container {
    width: min(1200px, calc(100% - 20px));
  }

  .hero-grid {
    padding-top: 30px;
  }

  .hero-title {
    font-size: clamp(30px, 10.6vw, 38px);
  }

  .hero-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-buttons {
    gap: 10px;
    margin-top: 22px;
  }

  .cap-page .btn {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .hero-carousel-button {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .barber-teaser-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .barber-teaser-icon {
    font-size: 30px;
  }

  .barber-teaser-card h2 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .barber-teaser-copy p:not(.barber-teaser-kicker) {
    font-size: 14px;
  }

  .barber-teaser-tags {
    margin-left: 0;
  }

  .barber-teaser-tags li {
    flex: 1 1 100%;
    text-align: center;
  }

  .barber-teaser-button {
    min-height: 50px;
    font-size: 13px;
  }

  .authority-item {
    min-height: 90px;
  }

  .section-header h2,
  .featured-header h2,
  .spotlight-copy h2 {
    font-size: clamp(24px, 8vw, 31px);
  }

  .course-content {
    padding: 16px;
  }

  .course-name {
    font-size: 17px;
  }

  .faq-grid summary {
    padding: 15px 16px;
  }

  .cta-banner {
    padding: 24px 16px;
  }
}
