:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1e1d2d9 */.sigc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f5f1e8; /* Fallback/background tint */
}

.sigc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image: url("https://sanibelislandgc.com/wp-content/uploads/2026/03/slide.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0.18; /* Adjust between 0 and 1 */
}


.sigc-membership {
    --sigc-orange: #eb5f14;
    --sigc-white: #ffffff;
    --sigc-ink: #18211d;
    --sigc-muted: #64706a;
    --sigc-soft: #f7f7f4;
    --sigc-line: #e8e5df;
    --sigc-shadow: 0 18px 45px rgba(24, 33, 29, 0.09);
    color: var(--sigc-ink);
   
    line-height: 1.6;
  }

  .sigc-membership *,
  .sigc-membership *::before,
  .sigc-membership *::after {
    box-sizing: border-box;
  }

  .sigc-membership a {
    color: inherit;
  }

  .sigc-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
  }

  .sigc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--sigc-orange);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .sigc-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    background: currentColor;
  }

  .sigc-title {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .sigc-copy {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--sigc-muted);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
  }

  .sigc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .sigc-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease,
      border-color 180ms ease, color 180ms ease;
  }

  .sigc-btn:hover {
    transform: translateY(-2px);
  }

  .sigc-btn:focus-visible {
    outline: 3px solid rgba(235, 95, 20, 0.28);
    outline-offset: 3px;
  }

  .sigc-btn--orange {
    background: var(--sigc-orange);
    color: var(--sigc-white) !important;
  }

  .sigc-btn--orange:hover {
    background: #d9510c;
  }

  .sigc-btn--light {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.1);
    color: var(--sigc-white) !important;
  }

  .sigc-btn--light:hover {
    background: var(--sigc-white);
    color: var(--sigc-orange) !important;
  }

  /* SECTION 1: INTRO */
  .sigc-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 10vw, 132px) 0;
    background:
      radial-gradient(circle at 85% 20%, rgba(235, 95, 20, 0.12), transparent 32%),
      linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #fff6f0 100%);
  }

  .sigc-hero::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 75px solid rgba(235, 95, 20, 0.08);
    border-radius: 50%;
    pointer-events: none;
  }

  .sigc-hero__inner {
    position: relative;
    z-index: 1;
  }

  .sigc-hero__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    color: var(--sigc-muted);
    font-size: 0.88rem;
    font-weight: 650;
  }

  .sigc-hero__note span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sigc-orange);
  }

  /* SECTION 2: MEMBERSHIP CARDS */
  .sigc-plans {
    padding: clamp(70px, 9vw, 112px) 0;
    background: var(--sigc-soft);
  }

  .sigc-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 38px;
  }

  .sigc-section-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .sigc-section-head p {
    max-width: 480px;
    margin: 0;
    color: var(--sigc-muted);
  }

  .sigc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .sigc-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--sigc-line);
    border-radius: 22px;
    background: var(--sigc-white);
    box-shadow: 0 10px 28px rgba(24, 33, 29, 0.05);
  }

  .sigc-card--featured {
    border-color: var(--sigc-orange);
    box-shadow: var(--sigc-shadow);
  }

  .sigc-card--featured::before {
    content: "Most flexible";
    position: absolute;
    top: 18px;
    right: -38px;
    width: 150px;
    padding: 6px 0;
    background: var(--sigc-orange);
    color: var(--sigc-white);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(38deg);
  }

  .sigc-card__label {
    margin: 0 0 12px;
    color: var(--sigc-orange);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .sigc-card h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.15;
  }

  .sigc-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 24px 0;
  }

  .sigc-price {
    padding: 14px;
    border-radius: 14px;
    background: var(--sigc-soft);
  }

  .sigc-price span {
    display: block;
    color: var(--sigc-muted);
    font-size: 0.74rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .sigc-price strong {
    display: block;
    margin-top: 3px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .sigc-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    color: var(--sigc-muted);
    list-style: none;
  }

  .sigc-card li {
    position: relative;
    padding-left: 24px;
  }

  .sigc-card li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--sigc-orange);
    font-weight: 900;
  }

  .sigc-card .sigc-btn {
    width: 100%;
    margin-top: auto;
  }

  /* SECTION 3: CTA */
  .sigc-cta {
    padding: clamp(64px, 8vw, 100px) 0;
    background: var(--sigc-white);
  }

  .sigc-cta__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
    gap: 36px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 68px);
    border-radius: 28px;
    background: var(--sigc-orange);
    color: var(--sigc-white);
  }

  .sigc-cta__panel::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -125px;
    width: 330px;
    height: 330px;
    border: 56px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
  }

  .sigc-cta__content,
  .sigc-cta__meta {
    position: relative;
    z-index: 1;
  }

  .sigc-cta h2 {
    max-width: 650px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  .sigc-cta p {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
  }

  .sigc-cta__meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
  }

  .sigc-cta__meta span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .sigc-cta__meta strong {
    margin: 5px 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1;
  }

  .sigc-cta__meta small {
    color: rgba(255, 255, 255, 0.78);
  }

  @media (max-width: 900px) {
    .sigc-grid {
      grid-template-columns: 1fr;
    }

    .sigc-section-head,
    .sigc-cta__panel {
      grid-template-columns: 1fr;
    }

    .sigc-section-head {
      align-items: start;
      flex-direction: column;
    }
  }

  @media (max-width: 600px) {
    .sigc-container {
      width: min(100% - 24px, 1160px);
    }

    .sigc-card {
      padding: 24px;
      border-radius: 18px;
    }

    .sigc-price-row {
      grid-template-columns: 1fr;
    }

    .sigc-actions,
    .sigc-actions .sigc-btn {
      width: 100%;
    }

    .sigc-cta__panel {
      padding: 30px 22px;
      border-radius: 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .sigc-btn {
      transition: none;
    }

    .sigc-btn:hover {
      transform: none;
    }
  }
  
  /* CENTER HERO CONTENT */
.sigc-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sigc-hero .sigc-title,
.sigc-hero .sigc-copy {
  margin-left: auto;
  margin-right: auto;
}

.sigc-hero .sigc-copy {
  max-width: 680px;
}

.sigc-hero .sigc-actions {
  justify-content: center;
}

.sigc-hero__note {
  justify-content: center;
}


/* MEMBERSHIP SECTION HEADING: ONE COLUMN + CENTERED */
.sigc-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.sigc-section-head h2,
.sigc-section-head p {
  margin-left: auto;
  margin-right: auto;
}

.sigc-section-head h2 {
  max-width: 760px;
}

.sigc-section-head p {
  max-width: 620px;
}/* End custom CSS */