/* BizFlow Public Auth Premium R2 — query-gated visual implementation
   Desktop target: approved Aug 14 2026 mockups.
   Mobile: responsive single-column preservation.
*/
:root{
  --bf-pr-bg:#020a07;
  --bf-pr-bg-2:#071710;
  --bf-pr-panel:#0a1d15;
  --bf-pr-panel-2:#0d261b;
  --bf-pr-green:#0d5f3c;
  --bf-pr-green-2:#14915c;
  --bf-pr-gold:#ddb85f;
  --bf-pr-gold-2:#f5db92;
  --bf-pr-text:#fffdf7;
  --bf-pr-muted:rgba(255,253,247,.68);
  --bf-pr-line:rgba(222,190,105,.24);
  --bf-pr-line-soft:rgba(255,255,255,.10);
  --bf-pr-shadow:0 30px 90px rgba(0,0,0,.42);
  --bf-pr-radius:30px;
  --bf-pr-font:"DM Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body.bf-auth-premium{
  margin:0!important;
  min-height:100vh!important;
  font-family:var(--bf-pr-font)!important;
  color:var(--bf-pr-text)!important;
  background:
    radial-gradient(circle at 8% 4%,rgba(18,118,75,.28),transparent 26%),
    radial-gradient(circle at 95% 8%,rgba(221,184,95,.08),transparent 28%),
    linear-gradient(135deg,#020705 0%,#06150f 46%,#020907 100%)!important;
  overflow-x:hidden!important;
}

body.bf-auth-premium::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);
  z-index:0;
}

body.bf-auth-premium *{box-sizing:border-box}
body.bf-auth-premium a{color:inherit}
body.bf-auth-premium .bf-support-widget,
body.bf-auth-premium .zuri-wave-button,
body.bf-auth-premium .zuri-greeting{display:none!important}

.bf-pr-page{
  position:relative;
  z-index:1;
  width:min(1600px,calc(100% - 28px));
  margin:0 auto;
  padding:14px 0 18px;
}

.bf-pr-shell{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(520px,.97fr);
  gap:20px;
  min-height:calc(100vh - 98px);
}

.bf-pr-card{
  border:1px solid var(--bf-pr-line);
  background:
    radial-gradient(circle at 100% 0%,rgba(20,145,92,.10),transparent 30%),
    linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border-radius:var(--bf-pr-radius);
  box-shadow:var(--bf-pr-shadow);
  overflow:hidden;
}

.bf-pr-logo{display:inline-flex;align-items:center;text-decoration:none}
.bf-pr-logo img{display:block;width:auto;height:48px;max-width:180px;object-fit:contain}

.bf-pr-hero{
  min-height:100%;
  position:relative;
  padding:34px 34px 30px;
  display:flex;
  flex-direction:column;
  isolation:isolate;
  background:
    radial-gradient(circle at 20% 12%,rgba(15,119,74,.24),transparent 30%),
    linear-gradient(145deg,#03120c,#08281b 62%,#07301f);
}

.bf-pr-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(2,12,8,.98) 0%,rgba(2,14,9,.90) 34%,rgba(2,12,8,.20) 68%,rgba(2,12,8,.38) 100%),
    url("/assets/img/auth/bizflow-auth-entrepreneur.webp") center right/cover no-repeat;
}

.bf-pr-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 82% 54%,transparent 0 28%,rgba(3,22,14,.22) 55%,rgba(3,22,14,.70) 100%),
    linear-gradient(to top,rgba(2,11,7,.94) 0%,transparent 42%);
  pointer-events:none;
}

.bf-pr-hero-top{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:2}
.bf-pr-language{margin:0}
.bf-pr-language select{
  min-width:118px;
  height:42px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(3,13,9,.82);
  color:#fff;
  padding:0 34px 0 14px;
  font:800 13px/1 var(--bf-pr-font);
  box-shadow:0 12px 30px rgba(0,0,0,.20);
}

.bf-pr-eyebrow{
  display:inline-flex;align-items:center;gap:8px;width:max-content;
  margin-top:34px;padding:8px 11px;border-radius:999px;
  border:1px solid rgba(221,184,95,.34);
  background:rgba(3,18,12,.48);
  color:#f4d889;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;
}

