:root {
  --bg-main: #f7f5ef;
  --bg-soft: #efe9dd;
  --green: #6b7f5c;
  --green-dark: #556746;
  --text: #2f2f2f;
  --menu: #fff8f8;
}
@font-face {
  font-family: "Obaken";
  src: url("./assets/fonts/Obaken.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--bg-main);
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

img,
svg {
  max-width: 100%;
}

/* ---------- HEADER ---------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  isolation: isolate;
  z-index: 1000;
  transition:
    box-shadow 0.6s ease,
    padding 0.4s ease;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.685);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  z-index: -1;
}
.header.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.header.scrolled::before {
  opacity: 1;
}
.nav {
  color: white;
  max-width: 1200px;
  margin: auto;
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: "Playfair Display", serif;
  font-size: 28px;
}

.menu {
  display: flex;
  list-style: none;
  gap: 30px;
  font-weight: bold;
}

.menu a {
  text-decoration: none;
  color: var(--menu);
  font-size: 14px;
}

.menu a:focus-visible,
.menu-toggle:focus-visible,
.team-member:focus-visible,
.workshop-row:focus-visible,
.cv-close:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  color: white;
  cursor: pointer;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.btn-primary {
  background: var(--green);
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

/* ---------- HERO ---------- */

.hero {
  min-height: 100vh;
  width: 100%;
  padding: 0;
  color: white;
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("./assets/images/bg-4.png");

  background-size: cover;
  background-position: center;
}

/* contenedor general */
.hero-inner {
  max-width: 900px;
  padding: 0 20px;
  height: 100vh;

  display: flex;
  flex-direction: column;

  gap: 40px;
  padding-top: 80px;
  padding-bottom: 60px;
}
.hero-top {
  margin-bottom: 250px;
}
.hero-bottom {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-bottom .btn-secondary {
  margin-top: 40px;
}
/* título arriba */
.hero-top h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 0 18px;
}

.hero-top p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}

/* bloque inferior */
.hero-bottom {
  max-width: 650px;
  margin: 0 auto;
}

.hero-bottom p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn-secondary {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  text-decoration: none;
}
.wave-separator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.wave-separator svg {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: -1px;
}

.wave-mobile {
  display: none;
}

/* ---------- SECTIONS ---------- */
.workshop-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin: 80px 0 30px;
  text-align: center;
}

.team-direction {
  max-width: 900px;
  margin: auto;
}
/* Overlay */
.image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Texto */
.image-overlay span {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Hover */
.workshop-image:hover .image-overlay {
  opacity: 1;
}
section {
  padding: 100px 20px;
}
.manifiesto-body {
  background-color: #f7f5ef;
  background-repeat: no-repeat;
}

.manifesto {
  display: flex;
  justify-content: center;
}

.manifesto-text {
  max-width: 700px;
  text-align: center;
}

.manifesto-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.photo {
  height: 200px;
  background: #ccc;
  border-radius: 16px;
}

.workshops,
.testimonials {
  text-align: center;
}

.card {
  background: white;
  padding: 50px 40px;
  border-radius: 24px;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}
.card h3 {
  font-size: 22px;
  margin-bottom: 18px;
  color: var(--green-dark);
}
.contact-form {
  background: white;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.btn-primary {
  background: var(--green);
  color: white;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 15px;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-3px);
}
.team {
  background: var(--bg-soft);
}
.card p {
  font-size: 15px;
  color: #555;
}

.cards,
.steps {
  max-width: 1200px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card,
.step,
blockquote {
  background: white;
  padding: 40px;
  border-radius: 20px;
}
.team {
  padding: 120px 20px;
}
.workshops h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 20px;
}
/* =============================
   CV MODAL
============================= */
body.modal-open {
  overflow: hidden;
}

.cv-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 40px;
}
/* columna imagen */
.cv-gallery {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.cv-modal-content {
  background: white;
  width: 90%;
  max-width: 1100px;
  max-height: 90vh;
  border-radius: 30px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.cv-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  z-index: 10;
}

/* contenedor interno */
.cv-body {
  display: flex;
  width: 100%;
  max-height: 90vh;
}

/* IZQUIERDA */

/* columna texto */
.cv-info {
  width: 60%;
  padding: 50px 70px 50px 60px;
  overflow-y: auto;
}

.cv-info {
  width: 60%;
  height: 100%;
  overflow-y: auto;
}

.cv-info p,
.cv-info li {
  font-size: 14.5px;
}

.cv-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.cv-block {
  margin-bottom: 55px;
}

.cv-block h5 {
  font-size: 17px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cv-block:first-of-type p {
  font-style: italic;
  background: rgba(107, 127, 92, 0.05);
  padding: 22px 26px;
  border-left: 4px solid var(--green);
  border-radius: 12px;
}

/* DERECHA */

.cv-gallery {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.cv-carousel {
  height: 100%;
  position: relative;
}

.cv-carousel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.cv-carousel img.active {
  opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  /* Ocultamos imagen completamente */
  .cv-gallery {
    display: none;
  }

  /* Modal en columna */
  .cv-modal-content {
    flex-direction: column;
    width: 100%;
    max-height: 95vh;
    border-radius: 24px 24px 0 0;
  }

  .cv-body {
    flex-direction: column;
    height: 100%;
  }

  /* Texto ocupa todo */
  .cv-info {
    width: 100%;
    padding: 35px 25px 50px;
    overflow-y: auto;
  }

  /* Quitamos degradados laterales */
  .cv-gallery::before,
  .cv-info::after {
    display: none;
  }

  /* Botón cerrar moderno */
  .cv-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}

.workshops h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--green);
  margin: 18px auto 0;
  border-radius: 2px;
}

.team-header {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}

.team-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin-bottom: 20px;
}

