:root {
  --red: #e30613;
  --red-dark: #b8050f;
  --black: #111;
  --white: #fff;
  --surface: #f4f4f5;
  --surface-red: #fff1f2;
  --surface-dark: #0a0a0a;
  --text: #18181b;
  --muted: #6b7280;
  --text-on-dark: #d4d4d8;
  --text-subtle: #b8b8bd;
  --border: #dedee2;
  --border-dark: #555;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe5d;
  --heading: "Rajdhani", sans-serif;
  --body: "Manrope", sans-serif;
  --radius: .6rem;
  --radius-lg: .9rem;
  --shadow: 0 1.25rem 3.5rem rgba(17, 17, 17, .1);
  --transition: 180ms ease;
  --ease-out: cubic-bezier(.2, .75, .25, 1);
  --nav-height: 4.75rem;
  --z-float: 1030;
  --z-skip-link: 2000
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height)
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--body);
  line-height: 1.65;
  background: var(--white)
}

h1,
h2,
h3,
.navbar-brand,
.footer-brand {
  font-family: var(--heading);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.25rem)
}

h3 {
  font-size: 1.7rem
}

a {
  transition: color var(--transition), background-color var(--transition), transform var(--transition)
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(227, 6, 19, .38);
  outline-offset: 3px
}

.section-block {
  padding: clamp(4.5rem, 8vw, 7rem) 0
}

.navbar {
  min-height: var(--nav-height);
  background: rgba(17, 17, 17, .94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: box-shadow var(--transition)
}

.navbar.scrolled {
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .2)
}

.navbar-brand {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  color: var(--white);
  font-size: 1.65rem
}

.footer-brand span {
  color: var(--red)
}

.navbar .nav-link {
  color: #ddd;
  font-size: .9rem;
  font-weight: 600
}

.navbar .nav-link:hover {
  color: var(--white)
}

.navbar-toggler {
  border-color: var(--border-dark)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.1rem;
  padding: .75rem 1.25rem;
  border-radius: .25rem;
  font-weight: 700
}

.btn svg {
  width: 1.15rem
}

.btn-primary {
  --bs-btn-bg: var(--red);
  --bs-btn-border-color: var(--red);
  --bs-btn-hover-bg: var(--red-dark);
  --bs-btn-hover-border-color: var(--red-dark);
  --bs-btn-active-bg: var(--red-dark);
  --bs-btn-active-border-color: var(--red-dark)
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-height) + 4rem) 0 5rem;
  color: var(--white);
  isolation: isolate
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(2.75rem, 5vw, 4.5rem);
  background-color: var(--black);
  background-image: repeating-linear-gradient(90deg,
      rgba(255, 255, 255, .72) 0 2.5rem,
      transparent 2.5rem 5.75rem);
  background-position: left 50%;
  background-size: auto .22rem;
  background-repeat: repeat-x;
  box-shadow: 0 -.5rem 1.25rem rgba(0, 0, 0, .2);
  opacity: .96;
  z-index: 1
}

.hero-section .container {
  position: relative;
  z-index: 2
}

.hero-title {
  max-width: 48rem;
  margin-bottom: 1.4rem;
  color: var(--white);
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  letter-spacing: -.025em
}

.hero-title span {
  color: var(--red)
}

.hero-section .lead {
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem)
}

.benefits-section {
  color: var(--text);
  background: var(--surface)
}

.reviews-section,
.faq-section {
  background: var(--surface)
}

.google-map {
  width: 100%;
  min-height: 27rem;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow)
}

address {
  font-style: normal;
  font-size: 1.1rem
}

.accordion-item {
  overflow: hidden;
  margin-bottom: .75rem;
  border: 1px solid var(--border);
  border-radius: .4rem
}

.accordion-button {
  font-weight: 700
}

.accordion-button:not(.collapsed) {
  color: var(--black);
  background: var(--surface-red);
  box-shadow: inset 4px 0 var(--red)
}

.accordion-button:focus {
  box-shadow: 0 0 0 .25rem rgba(227, 6, 19, .12)
}

