/*
Theme Name: Veeru Cricket Academy
Theme URI: http://veerucricketacademy.com
Author: OpenAI Codex
Description: Custom WordPress theme for Veeru Cricket Academy.
Version: 1.0.0
Text Domain: veeru-cricket-academy
*/

:root {
  --vca-cream: #f6f1e7;
  --vca-ink: #11243b;
  --vca-blue: #123a63;
  --vca-green: #1c7c54;
  --vca-gold: #d8a93a;
  --vca-orange: #f06b2d;
  --vca-panel: #ffffff;
  --vca-shadow: 0 20px 50px rgba(17, 36, 59, 0.14);
  --vca-radius: 24px;
  --vca-max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--vca-ink);
  background:
    radial-gradient(circle at top left, rgba(216, 169, 58, 0.18), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #eef5ef 52%, #f4f8fb 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.vca-shell {
  overflow: hidden;
}

.vca-container {
  width: min(calc(100% - 32px), var(--vca-max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid rgba(17, 36, 59, 0.08);
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.breadcrumb-wrap {
  padding: 12px 0 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(17, 36, 59, 0.68);
}

.breadcrumbs a {
  color: var(--vca-blue);
}

.breadcrumbs__item.is-current {
  color: var(--vca-ink);
  font-weight: 700;
}

.breadcrumbs__sep {
  color: rgba(17, 36, 59, 0.36);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-logo__mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--vca-green), var(--vca-blue));
  box-shadow: 0 10px 25px rgba(18, 58, 99, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
}

.site-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(18, 58, 99, 0.08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.site-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--vca-blue);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav a {
  opacity: 0.84;
}

.site-nav a:hover,
.site-nav a:focus {
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--vca-orange), var(--vca-gold));
  box-shadow: 0 16px 35px rgba(240, 107, 45, 0.28);
}

.button--ghost {
  color: var(--vca-blue);
  background: rgba(18, 58, 99, 0.08);
}

.button--ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  padding: 24px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  padding: 18px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: min(100%, 620px);
  margin: 0 auto;
}

.hero-copy--overlay {
  position: absolute;
  top: 50%;
  left: 52px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  width: min(720px, calc(100% - 104px));
  margin: 0;
  padding: 0 0 72px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(28, 124, 84, 0.11);
  color: var(--vca-green);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.hero h1 {
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  max-width: 18ch;
  margin: 0 0 10px;
  line-height: 1.14;
  font-weight: 600;
}

.hero p {
  max-width: 620px;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(17, 36, 59, 0.78);
}

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

.hero-facts span {
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--vca-shadow);
  font-weight: 700;
}

.hero-slider {
  position: relative;
  min-height: 600px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--vca-shadow);
  background: linear-gradient(180deg, #0d2742 0%, #1b6b52 100%);
}

.hero-slider--full {
  min-height: 590px;
  background: linear-gradient(180deg, #0d2742 0%, #1b6b52 100%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-media {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d2742 0%, #1b6b52 100%);
}

.hero-media--full {
  min-height: 590px;
  border-radius: 30px;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 42, 0.18), rgba(7, 24, 42, 0.72)),
    linear-gradient(90deg, rgba(7, 24, 42, 0.84) 0%, rgba(7, 24, 42, 0.7) 34%, rgba(7, 24, 42, 0.38) 58%, rgba(7, 24, 42, 0.16) 74%, rgba(7, 24, 42, 0.28) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  padding: 22px 24px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 16, 30, 0.15), rgba(5, 16, 30, 0.75));
}

.hero-media__credit {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  background: rgba(6, 18, 31, 0.42);
  backdrop-filter: blur(8px);
}

.hero-copy--overlay .eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  align-self: flex-start;
}

.hero-copy--overlay h1,
.hero-copy--overlay p {
  color: #fff;
  text-shadow: 0 5px 22px rgba(5, 16, 30, 0.55);
}

.hero-copy--overlay p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.82;
}

.hero-copy--overlay::before {
  content: none;
}

