.club-name-main span,
.hero h1 em {
  color: var(--acc-l);
}

.club-btn,
.nav-link {
  text-decoration: none;
}
.btn-read img {
  height: 15px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .85;
}

.btn-read-div {
  width: 1px;
  height: 15px;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

.btn-read {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 6px 11px 6px 10px !important;
  border-radius: 7px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff !important;
  text-decoration: none !important;
  font-size: .85rem !important;
  font-weight: 500 !important;
  transition: background .2s !important;
  white-space: nowrap;
  cursor: pointer;
}

.btn-read:hover {
  background: rgba(255,255,255,.18);
}

.nav-sep {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,.2);
  margin: 0 4px;
  flex-shrink: 0;
}

.av-card-level,
.club-name-sub,
.goal-label {
  text-transform: uppercase;
}

.club-btn,
.view-members-btn,
body {
  font-family: var(--font-b);
}

.av-card,
.hero::before,
.save-chip,
.yearly-abs-badge {
  pointer-events: none;
}

.benefits{
list-style: none;
}

.modal-overlay,
.req-overlay {
  inset: 0;
  backdrop-filter: blur(4px);
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --dark: #1f4b50;
  --deeper: #0d2b2e;
  --mid: #2E8893;
  --tint: #5aa8b2;
  --light: #a8d5da;
  --pale: #dff0f2;
  --bg: #f5fafb;
  --acc: #F59E0B;
  --acc-l: #FBBF24;
  --ink: #0d1f21;
  --gray: #5a6e70;
  --border: #c8dfe2;
  --font-d: 'Playfair Display', Georgia, serif;
  --font-b: 'Source Sans 3', system-ui, sans-serif;
}

body {
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

.header {
  background: var(--dark);
  padding: 0 2.5rem;
  height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header nav.nav .btn-read img.logo {
  width: 54px;
  height: 15px;
}

.av-wrap,
.hero,
.hero-content {
  position: relative;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.header-left img {
  height: 36px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.header-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .22);
  flex-shrink: 0;
}

.club-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nav,
.user-avatar {
  display: flex;
  align-items: center;
}

.club-name-sub {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .45);
  line-height: 1;
}

.club-name-main {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}

.nav {
  gap: .25rem;
}

.nav-link {
  color: rgba(255, 255, 255, .75);
  padding: .6rem 1.1rem;
  border-radius: .6rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background .2s, color .2s;
  white-space: nowrap;
}

.av-wrap,
.user-avatar {
  border-radius: 50%;
  cursor: pointer;
}

.nav-link:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.card.featured .card-tag,
.nav-link.active {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}

.user-avatar {
  width: 42px;
  height: 42px;
  background: var(--acc);
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .02em;
}

.auth-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  border: none;
  font-family: var(--font-b);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.auth-btn-login {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.auth-btn-login:hover {
  background: #fff;
  color: var(--deeper);
  border-color: #fff;
}

.auth-btn-register {
  background: var(--acc);
  color: #fff;
  border: 1.5px solid transparent;
}

.auth-btn-register:hover {
  background: #d97706;
}

.hero {
  background: linear-gradient(140deg, var(--dark) 0, var(--deeper) 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 80%, rgba(90, 168, 178, .13) 0, transparent 55%), radial-gradient(circle at 82% 15%, rgba(217, 123, 42, .09) 0, transparent 50%);
}

.hero-content {
  max-width: 860px;
  margin: 0 auto;
}

.hero h1 {
  font-family: var(--font-d);
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.hero h1 em {
  font-style: normal;
  font-weight: 900;
}

.hero-desc {
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
  margin: 0 auto 2.25rem;
  font-weight: 400;
  line-height: 1.65;
}

.hero-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  margin-bottom: 2.5rem;
}

@media (max-width:560px) {
  .hero-btns {
    grid-template-columns: 1fr;
  }
}

.club-btn {
  padding: .9rem 1.5rem;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: .25s;
  cursor: pointer;
  border: none;
  width: 100%
}

.club-btn-primary {
  background: #fff;
  color: var(--deeper);
  border: 1.5px solid transparent;
}

.club-btn-primary:hover {
  background: 0 0;
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  transform: translateY(-2px);
}

.club-btn-secondary {
  background: 0 0;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .3);
}

.club-btn-secondary:hover {
  background: #fff;
  color: var(--deeper);
  border-color: #fff;
}

.members-board-wrap {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 1.75rem 2rem;
  border-radius: 1.25rem;
}

.goal-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.goal-label {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .5);
}

.goal-nums {
  font-size: .9rem;
  color: rgba(255, 255, 255, .55);
}

.goal-nums strong {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.goal-bar-track {
  height: 10px;
  background: rgba(255, 255, 255, .1);
  border-radius: 100px;
  margin-bottom: .6rem;
  overflow: hidden;
}

.goal-bar-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--tint), var(--acc-l));
  transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
}

.goal-note {
  font-size: .8rem;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 1.5rem;
}

.goal-note strong {
  color: rgba(255, 255, 255, .7);
  font-weight: 600;
}

