:root {
  --pw-coral: #ef7467;
  --pw-coral-dark: #df6357;
  --pw-cream: #f5f1e4;
  --pw-cream-light: #fdfcf7;
  --pw-ink: #302d2a;
  --pw-muted: #746f69;
  --pw-line: #e8e0d6;
  --pw-white: #ffffff;
  --pw-shadow: 0 18px 50px rgba(75, 57, 45, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pw-cream-light);
  color: var(--pw-ink);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
}

a {
  color: inherit;
}

.site-wrapper,
.site-wrapper .container-135,
.content-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--pw-cream-light);
}

.detail-content.wysiwyg-output {
  width: min(960px, calc(100% - 48px));
  max-width: 960px;
  margin: 0 auto 64px;
  padding: 0;
  color: var(--pw-ink);
  box-sizing: border-box;
}

.detail-content.wysiwyg-output > *:first-child {
  margin-top: 0;
}

.detail-content.wysiwyg-output,
.detail-content.wysiwyg-output *,
.article-comments,
.article-comments * {
  box-sizing: border-box;
}

.detail-content.wysiwyg-output > *,
.detail-content.wysiwyg-output figure,
.detail-content.wysiwyg-output .wp-block-embed,
.detail-content.wysiwyg-output .wp-block-embed__wrapper,
.detail-content.wysiwyg-output .wp-block-video {
  max-width: 100%;
}

.detail-content.wysiwyg-output figure {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.detail-content.wysiwyg-output img,
.detail-content.wysiwyg-output video,
.detail-content.wysiwyg-output iframe,
.detail-content.wysiwyg-output object,
.detail-content.wysiwyg-output embed {
  display: block;
  max-width: 100% !important;
}

.detail-content.wysiwyg-output iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: 0;
}

.detail-content.wysiwyg-output table,
.detail-content.wysiwyg-output pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.content-shell > .detail-header,
.content-shell > .article-share,
.content-shell > .detail-back--outside {
  width: min(960px, calc(100% - 48px));
  max-width: 960px;
  box-sizing: border-box;
  margin-inline: auto;
}

.content-shell > .detail-back--outside {
  display: block;
}

.detail-back,
.content-shell .detail-back,
.content-shell .detail-category {
  color: var(--pw-coral-dark);
}

.content-shell .detail-date,
.content-shell .detail-stats {
  color: var(--pw-muted);
}

.content-shell .detail-stats .bi {
  color: var(--pw-coral);
}

.content-shell .article-share {
  border-color: var(--pw-line);
}

.content-shell .article-share__label {
  color: var(--pw-muted);
}

.content-shell .article-share__btn {
  border-color: var(--pw-line);
  background: var(--pw-white);
  color: var(--pw-ink);
  box-shadow: 0 6px 18px rgba(75, 57, 45, 0.07);
}

.content-shell .article-share__btn:hover {
  border-color: color-mix(in srgb, var(--pw-coral) 55%, var(--pw-line));
}

.content-shell .article-share__btn.is-copied {
  border-color: var(--pw-coral);
  color: var(--pw-coral-dark);
}

/* Detalle de blog y comentarios en la identidad visual Pasión Waldorf. */
.content-shell .article-comments {
  --comments-heading: var(--pw-ink);
  --comments-text: #514a45;
  --comments-muted: var(--pw-muted);
  --comments-label: #5b534d;
  --comments-border: rgba(91, 71, 57, 0.14);
  --comments-card-bg: var(--pw-white);
  --comments-input-bg: #fffaf5;
  --comments-input-border: rgba(91, 71, 57, 0.2);
  --comments-input-text: var(--pw-ink);
  --comments-placeholder: #9b9087;
  --comments-focus: var(--pw-coral);
  width: min(760px, calc(100% - 48px));
  max-width: 760px;
  margin: 56px auto 48px;
  padding: 38px 40px 40px;
  border: 1px solid var(--pw-line);
  border-radius: 24px;
  background: #f8f2eb;
  color: var(--comments-text);
  box-shadow: var(--pw-shadow);
}

.content-shell .article-comments__title,
.content-shell .article-comments__form-title {
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
}

.content-shell .article-comments__title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.content-shell .article-comments__intro,
.content-shell .article-comments__form-note,
.content-shell .article-comments__empty {
  color: var(--comments-muted);
}

.content-shell .article-comment,
.content-shell .article-comments__form-card {
  border-color: var(--comments-border);
  background: var(--pw-white);
  box-shadow: 0 12px 32px rgba(75, 57, 45, 0.06);
}

.content-shell .article-comment--staff {
  border-color: rgba(239, 116, 103, 0.36);
  background: #fff4f1;
}

.content-shell .article-comment__badge {
  background: #f7d8d2;
  color: #8d3f37;
}

.content-shell .article-comment__reply-btn {
  color: var(--pw-coral-dark);
}

.content-shell .article-comments__input,
.content-shell .article-comments__textarea {
  border-color: var(--comments-input-border);
  background: var(--pw-white);
  color: var(--pw-ink);
}

.content-shell .article-comments__input:hover,
.content-shell .article-comments__textarea:hover {
  border-color: rgba(239, 116, 103, 0.5);
}

.content-shell .article-comments__input:focus,
.content-shell .article-comments__textarea:focus {
  border-color: var(--pw-coral);
  box-shadow: 0 0 0 4px rgba(239, 116, 103, 0.14);
}

.content-shell .article-comments__consent {
  color: var(--pw-muted);
}

.content-shell .article-comments__consent input[type="checkbox"] {
  accent-color: var(--pw-coral);
}

.content-shell .article-comments__consent a {
  color: var(--pw-coral-dark);
  text-decoration-color: rgba(223, 99, 87, 0.42);
  text-underline-offset: 3px;
}

.content-shell .article-comments .cw-btn-green {
  min-height: 50px;
  border: 1px solid var(--pw-coral);
  border-radius: 999px;
  background: var(--pw-coral) !important;
  color: var(--pw-white) !important;
  box-shadow: 0 10px 24px rgba(223, 99, 87, 0.22);
}

.content-shell .article-comments .cw-btn-green:hover {
  border-color: var(--pw-coral-dark);
  background: var(--pw-coral-dark) !important;
  color: var(--pw-white) !important;
  transform: translateY(-1px);
}

/* Newsletter flotante del artículo: versión Pasión Waldorf. */
.article-float-nl__inner {
  max-width: 1160px;
  padding: 18px 22px 16px;
  border: 1px solid var(--pw-line);
  border-radius: 22px;
  background: rgba(255, 250, 245, 0.97);
  color: var(--pw-ink);
  box-shadow: 0 20px 60px rgba(75, 57, 45, 0.18);
  backdrop-filter: blur(16px);
}

