/* Start custom CSS for section, class: .elementor-element-ef2ea79 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Lato:wght@300;400;700&display=swap');

.gd-join-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0 60px;
  font-family: 'Lato', sans-serif;
}

/* ── Header ── */
.gd-join-header {
  text-align: center;
  margin-bottom: 52px;
}

.gd-join-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.gd-join-header p {
  font-size: 0.9rem;
  color: #999;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

/* ── Section titles ── */
.gd-section-title {
  text-align: center;
  margin-bottom: 28px;
}

.gd-section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.gd-section-title p {
  font-size: 0.78rem;
  color: #aaa;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

/* ── Cards grid ── */
.gd-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

.gd-plan-card {
  border: 1.5px solid #e8e8e8;
  padding: 32px 24px 28px;
  text-align: center;
  position: relative;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gd-plan-card:hover {
  border-color: #1a1a1a;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.gd-plan-card.featured {
  border-color: #1a1a1a;
}

.gd-plan-card.featured-mp {
  border-color: #009ee3;
}

.gd-plan-card.featured-mp:hover {
  border-color: #009ee3;
  box-shadow: 0 4px 24px rgba(0,158,227,0.12);
}

/* ── Badges ── */
.gd-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 14px;
  white-space: nowrap;
}

.gd-plan-badge.gd-plan-badge-mp {
  background: #009ee3;
}

.gd-plan-name {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 16px;
}

.gd-plan-price {
  margin-bottom: 6px;
}

.gd-plan-price .amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1;
}

.gd-plan-price .currency {
  font-size: 1rem;
  color: #888;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}

.gd-plan-price .period {
  font-size: 0.78rem;
  color: #aaa;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.gd-plan-original {
  font-size: 0.8rem;
  color: #ccc;
  text-decoration: line-through;
  margin-bottom: 4px;
  height: 18px;
}

.gd-plan-discount {
  font-size: 0.72rem;
  font-weight: 700;
  color: #2e7d32;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  height: 18px;
}

.gd-plan-divider {
  height: 1px;
  background: #f0f0f0;
  margin-bottom: 24px;
}

.gd-plan-desc {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.6;
  margin-bottom: 28px;
  min-height: 52px;
}

/* ── Buttons ── */
.btn-paypal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  background: #FFC43A;
  color: #1C1C1C;
  text-decoration: none;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  box-sizing: border-box;
}

.btn-paypal:hover {
  background: #f0b800;
  transform: translateY(-1px);
  color: #1C1C1C;
  text-decoration: none;
}

.btn-mp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  background: #009ee3;
  color: #fff;
  text-decoration: none;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  box-sizing: border-box;
}

.btn-mp:hover {
  background: #0082be;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

/* ── Divider between sections ── */
.gd-section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 48px;
}

.gd-section-divider::before,
.gd-section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.gd-section-divider span {
  font-size: 0.65rem;
  color: #ccc;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Fine print ── */
.gd-fine-print {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #f0f0f0;
}

.gd-fine-print p {
  font-size: 0.75rem;
  color: #bbb;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
  letter-spacing: 0.02em;
}

.gd-fine-print a {
  color: #999;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .gd-plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gd-join-header h1 {
    font-size: 1.8rem;
  }
}/* End custom CSS */