.final-cta {
  color: var(--white);
  background: var(--red)
}

.final-cta h2 {
  color: var(--white)
}

.narrow-container {
  max-width: 48rem
}

.site-footer {
  background: var(--surface-dark)
}

.site-footer a {
  text-decoration: none
}

.footer-brand {
  font-size: 2rem
}

.visually-hidden-focusable:focus {
  position: fixed;
  z-index: var(--z-skip-link);
  top: .5rem;
  left: .5rem;
  padding: .75rem;
  color: var(--white);
  background: var(--red)
}

@media(max-width:991.98px) {
  .navbar-collapse {
    padding: 1rem 0 1.25rem
  }

  .navbar-nav {
    align-items: stretch
  }

  .hero-section {
    min-height: auto
  }

}

@media(max-width:575.98px) {
  .section-block {
    padding: 4rem 0
  }

  .hero-section {
    padding-top: calc(var(--nav-height) + 3rem)
  }

  .hero-title {
    font-size: 3.4rem
  }

}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }
}

/* Confidence section */
.benefits-heading {
  max-width: 48rem;
  margin-bottom: 4.5rem
}

.benefits-heading h2 {
  color: var(--black)
}

.benefits-strip {
  align-items: flex-start
}

.benefit-item {
  height: 100%;
  min-height: 12rem;
  padding: 0 2.5rem 2.5rem 0
}

.benefits-strip>div:nth-child(2) .benefit-item {
  margin-top: 2.5rem
}

.benefit-item h3 {
  margin-top: 0;
  padding-top: 0;
  color: var(--black);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.05
}

.benefit-item p {
  max-width: 18rem;
  margin-bottom: 0;
  color: var(--muted)
}

.benefits-section .section-after-content {
  margin-top: 2rem;
  padding: .25rem 0 .25rem 1.25rem;
  border-top: 0;
  border-left: 2px solid rgba(227, 6, 19, .72)
}

@media(max-width:767.98px) {
  .benefits-heading {
    margin-bottom: 2rem
  }

  .benefit-item {
    min-height: auto;
    padding: 0 0 2.5rem
  }

  .benefits-strip>div:nth-child(2) .benefit-item {
    margin-top: 0
  }
}

/* Brand logo */
html {
  --nav-height: 6.25rem
}

.navbar-brand img {
  width: 5.15rem;
  height: 5.15rem;
  object-fit: cover
}

.footer-logo {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.25rem;
  object-fit: cover
}

@media(max-width:575.98px) {
  html {
    --nav-height: 5.4rem
  }

  .navbar-brand img {
    width: 4.15rem;
    height: 4.15rem
  }

  .navbar-brand {
    font-size: 1.35rem
  }

  .footer-logo {
    width: 8rem;
    height: 8rem
  }
}

/* Hero background image */
.hero-section {
  background-color: var(--black);
  background-image: url("../assets/images/practica-desde-volante-iluminada-v3.jpg");
  background-position: center;
  background-size: cover
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .36) 0,
      rgba(0, 0, 0, .3) 42%,
      rgba(0, 0, 0, .08) 100%);
  z-index: 0
}

.hero-section .lead {
  max-width: 38rem;
  color: var(--white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45)
}

@media(max-width:767.98px) {
  .hero-section {
    background-position: 62% center
  }

  .hero-section::after {
    background: linear-gradient(90deg,
        rgba(0, 0, 0, .48) 0,
        rgba(0, 0, 0, .4) 62%,
        rgba(0, 0, 0, .18) 100%)
  }
}

/* Courses layout */
.courses-heading {
  margin-bottom: 3rem
}

.courses-note {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.5rem
}

.courses-note p {
  margin: 0;
  color: var(--muted)
}

.courses-note a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--red);
  font-weight: 700;
  text-decoration: none
}

.courses-note svg {
  width: 1rem
}

@media(max-width:991.98px) {
  .courses-note {
    display: block
  }

  .courses-note a {
    margin-top: 1rem
  }
}

