.wc300-member,
.wc300-member-login {
    --wc-member-ink: #102820;
    --wc-member-forest: #174d3c;
    --wc-member-teal: #1ba6a8;
    --wc-member-mist: #eef3ef;
    --wc-member-zing: #9acd32;
    --wc-member-sand: #f6f1e5;
    --wc-member-line: #d5dfd8;
    --wc-member-copper: #b86137;
    --wc-member-shadow: 0 24px 70px rgba(16, 40, 32, .1);
    color: var(--wc-member-ink);
    font: 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wc300-member {
    max-width: 1180px;
    margin: 0 auto;
    padding: 46px 24px 80px;
}

.wc300-member *,
.wc300-member *::before,
.wc300-member *::after,
.wc300-member-login *,
.wc300-member-login *::before,
.wc300-member-login *::after {
    box-sizing: border-box;
}

.wc300-member h1,
.wc300-member h2,
.wc300-member h3,
.wc300-member-login h2 {
    color: inherit;
    font-family: "Roboto Serif", Georgia, "Times New Roman", serif;
    font-weight: 600;
}

.wc300-member .wc300-member__hero h1 {
    max-width: 720px;
    margin: .1em 0 .2em !important;
    font-family: "Roboto Serif", Georgia, "Times New Roman", serif !important;
    font-size: clamp(2.7rem, 6vw, 5rem) !important;
    font-weight: 700 !important;
    line-height: .94 !important;
    letter-spacing: -.045em;
}

.wc300-member h2,
.wc300-member-login h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -.025em;
}

.wc300-member h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.wc300-member p,
.wc300-member-login p {
    margin: 0 0 16px;
}

.wc300-member__hero {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    padding: 42px;
    color: #fff;
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 15%, rgba(220, 233, 111, .28), transparent 26%),
        linear-gradient(135deg, #102820 0%, #174d3c 72%, #176b63 100%);
    box-shadow: var(--wc-member-shadow);
}

.wc300-member__hero::after {
    position: absolute;
    right: -45px;
    bottom: -75px;
    width: 250px;
    height: 250px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
}

.wc300-member__hero > * {
    position: relative;
    z-index: 1;
}

.wc300-member__hero p {
    max-width: 760px;
}

.wc300-member__hero-status {
    display: grid;
    justify-items: end;
    gap: 12px;
    min-width: 230px;
}

.wc300-member__eyebrow {
    margin: 0 0 10px !important;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.wc300-member-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 23px;
    color: #102820 !important;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 2px solid var(--wc-member-zing) !important;
    border-radius: 999px !important;
    background: var(--wc-member-zing) !important;
    transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wc300-member-button:hover,
.wc300-member-button:focus-visible {
    color: var(--wc-member-zing) !important;
    background: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .14);
}

.wc300-member-button.is-outline {
    color: var(--wc-member-forest) !important;
    background: #fff !important;
}

.wc300-member-button.is-outline:hover,
.wc300-member-button.is-outline:focus-visible {
    color: var(--wc-member-ink) !important;
    border-color: var(--wc-member-zing) !important;
    background: var(--wc-member-zing) !important;
}

.wc300-member-button:focus-visible,
.wc300-member-nav button:focus-visible,
.wc300-member a:focus-visible {
    outline: 3px solid #1ba6a8;
    outline-offset: 3px;
}

.wc300-member-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin: 22px 0 42px;
    padding: 8px;
    border: 1px solid var(--wc-member-line);
    border-radius: 18px;
    background: var(--wc-member-mist);
    box-shadow: 0 12px 30px rgba(16, 40, 32, .06);
}

.wc300-member-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 10px 12px;
    color: #536b60 !important;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    border: 0;
    border-radius: 13px;
    background: transparent !important;
}

.wc300-member-nav button span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid #a7bbb1;
    border-radius: 50%;
}

.wc300-member-nav button.is-active {
    color: #fff !important;
    background: var(--wc-member-forest) !important;
    box-shadow: 0 8px 18px rgba(16, 40, 32, .13);
}

.wc300-member-nav button.is-active span {
    color: var(--wc-member-ink);
    border-color: var(--wc-member-zing);
    background: var(--wc-member-zing);
}

.wc300-member-view:focus {
    outline: none;
}

.wc300-member-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.wc300-member-heading p {
    color: #61736a;
}

.wc300-member-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.wc300-member-stat {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 126px;
    padding: 20px;
    border: 1px solid var(--wc-member-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(16, 40, 32, .05);
}

.wc300-member-stat > span,
.wc300-member-count {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--wc-member-ink);
    font-size: 1.15rem;
    font-weight: 850;
    border-radius: 50%;
    background: var(--wc-member-zing);
}

