/* Susana La Flamenca */
.jm-susana-hero {
  padding: 110px 6vw 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.jm-susana-hero-copy { flex: 1 1 460px; max-width: 620px; }
.jm-eyebrow {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-flamenco);
  margin-bottom: 22px;
}
.jm-susana-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.12;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.jm-btn-primary {
  display: inline-block;
  padding: 16px 32px;
  background: var(--accent-flamenco);
  color: oklch(98% 0.004 80);
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
}
.jm-susana-hero-img { flex: 1 1 260px; max-width: 320px; margin: 0 auto; }
.jm-susana-hero-img img { border-radius: 10px; display: block; }

.jm-quote-section {
  padding: 80px 6vw;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-softer);
}
.jm-quote-section .jm-quote-inner {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jm-quote-inner p { margin: 0; line-height: 1.7; }

.jm-testimonials-section { padding: 90px 6vw; }
.jm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
  max-width: 1080px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.jm-testimonial {
  padding: 30px;
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.jm-subscribe-cta {
  padding: 100px 6vw;
  background: var(--accent-flamenco);
}
.jm-subscribe-cta-inner { max-width: 640px; }
.jm-subscribe-cta-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  margin-bottom: 20px;
  color: oklch(98% 0.004 80);
  text-transform: uppercase;
}
.jm-subscribe-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 460px;
  margin-bottom: 14px;
}
.jm-subscribe-cta-row input {
  flex: 1 1 240px;
  padding: 15px 18px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  background: oklch(98% 0.004 80);
  color: var(--ink);
}
.jm-subscribe-cta-row button {
  padding: 15px 26px;
  background: var(--ink);
  color: oklch(98% 0.004 80);
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.jm-subscribe-cta-privacy { font-size: 13px; color: oklch(95% 0.05 25); }
.jm-subscribe-cta-privacy a { color: oklch(98% 0.004 80); text-decoration: underline; }

/* Contacto */
.jm-contacto-section {
  flex: 1;
  padding: 100px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.jm-contacto-copy { flex: 1 1 420px; max-width: 560px; }
.jm-contacto-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.15;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.jm-contacto-copy > p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 30px; }
.jm-contacto-detail { display: flex; flex-direction: column; gap: 16px; font-size: 16px; }
.jm-contacto-detail span { color: var(--ink-muted); }

.jm-contacto-form {
  flex: 1 1 380px;
  max-width: 480px;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
  height: fit-content;
  background: var(--bg-softer);
}
.jm-contacto-form .jm-field { display: flex; flex-direction: column; gap: 18px; }
.jm-contacto-form label { font-size: 13px; color: var(--ink-muted); margin-bottom: 8px; display: block; }
.jm-contacto-form input,
.jm-contacto-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border-radius: 4px;
  border: 1px solid var(--border);
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  background: var(--bg);
  color: var(--ink);
}
.jm-contacto-form textarea { resize: vertical; }
.jm-contacto-form .jm-privacy { font-size: 12px; color: var(--ink-muted); }
.jm-contacto-form button {
  padding: 15px 24px;
  background: var(--ink);
  color: oklch(98% 0.004 80);
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Consultoria */
.jm-cons-hero { padding: 110px 8vw 90px; max-width: 980px; }
.jm-cons-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 28px;
}
.jm-cons-hero p { font-size: 19px; line-height: 1.65; color: var(--ink-soft); max-width: 660px; margin: 0 0 36px; }
.jm-cons-btn {
  display: inline-block;
  padding: 15px 30px;
  background: oklch(27% 0.035 250);
  color: oklch(97% 0.005 80);
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
}
.jm-cons-section { padding: 80px 8vw; background: var(--bg-soft); }
.jm-cons-section-inner { max-width: 760px; margin: 0 auto; }
.jm-cons-section h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 22px;
}
.jm-cons-section p { font-size: 17px; line-height: 1.7; color: var(--ink-soft); margin: 0; }
.jm-cons-grid { padding: 90px 8vw; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; max-width: 980px; margin: 0 auto; }
.jm-cons-card { padding: 32px; background: var(--bg-soft); border-radius: 8px; }
.jm-cons-card-title { font-family: 'Archivo', sans-serif; font-size: 21px; font-weight: 600; margin-bottom: 12px; }
.jm-cons-card p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin: 0; }
.jm-cons-dark { padding: 90px 8vw; background: oklch(27% 0.035 250); color: oklch(95% 0.01 80); }
.jm-cons-dark h2 { color: oklch(97% 0.005 80); }
.jm-cons-dark p { color: oklch(85% 0.02 250); }
.jm-cons-contact { padding: 100px 8vw; text-align: center; }
.jm-cons-contact h2 { font-family: 'Archivo', sans-serif; font-size: clamp(28px, 3.6vw, 40px); font-weight: 600; margin-bottom: 20px; max-width: 640px; margin-left: auto; margin-right: auto; }
.jm-cons-contact p { font-size: 17px; color: var(--ink-soft); max-width: 520px; margin: 0 auto 34px; }