/* Course cards */
.price-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 .6rem 1.8rem rgba(17, 17, 17, .06);
  transition: transform var(--transition), box-shadow var(--transition)
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.price-card header {
  margin-bottom: 1.25rem
}

.price-card .hours {
  display: block;
  margin-bottom: .35rem;
  color: var(--red);
  font-family: var(--heading);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1
}

.price-card h3 {
  margin: 0;
  font-size: 1.35rem
}

.price-card>p {
  color: var(--muted)
}

.sessions {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: auto;
  padding-top: 1rem;
  font-size: .86rem
}

.sessions svg {
  width: 1.05rem;
  color: var(--red)
}

.price-card-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: .5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border)
}

.price-card-footer>div {
  padding: 1rem 0
}

.price-card-footer>div+div {
  padding-left: 1rem;
  border-left: 1px solid var(--border)
}

.price-card-footer small,
.price-card-footer strong {
  display: block
}

.price-card-footer small {
  color: var(--muted);
  font-size: .72rem
}

.price-card-footer strong {
  font-size: 1.15rem
}

.price-card.recommended {
  border-color: var(--red);
  border-top-color: var(--red)
}

.recommended-label {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: .25rem .55rem;
  color: var(--white);
  background: var(--red);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase
}

@media(max-width:575.98px) {
  .price-card {
    padding: 1.5rem
  }

  .price-card .hours {
    font-size: 2.2rem
  }
}

.price-card>.ideal-profile {
  align-self: flex-start;
  margin-bottom: .75rem;
  padding: .3rem .5rem;
  background: var(--surface-red);
  font-size: .75rem;
  font-weight: 700
}

/* Section transition */
.process-section {
  background: var(--surface);
  border-top: 1px solid var(--border)
}

/* Google reviews */
.review-card[data-google-review] {
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition)
}

.review-card[data-google-review]:hover,
.review-card[data-google-review]:focus-visible {
  border-color: var(--red);
  box-shadow: 0 .75rem 2rem rgba(17, 17, 17, .1);
  transform: translateY(-3px)
}

.review-card[data-google-review]:focus-visible {
  outline: 3px solid rgba(227, 6, 19, .35);
  outline-offset: 3px
}

.review-card .review-action {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .8rem;
  color: var(--red);
  font-weight: 700
}

.review-action svg {
  width: .9rem
}

/* Facebook reels */
.reels-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 20rem));
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem)
}

@media(max-width:767.98px) {
  .reels-grid {
    grid-template-columns: minmax(0, 20rem)
  }
}

.reels-section {
  color: var(--white);
  background: var(--black)
}

.reels-section h2 {
  color: var(--white)
}

.reels-heading {
  margin-bottom: 2.5rem
}

.reel-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/16;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, .2)
}

.reel-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.reviews-heading {
  margin-bottom: 2.5rem
}

.google-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--red);
  font-weight: 700;
  text-decoration: none
}

.google-link:hover {
  color: var(--red-dark)
}

.google-link svg {
  width: 1rem
}

.reviews-swiper {
  padding: .25rem .15rem 1rem
}

.reviews-swiper .swiper-slide {
  height: auto
}

.review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--border);
  background: var(--white)
}

.review-stars {
  margin-bottom: 1.25rem;
  color: var(--red);
  letter-spacing: .15em
}

.review-card blockquote {
  margin: 0 0 2rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.75
}

.review-card footer {
  display: grid;
  gap: .15rem;
  margin-top: auto
}

.review-card footer span {
  color: var(--muted);
  font-size: .78rem
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  margin-top: 1.25rem
}

.reviews-pagination {
  /* Swiper asigna el ancho completo; los controles usan paginación compacta. */
  width: auto !important
}

.reviews-pagination .swiper-pagination-bullet {
  width: 1.75rem;
  height: 3px;
  margin: 0 .2rem;
  border-radius: 0;
  background: var(--text-subtle);
  opacity: 1
}

.reviews-pagination .swiper-pagination-bullet-active {
  background: var(--red)
}

.reviews-arrows {
  display: flex;
  gap: .5rem
}

