/* Home marketing Booh Brain */

body.mnav-page {
  background: var(--bg);
}

.hero-booh {
  position: relative;
  width: 100%;
  min-height: 88vh;
  height: auto;
  padding: 100px 6% 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg.base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 90, 0.45);
  backdrop-filter: blur(1px);
  z-index: 1;
}

.hero-content.left {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 620px;
  text-align: left;
}

.hero-content h1 {
  font-size: clamp(1.75rem, 3.6vw, 2.45rem);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff;
}

.hero-tagline {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 24px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-btn {
  padding: 14px 32px;
  border-radius: 12px;
  background: linear-gradient(45deg, #00c8ff, #d200ff);
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.hm-section {
  padding: 72px 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.hm-section > h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  text-align: center;
  margin-bottom: 12px;
  color: #e7f1ff;
}

.hm-section > .hm-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* —— Cómo funciona —— */
.hm-section--how {
  max-width: none;
  padding: 0;
}

.hm-how {
  padding: 80px 20px 88px;
  max-width: 1240px;
  margin: 0 auto;
}

.hm-how__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ee8ff;
  background: rgba(0, 175, 216, 0.12);
  border: 1px solid rgba(0, 175, 216, 0.35);
}

.hm-how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.hm-how-step {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hm-how-step__top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.hm-how-step__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #05080e;
  background: linear-gradient(135deg, #00c8ff, #28e1ff);
  box-shadow: 0 0 24px rgba(0, 200, 255, 0.45);
  position: relative;
  z-index: 2;
}

.hm-how-step__connector {
  flex: 1;
  height: 3px;
  margin: 0 8px 0 12px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(0, 200, 255, 0.7), rgba(210, 0, 255, 0.5));
  opacity: 0.85;
}

.hm-how-step__card {
  flex: 1;
  padding: 28px 22px 26px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(0, 175, 216, 0.1), rgba(8, 14, 24, 0.92));
  border: 1px solid rgba(1, 191, 254, 0.28);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hm-how-step__card:hover {
  transform: translateY(-6px);
  border-color: rgba(1, 191, 254, 0.5);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(1, 191, 254, 0.12);
}

.hm-how-step:nth-child(2) .hm-how-step__card {
  border-color: rgba(40, 225, 255, 0.25);
}

.hm-how-step:nth-child(3) .hm-how-step__card {
  border-color: rgba(180, 120, 255, 0.28);
}

.hm-how-step:nth-child(4) .hm-how-step__card {
  border-color: rgba(210, 0, 255, 0.28);
}

.hm-how-step:nth-child(4) .hm-how-step__num {
  background: linear-gradient(135deg, #00c8ff, #d200ff);
}

.hm-how-step__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 175, 216, 0.14);
  border: 1px solid rgba(1, 191, 254, 0.3);
}

.hm-how-step__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 200, 255, 0.3));
}

.hm-how-step__card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.hm-how-step__card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(200, 220, 240, 0.9);
  margin: 0 0 14px;
}

.hm-how-step__detail {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7ee8ff;
  padding-top: 12px;
  border-top: 1px solid rgba(1, 191, 254, 0.2);
}

@media (max-width: 1024px) {
  .hm-how__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .hm-how-step__connector {
    display: none;
  }
}

@media (max-width: 600px) {
  .hm-how {
    padding: 64px 16px 72px;
  }

  .hm-how__steps {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 12px;
    border-left: 3px solid rgba(0, 200, 255, 0.35);
  }

  .hm-how-step {
    padding: 0 0 32px 20px;
    position: relative;
  }

  .hm-how-step:last-child {
    padding-bottom: 0;
  }

  .hm-how-step__top {
    position: absolute;
    left: -30px;
    top: 0;
    margin: 0;
  }

  .hm-how-step__num {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .hm-how-step__connector {
    display: none;
  }
}

.hm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.hm-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.hm-card:hover {
  border-color: rgba(0, 175, 216, 0.45);
  transform: translateY(-2px);
}

.hm-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 175, 216, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hm-card h3 {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #e7f1ff;
}

.hm-card .hm-price {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--booh-blue);
  margin-bottom: 6px;
}

.hm-card p {
  font-size: 0.85rem;
  line-height: 1.45;
}

