/*
 * Yo Estoy Aquí — rediseño local 2026
 * Capa visual no destructiva sobre styles.css.
 */

:root {
  --color-primary: #880e4f;
  --color-primary-dark: #4b092c;
  --color-accent: #c62868;
  --color-accent-light: #e68aaf;
  --color-secondary: #ad1457;
  --color-bg-light: #f7f5f6;
  --color-bg-white: #ffffff;
  --color-bg-dark: #171317;
  --color-text-main: #171317;
  --color-text-muted: #655c61;
  --color-text-light: #8d8388;
  --gradient-primary: linear-gradient(135deg, #880e4f 0%, #ad1457 100%);
  --gradient-main: linear-gradient(135deg, #4b092c 0%, #880e4f 55%, #c62868 100%);
  --gradient-hero: linear-gradient(135deg, #ffffff 0%, #f8f1f4 58%, #f2dfe8 100%);
  --shadow-sm: 0 4px 16px rgba(23, 19, 23, 0.06);
  --shadow-md: 0 14px 34px rgba(23, 19, 23, 0.1);
  --shadow-lg: 0 26px 70px rgba(23, 19, 23, 0.15);
  --shadow-glow: 0 18px 40px rgba(136, 14, 79, 0.2);
  --transition-fast: 180ms ease;
  --transition-smooth: 260ms ease;
}

html {
  scroll-padding-top: 88px;
}

body {
  background: var(--color-bg-light);
  color: var(--color-text-main);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 3000;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #fff;
  color: var(--color-primary-dark);
  font-weight: 800;
  box-shadow: var(--shadow-md);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #c62868;
  outline-offset: 3px;
}

.navbar {
  padding: 1rem 0;
}

.navbar.scrolled,
.subpage-body .navbar {
  background: rgba(251, 248, 243, 0.94);
  border-bottom: 1px solid rgba(91, 42, 134, 0.1);
  box-shadow: 0 8px 30px rgba(50, 21, 77, 0.06);
}

.navbar-logo img {
  height: 44px;
}

.navbar-links a,
.navbar-dropdown-trigger {
  color: #392d40;
  font-weight: 650;
}

.navbar-links a::after {
  height: 3px;
  background: var(--color-accent);
}

.navbar-cta,
.navbar-courses {
  min-height: 44px;
  border-radius: 999px;
}

.navbar-cta {
  background: var(--color-primary);
  box-shadow: 0 8px 22px rgba(91, 42, 134, 0.2);
}

.navbar-courses {
  border-color: #d9cce1;
  background: rgba(255, 255, 255, 0.7);
}

.hero {
  min-height: 860px;
  padding: 132px 0 100px;
  background:
    radial-gradient(circle at 11% 20%, rgba(233, 93, 79, 0.12), transparent 26rem),
    radial-gradient(circle at 83% 32%, rgba(91, 42, 134, 0.14), transparent 30rem),
    var(--gradient-hero);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  background-image: radial-gradient(rgba(91, 42, 134, 0.2) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.hero-container {
  max-width: 1240px;
  gap: clamp(3rem, 7vw, 7rem);
}

.hero-container > *,
.hero-text,
.hero-visual {
  min-width: 0;
}

.hero-text {
  animation-duration: 600ms;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(91, 42, 134, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--color-primary-dark);
  font-weight: 750;
  box-shadow: var(--shadow-sm);
}

.hero-badge .material-icons-outlined {
  font-size: 1.05rem;
  color: var(--color-accent);
}

.hero-title {
  max-width: 690px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.25rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.hero-title .highlight {
  color: var(--color-primary);
  background: linear-gradient(90deg, #5b2a86 0%, #8547a6 62%, #e95d4f 115%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-rating {
  justify-content: flex-start;
  gap: 0.5rem;
  max-width: 580px;
  margin-bottom: 1rem;
  color: #4e4054;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-rating .material-icons {
  color: #247a55;
  font-size: 1.25rem;
}

.hero-subtitle {
  max-width: 610px;
  margin: 0 0 2rem;
  color: #554b59;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions-redesign {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.hero-primary-action,
.hero-secondary-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.hero-primary-action {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(91, 42, 134, 0.24);
}

.hero-primary-action .material-icons {
  font-size: 1.15rem;
}

.hero-secondary-action {
  border: 1px solid #d8cbdc;
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-primary-dark);
}

.hero-primary-action:hover,
.hero-secondary-action:hover {
  transform: translateY(-2px);
}

.hero-primary-action:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 16px 34px rgba(50, 21, 77, 0.25);
}

.hero-secondary-action:hover {
  border-color: var(--color-primary);
  background: #fff;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: grid;
  gap: 0.08rem;
  min-width: 112px;
  padding: 0 1.25rem;
  border-left: 1px solid #d9cedb;
}

.hero-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong {
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-proof span {
  color: var(--color-text-muted);
  font-size: 0.8rem;
}

.hero-visual {
  isolation: isolate;
}

.stage-container {
  filter: drop-shadow(0 30px 45px rgba(50, 21, 77, 0.16));
}

.phone-mockup {
  border-color: #2c2031;
  background: #241a29;
}

.floating-card {
  border: 1px solid rgba(91, 42, 134, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(50, 21, 77, 0.13);
}

.floating-card .icon-box {
  display: grid;
  place-items: center;
}

.floating-card .icon-box .material-icons {
  font-size: 1.2rem;
}

.floating-card .promo-icon {
  background: #fff0ed;
  color: #c8473b;
}

.floating-card .users-icon {
  background: #f0e9f5;
  color: var(--color-primary);
}

.floating-card.card-3 span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.floating-card.card-3 .material-icons {
  color: #df8b1d;
  font-size: 1rem;
}

.floating-element,
.phone-reflection,
.hero-wave {
  display: none;
}

.features-v2,
.entrepreneurs-home {
  background: #fff;
}

.features-v2 {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.section-tag-pill,
.section-tag {
  border: 1px solid #e3d8e6;
  background: #f7f1f8;
  color: var(--color-primary-dark);
  box-shadow: none;
}

.section-title-v2,
.section-header h2 {
  color: var(--color-text-main);
  letter-spacing: -0.035em;
}

.text-gradient-animated,
.text-gradient {
  background: linear-gradient(90deg, #5b2a86, #e95d4f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.f-card,
.benefit-card,
.entrepreneur-card {
  border: 1px solid #ebe3ec;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(50, 21, 77, 0.07);
}

.f-card:hover,
.benefit-card:hover,
.entrepreneur-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(50, 21, 77, 0.11);
}

.f-stats-bar {
  border: 1px solid #e9dfea;
  border-radius: 22px;
  background: #fbf8f3;
  box-shadow: none;
}

.hand-gallery-section {
  background: #24132f;
}

.download-cta {
  background:
    radial-gradient(circle at 88% 20%, rgba(233, 93, 79, 0.16), transparent 24rem),
    #fbf8f3;
}

.download-cta-content {
  border: 1px solid #e6d9e8;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.btn-store-hero {
  min-height: 58px;
  border-radius: 14px;
  background: var(--color-primary-dark);
  box-shadow: none;
}

.benefits-section {
  background: #f4eef4;
}

.benefit-card {
  background: #fff;
}

.benefits-cta {
  border-radius: 28px;
  background: var(--color-primary-dark);
  box-shadow: var(--shadow-md);
}

.benefits-cta .btn-primary,
.entrepreneurs-home-cta .btn-primary {
  min-height: 48px;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: none;
}

.footer-new {
  background: #24132f;
}

.whatsapp-float {
  width: 56px;
  height: 56px;
  border: 3px solid #fff;
  box-shadow: 0 12px 30px rgba(36, 19, 47, 0.24);
}

.page-hero {
  background:
    radial-gradient(circle at 80% 30%, rgba(233, 93, 79, 0.18), transparent 28rem),
    var(--color-primary-dark) !important;
}

.page-content {
  background: var(--color-bg-light) !important;
}

.content-card {
  border: 1px solid #e9dfea;
  border-radius: 28px !important;
  box-shadow: var(--shadow-md) !important;
}

.institutional-card {
  max-width: 940px !important;
  padding: clamp(1.5rem, 5vw, 4rem) !important;
}

.institutional-card .icon-header {
  width: 64px !important;
  height: 64px !important;
  margin: 0 0 1.5rem !important;
  background: var(--color-primary-dark) !important;
  border-radius: 18px !important;
}

.institutional-card .icon-header .material-icons {
  font-size: 30px !important;
}

.institutional-eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--color-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.institutional-card h2 {
  margin: 0 0 1.15rem !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--color-text-main) !important;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.institutional-card p {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #554b59 !important;
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  text-align: left !important;
}

.institutional-card p strong {
  color: var(--color-primary-dark);
}

.institutional-objective {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid #eadfec;
  border-radius: 22px;
  background: #f8f2f7;
}

.institutional-objective > .material-icons-outlined {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  color: var(--color-accent);
  box-shadow: var(--shadow-sm);
}

.institutional-objective h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
}

.institutional-objective p {
  margin-bottom: 0;
  font-size: 1rem !important;
}

.institutional-card .back-link {
  min-height: 44px;
  margin-top: 1.5rem;
  color: var(--color-primary);
  font-weight: 800;
}

/* Academia y catálogo de cursos */
.courses-page {
  background: #fbf8f3;
}

.courses-hero {
  min-height: 520px;
  isolation: isolate;
  background-position: center;
}

.courses-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(251, 248, 243, 0.98) 0%, rgba(251, 248, 243, 0.91) 38%, rgba(251, 248, 243, 0.16) 66%, rgba(251, 248, 243, 0) 100%);
}

.courses-hero-content {
  position: relative;
  z-index: 1;
}

.courses-hero-content > * {
  max-width: 610px;
}

.courses-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
  border: 1px solid #e3d7e5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-primary-dark);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-sm);
}

.courses-kicker .material-icons-outlined {
  color: var(--color-accent);
  font-size: 1.1rem;
}

.courses-hero h1 {
  max-width: 620px;
  margin-top: 1rem;
  color: var(--color-text-main);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.99;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.courses-hero-content p {
  max-width: 570px;
  color: #554b59;
  font-size: 1.08rem;
}

.courses-hero-actions {
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.btn-course-primary,
.btn-course-secondary {
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 1.2rem;
}

.btn-course-primary {
  background: var(--color-primary);
  box-shadow: 0 10px 24px rgba(91, 42, 134, 0.2);
}

.btn-course-primary:hover {
  background: var(--color-primary-dark);
}

.btn-course-secondary {
  border-color: #d9cddd;
}

.academy-benefits {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.academy-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  overflow: hidden;
  border: 1px solid #e8dfea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(50, 21, 77, 0.1);
}

.academy-benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.35rem;
  border-left: 1px solid #eee7ef;
}

.academy-benefit:first-child {
  border-left: 0;
}

.academy-benefit > .material-icons-outlined {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f6eef8;
  color: var(--color-primary);
  font-size: 1.35rem;
}

.academy-benefit div {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.academy-benefit strong {
  color: var(--color-primary-dark);
  font-size: 0.92rem;
}

.academy-benefit span {
  color: var(--color-text-muted);
  font-size: 0.75rem;
}

.courses-catalog {
  padding-top: 6rem;
  background:
    radial-gradient(circle at 90% 15%, rgba(233, 93, 79, 0.08), transparent 24rem),
    #fbf8f3;
}

.courses-heading {
  align-items: end;
  margin-bottom: 2rem;
}

.courses-heading .section-label {
  color: var(--color-accent);
  letter-spacing: 0.08em;
}

.courses-heading h2 {
  margin-top: 0.35rem;
  color: var(--color-text-main);
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.04em;
}

.courses-heading > p {
  padding: 0.45rem 0.75rem;
  border: 1px solid #e4d9e6;
  border-radius: 999px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.academy-course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.academy-course-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid #e8dfea;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(50, 21, 77, 0.08);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.academy-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(50, 21, 77, 0.13);
}

.academy-course-visual {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #5b2a86, #32154d);
}

.academy-course-visual::before,
.academy-course-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.academy-course-visual::before {
  width: 190px;
  height: 190px;
  top: -70px;
  right: -70px;
}

.academy-course-visual::after {
  width: 120px;
  height: 120px;
  bottom: -42px;
  left: -36px;
}

.academy-course-visual.tone-coral {
  background: linear-gradient(145deg, #e95d4f, #a82f4c);
}

.academy-course-visual.tone-violet {
  background: linear-gradient(145deg, #7541a0, #32154d);
}

.academy-course-visual.tone-rose {
  background: linear-gradient(145deg, #d32f78, #6a236f);
}

.academy-course-visual.tone-plum {
  background: linear-gradient(145deg, #57306f, #24132f);
}

.academy-course-visual > .material-icons-outlined {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 3.2rem;
  backdrop-filter: blur(8px);
}

.academy-course-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
}

.academy-course-format {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.academy-course-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.academy-course-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.academy-course-tags > span {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #f5eff7;
  color: var(--color-primary-dark);
  font-size: 0.7rem;
  font-weight: 800;
}

.academy-course-tags .academy-free-tag {
  background: #eaf7f0;
  color: #206b4c;
}

.academy-course-body h3 {
  margin: 0 0 0.7rem;
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}

.academy-course-body > p {
  margin-bottom: 1.15rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.academy-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  color: #706676;
  font-size: 0.75rem;
}

.academy-course-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.academy-course-meta .material-icons-outlined {
  color: var(--color-primary);
  font-size: 1rem;
}

.academy-course-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: auto;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid #ede5ee;
  color: var(--color-primary);
  font-size: 0.85rem;
  font-weight: 800;
}

.academy-course-action:hover {
  color: var(--color-accent);
}

.academy-course-action .material-icons {
  font-size: 1.1rem;
}

.academy-closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(233, 93, 79, 0.3), transparent 20rem),
    #32154d;
  color: #fff;
}

.academy-closing-cta > div {
  max-width: 680px;
}

.academy-closing-cta .section-label {
  color: #f5a098;
}

.academy-closing-cta h2 {
  margin: 0.4rem 0 0.65rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.academy-closing-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.academy-closing-cta .btn-course-primary {
  flex: 0 0 auto;
  background: #fff;
  color: var(--color-primary-dark);
  box-shadow: none;
}

.academy-closing-cta .btn-course-primary:hover {
  background: #f8edf7;
}

@media (max-width: 1000px) {
  .academy-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .academy-benefit:nth-child(3) {
    border-left: 0;
  }

  .academy-benefit:nth-child(n + 3) {
    border-top: 1px solid #eee7ef;
  }

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

@media (max-width: 700px) {
  .courses-hero {
    min-height: 640px;
    align-items: flex-end;
    padding-top: 300px;
    padding-bottom: 3rem;
    background-position: 66% top;
    background-size: auto 300px;
  }

  .courses-hero::before {
    background: linear-gradient(180deg, rgba(251, 248, 243, 0.05) 0%, rgba(251, 248, 243, 0.28) 35%, #fbf8f3 51%, #fbf8f3 100%);
  }

  .courses-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .academy-benefits {
    margin-top: 0;
    padding: 1rem;
    background: #fbf8f3;
  }

  .academy-benefits-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .academy-benefit,
  .academy-benefit:nth-child(3) {
    border-top: 1px solid #eee7ef;
    border-left: 0;
  }

  .academy-benefit:first-child {
    border-top: 0;
  }

  .courses-catalog {
    padding-top: 3.5rem;
  }

  .courses-heading,
  .academy-closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .academy-course-visual {
    min-height: 210px;
  }

  .academy-closing-cta .btn-course-primary {
    width: 100%;
  }

  .institutional-objective {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LOGO MONO-BERRY — alternate visual direction
   Exact logo wine #880E4F + black, white and tonal blushes
   ========================================================= */
body {
  background: #f7f5f6;
  color: #171317;
}

::selection {
  background: #f0c9d9;
  color: #3c0823;
}

.navbar {
  border-bottom: 1px solid transparent;
}

.navbar.scrolled,
.subpage-body .navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e7dfe3;
  box-shadow: 0 8px 28px rgba(23, 19, 23, 0.06);
}

.navbar-links a,
.navbar-dropdown-trigger {
  color: #30282c;
}

.navbar-links a::after {
  background: #880e4f;
}

.navbar-cta {
  background: #880e4f;
  box-shadow: 0 8px 22px rgba(136, 14, 79, 0.2);
}

.navbar-cta:hover {
  background: #4b092c;
}

.navbar-courses {
  border-color: #d9ced3;
  background: #fff;
  color: #171317;
}

.navbar-courses:hover {
  border-color: #171317;
  background: #171317;
  color: #fff;
}

.navbar-toggle span {
  background: #171317;
}

.navbar-dropdown-menu,
.mobile-menu {
  border-color: #e4dce0;
  background: #fff;
}

.mobile-menu-overlay {
  background: rgba(16, 12, 15, 0.62);
}

.hero {
  min-height: 840px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 58%, rgba(249, 235, 241, 0.88) 58%, rgba(249, 235, 241, 0.88) 100%),
    #fff;
}

.hero::before {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(136, 14, 79, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 14, 79, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}

.hero-badge {
  border-color: #d9cbd2;
  background: #fff;
  color: #171317;
  box-shadow: 0 5px 16px rgba(23, 19, 23, 0.06);
}

.hero-badge .material-icons-outlined {
  color: #880e4f;
}

.hero-title {
  color: #171317;
}

.hero-title .highlight {
  background: linear-gradient(90deg, #880e4f 0%, #ad1457 55%, #171317 130%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-rating {
  color: #51484d;
}

.hero-rating .material-icons {
  color: #880e4f;
}

.hero-subtitle {
  color: #5c5358;
}

.hero-primary-action {
  background: #880e4f;
  box-shadow: 0 12px 28px rgba(136, 14, 79, 0.22);
}

.hero-primary-action:hover {
  background: #4b092c;
  box-shadow: 0 16px 34px rgba(75, 9, 44, 0.24);
}

.hero-secondary-action {
  border-color: #cfc5ca;
  background: #fff;
  color: #171317;
}

.hero-secondary-action:hover {
  border-color: #171317;
  background: #171317;
  color: #fff;
}

.hero-proof li {
  border-left-color: #d8d0d4;
}

.hero-proof strong {
  color: #171317;
}

.stage-container {
  filter: drop-shadow(0 30px 45px rgba(23, 19, 23, 0.18));
}

.phone-mockup {
  border-color: #171317;
  background: #0f0c0e;
}

.floating-card {
  border-color: rgba(23, 19, 23, 0.14);
  box-shadow: 0 16px 38px rgba(23, 19, 23, 0.14);
}

.floating-card .promo-icon {
  background: #f9e7ef;
  color: #880e4f;
}

.floating-card .users-icon {
  background: #171317;
  color: #fff;
}

.features-v2,
.entrepreneurs-home {
  background: #fff;
}

.section-tag-pill,
.section-tag {
  border-color: #e1d5db;
  background: #f9edf2;
  color: #710c43;
}

.text-gradient-animated,
.text-gradient {
  background: linear-gradient(90deg, #880e4f, #c62868);
  background-clip: text;
  -webkit-background-clip: text;
}

.f-card,
.benefit-card,
.entrepreneur-card {
  border-color: #e5dde1;
  box-shadow: 0 12px 34px rgba(23, 19, 23, 0.06);
}

.f-card:hover,
.benefit-card:hover,
.entrepreneur-card:hover {
  box-shadow: 0 20px 46px rgba(23, 19, 23, 0.11);
}

.f-card-benefits {
  border-color: #171317;
  background: #171317;
  color: #fff;
}

.f-card-benefits h3,
.f-card-benefits p {
  color: #fff;
}

.f-card-pyme {
  background: #faeef3;
}

.f-stats-bar {
  border-color: #171317;
  background: #171317;
  color: #fff;
}

.f-stats-bar .stat-num,
.f-stats-bar .stat-label {
  color: #fff;
}

.f-stats-bar .stat-divider {
  background: rgba(255, 255, 255, 0.18);
}

.hand-gallery-section {
  background: #100d0f;
}

.download-cta {
  background:
    radial-gradient(circle at 88% 20%, rgba(136, 14, 79, 0.1), transparent 24rem),
    #fff;
}

.download-cta-content {
  border-color: #171317;
  background: #171317;
  color: #fff;
}

.download-cta-content h2,
.download-cta-content > p,
.download-cta-content .stat-number,
.download-cta-content .stat-label {
  color: #fff !important;
}

.btn-store-hero {
  border-color: rgba(255, 255, 255, 0.3);
  background: #fff;
  color: #171317;
}

.benefits-section {
  background: #f8edf2;
}

.benefit-card {
  background: #fff;
}

.benefits-cta {
  background: #880e4f;
}

.benefits-cta .btn-primary,
.entrepreneurs-home-cta .btn-primary {
  background: #171317;
  color: #fff;
}

.footer-new {
  background: #100d0f;
}

.whatsapp-float {
  box-shadow: 0 12px 30px rgba(23, 19, 23, 0.25);
}

.page-hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.16), transparent 26rem),
    linear-gradient(120deg, #171317 0%, #171317 55%, #880e4f 55%, #880e4f 100%) !important;
}

.page-content,
.entrepreneurs-page-section {
  background: #f7f5f6 !important;
}

.content-card,
.institutional-objective {
  border-color: #e2d9dd;
}

.institutional-card .icon-header {
  background: #171317 !important;
}

.institutional-eyebrow {
  color: #880e4f;
}

.institutional-card p {
  color: #5c5358 !important;
}

.institutional-objective {
  background: #f9edf2;
}

.institutional-objective > .material-icons-outlined {
  color: #880e4f;
}

/* Academy in black, white and logo tonalities */
.courses-page,
.account-page,
.classroom-page {
  background: #f7f5f6;
}

.courses-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.14) 66%, rgba(255, 255, 255, 0) 100%);
}

.courses-kicker {
  border-color: #dacfd4;
  background: #fff;
  color: #171317;
}

.courses-kicker .material-icons-outlined,
.courses-heading .section-label {
  color: #880e4f;
}

.courses-hero-content p {
  color: #5c5358;
}

.btn-course-primary {
  background: #880e4f;
  box-shadow: 0 10px 24px rgba(136, 14, 79, 0.2);
}

.btn-course-primary:hover {
  background: #4b092c;
}

.btn-course-secondary {
  border-color: #d4c9ce;
  color: #171317;
}

.academy-benefits-grid {
  border-color: #171317;
  background: #171317;
}

.academy-benefit {
  border-color: rgba(255, 255, 255, 0.13);
}

.academy-benefit > .material-icons-outlined {
  background: #fff;
  color: #880e4f;
}

.academy-benefit strong {
  color: #fff;
}

.academy-benefit div > span {
  color: rgba(255, 255, 255, 0.66);
}

.courses-catalog {
  background:
    radial-gradient(circle at 90% 15%, rgba(136, 14, 79, 0.08), transparent 24rem),
    #f7f5f6;
}

.academy-course-card,
.course-card {
  border-color: #ded4d9;
  box-shadow: 0 14px 38px rgba(23, 19, 23, 0.08);
}

.academy-course-visual,
.academy-course-visual.tone-violet {
  background: linear-gradient(145deg, #880e4f, #4b092c);
}

.academy-course-visual.tone-coral {
  background: linear-gradient(145deg, #c62868, #880e4f);
}

.academy-course-visual.tone-rose {
  background: linear-gradient(145deg, #171317, #4f263c);
}

.academy-course-visual.tone-plum {
  background: linear-gradient(145deg, #ad1457, #171317);
}

.academy-course-tags > span {
  background: #f7e8ef;
  color: #710c43;
}

.academy-course-meta .material-icons-outlined,
.academy-course-action {
  color: #880e4f;
}

.academy-course-action:hover {
  color: #171317;
}

.academy-closing-cta {
  background:
    radial-gradient(circle at 90% 20%, rgba(198, 40, 104, 0.34), transparent 20rem),
    #171317;
}

.academy-closing-cta .section-label {
  color: #f0a4c3;
}

.academy-closing-cta .btn-course-primary {
  background: #fff;
  color: #171317;
}

/* Student account and classroom */
.student-portal-header,
.student-portal-nav,
.student-progress-summary,
.student-portal-section,
.student-course-card,
.student-available-grid article,
.account-course-row,
.profile-required,
.auth-panel,
.lesson-nav,
.course-introduction,
.final-test-section,
.quiz-result-card {
  border-color: #e2d9dd;
  background: #fff;
  box-shadow: 0 6px 22px rgba(23, 19, 23, 0.05);
}

.student-portal-nav a {
  color: #5e555a;
}

.student-portal-nav a:hover,
.student-portal-nav a:focus-visible,
.lesson-nav a:hover {
  background: #f9edf2;
  color: #710c43;
}

.student-section-count,
.lesson-nav a.active,
.lesson-nav a > span {
  background: #f4dce7;
  color: #710c43;
}

.student-continue-course,
.auth-intro {
  background: linear-gradient(125deg, #171317 0%, #2c1722 68%, #880e4f 130%);
}

.student-continue-course .course-progress-track span {
  background: #ef9fc0;
}

.student-course-card,
.student-available-grid article,
.student-account-data > div {
  background: #faf8f9;
}

.auth-intro li .material-icons-outlined {
  color: #ef9fc0;
}

.password-toggle:hover {
  background: #f9edf2;
  color: #880e4f;
}

.course-progress-track {
  background: #e7dfe3;
}

.lesson-nav a.active {
  border-left-color: #880e4f;
}

.document-viewer {
  background: #dcd8da;
}

.document-toolbar,
.lesson-media {
  background: #171317;
}

.quiz-dialog::backdrop {
  background: rgba(15, 11, 14, 0.68);
}

@media (max-width: 700px) {
  .hero {
    background:
      linear-gradient(180deg, #fff 0%, #fff 54%, #f9ebf1 100%);
  }

  .courses-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.24) 35%, #fff 51%, #fff 100%);
  }

  .academy-benefits {
    background: #f7f5f6;
  }
}

@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  }

  .hero-visual {
    transform: translateY(18px);
  }
}

@media (max-width: 1023px) {
  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .hero-text,
  .hero-rating {
    text-align: center;
    justify-content: center;
  }

  .hero-subtitle {
    margin-inline: auto;
  }

  .hero-actions-redesign,
  .hero-proof {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 104px 0 72px;
  }

  .hero-title {
    font-size: clamp(2.7rem, 14vw, 4rem);
    letter-spacing: -0.045em;
  }

  .hero-badge {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .hero-rating {
    align-items: flex-start;
    font-size: 0.84rem;
    flex-wrap: wrap;
  }

  .hero-actions-redesign {
    display: grid;
  }

  .hero-primary-action,
  .hero-secondary-action {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .hero-proof li {
    min-width: 0;
    padding: 0 0.6rem;
  }

  .hero-proof strong {
    font-size: 1.05rem;
  }

  .hero-visual {
    width: 100%;
    max-width: 100%;
    margin-top: -1rem;
    transform: scale(0.9);
  }

  .stage-container {
    max-width: 100%;
    padding-inline: 0;
  }

  .floating-card.card-1 {
    left: -12px;
  }

  .floating-card.card-2 {
    right: -12px;
  }

  .download-cta-content,
  .benefits-cta {
    border-radius: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 0px) {
/* =========================================================
   CALM COMMUNITY PALETTE — site-wide application
   Forest, sage, terracotta and warm sand
   ========================================================= */
body {
  background: #f6f3ec;
  color: #1f2d2a;
}

::selection {
  background: #cfe0d9;
  color: #173c36;
}

.navbar.scrolled,
.subpage-body .navbar {
  background: rgba(250, 248, 242, 0.94);
  border-bottom-color: rgba(40, 92, 82, 0.12);
  box-shadow: 0 8px 28px rgba(23, 60, 54, 0.06);
}

.navbar-links a,
.navbar-dropdown-trigger {
  color: #33423e;
}

.navbar-links a::after {
  background: #cf6d4e;
}

.navbar-cta {
  background: #285c52;
  box-shadow: 0 8px 22px rgba(40, 92, 82, 0.18);
}

.navbar-cta:hover {
  background: #173c36;
}

.navbar-courses {
  border-color: #ccd8d2;
  color: #173c36;
}

.navbar-dropdown-menu,
.mobile-menu {
  border-color: #dce1da;
  background: #fffdf9;
}

.mobile-menu-overlay {
  background: rgba(21, 43, 38, 0.5);
}

.hero {
  background:
    radial-gradient(circle at 11% 20%, rgba(207, 109, 78, 0.11), transparent 26rem),
    radial-gradient(circle at 83% 32%, rgba(40, 92, 82, 0.12), transparent 30rem),
    linear-gradient(135deg, #f6f3ec 0%, #eef3ee 58%, #f7ebe4 100%);
}

.hero::before {
  background-image: radial-gradient(rgba(40, 92, 82, 0.19) 0.8px, transparent 0.8px);
}

.hero-badge {
  border-color: rgba(40, 92, 82, 0.16);
  color: #173c36;
}

.hero-badge .material-icons-outlined {
  color: #cf6d4e;
}

.hero-title .highlight {
  background: linear-gradient(90deg, #285c52 0%, #4b7b6f 65%, #cf6d4e 118%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-rating {
  color: #475651;
}

.hero-rating .material-icons {
  color: #34725e;
}

.hero-subtitle {
  color: #53615d;
}

.hero-primary-action {
  background: #285c52;
  box-shadow: 0 12px 28px rgba(40, 92, 82, 0.2);
}

.hero-primary-action:hover {
  background: #173c36;
  box-shadow: 0 16px 34px rgba(23, 60, 54, 0.22);
}

.hero-secondary-action {
  border-color: #ced8d3;
  color: #173c36;
}

.hero-secondary-action:hover {
  border-color: #285c52;
}

.hero-proof li {
  border-left-color: #d2d9d3;
}

.hero-proof strong {
  color: #173c36;
}

.stage-container {
  filter: drop-shadow(0 30px 45px rgba(23, 60, 54, 0.15));
}

.phone-mockup {
  border-color: #233b36;
  background: #192d29;
}

.floating-card {
  border-color: rgba(40, 92, 82, 0.13);
  box-shadow: 0 16px 38px rgba(23, 60, 54, 0.12);
}

.floating-card .promo-icon {
  background: #f8e9e2;
  color: #a94e36;
}

.floating-card .users-icon {
  background: #e4efeb;
  color: #285c52;
}

.features-v2,
.entrepreneurs-home {
  background: #fffdf9;
}

.section-tag-pill,
.section-tag {
  border-color: #d8e0da;
  background: #edf3ef;
  color: #173c36;
}

.text-gradient-animated,
.text-gradient {
  background: linear-gradient(90deg, #285c52, #cf6d4e);
  background-clip: text;
  -webkit-background-clip: text;
}

.f-card,
.benefit-card,
.entrepreneur-card {
  border-color: #dfe3dc;
  box-shadow: 0 12px 34px rgba(23, 60, 54, 0.06);
}

.f-card:hover,
.benefit-card:hover,
.entrepreneur-card:hover {
  box-shadow: 0 20px 46px rgba(23, 60, 54, 0.1);
}

.f-stats-bar {
  border-color: #dce2dc;
  background: #f6f3ec;
}

.hand-gallery-section {
  background: #173c36;
}

.download-cta {
  background:
    radial-gradient(circle at 88% 20%, rgba(207, 109, 78, 0.13), transparent 24rem),
    #f6f3ec;
}

.download-cta-content {
  border-color: #dce1da;
}

.btn-store-hero {
  background: #173c36;
}

.benefits-section {
  background: #eaf0eb;
}

.benefits-cta {
  background: #173c36;
}

.benefits-cta .btn-primary,
.entrepreneurs-home-cta .btn-primary {
  background: #cf6d4e;
}

.footer-new {
  background: #173c36;
}

.page-hero {
  background: var(--color-primary) !important;
}

.page-hero.page-hero-institutional {
  background: var(--color-primary) !important;
}

.page-hero.page-hero-entrepreneurs {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(136, 14, 79, 0.12);
  color: #fff;
  background: var(--color-primary) !important;
}

.page-hero.page-hero-entrepreneurs h1 {
  color: #fff;
}

.page-hero.page-hero-entrepreneurs .breadcrumb {
  color: #fff;
  opacity: 1;
}

.page-hero.page-hero-entrepreneurs .breadcrumb a {
  color: #fff;
}

.page-content,
.entrepreneurs-page-section {
  background: #f6f3ec !important;
}

.content-card,
.institutional-objective {
  border-color: #dde2dc;
}

.institutional-card .icon-header {
  background: #173c36 !important;
}

.institutional-eyebrow {
  color: #b6553a;
}

.institutional-card p {
  color: #53615d !important;
}

.institutional-objective {
  background: #edf3ef;
}

.institutional-objective > .material-icons-outlined {
  color: #cf6d4e;
}

/* Academia */
.courses-page,
.account-page,
.classroom-page {
  background: #f6f3ec;
}

.courses-hero::before {
  background: linear-gradient(90deg, rgba(246, 243, 236, 0.98) 0%, rgba(246, 243, 236, 0.91) 38%, rgba(246, 243, 236, 0.16) 66%, rgba(246, 243, 236, 0) 100%);
}

.courses-kicker {
  border-color: #d8dfd9;
  color: #173c36;
}

.courses-kicker .material-icons-outlined,
.courses-heading .section-label {
  color: #b6553a;
}

.courses-hero-content p {
  color: #53615d;
}

.btn-course-primary {
  background: #285c52;
  box-shadow: 0 10px 24px rgba(40, 92, 82, 0.18);
}

.btn-course-primary:hover {
  background: #173c36;
}

.btn-course-secondary {
  border-color: #cdd8d2;
}

.academy-benefits-grid,
.academy-course-card,
.course-card {
  border-color: #dde2dc;
  box-shadow: 0 14px 38px rgba(23, 60, 54, 0.07);
}

.academy-benefit {
  border-color: #e4e7e1;
}

.academy-benefit > .material-icons-outlined {
  background: #e8f0ec;
  color: #285c52;
}

.academy-benefit strong {
  color: #173c36;
}

.courses-catalog {
  background:
    radial-gradient(circle at 90% 15%, rgba(207, 109, 78, 0.07), transparent 24rem),
    #f6f3ec;
}

.academy-course-visual {
  background: linear-gradient(145deg, #285c52, #173c36);
}

.academy-course-visual.tone-coral {
  background: linear-gradient(145deg, #cf6d4e, #8f4938);
}

.academy-course-visual.tone-violet {
  background: linear-gradient(145deg, #4f766b, #173c36);
}

.academy-course-visual.tone-rose {
  background: linear-gradient(145deg, #b87b4f, #69513e);
}

.academy-course-visual.tone-plum {
  background: linear-gradient(145deg, #355b61, #1e3b3f);
}

.academy-course-tags > span {
  background: #edf3ef;
  color: #173c36;
}

.academy-course-meta .material-icons-outlined,
.academy-course-action {
  color: #285c52;
}

.academy-course-action:hover {
  color: #b6553a;
}

.academy-closing-cta {
  background:
    radial-gradient(circle at 90% 20%, rgba(207, 109, 78, 0.28), transparent 20rem),
    #173c36;
}

.academy-closing-cta .section-label {
  color: #efb19b;
}

.academy-closing-cta .btn-course-primary {
  color: #173c36;
}

/* Cuenta del alumno y aula: fewer competing surfaces */
.student-portal-header,
.student-portal-nav,
.student-progress-summary,
.student-portal-section,
.student-course-card,
.student-available-grid article,
.account-course-row,
.profile-required,
.auth-panel,
.lesson-nav,
.course-introduction,
.final-test-section,
.quiz-result-card {
  border-color: #dde2dc;
  background: #fffdf9;
  box-shadow: 0 6px 22px rgba(23, 60, 54, 0.05);
}

.student-portal-nav a {
  color: #57645f;
}

.student-portal-nav a:hover,
.student-portal-nav a:focus-visible,
.lesson-nav a:hover {
  background: #eaf1ed;
  color: #173c36;
}

.student-section-count,
.lesson-nav a.active,
.lesson-nav a > span {
  background: #e4efeb;
  color: #173c36;
}

.student-continue-course {
  background: linear-gradient(120deg, #173c36 0%, #285c52 68%, #527d71 100%);
}

.student-continue-course .course-progress-track span {
  background: #e4b39f;
}

.student-course-card,
.student-available-grid article,
.student-account-data > div {
  background: #f8f7f2;
}

.auth-intro {
  background: #173c36;
}

.auth-intro li .material-icons-outlined {
  color: #e4b39f;
}

.password-control {
  position: relative;
  display: block;
  width: 100%;
}

.password-control input {
  width: 100%;
  padding-right: 3.25rem !important;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #65716d;
  transform: translateY(-50%);
}

.password-toggle:hover {
  background: #eaf1ed;
  color: #173c36;
}

.course-progress-track {
  background: #dfe5df;
}

.lesson-nav a.active {
  border-left-color: #cf6d4e;
}

.document-viewer {
  background: #d8ddd8;
}

.document-toolbar {
  background: #1d332e;
}

.lesson-media {
  border-color: #d8ded8;
  background: #14231f;
}

.quiz-dialog::backdrop {
  background: rgba(18, 43, 37, 0.62);
}

@media (max-width: 700px) {
  .courses-hero::before {
    background: linear-gradient(180deg, rgba(246, 243, 236, 0.03) 0%, rgba(246, 243, 236, 0.25) 35%, #f6f3ec 51%, #f6f3ec 100%);
  }

  .academy-benefits {
    background: #f6f3ec;
  }
}
}

/* Password controls kept inside the field in account forms */
.course-form .password-control {
  position: relative;
  display: block;
  width: 100%;
}

.course-form .password-control input {
  width: 100%;
  padding-right: 3.25rem !important;
}

.course-form .password-control .password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 0.3rem !important;
  bottom: auto !important;
  left: auto !important;
  display: inline-grid;
  place-items: center;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #625960;
  transform: translateY(-50%) !important;
}

.course-form .password-control .password-toggle:hover {
  background: #f9edf2;
  color: #880e4f;
}

/* ==========================================================
   VIBRANT COMMUNITY — brighter accents, calmer large surfaces
   ========================================================== */
:root {
  --vibrant-berry: #c2185b;
  --vibrant-coral: #ff6b5f;
  --vibrant-gold: #ffc857;
  --vibrant-gold-soft: #fff4cf;
  --vibrant-coral-soft: #fff0ed;
}

.navbar-cta,
.hero-primary-action,
.btn-primary {
  background: linear-gradient(115deg, #880e4f 0%, #c2185b 64%, #ff6b5f 145%);
  box-shadow: 0 12px 28px rgba(136, 14, 79, 0.2);
}

.navbar-cta:hover,
.hero-primary-action:hover,
.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(136, 14, 79, 0.28);
}

/* ============================================
   NAVEGACIÓN PRINCIPAL — LOGO Y MENÚ PLANO
   ============================================ */
@media (min-width: 1380px) {
  .navbar {
    padding-block: 0.85rem;
  }

  .navbar.scrolled {
    padding-block: 0.65rem;
  }

  .navbar-inner {
    max-width: 1500px;
    padding-inline: 2rem;
    gap: 1rem;
  }

  .navbar-logo {
    width: 190px;
    height: 68px;
    flex: 0 0 190px;
  }

  .navbar-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .navbar-links {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    gap: clamp(0.75rem, 0.9vw, 1.1rem);
    min-width: 0;
  }

  .navbar-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
  }

  .navbar-actions {
    flex: 0 0 auto;
    align-items: center;
    gap: 0.75rem;
  }

  .navbar-courses,
  .navbar-cta {
    width: 208px;
    min-width: 208px;
    height: 50px;
    min-height: 50px;
    padding: 0 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: linear-gradient(112deg, #4b092c 0%, #880e4f 52%, #c2185b 100%);
    background-size: 160% 100%;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.01em;
    box-shadow:
      0 10px 24px rgba(136, 14, 79, 0.2),
      0 0 20px rgba(255, 45, 139, 0.14);
    transition:
      transform 180ms ease,
      background-position 220ms ease,
      box-shadow 220ms ease;
  }

  .navbar-courses:hover,
  .navbar-courses:focus-visible,
  .navbar-cta:hover,
  .navbar-cta:focus-visible {
    border-color: rgba(255, 255, 255, 0.38);
    background-position: 100% 0;
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
      0 14px 30px rgba(136, 14, 79, 0.28),
      0 0 26px rgba(255, 45, 139, 0.22);
  }

  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 1379px) {
  .navbar-links,
  .navbar-actions {
    display: none;
  }

  .navbar-toggle {
    display: flex;
    width: 44px;
    height: 44px;
  }

  .navbar-logo {
    width: 150px;
    height: 56px;
    flex: 0 0 150px;
  }

  .navbar-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
}

.hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 87, 0.24), transparent 19%),
    linear-gradient(90deg, #fff 0%, #fff 52%, #fff3ef 52%, #fff3ef 100%);
}

.hero-badge {
  border-color: rgba(194, 24, 91, 0.2);
  background: #fff9e8;
}

.hero-title .highlight,
.text-gradient,
.text-gradient-animated {
  background: linear-gradient(100deg, #880e4f 0%, #c2185b 56%, #ff6b5f 112%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-v2 {
  background:
    radial-gradient(circle at 0% 22%, rgba(255, 107, 95, 0.08), transparent 23%),
    radial-gradient(circle at 100% 82%, rgba(255, 200, 87, 0.13), transparent 24%),
    #fff;
}

.section-tag-pill,
.section-tag {
  border-color: rgba(194, 24, 91, 0.18);
  color: #880e4f;
  background: #fff2f0;
}

.benefits-section .section-tag,
.entrepreneurs-home .section-tag {
  display: inline-flex;
  align-items: center;
  align-self: center;
  width: auto;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}

.f-card {
  border-radius: 26px;
}

.f-card-benefits {
  border-color: #f3d98a;
  color: #171317;
  background: var(--vibrant-gold-soft);
}

.f-card-benefits h3,
.f-card-benefits p {
  color: #171317;
}

.f-card-benefits .popular-badge {
  color: #6e4600;
  background: #fff;
}

.f-card-pyme {
  border-color: #ffd5ce;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 95, 0.24), transparent 38%),
    var(--vibrant-coral-soft);
}

.f-card-digital {
  border-color: #171317;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 200, 87, 0.18), transparent 29%),
    linear-gradient(135deg, #171317, #4b092c);
}

.f-card-digital h3,
.f-card-digital p {
  color: #fff;
}

.f-stats-bar {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, #880e4f 0%, #ad1457 68%, #c2185b 100%);
  box-shadow: 0 18px 42px rgba(136, 14, 79, 0.18);
}

.f-stats-bar .stat-num,
.f-stats-bar .stat-label,
.f-stats-bar .material-icons {
  color: #fff !important;
}

.f-stats-bar .stat-divider {
  background: rgba(255, 255, 255, 0.3);
}

.benefits-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 200, 87, 0.14), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fff8f6 100%);
}

.benefit-card {
  min-height: 19rem;
  border-top-width: 5px;
}

.benefit-card:nth-child(1) {
  border-color: #c2185b #eadde2 #eadde2;
  background: #fff;
}

.benefit-card:nth-child(2) {
  border-color: #ffc857 #f2dfaa #f2dfaa;
  background: #fff8df;
}

.benefit-card:nth-child(3) {
  border-color: #ff6b5f #ffd8d2 #ffd8d2;
  background: #fff2ef;
}

.benefit-card:nth-child(1) .benefit-card-icon {
  color: #fff;
  background: #c2185b;
}

.benefit-card:nth-child(2) .benefit-card-icon {
  color: #5b3700;
  background: #ffc857;
}

.benefit-card:nth-child(3) .benefit-card-icon {
  color: #fff;
  background: #ff6b5f;
}

.benefits-cta {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 87, 0.34), transparent 24%),
    linear-gradient(115deg, #171317 0%, #4b092c 46%, #880e4f 100%);
}

@media (min-width: 1100px) {
  .features-bento-grid {
    grid-template-areas:
      "map map map map map map benefits benefits benefits benefits benefits benefits"
      "map map map map map map pyme pyme pyme pyme pyme pyme"
      "stats stats stats stats stats stats stats stats stats stats stats stats";
    align-items: stretch;
  }

  .f-card-hero {
    grid-area: map;
    min-height: 42rem;
  }

  .f-card-benefits {
    grid-area: benefits;
    min-height: 18rem;
  }

  .f-card-pyme {
    grid-area: pyme;
    min-height: 18rem;
  }

  .f-card-digital {
    grid-area: digital;
    min-height: 21rem;
  }

  .f-stats-bar {
    grid-area: stats;
  }

  .benefits-cards {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
  }

  .benefit-card:nth-child(1) {
    grid-column: span 5;
  }

  .benefit-card:nth-child(2) {
    grid-column: span 3;
  }

  .benefit-card:nth-child(3) {
    grid-column: span 4;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .f-card-hero,
  .f-card-benefits,
  .f-card-pyme {
    grid-column: span 6;
  }

  .f-card-hero {
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .hero {
    background:
      radial-gradient(circle at 100% 10%, rgba(255, 200, 87, 0.18), transparent 22%),
      #fff;
  }

  .benefit-card {
    min-height: auto;
  }
}

/* ==========================================================
   ENTREPRENEURS SHOWCASE — ordered header and useful empty state
   ========================================================== */
.entrepreneurs-home {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 200, 87, 0.14), transparent 24%),
    radial-gradient(circle at 96% 88%, rgba(255, 107, 95, 0.1), transparent 25%),
    #fff !important;
}

.entrepreneurs-home::before {
  position: absolute;
  top: 3.5rem;
  right: -7rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(194, 24, 91, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.entrepreneurs-home-shell {
  position: relative;
  z-index: 1;
}

.entrepreneurs-home-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  max-width: 76rem;
  margin: 0 auto 2.25rem;
}

.entrepreneurs-home-heading {
  max-width: 47rem;
}

.entrepreneurs-home-heading .section-tag {
  display: inline-flex;
  width: auto;
  margin: 0 0 1rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(194, 24, 91, 0.18);
  border-radius: 999px;
  color: #880e4f;
  background: #fff2f0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entrepreneurs-home-heading h2 {
  margin: 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.entrepreneurs-home-heading p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #685d63;
  font-size: 1.05rem;
  line-height: 1.7;
}

.entrepreneurs-directory-link,
.entrepreneurs-empty-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.75rem 1.1rem;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.entrepreneurs-directory-link {
  border: 1px solid #ded3d8;
  color: #171317;
  background: #fff;
}

.entrepreneurs-directory-link:hover {
  border-color: #880e4f;
  color: #880e4f;
  transform: translateY(-2px);
}

.entrepreneurs-directory-link svg,
.entrepreneurs-empty-action svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.entrepreneurs-empty-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  max-width: 76rem;
  min-height: 14rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid #eadde2;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 200, 87, 0.22), transparent 27%),
    linear-gradient(135deg, #fff 0%, #fff9f6 100%);
  box-shadow: 0 20px 55px rgba(75, 9, 44, 0.08);
}

.entrepreneurs-empty-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #880e4f, #c2185b 58%, #ff6b5f);
  content: "";
}

.entrepreneurs-empty-icon {
  display: grid;
  place-items: center;
  width: clamp(4.5rem, 7vw, 6rem);
  height: clamp(4.5rem, 7vw, 6rem);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 200, 87, 0.42), transparent 34%),
    linear-gradient(145deg, #880e4f, #c2185b);
  box-shadow: 0 16px 32px rgba(136, 14, 79, 0.2);
}

.entrepreneurs-empty-icon svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.entrepreneurs-empty-copy {
  max-width: 45rem;
}

.entrepreneurs-empty-eyebrow {
  display: block;
  margin-bottom: 0.45rem;
  color: #ad1457;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entrepreneurs-empty-copy h3 {
  margin: 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.entrepreneurs-empty-copy p {
  max-width: 43rem;
  margin: 0.7rem 0 0;
  color: #685d63;
  line-height: 1.65;
}

.entrepreneurs-empty-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.entrepreneurs-empty-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  border: 1px solid #eadde2;
  border-radius: 999px;
  color: #5e5157;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
}

.entrepreneurs-empty-meta span::before {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: #c2185b;
  content: "";
}

.entrepreneurs-empty-action {
  color: #fff;
  background: linear-gradient(115deg, #880e4f 0%, #c2185b 68%, #ff6b5f 145%);
  box-shadow: 0 13px 28px rgba(136, 14, 79, 0.2);
  white-space: nowrap;
}

.entrepreneurs-empty-action:hover {
  color: #fff;
  box-shadow: 0 17px 34px rgba(136, 14, 79, 0.28);
  transform: translateY(-2px);
}

.entrepreneur-star svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

@media (max-width: 900px) {
  .entrepreneurs-home-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .entrepreneurs-empty-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .entrepreneurs-empty-action {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 600px) {
  .entrepreneurs-home {
    padding: 4rem 0 7rem;
  }

  .entrepreneurs-home-header {
    margin-bottom: 1.5rem;
  }

  .entrepreneurs-home-heading p {
    font-size: 1rem;
  }

  .entrepreneurs-empty-card {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.35rem;
    border-radius: 22px;
  }

  .entrepreneurs-empty-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 18px;
  }

  .entrepreneurs-empty-action {
    grid-column: auto;
    width: 100%;
    white-space: normal;
  }
}

/* ==========================================================
   ENTREPRENEUR BENEFITS — editorial split + asymmetric cards
   ========================================================== */
.benefits-section {
  position: relative;
  padding: clamp(4.75rem, 8vw, 7.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 10%, rgba(255, 200, 87, 0.16), transparent 23%),
    radial-gradient(circle at 100% 90%, rgba(194, 24, 91, 0.08), transparent 24%),
    #fffaf8;
}

.benefits-section::after {
  position: absolute;
  bottom: -9rem;
  left: -7rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(255, 107, 95, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.benefits-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 76rem;
}

.benefits-intro {
  align-self: center;
  max-width: 34rem;
}

.benefits-intro .section-tag {
  display: inline-flex;
  width: auto;
  margin: 0 0 1.15rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(194, 24, 91, 0.18);
  border-radius: 999px;
  color: #880e4f;
  background: #fff2f0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefits-intro h2 {
  margin: 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.35rem, 4.4vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.benefits-intro > p {
  max-width: 32rem;
  margin: 1.25rem 0 0;
  color: #685d63;
  font-size: 1.05rem;
  line-height: 1.72;
}

.benefits-local-note {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 27rem;
  margin-top: 1.6rem;
  padding: 0.85rem 1rem;
  border: 1px solid #eadde2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.benefits-local-note > svg {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.6rem;
  border-radius: 12px;
  fill: none;
  stroke: #880e4f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  background: #f9edf2;
}

.benefits-local-copy strong,
.benefits-local-copy span {
  display: block;
}

.benefits-local-copy strong {
  margin-bottom: 0.15rem;
  color: #171317;
  font-size: 0.9rem;
}

.benefits-local-copy span {
  color: #75676e;
  font-size: 0.8rem;
  line-height: 1.4;
}

.benefits-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  margin-top: 1.5rem;
  padding: 0.8rem 1.25rem;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(115deg, #880e4f 0%, #c2185b 68%, #ff6b5f 145%);
  box-shadow: 0 14px 30px rgba(136, 14, 79, 0.2);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefits-primary-action:hover {
  box-shadow: 0 18px 36px rgba(136, 14, 79, 0.28);
  transform: translateY(-2px);
}

.benefits-primary-action svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.benefits-intro > small {
  display: block;
  margin-top: 0.65rem;
  color: #7b6e74;
  font-size: 0.77rem;
  line-height: 1.45;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.benefits-grid .benefit-card {
  display: flex;
  grid-column: auto;
  flex-direction: column;
  min-height: 17rem;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid;
  border-radius: 25px;
  box-shadow: 0 16px 40px rgba(75, 9, 44, 0.08);
  transform: none;
}

.benefits-grid .benefit-card:hover {
  box-shadow: 0 21px 48px rgba(75, 9, 44, 0.13);
  transform: translateY(-3px);
}

.benefits-grid .benefit-card-featured {
  grid-column: 1 / -1;
  min-height: 20rem;
  border-color: #3a1029;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 200, 87, 0.22), transparent 28%),
    radial-gradient(circle at 12% 110%, rgba(255, 107, 95, 0.25), transparent 35%),
    linear-gradient(135deg, #171317 0%, #4b092c 46%, #880e4f 100%);
}

.benefits-grid .benefit-card-opportunities {
  border-color: #efd481;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 200, 87, 0.32), transparent 33%),
    #fff7d9;
}

.benefits-grid .benefit-card-diffusion {
  border-color: #ffc4bb;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 95, 0.25), transparent 34%),
    #fff0ed;
}

.benefit-card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.benefits-grid .benefit-card-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  border-radius: 16px;
  color: #fff;
  background: #c2185b;
}

.benefit-card-featured .benefit-card-icon {
  color: #171317;
  background: #ffc857;
}

.benefit-card-opportunities .benefit-card-icon {
  color: #694000;
  background: #ffc857;
}

.benefit-card-diffusion .benefit-card-icon {
  background: #ff6b5f;
}

.benefits-grid .benefit-card-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefit-card-number {
  color: rgba(23, 19, 23, 0.17);
  font-family: Outfit, Inter, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.benefit-card-featured .benefit-card-number {
  color: rgba(255, 255, 255, 0.22);
}

.benefits-grid .benefit-card-content {
  display: block;
  margin-top: auto;
  padding-top: 2rem;
}

.benefit-card-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #ad1457;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.benefit-card-featured .benefit-card-label {
  color: #ffc857;
}

.benefits-grid .benefit-card h3 {
  max-width: 22ch;
  margin: 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.benefits-grid .benefit-card p {
  max-width: 38rem;
  margin: 0.75rem 0 0;
  color: #685d63;
  line-height: 1.65;
}

.benefits-grid .benefit-card-featured h3 {
  max-width: 19ch;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.benefits-grid .benefit-card-featured p {
  color: rgba(255, 255, 255, 0.74);
}

.benefit-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.benefit-card-tags span {
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 700;
}

@media (min-width: 980px) {
  .benefits-layout {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(31rem, 1.2fr);
    align-items: center;
  }
}

@media (max-width: 720px) {
  .benefits-section {
    padding: 4rem 0 7rem;
  }

  .benefits-intro h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .benefits-primary-action {
    width: 100%;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid .benefit-card,
  .benefits-grid .benefit-card-featured {
    grid-column: auto;
    min-height: 17rem;
  }
}

/* Download / community block */
.download-cta {
  position: relative;
  scroll-margin-top: 0;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 96%, rgba(255, 200, 87, 0.18), transparent 21rem),
    radial-gradient(circle at 94% 8%, rgba(136, 14, 79, 0.1), transparent 24rem),
    #fffaf7;
}

.download-community-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  gap: clamp(2rem, 5vw, 4.75rem);
  align-items: center;
  max-width: 76rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 16% 115%, rgba(255, 107, 95, 0.25), transparent 36%),
    radial-gradient(circle at 96% -6%, rgba(255, 200, 87, 0.22), transparent 30%),
    linear-gradient(132deg, #171317 0%, #3d0b29 52%, #880e4f 100%);
  box-shadow: 0 24px 65px rgba(57, 10, 36, 0.18);
}

.download-community-card::before {
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: 32%;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.download-community-copy {
  max-width: 38rem;
}

.download-community-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 34px;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 200, 87, 0.3);
  border-radius: 999px;
  color: #ffe29d;
  background: rgba(255, 200, 87, 0.1);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.download-community-eyebrow svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.download-cta .download-community-copy h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.35rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.download-community-copy h2 span {
  color: #ffc857;
}

.download-cta .download-community-copy > p {
  max-width: 35rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.65;
}

.download-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.download-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 11.75rem;
  min-height: 58px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 15px;
  color: #171317;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.download-store-button:hover {
  border-color: #ffc857;
  color: #171317;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.download-store-button:focus-visible {
  outline: 3px solid #ffc857;
  outline-offset: 3px;
}

.download-store-button > svg {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.download-store-button > span,
.download-store-button small,
.download-store-button strong {
  display: block;
}

.download-store-button small {
  margin-bottom: 0.05rem;
  color: #6a5e64;
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.1;
}

.download-store-button strong {
  color: #171317;
  font-size: 0.98rem;
  line-height: 1.15;
}

.download-community-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 25px;
  color: #171317;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 48px rgba(16, 8, 13, 0.2);
}

.download-proof-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 38px;
  padding: 0.1rem 0.25rem 0.35rem;
}

.download-proof-heading span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #880e4f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.download-proof-heading span::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff6b5f;
  box-shadow: 0 0 0 4px rgba(255, 107, 95, 0.14);
  content: "";
}

.download-proof-heading > strong {
  color: #786a71;
  font-size: 0.72rem;
  font-weight: 700;
}

.download-community-proof article {
  display: flex;
  min-height: 8.25rem;
  padding: 1.15rem;
  border: 1px solid #eadde3;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  background: #fff9fb;
}

.download-community-proof article > strong {
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.download-community-proof article > span:last-child {
  margin-top: 0.4rem;
  color: #74676d;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
}

.download-community-proof .download-proof-main {
  grid-column: 1 / -1;
  min-height: 10.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 200, 87, 0.38), transparent 38%),
    linear-gradient(125deg, #880e4f 0%, #c2185b 100%);
}

.download-community-proof .download-proof-main > strong,
.download-community-proof .download-proof-main > span:last-child {
  color: #fff;
}

.download-proof-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: auto;
  border-radius: 12px;
  color: #6c123e;
  background: #ffc857;
}

.download-proof-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 900px) {
  .download-community-card {
    grid-template-columns: 1fr;
  }

  .download-community-copy {
    max-width: 42rem;
  }

  .download-cta .download-community-copy h2 {
    max-width: 15ch;
  }
}

@media (max-width: 560px) {
  .download-cta {
    padding: 3.5rem 0 6.5rem;
  }

  .download-community-card {
    gap: 2rem;
    padding: 1.35rem;
    border-radius: 24px;
  }

  .download-cta .download-community-copy h2 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .download-store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .download-store-button {
    width: 100%;
  }

  .download-community-proof {
    gap: 0.65rem;
    padding: 0.75rem;
    border-radius: 20px;
  }

  .download-proof-heading {
    align-items: flex-start;
    padding: 0.35rem 0.25rem 0.5rem;
    flex-direction: column;
    gap: 0.35rem;
  }

  .download-community-proof article {
    min-height: 7.5rem;
    padding: 0.9rem;
  }

  .download-community-proof .download-proof-main {
    min-height: 9.5rem;
  }

  .download-community-proof article > strong {
    font-size: clamp(1.55rem, 9vw, 2rem);
  }
}

/* App experience showcase */
.hand-gallery-section {
  --hg-surface: rgba(255, 255, 255, 0.065);
  --hg-border: rgba(255, 255, 255, 0.13);
  position: relative;
  display: block;
  min-height: 0;
  scroll-margin-top: 0;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  overflow: hidden;
  color: #fff;
  background: #100d0f;
  font-family: Inter, sans-serif;
}

.hand-gallery-section .ambient-bg {
  z-index: 0;
  transition: background 350ms ease;
}

.hand-gallery-section .noise-overlay {
  z-index: 1;
  opacity: 0.022;
}

.hg-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(32rem, 1.18fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  max-width: 78rem;
}

.hand-gallery-section .hg-header {
  position: relative;
  inset: auto;
  z-index: 3;
  display: block;
  width: auto;
  padding: 0;
  text-align: left;
  pointer-events: auto;
}

.hand-gallery-section .hg-header-content {
  max-width: 34rem;
}

.hg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 34px;
  margin-bottom: 1.35rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid rgba(255, 200, 87, 0.28);
  border-radius: 999px;
  color: #ffe29d;
  background: rgba(255, 200, 87, 0.08);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hg-eyebrow svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hand-gallery-section .hg-title {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(3.1rem, 5.6vw, 5.25rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hand-gallery-section .hg-gradient-text {
  color: #ffc857;
  background: linear-gradient(90deg, #ffc857 0%, #ff8c70 48%, #ed8ab4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hand-gallery-section .hg-description {
  max-width: 33rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.72;
}

.hg-highlights {
  display: grid;
  gap: 0.7rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hg-highlights li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 66px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.hg-highlights li > svg {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.65rem;
  box-sizing: content-box;
  border-radius: 12px;
  color: #ffc857;
  background: rgba(255, 200, 87, 0.1);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hg-highlights li:nth-child(2) > svg {
  color: #ff9a84;
  background: rgba(255, 107, 95, 0.1);
}

.hg-highlights li:nth-child(3) > svg {
  color: #ed8ab4;
  background: rgba(232, 62, 112, 0.1);
}

.hg-highlights li span,
.hg-highlights li strong {
  display: block;
}

.hg-highlights li strong {
  margin-bottom: 0.12rem;
  color: #fff;
  font-size: 0.88rem;
}

.hg-highlights li span {
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.79rem;
  line-height: 1.4;
}

.hg-showcase {
  position: relative;
  min-height: 40rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hg-showcase::before {
  display: none;
}

.hg-showcase-topline {
  position: absolute;
  z-index: 120;
  top: 1.25rem;
  left: 1.35rem;
  right: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 1rem;
}

.hg-showcase-topline > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hg-showcase-topline i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff6b5f;
  box-shadow: 0 0 0 4px rgba(255, 107, 95, 0.13);
}

.hg-slide-count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
}

.hg-slide-count strong {
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1rem;
}

.hand-gallery-section .hg-scene {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 34rem;
  padding: 0;
  perspective: 1200px;
  perspective-origin: 50% 42%;
}

.hand-gallery-section .hg-card-wrapper {
  top: 50%;
  width: 18.5rem;
  height: 28rem;
  margin-top: -13rem;
  margin-left: -9.25rem;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  transform-origin: 50% 135%;
  transition:
    transform 380ms cubic-bezier(0.22, 0.8, 0.24, 1),
    opacity 250ms ease;
  touch-action: manipulation;
}

.hand-gallery-section .hg-card-wrapper:focus-visible .hg-card-visual {
  outline: 3px solid #ffc857;
  outline-offset: 4px;
}

.hand-gallery-section .hg-card-visual {
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 26px;
  background: #0b0d0c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 30px 65px rgba(0, 0, 0, 0.55);
  transition: transform 240ms ease-out, border-color 240ms ease;
}

.hand-gallery-section .hg-card-wrapper[aria-current="true"] .hg-card-visual {
  border-color: rgba(255, 200, 87, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 200, 87, 0.1),
    0 34px 75px rgba(0, 0, 0, 0.62),
    0 0 50px rgba(136, 14, 79, 0.18);
}

.hand-gallery-section .hg-card-img {
  opacity: 0.94;
  transform: scale(1.01);
}

.hand-gallery-section .hg-card-wrapper:hover .hg-card-img {
  transform: scale(1.035);
}

.hand-gallery-section .hg-gradient-overlay {
  z-index: 12;
  background: linear-gradient(to top, rgba(6, 5, 6, 0.98) 0%, rgba(6, 5, 6, 0.68) 25%, transparent 58%);
}

.hand-gallery-section .hg-dimmer {
  z-index: 20;
}

.hand-gallery-section .hg-holo-shine {
  z-index: 22;
}

.hand-gallery-section .hg-card-icon {
  z-index: 30;
  top: 1.1rem;
  right: 1.1rem;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  background: rgba(16, 13, 15, 0.72);
  backdrop-filter: blur(12px);
}

.hand-gallery-section .hg-card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hand-gallery-section .hg-card-text {
  z-index: 30;
  padding: 1.55rem;
}

.hand-gallery-section .hg-card-wrapper:hover .hg-card-text {
  transform: none;
}

.hand-gallery-section .hg-meta {
  margin-bottom: 0.45rem;
}

.hand-gallery-section .hg-dot {
  flex: 0 0 auto;
}

.hand-gallery-section .hg-subtitle {
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
}

.hand-gallery-section .hg-card-title {
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
}

.hand-gallery-section .hg-footer {
  position: absolute;
  z-index: 120;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  width: auto;
  max-width: none;
  min-height: 58px;
  padding: 0.35rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  gap: 0.3rem;
  background: rgba(10, 8, 9, 0.72);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.hand-gallery-section .hg-nav-btn {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-color: transparent;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  transition: color 180ms ease, background 180ms ease;
}

.hand-gallery-section .hg-nav-btn:hover {
  color: #371126;
  background: #ffc857;
  transform: none;
}

.hand-gallery-section .hg-nav-btn:focus-visible,
.hand-gallery-section .hg-dot-btn:focus-visible {
  outline: 3px solid #ffc857;
  outline-offset: 2px;
}

.hand-gallery-section .hg-nav-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hand-gallery-section .hg-pagination {
  display: flex;
  align-items: center;
  gap: 0;
}

.hand-gallery-section .hg-dot-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hand-gallery-section .hg-dot-btn::after {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  content: "";
  transition: width 220ms ease, background 220ms ease;
}

.hand-gallery-section .hg-dot-btn.active {
  width: 44px;
  background: transparent;
}

.hand-gallery-section .hg-dot-btn.active::after {
  width: 24px;
  background: #ffc857;
}

.hand-gallery-section .hg-progress-container {
  z-index: 130;
  left: 50%;
  width: min(15rem, 55%);
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(-50%);
}

.hand-gallery-section .hg-progress-bar {
  background: linear-gradient(90deg, #ffc857, #ff6b5f, #c2185b);
}

@media (max-width: 980px) {
  .hg-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hand-gallery-section .hg-header-content {
    max-width: 43rem;
  }

  .hg-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hand-gallery-section {
    padding: 4.5rem 0 6.5rem;
  }

  .hand-gallery-section .hg-header {
    align-items: flex-start;
    padding: 0;
    text-align: left;
  }

  .hand-gallery-section .hg-title {
    max-width: 10ch;
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .hand-gallery-section .hg-description {
    font-size: 1rem;
  }

  .hg-highlights {
    grid-template-columns: 1fr;
  }

  .hg-showcase {
    min-height: 34.5rem;
    border-radius: 0;
  }

  .hand-gallery-section .hg-scene {
    min-height: 29rem;
    padding-top: 0;
  }

  .hand-gallery-section .hg-card-wrapper {
    width: 15rem;
    height: 22.5rem;
    margin-top: -10.3rem;
    margin-left: -7.5rem;
    transform-origin: 50% 126%;
  }

  .hand-gallery-section .hg-card-text {
    padding: 1.25rem;
  }

  .hand-gallery-section .hg-card-title {
    font-size: 1.55rem;
  }

  .hand-gallery-section .hg-footer {
    bottom: 1rem;
  }
}

@media (max-width: 390px) {
  .hg-showcase-topline {
    left: 1rem;
    right: 1rem;
  }

  .hg-showcase-topline > span:first-child {
    max-width: 10rem;
  }
}

/* Community-first hero: phone, store actions and animated wave retained */
.hero-community {
  min-height: 930px;
  padding: 132px 0 190px;
  background:
    radial-gradient(circle at 89% 18%, rgba(255, 200, 87, 0.22), transparent 19rem),
    radial-gradient(circle at 75% 55%, rgba(194, 24, 91, 0.12), transparent 32rem),
    radial-gradient(circle at 7% 32%, rgba(255, 107, 95, 0.1), transparent 25rem),
    linear-gradient(130deg, #fff 0%, #fff9fb 56%, #f9e8f0 100%);
}

.hero-community::before {
  opacity: 0.3;
  background-image: radial-gradient(rgba(136, 14, 79, 0.12) 0.8px, transparent 0.8px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.hero-community .hero-container {
  z-index: 4;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  max-width: 78rem;
}

.hero-community .hero-text {
  max-width: 43rem;
  text-align: left;
}

.hero-community-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 36px;
  margin-bottom: 1.35rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid #e4c9d6;
  border-radius: 999px;
  color: #710c43;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(75, 9, 44, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-community-badge svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-community .hero-title {
  max-width: 14ch;
  margin: 0;
  color: #171317;
  font-size: clamp(3.35rem, 4.8vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-community .hero-title .highlight {
  display: inline;
  color: #880e4f;
  background: linear-gradient(92deg, #880e4f 0%, #c2185b 52%, #ff6b5f 106%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-community .hero-subtitle {
  max-width: 39rem;
  margin: 1.5rem 0 0;
  color: #5d5157;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.7;
}

.hero-value-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 42rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-value-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 64px;
  padding: 0.65rem 0.75rem;
  border: 1px solid #eadce3;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
}

.hero-value-list svg {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  color: #880e4f;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.hero-value-list li:nth-child(2) svg {
  color: #c2185b;
}

.hero-value-list li:nth-child(3) svg {
  color: #e24f58;
}

.hero-value-list span,
.hero-value-list strong {
  display: block;
}

.hero-value-list span {
  color: #756970;
  font-size: 0.72rem;
  line-height: 1.3;
}

.hero-value-list strong {
  margin-bottom: 0.12rem;
  color: #211b1e;
  font-size: 0.78rem;
}

.hero-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.hero-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 12rem;
  min-height: 60px;
  padding: 0.65rem 1rem;
  border: 1px solid #171317;
  border-radius: 15px;
  color: #fff;
  background: #171317;
  box-shadow: 0 14px 30px rgba(23, 19, 23, 0.18);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-store-button:hover {
  border-color: #880e4f;
  color: #fff;
  background: #880e4f;
  box-shadow: 0 17px 34px rgba(136, 14, 79, 0.24);
  transform: translateY(-2px);
}

.hero-store-button:focus-visible {
  outline: 3px solid #ffc857;
  outline-offset: 3px;
}

.hero-store-button > svg {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.hero-store-button > span,
.hero-store-button small,
.hero-store-button strong {
  display: block;
}

.hero-store-button small {
  margin-bottom: 0.05rem;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero-store-button strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.15;
}

.hero-store-actions .hero-courses-cta {
  position: relative;
  isolation: isolate;
  width: min(100%, 22rem);
  min-width: min(100%, 22rem);
  min-height: 68px;
  overflow: hidden;
  gap: 0.9rem;
  padding: 0.8rem 1.1rem;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: linear-gradient(112deg, #4b092c 0%, #880e4f 48%, #c2185b 100%);
  box-shadow: 0 16px 34px rgba(136, 14, 79, 0.28), 0 0 24px rgba(194, 24, 91, 0.13);
}

.hero-store-actions .hero-courses-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.18) 48%, transparent 72%);
  content: "";
  transform: translateX(-110%);
  transition: transform 420ms ease;
}

.hero-store-actions .hero-courses-cta:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(112deg, #5d0b36 0%, #9c125b 48%, #d72668 100%);
  box-shadow: 0 19px 38px rgba(136, 14, 79, 0.34), 0 0 30px rgba(215, 38, 104, 0.2);
}

.hero-store-actions .hero-courses-cta:hover::before {
  transform: translateX(110%);
}

.hero-store-actions .hero-courses-cta > svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-store-actions .hero-courses-cta strong {
  font-size: 1.08rem;
}

.hero-store-actions .hero-courses-cta > .hero-courses-arrow {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 180ms ease;
}

.hero-store-actions .hero-courses-cta:hover > .hero-courses-arrow {
  transform: translateX(0.2rem);
}

.hero-store-actions .hero-business-cta {
  width: min(100%, 18rem);
  min-width: min(100%, 18rem);
  min-height: 68px;
  gap: 0.9rem;
  padding: 0.8rem 1.1rem;
  border: 2px solid #880e4f;
  border-radius: 18px;
  color: #880e4f;
  background: #fff;
  box-shadow: 0 14px 30px rgba(75, 9, 44, 0.12);
}

.hero-store-actions .hero-business-cta:hover {
  border-color: #4b092c;
  color: #fff;
  background: #4b092c;
  box-shadow: 0 18px 36px rgba(75, 9, 44, 0.22);
}

.hero-store-actions .hero-business-cta > svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-store-actions .hero-business-cta small {
  color: #655c61;
}

.hero-store-actions .hero-business-cta strong {
  color: #4b092c;
  font-size: 1rem;
}

.hero-store-actions .hero-business-cta:hover small,
.hero-store-actions .hero-business-cta:hover strong {
  color: #fff;
}

.hero-store-actions .hero-business-cta > .hero-courses-arrow {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 180ms ease;
}

.hero-store-actions .hero-business-cta:hover > .hero-courses-arrow {
  transform: translateX(0.2rem);
}

.hero-store-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  color: #6f6269;
  font-size: 0.78rem;
  font-weight: 650;
}

.hero-store-note svg {
  width: 1rem;
  height: 1rem;
  padding: 0.15rem;
  box-sizing: content-box;
  border-radius: 50%;
  color: #fff;
  background: #880e4f;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hero-community .hero-visual {
  z-index: 4;
  align-self: center;
  transform: translateY(5px);
}

.hero-community .stage-container {
  filter: drop-shadow(0 34px 50px rgba(75, 9, 44, 0.2));
}

.hero-community .floating-card .icon-box svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-community .floating-card.card-3 svg {
  width: 1rem;
  height: 1rem;
  color: #df8b1d;
  fill: currentColor;
}

.hero-community .hero-wave {
  display: block;
  z-index: 2;
  height: 205px;
  pointer-events: none;
}

.hero-community .wave-1 {
  fill: #4b092c;
  opacity: 0.28 !important;
}

.hero-community .wave-2 {
  fill: #880e4f;
  opacity: 0.46 !important;
}

.hero-community .wave-3 {
  fill: #c2185b;
  opacity: 0.58 !important;
}

.hero-community .wave-4 {
  fill: #fff;
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  .hero-community {
    min-height: 0;
    padding: 120px 0 180px;
  }

  .hero-community .hero-container {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .hero-community .hero-text {
    max-width: 46rem;
    margin-inline: auto;
    text-align: center;
  }

  .hero-community .hero-title,
  .hero-community .hero-subtitle {
    margin-inline: auto;
  }

  .hero-value-list,
  .hero-store-actions {
    justify-content: center;
    margin-inline: auto;
  }

  .hero-store-note {
    justify-content: center;
  }

  .hero-community .hero-visual {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-community {
    padding: 104px 0 145px;
  }

  .hero-community .hero-container {
    gap: 2.75rem;
  }

  .hero-community .hero-text {
    text-align: left;
  }

  .hero-community-badge {
    max-width: 100%;
    margin-bottom: 1.15rem;
    white-space: normal;
  }

  .hero-community .hero-title {
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(2.65rem, 11.5vw, 3.55rem);
  }

  .hero-community .hero-subtitle {
    margin-inline: 0;
  }

  .hero-value-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-value-list li {
    align-items: flex-start;
    min-height: 98px;
    padding: 0.8rem 0.65rem;
    flex-direction: column;
    gap: 0.55rem;
  }

  .hero-value-list span {
    font-size: 0.68rem;
  }

  .hero-value-list strong {
    font-size: 0.73rem;
  }

  .hero-store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-store-button {
    width: 100%;
  }

  .hero-store-note {
    justify-content: flex-start;
  }

  .hero-community .hero-visual {
    margin-top: -0.5rem;
    transform: scale(0.88);
  }

  .hero-community .hero-wave {
    height: 155px;
  }
}

/* ==========================================================
   HOME SHOWCASES — PYMES + CURSOS OFFLINE
   ========================================================== */
.home-showcases {
  position: relative;
  z-index: 2;
  padding: clamp(2.25rem, 5vw, 4.5rem) 0 clamp(4rem, 7vw, 6.5rem);
  overflow: hidden;
  background: #fff;
}

.home-showcases-shell {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.home-showcase {
  min-width: 0;
}

.home-showcase-courses {
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid #eadde2;
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 107, 95, 0.1), transparent 19rem),
    #f9edf2;
}

.home-showcase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

.home-showcase-header > div {
  max-width: 49rem;
}

.home-showcase-eyebrow {
  display: block;
  margin-bottom: 0.45rem;
  color: #880e4f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-showcase-header h2 {
  margin: 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home-showcase-header h2 span {
  color: #ad1457;
}

.home-showcase-header p {
  margin: 0.65rem 0 0;
  color: #655c61;
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-showcase-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.55rem 0;
  color: #880e4f;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-showcase-all span {
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.home-showcase-all:hover {
  color: #4b092c;
}

.home-showcase-all:hover span {
  transform: translateX(0.2rem);
}

.home-showcase-carousel {
  position: relative;
  min-width: 0;
  padding: 0 2rem;
}

.home-showcase-track {
  display: flex;
  gap: 1rem;
  padding: 0.25rem 0.15rem 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.home-showcase-track::-webkit-scrollbar {
  display: none;
}

.home-showcase-track:focus-visible {
  border-radius: 18px;
  outline: 3px solid #ffc857;
  outline-offset: 4px;
}

.home-business-card,
.home-course-card {
  flex: 0 0 clamp(15.5rem, 24vw, 18rem);
  overflow: hidden;
  border: 1px solid #e2d9dd;
  border-radius: 20px;
  color: #171317;
  background: #fff;
  box-shadow: 0 12px 28px rgba(75, 9, 44, 0.07);
  scroll-snap-align: start;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-business-card:hover,
.home-course-card:hover {
  border-color: rgba(136, 14, 79, 0.42);
  color: #171317;
  box-shadow: 0 18px 36px rgba(75, 9, 44, 0.14);
  transform: translateY(-4px);
}

.home-business-card:focus-visible,
.home-course-card:focus-visible,
.home-showcase-arrow:focus-visible {
  outline: 3px solid #ffc857;
  outline-offset: 3px;
}

.home-business-image,
.home-course-image {
  position: relative;
  height: 11rem;
  overflow: hidden;
  background: #f2edef;
}

.home-business-image > img,
.home-course-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.home-business-card:hover .home-business-image > img,
.home-course-card:hover .home-course-image > img {
  transform: scale(1.035);
}

.home-business-featured,
.home-course-free {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: #fff;
  background: #ad1457;
  box-shadow: 0 8px 18px rgba(75, 9, 44, 0.2);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-course-brand {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 2.45rem;
  padding: 0.35rem;
  border: 1px solid rgba(226, 217, 221, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 20px rgba(23, 19, 23, 0.1);
}

.home-course-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home-business-copy,
.home-course-copy {
  display: flex;
  min-height: 10.5rem;
  padding: 1rem;
  flex-direction: column;
}

.home-business-copy > span,
.home-course-copy > span {
  color: #ad1457;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-business-copy h3,
.home-course-copy h3 {
  margin: 0.45rem 0 0;
  color: #171317;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.12rem;
  line-height: 1.2;
}

.home-business-copy p {
  display: -webkit-box;
  margin: 0.55rem 0 0;
  overflow: hidden;
  color: #655c61;
  font-size: 0.84rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-course-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1rem;
  color: #880e4f;
  font-size: 0.84rem;
}

.home-showcase-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e2d9dd;
  border-radius: 50%;
  color: #880e4f;
  background: #fff;
  box-shadow: 0 10px 24px rgba(75, 9, 44, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.home-showcase-arrow:hover:not(:disabled) {
  color: #fff;
  background: #880e4f;
  transform: translateY(-50%) scale(1.04);
}

.home-showcase-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.home-showcase-arrow span {
  margin-top: -0.12rem;
  font-size: 2rem;
  line-height: 1;
}

.home-showcase-arrow.is-prev {
  left: -0.5rem;
}

.home-showcase-arrow.is-next {
  right: -0.5rem;
}

.home-showcase-empty {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  min-height: 8rem;
  padding: 1.35rem;
  border: 1px solid #eadde2;
  border-radius: 20px;
  background: #fff9fb;
  flex-wrap: wrap;
}

.home-showcase-empty strong {
  color: #171317;
}

.home-showcase-empty span {
  color: #655c61;
}

.home-showcase-empty a {
  min-height: 44px;
  margin-left: auto;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  color: #fff;
  background: #880e4f;
  font-weight: 800;
  text-decoration: none;
}

.entrepreneur-card-page {
  scroll-margin-top: 7rem;
}

@media (max-width: 900px) {
  .home-showcase-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .home-showcase-all {
    align-self: flex-start;
  }
}

@media (max-width: 640px) {
  .home-showcases {
    padding-top: 2.5rem;
  }

  .home-showcases-shell {
    gap: 2.75rem;
  }

  .home-showcase-courses {
    padding: 1.25rem 0.85rem 1.5rem;
    border-radius: 24px;
  }

  .home-showcase-header {
    margin-bottom: 1.15rem;
  }

  .home-showcase-header h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.25rem);
  }

  .home-showcase-header p {
    font-size: 0.92rem;
  }

  .home-showcase-carousel {
    padding: 0;
  }

  .home-showcase-track {
    margin-right: -1rem;
    padding-right: 1rem;
  }

  .home-business-card,
  .home-course-card {
    flex-basis: min(78vw, 17rem);
  }

  .home-showcase-arrow {
    display: none;
  }

  .home-business-image,
  .home-course-image {
    height: 10rem;
  }

  .home-business-copy,
  .home-course-copy {
    min-height: 9.8rem;
  }

  .home-showcase-empty a {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase-track {
    scroll-behavior: auto;
  }

  .home-business-card,
  .home-course-card,
  .home-business-image > img,
  .home-course-image > img {
    transition: none;
  }
}