.reviews-arrows button {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid var(--black);
  border-radius: .2rem;
  background: var(--black)
}

.reviews-arrows button:hover {
  background: var(--red);
  border-color: var(--red)
}

.reviews-arrows button:disabled {
  opacity: .35
}

.reviews-arrows svg {
  width: 1.1rem
}

/* Secondary text links */
.whatsapp-logo {
  display: inline-block;
  flex: 0 0 auto;
  filter: invert(1)
}

.social-logo {
  filter: invert(1)
}

.btn-light .whatsapp-logo {
  filter: none
}

.nav-whatsapp .whatsapp-logo,
.footer-contact-link .whatsapp-logo {
  width: 1rem;
  height: 1rem
}

.whatsapp-float .whatsapp-logo {
  width: 1.35rem;
  height: 1.35rem
}

.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: .4rem
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--white);
  font-weight: 700;
  text-decoration: none
}

.footer-contact-link:hover {
  color: var(--red)
}

/* Mobile hero stability */
@media(max-width:575.98px) {
  .hero-section {
    min-height: 100vh;
    min-height: 100svh;
    padding: calc(var(--nav-height) + 2.5rem) 0 4rem;
    background-position: 58% center
  }

  .hero-section::after {
    background: rgba(0, 0, 0, .45)
  }

  .hero-section::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem
  }

  .hero-title {
    max-width: 100%;
    margin-bottom: 1.1rem;
    font-size: clamp(2.65rem, 13vw, 3.4rem);
    line-height: .94;
    letter-spacing: -.015em
  }

  .hero-section .lead {
    max-width: 29rem;
    margin-bottom: 1.6rem;
    font-size: 1rem;
    line-height: 1.55
  }

  .hero-section .btn {
    width: 100%;
    min-height: 3.25rem
  }

  .hero-section .row {
    margin-right: 0;
    margin-left: 0
  }

  .hero-section [class*="col-"] {
    padding-right: 0;
    padding-left: 0
  }
}

@media(max-width:359.98px) {
  .hero-title {
    font-size: 2.45rem
  }

  .hero-section {
    padding-top: calc(var(--nav-height) + 2rem)
  }

  .navbar-brand img {
    width: 3.8rem;
    height: 3.8rem
  }
}

@media(max-height:520px) and (orientation:landscape) {
  .hero-section {
    min-height: auto;
    padding: calc(var(--nav-height) + 2rem) 0 3rem
  }

  .hero-title {
    font-size: clamp(2.5rem, 8vw, 3.6rem)
  }
}

/* Common viewport hardening */
body {
  overflow-x: hidden
}

@supports (overflow: clip) {
  body {
    overflow-x: clip
  }
}

img,
iframe {
  max-width: 100%
}

.site-footer a {
  overflow-wrap: anywhere
}

@media(max-width:575.98px) {
  h2 {
    font-size: clamp(2.05rem, 10.5vw, 2.65rem);
    line-height: 1
  }

  .section-block {
    padding: 3.75rem 0
  }

  .container {
    --bs-gutter-x: 2rem
  }

  .benefits-heading,
  .courses-heading,
  .reviews-heading,
  .reels-heading {
    margin-bottom: 2rem
  }

  .price-card-footer {
    grid-template-columns: 1fr 1fr
  }

  .price-card-footer>div {
    min-width: 0
  }

  .price-card-footer strong {
    font-size: 1rem
  }

  .courses-controls,
  .reviews-controls {
    gap: 1rem
  }

  .courses-controls .swiper-pagination,
  .reviews-pagination {
    max-width: 55%;
    overflow: hidden
  }

  .google-map {
    min-height: 22rem
  }

  .final-cta .btn {
    width: 100%
  }

  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto
  }

  .site-footer {
    text-align: center
  }

  .site-footer .row {
    justify-content: center
  }
}