.hm-pack-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(0, 175, 216, 0.15);
  color: var(--accent);
}

.hm-cta-band {
  text-align: center;
  padding: 56px 24px;
  margin: 0 20px 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(0, 175, 216, 0.12), rgba(210, 0, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hm-cta-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #e7f1ff !important;
  background: none !important;
  -webkit-text-fill-color: #e7f1ff !important;
}

.hm-cta-band p {
  margin-bottom: 24px;
}

.hm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hm-cta-actions a {
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
}

.hm-cta-primary {
  background: linear-gradient(45deg, #00c8ff, #d200ff);
  color: #fff;
}

.hm-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #e7f1ff;
}

.hm-section--alt {
  background: rgba(255, 255, 255, 0.02);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hm-section--alt .hm-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: none;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.55;
  opacity: 0.8;
  max-width: 280px;
}

.hm-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.hm-section-head .hm-pack-badge {
  margin-bottom: 14px;
}

.hm-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #e7f1ff !important;
  background: none !important;
  -webkit-text-fill-color: #e7f1ff !important;
}

.hm-lead--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.hm-section--band {
  background: rgba(255, 255, 255, 0.02);
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

/* —— Inteligencia operativa (copiloto) —— */
.hm-section--copilot {
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hm-copilot {
  position: relative;
  padding: 88px 20px 96px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(1, 191, 254, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(210, 0, 255, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(4, 12, 28, 0.95) 0%, rgba(8, 14, 24, 1) 100%);
  border-top: 1px solid rgba(1, 191, 254, 0.25);
  border-bottom: 1px solid rgba(1, 191, 254, 0.12);
}

.hm-copilot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2301bffe' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.hm-copilot__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
}

.hm-copilot__badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7ee8ff;
  background: rgba(1, 191, 254, 0.12);
  border: 1px solid rgba(1, 191, 254, 0.45);
  box-shadow: 0 0 32px rgba(1, 191, 254, 0.2);
}

.hm-copilot__head h2 {
  margin-bottom: 12px;
}

.hm-copilot__lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: rgba(231, 241, 255, 0.88);
  margin: 0;
}

.hm-copilot__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
}

.hm-copilot-card {
  position: relative;
  text-align: center;
  padding: 40px 28px 36px;
  border-radius: 24px;
  background: rgba(6, 14, 28, 0.75);
  border: 1px solid rgba(1, 191, 254, 0.28);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hm-copilot-card:hover {
  transform: translateY(-8px);
  border-color: rgba(1, 191, 254, 0.55);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(1, 191, 254, 0.15);
}

.hm-copilot-card__icon {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-copilot-card__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(1, 191, 254, 0.5), rgba(210, 0, 255, 0.35), rgba(1, 191, 254, 0.5));
  opacity: 0.35;
  animation: hm-copilot-pulse 4s ease-in-out infinite;
}

.hm-copilot-card__icon::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(1, 191, 254, 0.2), rgba(13, 22, 35, 0.95));
  border: 1px solid rgba(1, 191, 254, 0.35);
  box-shadow: 0 0 40px rgba(1, 191, 254, 0.25);
}

.hm-copilot-card__icon img {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 200, 255, 0.35));
}

.hm-copilot-card--brain .hm-copilot-card__ring {
  background: conic-gradient(from 120deg, rgba(210, 0, 255, 0.55), rgba(1, 191, 254, 0.4), rgba(210, 0, 255, 0.55));
}

.hm-copilot-card--brain {
  border-color: rgba(210, 0, 255, 0.3);
}

.hm-copilot-card--brain:hover {
  border-color: rgba(210, 0, 255, 0.55);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(210, 0, 255, 0.18);
}

.hm-copilot-card--brain .hm-copilot-card__icon::after {
  background: linear-gradient(145deg, rgba(210, 0, 255, 0.18), rgba(13, 22, 35, 0.95));
  border-color: rgba(210, 0, 255, 0.35);
  box-shadow: 0 0 40px rgba(210, 0, 255, 0.2);
}

.hm-copilot-card--exec .hm-copilot-card__ring {
  background: conic-gradient(from 240deg, rgba(0, 200, 255, 0.5), rgba(255, 120, 200, 0.35), rgba(0, 200, 255, 0.5));
}

