/* =========================================================
   FootValue Register — FINAL V1
   Dedicated stylesheet extracted from register.html
   Desktop / Tablet / Mobile
   ========================================================= */

:root{
  --fv-bg:#060c09;
  --fv-bg2:#07100c;
  --fv-cream:#f4efe5;
  --fv-muted:#cfc8ba;
  --fv-soft:#9f988b;
  --fv-green:#39ff96;
  --fv-green2:#24d973;
  --fv-gold:#ffe8ac;
  --fv-red:#ff8f8f;
  --fv-line:rgba(244,239,229,.13);
  --fv-panel:rgba(244,239,229,.055);
  --fv-panel2:rgba(244,239,229,.085);
}

.register-premium-conversion main{
  background:var(--fv-bg);
}

.register-premium-conversion *{
  box-sizing:border-box;
}

.register-shell{
  position:relative;
  min-height:calc(100vh - 74px);
  overflow:hidden;
  padding:68px 0 76px;
  border-bottom:1px solid rgba(244,239,229,.07);
  background:
    radial-gradient(circle at 16% 12%,rgba(57,255,150,.16),transparent 34%),
    radial-gradient(circle at 86% 8%,rgba(255,232,172,.10),transparent 28%),
    linear-gradient(180deg,#07100c 0%,#050a08 100%);
}

.register-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(244,239,229,.03) 1px,transparent 1px),
    linear-gradient(rgba(244,239,229,.023) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.84) 60%,transparent 100%);
}

.register-wrap{
  position:relative;
  z-index:1;
  width:min(1160px,calc(100% - 48px));
  margin:0 auto;
}

.register-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(390px,.68fr);
  gap:38px;
  align-items:start;
}

.register-copy{
  min-width:0;
  padding-top:16px;
}

.register-eyebrow{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  gap:9px;
  padding:0 13px;
  border:1px solid rgba(57,255,150,.26);
  border-radius:999px;
  background:rgba(57,255,150,.08);
  color:var(--fv-green);
  font-size:11px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.register-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--fv-green);
  box-shadow:
    0 0 0 6px rgba(57,255,150,.12),
    0 0 20px rgba(57,255,150,.42);
}

.register-copy h1{
  max-width:700px;
  margin:22px 0 16px;
  color:var(--fv-cream);
  font-size:clamp(48px,4.4vw,62px);
  line-height:.99;
  letter-spacing:-.065em;
  font-weight:950;
  text-wrap:balance;
}

.register-copy h1 em{
  color:var(--fv-gold);
  font-family:"Instrument Serif",serif;
  font-weight:400;
  font-style:italic;
  letter-spacing:-.04em;
}

.register-lead{
  max-width:600px;
  margin:0;
  color:var(--fv-muted);
  font-size:16px;
  line-height:1.65;
}

.register-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:740px;
  margin-top:26px;
}

.register-proof article{
  min-width:0;
  padding:18px;
  border:1px solid rgba(244,239,229,.12);
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(244,239,229,.06),rgba(244,239,229,.025));
  box-shadow:0 22px 70px rgba(0,0,0,.16);
}

.register-proof b{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  margin-bottom:12px;
  border:1px solid rgba(57,255,150,.20);
  border-radius:12px;
  background:rgba(57,255,150,.08);
  color:var(--fv-green);
  font-size:16px;
}

.register-proof strong{
  display:block;
  color:var(--fv-cream);
  font-size:16px;
  font-weight:950;
  letter-spacing:-.02em;
}

.register-proof span{
  display:block;
  margin-top:7px;
  color:var(--fv-muted);
  font-size:13px;
  line-height:1.5;
}

.register-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(244,239,229,.145);
  border-radius:30px;
  background:
    radial-gradient(circle at 0 0,rgba(57,255,150,.12),transparent 34%),
    linear-gradient(180deg,rgba(244,239,229,.075),rgba(244,239,229,.028)),
    rgba(7,14,10,.92);
  box-shadow:0 40px 125px rgba(0,0,0,.40);
}