@media(min-width:576px) and (max-width:767.98px) {
  .hero-section {
    min-height: 88vh;
    min-height: 88svh
  }

  .hero-title {
    font-size: clamp(3.8rem, 10vw, 4.8rem)
  }

  .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 18rem))
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  .hero-section {
    min-height: 82vh;
    min-height: 82svh
  }

  .hero-title {
    font-size: clamp(4.5rem, 8vw, 5.5rem)
  }

  .section-block {
    padding: 5rem 0
  }

  .benefit-item {
    padding: 1.5rem
  }

  .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 19rem))
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  .hero-title {
    font-size: 5.8rem
  }

  .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 19rem))
  }
}

@media(min-width:1400px) {
  .hero-title {
    max-width: 52rem
  }

  .hero-section .lead {
    max-width: 40rem
  }

  .section-block {
    padding: 7rem 0
  }
}

/* Courses carousel */
.carousel-hint {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: -1rem 0 1rem;
  color: var(--muted);
  font-size: .82rem
}

.courses-swiper {
  padding: .5rem .2rem 1rem
}

.courses-swiper .swiper-wrapper {
  align-items: stretch
}

.courses-swiper .swiper-slide {
  height: auto;
  padding-bottom: 1rem
}

.courses-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  margin-top: 1rem
}

.courses-controls .swiper-pagination {
  position: static;
  width: auto
}

.courses-controls .swiper-pagination-bullet {
  width: 1.75rem;
  height: 3px;
  margin: 0 .2rem;
  border-radius: 0;
  background: var(--text-subtle);
  opacity: 1
}

.courses-controls .swiper-pagination-bullet-active {
  background: var(--red)
}

.courses-arrows {
  display: flex;
  gap: .5rem
}

.courses-arrows button {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--black);
  border-radius: .2rem;
  color: var(--white);
  background: var(--black)
}

.courses-arrows button:hover {
  background: var(--red);
  border-color: var(--red)
}

.courses-arrows button:disabled {
  opacity: .35
}

.courses-arrows svg {
  width: 1.1rem
}

/* Premium motion and interaction */
@keyframes hero-accent-in {
  from {
    opacity: 0;
    transform: translateX(-100%)
  }

  to {
    opacity: .96;
    transform: translateX(0)
  }
}

@keyframes hero-road-flow {
  from {
    background-position: 0 50%
  }

  to {
    background-position: 5.75rem 50%
  }
}

.motion-ready .hero-section::before {
  animation:
    hero-accent-in 1.05s .18s both var(--ease-out),
    hero-road-flow 3.5s 1.23s infinite linear
}

.hero-title span {
  display: inline-block;
  text-shadow: 0 0 0 rgba(227, 6, 19, 0);
  transition: text-shadow .45s ease
}

.navbar-brand img {
  transition: transform .45s var(--ease-out), filter .45s ease
}

.navbar .nav-link {
  position: relative
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  right: .5rem;
  bottom: .15rem;
  left: .5rem;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease-out)
}

.btn {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .35s ease, transform .35s var(--ease-out)
}

.btn img,
.btn svg,
.google-link svg,
.courses-note a svg {
  transition: transform .3s var(--ease-out)
}

.price-card,
.review-card,
.reel-frame,
.accordion-item {
  transition: transform .4s var(--ease-out), box-shadow .4s ease, border-color .3s ease
}

.price-card .hours,
.benefit-item h3 {
  transition: transform .4s var(--ease-out), color .3s ease
}

.courses-arrows button,
.reviews-arrows button {
  transition: transform .3s var(--ease-out), background-color .25s ease, border-color .25s ease
}

.swiper-pagination-bullet {
  transition: width .3s ease, background-color .3s ease, transform .3s ease
}

.courses-controls .swiper-pagination-bullet-active,
.reviews-pagination .swiper-pagination-bullet-active {
  width: 2.5rem
}