.article-float-nl__copy strong {
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

.article-float-nl__copy p,
.article-float-nl__consent {
  color: var(--pw-muted);
}

.article-float-nl__input {
  border: 1px solid #ded4ca;
  background: var(--pw-white);
  color: var(--pw-ink);
  box-shadow: inset 0 1px 2px rgba(75, 57, 45, 0.04);
}

.article-float-nl__input::placeholder {
  color: #9b9087;
  opacity: 1;
}

.article-float-nl__input:hover {
  border-color: rgba(239, 116, 103, 0.48);
}

.article-float-nl__input:focus {
  border-color: var(--pw-coral);
  outline: none;
  box-shadow: 0 0 0 4px rgba(239, 116, 103, 0.14);
}

.article-float-nl__btn {
  border: 1px solid var(--pw-coral);
  background: var(--pw-coral);
  color: var(--pw-white);
  box-shadow: 0 9px 22px rgba(223, 99, 87, 0.22);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.article-float-nl__btn:hover {
  border-color: var(--pw-coral-dark);
  background: var(--pw-coral-dark);
  filter: none;
  transform: translateY(-1px);
}

.article-float-nl__consent input {
  accent-color: var(--pw-coral);
}

.article-float-nl__consent a {
  color: var(--pw-coral-dark);
  text-decoration-color: rgba(223, 99, 87, 0.42);
  text-underline-offset: 3px;
}

.article-float-nl__close {
  top: 11px;
  right: 11px;
  border: 1px solid transparent;
  background: #f7e8e3;
  color: var(--pw-coral-dark);
  transition: background 180ms ease, transform 180ms ease;
}

.article-float-nl__close:hover {
  background: #f2d6cf;
  transform: rotate(4deg);
}

.article-float-nl__toggle {
  border-color: var(--pw-line);
  background: rgba(255, 250, 245, 0.98);
  color: var(--pw-ink);
  box-shadow: 0 12px 34px rgba(75, 57, 45, 0.18);
}

.article-float-nl__toggle .bi {
  color: var(--pw-coral-dark);
}

.article-float-nl__status.success {
  color: #4f6d46;
}

.article-float-nl__status.pending {
  color: #8a6948;
}

.article-float-nl__status.error {
  color: #9f463d;
}

@media (min-width: 961px) {
  .article-float-nl__actions {
    padding-right: 34px;
  }
}

@media (max-width: 960px) {
  .article-float-nl__inner {
    padding: 34px 18px 18px;
    border-radius: 20px;
  }

  .article-float-nl__copy strong {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .article-float-nl__panel {
    padding: 0 8px 8px;
  }

  .article-float-nl__inner {
    gap: 12px;
    padding: 32px 15px 15px;
    border-radius: 18px;
  }

  .article-float-nl__row {
    gap: 8px;
  }

  .article-float-nl__input,
  .article-float-nl__btn {
    min-height: 46px;
  }

  .article-float-nl__consent {
    font-size: 11px;
  }
}

@media (max-width: 680px) {
  .detail-content.wysiwyg-output,
  .content-shell > .detail-header,
  .content-shell > .article-share,
  .content-shell > .detail-back--outside {
    width: calc(100% - 32px);
  }

  .content-shell .article-comments {
    width: calc(100% - 32px);
    padding: 28px 20px 30px;
    border-radius: 18px;
  }
}

.content-shell > .article-advanced-bleed,
.article-advanced-bleed > .article-advanced-root,
.article-advanced-root > .pw-hero {
  margin-top: 0 !important;
}

.pw-container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.nav-135 {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  min-height: 104px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(93, 77, 65, 0.1);
  background: rgba(253, 250, 245, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.nav-135__desktop {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 32px;
  align-items: center;
  width: min(1160px, calc(100% - 48px));
  min-height: 104px;
  margin-inline: auto;
}

.nav-135 .logo-135,
.nav-mobile-brand {
  display: inline-flex;
  width: 300px;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav-135 .logo-img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-135 .nav-links {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: flex-end;
}

.nav-135 .nav-links a,
.nav-flap__links a {
  position: relative;
  padding: 12px 0;
  color: #514d49;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-135 .nav-links a:hover,
.nav-135 .nav-links a.is-active,
.nav-135 .nav-links a.nav-active,
.nav-flap__links a:hover,
.nav-flap__links a.is-active,
.nav-flap__links a.nav-active {
  color: var(--pw-coral);
}

.nav-135 .nav-links a.nav-active::after {
  background: var(--pw-coral);
}

.nav-135 .btn-outline-dark135 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 19px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f88a7c, #eb6358);
  box-shadow: 0 5px 12px rgba(218, 84, 73, 0.25);
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.nav-135 .btn-outline-dark135 .btn-arrow {
  display: none;
}

.nav-mobile-brand,
.nav-flap {
  display: none;
}

.pw-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--pw-coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pw-section-header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.pw-section-header h2,
.pw-blog-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

.pw-section-header p,
.pw-blog-header p {
  margin: 0;
  color: var(--pw-muted);
  font-size: 17px;
}

.pw-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(90deg, #fbf7f1 0%, #f6eee5 54%, #e8d7c8 100%);
}

.pw-hero .pw-container {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  min-height: 570px;
}

.pw-hero-content {
  position: relative;
  z-index: 2;
  padding: 46px 28px 64px 0;
}

.pw-hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  font-size: clamp(44px, 4.65vw, 60px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.pw-hero-lead {
  max-width: 620px;
  margin: 0 0 26px;
  color: #5e5954;
  font-size: 18px;
  line-height: 1.65;
}

.pw-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 28px;
  border: 1.5px solid var(--pw-coral);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.pw-btn:hover {
  transform: translateY(-2px);
}

.pw-btn-primary {
  background: var(--pw-coral);
  color: white;
}

.pw-btn-primary:hover {
  background: var(--pw-coral-dark);
  color: white;
}

.pw-btn-secondary,
.pw-btn-outline {
  background: rgba(255, 255, 255, 0.25);
  color: var(--pw-coral-dark);
}

.pw-btn-secondary:hover,
.pw-btn-outline:hover {
  background: var(--pw-coral);
  color: white;
}

.pw-hero-image {
  position: relative;
  align-self: stretch;
  min-height: 570px;
}

.pw-hero-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -2px;
  width: clamp(170px, 22vw, 340px);
  background: linear-gradient(
    90deg,
    #f7f0e8 0%,
    rgba(247, 240, 232, 0.94) 16%,
    rgba(247, 240, 232, 0.7) 44%,
    rgba(247, 240, 232, 0.28) 72%,
    rgba(247, 240, 232, 0) 100%
  );
  pointer-events: none;
}

.pw-hero-image img {
  display: block;
  width: calc(100% + max(24px, (100vw - 1160px) / 2));
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: 56% center;
}

.pw-quote-bubble {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 30px;
  width: min(380px, 42%);
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--pw-shadow);
  color: #625d57;
  font-size: 14px;
  line-height: 1.6;
  backdrop-filter: blur(12px);
}

.pw-quote-bubble strong {
  color: var(--pw-ink);
}

.pw-steps,
.pw-school,
.pw-blog,
.pw-quote-section,
.pw-page-section {
  padding: 96px 0;
}

.pw-steps {
  background: var(--pw-cream-light);
}

.pw-steps-picture {
  display: block;
  width: min(1050px, 100%);
  margin: 0 auto;
}

.pw-steps-picture img {
  display: block;
  width: 100%;
  height: auto;
}

.pw-school {
  background: var(--pw-cream);
}

.pw-courses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: min(950px, 100%);
  margin: 0 auto;
}

.pw-course-card {
  display: grid;
  grid-template-columns: 43% 57%;
  overflow: hidden;
  min-height: 350px;
  border: 1px solid rgba(105, 88, 74, 0.1);
  border-radius: 18px;
  background: var(--pw-white);
  box-shadow: 0 14px 40px rgba(77, 60, 47, 0.08);
}

.pw-course-poster {
  position: relative;
  background: #efe4d8;
}

.pw-course-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pw-course-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--pw-coral);
  box-shadow: 0 6px 16px rgba(125, 63, 55, 0.2);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pw-course-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
}

.pw-course-body h3 {
  margin: 0 0 14px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.pw-course-desc {
  margin: 0 0 26px;
  color: var(--pw-muted);
  font-size: 14px;
}

.pw-course-detail {
  margin: 0 -24px;
  background: var(--pw-cream-light);
  color: var(--pw-ink);
}

.pw-course-detail__hero {
  padding: clamp(56px, 8vw, 110px) 0 clamp(46px, 7vw, 86px);
  border-bottom: 1px solid var(--pw-line);
  background:
    radial-gradient(circle at 85% 20%, rgba(239, 116, 103, 0.13), transparent 30%),
    linear-gradient(145deg, #fffaf5 0%, #f6ece2 100%);
}

.pw-course-detail__hero .pw-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.pw-course-detail__copy .detail-back {
  display: block;
  width: fit-content;
  margin: 0 0 22px;
  color: var(--pw-coral-dark);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pw-course-detail__copy .detail-back:hover {
  opacity: 0.8;
  transform: translateX(-3px);
}

.pw-course-detail__copy h1 {
  max-width: 760px;
  margin: 10px 0 20px;
  color: var(--pw-ink);
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.pw-course-detail__copy > p {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--pw-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.pw-course-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.pw-course-detail__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.pw-course-detail__facts span {
  display: inline-flex;
  flex-direction: column;
  min-width: 120px;
  padding: 12px 16px;
  border: 1px solid rgba(105, 88, 74, 0.14);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--pw-ink);
  font-size: 15px;
}

.pw-course-detail__facts strong {
  color: var(--pw-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pw-course-detail__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8ded8;
  color: var(--pw-coral-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.pw-course-detail__image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(105, 88, 74, 0.12);
  border-radius: 28px;
  background: #efe4d8;
  box-shadow: 0 24px 64px rgba(77, 60, 47, 0.13);
}

.pw-course-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pw-course-detail__content {
  padding: clamp(50px, 7vw, 86px) 0 clamp(70px, 8vw, 110px);
}

.pw-course-detail__lead {
  padding: 0 0 clamp(70px, 8vw, 110px);
}

.pw-course-enroll {
  padding: clamp(54px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(239, 116, 103, 0.12), transparent 28%),
    linear-gradient(145deg, #fffaf5 0%, #f6eee6 100%);
  border-top: 1px solid var(--pw-line);
}

.pw-course-enroll__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.pw-course-enroll__copy h2 {
  margin: 0 0 18px;
  color: var(--pw-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.pw-course-enroll__copy p {
  color: #625c55;
  font-size: 18px;
  line-height: 1.75;
}

.pw-course-enroll__meta {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.pw-course-enroll__meta div {
  padding: 16px 18px;
  border: 1px solid var(--pw-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
}

.pw-course-enroll__meta dt {
  color: var(--pw-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pw-course-enroll__meta dd {
  margin: 4px 0 0;
  color: var(--pw-ink);
  font-size: 18px;
  font-weight: 800;
}

.pw-course-enroll__form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--pw-line);
  border-radius: 28px;
  background: #fffdf9;
  box-shadow: 0 24px 66px rgba(75, 57, 45, 0.09);
}

.pw-course-enroll__form label {
  display: grid;
  gap: 8px;
  color: var(--pw-ink);
  font: 800 13px/1.35 "Open Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pw-course-enroll__form input[type="text"],
.pw-course-enroll__form input[type="email"],
.pw-course-enroll__form input[type="tel"],
.pw-course-enroll__form textarea {
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #ded3c8;
  border-radius: 14px;
  background: #fffefa;
  color: var(--pw-ink);
  font: 400 16px/1.45 "Open Sans", sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.pw-course-enroll__form textarea {
  min-height: 120px;
  resize: vertical;
}

.pw-course-enroll__form input:focus,
.pw-course-enroll__form textarea:focus {
  outline: none;
  border-color: var(--pw-coral);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 116, 103, 0.12);
}

.pw-course-enroll__check {
  display: flex !important;
  grid-template-columns: none;
  grid-auto-flow: column;
  align-items: start;
  gap: 12px !important;
  color: #5f574f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
  text-transform: none !important;
}

.pw-course-enroll__check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--pw-coral);
}

.pw-course-enroll__check a {
  color: var(--pw-coral-dark);
}

.pw-course-enroll__status {
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.pw-course-enroll__status.pending,
.pw-course-enroll__status.success {
  border: 1px solid rgba(130, 154, 120, 0.28);
  background: #eef4e9;
  color: #4e6145;
}

.pw-course-enroll__status.error {
  border: 1px solid rgba(155, 62, 53, 0.18);
  background: #fff0ed;
  color: #9b3e35;
}

.pw-course-detail__dynamic-form {
  padding: clamp(28px, 5vw, 64px) 0;
  background: #fffaf5;
}

.pw-dynamic-form {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--pw-line);
  border-radius: 28px;
  background: var(--pw-white);
  box-shadow: 0 18px 48px rgba(75, 57, 45, 0.08);
}

.pw-dynamic-form__head { margin-bottom: 26px; }

.pw-dynamic-form__head h2 {
  margin: 0 0 10px;
  color: var(--pw-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.pw-dynamic-form__head p {
  margin: 0;
  color: var(--pw-muted);
  line-height: 1.7;
}

.pw-dynamic-form__form {
  display: grid;
  gap: 18px;
}

.pw-dynamic-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 4px;
}

.pw-dynamic-form__progress span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #eadfd4;
  border-radius: 999px;
  background: #fffdf9;
  color: var(--pw-muted);
  font: 700 12px/1.25 "Open Sans", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pw-dynamic-form__progress strong {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(239, 116, 103, 0.12);
  color: var(--pw-coral-dark);
}

.pw-dynamic-form__progress span.is-active {
  border-color: rgba(239, 116, 103, 0.5);
  background: #fff5ef;
  color: var(--pw-ink);
}

.pw-dynamic-form__progress span.is-complete {
  border-color: rgba(124, 105, 88, 0.18);
  background: rgba(238, 244, 233, 0.8);
}

.pw-dynamic-form__field {
  display: grid;
  gap: 8px;
  color: var(--pw-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pw-dynamic-form__field input,
.pw-dynamic-form__field textarea,
.pw-dynamic-form__field select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #e2d8cf;
  border-radius: 16px;
  background: #fffdf9;
  color: var(--pw-ink);
  font: 500 16px/1.5 "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.pw-dynamic-form__field textarea {
  min-height: 132px;
  resize: vertical;
}

.pw-dynamic-form__options {
  display: grid;
  gap: 9px;
}

.pw-dynamic-form__options label,
.pw-dynamic-form__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--pw-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.pw-dynamic-form__options input,
.pw-dynamic-form__check input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--pw-coral);
}

.pw-dynamic-form__check a {
  color: var(--pw-coral-dark);
}

.pw-dynamic-form__status {
  padding: 14px 16px;
  border-radius: 16px;
  background: #eef4e9;
  color: #4e6145;
}

.pw-dynamic-form__status.error {
  border: 1px solid rgba(155, 62, 53, 0.18);
  background: #fff0ed;
  color: #9b3e35;
}

.pw-dynamic-form-success {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(36px, 6vw, 76px) clamp(18px, 4vw, 46px);
  text-align: center;
}

.pw-dynamic-form-success__icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(239, 116, 103, 0.13);
  color: var(--pw-coral);
  font-size: 2.2rem;
  box-shadow: 0 18px 40px rgba(239, 116, 103, 0.14);
}

.pw-dynamic-form-success h2 {
  max-width: 760px;
  margin: 0;
  color: var(--pw-ink);
  font: 500 clamp(2.2rem, 5vw, 4.6rem)/1.04 "Playfair Display", serif;
}

.pw-dynamic-form-success__lead {
  max-width: 760px;
  margin: 0;
  color: var(--pw-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.75;
}

.pw-dynamic-form-success__notice {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  width: min(760px, 100%);
  padding: 20px 22px;
  border: 1px solid rgba(239, 116, 103, 0.24);
  border-radius: 22px;
  background: #fff6ef;
  color: #8c5d42;
  text-align: left;
}

.pw-dynamic-form-success__notice i {
  color: var(--pw-coral);
  font-size: 1.35rem;
  margin-top: 3px;
}

.pw-dynamic-form-success__notice p {
  margin: 0;
  line-height: 1.65;
}

.pw-dynamic-form-success__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--pw-muted);
  font-size: 0.98rem;
}

.pw-dynamic-form-success__contact a {
  color: var(--pw-coral-dark);
  font-weight: 800;
}

.pw-dynamic-form__wizard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
}

.pw-dynamic-form__wizard-actions .pw-btn,
.pw-dynamic-form__final-nav .pw-btn {
  width: auto;
  min-width: 178px;
  max-width: 220px;
  padding-inline: 26px;
}

.pw-dynamic-form__wizard-actions [data-form-counter] {
  color: var(--pw-muted);
  font: 700 13px/1 "Open Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pw-dynamic-form__final {
  display: grid;
  gap: 18px;
  margin-top: clamp(22px, 4vw, 38px);
  padding: clamp(22px, 3.5vw, 34px);
  border: 1px solid #eadfd4;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.72);
}

.pw-dynamic-form__submit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.pw-dynamic-form__final-nav {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: clamp(20px, 4vw, 34px);
}

.pw-dynamic-form__final-nav[hidden] {
  display: none !important;
}

.pw-dynamic-form__final-nav > [data-form-counter-final] {
  color: var(--pw-muted);
  font: 800 14px/1 "Open Sans", sans-serif;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.pw-dynamic-form__submit {
  width: auto;
  min-width: 230px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 34px;
}

.pw-dynamic-form__submit i {
  font-size: 1.1em;
  line-height: 1;
}

@media (max-width: 640px) {
  .pw-dynamic-form__final-nav {
    grid-template-columns: 1fr;
  }

  .pw-dynamic-form__submit-row,
  .pw-dynamic-form__submit,
  .pw-dynamic-form__final-nav .pw-btn {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .pw-course-enroll__grid {
    grid-template-columns: 1fr;
  }
}

.pw-course-detail__content .detail-content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--pw-ink);
}

.site-wrapper .cw-faq,
.content-shell .cw-faq {
  max-width: 900px;
  margin: clamp(42px, 7vw, 80px) auto;
}

.site-wrapper .cw-faq h2,
.content-shell .cw-faq h2 {
  margin: 0 0 24px;
  color: var(--pw-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-align: left;
}

.site-wrapper .cw-faq-item,
.content-shell .cw-faq-item {
  margin-bottom: 14px;
  border: 1px solid var(--pw-line);
  border-radius: 20px;
  background: #fffdf9;
  box-shadow: 0 16px 42px rgba(75, 57, 45, 0.07);
}

.site-wrapper .cw-faq-item:hover,
.content-shell .cw-faq-item:hover {
  border-color: rgba(223, 99, 87, 0.32);
}

.site-wrapper .cw-faq-item summary,
.site-wrapper .cw-faq-question,
.content-shell .cw-faq-item summary,
.content-shell .cw-faq-question {
  padding: 22px 24px;
  color: var(--pw-ink);
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.site-wrapper .cw-faq-question,
.content-shell .cw-faq-question {
  margin: 0;
}

.site-wrapper .cw-faq-item summary::after,
.content-shell .cw-faq-item summary::after {
  color: var(--pw-coral);
}

.site-wrapper .cw-faq-content,
.content-shell .cw-faq-content {
  padding: 0 24px 22px;
  color: #625c55;
  font-size: 16px;
  line-height: 1.75;
}

.pw-course-detail--missing {
  padding: 72px 0 96px;
  text-align: center;
}

.pw-btn-small,
.pw-link-coral {
  color: var(--pw-coral-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.pw-section-footer {
  margin-top: 44px;
  text-align: center;
}

.pw-blog {
  background: var(--pw-cream-light);
}

.pw-blog-header {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
}

.pw-blog-header-text {
  max-width: 700px;
}

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

.pw-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 270px;
  height: 100%;
  padding: 0;
  border: 1px solid var(--pw-line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 30px rgba(75, 57, 45, 0.05);
}

.pw-blog-card__image {
  display: block;
  height: 210px;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--pw-cream);
}

.pw-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.pw-blog-card:hover .pw-blog-card__image img {
  transform: scale(1.025);
}

.pw-blog-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.pw-blog-card__category {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pw-coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pw-blog-card h3 {
  margin: 0 0 17px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
}

.pw-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.pw-blog-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--pw-muted);
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pw-blog-card .pw-link-coral {
  margin-top: auto;
}

/* Blog dinámico */

.content-shell > .content-hero {
  position: relative;
  overflow: hidden;
  padding: 78px max(24px, calc((100vw - 1160px) / 2)) 68px;
  border: 0;
  background:
    radial-gradient(circle at 82% 15%, rgba(239, 116, 103, 0.13), transparent 25%),
    linear-gradient(135deg, #f4eddf 0%, #fdfbf6 70%);
}

.content-shell > .content-hero::after {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1160px) / 2));
  bottom: -54px;
  width: 250px;
  height: 250px;
  background: url("../img/pasion/logo.png") center / contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}

.content-shell > .content-hero .section-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--pw-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.content-shell > .content-hero .content-title {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: var(--pw-ink);
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.content-shell > .content-hero .content-intro {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: var(--pw-muted);
  font-size: 18px;
  line-height: 1.7;
}

.content-shell .blog-layout {
  width: min(1160px, calc(100% - 48px));
  margin: 72px auto 96px;
  gap: 42px;
}

.content-shell .blog-main {
  min-width: 0;
}

.content-shell .blog-sidebar {
  top: 128px;
  width: 270px;
}

.content-shell .blog-sidebar-widget {
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid var(--pw-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(75, 57, 45, 0.055);
}

.content-shell .blog-sidebar-widget h3 {
  margin: 0 0 15px;
  padding: 0 0 13px;
  border-bottom: 1px solid var(--pw-line);
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.content-shell .blog-search-widget {
  padding: 12px;
  border-radius: 16px;
}

.content-shell .blog-search-widget input {
  min-height: 50px;
  padding: 12px 14px 12px 42px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f7f2ea;
  color: var(--pw-ink);
  font-size: 14px;
}

.content-shell .blog-search-widget input::placeholder {
  color: #968e87;
}

.content-shell .blog-search-widget input:focus {
  border-color: rgba(239, 116, 103, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(239, 116, 103, 0.1);
}

.content-shell .blog-search-widget .bi-search {
  color: var(--pw-coral);
}

.content-shell .blog-cat-list {
  gap: 4px;
}

.content-shell .blog-cat-list a {
  padding: 9px 11px;
  border-radius: 10px;
  color: #6e6761;
  font-size: 13px;
  line-height: 1.35;
}

.content-shell .blog-cat-list a:hover {
  color: var(--pw-coral-dark);
  background: #fff5f0;
}

.content-shell .blog-cat-list a.active {
  color: var(--pw-coral-dark);
  background: rgba(239, 116, 103, 0.12);
  font-weight: 700;
}

.content-shell .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.content-shell .blog-grid .listing-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--pw-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(75, 57, 45, 0.06);
  color: var(--pw-ink);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.content-shell .blog-grid .listing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 116, 103, 0.42);
  box-shadow: 0 20px 45px rgba(75, 57, 45, 0.11);
}

.content-shell .blog-grid .listing-card.blog-article-card--featured {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  grid-column: 1 / -1;
  min-height: 330px;
}

.content-shell .blog-grid .listing-card.blog-article-card--featured.listing-card--no-image {
  display: flex;
  min-height: 0;
}

.content-shell .blog-grid .lc-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(145deg, #efe0d2, #f7eee5);
}

.content-shell .blog-grid .blog-article-card--featured .lc-image {
  height: 100%;
  min-height: 330px;
}

.content-shell .blog-grid .lc-image > img:not(.lc-placeholder-mark) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-shell .blog-grid .lc-no-image {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: rgba(87, 69, 57, 0.48);
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.content-shell .blog-grid .lc-placeholder-mark {
  width: min(185px, 64%);
  height: auto;
  opacity: 0.44;
  filter: saturate(0.72);
}

.content-shell .blog-grid .lc-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 26px;
}

.content-shell .blog-grid .blog-article-card--featured .lc-body {
  justify-content: center;
  padding: 42px;
}

.content-shell .blog-grid .lc-meta-row {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
}

.content-shell .blog-grid .lc-category {
  margin: 0;
  color: var(--pw-coral);
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.content-shell .blog-grid .lc-date {
  flex-shrink: 0;
  color: #a19a94;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.content-shell .blog-grid .lc-title {
  margin: 0 0 13px;
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.content-shell .blog-grid .blog-article-card--featured .lc-title {
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.16;
}

.content-shell .blog-grid .lc-desc {
  margin: 0 0 22px;
  color: var(--pw-muted);
  font-size: 14px;
  line-height: 1.7;
}

.content-shell .blog-grid .lc-read-more {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  color: var(--pw-coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-shell .blog-grid .listing-card:hover .lc-read-more span {
  transform: translateX(4px);
}

.content-shell .blog-grid .lc-read-more span {
  transition: transform 180ms ease;
}

.content-shell .blog-view-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 20px;
}

.content-shell .blog-view-toolbar__label {
  color: var(--pw-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-shell .blog-view-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--pw-line);
  border-radius: 999px;
  background: #f7f1eb;
}

.content-shell .blog-view-toggle__option {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pw-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.content-shell .blog-view-toggle__option:hover {
  color: var(--pw-coral-dark);
}

.content-shell .blog-view-toggle__option.is-active {
  background: var(--pw-white);
  color: var(--pw-coral-dark);
  box-shadow: 0 5px 14px rgba(75, 57, 45, 0.1);
}

.content-shell .blog-grid--list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.content-shell .blog-grid--list .listing-card {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  min-height: 178px;
}

.content-shell .blog-grid--list .listing-card.listing-card--no-image {
  grid-template-columns: 1fr;
  min-height: 0;
}

.content-shell .blog-grid--list .lc-image {
  height: 100%;
  min-height: 178px;
}

.content-shell .blog-grid--list .lc-body {
  justify-content: center;
  padding: 23px 28px 22px;
}

.content-shell .blog-grid--list .lc-meta-row {
  margin-bottom: 9px;
}

.content-shell .blog-grid--list .lc-title {
  margin-bottom: 8px;
  font-size: 23px;
}

.content-shell .blog-grid--list .lc-desc {
  display: -webkit-box;
  margin-bottom: 13px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-shell .blog-grid--list .lc-read-more {
  margin-top: 0;
}

.content-shell .listing-pagination {
  margin: 42px 0 0;
}

.content-shell .pg-link {
  border-color: var(--pw-line);
  background: #fff;
  color: var(--pw-muted);
}

.content-shell .pg-link:hover,
.content-shell .pg-link.pg-active {
  border-color: var(--pw-coral);
  background: var(--pw-coral);
  color: #fff;
}

.pw-empty-card {
  grid-column: 1 / -1;
  padding: 52px;
  border: 1px dashed #d9cfc5;
  border-radius: 18px;
  color: var(--pw-muted);
  text-align: center;
}

.pw-empty-card h3 {
  margin-top: 0;
}

.pw-quote-section {
  padding-top: 50px;
  background: var(--pw-cream-light);
}

.pw-quote-block {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 62px 80px;
  border-radius: 24px;
  background: var(--pw-cream);
  text-align: center;
}

.pw-quote-mark {
  position: absolute;
  top: 8px;
  left: 36px;
  color: rgba(239, 116, 103, 0.24);
  font-family: "Playfair Display", serif;
  font-size: 86px;
  line-height: 1;
}

.pw-quote-block p {
  position: relative;
  margin: 0;
  color: #4b4641;
  font-family: "Playfair Display", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-style: italic;
  line-height: 1.45;
}

.pw-page-hero {
  padding: 70px 0 54px;
  background: linear-gradient(135deg, var(--pw-cream) 0%, var(--pw-cream-light) 100%);
  text-align: center;
}

.pw-page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 500;
}

.pw-page-hero p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--pw-muted);
  font-size: 17px;
}

.pw-prose {
  max-width: 820px;
  margin: 0 auto;
}

.pw-prose h2 {
  margin: 48px 0 18px;
  font-size: 32px;
  font-weight: 500;
}

.pw-prose h2:first-child {
  margin-top: 0;
}

.pw-prose p {
  margin: 0 0 22px;
  color: #56514c;
  font-size: 16px;
}

.pw-prose-lead {
  color: var(--pw-ink) !important;
  font-family: "Playfair Display", serif;
  font-size: 24px !important;
  line-height: 1.55;
}

/*
 * Páginas de servicios construidas por pisos.
 * Aísla el hero y el contenido del antiguo tema oscuro para que mantengan
 * la identidad visual y el contraste de Pasión Waldorf.
 */
.site-wrapper--service-detail .nav-135 {
  margin-bottom: 0;
}

.site-wrapper--service-detail .hero-135--composition {
  display: block;
  min-height: 0;
  padding: clamp(74px, 8vw, 122px) 24px clamp(64px, 7vw, 104px);
  overflow: hidden;
  border-bottom: 1px solid var(--pw-line);
  background:
    radial-gradient(circle at 86% 18%, rgba(239, 116, 103, 0.13), transparent 28%),
    radial-gradient(circle at 70% 82%, rgba(201, 155, 88, 0.1), transparent 24%),
    linear-gradient(135deg, var(--pw-cream) 0%, var(--pw-cream-light) 76%);
}

.site-wrapper--service-detail .hero-135--composition .hero-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.site-wrapper--service-detail .hero-135--composition .hero-visual {
  display: none;
}

.site-wrapper--service-detail .hero-135--composition .eyebrow {
  margin: 0 0 20px;
  color: var(--pw-coral);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.site-wrapper--service-detail .hero-135--composition .hero-title {
  max-width: 900px;
  margin: 0 0 24px;
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6.4vw, 82px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.site-wrapper--service-detail .hero-135--composition .hero-text {
  max-width: 720px;
  margin: 0;
  color: var(--pw-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.7;
}

.site-wrapper--service-detail .hero-135--composition .hero-actions {
  margin: 30px 0 0;
}

.site-wrapper .btn-acid,
.content-shell .btn-acid {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  min-height: 52px;
  padding: 12px 16px 12px 24px;
  border: 1px solid var(--pw-coral);
  border-radius: 999px;
  background: var(--pw-coral);
  box-shadow: 0 10px 24px rgba(239, 116, 103, 0.2);
  color: var(--pw-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.site-wrapper .btn-acid:hover,
.content-shell .btn-acid:hover {
  border-color: var(--pw-coral-dark);
  background: var(--pw-coral-dark);
  box-shadow: 0 14px 30px rgba(223, 99, 87, 0.25);
  color: var(--pw-white);
  transform: translateY(-2px);
}

.site-wrapper .btn-acid .btn-arrow,
.content-shell .btn-acid .btn-arrow {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--pw-white);
}

.site-wrapper--service-detail .home-rich-text {
  padding: clamp(64px, 8vw, 112px) 24px;
  background: var(--pw-cream-light);
}

.site-wrapper--service-detail .home-rich-text .home-services-content {
  width: min(900px, 100%);
  margin: 0 auto;
  color: #56514c;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

.site-wrapper--service-detail .home-rich-text .home-services-content > :first-child,
.site-wrapper--service-detail .home-rich-text .home-services-content .pw-page-section:first-child {
  margin-top: 0;
}

.site-wrapper--service-detail .home-rich-text .home-services-content p,
.site-wrapper--service-detail .home-rich-text .home-services-content li {
  color: #56514c;
}

.site-wrapper--service-detail .home-rich-text .home-services-content strong {
  color: var(--pw-ink);
}

.site-wrapper--service-detail .home-rich-text .home-services-content h1,
.site-wrapper--service-detail .home-rich-text .home-services-content h2,
.site-wrapper--service-detail .home-rich-text .home-services-content h3,
.site-wrapper--service-detail .home-rich-text .home-services-content h4 {
  color: var(--pw-ink);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.2;
}

.site-wrapper--service-detail .home-rich-text .home-services-content h2 {
  margin: 54px 0 20px;
  font-size: clamp(31px, 4vw, 45px);
}

.site-wrapper--service-detail .home-rich-text .home-services-content h3 {
  margin: 46px 0 18px;
  font-size: clamp(25px, 3vw, 34px);
}

.site-wrapper--service-detail .home-rich-text .home-services-content ul,
.site-wrapper--service-detail .home-rich-text .home-services-content ol {
  margin: 26px 0 34px;
  padding-left: 28px;
}

.site-wrapper--service-detail .home-rich-text .home-services-content li {
  margin-bottom: 14px;
  padding-left: 6px;
}

.site-wrapper--service-detail .home-rich-text .home-services-content li::marker {
  color: var(--pw-coral);
  font-weight: 700;
}

.site-wrapper--service-detail .home-rich-text .pw-page-section {
  padding: 0;
}

.site-wrapper--service-detail .home-rich-text .pw-container,
.site-wrapper--service-detail .home-rich-text .pw-prose {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

@media (max-width: 640px) {
  .site-wrapper--service-detail .hero-135--composition {
    padding: 58px 20px 60px;
  }

  .site-wrapper--service-detail .hero-135--composition .hero-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .site-wrapper--service-detail .home-rich-text {
    padding: 56px 20px 72px;
  }

  .site-wrapper--service-detail .home-rich-text .home-services-content {
    font-size: 16px;
    line-height: 1.75;
  }
}

.pw-highlight {
  margin: 40px 0;
  padding: 32px 36px;
  border-left: 4px solid var(--pw-coral);
  border-radius: 0 16px 16px 0;
  background: var(--pw-cream);
}

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

.pw-service-card {
  padding: 34px;
  border: 1px solid var(--pw-line);
  border-radius: 18px;
  background: white;
}

.pw-service-card .pw-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(239, 116, 103, 0.12);
  color: var(--pw-coral);
  font-size: 22px;
}

.pw-service-card h2,
.pw-service-card h3 {
  margin: 0 0 14px;
  font-size: 27px;
  font-weight: 500;
}

.pw-service-card p,
.pw-service-card li {
  color: var(--pw-muted);
  font-size: 14px;
}

.pw-contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.pw-contact-info h2 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 500;
}

.pw-contact-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.pw-contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
}

.pw-contact-item i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(239, 116, 103, 0.12);
  color: var(--pw-coral);
  font-size: 20px;
}

.pw-contact-item strong,
.pw-contact-item a {
  display: block;
}

.pw-contact-item a {
  color: var(--pw-muted);
  text-decoration: none;
}

.pw-contact-form {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--pw-line);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 22px 60px rgba(75, 57, 45, 0.08);
}

.pw-contact-form .cw-form {
  display: grid;
  gap: 24px;
}

.pw-contact-form .cw-form-group {
  display: grid;
  gap: 10px;
  margin: 0;
}

.pw-contact-form label {
  margin: 0;
  color: #3f3934;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pw-contact-form input,
.pw-contact-form select,
.pw-contact-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  border: 1px solid #ded3c8;
  border-radius: 14px;
  background-color: #fffefa;
  color: var(--pw-ink);
  box-sizing: border-box;
  font: 400 16px/1.45 "Open Sans", sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.pw-contact-form select {
  padding-right: 46px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7d746c 50%),
    linear-gradient(135deg, #7d746c 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.pw-contact-form input::placeholder,
.pw-contact-form textarea::placeholder {
  color: #ada6a0;
}

.pw-contact-form input:focus,
.pw-contact-form select:focus,
.pw-contact-form textarea:focus {
  outline: none;
  border-color: var(--pw-coral);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(239, 116, 103, 0.12);
}

.pw-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.pw-contact-form .cw-form-checkbox label {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #5f574f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.65;
  text-transform: uppercase;
}

.pw-contact-form .cw-form-checkbox label span {
  padding-top: 1px;
}

.pw-contact-form .cw-form-checkbox input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--pw-coral);
}

.pw-contact-form .cw-form-checkbox a {
  color: #4d4741 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pw-contact-form .cw-btn,
.pw-contact-form.cw-smart-form-container .js-smart-form button.cw-btn[type="submit"] {
  min-height: 58px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ee8676, var(--pw-coral)) !important;
  color: var(--pw-white) !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(223, 99, 87, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pw-contact-form .cw-btn:hover,
.pw-contact-form.cw-smart-form-container .js-smart-form button.cw-btn[type="submit"]:hover {
  background: linear-gradient(135deg, var(--pw-coral), var(--pw-coral-dark)) !important;
  color: var(--pw-white) !important;
  box-shadow: 0 18px 38px rgba(223, 99, 87, 0.24);
  transform: translateY(-2px);
}

.pw-contact-form .cw-form-status.success {
  padding: 14px 16px;
  border: 1px solid rgba(38, 108, 58, 0.18);
  border-radius: 14px;
  background: #e9f7ed;
  color: #266c3a;
}

.pw-contact-form .cw-form-status.error {
  padding: 14px 16px;
  border: 1px solid rgba(155, 62, 53, 0.18);
  border-radius: 14px;
  background: #fff0ed;
  color: #9b3e35;
}

/* Lead magnets: override generic CMS green accents with Pasión Waldorf palette. */
.site-wrapper .cw-lead-magnet,
.content-shell .cw-lead-magnet {
  max-width: 980px;
  margin: clamp(42px, 7vw, 82px) auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--pw-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(239, 116, 103, 0.12), transparent 28%),
    linear-gradient(145deg, #fffdf9 0%, #f7eee4 100%);
  color: var(--pw-ink);
  box-shadow: 0 24px 66px rgba(75, 57, 45, 0.09);
}

.site-wrapper .cw-lm-title,
.content-shell .cw-lm-title {
  margin: 0 0 18px;
  color: var(--pw-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.site-wrapper .cw-lm-desc,
.site-wrapper .cw-lm-secondary,
.content-shell .cw-lm-desc,
.content-shell .cw-lm-secondary,
.site-wrapper .cw-lm-form-intro,
.content-shell .cw-lm-form-intro {
  color: #625c55;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
  opacity: 1;
}

.site-wrapper .cw-lm-actions,
.content-shell .cw-lm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.site-wrapper .cw-lm-cta,
.content-shell .cw-lm-cta,
.site-wrapper .cw-lm-form .cw-btn-green,
.content-shell .cw-lm-form .cw-btn-green,
.site-wrapper .cw-lm-form button[type="submit"],
.content-shell .cw-lm-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 28px;
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #ee8676, var(--pw-coral)) !important;
  color: var(--pw-white) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(223, 99, 87, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-wrapper .cw-lm-cta:hover,
.content-shell .cw-lm-cta:hover,
.site-wrapper .cw-lm-form .cw-btn-green:hover,
.content-shell .cw-lm-form .cw-btn-green:hover,
.site-wrapper .cw-lm-form button[type="submit"]:hover,
.content-shell .cw-lm-form button[type="submit"]:hover {
  background: linear-gradient(135deg, var(--pw-coral), var(--pw-coral-dark)) !important;
  color: var(--pw-white) !important;
  box-shadow: 0 18px 38px rgba(223, 99, 87, 0.24);
  transform: translateY(-2px);
}

.site-wrapper .cw-lm-btn-secondary,
.content-shell .cw-lm-btn-secondary,
.site-wrapper .cw-lm-link,
.site-wrapper .cw-lm-skip,
.content-shell .cw-lm-link,
.content-shell .cw-lm-skip {
  color: #5f574f !important;
  opacity: 1;
  text-decoration-color: rgba(95, 87, 79, 0.55);
  text-underline-offset: 4px;
}

.site-wrapper .cw-lm-btn-secondary,
.content-shell .cw-lm-btn-secondary {
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid rgba(95, 87, 79, 0.42);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.7);
  font-weight: 700;
}

.site-wrapper .cw-lm-btn-secondary:hover,
.content-shell .cw-lm-btn-secondary:hover {
  border-color: var(--pw-coral);
  color: var(--pw-coral-dark) !important;
}

.site-wrapper .cw-lm-link,
.content-shell .cw-lm-link,
.site-wrapper button.cw-lm-link,
.content-shell button.cw-lm-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #8b8178 !important;
  font: 600 15px/1.4 "Open Sans", sans-serif;
  text-decoration: none;
  box-shadow: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.site-wrapper .cw-lm-link:hover,
.content-shell .cw-lm-link:hover,
.site-wrapper button.cw-lm-link:hover,
.content-shell button.cw-lm-link:hover {
  color: var(--pw-coral-dark) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: none;
}

.site-wrapper .cw-lm-form-panel,
.content-shell .cw-lm-form-panel {
  max-width: 820px;
  margin-top: 28px;
}

.site-wrapper .cw-lm-form,
.content-shell .cw-lm-form {
  gap: 18px;
}

.site-wrapper .cw-lm-field,
.content-shell .cw-lm-field {
  display: grid;
  gap: 8px;
  color: var(--pw-ink);
  font: 800 13px/1.35 "Open Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-wrapper .cw-lm-form input[type="email"],
.site-wrapper .cw-lm-form input[type="text"],
.site-wrapper .cw-lm-form input[type="tel"],
.site-wrapper .cw-lm-form textarea,
.site-wrapper .cw-lm-form select,
.content-shell .cw-lm-form input[type="email"],
.content-shell .cw-lm-form input[type="text"],
.content-shell .cw-lm-form input[type="tel"],
.content-shell .cw-lm-form textarea,
.content-shell .cw-lm-form select {
  min-height: 58px;
  padding: 15px 18px;
  border: 1px solid #ded3c8;
  border-radius: 14px;
  background: #fffefa;
  color: var(--pw-ink);
  font: 400 16px/1.45 "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}

.site-wrapper .cw-lm-form textarea,
.content-shell .cw-lm-form textarea {
  min-height: 132px;
  resize: vertical;
}

.site-wrapper .cw-lm-form input[type="email"]::placeholder,
.site-wrapper .cw-lm-form input[type="text"]::placeholder,
.site-wrapper .cw-lm-form input[type="tel"]::placeholder,
.site-wrapper .cw-lm-form textarea::placeholder,
.content-shell .cw-lm-form input[type="email"]::placeholder,
.content-shell .cw-lm-form input[type="text"]::placeholder,
.content-shell .cw-lm-form input[type="tel"]::placeholder,
.content-shell .cw-lm-form textarea::placeholder {
  color: #ada6a0;
}

.site-wrapper .cw-lm-form input[type="email"]:focus,
.site-wrapper .cw-lm-form input[type="text"]:focus,
.site-wrapper .cw-lm-form input[type="tel"]:focus,
.site-wrapper .cw-lm-form textarea:focus,
.site-wrapper .cw-lm-form select:focus,
.content-shell .cw-lm-form input[type="email"]:focus,
.content-shell .cw-lm-form input[type="text"]:focus,
.content-shell .cw-lm-form input[type="tel"]:focus,
.content-shell .cw-lm-form textarea:focus,
.content-shell .cw-lm-form select:focus {
  outline: none;
  border-color: var(--pw-coral);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 116, 103, 0.12);
}

.site-wrapper .cw-lm-consent,
.content-shell .cw-lm-consent {
  gap: 12px;
  color: #5f574f;
  font-size: 14px;
  line-height: 1.6;
  opacity: 1;
}

.site-wrapper .cw-lm-consent input,
.content-shell .cw-lm-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--pw-coral);
}

.site-wrapper .cw-lm-consent a,
.content-shell .cw-lm-consent a {
  color: var(--pw-coral-dark) !important;
  text-decoration-color: rgba(223, 99, 87, 0.45);
  text-underline-offset: 4px;
}

.site-wrapper .cw-lm-status,
.content-shell .cw-lm-status {
  padding: 14px 16px;
  border-radius: 14px;
  color: #5f574f;
}

.site-wrapper .cw-lm-status.success,
.content-shell .cw-lm-status.success {
  border-color: rgba(130, 154, 120, 0.28);
  background: #eef4e9;
  color: #4e6145;
}

.site-wrapper .cw-lm-status.pending,
.content-shell .cw-lm-status.pending {
  border-color: rgba(194, 148, 89, 0.28);
  background: #fff4df;
  color: #76542d;
}

.site-wrapper .cw-lm-status.error,
.content-shell .cw-lm-status.error {
  border-color: rgba(155, 62, 53, 0.18);
  background: #fff0ed;
  color: #9b3e35;
}

.site-wrapper .cw-status-link,
.content-shell .cw-status-link {
  border: 1px solid var(--pw-coral) !important;
  background: var(--pw-coral) !important;
  color: var(--pw-white) !important;
  box-shadow: 0 10px 24px rgba(223, 99, 87, 0.16);
}

.site-wrapper .cw-status-link:hover,
.content-shell .cw-status-link:hover {
  border-color: var(--pw-coral-dark) !important;
  background: var(--pw-coral-dark) !important;
  color: var(--pw-white) !important;
}

.lead-magnet-view-page {
  background: var(--pw-cream-light);
  color: var(--pw-ink);
  font-family: "Open Sans", system-ui, sans-serif;
}

.lead-magnet-view {
  max-width: 1180px;
  padding: clamp(34px, 6vw, 74px) 24px 64px;
}

.lead-magnet-view__card,
.lead-magnet-view__fallback,
.lead-magnet-view__frame-wrap {
  border: 1px solid var(--pw-line);
  background: #fffdf9;
  box-shadow: 0 20px 58px rgba(75, 57, 45, 0.08);
}

.lead-magnet-view__card {
  border-radius: 28px;
}

.lead-magnet-view__eyebrow {
  color: var(--pw-coral-dark);
  font-weight: 800;
}

.lead-magnet-view__header h1,
.lead-magnet-view__card h1 {
  color: var(--pw-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.lead-magnet-view__card p,
.lead-magnet-view__fallback p,
.lead-magnet-view__hint,
.lead-magnet-view__meta {
  color: #625c55;
}

.lead-magnet-view__btn {
  border-color: rgba(95, 87, 79, 0.24);
  color: #5f574f;
}

.lead-magnet-view__btn:hover {
  border-color: var(--pw-coral);
  color: var(--pw-coral-dark);
}

.lead-magnet-view__btn--primary {
  border: 0;
  background: linear-gradient(135deg, #ee8676, var(--pw-coral));
  color: var(--pw-white);
  box-shadow: 0 14px 30px rgba(223, 99, 87, 0.18);
}

.lead-magnet-view__btn--primary:hover {
  background: linear-gradient(135deg, var(--pw-coral), var(--pw-coral-dark));
  color: var(--pw-white);
}

.lead-magnet-view__frame-wrap {
  border-radius: 24px;
}

.lead-magnet-view__frame {
  background: #fffdf9;
}

.footer-135 {
  width: 100%;
  margin: 0;
  padding: 72px max(24px, calc((100vw - 1160px) / 2)) 26px;
  border: 0;
  background: #f2ecdf;
  color: #5f574f;
  box-sizing: border-box;
}

.footer-135-top-line {
  display: none;
}

.footer-135-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 0.8fr;
  gap: 52px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.footer-135 .footer-logo {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}

.footer-135 .footer-logo img {
  width: 100%;
  height: auto;
}

.footer-brand p {
  max-width: 360px;
  color: #635c55;
  font-size: 14px;
  line-height: 1.7;
}

.footer-brand .footer-script {
  display: none;
}

.footer-col h4 {
  margin: 0 0 20px;
  color: var(--pw-ink);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: none;
}

.footer-col > a {
  display: block;
  margin-bottom: 11px;
  color: #5f574f;
  font-size: 13px;
  text-decoration: none;
}

.footer-col > a:hover {
  color: var(--pw-coral);
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.footer-social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--pw-coral-dark);
}

.footer-copy {
  max-width: 1160px;
  margin: 52px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(95, 78, 62, 0.13);
  color: #6f675f;
  font-size: 12px;
  text-align: left;
}

@media (max-width: 980px) {
  .nav-135 {
    min-height: 82px;
  }

  .nav-135__desktop {
    display: none;
  }

  .nav-mobile-brand {
    display: inline-flex;
    position: absolute;
    z-index: 1202;
    top: 18px;
    left: 24px;
    width: 230px;
  }

  .nav-flap {
    display: block;
    position: absolute;
    z-index: 1201;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

  .nav-flap__shell {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 82px;
    padding: 18px 24px;
    border-radius: 0;
    background: rgba(253, 250, 245, 0.98);
    box-shadow: none;
    box-sizing: border-box;
  }

  .nav-flap__toggle {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    border: 0;
    background: transparent;
    color: var(--pw-coral-dark);
    font-size: 14px;
    font-weight: 700;
  }

  .nav-flap__label {
    color: var(--pw-coral-dark);
  }

  .nav-flap__chevron {
    border-right-color: var(--pw-coral-dark);
    border-bottom-color: var(--pw-coral-dark);
  }

  .nav-flap__panel {
    display: none;
    padding: 12px 24px 26px;
    border-top: 1px solid var(--pw-line);
    background: var(--pw-cream-light);
  }

  .nav-flap.is-open .nav-flap__panel,
  .nav-flap.nav-flap--open .nav-flap__panel,
  .nav-flap__panel.is-open {
    display: block;
  }

  .nav-flap__links {
    display: grid;
    gap: 4px;
  }

  .nav-flap__cta {
    margin-top: 12px;
  }

  .pw-hero .pw-container {
    grid-template-columns: 1fr;
  }

  .pw-hero-content {
    padding: 64px 0 40px;
  }

  .pw-hero-image {
    min-height: 480px;
  }

  .pw-hero-image::before {
    top: -2px;
    right: 0;
    bottom: auto;
    left: -24px;
    width: calc(100% + 48px);
    height: 150px;
    background: linear-gradient(
      180deg,
      #f7f0e8 0%,
      rgba(247, 240, 232, 0.9) 20%,
      rgba(247, 240, 232, 0.48) 58%,
      rgba(247, 240, 232, 0) 100%
    );
  }

  .pw-hero-image img {
    width: calc(100% + 48px);
    min-height: 480px;
    margin-left: -24px;
  }

  .pw-quote-bubble {
    right: 24px;
    bottom: 24px;
    width: min(420px, calc(100% - 48px));
  }

  .pw-courses-grid,
  .pw-blog-grid,
  .pw-service-grid {
    grid-template-columns: 1fr;
  }

  .pw-contact-layout {
    grid-template-columns: 1fr;
  }

  .footer-135-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .pw-container {
    width: min(100% - 32px, 1160px);
  }

  .nav-mobile-brand {
    left: 16px;
    width: 200px;
  }

  .nav-flap__shell {
    padding-inline: 16px;
  }

  .pw-hero h1 {
    font-size: 43px;
  }

  .pw-hero-lead {
    font-size: 16px;
  }

  .pw-hero-buttons {
    display: grid;
  }

  .pw-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .pw-hero-image img {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .pw-quote-bubble {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -56px 0 30px;
  }

  .pw-steps,
  .pw-school,
  .pw-blog,
  .pw-quote-section,
  .pw-page-section {
    padding: 72px 0;
  }

  .pw-course-card {
    grid-template-columns: 1fr;
  }

  .pw-course-poster {
    max-height: 420px;
  }

  .pw-blog-header {
    display: block;
  }

  .pw-blog-header .pw-link-coral {
    display: inline-block;
    margin-top: 22px;
  }

  .pw-quote-block {
    padding: 52px 28px;
  }

  .pw-service-card,
  .pw-contact-form,
  .pw-blog-card__content {
    padding: 26px;
  }

  .footer-135 {
    padding-inline: 24px;
  }

  .footer-135-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 980px) {
  .content-shell .blog-layout {
    display: flex;
    flex-direction: column;
    width: min(100% - 40px, 760px);
    margin-top: 52px;
  }

  .content-shell .blog-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 18px;
    width: 100%;
    position: static;
  }

  .content-shell .blog-sidebar-widget {
    margin: 0;
  }
}

@media (max-width: 720px) {
  .content-shell > .content-hero {
    padding: 58px 20px 52px;
  }

  .content-shell > .content-hero::after {
    right: -38px;
    bottom: -42px;
    width: 180px;
    height: 180px;
  }

  .content-shell > .content-hero .content-title {
    font-size: 54px;
  }

  .content-shell > .content-hero .content-intro {
    max-width: 88%;
    font-size: 16px;
  }

  .content-shell .blog-layout {
    width: min(100% - 32px, 620px);
    margin: 42px auto 72px;
    gap: 32px;
  }

  .content-shell .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .content-shell .blog-categories-widget {
    padding: 18px;
  }

  .content-shell .blog-categories-widget h3 {
    margin-bottom: 12px;
  }

  .content-shell .blog-cat-list {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .content-shell .blog-cat-list li {
    flex: 0 0 auto;
  }

  .content-shell .blog-cat-list a {
    padding: 8px 13px;
    border: 1px solid var(--pw-line);
    border-radius: 999px;
    background: #fff;
    white-space: nowrap;
  }

  .content-shell .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .content-shell .blog-grid .listing-card.blog-article-card--featured {
    display: flex;
    grid-column: auto;
    min-height: 0;
  }

  .content-shell .blog-grid .blog-article-card--featured .lc-image {
    height: 230px;
    min-height: 0;
  }

  .content-shell .blog-grid .blog-article-card--featured .lc-body,
  .content-shell .blog-grid .lc-body {
    justify-content: flex-start;
    padding: 26px 24px 24px;
  }

  .content-shell .blog-grid .blog-article-card--featured .lc-title,
  .content-shell .blog-grid .lc-title {
    font-size: 26px;
  }

  .content-shell .blog-view-toolbar {
    justify-content: space-between;
  }

  .content-shell .blog-grid--list {
    gap: 12px;
  }

  .content-shell .blog-grid--list .listing-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 148px;
  }

  .content-shell .blog-grid--list .listing-card.listing-card--no-image {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .content-shell .blog-grid--list .lc-image {
    height: 100%;
    min-height: 148px;
  }

  .content-shell .blog-grid--list .lc-body {
    padding: 17px 18px 16px;
  }

  .content-shell .blog-grid--list .lc-meta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .content-shell .blog-grid--list .lc-title {
    font-size: 20px;
    line-height: 1.22;
  }

  .content-shell .blog-grid--list .lc-desc {
    display: none;
  }

  .content-shell .blog-grid--list .lc-read-more {
    font-size: 10px;
  }
}

/* =========================================================
   VITRINA DE SERVICIOS, CURSOS, TERAPIAS Y EBOOKS
   ========================================================= */

.pw-offer-page {
  background: var(--pw-cream-light);
  color: var(--pw-ink);
}

.pw-offer-hero {
  padding: clamp(72px, 9vw, 126px) 0 clamp(58px, 7vw, 92px);
  overflow: hidden;
  border-bottom: 1px solid var(--pw-line);
  background:
    radial-gradient(circle at 86% 20%, rgba(239, 116, 103, 0.14), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(232, 205, 155, 0.18), transparent 30%),
    linear-gradient(145deg, #fffaf5 0%, #f8efe7 100%);
}

.pw-offer-hero .pw-container {
  text-align: center;
}

.pw-offer-hero h1 {
  max-width: 900px;
  margin: 18px auto 22px;
  color: var(--pw-ink);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.pw-offer-hero > .pw-container > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--pw-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.pw-offer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

.pw-offer-nav a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid rgba(239, 116, 103, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--pw-coral-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(75, 57, 45, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pw-offer-nav a:hover {
  border-color: var(--pw-coral);
  background: var(--pw-white);
  transform: translateY(-2px);
}

.pw-offer-nav a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f8ded8;
  color: #9c4a41;
  font-size: 11px;
}

.pw-offer-section {
  padding: clamp(68px, 8vw, 108px) 0;
  scroll-margin-top: 120px;
}

.pw-offer-section:nth-of-type(odd) {
  background: #f8f2eb;
}

.pw-offer-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.pw-offer-section__header h2 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.pw-offer-section__header > p {
  margin: 0;
  color: var(--pw-muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.pw-offer-card {
  display: grid;
  grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--pw-line);
  border-radius: 24px;
  background: var(--pw-white);
  box-shadow: 0 16px 44px rgba(75, 57, 45, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.pw-offer-card:hover {
  border-color: rgba(239, 116, 103, 0.44);
  box-shadow: 0 24px 56px rgba(75, 57, 45, 0.12);
  transform: translateY(-4px);
}

.pw-offer-card--no-image {
  grid-template-columns: 108px minmax(0, 1fr);
}

.pw-offer-card__image {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #f2e7dd;
}

.pw-offer-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.pw-offer-card:hover .pw-offer-card__image img {
  transform: scale(1.035);
}

.pw-offer-card__symbol {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 34px;
  background: linear-gradient(180deg, #fff4f0, #f8ebe4);
  color: var(--pw-coral-dark);
  font-size: 38px;
}

.pw-offer-card__symbol i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(239, 116, 103, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.pw-offer-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.pw-offer-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 17px;
}

.pw-offer-card__meta span,
.pw-offer-card__meta strong {
  color: var(--pw-coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pw-offer-card__meta strong {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff0ec;
}

.pw-offer-card h3 {
  margin: 0 0 13px;
  color: var(--pw-ink);
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.pw-offer-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--pw-muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pw-offer-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 22px;
}

.pw-offer-card__facts span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(176, 160, 145, 0.26);
  border-radius: 999px;
  background: #fffaf5;
  color: var(--pw-muted);
  font-size: 11px;
  line-height: 1.2;
}

.pw-offer-card__facts strong {
  color: var(--pw-ink);
  font-weight: 800;
}

.pw-offer-card__link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  color: var(--pw-coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.pw-offer-card__link span {
  transition: transform 180ms ease;
}

.pw-offer-card:hover .pw-offer-card__link span {
  transform: translateX(4px);
}

.pw-offer-closing {
  padding: 32px 0 78px;
  background: var(--pw-cream-light);
}

.pw-offer-closing .pw-container {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 42px 48px;
  border: 1px solid rgba(239, 116, 103, 0.26);
  border-radius: 26px;
  background: linear-gradient(135deg, #f6ded8, #fff6f2);
}

.pw-offer-closing h2 {
  max-width: 700px;
  margin: 9px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.12;
}

.pw-offer-empty {
  padding: 96px 0;
  text-align: center;
}

.pw-offer-empty i {
  color: var(--pw-coral);
  font-size: 42px;
}

.pw-offer-empty h2 {
  margin: 16px 0 8px;
}

.pw-offer-empty p {
  color: var(--pw-muted);
}

@media (max-width: 980px) {
  .pw-offer-section__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pw-offer-section__header > p {
    max-width: 680px;
  }

  .pw-offer-grid {
    grid-template-columns: 1fr;
  }

  .pw-offer-card {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .pw-offer-hero {
    padding: 60px 0 52px;
  }

  .pw-offer-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .pw-offer-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .pw-offer-nav a {
    justify-content: space-between;
  }

  .pw-offer-section {
    padding: 62px 0;
  }

  .pw-offer-card,
  .pw-offer-card--no-image {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pw-offer-card__image {
    height: 220px;
    min-height: 0;
  }

  .pw-offer-card__symbol {
    justify-content: flex-start;
    padding: 24px 24px 0;
    background: var(--pw-white);
  }

  .pw-offer-card__body {
    padding: 26px 24px 25px;
  }

  .pw-course-detail {
    margin: 0 -18px;
  }

  .pw-course-detail .pw-container,
  .pw-course-detail__hero .pw-container {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-inline: clamp(20px, 5.5vw, 32px);
    box-sizing: border-box;
  }

  .pw-course-detail__image {
    aspect-ratio: 16 / 11;
    order: -1;
  }

  .pw-offer-closing .pw-container {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 28px;
  }
}
/* Agendamiento público */
.pw-booking-widget { padding: clamp(62px, 8vw, 118px) 0; background: #fbf8f3; }
.pw-booking-widget--cta { padding: clamp(45px, 6vw, 82px) 0; }
.pw-booking-cta { display: flex; align-items: center; justify-content: space-between; gap: clamp(28px, 6vw, 90px); padding: clamp(34px, 5vw, 62px); border: 1px solid #eadfd4; border-radius: 34px; background: linear-gradient(120deg,#fffdf9 0%,#f5e9df 100%); box-shadow: 0 24px 60px rgba(77,55,36,.07); }
.pw-booking-cta__copy { max-width: 790px; }
.pw-booking-cta h2, .pw-booking-widget__header h2 { color: #302c29; font: 500 clamp(2.35rem,5vw,4.8rem)/1.02 "Playfair Display",serif; letter-spacing: -.04em; margin: 12px 0 18px; }
.pw-booking-cta p, .pw-booking-widget__header p { color: #776f69; font: 400 clamp(1rem,1.4vw,1.18rem)/1.7 "Open Sans",sans-serif; margin: 0; }
.pw-booking-cta__button { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 215px; padding: 18px 25px; border-radius: 999px; background: var(--pw-coral); color: var(--pw-white); text-decoration: none; font: 700 .95rem "Open Sans",sans-serif; transition: transform .2s ease, box-shadow .2s ease; }
.pw-booking-cta__button:hover { background: var(--pw-coral-dark); color: var(--pw-white); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(238,113,101,.25); }
.pw-booking-widget__header { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.pw-booking-embedded { margin: 0 auto; }
.pw-booking-widget__unavailable { display: flex; align-items: center; gap: 20px; max-width: 920px; margin: 0 auto; padding: 28px 34px; border: 1px solid #eadfd4; border-radius: 24px; background: #fffdf9; }
.pw-booking-widget__unavailable > i { color: #ee7165; font-size: 2rem; }
.pw-booking-widget__unavailable h3 { margin: 0 0 5px; color: #302c29; font: 600 1.35rem "Playfair Display",serif; }
.pw-booking-widget__unavailable p { margin: 0; color: #837a73; }
.pw-booking-widget__unavailable a { margin-left: auto; color: #df655a; font-weight: 700; text-decoration: none; }
.booking-public-page { background: #fbf8f3; color: #302c29; }
.booking-public { padding: 76px clamp(22px, 6vw, 88px) 120px; }
.booking-public__hero { max-width: 920px; margin: 0 auto 50px; text-align: center; }
.booking-public__kicker { display: block; color: #ee7165; font: 700 .78rem/1.2 "Open Sans", sans-serif; letter-spacing: .22em; margin-bottom: 18px; }
.booking-public__hero h1 { font: 500 clamp(3rem, 7vw, 6.4rem)/.98 "Playfair Display", serif; letter-spacing: -.045em; margin: 0 0 24px; }
.booking-public__hero p { color: #766f69; font: 400 clamp(1rem, 1.5vw, 1.22rem)/1.75 "Open Sans", sans-serif; max-width: 740px; margin: 0 auto; }
.booking-flow { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid #eadfd4; border-radius: 34px; background: #fffdf9; overflow: hidden; box-shadow: 0 24px 65px rgba(77,55,36,.08); }
.booking-flow__selection, .booking-public-form { padding: clamp(30px, 5vw, 64px); }
.booking-public-form { background: #f5ede4; border-left: 1px solid #eadfd4; }
.booking-flow h2, .booking-unavailable h2, .booking-success h2 { font: 500 clamp(1.75rem, 3vw, 2.65rem)/1.15 "Playfair Display", serif; margin: 8px 0 25px; }
.booking-flow__step { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #ee7165; color: white; font: 700 .78rem "Open Sans", sans-serif; }
.booking-public-field { display: grid; gap: 8px; margin-bottom: 20px; color: #5e5752; font: 600 .82rem "Open Sans", sans-serif; letter-spacing: .04em; }
.booking-public-field input, .booking-public-field textarea { width: 100%; border: 1px solid #ddd1c7; background: #fff; color: #302c29; border-radius: 14px; padding: 15px 17px; font: 400 1rem "Open Sans", sans-serif; outline: none; }
.booking-public-field input:focus, .booking-public-field textarea:focus { border-color: #ee7165; box-shadow: 0 0 0 4px rgba(238,113,101,.12); }
.booking-slot-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: 38px; }
.booking-slot-heading > div { display: flex; align-items: center; gap: 12px; }
.booking-slot-heading h2 { margin: 0; }
.booking-slot-heading small { color: #8e857e; }
.booking-public-slots { display: grid; grid-template-columns: repeat(4, minmax(72px,1fr)); gap: 10px; margin-top: 22px; }
.booking-slot { border: 1px solid #e7dcd1; border-radius: 999px; padding: 13px 10px; background: white; color: #4a433f; font: 700 .92rem "Open Sans", sans-serif; transition: .2s ease; }
.booking-slot:hover, .booking-slot.is-selected { background: var(--pw-coral); border-color: var(--pw-coral); color: white; transform: translateY(-2px); }
.booking-slots-message { grid-column: 1/-1; color: #8a817b; background: #f9f4ef; border-radius: 16px; padding: 18px; margin: 0; }
.booking-public-consent { display: flex; align-items: flex-start; gap: 11px; color: #756d67; font: 400 .82rem/1.55 "Open Sans", sans-serif; margin: 25px 0; }
.booking-public-consent input { margin-top: 4px; accent-color: var(--pw-coral); }
.booking-public-consent a { color: #d85f55; }
.booking-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 999px; padding: 16px 26px; background: var(--pw-coral); color: white; text-decoration: none; font: 700 .94rem "Open Sans", sans-serif; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.booking-primary-button:hover { background: var(--pw-coral-dark); color: white; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(238,113,101,.22); }
.booking-primary-button:disabled { opacity: .45; cursor: not-allowed; }
.booking-public-form .booking-primary-button { width: 100%; }
.booking-public-feedback { color: #766f69; font: 400 .85rem/1.5 "Open Sans", sans-serif; text-align: center; margin: 14px 0 0; }
.booking-public-feedback.is-error { color: #b63c32; }
.booking-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.booking-success { grid-column: 1/-1; padding: 90px 30px; text-align: center; }
.booking-success__icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: #e8f0dc; color: #5d7b3c; font-size: 2rem; margin: 0 auto 24px; }
.booking-unavailable { max-width: 760px; margin: 0 auto; padding: 65px 35px; text-align: center; border: 1px solid #eadfd4; border-radius: 30px; background: white; }
.booking-unavailable > i { color: #ee7165; font-size: 2.5rem; }
.booking-unavailable p { color: #766f69; max-width: 560px; margin: 0 auto 26px; }
@media (max-width: 840px) {
  .pw-booking-widget { padding: 58px 0; }
  .pw-booking-cta, .pw-booking-widget__unavailable { align-items: flex-start; flex-direction: column; border-radius: 24px; }
  .pw-booking-cta__button { width: 100%; }
  .pw-booking-widget__unavailable a { margin-left: 0; }
  .booking-public { padding: 48px 16px 80px; }
  .booking-flow { grid-template-columns: 1fr; border-radius: 24px; }
  .booking-public-form { border-left: 0; border-top: 1px solid #eadfd4; }
  .booking-public-slots { grid-template-columns: repeat(3, 1fr); }
  .booking-slot-heading { align-items: flex-start; flex-direction: column; }
}

/* Formularios dinámicos — radios/checkboxes legibles en fichas públicas */
.pw-dynamic-form__field--radio,
.pw-dynamic-form__field--checkbox {
  gap: 12px;
}

.pw-dynamic-form .pw-dynamic-form__options {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100%;
}

.pw-dynamic-form__group {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid #eadfd4;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.72);
}

.pw-dynamic-form__step[hidden],
.pw-dynamic-form__final[hidden],
.pw-dynamic-form__final-nav[hidden] {
  display: none !important;
}

.pw-dynamic-form__group + .pw-dynamic-form__group {
  margin-top: 6px;
}

.pw-dynamic-form__group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.pw-dynamic-form__group-head span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(239, 116, 103, 0.13);
  color: var(--pw-coral-dark);
  font: 800 0.78rem "Open Sans", sans-serif;
}

.pw-dynamic-form__group-head h3 {
  margin: 0;
  color: var(--pw-ink);
  font: 700 1.05rem "Open Sans", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pw-dynamic-form .pw-dynamic-form__options label {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 16px;
  border: 1px solid #eadfd4;
  border-radius: 18px;
  background: #fffdf9;
  color: var(--pw-muted);
  font: 500 15px/1.55 "Open Sans", sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

.pw-dynamic-form .pw-dynamic-form__options label:hover {
  border-color: rgba(239, 116, 103, 0.45);
  background: #fff8f3;
}

.pw-dynamic-form .pw-dynamic-form__options input[type="radio"],
.pw-dynamic-form .pw-dynamic-form__options input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border-radius: 999px;
  accent-color: var(--pw-coral);
  justify-self: start;
}

.pw-dynamic-form .pw-dynamic-form__options span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pw-dynamic-form .pw-dynamic-form__check {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start;
  gap: 12px;
  width: 100%;
  color: var(--pw-muted);
  font: 500 14px/1.55 "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.pw-dynamic-form .pw-dynamic-form__check input {
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--pw-coral);
}

/* Página pública de solicitud / contratación */
.site-wrapper--request-flow {
  background:
    radial-gradient(circle at top right, rgba(239, 116, 103, 0.12), transparent 36%),
    var(--pw-cream-light);
}

.pw-request-page {
  background: transparent;
  color: var(--pw-ink);
}

.pw-request-hero {
  padding: clamp(54px, 8vw, 112px) 0 clamp(22px, 4vw, 46px);
}

.pw-request-hero .pw-container {
  max-width: 1100px;
}

.pw-request-hero h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: var(--pw-ink);
  font: 500 clamp(3.1rem, 8vw, 7rem)/0.98 "Playfair Display", serif;
  letter-spacing: -0.055em;
}

.pw-request-hero p:not(.pw-kicker) {
  max-width: 820px;
  margin: 0;
  color: var(--pw-muted);
  font: 400 clamp(1.05rem, 1.8vw, 1.45rem)/1.7 "Open Sans", sans-serif;
}

.pw-request-steps {
  padding: 0 0 clamp(70px, 9vw, 130px);
}

.pw-request-steps .pw-container {
  display: grid;
  gap: 28px;
  max-width: 1180px;
}

.pw-request-step {
  border: 1px solid #eadfd4;
  border-radius: 32px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 24px 70px rgba(77, 55, 36, 0.08);
  overflow: hidden;
}

.pw-request-step__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px) clamp(24px, 5vw, 44px);
  border-bottom: 1px solid #eadfd4;
  background: linear-gradient(135deg, #fffdf9 0%, #f8eee6 100%);
}

.pw-request-step__head span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--pw-coral);
  color: white;
  font: 800 0.9rem "Open Sans", sans-serif;
}

.pw-request-step__head h2 {
  margin: 0;
  color: var(--pw-ink);
  font: 600 clamp(1.55rem, 3vw, 2.35rem)/1.12 "Playfair Display", serif;
}

.pw-request-step__body {
  padding: clamp(22px, 4vw, 42px);
}

.pw-request-step__body > .pw-dynamic-form {
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.pw-request-step__body .pw-course-enroll {
  padding: 0;
  background: transparent;
}

.pw-request-step__body .pw-course-enroll .pw-container {
  padding: 0;
}

.pw-request-step__body .pw-course-enroll__grid {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
}

.pw-request-booking {
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.pw-request-unavailable {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid #eadfd4;
  border-radius: 22px;
  background: #fff8f3;
  color: var(--pw-muted);
}

.pw-request-unavailable i {
  color: var(--pw-coral);
  font-size: 1.7rem;
}

.pw-request-unavailable h3 {
  margin: 0 0 4px;
  color: var(--pw-ink);
  font: 600 1.3rem "Playfair Display", serif;
}

.pw-request-unavailable p {
  margin: 0;
}

@media (max-width: 900px) {
  .pw-request-step__body .pw-course-enroll__grid,
  .pw-request-booking {
    grid-template-columns: 1fr;
  }
}
