:root{
  color-scheme:dark;
  --bg:#030b14;
  --panel:#07131f;
  --panel-2:#0a1725;
  --line:#1d3448;
  --muted:#9bb0c6;
  --text:#f7fbff;
  --cyan:#08dcf8;
  --blue:#149dff;
  --purple:#bd10f3;
  --error:#ff6c7c;
  --success:#67e5a8;
  --radius:22px;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{min-height:100%;background:#020812}
body{
  margin:0;
  min-width:320px;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 33% 42%,rgba(0,162,255,.12),transparent 32%),
    linear-gradient(180deg,#03101c 0%,#020914 66%,#02070d 100%);
  color:var(--text);
}
button,input{font:inherit}
.site-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,31vw);
}
.brand-side{
  position:relative;
  min-width:0;
  min-height:100vh;
  border-right:1px solid rgba(117,156,190,.27);
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 42%,rgba(10,115,255,.12),transparent 37%),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16));
}
.brand-side:before,.brand-side:after{
  content:"";
  position:absolute;
  left:-16%;
  bottom:9%;
  width:72%;
  height:2px;
  transform:rotate(-14deg);
  background:linear-gradient(90deg,transparent,#04b8ff 38%,#722cff 76%,transparent);
  box-shadow:0 0 24px #0ac2ff;
  opacity:.55;
}
.brand-side:after{
  left:48%;
  bottom:13%;
  transform:rotate(12deg);
  background:linear-gradient(90deg,transparent,#782bff 18%,#0adfff 65%,transparent);
}
.topbar{
  height:82px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  padding:0 clamp(28px,4vw,58px);
  border-bottom:1px solid rgba(107,149,185,.18);
  position:relative;
  z-index:5;
}
.brand-lockup,.mini-brand{display:flex;align-items:center;gap:12px}
.brand-logo{width:52px;height:52px;object-fit:contain}
.brand-lockup>span{font-size:29px;letter-spacing:.16em;font-weight:500}
.top-nav{display:flex;justify-content:center;gap:34px;color:#dbe7f3;font-size:13px}
.top-actions{display:flex;align-items:center;gap:26px;font-size:13px}
.outline-pill{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:0 26px;
  border:1px solid var(--cyan);
  border-radius:999px;
}
.hero-copy{
  position:relative;
  z-index:3;
  padding:48px 40px 14px;
  text-align:center;
}
.eyebrow{margin:0 0 12px;color:#b8d3e8;font-size:11px;letter-spacing:.36em;font-weight:800}
.hero-copy h1{
  margin:0 auto;
  max-width:890px;
  font-size:clamp(44px,4.2vw,73px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}
.hero-copy h1 span{
  background:linear-gradient(90deg,#05d6ef,#109cf8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-copy>p:last-child{margin:18px 0 0;color:#bdd0e1;font-size:20px;letter-spacing:.01em}
.community-collage{
  position:relative;
  z-index:2;
  width:min(96%,1180px);
  min-height:480px;
  margin:14px auto 0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:10px;
  padding:20px 18px 14px;
}
.community-card{
  position:relative;
  flex:0 0 18%;
  min-width:150px;
  height:330px;
  overflow:hidden;
  border:1px solid rgba(83,217,255,.72);
  border-radius:22px;
  background:#081626;
  box-shadow:0 18px 44px rgba(0,0,0,.38),0 0 30px rgba(12,158,255,.16);
  transform-origin:center bottom;
}
.community-card:nth-child(1){transform:rotate(-2.8deg) translateY(10px)}
.community-card:nth-child(2){transform:rotate(-1.2deg) translateY(5px)}
.community-card:nth-child(4){transform:rotate(1.3deg) translateY(6px);border-color:#efa4ff}
.community-card:nth-child(5){transform:rotate(3deg) translateY(12px);border-color:#a457ff}
.community-card>img:not(.card-logo){width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.03)}
.community-card:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,7,18,.05) 48%,rgba(1,8,19,.88) 100%);
}
.featured-card{
  flex-basis:27%;
  height:430px;
  z-index:3;
  border-width:2px;
  transform:none;
}
.featured-card>img{object-position:center}
.card-logo{
  position:absolute;
  z-index:3;
  top:15px;
  left:15px;
  width:30px;
  height:30px;
  object-fit:contain;
}
.card-tag{
  position:absolute;z-index:3;top:14px;left:52px;
  padding:7px 10px;border-radius:12px;
  background:rgba(3,13,26,.78);backdrop-filter:blur(8px);
  font-size:11px;font-weight:800;
}
.card-copy{
  position:absolute;z-index:3;left:15px;right:15px;bottom:46px;
  display:grid;gap:2px;color:white;
}
.card-copy strong{font-size:16px}
.card-copy span{font-size:11px;letter-spacing:.05em}
.card-metric{position:absolute;z-index:3;left:15px;bottom:15px;font-size:11px;font-weight:800}
.featured-brand{
  position:absolute;z-index:4;top:14px;left:14px;right:14px;
  display:flex;align-items:center;gap:8px;
  color:white;font-weight:800;font-size:15px;
}
.featured-brand img{width:31px;height:31px;object-fit:contain}
.featured-brand b{margin-left:auto;padding:5px 8px;border-radius:8px;background:#d112ef;font-size:10px}
.floating-heart,.floating-chat{
  position:absolute;z-index:4;right:16px;border-radius:999px;
  display:grid;place-items:center;
  box-shadow:0 0 24px rgba(0,224,255,.2);
}
.floating-heart{bottom:100px;width:40px;height:40px;background:#ff3f73;font-size:21px}
.floating-chat{bottom:55px;width:34px;height:34px;background:#eff8ff;color:#17314a;font-size:13px}
.community-caption{
  position:absolute;z-index:4;left:16px;right:16px;bottom:15px;
  padding:9px 12px;border:1px solid rgba(255,255,255,.62);border-radius:999px;
  background:rgba(3,13,26,.72);font-size:10px;text-align:center;
}
.hand-note{
  position:absolute;z-index:2;color:#478fff;font-family:"Segoe Print","Bradley Hand",cursive;
  font-size:18px;font-style:italic;font-weight:800;line-height:1.02;transform:rotate(-8deg);
  opacity:.92;pointer-events:none;
}
.note-left{left:28px;bottom:118px}.note-right{right:28px;bottom:125px;transform:rotate(-6deg)}
.value-strip{
  position:relative;z-index:3;
  display:flex;justify-content:center;gap:50px;
  margin:8px auto 18px;color:#bfe3f6;font-size:11px;
}
.value-strip span{display:flex;align-items:center;gap:8px}.value-strip span:first-letter{color:var(--cyan)}
.desktop-footer{
  position:relative;z-index:3;
  min-height:96px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:20px 36px;
  border-top:1px solid rgba(107,149,185,.20);
}
.mini-brand img{width:38px;height:38px;object-fit:contain}.mini-brand strong{font-size:20px;letter-spacing:.09em}
.mini-brand span{color:#9fb0c2;font-size:10px}
.footer-groups{display:flex;gap:42px;color:#e3eef8;font-size:10px;line-height:1.55}
.footer-groups small{color:#8196aa;font-size:9px}

.demo-side{
  position:relative;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:72px clamp(24px,3vw,54px) 34px;
  background:linear-gradient(180deg,rgba(4,16,28,.92),rgba(3,11,20,.98));
}
.demo-note{
  position:absolute;top:24px;right:34px;
  color:#a6bcd0;font-size:9px;letter-spacing:.32em;line-height:1.4;
}
.demo-note b{color:#dbe8f4}.demo-note i{display:block;width:40px;height:4px;margin-top:9px;background:var(--cyan)}
.demo-card{
  width:100%;
  max-width:510px;
  margin:auto;
  padding:26px 28px 24px;
  border:1px solid rgba(95,138,175,.34);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(9,24,39,.92),rgba(4,13,23,.94));
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.form-head h2{margin:0 0 7px;font-size:33px;letter-spacing:-.03em}
.form-head p{margin:0 0 18px;color:#aebfd2;font-size:14px;line-height:1.4}
.field{
  min-height:50px;
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:7px;
  margin:9px 0;
  padding:0 12px;
  border:1px solid #31475d;
  border-radius:12px;
  background:#09131f;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.field:focus-within{border-color:#17c8ef;box-shadow:0 0 0 3px rgba(23,200,239,.08)}
.field input{
  width:100%;height:48px;border:0;outline:0;background:transparent;color:#f2f7fb;font-size:13px
}
.field input::placeholder{color:#7890aa}
.field-icon,.social-icon{display:grid;place-items:center;color:#a7c0d7;font-size:18px}
.instagram .social-icon{color:#ff58bd}.youtube .social-icon{color:#ff3447}.tiktok .social-icon{color:#eaf8ff}
.required-note{margin:10px 2px 3px;color:#91a7bd;font-size:10px}
.form-status{min-height:18px;margin:2px 2px 8px;font-size:11px}
.form-status.error{color:var(--error)}.form-status.success{color:var(--success)}
.submit-button{
  width:100%;min-height:48px;
  display:flex;align-items:center;justify-content:center;gap:14px;
  border:0;border-radius:999px;
  color:white;font-weight:900;font-size:14px;cursor:pointer;
  background:linear-gradient(90deg,#07dce8,#1687ff 47%,#be12f2);
  box-shadow:0 10px 30px rgba(45,93,255,.22);
}
.submit-button:disabled{opacity:.55;cursor:wait}
.contact-note{margin:10px 0 0;text-align:center;color:#8fa4bb;font-size:10px}
.jbm-divider{height:1px;margin:22px 0 17px;background:#253a4c}
.jbm-link{
  width:max-content;
  margin:0 auto;
  display:flex;align-items:center;gap:13px;
  color:white;text-decoration:none;
}
.jbm-mark{
  display:grid;
  width:46px;height:46px;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:2px;
}
.jbm-mark:before,.jbm-mark:after,.jbm-mark i{
  content:"";display:block;border-radius:1px;
}
.jbm-mark:before{background:#2196f3;grid-column:1;grid-row:1}
.jbm-mark:after{background:#7dcc24;grid-column:2;grid-row:1}
.jbm-mark i:nth-child(1){background:#ff5b21;grid-column:2;grid-row:2}
.jbm-mark i:nth-child(2){display:none}
.jbm-mark i:nth-child(3){grid-column:1;grid-row:2;background:transparent;border:1px solid rgba(255,255,255,.2)}
.jbm-image{width:58px;height:48px;object-fit:cover;object-position:center;border-radius:4px}
.jbm-link strong{font-size:17px}
.social-footer{display:flex;justify-content:center;gap:20px;margin-top:16px;color:#c6d7e6;font-size:16px}
.copyright{text-align:center;margin-top:10px;color:#71879c;font-size:9px}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media(max-width:1180px){
  .site-shell{grid-template-columns:minmax(0,1fr) 410px}
  .top-nav{gap:18px}.top-actions{display:none}
  .community-card{min-width:135px}
}
@media(max-width:920px){
  .site-shell{display:block}
  .brand-side{min-height:auto;border-right:0}
  .topbar{height:72px;grid-template-columns:1fr auto;padding:0 20px}
  .brand-logo{width:46px;height:46px}.brand-lockup>span{font-size:25px}
  .top-nav{display:none}
  .top-actions{display:block}
  .top-actions span:first-child{display:none}
  .outline-pill{min-height:36px;padding:0 17px;font-size:11px}
  .hero-copy{padding:34px 18px 8px}
  .eyebrow{font-size:8px;letter-spacing:.26em}
  .hero-copy h1{font-size:38px;line-height:1.02}
  .hero-copy>p:last-child{margin-top:10px;font-size:16px}
  .community-collage{
    width:100%;
    min-height:390px;
    gap:5px;
    padding:12px 2px 4px;
    overflow:visible;
  }
  .community-card{min-width:0;flex-basis:19%;height:260px;border-radius:16px}
  .featured-card{flex-basis:28%;height:340px}
  .card-tag{display:none}.card-copy{left:9px;right:7px;bottom:33px}.card-copy strong{font-size:11px}.card-copy span{font-size:8px}
  .card-logo{width:23px;height:23px;top:10px;left:9px}.card-metric{left:9px;bottom:10px;font-size:8px}
  .featured-brand{top:10px;left:10px;right:10px;font-size:11px}.featured-brand img{width:24px;height:24px}
  .featured-brand b{font-size:8px;padding:4px 5px}
  .community-caption{left:8px;right:8px;bottom:8px;padding:6px;font-size:7px}
  .floating-heart{width:30px;height:30px;bottom:72px;right:9px}.floating-chat{width:26px;height:26px;bottom:42px;right:10px}
  .hand-note,.desktop-footer{display:none}
  .value-strip{gap:18px;margin:12px auto 18px;font-size:8px}
  .demo-side{min-height:auto;padding:34px 18px 24px;border-top:1px solid rgba(107,149,185,.24)}
  .demo-note{display:none}
  .demo-card{max-width:620px;padding:22px 18px}
  .social-footer{margin-top:14px}
}
@media(max-width:560px){
  body{background:#020914}
  .topbar{height:64px;padding:0 16px}
  .brand-logo{width:40px;height:40px}.brand-lockup>span{font-size:22px;letter-spacing:.14em}
  .outline-pill{display:none}
  .hero-copy{padding-top:22px}
  .hero-copy h1{font-size:31px}
  .hero-copy>p:last-child{font-size:14px}
  .community-collage{
    min-height:310px;
    margin-top:2px;
    gap:3px;
    transform:scale(1.04);
    transform-origin:center top;
  }
  .community-card{height:220px;border-radius:13px}
  .featured-card{height:286px}
  .community-card:nth-child(1){transform:rotate(-3deg) translateY(8px)}
  .community-card:nth-child(2){transform:rotate(-1deg) translateY(4px)}
  .community-card:nth-child(4){transform:rotate(1deg) translateY(4px)}
  .community-card:nth-child(5){transform:rotate(3deg) translateY(8px)}
  .card-copy strong{font-size:9px}.card-copy span{font-size:6px}
  .card-metric{font-size:6px}
  .featured-brand span{display:none}
  .floating-heart,.floating-chat{display:none}
  .community-caption{font-size:6px}
  .value-strip{gap:12px;margin-top:3px}.value-strip span{gap:4px}.value-strip b{font-size:7px}
  .demo-side{padding-top:22px}
  .demo-card{padding:18px 14px;border-radius:16px}
  .form-head h2{font-size:29px}.form-head p{font-size:12px;margin-bottom:12px}
  .field{min-height:45px;margin:7px 0;border-radius:10px}.field input{height:43px;font-size:12px}
  .required-note{font-size:9px}
  .submit-button{min-height:45px;font-size:13px}
  .jbm-link strong{font-size:16px}.jbm-mark{width:40px;height:40px}
}
