
:root{
  --bg0:#050510;
  --bg1:#090923;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.10);
  --stroke: rgba(255,255,255,.14);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --muted2: rgba(255,255,255,.58);
  --accent:#7d7bff;
  --accent2:#00f0ff;
  --accent3:#ff2bd6;
  --shadow: 0 16px 60px rgba(0,0,0,.55);
  --radius: 22px;
  --radius2: 28px;
}

*{ box-sizing:border-box }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 500px at 20% -10%, rgba(125,123,255,.35), transparent 70%),
              radial-gradient(900px 500px at 80% 0%, rgba(0,240,255,.22), transparent 70%),
              radial-gradient(1000px 650px at 50% 110%, rgba(255,43,214,.16), transparent 65%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  min-height:100vh;
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none }
a:hover{ opacity:.96 }

.container{
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus{ left:16px; top:16px; width:auto; height:auto; padding:10px 12px; z-index:9999; background:#111; border-radius:12px; }

#cl-particles{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:-2;
  pointer-events:none;
  opacity:.55;
}

.bg-grid{
  position:fixed;
  inset:-40vh -40vw;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: rotate(-10deg);
  z-index:-3;
  filter: blur(.2px);
  opacity:.22;
  mask-image: radial-gradient(closest-side, black 55%, transparent 100%);
}

.nav{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(5,5,16,.72), rgba(5,5,16,.30));
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 210px;
}
.brand-logo{ display:flex; align-items:center; }
.brand-logo-img{ height:44px !important; width:auto; max-width:240px; object-fit:contain;  max-height:54px; }

.brand-mark{
  width: 44px; height: 44px; border-radius: 16px;
  background: radial-gradient(circle at 30% 30%, rgba(0,240,255,.65), rgba(125,123,255,.40) 40%, rgba(255,43,214,.25) 70%, rgba(255,255,255,.06) 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 18px 40px rgba(0,240,255,.16);
  position:relative;
  overflow:hidden;
}
.brand-mark:after{
  content:"";
  position:absolute; inset:-120%;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.32), transparent 60%);
  animation: sweep 3.6s linear infinite;
}
@keyframes sweep{
  0%{ transform: translateX(-40%) rotate(10deg); }
  100%{ transform: translateX(40%) rotate(10deg); }
}
.brand-title{ font-weight: 800; letter-spacing:.2px; line-height:1.1; }
.brand-sub{ display:block; font-size:12px; color:var(--muted2); margin-top:2px; letter-spacing:.24px }

.nav-toggle{ display:none; align-items:center; gap:10px; padding: 10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color: var(--text); font-weight:800; }
.nav-toggle:hover{ background: rgba(255,255,255,.06); }
.nav-toggle-bars{ width:18px; height:12px; position:relative; display:block; }
.nav-toggle-bars::before,
.nav-toggle-bars::after,
.nav-toggle-bars span{ content:""; position:absolute; left:0; right:0; height:2px; border-radius:999px; background: rgba(255,255,255,.82); }
.nav-toggle-bars::before{ top:0; }
.nav-toggle-bars::after{ bottom:0; }
.nav-toggle-bars span{ top:50%; transform: translateY(-50%); }

.nav-menu{
  display:flex;
  align-items:center;
  gap: 8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.nav-menu .menu{ display:flex; align-items:center; gap:8px; list-style:none; margin:0; padding:0; flex-wrap:wrap; }
.nav-menu .menu li{ margin:0; padding:0; list-style:none; }
.nav-menu a{
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid transparent;
}
.nav-menu a:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
  color: var(--text);
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  font-weight: 700;
  letter-spacing: .15px;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 16px 44px rgba(0,0,0,.28); }
.btn-primary{
  background: linear-gradient(90deg, rgba(125,123,255,.72), rgba(0,240,255,.55));
  border-color: rgba(255,255,255,.22);
}
.btn-ghost{ background: rgba(255,255,255,.03); }

.hero{
  padding: 64px 0 24px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 28px;
  align-items: stretch;
}
.hero h1{
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.8px;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  margin-bottom: 16px;
  width: fit-content;
}
.kicker .dot{
  width:10px; height:10px; border-radius:999px;
  background: radial-gradient(circle, var(--accent2), rgba(0,240,255,.1));
  box-shadow: 0 0 0 1px rgba(0,240,255,.22), 0 0 22px rgba(0,240,255,.26);
}
.lede{ color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 14px; max-width: 62ch; }
.hero-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 22px; }
.badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 18px; color: var(--muted2); font-size: 13px; }
.badge{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}