@media(hover:hover) and (pointer:fine) {
  .navbar-brand:hover img {
    transform: scale(1.06) rotate(-1deg);
    filter: drop-shadow(0 .45rem .8rem rgba(227, 6, 19, .22))
  }

  .navbar .nav-link:hover::after,
  .navbar .nav-link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left
  }

  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 .85rem 1.8rem rgba(17, 17, 17, .18)
  }

  .btn:active {
    transform: translateY(-1px)
  }

  .btn:hover img,
  .btn:hover svg,
  .google-link:hover svg,
  .courses-note a:hover svg {
    transform: translateX(3px)
  }

  .hero-title:hover span {
    text-shadow: 0 .5rem 1.8rem rgba(227, 6, 19, .28)
  }

  .price-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 1.3rem 3rem rgba(17, 17, 17, .12)
  }

  .price-card:hover .hours {
    transform: translateX(4px)
  }

  .benefit-item:hover h3 {
    color: var(--red);
    transform: translateX(4px)
  }

  .review-card[data-google-review]:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.2rem 2.8rem rgba(17, 17, 17, .12)
  }

  .reel-frame:hover {
    z-index: 1;
    border-color: var(--border-dark);
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, .42);
    transform: translateY(-6px) scale(1.012)
  }

  .accordion-item:hover {
    border-color: #c9c9ce;
    transform: translateX(4px)
  }

  .courses-arrows button:hover,
  .reviews-arrows button:hover {
    transform: translateY(-2px)
  }
}

@media(max-width:991.98px) {
  .navbar .nav-link::after {
    right: auto;
    left: 0;
    bottom: 0;
    width: 2rem;
    transform-origin: left
  }
}

/* Supporting copy and actions follow each section's main content */
.benefits-heading h2,
.courses-heading h2,
.reviews-heading h2 {
  max-width: 52rem
}

.section-after-content,
.courses-note,
.reviews-footer {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border)
}

.benefits-section .section-after-content .benefits-intro {
  max-width: 46rem;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.6
}

.courses-note {
  align-items: flex-start;
  margin-top: 1.75rem
}

.courses-note-copy {
  max-width: 48rem
}

.courses-note-copy p {
  color: var(--text)
}

.courses-note-copy p+p {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .9rem
}

.courses-note a {
  flex: 0 0 auto;
  margin-top: .1rem;
  padding-bottom: .15rem;
  border-bottom: 2px solid rgba(227, 6, 19, .28)
}

.reviews-footer {
  display: flex;
  justify-content: flex-end
}

.reviews-footer .google-link {
  padding-bottom: .15rem;
  border-bottom: 2px solid rgba(227, 6, 19, .28)
}

@media(max-width:991.98px) {
  .courses-note a {
    margin-top: 1rem
  }

  .reviews-footer {
    justify-content: flex-start
  }
}

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: var(--z-float);
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0;
  color: var(--white);
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: 0 .8rem 2rem rgba(18, 140, 72, .3), 0 0 0 1px rgba(18, 140, 72, .18)
}

.whatsapp-float .whatsapp-logo {
  width: 1.8rem;
  height: 1.8rem
}

.whatsapp-float:hover {
  color: var(--white);
  background: var(--whatsapp-dark);
  box-shadow: 0 1rem 2.4rem rgba(18, 140, 72, .38), 0 0 0 5px rgba(37, 211, 102, .14);
  transform: translateY(-4px) scale(1.03)
}

@media(max-width:575.98px) {
  .whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    width: 3.65rem;
    height: 3.65rem;
    min-height: 3.65rem
  }

  .whatsapp-float .whatsapp-logo {
    width: 1.65rem;
    height: 1.65rem
  }
}

/* UX: active navigation, course contact and deferred reels */
.navbar .nav-link.active {
  color: var(--white)
}

.navbar .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left
}

.course-whatsapp {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .4rem;
  margin-top: 1rem;
  padding-bottom: .15rem;
  color: var(--red);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none
}

.course-whatsapp:hover {
  color: var(--red-dark)
}

.course-whatsapp svg {
  width: 1rem;
  transition: transform .3s var(--ease-out)
}

.reel-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 2rem;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  background: var(--surface-dark);
  transition: opacity .3s ease, visibility .3s ease
}

.reel-placeholder:hover {
  color: var(--white)
}

.reel-placeholder svg {
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  background: var(--red);
  fill: var(--white)
}

