*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.6;
}

.prenav-nav .account-link {
  color: #00c070;
  border: 1px solid rgba(0, 192, 112, 0.4);
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-weight: 500;
}
.prenav-nav .account-link:hover {
  background: rgba(0, 192, 112, 0.1);
}
.switcher-language ul {
  list-style: none;
  display: flex;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}
.switcher-language a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  text-decoration: none;
}
.switcher-language .active span {
  color: #00c070;
  font-weight: 600;
}

/* reuse original .row pattern */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}

.nav-inner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.logo-mark {
  width: 38px;
  height: 38px;
  background: #0d2b2b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #00c070;
  font-size: 1.1rem;
  flex-shrink: 0;
  font-family: Georgia, serif;
}
.logo-text-block {
  display: flex;
  flex-direction: column;
}
.logo-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d2b2b;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.logo-tagline {
  font-size: 0.62rem;
  color: #5a5a5a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2px;
}
.logo-baseline p {
  font-size: 0.6rem;
  color: #888;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 3px 0 0;
}

.ct-main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-nav-items {
  list-style: none;
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
}

.nav-item.active .main-nav-btn::after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #009e60;
}
.main-nav-indicator {
  display: none;
}
.nav-search {
  padding-left: 0.5rem;
}
.open-search {
  background: none;
  border: none;
  cursor: pointer;
  color: #5a5a5a;
  padding: 0.4rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.open-search:hover {
  color: #009e60;
}
.progress-line {
  height: 3px;
  background: rgba(0, 158, 96, 0.08);
}
.progress-line .pgs {
  display: block;
  height: 100%;
  width: 0;
  background: #009e60;
}
.megamenu-placeholder {
  height: 0;
}
.search-result-container {
  display: none;
}
.main-nav-toggle {
  display: none;
}
.block-megamenu {
  display: none;
}

/* ══════════════════════════
         HERO HEADER
      ══════════════════════════ */
.main-header.header-page {
  background: #0d2b2b;
  position: relative;
  overflow: hidden;
}
.main-header.header-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 70% 50% at 60% 100%,
      rgba(0, 158, 96, 0.12) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 60% at 5% 50%,
      rgba(0, 158, 96, 0.06) 0%,
      transparent 60%
    );
  pointer-events: none;
}

/*     
      .breadcrumb-custom .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1.5rem;
      }
      .breadcrumb-custom ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
      }
      .breadcrumb-custom li {
        display: flex;
        align-items: center;
        font-size: 0.78rem;
        color: black;
      }
      .breadcrumb-custom li + li::before {
        content: '/';
        margin: 0 0.5rem;
        color: rgba(255, 255, 255, 0.2);
      }
      .breadcrumb-custom a {
        color: coral;
        text-decoration: none;
        transition: color 0.2s;
      }
      .breadcrumb-custom a:hover {
        color: #00c070;
      }
      .breadcrumb-custom li:last-child span {
        color: #00c070;
      } */

.col-md-10 {
  width: 100%;
  max-width: 83.33%;
}
.col-lg-8 {
  width: 100%;
  max-width: 66.67%;
}

.main-header-text {
  text-align: center;
}
.header-pretitle {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00c070;
  margin-bottom: 1rem;
}
.title-1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}

.main-header-img {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-top: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: saturate(0.4);
}
.progress-img-bg {
  display: none;
}
.hero-svg-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meta-row {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem 0 0.25rem;
}

/* ══════════════════════════
         MODULES CONTAINER
      ══════════════════════════ */
/* .modules {
        background: #ffffff;
      } */

/* ══════════════════════════
         SHARED HELPERS
      ══════════════════════════ */