.wc300-member .wc300-member-stat h3 {
    margin-bottom: 3px;
    font: 800 .95rem/1.2 system-ui, sans-serif !important;
}

.wc300-member-stat p {
    margin: 0;
    color: #61736a;
    font-size: .82rem;
}

.wc300-member-stat > a {
    color: var(--wc-member-forest);
    font-size: 1.3rem;
    text-decoration: none;
}

.wc300-member-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wc300-member-grid--account {
    grid-template-columns: repeat(2, 1fr);
}

.wc300-member-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    border: 1px solid var(--wc-member-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(16, 40, 32, .06);
}

.wc300-member-card--feature {
    background:
        radial-gradient(circle at 95% 5%, rgba(154, 205, 50, .3), transparent 32%),
        var(--wc-member-sand);
}

.wc300-member-card p {
    color: #53675e;
}

.wc300-member-card > .wc300-member-button {
    margin-top: auto;
}

.wc300-member-card--gus {
    overflow: hidden;
    padding-right: 122px;
}

.wc300-member-gus {
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 130px;
    height: 184px;
    object-fit: contain;
    object-position: center bottom;
    pointer-events: none;
}

.wc300-member-list {
    display: grid;
    gap: 14px;
}

.wc300-member-list article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid var(--wc-member-line);
    border-radius: 20px;
    background: #fff;
}

.wc300-member-list p {
    margin: 0;
    color: #61736a;
}

.wc300-member-membership-card {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 30px;
    padding: 34px;
    border: 1px solid var(--wc-member-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 96% 5%, rgba(154, 205, 50, .25), transparent 28%),
        #fff;
    box-shadow: var(--wc-member-shadow);
}

.wc300-member-membership-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.wc300-member-membership-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--wc-member-line);
}

.wc300-member-membership-card dt {
    color: #61736a;
}

.wc300-member-membership-card dd {
    margin: 0;
    font-weight: 800;
    text-align: right;
}

.wc300-member-actions {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 10px;
}

.wc300-member-info {
    margin-top: 18px;
    padding: 20px 24px;
    border-left: 5px solid var(--wc-member-zing);
    border-radius: 14px;
    background: var(--wc-member-mist);
}

.wc300-member-info p {
    margin: 3px 0 0;
}

.wc300-member-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wc300-member-benefit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    border: 1px solid var(--wc-member-line);
    border-radius: 20px;
    background: #fff;
}

.wc300-member-benefit.is-locked {
    background: #f7f9f7;
}

.wc300-member-benefit > a {
    margin-top: auto;
    color: var(--wc-member-forest);
    font-weight: 800;
    text-decoration: none;
}

body:has(.wc300-member) .entry-title,
body:has(.wc300-member-login) .entry-title {
    display: none;
}

.wc300-tool-nav {
  width: min(1060px, calc(100% - 32px));
  margin: 26px auto 18px;
  padding: 8px;
  border: 1px solid #d8e3dd;
  border-radius: 18px;
  background: #eef4f0;
  box-shadow: 0 10px 24px rgba(13, 60, 47, .08);
}

.wc300-tool-nav__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.wc300-tool-nav > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 7px;
}

.wc300-tool-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #47675e;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.wc300-tool-nav a:hover,
.wc300-tool-nav a:focus-visible,
.wc300-tool-nav a.is-active {
  background: #155a47;
  color: #fff;
  box-shadow: 0 8px 18px rgba(21, 90, 71, .18);
}

.wc300-tool-nav a span {
  color: #9bd726;
  font-size: 18px;
}

.wc300-login-page {
  width: min(1060px, calc(100% - 32px));
  margin: 46px auto 64px;
  color: #123d31;
}

.wc300-login-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  overflow: hidden;
  border: 1px solid #dbe6df;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(10, 58, 44, .14);
}