.register-card::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(57,255,150,.10);
  filter:blur(12px);
}

.register-bar{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto 1fr auto;
  min-height:52px;
  align-items:center;
  gap:14px;
  padding:0 18px;
  border-bottom:1px solid rgba(244,239,229,.09);
  background:rgba(244,239,229,.045);
}

.register-dots{
  display:flex;
  gap:8px;
}

.register-dots i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(244,239,229,.28);
}

.register-bar strong{
  color:var(--fv-cream);
  font-size:14px;
  font-weight:950;
}

.register-bar small{
  color:var(--fv-green);
  font-size:12px;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.register-inner{
  position:relative;
  z-index:1;
  min-width:0;
  padding:26px;
}

.register-offer{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  margin-bottom:20px;
  padding:17px;
  border:1px solid rgba(57,255,150,.22);
  border-radius:20px;
  background:rgba(57,255,150,.065);
}

.register-offer small{
  display:block;
  color:var(--fv-green);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.register-offer strong{
  display:block;
  margin-top:5px;
  color:var(--fv-cream);
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}

.register-offer b{
  display:block;
  color:var(--fv-green);
  font-size:44px;
  line-height:.9;
  letter-spacing:-.07em;
}

.register-form{
  display:grid;
  gap:14px;
}

.register-field{
  display:grid;
  gap:8px;
  min-width:0;
  color:var(--fv-cream);
  font-size:12px;
  font-weight:950;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.register-field input{
  width:100%;
  min-width:0;
  min-height:58px;
  padding:0 16px;
  border:1px solid rgba(244,239,229,.14);
  border-radius:16px;
  outline:none;
  background:rgba(0,0,0,.22);
  color:var(--fv-cream);
  font-size:16px;
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

.register-field input:focus{
  border-color:rgba(57,255,150,.48);
  background:rgba(0,0,0,.30);
  box-shadow:0 0 0 4px rgba(57,255,150,.10);
}

.register-field input:-webkit-autofill,
.register-field input:-webkit-autofill:hover,
.register-field input:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--fv-cream);
  box-shadow:0 0 0 1000px #0b1510 inset;
  border-color:rgba(57,255,150,.35);
}

.register-check{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  gap:12px;
  min-width:0;
  padding:13px 14px;
  border:1px solid rgba(244,239,229,.10);
  border-radius:16px;
  background:rgba(0,0,0,.14);
  color:var(--fv-muted);
  font-size:13px;
  line-height:1.48;
}

.register-check input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:var(--fv-green);
}

.register-check span{
  min-width:0;
  overflow-wrap:anywhere;
}

.register-check a{
  color:var(--fv-green);
  font-weight:900;
  text-decoration:none;
}

.register-submit{
  display:inline-flex;
  width:100%;
  min-height:60px;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#39ff96 0%,#24d973 100%);
  color:#04110b;
  font-size:15px;
  font-weight:950;
  cursor:pointer;
  box-shadow:
    0 18px 46px rgba(57,255,150,.34),
    0 0 24px rgba(57,255,150,.10),
    0 0 0 1px rgba(255,255,255,.06) inset;
  transition:
    transform .16s ease,
    filter .16s ease,
    box-shadow .16s ease;
}

.register-submit:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
  box-shadow:
    0 24px 58px rgba(57,255,150,.44),
    0 0 24px rgba(57,255,150,.18);
}

.register-security{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 12px;
  margin-top:14px;
  color:var(--fv-soft);
  font-size:12px;
  font-weight:850;
}

.register-security span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.register-security b{
  color:var(--fv-green);
}

.register-bottom{
  margin:17px 0 0;
  color:var(--fv-muted);
  text-align:center;
  font-size:14px;
}

.register-bottom a{
  color:var(--fv-green);
  font-weight:950;
  text-decoration:none;
}

.register-flashes{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}

