/* ==================================================
C2 TIDES MEMBERSHIP
================================================== */

.c2-membership {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
  background:
    radial-gradient(
      circle at 95% 50%,
      rgba(41, 169, 183, 0.1),
      transparent 28%
    ),
    #faf8f3;
}

.c2-membership-inner {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(330px, 0.75fr);
  gap: 70px;
  align-items: center;
}

/* LEFT */

.c2-membership-copy {
  min-width: 0;
}

.c2-membership-eyebrow {
  margin-bottom: 18px;
  color: #f47721;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.c2-membership-eyebrow span {
  padding: 0 8px;
}

.c2-membership-copy h2 {
  margin: 0;
  color: #06284a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.c2-membership-lead {
  max-width: 750px;
  margin: 24px 0 14px;
  color: #169cb2;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
}

.c2-membership-description {
  max-width: 730px;
  margin: 0;
  color: #173b5b;
  font-size: 16px;
  line-height: 1.6;
}

/* BENEFITS */

.c2-membership-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.c2-membership-benefit {
  min-height: 150px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #e6ddd2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}

.c2-membership-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f4f4;
  font-size: 23px;
}

.c2-membership-benefit h3 {
  margin: 2px 0 7px;
  color: #06284a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.c2-membership-benefit p {
  margin: 0;
  color: #526b7d;
  font-size: 13px;
  line-height: 1.5;
}

/* BUTTONS */

.c2-membership-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.c2-membership-primary,
.c2-membership-secondary {
  min-height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: 0.2s ease;
}

.c2-membership-primary:hover,
.c2-membership-secondary:hover {
  transform: translateY(-2px);
}

.c2-membership-primary {
  color: white;
  border: 1px solid #159cb1;
  background: linear-gradient(90deg, #159cb1, #1cb7c0);
}

.c2-membership-secondary {
  color: #159cb1;
  border: 1px solid #159cb1;
  background: transparent;
}

/* RIGHT PRICING */

.c2-membership-pricing {
  display: flex;
  justify-content: center;
}

.c2-membership-price-card {
  width: 100%;
  max-width: 390px;
  padding: 27px 26px 22px;
  text-align: center;
  border: 1px solid #ddd8d2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 15px 40px rgba(6, 40, 74, 0.09);
}

.c2-membership-only {
  color: #169cb2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25em;
}

.c2-membership-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 3px;
  color: #06284a;
}

.c2-membership-dollar {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
}

.c2-membership-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 88px;
  line-height: 1;
}

.c2-membership-month {
  margin-left: 7px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
}

.c2-membership-shipping {
  margin: 8px 0 18px;
  color: #173b5b;
  font-size: 14px;
  line-height: 1.5;
}

.c2-membership-shipping strong {
  color: #169cb2;
}

.c2-membership-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.c2-membership-divider span {
  height: 1px;
  background: #8dd4da;
}

.c2-membership-divider i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f47721;
}

/* CREDIT */

.c2-membership-credit {
  padding: 20px;
  border: 1px solid #8bd5db;
  border-radius: 10px;
  background: linear-gradient(145deg, #eef9f9, #fbfefe);
}

.c2-membership-credit-label {
  color: #169cb2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.c2-membership-credit-price {
  margin: 4px 0;
  color: #159fb1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 72px;
  line-height: 1;
}

.c2-membership-credit h3 {
  margin: 7px 0;
  color: #06284a;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.c2-membership-credit p {
  margin: 0;
  color: #173b5b;
  font-size: 14px;
  line-height: 1.45;
}

/* ==================================================
TABLET
================================================== */

@media (max-width: 1000px) {
  .c2-membership-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .c2-membership-price-card {
    max-width: 520px;
  }
}

/* ==================================================
MOBILE
================================================== */

@media (max-width: 700px) {
  .c2-membership {
    padding: 40px 0;
  }

  .c2-membership-inner {
    width: calc(100% - 28px);
    gap: 24px;
  }

  .c2-membership-eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .c2-membership-copy h2 {
    font-size: 42px;
    line-height: 1.02;
  }

  .c2-membership-lead {
    margin-top: 17px;
    font-size: 17px;
  }

  .c2-membership-description {
    font-size: 14px;
  }

  .c2-membership-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 23px;
  }

  .c2-membership-benefit {
    min-height: 0;
    padding: 13px 14px;
    align-items: center;
  }

  .c2-membership-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .c2-membership-benefit h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .c2-membership-benefit p {
    font-size: 12px;
  }

  .c2-membership-price-card {
    width: 100%;
    max-width: none;
  }

  .c2-membership-number {
    font-size: 76px;
  }

  .c2-membership-dollar {
    font-size: 34px;
  }

  .c2-membership-credit-price {
    font-size: 64px;
  }

  .c2-membership-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .c2-membership-primary,
  .c2-membership-secondary {
    width: 100%;
  }
}