.pcmls-section {
  padding: 4.5rem 1.5rem;
}
.pcmls-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-eye {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #009e60;
  margin-bottom: 0.55rem;
}
.sec-title {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  color: #0d2b2b;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.sec-sub {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.75;
  max-width: 560px;
}
.g-rule {
  width: 44px;
  height: 3px;
  background: #009e60;
  margin: 0.75rem 0 1.4rem;
  border-radius: 2px;
}
.g-rule-c {
  margin-left: auto;
  margin-right: auto;
}

/* ══════════════════════════
         STAT BAR
      ══════════════════════════ */
.stat-bar {
  background: #f2ede0;
  border-top: 1px solid #e0dbd0;
  border-bottom: 1px solid #e0dbd0;
  padding: 2.2rem 1.5rem;
}
.stat-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-item {
  text-align: center;
  padding: 0.65rem 1rem;
  position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #d0cab8;
}
.stat-val {
  font-size: 2rem;
  font-weight: 700;
  color: #0d2b2b;
  line-height: 1;
}
.stat-val sup {
  font-size: 1rem;
  vertical-align: super;
}
.stat-lbl {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-top: 0.35rem;
}

/* ══════════════════════════
         INVESTMENT PLANS
      ══════════════════════════ */
.plans-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
}
.plans-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.plans-hd {
  text-align: center;
  margin-bottom: 3.5rem;
}
.plans-hd .g-rule {
  margin: 0.75rem auto 1.4rem;
}
.plans-hd .sec-sub {
  margin: 0 auto;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.plan-card {
  background: #fff;
  border: 1.5px solid #e0dbd0;
  border-radius: 8px;
  padding: 1.75rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.3s,
    transform 0.3s,
    border-color 0.3s;
}
.plan-card:hover {
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  border-color: #009e60;
}
.plan-card.featured {
  border-color: #009e60;
  background: #f0faf5;
}
.plan-card.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 0.85rem;
  right: -2.1rem;
  background: #009e60;
  color: #fff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.2rem 2.8rem;
  transform: rotate(45deg);
}

.plan-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.9rem;
  flex-shrink: 0;
}
.icon-sv {
  background: #f0f0f0;
}
.icon-gd {
  background: #fdf5dc;
}
.icon-dm {
  background: #eef4ff;
}
.icon-ap {
  background: #e8f7f0;
}