.wc300-login-card__intro {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 58px 54px 220px;
  background: linear-gradient(135deg, #0d392e 0%, #155a47 62%, #267f6e 100%);
  color: #fff;
}

.wc300-login-card__intro h1 {
  max-width: 570px;
  margin: 9px 0 18px;
  color: #fff;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
}

.wc300-login-card__intro p,
.wc300-login-card__intro li {
  color: rgba(255,255,255,.9);
}

.wc300-login-card__intro ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wc300-login-card__intro li {
  margin: 10px 0;
}

.wc300-login-card__intro li::before {
  content: "✓";
  display: inline-grid;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  background: #9bd726;
  color: #123d31;
  font-weight: 900;
}

.wc300-login-card__intro img {
  position: absolute;
  right: -8px;
  bottom: -24px;
  width: min(72%, 430px);
  height: auto;
  object-fit: contain;
}

.wc300-login-card__form {
  align-self: center;
  padding: 52px 48px;
}

.wc300-login-card__form h2 {
  margin: 0 0 24px;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: 34px;
  color: #123d31;
}

.wc300-login-card__form label {
  color: #214e42;
  font-weight: 700;
}

.wc300-login-card__form input[type="text"],
.wc300-login-card__form input[type="email"],
.wc300-login-card__form input[type="password"] {
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  border: 1px solid #c8d8d0;
  border-radius: 13px;
  background: #f9fbfa;
}

.wc300-login-card__form input[type="submit"],
.wc300-login-card__form button[type="submit"] {
  min-height: 46px;
  padding: 10px 24px;
  border: 2px solid #9bd726;
  border-radius: 999px;
  background: #9bd726;
  color: #123d31;
  font-weight: 800;
}

.wc300-login-card__help {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e3ebe7;
}

@media (max-width: 760px) {
  .wc300-tool-nav {
    overflow-x: auto;
    width: calc(100% - 24px);
    margin-top: 16px;
  }
  .wc300-tool-nav > div {
    display: flex;
    width: max-content;
  }
  .wc300-tool-nav a {
    min-width: 132px;
  }
  .wc300-login-card {
    grid-template-columns: 1fr;
  }
  .wc300-login-card__intro {
    min-height: 410px;
    padding: 38px 28px 160px;
  }
  .wc300-login-card__intro img {
    width: 66%;
  }
  .wc300-login-card__form {
    padding: 36px 28px;
  }
}

.wc300-member-pill {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: var(--wc-member-forest);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: var(--wc-member-mist);
}

.wc300-member-pill.is-active,
.wc300-member-benefit.is-available .wc300-member-pill {
    color: var(--wc-member-ink);
    background: var(--wc-member-zing);
}

.wc300-member-pill.is-explorer {
    color: #fff;
    background: var(--wc-member-teal);
}

.wc300-member-logout {
    margin-top: 24px !important;
    text-align: right;
}

.wc300-member-logout a {
    color: #7f302a;
    font-weight: 800;
}

.wc300-member-notice {
    margin: -24px 0 28px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #fff0bd;
}

.wc300-member-login {
    max-width: 760px;
    margin: 50px auto;
    padding: 42px;
    border: 1px solid var(--wc-member-line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 95% 5%, rgba(154, 205, 50, .25), transparent 32%),
        #fff;
    box-shadow: var(--wc-member-shadow);
}

@media (max-width: 900px) {
    .wc300-member-stat-grid,
    .wc300-member-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .wc300-member-grid {
        grid-template-columns: 1fr;
    }

    .wc300-member-card--gus {
        min-height: 250px;
    }

    .wc300-member-nav {
        grid-template-columns: repeat(5, minmax(130px, 1fr));
        overflow-x: auto;
        overscroll-behavior-inline: contain;
    }
}

@media (max-width: 680px) {
    .wc300-member {
        padding: 22px 14px 60px;
    }

    .wc300-member__hero {
        display: grid;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .wc300-member__hero-status {
        justify-items: start;
        min-width: 0;
    }

    .wc300-member-nav {
        margin: 16px 0 32px;
    }

    .wc300-member-stat-grid,
    .wc300-member-benefits,
    .wc300-member-grid--account {
        grid-template-columns: 1fr;
    }

    .wc300-member-card--gus {
        min-height: 280px;
        padding-right: 110px;
    }

    .wc300-member-gus {
        right: 10px;
        bottom: 70px;
        width: 92px;
        height: 130px;
    }

    .wc300-member-heading,
    .wc300-member-list article {
        align-items: start;
    }

    .wc300-member-list article {
        grid-template-columns: auto 1fr;
    }

    .wc300-member-list .wc300-member-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .wc300-member-membership-card {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .wc300-member-actions {
        grid-column: auto;
    }

    .wc300-member-actions .wc300-member-button,
    .wc300-member-card .wc300-member-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc300-member *,
    .wc300-member *::before,
    .wc300-member *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* A single, familiar account entry in Elementor's existing menu system. */
.wc300-account-menu > a {
    color: #9bd726 !important;
}

.wc300-account-menu__dropdown a {
    text-transform: none !important;
}

.wc300-account-menu__logout {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e2ebe6;
}

@media (max-width: 767px) {
    /* Comfortable, accessible tap targets throughout the mobile header menu. */
    .elementor-location-header .elementor-nav-menu--dropdown a,
    .elementor-location-header .elementor-nav-menu--dropdown .elementor-item,
    .elementor-location-header .elementor-nav-menu--dropdown .elementor-sub-item {
        box-sizing: border-box;
        min-height: 52px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        line-height: 22px !important;
    }
}
