
:root{
  --bpfc-bg:#081f1b;
  --bpfc-panel:#0d2b25;
  --bpfc-panel2:#10342c;
  --bpfc-border:rgba(116,245,128,.20);
  --bpfc-accent:#65ef75;
  --bpfc-accent2:#91ff55;
  --bpfc-text:#f7fbf9;
  --bpfc-muted:#aec5bf;
}

.budstal-pre-form-conversion{
  position:relative;
  overflow:hidden;
  margin:34px auto 22px;
  padding:clamp(24px,4vw,46px);
  border:1px solid var(--bpfc-border);
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(101,239,117,.10), transparent 31%),
    radial-gradient(circle at 96% 10%, rgba(61,173,128,.12), transparent 30%),
    linear-gradient(145deg, rgba(10,40,34,.98), rgba(5,25,22,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.25);
  color:var(--bpfc-text);
}

.budstal-pre-form-conversion::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(145,255,85,.06),transparent 26%,transparent 70%,rgba(101,239,117,.05));
}

.bpfc-inner{position:relative;z-index:1}

.bpfc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:var(--bpfc-accent);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
}

.bpfc-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--bpfc-accent);
  box-shadow:0 0 0 5px rgba(101,239,117,.10);
}

.bpfc-head{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr);
  gap:28px;
  align-items:end;
  margin-bottom:28px;
}

.bpfc-title{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:clamp(28px,4.3vw,50px);
  line-height:1.03;
  letter-spacing:-.035em;
  font-weight:900;
}

.bpfc-lead{
  margin:14px 0 0;
  max-width:710px;
  color:var(--bpfc-muted);
  font-size:clamp(15px,1.5vw,18px);
  line-height:1.65;
}

.bpfc-note{
  padding:16px 17px;
  border:1px solid rgba(101,239,117,.22);
  border-radius:15px;
  background:rgba(101,239,117,.055);
  color:#ddf5e1;
  font-size:14px;
  line-height:1.55;
}

.bpfc-note strong{color:#fff}

.bpfc-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 20px;
}

.bpfc-card{
  min-height:100%;
  padding:21px 20px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(18,57,49,.70),rgba(11,39,34,.58));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.bpfc-card:hover{
  transform:translateY(-2px);
  border-color:rgba(101,239,117,.30);
  background:linear-gradient(145deg,rgba(20,64,53,.79),rgba(11,39,34,.64));
}

.bpfc-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:15px;
  border-radius:12px;
  background:linear-gradient(135deg,#91ff55,#50e878);
  color:#052016;
  font-size:20px;
  font-weight:950;
  box-shadow:0 10px 24px rgba(78,234,118,.14);
}

.bpfc-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:850;
}

.bpfc-card p{
  margin:0;
  color:var(--bpfc-muted);
  font-size:14px;
  line-height:1.62;
}

.bpfc-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:22px 0 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

.bpfc-step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:11px;
  align-items:center;
  padding:13px 14px;
  border-radius:13px;
  background:rgba(255,255,255,.035);
}

.bpfc-step-number{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:rgba(101,239,117,.12);
  border:1px solid rgba(101,239,117,.32);
  color:var(--bpfc-accent);
  font-size:13px;
  font-weight:900;
}

.bpfc-step-text{
  color:#dfe9e6;
  font-size:13px;
  line-height:1.38;
}

.bpfc-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-top:24px;
}

.bpfc-trust{
  display:flex;
  flex-wrap:wrap;
  gap:14px 20px;
  color:var(--bpfc-muted);
  font-size:13px;
  line-height:1.4;
}

.bpfc-trust span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.bpfc-trust span::before{
  content:"✓";
  color:var(--bpfc-accent);
  font-weight:950;
}

.bpfc-scroll{
  appearance:none;
  border:0;
  min-height:50px;
  padding:0 22px;
  border-radius:12px;
  background:linear-gradient(135deg,#91ff55,#4eea76);
  color:#052016;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(78,234,118,.18);
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
  white-space:nowrap;
}

.bpfc-scroll:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
  box-shadow:0 15px 34px rgba(78,234,118,.24);
}

.bpfc-scroll:focus-visible{
  outline:3px solid rgba(145,255,85,.35);
  outline-offset:3px;
}

@media(max-width:900px){
  .bpfc-head{grid-template-columns:1fr}
  .bpfc-benefits{grid-template-columns:1fr}
  .bpfc-flow{grid-template-columns:1fr}
  .bpfc-bottom{
    align-items:stretch;
    flex-direction:column;
  }
  .bpfc-scroll{width:100%}
}

@media(max-width:600px){
  .budstal-pre-form-conversion{
    margin-top:22px;
    padding:21px 16px;
    border-radius:18px;
  }
  .bpfc-title{font-size:30px}
  .bpfc-card{padding:18px 16px}
  .bpfc-note{font-size:13px}
  .bpfc-trust{display:grid;gap:8px}
}

@media(prefers-reduced-motion:reduce){
  .budstal-pre-form-conversion *{
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