.avatars-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow: visible;
}

.avatars-strip {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  flex-shrink: 1;
  min-width: 0;
  padding: 8px 8px 8px 0;
}

.av-wrap {
  width: 46px;
  height: 46px;
  border: 2.5px solid rgba(13, 43, 46, .85);
  margin-left: -12px;
  flex-shrink: 0;
  overflow: visible;
  transition: transform .2s, z-index;
  z-index: 1;
}

.av-card-level,
.av-card-name {
  font-weight: 700;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.av-card,
.av-card::after {
  position: absolute;
  left: 50%
}

.av-wrap:first-child {
  margin-left: 0;
}

.av-wrap:hover {
  transform: scale(1.18) translateY(-3px);
  z-index: 30;
}

.av-wrap>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%
}

.av-card {
  bottom: calc(100% + 14px);
  transform: translateX(-50%) translateY(6px);
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 12px 40px rgba(13, 27, 30, .22), 0 2px 8px rgba(0, 0, 0, .08);
  width: 230px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity .2s, transform .2s;
  z-index: 50;
}

.av-card::after {
  content: '';
  top: 100%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #fff;
}

.av-wrap:hover .av-card {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.av-card-photo,
.member-tooltip-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--pale);
}

.av-card-level,
.toggle-opt {
  border-radius: 100px;
  white-space: nowrap;
}

.av-card-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.av-card-name {
  font-size: .82rem;
  color: var(--ink);
  white-space: nowrap;
}

.av-card-level,
.card:not(.featured):not(.vershytel) .card-tag {
  background: var(--pale);
  color: var(--dark);
}

.av-card-level {
  display: inline-block;
  font-size: .58rem;
  letter-spacing: .06em;
  padding: 2px 8px;
  max-width: 100%
}

.av-card-since {
  font-size: .66rem;
  color: var(--gray);
  line-height: 1.4;
}

.view-members-btn {
  display: block;
  margin: .9rem auto 0;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  padding: .38rem 1.1rem;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .02em;
  transition: background .2s, color .2s, border-color .2s;
}

.view-members-btn:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}

.support-outer {
  padding: 5rem 0 4rem;
  max-width: 1036px;
  margin: 0 auto;
}

.support-header {
  text-align: center;
  margin-bottom: 2.25rem;
  padding: 0 1.5rem;
}

.section-title-lp {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  font-weight: 900;
  color: var(--deeper);
  line-height: 1.1;
  margin-bottom: .65rem;
}

.section-title-lp em {
  font-style: normal;
  color: var(--mid);
  font-weight: 900;
}

.section-sub-lp {
  font-size: 1rem;
  color: var(--gray);
  font-weight: 300;
  max-width: 1036px;
  margin: 0 auto;
}

.toggle-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 2.25rem;
  padding: 0 1.5rem;
}

.toggle-row .toggle-wrap {
  grid-column: 2;
}

.toggle-wrap {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 4px;
  position: relative;
  overflow: visible;
}

.toggle-opt {
  padding: 7px 18px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: 0 0;
  color: var(--gray);
  position: relative;
  z-index: 1;
  transition: color .2s;
  font-family: var(--font-b);
}

.card.featured,
.card.vershytel,
.toggle-pill {
  background: var(--dark);
}

.card-name,
.price-amount {
  font-family: var(--font-d);
}

.card.featured .card-name,
.card.featured .price-amount,
.card.vershytel .card-name,
.method-link:hover,
.mobile-nav-link.active,
.mobile-nav-link:hover,
.toggle-opt.active {
  color: #fff;
}

.toggle-pill {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  border-radius: 100px;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), width .3s;
  z-index: 0;
}

.price-save,
.save-chip,
.yearly-abs-badge {
  opacity: 0;
  transition: opacity .25s;
}

.yearly-abs-badge {
  opacity: 1 !important;
  position: absolute;
  top: -11px;
  right: -13px;
  background: var(--acc);
  color: #fff;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .01em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(245, 158, 11, .4);
  z-index: 10;
}

.card-name,
.card-tag,
.save-chip {
  font-weight: 700;
}