.hm-copilot-card--exec:hover {
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 200, 255, 0.2);
}

.hm-copilot-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ee8ff;
  background: rgba(1, 191, 254, 0.14);
  border: 1px solid rgba(1, 191, 254, 0.35);
}

.hm-copilot-card--brain .hm-copilot-card__tag {
  color: #e8b6ff;
  background: rgba(210, 0, 255, 0.14);
  border-color: rgba(210, 0, 255, 0.35);
}

.hm-copilot-card--exec .hm-copilot-card__tag {
  color: #b8ffe8;
  background: rgba(0, 220, 180, 0.12);
  border-color: rgba(0, 220, 180, 0.35);
}

.hm-copilot-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}

.hm-copilot-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(200, 220, 240, 0.85);
  margin: 0;
}

@keyframes hm-copilot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.5;
  }
}

@media (max-width: 960px) {
  .hm-copilot__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 24px;
  }

  .hm-copilot {
    padding: 72px 20px 80px;
  }

  .hm-copilot__head {
    margin-bottom: 44px;
  }

  .hm-copilot-card__icon {
    width: 120px;
    height: 120px;
  }

  .hm-copilot-card__icon img {
    width: 72px;
    height: 72px;
  }
}

.hm-card-extra {
  margin-top: 8px;
  font-size: 0.8rem;
  color: var(--accent);
  line-height: 1.4;
}

.hm-terminals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.hm-terminal-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(8, 14, 24, 0.85);
  border: 1px solid rgba(1, 191, 254, 0.25);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hm-terminal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(1, 191, 254, 0.5);
}

.hm-terminal-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: rgba(0, 175, 216, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-terminal-card h3 {
  font-size: 1.25rem;
  color: #e7f1ff;
  margin-bottom: 6px;
}

.hm-terminal-card__price {
  font-size: 0.85rem;
  font-weight: 700;
  color: #5ae0a0;
  margin-bottom: 12px;
}

.hm-terminal-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.hm-terminal-card__ai {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: #9fe8ff;
  line-height: 1.45;
}

.hm-note {
  text-align: center;
  margin-top: 28px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hm-note a {
  color: var(--accent);
}

.hm-pack-badge--brain {
  background: rgba(1, 191, 254, 0.18);
  color: #9fe8ff;
}

.hm-pack-badge--term {
  background: rgba(90, 224, 160, 0.15);
  color: #5ae0a0;
}

.hm-pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 32px;
}

.hm-pack-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(8, 14, 24, 0.88);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hm-pack-card--brain {
  border: 1px solid rgba(1, 191, 254, 0.22);
}

.hm-pack-card--brain:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(1, 191, 254, 0.45);
}

.hm-pack-card--people {
  border: 1px solid rgba(210, 0, 255, 0.22);
}

.hm-pack-card--people:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(210, 0, 255, 0.45);
}

.hm-pack-card--finance {
  border: 1px solid rgba(255, 200, 80, 0.22);
}

.hm-pack-card--finance:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 200, 80, 0.45);
}

.hm-pack-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-pack-card--brain .hm-pack-card__icon {
  background: linear-gradient(145deg, rgba(1, 191, 254, 0.15), rgba(210, 0, 255, 0.08));
}

.hm-pack-card--people .hm-pack-card__icon {
  background: linear-gradient(145deg, rgba(210, 0, 255, 0.14), rgba(1, 191, 254, 0.06));
}

.hm-pack-card--finance .hm-pack-card__icon {
  background: linear-gradient(145deg, rgba(255, 200, 80, 0.14), rgba(1, 191, 254, 0.06));
}

.hm-pack-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hm-pack-card--brain .hm-pack-card__tag {
  color: #c8b6ff;
  background: rgba(210, 0, 255, 0.12);
  border: 1px solid rgba(210, 0, 255, 0.25);
}

.hm-pack-card--people .hm-pack-card__tag {
  color: #e8a8ff;
  background: rgba(210, 0, 255, 0.14);
  border: 1px solid rgba(210, 0, 255, 0.3);
}