.register-flash{
  padding:13px 14px;
  border:1px solid rgba(255,143,143,.22);
  border-radius:15px;
  background:rgba(255,143,143,.08);
  color:var(--fv-cream);
  font-size:14px;
  line-height:1.4;
}

.register-flash.success{
  border-color:rgba(57,255,150,.24);
  background:rgba(57,255,150,.08);
}

.register-checkout{
  overflow:hidden;
  margin-top:17px;
  border:1px solid rgba(244,239,229,.11);
  border-radius:20px;
  background:rgba(0,0,0,.16);
}

.register-checkout-row{
  display:flex;
  min-height:46px;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 15px;
  border-bottom:1px solid rgba(244,239,229,.075);
  color:var(--fv-muted);
  font-size:13.5px;
  font-weight:850;
}

.register-checkout-row:last-child{
  border-bottom:0;
}

.register-checkout-row b{
  color:var(--fv-cream);
  font-weight:950;
}

.register-checkout-row .green{
  color:var(--fv-green);
}


/* =========================================================
   TABLET / SMALL LAPTOP
   ========================================================= */

@media(max-width:980px){

  .register-shell{
    padding:60px 0 68px;
  }

  .register-wrap{
    width:min(100% - 36px,760px);
  }

  .register-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .register-copy{
    padding-top:0;
    text-align:center;
  }

  .register-copy h1{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(44px,7vw,58px);
  }

  .register-lead{
    margin-left:auto;
    margin-right:auto;
  }

  .register-proof{
    margin-left:auto;
    margin-right:auto;
  }

  .register-card{
    width:100%;
    max-width:580px;
    margin:0 auto;
  }
}


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

@media(max-width:680px){

  .register-shell{
    padding:46px 0 54px;
  }

  .register-wrap{
    width:min(calc(100% - 28px),560px);
  }

  .register-grid{
    gap:28px;
  }

  .register-eyebrow{
    min-height:32px;
    padding-inline:12px;
    font-size:10px;
    letter-spacing:.11em;
  }

  .register-copy h1{
    margin-top:19px;
    font-size:clamp(36px,10.5vw,44px);
    line-height:1.02;
    letter-spacing:-.055em;
  }

  .register-lead{
    font-size:16px;
    line-height:1.6;
  }

  .register-proof{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:22px;
  }

  .register-proof article{
    padding:16px;
    text-align:left;
  }

  .register-card{
    border-radius:24px;
  }

  .register-bar{
    grid-template-columns:1fr;
    gap:6px;
    min-height:auto;
    padding:13px 16px;
    text-align:center;
  }

  .register-dots{
    display:none;
  }

  .register-inner{
    padding:22px;
  }

  .register-offer{
    grid-template-columns:1fr;
    gap:10px;
    padding:16px;
    text-align:center;
  }

  .register-offer b{
    font-size:40px;
  }

  .register-field input{
    min-height:56px;
    font-size:16px;
  }

  .register-check{
    grid-template-columns:20px minmax(0,1fr);
    padding:13px;
    font-size:12.5px;
  }

  .register-submit{
    min-height:58px;
    padding-inline:18px;
    font-size:14px;
  }

  .register-security{
    font-size:11.5px;
  }

  .register-checkout-row{
    min-height:44px;
    padding-inline:14px;
    font-size:13px;
  }
}


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

@media(max-width:420px){

  .register-wrap{
    width:min(calc(100% - 20px),560px);
  }

  .register-copy h1{
    font-size:34px;
  }

  .register-inner{
    padding:18px;
  }

  .register-card{
    border-radius:21px;
  }

  .register-offer{
    padding:14px;
    border-radius:17px;
  }

  .register-offer strong{
    font-size:20px;
  }

  .register-check{
    gap:10px;
    padding:12px;
  }

  .register-security{
    display:grid;
    justify-items:start;
  }

  .register-checkout{
    border-radius:17px;
  }
}

@media(prefers-reduced-motion:reduce){
  .register-submit{
    transition:none;
  }

  .register-submit:hover{
    transform:none;
  }
}