.card-tag,
.onetime-label {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-save.visible,
.yearly-abs-badge.active {
  opacity: 1;
}

.save-chip {
  grid-column: 3;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  font-size: .7rem;
  padding: 4px 10px;
  border-radius: 100px;
}

.row-bottom,
.row-top {
  display: grid;
  gap: 1px;
  background: var(--border);
  overflow: hidden;
}

.modal-overlay.open,
.req-overlay.open,
.save-chip.active {
  opacity: 1;
  pointer-events: auto;
}

.row-top {
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px 20px 0 0;
}

.pmpro_custom_price_card_container {
  display: none !important;
}

.row-bottom {
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0 0 20px 20px;
  margin-top: 1px;
}

.card {
  background: #fff;
  padding: 1.7rem 1.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.row-top .card:first-child {
  border-radius: 20px 0 0;
}

.row-top .card:last-child {
  border-radius: 0 20px 0 0;
}

.row-bottom .card:first-child {
  border-radius: 0 0 0 20px;
}

.row-bottom .card:last-child {
  border-radius: 0 0 20px;
}

.card.karatell {
  background: #fff;
}

.card-tag {
  display: inline-block;
  font-size: .62rem;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: .85rem;
  width: fit-content;
}

.article-tag.analytics,
.card.featured .card-tag.popular {
  background: var(--acc);
  color: #fff;
}

.card.vershytel .card-tag {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .85);
}

.card-name {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: .12rem;
  color: var(--deeper);
}

.card-price {
  margin: .85rem 0 .12rem;
}

.price-amount {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: var(--dark);
}

.card.vershytel .price-amount {
  color: var(--acc-l);
  font-size: 1.6rem;
}

.price-suffix {
  font-size: .78rem;
  color: var(--gray);
  margin-left: 2px;
}

.card.featured .price-suffix,
.card.vershytel .price-suffix {
  color: rgba(255, 255, 255, .5);
}

.price-annual {
  font-size: .73rem;
  color: var(--tint);
  margin-top: 2px;
  min-height: 1em;
}

.card.featured .bico,
.card.featured .price-annual,
.card.vershytel .bico,
.card.vershytel .price-annual {
  color: var(--light);
}

.price-save {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  font-weight: 700;
  color: #1a9a5c;
  background: #e6f7ef;
  border-radius: 100px;
  padding: 2px 8px;
  margin-top: 4px;
  min-height: 1.4em;
}

.card.featured .price-save,
.card.vershytel .price-save {
  background: rgba(110, 224, 168, .18);
  color: #7de0a8;
}

.card-divider {
  height: 1px;
  background: var(--pale);
  margin: 1rem 0;
}

.card.featured .card-divider,
.card.vershytel .card-divider {
  background: rgba(255, 255, 255, .14);
}

.benefits {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin-bottom: 1.2rem;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: .82rem;
  color: var(--gray);
  line-height: 1.4;
}

.benefit.inherited {
  opacity: .48;
}

.card.featured .benefit,
.card.vershytel .benefit {
  color: rgba(255, 255, 255, .8);
}

.card.featured .benefit.inherited,
.card.vershytel .benefit.inherited {
  opacity: .38;
}

.bico {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: var(--tint);
}

.acc-cta,
.card-cta {
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  font-family: var(--font-b);
  cursor: pointer;
  text-align: center;
}

.bico.new,
.impact-card a:hover {
  color: var(--acc);
}

.card.featured .bico.new,
.card.vershytel .bico.new {
  color: #ffd4a0;
}

.card-cta {
  display: block;
  padding: 10px;
  border-radius: 9px;
  font-size: .87rem;
  border: 1.5px solid var(--border);
  background: var(--pale);
  color: var(--dark);
  transition: .2s;
}

.custom-input,
.onetime-custom input {
  padding: 8px 12px;
  transition: border-color .2s;
  outline: 0;
}

.amt-btn.sel,
.amt-btn:hover,
.card:not(.featured):not(.vershytel) .card-cta:hover {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

.card.featured .card-cta,
.card.vershytel .card-cta {
  background: #fff;
  color: var(--dark);
  border-color: transparent;
}

.notif-btn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s;
  flex-shrink: 0
}

.notif-btn:hover {
  background: rgba(255, 255, 255, .18)
}

.notif-btn svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, .8)
}

.notif-dot {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acc);
  border: 2px solid var(--dark)
}

.user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--acc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  flex-shrink: 0
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 0
}

.notif-panel {
  display: none;
  position: absolute;
  top: calc(88px + 8px);
  right: 2.5rem;
  width: 340px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(13, 43, 46, .18);
  border: 1px solid var(--border);
  z-index: 200
}

.notif-panel.open {
  display: block
}

.notif-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1.2rem;
  border-bottom: 1px solid var(--border)
}

.notif-hdr h4 {
  font-size: .9rem;
  font-weight: 700;
  color: var(--deeper)
}

.notif-mark {
  font-size: .75rem;
  color: var(--tint);
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-b)
}

.notif-list {
  max-height: 380px;
  overflow-y: auto
}

.ni {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: .9rem 1.2rem;
  border-bottom: .5px solid var(--pale);
  cursor: pointer;
  text-decoration: none;
}

.ni:hover {
  background: var(--pale)
}

.ni.unread {
  background: #fdf8f2
}

.ni-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.ni-icon.promo {
  background: var(--acc-pale);
  color: var(--acc)
}

.ni-icon.event {
  background: var(--green-bg);
  color: var(--green)
}

.ni-icon.merch {
  background: var(--gold-bg);
  color: var(--gold)
}

.ni-icon.info {
  background: var(--pale);
  color: var(--tint)
}

.ni-icon svg {
  width: 16px;
  height: 16px
}

.ni-txt {
  flex: 1
}

.ni-txt strong {
  display: block;
  font-size: .83rem;
  color: var(--ink);
  margin-bottom: .15rem;
  font-weight: 600
}

.ni-txt span {
  font-size: .76rem;
  color: var(--gray)
}

