﻿.member-page{
  width:min(1220px, calc(100% - 40px));
  margin:0 auto;
  padding:calc(var(--nav-h) * 2 + 28px) 0 110px;
  display:grid;
  gap:22px;
}

.member-hero{
  border:1px solid rgba(207,169,93,.24);
  border-radius:24px;
  padding:30px 30px 28px;
  background:rgba(14,17,22,.72);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.member-hero .eyebrow{
  letter-spacing:3px;
  font-size:11px;
  color:rgba(207,169,93,.85);
}

.member-hero h1{
  margin:10px 0 10px;
  color:rgba(207,169,93,.92);
  font-size:38px;
  line-height:1.24;
  letter-spacing:.1px;
  max-width:780px;
}

.member-hero .lead{
  margin:0;
  color:rgba(207,169,93,.74);
  font-size:16px;
  line-height:1.68;
  max-width:740px;
}

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

.benefit-card{
  border:1px solid rgba(207,169,93,.22);
  border-radius:18px;
  padding:18px 16px;
  background:rgba(11,14,19,.72);
  box-shadow:none;
}

.benefit-card h2{
  margin:0 0 8px;
  color:rgba(207,169,93,.95);
  font-size:19px;
  line-height:1.3;
}

.benefit-card p{
  margin:0;
  color:rgba(207,169,93,.72);
  font-size:14px;
  line-height:1.65;
}

.member-form-wrap{
  border:1px solid rgba(207,169,93,.3);
  border-radius:30px;
  padding:30px 28px;
  background:
    radial-gradient(130% 120% at 100% 0%, rgba(207,169,93,.1) 0%, rgba(207,169,93,0) 56%),
    linear-gradient(170deg, rgba(23,27,33,.9) 0%, rgba(17,20,25,.96) 100%);
}

.member-form-wrap h2{
  margin:0 0 18px;
  color:var(--gold-ivory);
  font-size:30px;
  line-height:1.2;
}

.member-form-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, .9fr);
  gap:18px;
  align-items:start;
}

.member-form{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px 16px;
}

.member-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:rgba(207,169,93,.9);
  font-size:13px;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.member-form input,
.member-form select{
  border:1px solid rgba(207,169,93,.3);
  border-radius:14px;
  background:rgba(8,11,15,.55);
  color:var(--gold-ivory);
  padding:12px 13px;
  font-size:14px;
  line-height:1.45;
  transition:border-color .25s ease, box-shadow .25s ease;
}

.member-form input::placeholder{
  color:rgba(207,169,93,.52);
}

.member-form input:focus,
.member-form select:focus{
  outline:none;
  border-color:rgba(207,169,93,.8);
  box-shadow:0 0 0 3px rgba(207,169,93,.16);
}

.member-form .check-row{
  grid-column:1 / -1;
  flex-direction:row;
  align-items:flex-start;
  gap:10px;
  text-transform:none;
  letter-spacing:.35px;
  font-size:13px;
  color:rgba(207,169,93,.8);
}

.member-form .check-row input{
  width:17px;
  height:17px;
  margin-top:1px;
  padding:0;
  accent-color:#8fa5bc;
}

.member-form .btn.primary{
  grid-column:1 / -1;
  justify-self:start;
}

.member-side{
  border:1px solid rgba(207,169,93,.26);
  border-radius:20px;
  padding:18px 16px;
  background:rgba(12,15,20,.66);
  display:grid;
  gap:12px;
}

.member-side h3{
  margin:0;
  color:var(--gold-ivory);
  font-size:20px;
  line-height:1.25;
}

.member-side p{
  margin:0;
  color:rgba(207,169,93,.78);
  font-size:14px;
  line-height:1.7;
}

.member-side ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.member-side li{
  position:relative;
  padding-left:16px;
  color:rgba(207,169,93,.8);
  font-size:13px;
  line-height:1.55;
}

.member-side li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
}

.member-side .whatsapp-cta{
  align-self:start;
}

.member-note{
  margin:12px 2px 0;
  min-height:22px;
  color:rgba(207,169,93,.72);
  font-size:13px;
  letter-spacing:.35px;
}

.member-note.is-success{
  color:#a7ffce;
}

.member-note.is-error{
  color:#ffb8b8;
}

.member-faq{
  border:1px solid rgba(207,169,93,.24);
  border-radius:24px;
  padding:20px 20px 22px;
  background:rgba(14,17,22,.76);
}

.member-faq h2{
  margin:0 0 12px;
  color:var(--gold-ivory);
  font-size:24px;
}

.member-faq-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:11px;
}

.member-faq-item{
  border:1px solid rgba(207,169,93,.22);
  border-radius:14px;
  padding:11px 12px;
  background:rgba(9,12,17,.42);
}

.member-faq-item h3{
  margin:0 0 6px;
  font-size:15px;
  color:var(--gold-ivory);
}

.member-faq-item p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:rgba(207,169,93,.78);
}

@media(max-width:1100px){
  .member-benefits{
    grid-template-columns:1fr;
  }

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

@media(max-width:768px){
  .member-page{
    width:calc(100% - 24px);
    padding:calc(var(--nav-h) * 2 + 18px) 0 84px;
    gap:14px;
  }

  .member-hero{
    border-radius:18px;
    padding:20px 16px;
  }

  .member-hero h1{
    font-size:26px;
  }

  .member-hero .lead{
    font-size:14px;
  }

  .benefit-card{
    border-radius:14px;
    padding:14px 12px;
  }

  .member-form-wrap{
    border-radius:22px;
    padding:20px 16px;
  }

  .member-form-wrap h2{
    font-size:24px;
  }

  .member-form{
    grid-template-columns:1fr;
    gap:11px;
  }

  .member-faq{
    border-radius:18px;
    padding:16px 14px 18px;
  }
}

