.elementor-8634 .elementor-element.elementor-element-a658579{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8634 .elementor-element.elementor-element-a658579{--content-width:1600px;}}/* Start custom CSS *//* BASE --------------------------------------------------- */
.cc-membership-page {
  font-family: 'Inter', sans-serif;
  color: #111827;

  --cc-orange: #FE914D;
  --cc-yellow: #FFD05A;
  --cc-teal: #47BB8E;
  --cc-light-blue: #04A1E8;
  --cc-blue: #0058E6;
  --cc-soft-bg: #EFF4FC;
}

/* remove underlines globally */
.cc-membership-page a,
.cc-membership-page button {
  text-decoration: none !important;
}

/* Layout */
.cc-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.cc-section {
  padding: 90px 0;
}

h1, h2, h3 {
  margin-bottom: 12px;
  line-height: 1.1;
}


/* HERO --------------------------------------------------- */
.cc-hero {
  padding: 130px 0 110px;
  background: radial-gradient(circle at top left, var(--cc-soft-bg), #fff 65%);
}

.cc-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.cc-hero-title {
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  font-weight: 800;
}

.cc-hero-gradient {
  background: linear-gradient(90deg, var(--cc-teal), var(--cc-light-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc-hero-sub {
  font-size: 1.15rem;
  color: #4b5563;
  margin: 22px 0 30px;
  line-height: 1.65;
}

/* form */
.cc-form {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
}

.cc-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}

.cc-hero-note {
  font-size: 0.95rem;
  color: #6b7280;
}

/* highlight box */
.cc-hero-highlight {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px 38px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

.cc-badge {
  background: #e0f7ef;
  color: var(--cc-teal);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}

.cc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cc-list li { margin-bottom: 10px; color: #374151; }


/* BUTTONS ------------------------------------------------ */
.cc-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.25s ease;
  font-size: 1rem;
}

.cc-btn-primary {
  background: linear-gradient(90deg, var(--cc-teal), var(--cc-light-blue));
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.cc-btn-primary:hover {
  transform: translateY(-2px);
}

.cc-btn-gradient {
  background: linear-gradient(90deg, var(--cc-orange), var(--cc-yellow));
  color: #000;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
.cc-btn-gradient:hover {
  background: linear-gradient(90deg, var(--cc-teal), var(--cc-light-blue));
  color: #fff;
}


/* FREE SECTION ------------------------------------------- */
.cc-section-title {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin-bottom: 8px;
}

.cc-section-sub {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #4b5563;
  line-height: 1.7;
}

.cc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.cc-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}
.cc-card:hover { transform: translateY(-4px); }

.cc-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}



/* TRANSITION -------------------------------------------- */
.cc-transition {
  background: #FFF7EA;
  text-align: center;
  padding: 90px 0;
  color: #3a3a3a;
}


/* THE CIRCLE --------------------------------------------- */
.cc-circle-section {
  background: #FFF7EA;
}

.cc-circle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.cc-circle-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(254,145,77,0.2);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transition: 0.25s ease;
}
.cc-circle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

.cc-circle-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.cc-circle-price {
  text-align: center;
  margin-top: 50px;
}

.cc-price {
  font-size: 2.4rem;
  background: linear-gradient(90deg, var(--cc-orange), var(--cc-yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}


/* COMPARISON -------------------------------------------- */
.cc-compare {
  background: #f9fafb;
}

.cc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}

.cc-table th,
.cc-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}


/* FINAL CTA --------------------------------------------- */
.cc-final-cta {
  text-align: center;
}

.cc-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}


/* RESPONSIVE -------------------------------------------- */
@media (max-width: 900px) {
  .cc-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 640px) {
  .cc-form { flex-direction: column; }
}/* End custom CSS */