.ni-time {
  font-size: .7rem;
  color: var(--light);
  margin-top: .2rem;
  display: block
}

.ni-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acc);
  flex-shrink: 0;
  margin-top: 5px
}

.notif-foot {
  padding: .75rem 1.2rem;
  text-align: center
}

.notif-foot a {
  font-size: .8rem;
  color: var(--tint);
  text-decoration: none
}

.card.featured .card-cta:hover,
.card.vershytel .card-cta:hover {
  background: 0 0;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .5) !important;
}

.custom-amount-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: .9rem;
}

.custom-input {
  flex: 1;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
  font-size: .95rem !important;
  font-weight: 600;
  min-width: 0;
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, .35) !important;
  font-weight: 400 !important;
}

.custom-input:focus {
  border-color: var(--acc-l) !important;
}

.all-stories-btn:hover,
.onetime-custom input:focus,
.payment-email-input:focus {
  border-color: var(--dark) !important;
}

.custom-suffix {
  font-size: .8rem;
  color: rgba(255, 255, 255, .5);
  white-space: nowrap;
}

.acc-cta {
  display: block;
  padding: 10px;
  border-radius: 9px;
  font-size: .87rem;
  border: none;
  background: var(--acc);
  color: #fff;
  transition: background .2s;
}

.acc-cta:hover,
.amt-pay:hover,
.payment-go-btn:hover {
  background: var(--acc-l);
}

.onetime-strip {
  margin-top: 1.25rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
}

.onetime-top {
  margin-bottom: 1rem;
}

.onetime-label {
  font-size: .68rem;
  font-weight: 700;
  color: var(--gray);
  margin-bottom: .25rem;
}

.onetime-title {
  font-family: var(--font-d);
  font-size: 1rem;
  color: var(--deeper);
}

.onetime-sub {
  font-size: .82rem;
  color: var(--gray);
  margin-top: .2rem;
  font-weight: 300;
}

.amt-btn,
.amt-pay,
.onetime-custom input {
  font-weight: 600;
  font-family: var(--font-b);
}

.amounts-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}

.amt-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--bg);
  color: var(--dark);
  font-size: .87rem;
  cursor: pointer;
  transition: .2s;
}

.amt-btn.custom-amt {
  border-style: dashed;
  color: var(--gray);
}

.amt-btn.custom-amt.sel {
  border-style: dashed;
  color: #fff;
}

.amt-btn.custom-amt:hover {
  color: #fff;
  border-style: solid;
}

.onetime-custom {
  display: none;
  margin-top: .7rem;
  align-items: center;
  gap: 8px;
}

.onetime-custom.visible {
  display: flex;
}

.onetime-custom input {
  flex: 1;
  max-width: 180px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--bg);
  color: var(--ink);
  font-size: .92rem;
}

.onetime-custom .oc-suffix {
  font-size: .82rem;
  color: var(--gray);
}

.onetime-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.onetime-note {
  font-size: .76rem;
  color: var(--gray);
  line-height: 1.5;
  max-width: 360px;
}

.amt-pay {
  padding: 10px 24px;
  background: var(--acc);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: .87rem;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}

.faq h2,
.impact h2,
.impact-main h3,
.modal-head h3,
.other-support h2,
.publications h2,
.stat-number {
  font-family: var(--font-d);
}

.other-support {
  background: var(--deeper);
  padding: 4rem 2rem;
}

.impact-inner,
.other-support-inner {
  max-width: 1036px;
  margin: 0 auto;
}

.other-support-head {
  text-align: center;
  margin-bottom: 2rem;
}

.other-support h2 {
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: .5rem;
}

.other-support-description {
  color: rgba(255, 255, 255, .5);
  font-size: .9rem;
}

.support-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .1);
  border-radius: 16px;
  overflow: hidden;
}

.support-method {
  background: rgba(255, 255, 255, .06);
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  transition: background .25s;
  text-decoration: none;
}

.method-link,
.view-all {
  transition: color .2s;
  text-decoration: none;
}

.support-method:hover {
  background: rgba(255, 255, 255, .11);
}

.method-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.method-icon-wrap.yt {
  background: #f44;
}

.method-icon-wrap.mb {
  background: none;
}

.method-icon-wrap.mb svg {
  width: 100%;
  height: 100%;
}

.burger-btn:hover,
.method-icon-wrap.bk {
  background: rgba(255, 255, 255, .1);
}

.method-name {
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .2rem;
}

.method-description {
  color: rgba(255, 255, 255, .45);
  font-size: .82rem;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.method-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: var(--light);
  font-weight: 600;
  font-size: .82rem;
}

.publications {
  padding: 4.5rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.publications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.publications h2 {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--deeper);
}

.view-all {
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: .4rem;
  font-weight: 600;
  font-size: .88rem;
}

.faq-item:hover .faq-question,
.view-all:hover {
  color: var(--dark);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.article-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  transition: .3s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.member-tooltip.visible,
.mobile-menu.open,
.modal-overlay.open .modal,
.req-overlay.open .req-modal {
  transform: translateY(0);
}

.article-image {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.article-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(13, 27, 30, .45) 100%);
}