.team-header p {
  font-size: 18px;
  color: #555;
}
.team-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.team-member {
  background: white;
  border-radius: 24px;
  padding: 30px 26px 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  max-width: 340px;
  margin: auto;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}
.team-member:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.team-member::after {
  content: "Ver perfil";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.733);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: stretch; /* CLAVE */
}

.team-member {
  background: #f5f4f1;
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%; /* CLAVE */
}
.team-member:hover::after {
  opacity: 1;
}
.team-member:hover .member-photo {
  transform: scale(1.08);
  transition: transform 0.5s ease;
}

.member-photo {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;

  border-radius: 50%;
  background: #ddd;
  background-size: cover;
  background-position: center;

  filter: grayscale(20%);
  transition: filter 0.4s ease;
}
.team-member:hover .member-photo {
  filter: grayscale(0%);
}
.team-member h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.logo img {
  height: 100px; /* podés ajustar tamaño */
  width: auto;
  display: block;
}

.logo {
  display: flex;
  align-items: center;
}
.member-role {
  display: block;
  font-size: 13px;
  color: var(--green);
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.member-bio {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
.team-member {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.cv-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin-bottom: 8px;
}

.cv-info h4 {
  color: var(--green);
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.4;
}

.cv-block h5 {
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--green-dark);
  letter-spacing: 0.5px;
}

.cv-block p {
  line-height: 1.8;
  color: #444;
}

.cv-block ul {
  padding-left: 18px;
  line-height: 1.8;
  color: #444;
}

.cv-block li {
  margin-bottom: 8px;
}

.team-member.visible {
  opacity: 1;
  transform: translateY(0);
}

.team-member:nth-child(1) {
  transition-delay: 0.1s;
}
.team-member:nth-child(2) {
  transition-delay: 0.2s;
}
.team-member:nth-child(3) {
  transition-delay: 0.3s;
}
.team-member:nth-child(4) {
  transition-delay: 0.4s;
}
.team-member:nth-child(5) {
  transition-delay: 0.5s;
}
.team-member:nth-child(6) {
  transition-delay: 0.6s;
}
.team-member:nth-child(7) {
  transition-delay: 0.7s;
}
.team-member:nth-child(8) {
  transition-delay: 0.8s;
}
@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.workshops {
  padding: 140px 20px;
  background: #f7f5ef;
}

.workshops-inner {
  max-width: 1200px;
  margin: auto;
}

.workshops h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
}

.workshops-sub {
  text-align: center;
  color: #666;
  margin-bottom: 100px;
  font-size: 18px;
}

/* --- ROW STRUCTURE --- */

.workshop-row {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}

.workshop-row.reverse {
  flex-direction: row-reverse;
}

.workshop-image {
  flex: 1;
  height: 420px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.workshop-content {
  flex: 1;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}

.workshop-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--green-dark);
}

.workshop-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* --- HOVER EFFECT --- */

.workshop-row:hover .workshop-image {
  transform: scale(1.05);
}

/* --- RESPONSIVE --- */

@media (max-width: 900px) {
  .workshop-row {
    flex-direction: column;
  }

  .workshop-row.reverse {
    flex-direction: column;
  }

  .workshop-image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member {
    width: 100%;
    max-width: none;
  }

  .member-photo {
    width: 120px;
    height: 120px;
  }
}

.contact-form {
  max-width: 520px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(47, 47, 47, 0.18);
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--text);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #777;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(107, 127, 92, 0.65);
  box-shadow: 0 0 0 3px rgba(107, 127, 92, 0.16);
}