.card{
  border-radius: var(--radius2);
  background: radial-gradient(120% 140% at 30% 0%, rgba(125,123,255,.22), transparent 55%),
              radial-gradient(120% 160% at 80% 30%, rgba(0,240,255,.16), transparent 55%),
              rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-inner{ padding: 18px; }
.hero-panel{
  position:relative;
  min-height: 360px;
}
.hero-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(800px 280px at 50% 20%, rgba(255,43,214,.22), transparent 60%);
  opacity:.8;
}
.panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  color: var(--muted);
  font-weight: 700;
}
.pill svg{ opacity:.9 }
.metric{
  margin-top: 16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.metric .m{
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.m .label{ font-size: 12px; color: var(--muted2); }
.m .value{ font-size: 20px; font-weight: 800; margin-top: 6px; letter-spacing:.2px; }

.section{
  padding: 38px 0;
}
.section::after{
  content:"";
  display:block;
  clear: both;
}
.section h2{
  font-size: clamp(22px, 2.2vw, 34px);
  margin: 0 0 10px;
  letter-spacing: -.3px;
}
.section p{ color: var(--muted); line-height:1.7; }
.grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.grid2{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
.feature{
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  position:relative;
  overflow:hidden;
}
.feature:after{
  content:"";
  position:absolute;
  inset:-80%;
  background: conic-gradient(from 120deg, rgba(0,240,255,.0), rgba(0,240,255,.12), rgba(255,43,214,.0), rgba(125,123,255,.14), rgba(0,240,255,.0));
  animation: spin 10s linear infinite;
  opacity:.6;
}
@keyframes spin{ to { transform: rotate(360deg);} }
.feature > *{ position:relative; z-index:2; }
.feature h3{ margin: 0 0 8px; font-size: 16px; }
.feature p{ margin:0; color: var(--muted2); font-size: 14px; }

.steps{ margin-top: 18px; display:grid; gap: 12px; }
.step{
  display:flex;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.step .n{
  width: 38px; height: 38px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: radial-gradient(circle at 30% 30%, rgba(0,240,255,.45), rgba(125,123,255,.22) 60%, rgba(255,43,214,.18));
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 900;
}
.step .t{ font-weight: 800; margin: 0 0 4px; }
.step .d{ margin:0; color: var(--muted2); font-size: 14px; line-height: 1.6; }

.pricing{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.price-card{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  overflow:hidden;
  position:relative;
}
.price-card.featured{
  background: radial-gradient(120% 140% at 30% 0%, rgba(125,123,255,.26), transparent 60%),
              radial-gradient(120% 140% at 80% 30%, rgba(0,240,255,.18), transparent 55%),
              rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 24px 90px rgba(0,0,0,.55);
}
.price-top{ padding: 18px; }
.price-top h3{ margin:0 0 8px; font-size: 18px; }
.pricing .price, .price-card .price{ font-size: 40px; font-weight: 900; letter-spacing:-.6px; }
.pricing .price small, .price-card .price small{ font-size: 14px; color: var(--muted2); font-weight: 700; }
.list{
  margin: 14px 0 0;
  padding: 0;
  list-style:none;
  display:grid; gap: 10px;
  color: var(--muted);
  font-size: 14px;
}
.list li{ display:flex; gap:10px; align-items:flex-start; }
.check{
  width: 18px; height: 18px; border-radius: 7px; margin-top: 2px;
  background: rgba(0,240,255,.18);
  border: 1px solid rgba(0,240,255,.25);
  box-shadow: 0 0 20px rgba(0,240,255,.12);
  flex:none;
}
.price-actions{ padding: 0 18px 18px; display:flex; gap: 10px; flex-wrap:wrap; }

.faq{ margin-top: 18px; display:grid; gap: 10px; }
.faq details{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding: 14px 16px;
}
.faq summary{ cursor:pointer; font-weight: 800; color: var(--text); }
.faq p{ margin: 10px 0 0; color: var(--muted2); font-size: 14px; }

.page-hero{
  padding: 44px 0 12px;
}
.breadcrumbs{ font-size: 13px; color: var(--muted2); margin-bottom: 10px; }
.breadcrumbs a{ color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs #breadcrumbs{ margin:0; }
.page-hero h1{ margin:0; font-size: clamp(28px, 3.2vw, 46px); letter-spacing:-.6px; }
.page-hero p{ margin: 12px 0 0; max-width: 72ch; color: var(--muted); line-height: 1.7; }

.content{
  padding: 22px 0 46px;
}
.prose{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  padding: 22px;
}
.prose h2{ margin-top: 18px; }
.prose h3{ margin-top: 18px; }
.prose p, .prose li{ color: var(--muted); line-height:1.7; }
.prose code{ background: rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.10); padding: 2px 6px; border-radius:10px; }
.prose ul{ padding-left: 18px; }
.prose a{ text-decoration: underline; text-underline-offset: 3px; }

/* Make editorial images look intentional (borders + glow) */
.prose img,
.entry-content img,
.wp-block-image img,
.wp-block-gallery img{
  max-width:100%;
  height:auto;
  display:block;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05) inset;
}
.wp-block-image{ margin: 18px 0; }

.footer{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 26px 0 40px;
  color: var(--muted2);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  align-items: start;
}
.foot-links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:flex-end;
}
.foot-links a{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.on{
  opacity:1;
  transform: translateY(0);
}

@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .brand{ min-width:auto; }
  .nav-toggle{ display:inline-flex; }
  .nav-menu{ display:none; position:absolute; left:16px; right:16px; top:64px; padding: 14px; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(5,5,16,.88); backdrop-filter: blur(16px); box-shadow: 0 22px 80px rgba(0,0,0,.65); }
  .nav.is-open .nav-menu{ display:flex; flex-direction:column; align-items:stretch; }
  .nav-menu .menu{ flex-direction:column; align-items:stretch; }
  .nav-menu .menu a{ display:block; }
  .nav-cta{ justify-content:center; margin-top: 6px; }
  .grid3{ grid-template-columns: 1fr; }
  .grid2{ grid-template-columns: 1fr; }
  .pricing{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .foot-links{ justify-content:flex-start; }
}

/* Screenshots / product tour */
.shots-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:18px;
  margin-top:18px;
}
.shots-grid .shot{grid-column:span 12;}
@media (min-width: 860px){
  .shots-grid .shot{grid-column:span 6;}
  .shots-grid .shot:nth-child(1){grid-column:span 12;}
}
.shots-grid.small .shot{grid-column:span 12;}
@media (min-width: 860px){
  .shots-grid.small .shot{grid-column:span 4;}
}

/* Homepage screenshot layout: 1 featured + 2x2 below */
.shot-feature{ margin-top:18px; }
.shots-2x2{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-top:18px;
  clear: both;
}
@media (min-width: 860px){
  .shots-2x2{ grid-template-columns: 1fr 1fr; }
}
.shots-2x2 > *{ margin:0; }
.shots-2x2 .shot{ aspect-ratio: auto; height: 100%; }

/* Guard against WordPress editor alignment classes (they can float or go full-viewport wide) */
.shots-2x2 .alignleft,
.shots-2x2 .alignright,
.shots-2x2 .alignwide,
.shots-2x2 .alignfull{
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.shot{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05) inset;
  transform:translateZ(0);
}
.shot::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:radial-gradient(600px 220px at 10% 0%, rgba(124,92,255,.24), transparent 60%),
             radial-gradient(520px 220px at 90% 0%, rgba(0,212,255,.16), transparent 60%);
  opacity:.9;
  pointer-events:none;
}
.shot-link{ display:block; color:inherit; }
.shot-link:focus-visible{ outline: 2px solid rgba(0,240,255,.55); outline-offset: 3px; border-radius: 18px; }
.shot img{
  width:100%;
  height:auto;
  display:block;
  filter:saturate(1.05) contrast(1.05);
}
.shot{
  display:flex;
  flex-direction:column;
}
.shot-link{
  display:block;
  color:inherit;
  aspect-ratio: 16 / 9;
  overflow:hidden;
}
.shot.featured .shot-link{ aspect-ratio: 21 / 9; }
.shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.05);
}
.shot-cap{
  position:relative;
  padding:14px 16px 16px;
  margin:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.90);
}
.shot-title{
  font-weight:800;
  letter-spacing:.2px;
  font-size:15px;
  line-height:1.25;
}
.shot-desc{
  margin-top:6px;
  font-size:13px;
  line-height:1.45;
  color:rgba(255,255,255,.80);
}
.shot-bullets{
  list-style:none;
  padding:0;
  margin:12px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.shot-bullets li{
  font-size:12px;
  line-height:1;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.shot:hover{
  transform:translateY(-2px);
  box-shadow:0 26px 80px rgba(0,0,0,.65), 0 0 0 1px rgba(255,255,255,.06) inset;
}