.hero-copy--overlay .hero-facts span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}

.hero-copy--overlay .hero-actions {
  margin-top: 22px;
  margin-bottom: 40px;
}

.hero-copy--overlay .hero-facts {
  margin-top: 22px;
  max-width: 640px;
}

.hero-copy--overlay .button {
  min-height: 52px;
  padding: 0 26px;
  box-shadow: 0 18px 40px rgba(5, 16, 30, 0.24);
}

.hero-slide__caption strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 8px;
}

.hero-slide__caption span {
  font-size: 0.86rem;
  line-height: 1.48;
}

.hero-slider__dots {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 10px;
}

.hero-slider__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.hero-slider__dot.is-active {
  background: #fff;
}

.hero-slider__controls {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}

.hero-slider__arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-slider__arrow:hover,
.hero-slider__arrow:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.24);
}

.section {
  padding: 36px 0 74px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.section-heading p {
  max-width: 540px;
  color: rgba(17, 36, 59, 0.74);
  line-height: 1.7;
}

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

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 36, 59, 0.07);
  border-radius: var(--vca-radius);
  padding: 26px;
  box-shadow: var(--vca-shadow);
}

.card h3 {
  margin: 16px 0 10px;
  font-size: 1.34rem;
}

.card p {
  margin: 0;
  line-height: 1.74;
  color: rgba(17, 36, 59, 0.78);
}

.icon-badge {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--vca-blue), var(--vca-green));
  font-size: 1.3rem;
  font-weight: 700;
}

.split-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.about-panel,
.coach-panel,
.cta-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 36, 59, 0.07);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--vca-shadow);
}

.about-panel p,
.coach-panel p,
.cta-panel p {
  line-height: 1.8;
  color: rgba(17, 36, 59, 0.78);
}

.page-content {
  line-height: 1.8;
  color: rgba(17, 36, 59, 0.82);
}

.page-content h2,
.page-content h3 {
  margin: 24px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--vca-ink);
}

.page-content p {
  margin: 0 0 16px;
}

.page-content ul {
  margin: 0 0 18px 20px;
  padding: 0;
}

.page-content li {
  margin-bottom: 10px;
}

.page-enquiry {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 36, 59, 0.08);
}

.contact-page-layout {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.contact-page-layout__info,
.contact-page-layout__form {
  min-height: 100%;
}

.contact-page-layout__form h2 {
  margin-top: 16px;
}

.page-enquiry h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--vca-ink);
}

.page-enquiry p {
  margin: 0 0 18px;
  line-height: 1.75;
  color: rgba(17, 36, 59, 0.78);
}

.page-enquiry .enquiry-form label {
  color: var(--vca-ink);
}

.page-enquiry .enquiry-form input,
.page-enquiry .enquiry-form textarea {
  border: 1px solid rgba(17, 36, 59, 0.14);
  background: #fff;
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.check-list span {
  padding-left: 32px;
  position: relative;
  font-weight: 700;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vca-orange), var(--vca-gold));
}

.stats-grid .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  text-align: left;
  padding: 30px 24px;
}

.stat-number {
  display: block;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--vca-blue);
  margin-bottom: 10px;
}

.stats-grid .card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: var(--vca-ink);
}

.stats-grid .card p {
  font-size: 0.98rem;
  line-height: 1.7;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #123a63, #1a6e53);
  color: #fff;
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -50px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.84);
}

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

.contact-strip .card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.3);
}

.contact-strip .card strong,
.contact-strip .card p {
  color: var(--vca-blue);
}

.contact-strip .card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.enquiry-form-wrap {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.enquiry-form-wrap h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: #fff;
}

.enquiry-form-wrap p {
  margin: 0 0 18px;
}

.form-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
}

.form-alert--success {
  color: #073b2b;
  background: #d9f7ea;
}

.form-alert--error {
  color: #7b1f1f;
  background: #ffe0e0;
}

.enquiry-form {
  display: grid;
  gap: 14px;
}

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

