
:root{
  --fx-accent-1:#7c3aed;
  --fx-accent-2:#ec4899;
  --fx-bg:#07070d;
  --fx-card:rgba(11,11,20,.72);
  --fx-line:rgba(255,255,255,.12);
  --fx-text:#fff;
  --fx-muted:rgba(255,255,255,.67);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--fx-bg);color:var(--fx-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body{min-height:100vh;overflow-x:hidden}
.fx-pro-page{min-height:100vh;position:relative;isolation:isolate;overflow:hidden;background:#07070d}
.fx-pro-bg{position:absolute;inset:0;z-index:-4;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.015)}
.fx-pro-scrim{position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(4,4,11,.96) 0%,rgba(4,4,11,.86) 38%,rgba(4,4,11,.34) 72%,rgba(4,4,11,.50) 100%),linear-gradient(0deg,rgba(4,4,10,.93),transparent 48%,rgba(4,4,10,.42))}
.fx-pro-glow{position:absolute;z-index:-2;width:680px;height:680px;border-radius:50%;right:-250px;top:-200px;background:radial-gradient(circle,rgba(124,58,237,.22),transparent 67%);filter:blur(4px)}
.fx-pro-top{width:min(1240px,calc(100% - 48px));height:92px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.fx-pro-brand{display:flex;align-items:center;gap:13px}
.fx-pro-brand img{width:150px;max-height:56px;object-fit:contain;object-position:left center;border-radius:10px}
.fx-pro-status{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--fx-line);border-radius:999px;background:rgba(10,10,20,.52);backdrop-filter:blur(16px);color:rgba(255,255,255,.77);font-size:10px;font-weight:900;letter-spacing:.10em}
.fx-pro-status i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.11)}
.fx-pro-main{width:min(1240px,calc(100% - 48px));min-height:calc(100vh - 168px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.72fr);gap:72px;align-items:center;padding:26px 0 78px}
.fx-pro-copy{max-width:720px}
.fx-pro-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:#d7c9ff;font-size:11px;font-weight:950;letter-spacing:.19em;text-transform:uppercase}
.fx-pro-kicker:before{content:"";width:28px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--fx-accent-1),var(--fx-accent-2))}
.fx-pro-copy h1{max-width:690px;margin:0;font-size:clamp(48px,6.2vw,88px);line-height:.94;letter-spacing:-.052em;font-weight:860}
.fx-pro-copy>p{max-width:640px;margin:24px 0 0;color:var(--fx-muted);font-size:17px;line-height:1.72}
.fx-pro-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.fx-pro-benefit{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.045);backdrop-filter:blur(12px);color:rgba(255,255,255,.80);font-size:11px;font-weight:800}
.fx-pro-benefit svg{width:14px;height:14px;color:#c4b5fd}
.fx-pro-note{display:flex;align-items:center;gap:11px;margin-top:26px;color:rgba(255,255,255,.44);font-size:10px}
.fx-pro-note span{width:34px;height:1px;background:rgba(255,255,255,.16)}
.fx-pro-card{position:relative;padding:26px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(180deg,rgba(18,16,31,.82),rgba(8,8,15,.76));box-shadow:0 40px 110px rgba(0,0,0,.48);backdrop-filter:blur(28px);overflow:hidden}
.fx-pro-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,var(--fx-accent-1),var(--fx-accent-2),transparent);opacity:.75}
.fx-pro-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.fx-pro-lock{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;border-radius:15px;background:linear-gradient(135deg,rgba(124,58,237,.20),rgba(236,72,153,.16));border:1px solid rgba(190,160,255,.18)}
.fx-pro-lock svg{width:20px;height:20px}
.fx-pro-card h2{margin:0;font-size:25px;letter-spacing:-.025em}
.fx-pro-card-sub{margin:7px 0 0;color:var(--fx-muted);font-size:12px;line-height:1.55}
.fx-pro-badge{display:inline-flex;align-items:center;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.60);font-size:9px;font-weight:900;letter-spacing:.11em;white-space:nowrap}
.fx-pro-notice{margin:0 0 16px;padding:11px 12px;border-radius:12px;font-size:11px;line-height:1.5}
.fx-pro-notice.success{background:rgba(34,197,94,.11);border:1px solid rgba(34,197,94,.27);color:#bbf7d0}
.fx-pro-notice.error{background:rgba(239,68,68,.11);border:1px solid rgba(239,68,68,.27);color:#fecaca}
.fx-pro-notice.info{background:rgba(59,130,246,.11);border:1px solid rgba(59,130,246,.26);color:#bfdbfe}
.fx-pro-field{margin-top:12px}
.fx-pro-field label{display:block;margin:0 0 6px;color:rgba(255,255,255,.72);font-size:10px;font-weight:850}
.fx-pro-field input{width:100%;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.048);color:#fff;padding:0 13px;font:inherit;font-size:13px;outline:none;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}
.fx-pro-field input:focus{border-color:rgba(167,139,250,.86);background:rgba(255,255,255,.065);box-shadow:0 0 0 3px rgba(124,58,237,.13)}
.fx-pro-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.fx-pro-check{display:flex;align-items:center;gap:8px;color:var(--fx-muted);font-size:10px}
.fx-pro-check input{accent-color:var(--fx-accent-1)}
.fx-pro-link{color:#c4b5fd;text-decoration:none;font-size:10px;font-weight:800}
.fx-pro-link:hover{text-decoration:underline}
.fx-pro-btn{width:100%;min-height:48px;margin-top:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;background:linear-gradient(90deg,var(--fx-accent-1),var(--fx-accent-2));box-shadow:0 16px 36px rgba(124,58,237,.20);color:#fff!important;text-decoration:none;font:inherit;font-size:12px;font-weight:950;cursor:pointer;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}
.fx-pro-btn:hover{transform:translateY(-1px);filter:brightness(1.07);box-shadow:0 20px 42px rgba(124,58,237,.25)}
.fx-pro-btn.secondary{margin-top:0;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);box-shadow:none}
.fx-pro-divider{display:flex;align-items:center;gap:11px;margin:20px 0;color:rgba(255,255,255,.29);font-size:8px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.fx-pro-divider:before,.fx-pro-divider:after{content:"";height:1px;flex:1;background:rgba(255,255,255,.08)}
.fx-pro-request{display:none;padding-top:2px}
.fx-pro-request.open{display:block}
.fx-pro-pending{padding:3px 0}
.fx-pro-pending .state{display:inline-flex;padding:7px 10px;border-radius:999px;border:1px solid rgba(245,158,11,.26);background:rgba(245,158,11,.11);color:#fde68a;font-size:9px;font-weight:950;letter-spacing:.09em}
.fx-pro-pending h3{margin:15px 0 7px;font-size:22px}
.fx-pro-pending p{margin:0 0 15px;color:var(--fx-muted);font-size:12px;line-height:1.6}
.fx-pro-foot{position:absolute;left:0;right:0;bottom:0;min-height:58px;display:flex;align-items:center}
.fx-pro-foot-inner{width:min(1240px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.075);padding:15px 0;color:rgba(255,255,255,.32);font-size:9px}
.fx-pro-foot strong{color:rgba(255,255,255,.52);letter-spacing:.13em}
.fx-pro-theme-minimal .fx-pro-bg{filter:saturate(.4) brightness(.7)}
.fx-pro-theme-minimal .fx-pro-scrim{background:linear-gradient(90deg,rgba(4,4,10,.98),rgba(4,4,10,.87) 58%,rgba(4,4,10,.72))}
.fx-pro-theme-neon .fx-pro-glow{width:850px;height:850px;background:radial-gradient(circle,rgba(236,72,153,.23),rgba(124,58,237,.14) 40%,transparent 68%)}
@media(max-width:900px){
  .fx-pro-top{width:min(720px,calc(100% - 32px));height:78px}
  .fx-pro-brand img{width:126px}
  .fx-pro-status{font-size:8px}
  .fx-pro-main{width:min(720px,calc(100% - 32px));min-height:auto;grid-template-columns:1fr;gap:30px;padding:26px 0 92px}
  .fx-pro-copy{padding-top:16px}
  .fx-pro-copy h1{font-size:clamp(44px,11vw,70px)}
  .fx-pro-copy>p{font-size:14px}
  .fx-pro-card{max-width:620px}
  .fx-pro-foot{position:absolute}
}
@media(max-width:540px){
  .fx-pro-bg{background-position:68% center;transform:none}
  .fx-pro-scrim{background:linear-gradient(0deg,rgba(4,4,10,.98) 0%,rgba(4,4,10,.88) 55%,rgba(4,4,10,.55) 100%)}
  .fx-pro-top{height:70px}
  .fx-pro-brand img{width:112px}
  .fx-pro-status{padding:8px 9px;letter-spacing:.07em}
  .fx-pro-main{padding-top:20px}
  .fx-pro-copy h1{font-size:41px}
  .fx-pro-benefits{gap:7px;margin-top:22px}
  .fx-pro-benefit{min-height:34px;padding:0 10px;font-size:9px}
  .fx-pro-card{padding:20px;border-radius:23px}
  .fx-pro-card-head{align-items:center}
  .fx-pro-card h2{font-size:22px}
  .fx-pro-badge{display:none}
  .fx-pro-foot-inner{width:calc(100% - 32px);align-items:flex-start;flex-direction:column;gap:5px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* ===== FLIXY Branding Pack v2.2 ===== */
.fx-pro-page{background:#05050c}
.fx-pro-bg{
  filter:saturate(1.08) contrast(1.03);
  animation:fxProBgFloat 18s ease-in-out infinite alternate;
  will-change:transform;
}
.fx-pro-scrim{
  background:
    linear-gradient(90deg,rgba(3,3,10,.97) 0%,rgba(3,3,10,.88) 35%,rgba(3,3,10,.45) 66%,rgba(3,3,10,.65) 100%),
    linear-gradient(0deg,rgba(3,3,9,.97) 0%,transparent 55%,rgba(3,3,9,.52) 100%);
}
.fx-pro-brand img{
  width:205px;
  max-height:62px;
  border-radius:0;
  filter:drop-shadow(0 0 15px rgba(120,90,255,.24)) drop-shadow(0 0 24px rgba(236,72,153,.12));
}
.fx-pro-status{
  border-color:rgba(167,139,250,.20);
  background:rgba(9,8,21,.63);
  box-shadow:inset 0 0 24px rgba(124,58,237,.06);
}
.fx-pro-status i{
  background:#a78bfa;
  box-shadow:0 0 0 5px rgba(167,139,250,.10),0 0 18px rgba(167,139,250,.50);
}
.fx-pro-copy h1{
  max-width:780px;
  background:linear-gradient(115deg,#fff 0%,#fff 62%,#d9c7ff 83%,#f7b7e4 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-wrap:balance;
}
.fx-pro-copy>p{max-width:690px;color:rgba(255,255,255,.72)}
.fx-pro-benefit{
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border-color:rgba(190,160,255,.15);
  letter-spacing:.045em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.fx-pro-card{
  border-color:rgba(190,160,255,.16);
  background:
    linear-gradient(180deg,rgba(18,15,34,.89),rgba(7,7,15,.83));
  box-shadow:
    0 44px 120px rgba(0,0,0,.56),
    inset 0 1px 0 rgba(255,255,255,.035);
}
.fx-pro-card:after{
  content:"";
  position:absolute;inset:auto -80px -120px auto;
  width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(236,72,153,.10),transparent 68%);
  pointer-events:none;
}
.fx-pro-field input{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.11);
}
.fx-pro-btn{
  position:relative;
  overflow:hidden;
  letter-spacing:.015em;
}
.fx-pro-btn:not(.secondary):before{
  content:"";
  position:absolute;
  top:-45%;bottom:-45%;
  left:-55%;
  width:42%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  transition:left .55s ease;
}
.fx-pro-btn:not(.secondary):hover:before{left:120%}
.fx-pro-btn.secondary{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.fx-pro-lock{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 12px 30px rgba(124,58,237,.08);
}
.fx-pro-note{
  color:rgba(215,201,255,.60);
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.fx-pro-foot-inner strong{
  background:linear-gradient(90deg,#bda7ff,#f08ac8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
@keyframes fxProBgFloat{
  0%{transform:scale(1.012) translate3d(0,0,0)}
  100%{transform:scale(1.035) translate3d(-.25%,.18%,0)}
}
@media(max-width:900px){
  .fx-pro-brand img{width:168px;max-height:56px}
}
@media(max-width:540px){
  .fx-pro-brand img{width:145px}
  .fx-pro-copy h1{font-size:40px;line-height:1.00}
  .fx-pro-bg{animation:none;transform:none}
}