.reel-placeholder span {
  font-size: .85rem;
  font-weight: 700
}

.reel-frame iframe {
  opacity: 0;
  transition: opacity .35s ease
}

.reel-frame.is-loaded iframe {
  opacity: 1
}

.reel-frame.is-loaded .reel-placeholder {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

@media(hover:hover) and (pointer:fine) {
  .course-whatsapp:hover svg {
    transform: translateX(3px)
  }
}

/* Editorial process section */
.process-intro {
  position: sticky;
  top: calc(var(--nav-height) + 2rem)
}

.process-intro h2 {
  max-width: 34rem;
  margin-bottom: 1.5rem
}

.process-intro>p {
  max-width: 30rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8
}

.process-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding-bottom: .2rem;
  color: var(--red);
  border-bottom: 2px solid rgba(227, 6, 19, .3);
  font-weight: 800;
  text-decoration: none
}

.process-link:hover {
  color: var(--red-dark)
}

.process-link svg {
  width: 1rem;
  transition: transform .3s var(--ease-out)
}

.process-flow {
  display: grid;
  gap: 1.4rem;
  padding-top: .35rem
}

.process-step {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.25rem;
  max-width: 39rem;
  padding: 1.45rem 0 1.7rem;
  transition: transform .4s var(--ease-out)
}

.process-step-offset {
  margin-left: clamp(2rem, 6vw, 5.5rem)
}

.process-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--black)
}

.process-step:nth-child(2) .process-icon {
  background: var(--red)
}

.process-icon svg {
  width: 1.35rem;
  height: 1.35rem
}

.process-step h3 {
  margin: .1rem 0 .5rem;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  transition: color .3s ease
}

.process-step p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.75
}

@media(hover:hover) and (pointer:fine) {

  .process-link:hover svg {
    transform: translateX(3px)
  }

  .process-step:hover {
    transform: translateX(5px)
  }

  .process-step:hover h3 {
    color: var(--red)
  }
}

@media(max-width:991.98px) {
  .process-layout {
    --bs-gutter-x: 0
  }

  .process-intro {
    position: static
  }

  .process-intro h2 {
    max-width: 42rem
  }

  .process-flow {
    padding-top: .5rem
  }

  .process-step-offset {
    margin-left: clamp(1rem, 6vw, 3rem)
  }
}

@media(max-width:575.98px) {
  .process-layout {
    --bs-gutter-y: 2.75rem
  }

  .process-intro>p {
    font-size: 1rem
  }

  .process-flow {
    gap: .65rem
  }

  .process-step,
  .process-step-offset {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    margin-left: 0;
    padding: 1.3rem 0 1.5rem
  }

  .process-icon {
    width: 2.8rem;
    height: 2.8rem
  }

  .process-step h3 {
    font-size: 1.4rem
  }

  .process-step p {
    font-size: .92rem
  }
}

/* Hero branch location */
.hero-location {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 1.25rem 0 0;
  color: var(--white);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .025em
}

.hero-location span {
  color: var(--text-on-dark);
  font-weight: 500
}

@media(max-width:359.98px) {
  .hero-location {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: .1rem
  }

  .hero-location span {
    width: 100%;
    padding-left: 1.45rem
  }
}

/* Cross-browser navbar normalization */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.navbar {
  padding: .35rem 0
}

.navbar-brand {
  padding: 0;
  line-height: 0
}

.navbar-brand img {
  display: block
}

.navbar-toggler {
  width: 2.75rem;
  height: 2.75rem;
  padding: .4rem;
  line-height: 1
}

@media(max-width:575.98px) {
  html {
    --nav-height: 80px
  }

  .navbar {
    padding: .25rem 0
  }

  .navbar-brand img {
    width: 66px;
    height: 66px
  }
}

@media(max-width:359.98px) {
  html {
    --nav-height: 74px
  }

  .navbar-brand img {
    width: 60px;
    height: 60px
  }

  .navbar-toggler {
    width: 2.6rem;
    height: 2.6rem
  }
}
