/* XFlynn landing page styles
   - No build step
   - Modern CSS with fallback-friendly choices
*/
:root{
  --bg:#0b1020;
  --panel:#0f1730;
  --panel2:#0c142b;
  --text:#eaf0ff;
  --muted:#a9b4d6;
  --line:rgba(255,255,255,.10);
  --shadow: 0 10px 40px rgba(0,0,0,.35);
  --brand1:#7c5cff;
  --brand2:#22d3ee;
  --brand3:#34d399;
  --radius:16px;
  --radius2:22px;
  --max:1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  background: radial-gradient(1200px 800px at 20% 0%, rgba(124,92,255,.20), transparent 60%),
              radial-gradient(900px 700px at 90% 10%, rgba(34,211,238,.18), transparent 55%),
              radial-gradient(900px 700px at 50% 90%, rgba(52,211,153,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.95}
img{max-width:100%; height:auto}

.container{
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.skip{
  position:absolute;
  left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:12px; top:12px; width:auto; height:auto;
  padding:10px 12px;
  background:rgba(255,255,255,.10);
  border:1px solid var(--line);
  border-radius:12px;
  z-index: 9999;
}

.header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,16,32,.65);
  border-bottom:1px solid var(--line);
}

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

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px;
}
.brand__name{font-size:18px}

.logo{
  width:34px;
  height:34px;
  border-radius:12px;
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(255,255,255,.75), transparent 55%),
    conic-gradient(from 180deg, var(--brand2), var(--brand1), var(--brand3), var(--brand2));
  box-shadow: 0 10px 30px rgba(124,92,255,.18);
  border:1px solid rgba(255,255,255,.18);
}

.nav__links{
  display:flex;
  gap:18px;
  align-items:center;
  color:var(--muted);
  font-weight:600;
}
.nav__links a{padding:8px 10px; border-radius:12px}
.nav__links a:hover{background:rgba(255,255,255,.06); color:var(--text)}

.nav__actions{
  display:flex;
  gap:10px;
  align-items:center;
}

.nav__toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.nav__toggle span{
  display:block;
  height:2px;
  width:18px;
  margin:4px auto;
  background: rgba(255,255,255,.82);
  border-radius:999px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius: 14px;
  padding:10px 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text);
  font-weight:700;
  cursor:pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{background:rgba(255,255,255,.07)}
.btn:active{transform: translateY(1px)}
.btn--primary{
  border-color: rgba(124,92,255,.35);
  background: linear-gradient(135deg, rgba(124,92,255,.92), rgba(34,211,238,.88));
  box-shadow: 0 12px 28px rgba(124,92,255,.22);
}
.btn--primary:hover{filter:saturate(1.05)}
.btn--ghost{
  background: rgba(255,255,255,.02);
}
.btn--lg{padding:12px 16px; border-radius:16px}

.section{padding: 74px 0}
.section--alt{background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 22%, transparent 78%, rgba(255,255,255,.02))}
.section__head{margin-bottom:22px}
.section__head h2{margin:0 0 6px 0; font-size: clamp(26px, 3.2vw, 38px)}
.section__head p{margin:0}

.hero{
  padding: 60px 0 26px 0;
  position:relative;
  overflow:hidden;
}

.hero__grid{
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 26px;
  align-items:stretch;
}

.eyebrow{
  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: rgba(234,240,255,.85);
  font-weight:700;
  font-size: 12px;
  letter-spacing:.25px;
}

.hero__copy h1{
  margin: 14px 0 10px 0;
  font-size: clamp(42px, 5.4vw, 66px);
  line-height:1.02;
}
.lead{
  margin: 0 0 18px 0;
  font-size: 18px;
  color: rgba(234,240,255,.88);
  max-width: 56ch;
}

.hero__cta{display:flex; flex-wrap:wrap; gap:10px; margin: 16px 0 16px 0}

.trust{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.trust__stats{display:flex; gap:18px; flex-wrap:wrap}
.stat{min-width:110px}
.stat__num{font-size:22px; font-weight:900}
.stat__label{color:var(--muted); font-weight:700}

.hero__card{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
}
.card__top, .card__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 14px;
  border-bottom:1px solid var(--line);
}
.card__bottom{
  border-top:1px solid var(--line);
  border-bottom:0;
}
.card__content{padding: 14px}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-weight:800;
  font-size:12px;
  color: rgba(234,240,255,.9);
}
.pill--shine{
  border-color: rgba(34,211,238,.35);
  background: linear-gradient(135deg, rgba(34,211,238,.18), rgba(124,92,255,.16));
}