.enquiry-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #fff;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--vca-ink);
  background: rgba(255, 255, 255, 0.96);
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 120px;
}

.site-footer {
  padding: 26px 0 40px;
  color: rgba(17, 36, 59, 0.72);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #16c25f, #0c8f45);
  box-shadow: 0 16px 36px rgba(12, 143, 69, 0.28);
}

.floating-whatsapp__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.floating-whatsapp__icon svg {
  width: 24px;
  height: 24px;
}

.floating-whatsapp__label {
  font-weight: 700;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 36, 59, 0.08);
}

.site-footer__credits {
  padding-top: 10px;
  font-size: 0.88rem;
  color: rgba(17, 36, 59, 0.66);
}

.site-footer__credits a {
  color: var(--vca-blue);
  text-decoration: underline;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-panel,
  .program-grid,
  .facility-grid,
  .stats-grid,
  .contact-strip,
  .enquiry-form__grid,
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .site-header__bar,
  .section-heading,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero-copy {
    padding: 8px 0;
  }

  .hero h1 {
    max-width: 10ch;
  }

  .hero p {
    max-width: none;
    font-size: 0.9rem;
  }

  .hero-slider {
    min-height: 480px;
  }

  .hero-slider--full {
    min-height: 760px;
  }

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

  .hero-media--full {
    min-height: 760px;
  }

  .hero-facts {
    display: none;
  }

  .hero-slide__caption {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-header__bar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .site-logo {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    font-size: 0.9rem;
    gap: 10px;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--vca-shadow);
    font-size: 0.95rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(18, 58, 99, 0.04);
  }

  .site-nav .button {
    width: 100%;
  }

  .site-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .breadcrumb-wrap {
    padding-top: 10px;
  }

  .breadcrumbs {
    font-size: 0.82rem;
    gap: 6px;
  }

  .site-header__bar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .site-logo {
    width: auto;
    flex: 1;
    justify-content: flex-start;
    font-size: 0.88rem;
    gap: 10px;
  }

  .site-logo span:last-child {
    max-width: 200px;
    line-height: 1.1;
  }

  .hero {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .site-logo__mark {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--vca-shadow);
    font-size: 0.95rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(18, 58, 99, 0.04);
  }

  .site-nav .button {
    width: 100%;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .hero-copy {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2px 4px 0;
  }

  .hero-copy--overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: auto;
    padding: 54px 16px 40px;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
  }

  .hero-copy--overlay::before {
    inset: 18px 8px 18px 8px;
    width: auto;
    height: auto;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 24, 42, 0.58), rgba(7, 24, 42, 0.78));
  }

  .hero-copy--overlay .eyebrow {
    align-self: center;
  }

  .hero h1 {
    font-size: clamp(1.28rem, 6vw, 1.8rem);
    line-height: 1.04;
    max-width: 11ch;
    margin: 8px auto 0;
  }

  .hero p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .hero-copy--overlay p {
    display: block;
    max-width: 26ch;
    margin: 0 auto;
  }

  .hero-actions,
  .hero-facts {
    gap: 8px;
    margin-top: 12px;
  }

  .hero-actions .button,
  .hero-facts span {
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

  .hero-slider {
    min-height: 250px;
    border-radius: 22px;
  }

  .hero-slider--full {
    min-height: 620px;
  }

  .hero-media {
    min-height: 230px;
    border-radius: 18px;
  }

  .hero-media--full {
    min-height: 620px;
  }

  .hero-media__credit {
    left: 14px;
    right: auto;
    top: 14px;
    font-size: 0.67rem;
  }

  .hero-slide__caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 16px 66px;
  }

  .hero-slider__dots {
    top: 12px;
    right: 12px;
  }

  .hero-slider__controls {
    left: 12px;
    right: 12px;
    bottom: 10px;
  }

  .hero-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }

  .floating-whatsapp__label {
    display: none;
  }

  .about-panel,
  .coach-panel,
  .cta-panel,
  .card {
    padding: 22px;
  }
}