.bf-pr-hero-copy{max-width:470px;margin-top:20px}
.bf-pr-hero-copy h1{
  margin:0;
  max-width:460px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,4vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
  font-weight:700;
}
.bf-pr-hero-copy h1 em{display:block;color:#20a462;font-style:normal}
.bf-pr-hero-copy p{
  max-width:360px;
  color:rgba(255,255,255,.72);
  line-height:1.62;
  font-size:14px;
  margin:20px 0 0;
}

.bf-pr-features{display:grid;gap:14px}
.bf-pr-features-stack{max-width:310px;margin-top:26px}
.bf-pr-feature{display:flex;gap:12px;align-items:flex-start}
.bf-pr-feature-icon{
  flex:0 0 38px;width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;border:1px solid rgba(219,180,85,.35);
  background:rgba(4,23,15,.72);color:#e3bf63;
}
.bf-pr-feature-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bf-pr-feature strong{display:block;font-size:12px;color:#fff;margin-bottom:3px}
.bf-pr-feature span{display:block;font-size:11px;color:rgba(255,255,255,.66);line-height:1.45}

.bf-pr-metrics{
  margin-top:auto;
  margin-left:auto;
  width:min(480px,70%);
  border:1px solid rgba(221,184,95,.28);
  background:rgba(3,25,16,.72);
  backdrop-filter:blur(16px);
  border-radius:18px;
  padding:13px;
  box-shadow:0 18px 54px rgba(0,0,0,.28);
}
.bf-pr-metrics-head{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:11px;color:rgba(255,255,255,.76);margin-bottom:10px}
.bf-pr-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.bf-pr-metric{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(3,16,11,.72)}
.bf-pr-metric strong{display:block;font-size:16px;color:#fff}
.bf-pr-metric span{font-size:9px;color:rgba(255,255,255,.60)}
.bf-pr-metric i{display:block;margin-top:7px;height:2px;background:linear-gradient(90deg,#1fa464,#d8b65d);border-radius:999px;opacity:.8}

.bf-pr-quote{
  max-width:500px;
  margin:18px 0 0 auto;
  padding:12px 14px;
  border-left:3px solid #e2bd62;
  color:rgba(255,255,255,.74);
  font-size:11px;
  line-height:1.5;
}
.bf-pr-quote strong{color:#d9bc70}

.bf-pr-panel{
  padding:30px 34px 28px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.bf-pr-panel-head{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}
.bf-pr-panel-head-icon{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  color:#e4c36f;border:1px solid rgba(221,184,95,.36);background:rgba(12,58,37,.55)
}
.bf-pr-panel-head-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.bf-pr-panel-head h2{margin:0;font-size:25px;letter-spacing:-.025em}
.bf-pr-panel-head p{margin:5px 0 0;color:var(--bf-pr-muted);font-size:13px}

.bf-pr-alert{
  margin:16px 0 0;padding:13px 15px;border-radius:14px;
  border:1px solid rgba(238,184,90,.32);background:rgba(125,70,19,.22);color:#ffe2a0;font-size:13px
}
.bf-pr-alert ul{margin:0;padding-left:18px}

.bf-pr-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;margin-top:22px}
.bf-pr-field{display:grid;gap:7px;min-width:0}
.bf-pr-field-full{grid-column:1/-1}
.bf-pr-field label{font-size:12px;font-weight:800;color:#fff}
.bf-pr-input,
.bf-pr-select{
  width:100%;height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.045);color:#fff;padding:0 14px;font:500 14px/1 var(--bf-pr-font);
  outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.bf-pr-input::placeholder{color:rgba(255,255,255,.46)}
.bf-pr-select option{color:#111}
.bf-pr-input:focus,.bf-pr-select:focus{border-color:#d8b65d;box-shadow:0 0 0 4px rgba(216,182,93,.10)}
.bf-pr-help{font-size:10px;color:rgba(255,255,255,.50);line-height:1.4}

.bf-pr-check-card{
  grid-column:1/-1;
  display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;
  border:1px solid rgba(221,184,95,.22);background:rgba(255,255,255,.028);
}
.bf-pr-check-card input{width:17px;height:17px;accent-color:#d8b65d}
.bf-pr-check-copy strong{display:block;font-size:12px}
.bf-pr-check-copy span{display:block;margin-top:2px;font-size:10px;color:rgba(255,255,255,.52)}

.bf-pr-password{position:relative}
.bf-pr-password .bf-pr-input{padding-right:46px}
.bf-pr-eye{
  position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:34px;height:34px;border:0;background:transparent;color:#d7c58b;cursor:pointer;font-size:17px
}

.bf-pr-primary{
  grid-column:1/-1;
  min-height:56px;border:1px solid rgba(255,244,201,.42);border-radius:14px;
  background:linear-gradient(100deg,#f5dc91,#ddb45a 58%,#c99a36);
  color:#0a130d;font:950 15px/1 var(--bf-pr-font);
  box-shadow:0 16px 38px rgba(205,158,58,.18);cursor:pointer
}
.bf-pr-secondary{
  display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;
  border:1px solid rgba(221,184,95,.33);text-decoration:none;color:#f2d781;font-weight:850;font-size:13px;background:rgba(8,35,23,.35)
}
.bf-pr-login-link{grid-column:1/-1;text-align:center;margin:0;color:rgba(255,255,255,.58);font-size:12px}
.bf-pr-login-link a{color:#e3bf63;text-decoration:none;font-weight:900}

.bf-pr-login-panel{justify-content:center}
.bf-pr-login-panel > .bf-pr-language{align-self:flex-end;margin-bottom:30px}
.bf-pr-login-inner{
  width:min(560px,100%);
  margin:auto;
  padding:38px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(5,24,16,.56);
  border-radius:24px;
  box-shadow:0 26px 70px rgba(0,0,0,.28)
}
.bf-pr-command-badge{margin:0 auto 18px}
.bf-pr-login-title{text-align:center}
.bf-pr-login-title h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:38px;letter-spacing:-.035em}
.bf-pr-login-title p{margin:9px 0 0;color:var(--bf-pr-muted);font-size:13px}
.bf-pr-login-form{display:grid;gap:15px;margin-top:30px}
.bf-pr-login-actions{display:flex;justify-content:flex-end;margin:-3px 0 0;color:#3ec77e;font-size:11px}
.bf-pr-login-divider{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.45);font-size:11px;margin:20px 0 14px}
.bf-pr-login-divider::before,.bf-pr-login-divider::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.10)}
.bf-pr-demo{
  margin-top:14px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(2,14,9,.52)
}
.bf-pr-demo-head{display:flex;gap:11px;align-items:center}
.bf-pr-demo-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(221,184,95,.32);color:#e4c36f;font-weight:900}
.bf-pr-demo h3{margin:0;font-size:15px}
.bf-pr-demo p{margin:4px 0 0;color:rgba(255,255,255,.52);font-size:10px}
.bf-pr-demo-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin-top:12px;align-items:end}
.bf-pr-demo-data{padding:9px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px}
.bf-pr-demo-data span{display:block;font-size:9px;color:rgba(255,255,255,.44)}
.bf-pr-demo-data strong{display:block;margin-top:3px;color:#f2d781;font-size:12px}
.bf-pr-demo-buttons{display:flex;gap:6px}
.bf-pr-mini-btn{height:38px;border-radius:9px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:#fff;font:800 10px/1 var(--bf-pr-font);padding:0 10px;cursor:pointer}
.bf-pr-mini-btn-gold{background:linear-gradient(100deg,#f4dc93,#d9ae50);color:#0b140e;border-color:transparent}

.bf-pr-success-page{padding-top:8px}
.bf-pr-topbar{
  display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px 18px;
}
.bf-pr-topbar-left{display:flex;align-items:center;gap:22px}
.bf-pr-topbar-powered{font-size:12px;color:rgba(255,255,255,.56)}
.bf-pr-topbar-powered strong{color:#dcb960}
.bf-pr-live-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.035);font-size:11px;color:rgba(255,255,255,.72)}
.bf-pr-live-dot{width:8px;height:8px;border-radius:50%;background:#3bd17e;box-shadow:0 0 14px rgba(59,209,126,.8)}
.bf-pr-account-chip{display:flex;align-items:center;gap:10px}
.bf-pr-account-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(221,184,95,.45);background:#123b28;color:#e5c469;font-weight:900;font-size:12px}
.bf-pr-account-chip strong{display:block;font-size:12px}
.bf-pr-account-chip span{display:block;color:rgba(255,255,255,.48);font-size:10px;margin-top:2px}

.bf-pr-success-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(430px,.85fr);gap:18px}
.bf-pr-success-left,.bf-pr-success-right{display:grid;gap:14px;min-width:0}
.bf-pr-success-hero{
  min-height:540px;position:relative;padding:34px;border-radius:26px;overflow:hidden;
  border:1px solid var(--bf-pr-line);box-shadow:var(--bf-pr-shadow);
  background:linear-gradient(90deg,rgba(2,15,10,.97) 0%,rgba(3,20,13,.88) 45%,rgba(2,12,8,.18) 72%),url("/assets/img/auth/bizflow-auth-entrepreneur.webp") center right/cover no-repeat;
}
.bf-pr-success-check{
  width:72px;height:72px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(221,184,95,.40);background:radial-gradient(circle,#1c9c61,#0d4a31 70%);color:#f7dd92;
  box-shadow:0 0 40px rgba(230,188,84,.18)
}
.bf-pr-success-check svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.4}
.bf-pr-success-hero h1{
  max-width:520px;margin:18px 0 0;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,4.6vw,76px);line-height:.92;letter-spacing:-.045em
}
.bf-pr-success-hero h1 em{display:block;color:#e7c36b;font-style:normal}
.bf-pr-success-hero > p{max-width:430px;margin:18px 0 0;color:rgba(255,255,255,.74);line-height:1.55;font-size:14px}
.bf-pr-case-study{display:inline-flex;align-items:center;gap:11px;margin-top:18px}
.bf-pr-case-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(221,184,95,.38);background:rgba(3,20,13,.62);color:#e4c36f;font-weight:900;font-size:10px}
.bf-pr-case-study strong{display:block;font-size:14px}
.bf-pr-case-study span{display:block;font-size:10px;color:rgba(255,255,255,.52)}
.bf-pr-case-active{display:inline-flex!important;width:max-content;margin-top:4px;padding:4px 8px;border-radius:999px;background:rgba(34,151,94,.18);color:#61d794!important;font-size:9px!important}

.bf-pr-feature-strip{border:1px solid var(--bf-pr-line);border-radius:18px;background:rgba(4,22,14,.70);padding:15px;margin-top:24px}
.bf-pr-feature-strip .bf-pr-features{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bf-pr-feature-strip .bf-pr-feature-icon{width:34px;height:34px;flex-basis:34px}
.bf-pr-feature-strip .bf-pr-feature span{font-size:9px}

.bf-pr-success-actions{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px}
.bf-pr-success-actions a{min-height:52px}
.bf-pr-cta-main{background:linear-gradient(100deg,#f4dc93,#d9ae50)!important;color:#08120c!important;border-color:transparent!important}
.bf-pr-cta-copy{display:flex;flex-direction:column}
.bf-pr-cta-copy strong{font-size:13px}
.bf-pr-cta-copy span{font-size:9px;opacity:.72;margin-top:2px}

.bf-pr-next{border-top:1px solid rgba(255,255,255,.08);padding-top:12px}
.bf-pr-next-title{font-family:Georgia,"Times New Roman",serif;font-size:17px;margin:0 0 10px}
.bf-pr-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.bf-pr-step{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}
.bf-pr-step-num{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#0f5f3d;color:#e9c96f;font-weight:900;font-size:11px}
.bf-pr-step h3{margin:8px 0 5px;font-size:12px}
.bf-pr-step p{margin:0;color:rgba(255,255,255,.54);font-size:9px;line-height:1.5}

.bf-pr-side-card{border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(6,28,18,.58);padding:20px}
.bf-pr-status{display:flex;gap:13px;align-items:flex-start}
.bf-pr-status-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#28ad6d,#0e5b3a);color:#fff}
.bf-pr-status-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.5}
.bf-pr-status h2{margin:0;font-size:18px}
.bf-pr-status p{margin:6px 0 0;color:var(--bf-pr-muted);font-size:11px;line-height:1.5}

.bf-pr-plans-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.bf-pr-plans-head h2{margin:0;font-size:18px}
.bf-pr-plans-head p{margin:4px 0 0;color:var(--bf-pr-muted);font-size:11px}
.bf-pr-kes-pill{padding:7px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:9px;color:rgba(255,255,255,.65)}
.bf-pr-plans{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.bf-pr-plan{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(2,14,9,.48)}
.bf-pr-plan > strong{font-size:13px}
.bf-pr-plan-price{margin-top:5px;font-size:23px;color:#f0ca6f;font-weight:950}
.bf-pr-plan-price small{font-size:9px;color:rgba(255,255,255,.55);font-weight:600}
.bf-pr-plan p{margin:10px 0 0;color:rgba(255,255,255,.66);font-size:10px;line-height:1.5}
.bf-pr-plan ul{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:5px}
.bf-pr-plan li{font-size:9px;color:rgba(255,255,255,.62)}
.bf-pr-plan li::before{content:"✓";color:#6be09d;margin-right:6px}
.bf-pr-till{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:13px 14px;border:1px solid rgba(221,184,95,.22);border-radius:14px;background:rgba(117,83,27,.12)}
.bf-pr-till span{display:block;font-size:9px;color:rgba(255,255,255,.50)}
.bf-pr-till strong{display:block;margin-top:3px;color:#e6c269;font-size:20px;letter-spacing:.02em}
.bf-pr-mpesa{font-weight:950;color:#7dda7c;font-size:14px}

.bf-pr-africa{
  min-height:184px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 82% 56%,rgba(18,147,92,.18),transparent 32%),
    linear-gradient(145deg,rgba(5,26,17,.78),rgba(3,15,10,.72))
}
.bf-pr-africa h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:17px}
.bf-pr-africa p{max-width:220px;margin:7px 0 0;color:rgba(255,255,255,.62);font-size:10px;line-height:1.5}
.bf-pr-africa-quote{margin-top:16px;color:rgba(255,255,255,.62);font-size:9px;line-height:1.5}
.bf-pr-africa-quote strong{display:block;color:#55c984;margin-top:4px}
.bf-pr-africa-map{position:absolute;right:18px;bottom:8px;width:130px;color:#d7b55f;opacity:.76}
.bf-pr-africa-map svg{width:100%;height:auto;fill:none;stroke:currentColor;stroke-width:1.3}

.bf-pr-footer{
  position:relative;z-index:1;
  width:min(1600px,calc(100% - 28px));margin:0 auto 12px;
  min-height:58px;padding:12px 16px;border:1px solid rgba(255,255,255,.08);
  border-radius:15px;background:rgba(4,18,12,.72);
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;
  color:rgba(255,255,255,.55);font-size:10px
}
.bf-pr-footer-centre{display:flex;align-items:center;gap:16px;justify-content:center}
.bf-pr-footer-centre span{display:inline-flex;align-items:center;gap:6px}
.bf-pr-footer svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}
.bf-pr-footer-divider{width:1px;height:18px;background:rgba(255,255,255,.12)}
.bf-pr-footer nav{display:flex;gap:20px;justify-content:flex-end}
.bf-pr-footer a{text-decoration:none;color:rgba(255,255,255,.62)}
.bf-pr-footer a:hover{color:#f0cf79}

.bf-pr-preview-badge{
  position:fixed;left:10px;bottom:10px;z-index:120;
  padding:7px 10px;border:1px solid rgba(221,184,95,.35);border-radius:999px;
  background:rgba(3,13,9,.88);color:#f0ce77;font-size:9px;font-weight:900;letter-spacing:.05em
}

@media(max-width:1180px){
  .bf-pr-shell{grid-template-columns:minmax(0,1fr) minmax(460px,.95fr)}
  .bf-pr-hero{padding:28px}
  .bf-pr-panel{padding:26px}
  .bf-pr-success-grid{grid-template-columns:1.4fr .8fr}
}

@media(max-width:899px){
  .bf-pr-page{width:min(680px,calc(100% - 20px));padding:10px 0 16px}
  .bf-pr-shell{grid-template-columns:1fr;min-height:auto}
  .bf-pr-hero{min-height:180px;padding:20px;border-radius:22px}
  .bf-pr-hero::before{background:linear-gradient(135deg,rgba(3,18,12,.98),rgba(5,44,28,.92));}
  .bf-pr-hero::after{display:none}
  .bf-pr-hero-copy{margin-top:16px}
  .bf-pr-hero-copy h1{font-family:var(--bf-pr-font);font-size:26px;line-height:1.03;letter-spacing:-.04em}
  .bf-pr-hero-copy h1 em{display:inline}
  .bf-pr-hero-copy p{margin-top:10px;font-size:12px}
  .bf-pr-eyebrow,.bf-pr-features-stack,.bf-pr-metrics,.bf-pr-quote{display:none}
  .bf-pr-logo img{height:38px}
  .bf-pr-language select{min-width:105px;height:38px;background:#fff;color:#111}
  .bf-pr-panel{padding:20px;border-radius:22px}
  .bf-pr-panel-head{padding-bottom:16px}
  .bf-pr-panel-head-icon{width:42px;height:42px}
  .bf-pr-panel-head h2{font-size:20px}
  .bf-pr-form{grid-template-columns:1fr;gap:12px;margin-top:18px}
  .bf-pr-field,.bf-pr-field-full,.bf-pr-check-card,.bf-pr-primary,.bf-pr-login-link{grid-column:1!important}
  .bf-pr-login-panel > .bf-pr-language{margin-bottom:14px}
  .bf-pr-login-inner{padding:20px;border-radius:18px}
  .bf-pr-login-title h2{font-family:var(--bf-pr-font);font-size:26px}
  .bf-pr-demo-grid{grid-template-columns:1fr 1fr}
  .bf-pr-demo-buttons{grid-column:1/-1;flex-wrap:wrap}
  .bf-pr-success-page{width:min(760px,calc(100% - 20px))}
  .bf-pr-topbar{padding:6px 4px 12px;align-items:flex-start}
  .bf-pr-live-pill{display:none}
  .bf-pr-success-grid{grid-template-columns:1fr}
  .bf-pr-success-hero{min-height:auto;padding:24px;background:linear-gradient(145deg,#03140d,#0a3b27)}
  .bf-pr-success-hero h1{font-family:var(--bf-pr-font);font-size:38px;line-height:1}
  .bf-pr-feature-strip .bf-pr-features{grid-template-columns:1fr 1fr}
  .bf-pr-success-actions{grid-template-columns:1fr}
  .bf-pr-next-grid{grid-template-columns:1fr}
  .bf-pr-plans{grid-template-columns:1fr 1fr}
  .bf-pr-footer{width:min(760px,calc(100% - 20px));grid-template-columns:1fr;gap:8px;text-align:center}
  .bf-pr-footer-centre{order:2;flex-wrap:wrap}
  .bf-pr-footer nav{justify-content:center;order:3;flex-wrap:wrap;gap:12px}
}

@media(max-width:560px){
  .bf-pr-plans{grid-template-columns:1fr}
  .bf-pr-feature-strip .bf-pr-features{grid-template-columns:1fr}
  .bf-pr-account-chip{display:none}
  .bf-pr-topbar-powered{display:none}
}


/* ========================================================================
   BIZFLOW PUBLIC AUTH PREMIUM R2-R2 — FINAL VISUAL PARITY CORRECTION
   Desktop: full-canvas executive composition aligned to approved mockups.
   Mobile: remove oversized green arc treatment; preserve content hierarchy.
   Presentation only. No authentication, registration, payment or data logic.
   ======================================================================== */

body.bf-auth-premium{
  display:block!important;
  align-items:initial!important;
  justify-content:initial!important;
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}

/* ---------- Shared desktop canvas ---------- */
@media (min-width:900px){
  .bf-pr-page{
    width:calc(100% - 24px)!important;
    max-width:1760px!important;
    padding:12px 0 14px!important;
  }

  .bf-pr-footer{
    width:calc(100% - 24px)!important;
    max-width:1760px!important;
    margin:0 auto 12px!important;
  }

  .bf-pr-card{
    border-color:rgba(222,190,105,.28)!important;
    box-shadow:
      0 34px 100px rgba(0,0,0,.40),
      inset 0 1px 0 rgba(255,255,255,.045)!important;
  }

  /* REGISTER — approved near-even hero/form split */
  body.bf-auth-premium-register .bf-pr-shell{
    grid-template-columns:minmax(0,.96fr) minmax(620px,1.04fr)!important;
    gap:22px!important;
    min-height:calc(100vh - 96px)!important;
  }

  body.bf-auth-premium-register .bf-pr-hero{
    min-height:760px!important;
    padding:38px 38px 32px!important;
  }

  body.bf-auth-premium-register .bf-pr-hero::before{
    background:
      linear-gradient(90deg,rgba(2,12,8,.98) 0%,rgba(2,14,9,.91) 30%,rgba(2,12,8,.34) 57%,rgba(2,12,8,.18) 76%,rgba(2,12,8,.34) 100%),
      url("/assets/img/auth/bizflow-auth-entrepreneur.webp") 61% center/cover no-repeat!important;
  }

  body.bf-auth-premium-register .bf-pr-hero::after{
    background:
      radial-gradient(circle at 76% 45%,transparent 0 27%,rgba(3,22,14,.12) 54%,rgba(3,22,14,.62) 100%),
      linear-gradient(to top,rgba(2,11,7,.92) 0%,transparent 39%)!important;
  }

  body.bf-auth-premium-register .bf-pr-hero-copy{
    max-width:520px!important;
  }

  body.bf-auth-premium-register .bf-pr-hero-copy h1{
    max-width:520px!important;
    font-size:clamp(48px,4.15vw,76px)!important;
  }

  body.bf-auth-premium-register .bf-pr-features-stack{
    max-width:330px!important;
  }

  body.bf-auth-premium-register .bf-pr-metrics{
    width:min(520px,68%)!important;
  }

  body.bf-auth-premium-register .bf-pr-panel{
    padding:34px 36px 30px!important;
  }

  body.bf-auth-premium-register .bf-pr-form{
    gap:14px 18px!important;
  }

  /* LOGIN — approved photo-led executive composition */
  body.bf-auth-premium-login .bf-pr-shell{
    grid-template-columns:minmax(0,1.48fr) minmax(500px,.82fr)!important;
    gap:22px!important;
    min-height:calc(100vh - 96px)!important;
  }

  body.bf-auth-premium-login .bf-pr-hero{
    min-height:760px!important;
    padding:38px 38px 32px!important;
  }

  body.bf-auth-premium-login .bf-pr-hero::before{
    background:
      linear-gradient(90deg,rgba(2,12,8,.98) 0%,rgba(2,14,9,.90) 26%,rgba(2,12,8,.34) 53%,rgba(2,12,8,.12) 74%,rgba(2,12,8,.27) 100%),
      url("/assets/img/auth/bizflow-auth-entrepreneur.webp") 64% center/cover no-repeat!important;
  }

  body.bf-auth-premium-login .bf-pr-hero::after{
    background:
      radial-gradient(circle at 72% 45%,transparent 0 30%,rgba(3,22,14,.10) 56%,rgba(3,22,14,.58) 100%),
      linear-gradient(to top,rgba(2,11,7,.94) 0%,transparent 39%)!important;
  }

  body.bf-auth-premium-login .bf-pr-hero-copy{
    max-width:560px!important;
  }

  body.bf-auth-premium-login .bf-pr-hero-copy h1{
    max-width:560px!important;
    font-size:clamp(50px,4.45vw,82px)!important;
  }

  body.bf-auth-premium-login .bf-pr-features-stack{
    max-width:340px!important;
  }

  body.bf-auth-premium-login .bf-pr-quote{
    width:min(520px,64%)!important;
    margin-left:auto!important;
  }

  body.bf-auth-premium-login .bf-pr-metrics{
    width:min(560px,63%)!important;
  }

  body.bf-auth-premium-login .bf-pr-panel{
    padding:28px 28px 26px!important;
  }

  body.bf-auth-premium-login .bf-pr-login-panel{
    justify-content:center!important;
  }

  body.bf-auth-premium-login .bf-pr-login-inner{
    width:min(600px,100%)!important;
    padding:34px!important;
    border-color:rgba(221,184,95,.20)!important;
    background:
      radial-gradient(circle at 100% 0%,rgba(20,145,92,.09),transparent 28%),
      linear-gradient(160deg,rgba(5,29,19,.84),rgba(3,18,12,.76))!important;
  }

  /* SUCCESS — use almost the complete desktop canvas */
  body.bf-auth-premium-success .bf-pr-success-page{
    width:calc(100% - 24px)!important;
    max-width:1760px!important;
  }

  body.bf-auth-premium-success .bf-pr-success-grid{
    grid-template-columns:minmax(0,1.54fr) minmax(500px,.78fr)!important;
    gap:22px!important;
  }

  body.bf-auth-premium-success .bf-pr-success-left,
  body.bf-auth-premium-success .bf-pr-success-right{
    gap:16px!important;
  }

  body.bf-auth-premium-success .bf-pr-success-hero{
    min-height:620px!important;
    padding:40px!important;
    background:
      linear-gradient(90deg,rgba(2,15,10,.98) 0%,rgba(3,20,13,.90) 39%,rgba(2,12,8,.18) 70%,rgba(2,12,8,.27) 100%),
      url("/assets/img/auth/bizflow-auth-entrepreneur.webp") 67% center/cover no-repeat!important;
  }

  body.bf-auth-premium-success .bf-pr-success-hero h1{
    max-width:590px!important;
    font-size:clamp(54px,4.8vw,84px)!important;
  }

  body.bf-auth-premium-success .bf-pr-success-hero > p{
    max-width:500px!important;
    font-size:15px!important;
  }

  body.bf-auth-premium-success .bf-pr-feature-strip{
    margin-top:30px!important;
    padding:17px!important;
  }

  body.bf-auth-premium-success .bf-pr-success-actions{
    gap:12px!important;
  }

  body.bf-auth-premium-success .bf-pr-success-actions a{
    min-height:60px!important;
  }

  body.bf-auth-premium-success .bf-pr-side-card{
    padding:23px!important;
  }

  body.bf-auth-premium-success .bf-pr-africa{
    min-height:210px!important;
  }
}

/* Very large monitors: keep the approved composition dominant, not floating. */
@media (min-width:1600px){
  .bf-pr-page,
  .bf-pr-footer,
  body.bf-auth-premium-success .bf-pr-success-page{
    width:calc(100% - 32px)!important;
    max-width:1880px!important;
  }

  body.bf-auth-premium-register .bf-pr-shell{
    grid-template-columns:minmax(0,.98fr) minmax(650px,1.02fr)!important;
  }

  body.bf-auth-premium-login .bf-pr-shell{
    grid-template-columns:minmax(0,1.52fr) minmax(530px,.80fr)!important;
  }

  body.bf-auth-premium-success .bf-pr-success-grid{
    grid-template-columns:minmax(0,1.58fr) minmax(520px,.76fr)!important;
  }
}

/* ---------- Mobile polish: preserve layout, remove overpowering green arcs ---------- */
@media (max-width:899px){
  body.bf-auth-premium{
    display:block!important;
    padding:0!important;
  }

  body.bf-auth-premium-register .bf-pr-panel,
  body.bf-auth-premium-login .bf-pr-login-panel{
    background:
      radial-gradient(circle at 92% 3%,rgba(22,139,88,.10),transparent 24%),
      linear-gradient(165deg,rgba(8,33,22,.94),rgba(3,16,11,.96))!important;
  }

  body.bf-auth-premium-login .bf-pr-login-inner{
    background:
      radial-gradient(circle at 88% 3%,rgba(22,139,88,.08),transparent 22%),
      linear-gradient(165deg,rgba(4,25,16,.96),rgba(2,13,9,.98))!important;
  }

  body.bf-auth-premium-register .bf-pr-card::before,
  body.bf-auth-premium-login .bf-pr-card::before{
    filter:saturate(.75)!important;
  }

  body.bf-auth-premium-register .bf-pr-panel::before,
  body.bf-auth-premium-login .bf-pr-login-panel::before,
  body.bf-auth-premium-login .bf-pr-login-inner::before{
    display:none!important;
  }

  .bf-pr-preview-badge{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    display:table!important;
    width:max-content!important;
    max-width:calc(100% - 24px)!important;
    margin:8px auto 14px!important;
  }
}