.article-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .25rem .75rem;
  border-radius: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.mobile-menu,
.modal-overlay {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.article-tag.investigation {
  background: var(--tint);
  color: var(--deeper);
}

.article-content {
  padding: 1.5rem;
}

.article-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .65rem;
  line-height: 1.4;
}

.article-excerpt {
  color: var(--gray);
  font-size: .9rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.article-date {
  color: var(--gray);
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.impact {
  background: #eaf4f5;
  padding: 4.5rem 2rem;
}

.faq-header,
.impact-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.impact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(31, 75, 80, .1);
  color: var(--dark);
  padding: .4rem 1rem;
  border-radius: 2rem;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .9rem;
}

.faq h2,
.impact h2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--deeper);
  margin-bottom: .6rem;
}

.faq-sub,
.impact-desc {
  color: var(--gray);
  font-size: .95rem;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.impact-main {
  background: linear-gradient(to top, rgba(13, 43, 46, .95) 0, rgba(13, 43, 46, .65) 60%, rgba(13, 43, 46, .25) 100%), url('https://sylapravdy.com/wp-content/uploads/2026/03/dil-nujno-ratnyuk-aukcziony.png') center/cover no-repeat;
  border-radius: 16px;
  padding: 2rem;
  color: #fff;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}

.impact-tag {
  display: inline-block;
  background: var(--acc);
  color: #fff;
  padding: .3rem .8rem;
  border-radius: .4rem;
  font-size: .7rem;
  font-weight: 700;
  margin-bottom: .9rem;
  width: fit-content;
}

.impact-card a,
.read-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.impact-main h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .85rem;
  line-height: 1.3;
  color: #fff;
}

.impact-main p {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem;
  margin-bottom: .9rem;
}

.read-more {
  color: var(--light);
  font-weight: 600;
  font-size: .9rem;
  gap: .4rem;
  transition: gap .2s;
}

.read-more:hover {
  gap: .65rem;
}

.faq-list,
.impact-secondary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.impact-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.2rem;
  border: 1px solid var(--border);
  display: block;
  text-decoration: none;
}

.impact-card h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .5rem;
  line-height: 1.35;
}

.impact-card p {
  color: var(--gray);
  font-size: .82rem;
  line-height: 1.5;
  margin-bottom: .75rem;
}

.impact-card .impact-link,
.read-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.impact-card .impact-link {
  color: var(--dark);
  font-size: .82rem;
  font-weight: 600;
  gap: .3rem;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.4rem;
  text-align: center;
  border: 1px solid var(--border);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--dark);
  line-height: 1;
  margin-bottom: .4rem;
}

.all-stories-btn,
.faq-question {
  display: flex;
  font-weight: 600;
  cursor: pointer;
}

.stat-label {
  font-size: .82rem;
  color: var(--gray);
  line-height: 1.4;
}

.all-stories-btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: 0 0;
  border: 1.5px solid var(--border);
  padding: .9rem 2rem;
  border-radius: 10px;
  font-size: .9rem;
  color: var(--dark);
  margin: 1.5rem auto 0;
  transition: .3s;
  font-family: var(--font-b);
  text-decoration: none;
  width: fit-content;
}

.all-stories-btn:hover {
  background: var(--dark);
  color: #fff;
}

.faq {
  padding: 4.5rem 2rem;
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s;
}

.faq-item:hover {
  border-color: var(--tint);
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.4rem;
  font-size: .95rem;
  color: var(--ink);
  transition: color .2s;
}

.faq-question svg {
  width: 18px;
  height: 18px;
  color: var(--gray);
  transition: transform .3s;
  flex-shrink: 0;
}

.faq-item.open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s, padding .4s;
  color: var(--gray);
  padding: 0 1.4rem;
  font-size: .9rem;
  line-height: 1.6;
}

.fa-twitter:before {
  content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"
}

.fa-github:before {
  content: "\F09B"
}

.fa-unlock:before {
  content: "\F09C"
}

.fa-credit-card:before {
  content: "\F09D"
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"
}

.fa-hdd-o:before {
  content: "\F0A0"
}

.fa-bullhorn:before {
  content: "\F0A1"
}

.fa-bell:before {
  content: "\F0F3"
}

.fa-certificate:before {
  content: "\F0A3"
}

.fa-hand-o-right:before {
  content: "\F0A4"
}

.fa-hand-o-left:before {
  content: "\F0A5"
}

.fa-hand-o-up:before {
  content: "\F0A6"
}

.footer-logo {
  text-decoration: none;
}

.faq-answer ul,
.faq-answer ol,
.faq-answer blockquote,
.faq-answer table {
  padding: inherit;
}

.faq-answer p:first-child,
.faq-answer ul:first-child,
.faq-answer ol:first-child,
.faq-answer blockquote:first-child,
.faq-answer table:first-child {
  margin-top: 0;
}

.faq-answer p:last-child,
.faq-answer ul:last-child,
.faq-answer ol:last-child,
.faq-answer blockquote:last-child,
.faq-answer table:last-child {
  margin-bottom: 0;
}