.dot{width:10px; height:10px; border-radius:999px; background:rgba(255,255,255,.25)}
.dot--ok{background: rgba(52,211,153,.9); box-shadow: 0 0 0 6px rgba(52,211,153,.12)}

.mock{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,16,32,.35);
  padding: 14px;
}
.mock__row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding: 10px 10px;
  border-radius: 14px;
}
.mock__row:hover{background: rgba(255,255,255,.04)}
.mock__k{color: var(--muted); font-weight:700}
.mock__v{font-weight:800}
.badge{padding:4px 8px; border-radius:999px; font-size:12px; font-weight:900; border:1px solid var(--line)}
.badge--low{background: rgba(52,211,153,.12); border-color: rgba(52,211,153,.28)}
.spark{
  display:inline-block;
  width: 70px;
  height: 14px;
  border-radius:999px;
  background:
    linear-gradient(90deg, rgba(34,211,238,.3), rgba(124,92,255,.35), rgba(52,211,153,.3));
  position:relative;
  overflow:hidden;
}
.spark::after{
  content:"";
  position:absolute; inset:-40% -30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transform: translateX(-40%);
  animation: shimmer 2.2s infinite;
}
@keyframes shimmer{
  0%{transform: translateX(-40%)}
  100%{transform: translateX(80%)}
}
.mock__panel{
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.mock__panelTitle{font-weight:900; margin-bottom:8px}
.mock__list{margin:0; padding-left: 18px; color: rgba(234,240,255,.86)}
.check{
  display:inline-block;
  width:10px; height:10px;
  border-radius:4px;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.9));
  margin-right:8px;
}

.muted{color: var(--muted)}
.tiny{font-size:12px}
.link{color: rgba(234,240,255,.92); font-weight:800}
.link:hover{text-decoration:underline}

.grid{display:grid; gap:14px}
.grid--3{grid-template-columns: repeat(3, 1fr)}
.feature{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  padding: 18px;
}
.feature__icon{font-size:22px}
.feature h3{margin: 10px 0 6px 0}
.feature p{margin: 0; color: rgba(234,240,255,.82)}

.callout{
  margin-top: 18px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(124,92,255,.16), rgba(34,211,238,.10));
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.steps{
  list-style:none;
  padding:0;
  margin: 12px 0 0 0;
  display:grid;
  gap:12px;
}
.step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding: 16px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.step__num{
  width:34px; height:34px;
  display:grid; place-items:center;
  border-radius: 14px;
  font-weight:900;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
}
.step__body h3{margin:0 0 4px 0}
.step__body p{margin:0; color: rgba(234,240,255,.82)}

.price{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  padding: 18px;
  position:relative;
}
.price--featured{
  border-color: rgba(124,92,255,.35);
  background: linear-gradient(180deg, rgba(124,92,255,.16), rgba(255,255,255,.03));
  box-shadow: 0 16px 44px rgba(124,92,255,.15);
}
.price h3{margin:0 0 10px 0}
.price__tag{font-size:32px; font-weight:950; margin:0 0 8px 0}
.list{margin: 12px 0 16px 0; padding-left: 18px; color: rgba(234,240,255,.84)}
.list li{margin: 6px 0}

.faq details{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  padding: 14px 16px;
  margin-bottom: 10px;
}
.faq summary{cursor:pointer; font-weight:900}
.faq p{margin:10px 0 0 0; color: rgba(234,240,255,.84)}

.cta__box{
  border-radius: 28px;
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(34,211,238,.12), rgba(124,92,255,.18));
  padding: 22px;
}
.form{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:10px;
  align-items:center;
  margin-top: 12px;
}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(11,16,32,.35);
  color: var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(169,180,214,.75)}
input:focus, textarea:focus{border-color: rgba(34,211,238,.45); box-shadow: 0 0 0 4px rgba(34,211,238,.12)}
.form__note{grid-column: 1 / -1; margin: 0}