.plan-tier {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.t-sv {
  color: #707070;
}
.t-gd {
  color: #b8860b;
}
.t-dm {
  color: #1a5fa8;
}
.t-ap {
  color: #009e60;
}

.plan-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2b2b;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.plan-focus {
  font-size: 0.79rem;
  color: #5a5a5a;
  line-height: 1.55;
  margin-bottom: 1.2rem;
  flex-shrink: 0;
}

.plan-rate-blk {
  padding: 0.9rem 0;
  border-top: 1px solid #e8e2d8;
  border-bottom: 1px solid #e8e2d8;
  margin-bottom: 1.1rem;
}
.plan-rate-num {
  font-size: 2.1rem;
  font-weight: 700;
  color: #009e60;
  line-height: 1;
}
.plan-rate-lbl {
  font-size: 0.7rem;
  color: #5a5a5a;
  letter-spacing: 0.03em;
  margin-top: 0.18rem;
}

.plan-range {
  font-size: 0.76rem;
  color: #5a5a5a;
  background: #f7f4ee;
  border: 1px solid #e0dbd0;
  border-radius: 4px;
  padding: 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  font-family: 'Inter', monospace;
}
.pr-lbl {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
}

.plan-feats {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  margin-bottom: 1.65rem;
  padding: 0;
}
.plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #3a3a3a;
  line-height: 1.5;
}
.plan-feats li::before {
  content: '✓';
  color: #009e60;
  font-weight: 700;
  font-size: 0.72rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.btn-plan {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 25px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  margin-top: auto;
}
.bp-wine {
  background: #8b1a4a;
  color: #fff;
  border-color: #8b1a4a;
}
.bp-wine:hover {
  background: #6e1239;
  border-color: #6e1239;
}
.bp-out {
  background: transparent;
  color: #0d2b2b;
  border-color: #0d2b2b;
}
.bp-out:hover {
  background: #0d2b2b;
  color: #fff;
}
.bp-green {
  background: #009e60;
  color: #fff;
  border-color: #009e60;
}
.bp-green:hover {
  background: #007a48;
  border-color: #007a48;
}

.plans-disc {
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  color: #2c2a2a;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ══════════════════════════
         ECOSYSTEM
      ══════════════════════════ */
.eco-section {
  background: #f2ede0;
  padding: 5rem 1.5rem;
  border-top: 1px solid #e0dbd0;
}
.eco-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.eco-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.prod-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.prod-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0dbd0;
  border-radius: 6px;
  padding: 1rem 1.15rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.prod-item:hover {
  border-color: #009e60;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
.prod-num {
  font-size: 0.95rem;
  font-weight: 800;
  color: #009e60;
  letter-spacing: 0.1em;
  min-width: 22px;
  margin-top: 3px;
}
.prod-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0d2b2b;
  margin-bottom: 0.18rem;
}
.prod-desc {
  font-size: 0.98rem;
  color: #5a5a5a;
  line-height: 1.55;
}

.etf-strip {
  margin-top: 1.75rem;
  background: #0d2b2b;
  border-radius: 8px;
  padding: 1.4rem 1.75rem;
  display: flex;
  gap: 1.15rem;
  align-items: center;
}
.etf-ibox {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #009e60;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.etf-t {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.2rem;
}
.etf-d {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.sec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.sec-card {
  background: #fff;
  border: 1px solid #e0dbd0;
  border-radius: 6px;
  padding: 1rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.sec-card:hover {
  border-color: #009e60;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.sec-ico {
  font-size: 1.4rem;
  margin-bottom: 0.45rem;
}
.sec-nm {
  font-size: 0.84rem;
  font-weight: 600;
  color: #0d2b2b;
  margin-bottom: 0.25rem;
}
.sec-tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009e60;
  background: #e8f7f0;
  border-radius: 3px;
  padding: 0.16rem 0.48rem;
}
.bundle-note {
  margin-top: 1.2rem;
  background: #fff;
  border: 1px solid #e0dbd0;
  border-left: 3px solid #009e60;
  border-radius: 4px;
  padding: 1.05rem 1.2rem;
}
.bundle-note-t {
  font-size: 1rem;
  font-weight: 600;
  color: #0d2b2b;
  margin-bottom: 0.25rem;
}
.bundle-note-d {
  font-size: 0.98rem;
  color: #5a5a5a;
  line-height: 1.65;
}

/* ══════════════════════════
         TOKEN
      ══════════════════════════ */
.tok-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid #e0dbd0;
}
.tok-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.tok-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}
.tok-vis {
  background: #f2ede0;
  border: 1px solid #e0dbd0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.tok-vis::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 158, 96, 0.07) 0%,
    transparent 70%
  );
}
.tok-pillars {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}
.tok-intro {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}
.tok-pillar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #f7f4ee;
  border: 1px solid #e0dbd0;
  border-radius: 6px;
  padding: 0.95rem 1.1rem;
  transition: border-color 0.2s;
}
.tok-pillar:hover {
  border-color: #009e60;
}
.tp-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: #0d2b2b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.tp-t {
  font-size: 1rem;
  font-weight: 600;
  color: #0d2b2b;
  margin-bottom: 0.18rem;
}
.tp-d {
  font-size: 0.98rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.tok-launch {
  background: #f2ede0;
  border: 1px solid #e0dbd0;
  border-left: 3px solid #009e60;
  border-radius: 4px;
  padding: 0.85rem 1.05rem;
  font-size: 0.78rem;
  color: #5a5a5a;
}
.tok-launch a {
  color: #009e60;
  text-decoration: none;
  font-weight: 600;
}

/* ══════════════════════════
         VALUE / REWARDS
      ══════════════════════════ */
.val-section {
  padding: 5rem 1.5rem;
  background: #f2ede0;
  border-top: 1px solid #e0dbd0;
}
.val-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.val-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
.val-card {
  background: #fff;
  border: 1px solid #e0dbd0;
  border-radius: 8px;
  padding: 1.75rem;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.val-card:hover {
  border-color: #009e60;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.vc-ico {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}
.vc-t {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2b2b;
  margin-bottom: 0.45rem;
}
.vc-d {
  font-size: 0.93rem;
  color: #5a5a5a;
  line-height: 1.75;
}
.vc-badge {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #009e60;
  background: #e8f7f0;
  border: 1px solid #b8e8cc;
  padding: 0.22rem 0.6rem;
  border-radius: 3px;
}

.merit-card {
  grid-column: 1 / -1;
  background: #0d2b2b;
  border-radius: 8px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: center;
}
.merit-hl {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00c070;
  margin-bottom: 0.45rem;
}
.merit-sub {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  max-width: 270px;
}
.merit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.m-chip {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  padding: 0.38rem 0.8rem;
  border-radius: 20px;
  transition: background 0.2s;
}
.m-chip::before {
  content: '✦';
  color: #00c070;
  font-size: 0.52rem;
}
.m-chip:hover {
  background: rgba(0, 192, 112, 0.1);
}

/* ══════════════════════════
         REGULATORY STRIP
      ══════════════════════════ */
.reg-strip {
  background: #fff;
  border-top: 1px solid #e0dbd0;
  border-bottom: 1px solid #e0dbd0;
  padding: 2.5rem 1.5rem;
}
.reg-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.reg-badge {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.75rem;
}
.rb-ico {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.rb-t {
  font-size: 1rem;
  font-weight: 600;
  color: #0d2b2b;
  margin-bottom: 0.2rem;
}
.rb-d {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.6;
}

/* ══════════════════════════
         CTA
      ══════════════════════════ */
.cta-section {
  background: #0d2b2b;
  padding: 5.5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 80% at 50% 50%,
    rgba(0, 158, 96, 0.09) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.cta-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-eye {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00c070;
  margin-bottom: 0.9rem;
}
.cta-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
.cta-body {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  margin-bottom: 2.25rem;
}
.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-cta-w {
  background: #8b1a4a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.88rem 2.1rem;
  border-radius: 25px;
  border: 2px solid #8b1a4a;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.btn-cta-w:hover {
  background: #6e1239;
  border-color: #6e1239;
}
.btn-cta-o {
  background: transparent;
  color: #00c070;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.88rem 2.1rem;
  border-radius: 25px;
  border: 2px solid rgba(0, 192, 112, 0.45);
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.btn-cta-o:hover {
  background: rgba(0, 192, 112, 0.1);
  border-color: #00c070;
}
.cta-disc {
  margin-top: 2rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.28);
  line-height: 1.65;
}

/* ══════════════════════════
         RESPONSIVE
      ══════════════════════════ */
@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .eco-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .tok-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .stat-bar-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .reg-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .merit-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
  .val-grid {
    grid-template-columns: 1fr;
  }
  .sec-grid {
    grid-template-columns: 1fr;
  }
  .col-md-10,
  .col-lg-8 {
    max-width: 100%;
  }
  .main-header-img {
    height: 200px;
  }
  .main-nav-items {
    display: none;
  }
  .reg-inner {
    grid-template-columns: 1fr;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fu {
  animation: fadeUp 0.6s ease forwards;
}
.fd1 {
  animation-delay: 0.05s;
  opacity: 0;
}
.fd2 {
  animation-delay: 0.18s;
  opacity: 0;
}
.fd3 {
  animation-delay: 0.32s;
  opacity: 0;
}
.fd4 {
  animation-delay: 0.48s;
  opacity: 0;
}
