.hc-mc-hero {
  position: relative;
  padding-bottom: 120px;
}

.hc-mc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    #000 100%
  );
  pointer-events: none;
}

.hero-tags {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-tags span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,255,150,.08);
  color: #3cffb0;
  font-size: 14px;
  border: 1px solid rgba(0,255,150,.25);
}

.hero-tags i {
  font-size: 16px;
}

.hc-mc-hero {
  padding: 80px 0 60px;
  background:
    radial-gradient(circle at center, rgba(0,255,128,0.12), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.95)); 
  text-align: center;
}

.hc-mc-hero h1 {
  font-size: 56px;
  font-weight: 800;
  color: #eafff5;
  text-shadow: 0 0 25px rgba(0,255,170,.25);
}

.hc-mc-hero-desc {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 16px;
  color: #b9c2cc;
}

.plan-tier-selector {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 40px;
}

.plan-gama {
  margin-top: 80px;
  text-align: center;
}

.gama-selector {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.gama-selector {
  margin: 60px 0 50px;
  margin-bottom: 60px 0 50px !important;
}

.gama-btn {
  min-width: 140px;
}

.gama-btn {
  background: #0f1512;
  color: #8fa99a;
  border: 1px solid #1f2b25;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all .25s ease;
}

.gama-btn.active {
  background: linear-gradient(135deg, #00ff9c, #2ecc71);
  color: #042e1b;
  box-shadow: 0 0 25px rgba(0,255,156,.35);
}

.gama-btn:hover:not(.active) {
  color: #c9ffe8;
  border-color: #2ecc71;
}

.gama-btn .soon {
  display: block;
  font-size: 11px;
  opacity: .6;
  margin-top: 4px;
}

.gama-panel {
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
}

.gama-panel.active {
  opacity: 1;
  transform: translateY(0);
}

.gama-btn {
  transition: all .3s ease;
}

.gama-btn.active {
  transform: scale(1.05);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 28px;
  justify-content: center;
}

.plan-card {
  background: radial-gradient(
    120% 120% at 50% 0%,
    rgba(0,255,156,.08),
    #0c100e 55%
  );
  border: 1px solid #1f2b25;
  border-radius: 22px;
  padding: 34px 30px;
  text-align: center;
  position: relative;
}

.plan-card {
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.plan-card:hover {
  transform: translateY(-8px);
  transform: scale(1.03);
  border-color: #00ff9c;
  box-shadow: 0 25px 60px rgba(0,255,156,.18);
}

.plan-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #eafff6 !important;
  margin-bottom: 8px;
}

.plan-card {
  text-align: center;
}

.plan-specs {
  text-align: left;
}

.soon-box h3,
.soon-box .soon-box {
  color: #d9fff1 !important;
  opacity: 0.9;
}

.soon-box p,
.soon-box .soon-box {
  color: #d9fff1 !important;
  opacity: 0.9;
}

.plan-card.active h3 {
  color: #00ff9c;
}

.plan-card .price {
  font-size: 38px;
  font-weight: 800;
  color: #00ff9c;
}

.plan-card .price span {
  font-size: 14px;
  opacity: .6;
}

.plan-specs {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  color: #b6eedd;
}

.plan-specs li {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
}

.spec-name {
  text-align: left;
  justify-self: start;
}

.spec-value {
  justify-self: end;
  text-align: right;
}

.plan-btn {
  width: 100%;
  background: linear-gradient(135deg, #00ff9c, #2ecc71);
  color: #000000;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.plan-btn {
  margin-top: 15px;
  background: linear-gradient(135deg, #00ff9c, #2ecc71);
  color: #043824;
  font-weight: 800;
  letter-spacing: .3px;
  border-radius: 14px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,255,156,.4);
}

.plan-btn:active {
  transform: scale(0.97);
  box-shadow: 0 12px 30px rgba(0,255,156,.4) inset;
}

.plan-card.recommended {
  border-color: #00ff9c;
  box-shadow: 0 0 35px rgba(0,255,156,.15);
}

.plan-card.soon {
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(0,255,156,.10), transparent 60%),
    #0b0f0d;
  border: 1px dashed rgba(0,255,156,.35);
  opacity: 1;
}

.plan-card.soon h3 {
  color: #00ff9c;
}

.plan-card.soon p {
  color: #b6eedd;
  opacity: .8;
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #00ff9c;
  color: #043824;
  padding: 4px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.soon-box {
  max-width: 520px;
  margin: auto;
  padding: 60px;
  border-radius: 24px;
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(0,255,156,.12), transparent 60%),
    #0c100e;
  border: 1px solid #1f2b25;
  text-align: center;
}

.soon-badge {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,255,156,.15);
  color: #00ff9c;
  font-size: 13px;
  font-weight: 700;
}

.soon-box span {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(0,255,156,.12);
  color: #00ff9c;
  font-weight: 700;
}

.gama-panel {
  display: none;
}

.gama-panel.active {
  display: block;
  animation: fadeUp .35s ease;
}

section {
  padding: 80px 0;
}

.gama-selector {
  margin-top: -170px;
}

.hc-legal-hero {
  padding-bottom: 24px;
}

section:not(.hc-legal-hero) {
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-divider {
  width: 100%;
  height: 1px;
  background: rgba(169, 255, 173, 0.25);
  margin: 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
}

.gama-panel {
  display: none;
}

.gama-panel.active {
  display: block;
}

.plan-gama {
  padding: 48px 0 72px;
}

.plan-gama {
  width: 100%;
}

.gama-selector {
  margin-bottom: 32px;
}

.gama-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.plan-card {
  background: radial-gradient(
    120% 120% at 50% 0%,
    rgba(0,255,156,.08),
    #0c100e 55%
  );
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.plan-card {
  max-width: 100%;
}

.plan-btn {
  position: relative;
  min-height: 44px;
}

.plan-btn.loading {
  pointer-events: none;
  opacity: 0.85;
}

.plan-btn .dots {
  display: inline-flex;
  gap: 4px;
}

.plan-btn .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: dotPulse 1.2s infinite ease-in-out;
}

.plan-btn .dot:nth-child(2) { animation-delay: 0.15s; }
.plan-btn .dot:nth-child(3) { animation-delay: 0.3s; }

@keyframes dotPulse {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hc-mc-hero {
    padding: 60px 0 40px;
  }

  .hc-plan-price {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .plan-gama {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hc-mc-hero,
.hc-mc-hero-plans,
.hc-mc-hero-features {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.hc-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hc-mc-hero,
  .hc-mc-hero-plans,
  .hc-mc-hero-features {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.gama-selector {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

.gama-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.gama-btn {
  white-space: normal;
  padding: 14px 12px;
}

.hc-mc-hero span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hc-mc-hero span p {
  margin: 0;
  line-height: 1;
}

@media (max-width: 600px) {
  .gama-selector {
    grid-template-columns: 1fr;
  }

  .gama-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}