.hm-pack-card--finance .hm-pack-card__tag {
  color: #ffe08a;
  background: rgba(255, 200, 80, 0.12);
  border: 1px solid rgba(255, 200, 80, 0.28);
}

.hm-pack-card h3 {
  font-size: 1.2rem;
  color: #e7f1ff;
  margin-bottom: 10px;
}

.hm-pack-card p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

.hm-pack-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 20px;
}

.hm-pack-offer--brain {
  background: linear-gradient(120deg, rgba(1, 191, 254, 0.14), rgba(210, 0, 255, 0.08));
  border: 1px solid rgba(1, 191, 254, 0.35);
}

.hm-pack-offer--people {
  background: linear-gradient(120deg, rgba(210, 0, 255, 0.12), rgba(1, 191, 254, 0.06));
  border: 1px solid rgba(210, 0, 255, 0.32);
}

.hm-pack-offer--finance {
  background: linear-gradient(120deg, rgba(255, 200, 80, 0.12), rgba(1, 191, 254, 0.05));
  border: 1px solid rgba(255, 200, 80, 0.3);
}

.hm-pack-offer__copy {
  flex: 1;
  min-width: 220px;
  text-align: left;
}

.hm-pack-offer__copy strong {
  display: block;
  font-size: 1.15rem;
  color: #e7f1ff;
  margin-bottom: 6px;
}

.hm-pack-offer__copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.hm-pack-offer__note {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #7f95af;
}

.hm-pack-offer__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.hm-pack-offer .hm-cta-inline {
  margin-left: 0;
}

.hm-pack-badge--people {
  background: rgba(210, 0, 255, 0.12);
  color: #e8a8ff;
}

.hm-pack-badge--finance {
  background: rgba(255, 200, 80, 0.12);
  color: #ffd966;
}

.hm-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.hm-benefit {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-benefit__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(210, 0, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-benefit h3 {
  font-size: 0.95rem;
  color: #e7f1ff;
  margin-bottom: 4px;
}

.hm-benefit p {
  font-size: 0.85rem;
  line-height: 1.45;
}

.hm-pack-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 36px;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(0, 175, 216, 0.08);
  border: 1px solid rgba(1, 191, 254, 0.2);
}

.hm-pack-cta--center {
  justify-content: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hm-pack-cta--compact .hm-pack-cta__hint {
  flex: 1;
  min-width: 200px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.hm-pack-cta__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.hm-offer-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ae0a0, #01bffe);
  color: #05080e;
}

.hm-price-now {
  font-size: 1.35rem;
  font-weight: 800;
  color: #e7f1ff;
}

.hm-price-was {
  font-size: 1rem;
  color: #6b849c;
  text-decoration: line-through;
}

.hm-cta-inline {
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(45deg, #00c8ff, #01bffe);
  color: #05080e;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  margin-left: auto;
}

.hm-cta-inline:hover {
  filter: brightness(1.08);
  color: #05080e;
}

.hm-pricing {
  padding-bottom: 48px;
}

.hm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.hm-pricing-card {
  padding: 28px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.hm-pricing-card--featured {
  border-color: rgba(1, 191, 254, 0.45);
  background: linear-gradient(160deg, rgba(1, 191, 254, 0.12), rgba(8, 14, 24, 0.95));
  box-shadow: 0 12px 36px rgba(1, 191, 254, 0.15);
}

.hm-pricing-card h3 {
  font-size: 1.2rem;
  color: #e7f1ff;
  margin-bottom: 12px;
}

.hm-pricing-card__price {
  margin-bottom: 14px;
}

.hm-pricing-card p {
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 3.2em;
}

.hm-pricing-card__btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #e7f1ff;
  font-weight: 600;
  text-decoration: none;
}

.hm-pricing-card--featured .hm-pricing-card__btn {
  background: linear-gradient(45deg, #00c8ff, #d200ff);
  border: none;
  color: #fff;
}

.hm-grid--finance {
  max-width: 900px;
  margin: 0 auto 8px;
}

@media (max-width: 768px) {
  .hero-booh {
    padding: 88px 20px 64px;
    min-height: auto;
  }

  .hero-actions {
    gap: 10px;
  }

  .hm-cta-inline {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hm-pack-cta {
    flex-direction: column;
    align-items: stretch;
  }
}