.faq-answer p {
  font-size: 1em;
}

.faq-answer ul,
.faq-answer ol {
  padding-left: 1.4em;
}

.faq-answer li {
  margin-bottom: 0.3em;
}

.faq-answer blockquote {
  margin-left: 1.4em;
  border-left: 3px solid #005c6f;
  padding-left: 0.8em;
  color: #555;
}

.faq-answer table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.faq-answer table th,
.faq-answer table td {
  padding: 0.4em 0.6em;
  border: 1px solid #ddd;
  vertical-align: top;
  font-size: 0.95em;
}

.faq-answer table th {
  background: #f8f8f8;
  font-weight: bold;
  text-align: left;
}

.faq-answer img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.faq-answer hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eee;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 1.4rem 1.2rem;
}

.burger-btn {
  transition: background .2s;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 7px;
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
}

.burger-line,
.mobile-menu {
  transition: transform .28s, opacity .28s;
}

.burger-line {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transform-origin: center;
}

.burger-btn.open .burger-line:first-child {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}

.burger-btn.open .burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger-btn.open .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(4.8px, -4.8px);
}

.mobile-menu {
  top: 88px;
  left: 0;
  right: 0;
  background: var(--deeper);
  z-index: 99;
  padding: .5rem 1.5rem 1.5rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
  transform: translateY(-8px);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-link {
  display: block;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: color .18s;
}

.mobile-nav-link:last-of-type,
.req-row:last-child {
  border-bottom: none;
}

.mobile-menu-divider {
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin: .6rem 0 .75rem;
}

.mobile-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: .6rem 0;
}

.mobile-profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--acc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}

.mobile-profile-name {
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.mobile-profile-sub {
  font-size: .75rem;
  color: rgba(255, 255, 255, .45);
  margin-top: 2px;
}

@media (max-width:960px) {
  .header {
    grid-template-columns: auto 1fr auto;
    gap: .5rem;
    padding: 0 1.25rem;
  }

  .row-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .row-top .card:nth-child(3) {
    grid-column: 1/-1;
    border-radius: 0 !important;
  }

  .row-top .card:first-child {
    border-radius: 20px 0 0 !important;
  }

  .row-top .card:nth-child(2) {
    border-radius: 0 20px 0 0 !important;
  }

  .impact-grid,
  .row-bottom,
  .support-methods {
    grid-template-columns: 1fr;
  }

  .row-bottom .card:first-child {
    border-radius: 0 !important;
  }

  .row-bottom .card:last-child {
    border-radius: 0 0 20px 20px !important;
  }

  .impact-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:680px) {
  .btn-read {
    margin-top: 20px;
  }
  .header {
    grid-template-columns: 1fr auto;
  }

  .impact-stats,
  .row-top {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .burger-btn {
    display: flex;
  }

  .row-top .card:first-child {
    border-radius: 20px 20px 0 0 !important;
  }

  .row-top .card:nth-child(2),
  .row-top .card:nth-child(3) {
    border-radius: 0 !important;
  }
}

.modal-overlay {
  z-index: 1000;
  background: rgba(13, 27, 30, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: opacity .25s;
}

.member-cell img,
.modal {
  width: 100%;
  transition: transform .25s;
}

.modal {
  background: #fff;
  border-radius: 20px;
  max-width: 1036px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 80px rgba(13, 27, 30, .3);
  transform: translateY(16px);
  overflow: hidden;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.modal-head h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--deeper);
}

.modal-head-sub {
  font-size: .82rem;
  color: var(--gray);
  margin-top: 2px;
}

.modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--pale);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
  font-family: var(--font-b);
}

.modal-close:hover,
.req-modal-close:hover {
  background: var(--border);
}

.modal-body {
  overflow-y: auto;
  padding: 1.5rem 1.75rem;
  flex: 1;
}

.modal-progress {
  margin-bottom: 1.5rem;
}

.modal-prog-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .5rem;
  font-size: .82rem;
}

.member-tooltip-level,
.member-tooltip-name {
  margin-bottom: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modal-prog-label {
  color: var(--gray);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .72rem;
}

.member-tooltip-name,
.modal-prog-nums {
  color: var(--ink);
  font-weight: 700;
}

.modal-prog-nums span {
  color: var(--gray);
  font-weight: 400;
}

.modal-bar-track {
  height: 8px;
  background: var(--pale);
  border-radius: 100px;
  overflow: hidden;
}

.modal-bar-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--tint), var(--acc-l));
  width: 10%;
  transition: width .8s cubic-bezier(.4, 0, .2, 1);
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
  gap: .4rem;
}