.contact-form button {
  margin-top: 10px;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cta {
  background: linear-gradient(
    to bottom,
    rgba(247, 245, 239, 1),
    rgba(247, 245, 239, 0.95)
  );
  color: var(--text);
}

.cta-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.cta-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 20px;
}

.cta-info p {
  font-size: 18px;
  max-width: 420px;
  margin-bottom: 40px;
  color: #444;
}
#contacto {
  background-image: radial-gradient(
    circle at 20% 50%,
    rgba(107, 127, 92, 0.08),
    transparent 60%
  );
}
.teatro {
  background-image: url("./assets/images/teatro.jpg");
}

.circo {
  background-image: url("./assets/images/circo.jpg");
}

.expresion {
  background-image: url("./assets/images/expresion.jpg");
}
.musica {
  background-image: url("./assets/images/musica.jpg");
}

/* ---------- FOOTER ---------- */

.footer {
  text-align: center;
  padding: 30px;
  font-size: 14px;
}

/* ---------- ANIMATIONS ---------- */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.visible {
  opacity: 1;
  transform: translate(0);
}
.section-soft {
  background: #f2ece0;
}

.section-cream {
  background: #f9f7f2;
}

.section-light-green {
  background: rgba(107, 127, 92, 0.06);
}
.cv-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  z-index: 2;
}

@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .team-grid,
  .team-direction {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .team-member {
    width: 100%;
    max-width: none;
  }

  .manifesto {
    grid-template-columns: 1fr;
  }

  .workshop-row,
  .workshop-row.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .workshop-image {
    width: 100%;
    height: 260px;
    min-height: 260px;
    flex: none;
  }

  .workshop-content {
    width: 100%;
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }

  .menu {
    width: 100%;
    order: 3;
    margin-top: 14px;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.35s ease,
      visibility 0.35s ease;
  }

  .menu.show {
    display: flex;
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .menu a {
    display: block;
    padding: 18px 22px;
    text-align: center;
  }

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

  .header.menu-open {
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }

  .nav {
    padding: 0 14px 14px;
  }
}

@media (max-width: 600px) {
  section {
    padding: 72px 16px;
  }

  .hero {
    min-height: 58svh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 18%;
  }

  .hero-inner {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 58svh;
    justify-content: flex-start;
    gap: 14px;
    padding: 88px 18px 40px;
  }

  .hero-top {
    margin-bottom: 8px;
  }

  .hero-top h1 {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .hero-top p,
  .hero-bottom p {
    max-width: 320px;
    font-size: 13px;
    line-height: 1.6;
  }

  .btn-secondary {
    margin-top: 0;
    padding: 9px 18px;
    font-size: 12px;
  }
  .header {
    padding: 10px;
  }

  .nav {
    padding: 0 8px 10px;
  }

  .logo img {
    height: 80px; /* podés ajustar tamaño */
    width: auto;
    max-width: 140px;
    display: block;
  }

  .wave-separator svg {
    height: 34px;
  }

  .wave-desktop {
    display: none;
  }

  .wave-mobile {
    display: block;
  }

  .manifesto-text,
  .team-header,
  .workshops-inner,
  .cta-inner,
  .contact-form,
  .footer {
    width: 100%;
    max-width: none;
  }

  .manifesto-text,
  .team-header {
    text-align: center;
  }

  .manifesto-text h2,
  .team-header h2,
  .workshops h2,
  .cta-info h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .manifesto-text p,
  .team-header p,
  .workshops-sub,
  .workshop-content p,
  .cta-info p {
    font-size: 15px;
    line-height: 1.7;
  }

  .team {
    padding: 88px 16px;
  }

  .workshops {
    padding: 96px 16px 88px;
  }

  .workshops-sub {
    margin-bottom: 52px;
  }

  .workshop-row {
    gap: 28px;
    margin-bottom: 64px;
  }

  .workshop-content h3 {
    font-size: 24px;
  }

  .cta {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cta-inner {
    gap: 40px;
  }

  .cta-info p {
    max-width: none;
    margin-bottom: 24px;
  }

  .contact-form {
    margin-top: 0;
    padding: 28px 18px;
  }

  .footer {
    padding: 24px 16px;
    font-size: 13px;
  }
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: white;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  background: #20ba5a;
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}

/* =========================
   WORKSHOP MODAL
========================= */

.workshop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 40px;
}

.workshop-modal-content {
  background: #f7f5ef;
  max-width: 800px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  animation: fadeInModal 0.4s ease;
}

.workshop-body h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.workshop-body h5 {
  margin-top: 30px;
}

.workshop-body ul {
  padding-left: 20px;
  line-height: 1.8;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