.toast{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border:1px solid rgba(52,211,153,.28);
  background: rgba(52,211,153,.10);
  color: rgba(234,240,255,.92);
  font-weight:800;
}

.footer{
  padding: 30px 0 44px 0;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.10);
}
.footer__grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.footer__links{display:flex; gap:14px; flex-wrap:wrap; color: var(--muted); font-weight:700}
.brand--footer{margin-bottom:8px}

.sr-only{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip: rect(0,0,0,0);
  border:0;
}

.bg-orb{
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .40;
  pointer-events:none;
}
.bg-orb--1{
  left:-160px;
  top:-180px;
  background: radial-gradient(circle at 30% 30%, rgba(124,92,255,.75), transparent 60%);
}
.bg-orb--2{
  right:-160px;
  bottom:-240px;
  background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.65), transparent 60%);
}

@media (max-width: 920px){
  .hero__grid{grid-template-columns: 1fr}
  .nav__links{display:none}
  .nav__toggle{display:inline-flex; align-items:center; justify-content:center}
  .grid--3{grid-template-columns: 1fr}
  .callout{flex-direction:column; align-items:flex-start}
  .form{grid-template-columns: 1fr}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .spark::after{animation:none}
  .btn{transition:none}
}


/* --- Prospecting hub additions --- */
.select, .input{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(11,16,32,.35);
  color: var(--text);
  outline:none;
  font-weight:700;
}
.select:focus, .input:focus{border-color: rgba(34,211,238,.45); box-shadow: 0 0 0 4px rgba(34,211,238,.12)}
.input::placeholder{color: rgba(169,180,214,.75)}

.statePicker{display:grid; gap:12px}
.mini{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding: 12px;
}
.mini__title{font-weight:900; margin-bottom:8px}
.mini__list{margin:0; padding-left:18px; color: rgba(234,240,255,.86)}

.explorer{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items:start;
}
.panel{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
  overflow:hidden;
}
.panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 14px 16px;
  border-bottom:1px solid var(--line);
}
.panel__title{margin:0; font-size:16px; font-weight:950}
.panel__tools{display:flex; gap:10px; align-items:center}

.videoList{
  padding: 8px;
  display:grid;
  gap:8px;
  max-height: 520px;
  overflow:auto;
}
.videoItem{
  display:grid;
  gap:4px;
  padding: 10px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(11,16,32,.25);
  cursor:pointer;
}
.videoItem:hover{background: rgba(255,255,255,.04)}
.videoItem[aria-selected="true"]{
  border-color: rgba(34,211,238,.35);
  background: linear-gradient(135deg, rgba(34,211,238,.10), rgba(124,92,255,.10));
}
.videoItem__title{font-weight:950}
.videoItem__meta{display:flex; gap:8px; flex-wrap:wrap; align-items:center; color: var(--muted); font-weight:800; font-size:12px}

.player{padding: 14px 16px}
.player__frame{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(11,16,32,.35);
  overflow:hidden;
}
.player__frame iframe{
  width:100%;
  aspect-ratio: 16 / 9;
  border:0;
  display:block;
}
.player__meta{margin-top:10px}
.player__title{font-weight:950; font-size:16px}
.player__note{margin-top:4px}

.knowledge{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items:start;
}
.tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding: 12px 16px;
  border-bottom:1px solid var(--line);
}
.tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: rgba(234,240,255,.92);
  font-weight:900;
  cursor:pointer;
}
.tab[aria-selected="true"]{
  border-color: rgba(124,92,255,.35);
  background: linear-gradient(135deg, rgba(124,92,255,.20), rgba(34,211,238,.14));
}
.infoBody{padding: 14px 16px}
.infoBody h4{margin: 0 0 8px 0; font-size: 16px}
.infoBody ul{margin: 0; padding-left: 18px; color: rgba(234,240,255,.86)}
.infoBody li{margin: 8px 0}
.infoEmpty{
  border-radius: 16px;
  border:1px dashed rgba(255,255,255,.18);
  padding: 12px;
  color: var(--muted);
  font-weight:800;
}

.aside .panel{padding: 14px 16px}
.aside .panel__head{padding: 0 0 10px 0; border-bottom:0}

@media (max-width: 920px){
  .explorer{grid-template-columns: 1fr}
  .knowledge{grid-template-columns: 1fr}
  .videoList{max-height: 420px}
}