.member-cell {
  position: relative;
  cursor: pointer;
  aspect-ratio: 1;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.member-tooltip,
.req-overlay {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.member-cell img {
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.member-cell:hover img {
  transform: scale(1.07);
}

.member-tooltip {
  z-index: 2000;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 230px;
  box-shadow: 0 12px 40px rgba(13, 27, 30, .22), 0 2px 8px rgba(0, 0, 0, .08);
  transition: opacity .15s, transform .15s;
  transform: translateY(4px);
}

.member-tooltip-level,
.payment-amount-pill {
  background: var(--pale);
  border-radius: 100px;
}

.payment-email-input,
.payment-go-btn {
  width: 100%;
  font-family: var(--font-b);
}

.member-tooltip.visible {
  opacity: 1;
}

.member-tooltip-info {
  flex: 1;
  min-width: 0;
}

.member-tooltip-name {
  font-size: .82rem;
}

.member-tooltip-level {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 2px 8px;
  color: var(--dark);
  display: inline-block;
  max-width: 100%
}

.member-tooltip-since {
  font-size: .66rem;
  color: var(--gray);
}

.payment-modal-box {
  max-width: 460px;
}

.payment-field {
  margin-bottom: 1.4rem;
}

.payment-label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .5rem;
}

.payment-amount-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dark);
  padding: 5px 14px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.payment-email-input {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  font-size: .95rem;
  outline: 0;
  transition: border-color .2s;
  color: var(--ink);
}

.payment-hint {
  font-size: .75rem;
  color: var(--gray);
  margin-top: .35rem;
}

.payment-go-btn {
  padding: 12px;
  background: var(--acc);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1,
.hero-btns,
.hero-desc,
.members-board-wrap {
  animation: .6s forwards fadeUp;
  opacity: 0;
}

.hero h1 {
  animation-delay: 50ms;
}

.hero-desc {
  animation-delay: .15s;
}

.hero-btns {
  animation-delay: .25s;
}

.members-board-wrap {
  animation-delay: .35s;
}

.req-overlay {
  z-index: 1100;
  background: rgba(13, 27, 30, .72);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s;
  padding: 1rem;
}

.req-modal {
  background: #fff;
  border-radius: 18px;
  width: max-content;
  max-width: min(860px, 96vw);
  box-shadow: 0 24px 64px rgba(13, 43, 46, .28);
  transform: translateY(14px);
  transition: transform .25s;
  overflow: hidden;
  width: 630px;
  max-width: 100%;
}

.req-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.4rem 1.6rem 1.1rem;
  border-bottom: 1px solid var(--border);
}

.req-label,
.req-modal-close {
  display: flex;
  align-items: center;
}

.req-modal-title {
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--deeper);
  line-height: 1.2;
}

.req-modal-sub {
  font-size: .8rem;
  color: var(--gray);
  margin-top: .25rem;
  line-height: 1.4;
}

.req-copy.copied,
.req-modal-close {
  color: var(--dark);
}

.req-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--pale);
  font-size: .9rem;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
  margin-left: .75rem;
  margin-top: .1rem;
}

/* ── Bank requisites: account tabs ── */
.req-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  padding: 0 1.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.req-tabs::-webkit-scrollbar {
  display: none;
}

.req-tab {
  position: relative;
  padding: .75rem 1.1rem;
  font-family: var(--font-b);
  font-size: .83rem;
  font-weight: 600;
  color: var(--gray);
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s;
}

.req-tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--dark);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transition: transform .2s;
}

.req-tab:hover {
  color: var(--dark);
}

.req-tab.active {
  color: var(--dark);
}

.req-tab.active::after {
  transform: scaleX(1);
}

/* Account panels: only active is visible */
.req-account {
  display: none;
}

.req-account.active {
  display: grid;
}

.req-grid {
  display: none;
  grid-template-columns: max-content 1fr;
}


.req-row {
  grid-column: 1/-1;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  display: flex;
}

.req-copy.copied,
.req-copy:hover {
  background: var(--pale);
  border-color: var(--tint);
}

.req-label {
  padding: 1rem 3rem 1rem 1.6rem;
  font-size: .83rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}

.req-val-wrap {
  display: flex;
  align-items: center;
}

.req-val-wrap {
  gap: .6rem;
  padding: 1rem 1.6rem 1rem 0;
}

.req-val {
  font-size: .88rem;
  color: var(--gray);
  line-height: 1.4;
}

.req-copy {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: 0 0;
  color: var(--tint);
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s, border-color .15s;
}

.req-copy svg {
  width: 13px;
  height: 13px;
  pointer-events: none;
}

.req-copy .copy-icon,
.req-copy.copied .check-icon {
  display: block;
}

.req-copy .check-icon,
.req-copy.copied .copy-icon {
  display: none;
}

.user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border-radius: .85rem;
  box-shadow: 0 8px 32px rgba(13, 43, 46, .18);
  border: 1px solid var(--border);
  z-index: 200;
  overflow: hidden;
}

.ud-hdr {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--border);
}

.ud-hdr .ud-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--acc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  flex-shrink: 0;
}

.ud-hdr .ud-info {
  min-width: 0;
  flex: 1;
}

.ud-hdr .ud-info strong {
  display: block;
  font-size: .85rem;
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ud-hdr .ud-info span {
  display: block;
  font-size: .72rem;
  color: var(--gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ud-list {
  padding: .35rem 0;
}

.ud-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  width: 100%;
  padding: .6rem 1rem;
  border: none;
  background: none;
  font-family: var(--font-b);
  font-size: .85rem;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: background .15s;
}

.ud-item.danger {
  color: #c0392b;
}

.ud-hdr .ud-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ud-item svg {
  width: 16px;
  height: 16px;
  color: var(--gray);
  flex-shrink: 0;
}

.ud-item.danger svg {
  color: #c0392b;
}

.user-dropdown.open {
  display: block;
  animation: fadeIn .18s ease;
}

.user-menu {
  position: relative;
}

.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 7px;
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  flex-shrink: 0
}

.burger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .25s
}

.burger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.burger-btn.open span:nth-child(2) {
  opacity: 0
}

.burger-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--deeper);
  z-index: 98;
  padding: .25rem 1.25rem 1.25rem;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

.mobile-menu a {
  display: block;
  padding: .85rem .25rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: color .2s
}

.mobile-menu a:last-child {
  border-bottom: none
}

.mobile-menu a.active,
.mobile-menu a:hover {
  color: #fff
}

@media(max-width:900px) {
  .header {
    padding: 0 1.5rem
  }

  .form-row,
  .social-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }

  .details-grid {
    grid-template-columns: 1fr
  }

  .events-grid {
    grid-template-columns: 1fr
  }

  .promo-grid {
    grid-template-columns: 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:640px) {
  .header {
    grid-template-columns: 1fr auto;
    height: 70px;
    padding: 0 1.25rem
  }

  .nav {
    display: none
  }

  .burger-btn {
    display: flex
  }

  .header-back {
    display: none
  }

  .notif-btn {
    width: 36px;
    height: 36px
  }

  .club-name-main {
    font-size: 1.05rem
  }

  .club-name-sub {
    display: none
  }

  .hdr-div {
    display: none
  }

  .header-left img {
    height: 36px
  }

  .main-content {
    padding: 0 .75rem;
    margin: -1.5rem auto 1.5rem;
    overflow-x: hidden;
    width: 100%
  }

  .page-header {
    padding: 1.25rem 1.25rem 3rem
  }

  .page-header h1 {
    font-size: 1.45rem
  }

  .ph-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem
  }

  .member-badge {
    font-size: .76rem;
    flex-wrap: wrap
  }

  .tabs-container {
    gap: .1rem;
    padding: .3rem
  }

  .tab-btn {
    padding: .55rem .6rem;
    font-size: .75rem;
    gap: .2rem
  }

  .tab-btn svg {
    width: 13px;
    height: 13px
  }

  .notif-panel {
    right: .75rem;
    width: calc(100vw - 1.5rem);
    top: 78px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem
  }

  .card {
    padding: 1.1rem
  }

  .sub-card {
    padding: 1.1rem
  }

  .sub-header {
    flex-direction: column
  }

  .sub-price {
    font-size: 1.8rem
  }

  .sub-actions {
    flex-direction: column
  }

  .btn-upgrade,
  .btn-cancel {
    width: 100%;
    min-width: unset
  }

  .upgrade-banner {
    flex-direction: column;
    gap: .85rem
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .social-grid {
    grid-template-columns: 1fr
  }

  .del-tabs {
    flex-wrap: wrap
  }

  .events-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: .85rem;
    padding-bottom: .5rem
  }

  .events-grid::-webkit-scrollbar {
    display: none
  }

  .event-card {
    min-width: 260px;
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
  }

  .promo-grid {
    grid-template-columns: 1fr
  }

  .details-grid {
    grid-template-columns: 1fr
  }

  .ben-grid {
    overflow: hidden
  }

  .ben-hdr {
    padding: .85rem 1rem;
    gap: .65rem
  }

  .ben-item.open .ben-body {
    padding: .1rem 1rem 1rem calc(1rem + 28px + .65rem)
  }

  .footer-col:first-child p {
    max-width: 100%
  }

  .modal {
    padding: 1.25rem
  }

  .ev-modal-body {
    padding: 1.1rem
  }

  .ev-modal-img {
    height: 150px
  }

  .ev-modal-foot {
    flex-direction: column
  }

  .ev-modal-foot .btn-cal {
    justify-content: center
  }

  /* overflow fixes */
  .page-header {
    padding: 1.25rem .75rem 3rem
  }

  .footer {
    padding: 2rem .75rem 1.5rem
  }

  .card,
  .sub-card {
    overflow-x: hidden
  }

  .history-table {
    font-size: .75rem;
    table-layout: fixed;
    width: 100%
  }

  .history-table th,
  .history-table td {
    padding: .65rem .2rem;
    word-break: break-word
  }

  .history-table th:nth-child(3),
  .history-table td:nth-child(3) {
    white-space: nowrap
  }

  .history-table th:nth-child(4),
  .history-table td:nth-child(4) {
    display: none
  }

  .notif-panel {
    position: fixed
  }

  .ph-inner {
    padding: 0
  }

  .ben-grid {
    max-width: 100% !important
  }

  .ci-row {
    flex-direction: column;
    gap: .75rem
  }
}