*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Segoe UI,Arial,sans-serif;
  background:#0f172a;
  color:#e5e7eb;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

:root{
  --bg:#0f172a;
  --bg-deep:#020617;
  --panel:#0b1220;
  --card:#111827;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.14);
  --text:#e5e7eb;
  --muted:rgba(229,231,235,.78);
  --blue:#3b82f6;
  --blue-soft:rgba(59,130,246,.10);
  --green:#22c55e;
  --amber:#f59e0b;
  --shadow:0 18px 45px rgba(0,0,0,.30);
}

header{
  position:sticky;
  top:0;
  z-index:1000;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 48px;
  background:rgba(2,6,23,.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand img{
  width:38px;
  height:38px;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(59,130,246,.22));
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.brand-text strong{
  font-size:18px;
  letter-spacing:1px;
}
.brand-text span{
  font-size:11px;
  color:rgba(229,231,235,.66);
  letter-spacing:.6px;
}

nav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
nav a{
  margin-left:22px;
  font-size:15px;
  color:#e5e7eb;
  opacity:.88;
  transition:color .18s ease, opacity .18s ease;
}
nav a:hover{
  color:#60a5fa;
  opacity:1;
}

.lang-switch{position:relative;margin-left:22px}.lang-switch summary{list-style:none;cursor:pointer;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);font-size:14px;color:#e5e7eb;display:flex;align-items:center;gap:8px}.lang-switch summary::-webkit-details-marker{display:none}.lang-switch[open] summary{border-color:rgba(96,165,250,.28);background:rgba(59,130,246,.08)}.lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:190px;background:#020617;border:1px solid rgba(255,255,255,.10);border-radius:14px;box-shadow:0 18px 44px rgba(0,0,0,.32);padding:8px;display:grid;gap:4px}.lang-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:10px;font-size:14px;color:#e5e7eb;opacity:.92}.lang-item:hover,.lang-item.active{background:rgba(59,130,246,.12);color:#dbeafe;opacity:1}.lang-item small{opacity:.7}

.hero{
  padding:42px 60px 88px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 10%, rgba(59,130,246,.14), transparent 30%),
    linear-gradient(180deg,#020617,#0f172a);
}
.hero-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:18px;
}
.hero-brand img{
  width:88px;
  height:88px;
  object-fit:contain;
  filter:drop-shadow(0 0 24px rgba(59,130,246,.26));
}
.hero-brand .hero-brand-name{
  font-size:22px;
  font-weight:700;
  letter-spacing:3px;
}
.hero-brand .hero-brand-sub{
  font-size:12px;
  color:rgba(229,231,235,.62);
  letter-spacing:1px;
  margin-top:-4px;
}
.hero-pill-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:0 0 18px;
}
.hero-pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.24);
  background:rgba(59,130,246,.08);
  color:#bfdbfe;
  font-size:13px;
}
.hero h1{
  font-size:44px;
  margin:0 auto 16px;
  line-height:1.12;
  max-width:980px;
}
.hero p{
  font-size:20px;
  opacity:.86;
  max-width:920px;
  margin:auto;
  line-height:1.65;
}
.hero-checks{
  margin-top:24px;
  font-size:16px;
  opacity:.88;
  line-height:1.95;
}
.hero-actions{
  margin-top:28px;
}
.hero-banner-showcase{
  width:min(1200px, 100%);
  margin:0 auto 36px;
}
.hero-banner-showcase picture,
.hero-banner-showcase img{
  display:block;
  width:100%;
}
.hero-banner-showcase img{
  height:auto;
  aspect-ratio:3 / 1;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(96,165,250,.24);
  box-shadow:
    0 20px 60px rgba(0,35,110,.30),
    0 0 42px rgba(20,106,255,.14);
}
.btn{
  display:inline-block;
  margin-top:10px;
  padding:14px 28px;
  border-radius:10px;
  background:var(--blue);
  color:white;
  font-weight:600;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  box-shadow:0 10px 28px rgba(59,130,246,.20);
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(59,130,246,.28);
}
.btn.btn-green{
  background:var(--green);
  box-shadow:0 10px 28px rgba(34,197,94,.16);
}
.btn.btn-green:hover{
  box-shadow:0 16px 38px rgba(34,197,94,.22);
}
.btn.btn-video{
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  color:#fff;
  box-shadow:0 10px 28px rgba(6,182,212,.18);
}
.btn.btn-video:hover{
  box-shadow:0 16px 38px rgba(6,182,212,.28);
}
.btn .inline-icon{width:18px;height:18px;display:inline-block;vertical-align:middle;flex:0 0 18px}
.btn .inline-icon svg{width:100%;height:100%;display:block}
.btn.btn-outline{
  background:rgba(15,23,42,.82);
  border:1px solid rgba(96,165,250,.38);
  color:#dbeafe;
  box-shadow:0 10px 28px rgba(59,130,246,.10);
}
.btn.btn-outline:hover{
  box-shadow:0 16px 38px rgba(59,130,246,.20);
  border-color:rgba(147,197,253,.72);
}

.intro-video-panel{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:28px;
  align-items:center;
  background:linear-gradient(180deg,rgba(59,130,246,.09),rgba(2,6,23,.96));
  border:1px solid rgba(96,165,250,.18);
  border-radius:20px;
  padding:28px;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.intro-video-embed{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(96,165,250,.22);
  background:#020617;
  box-shadow:0 18px 46px rgba(0,0,0,.34);
}
.intro-video-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.intro-video-copy h2{
  margin-top:0;
}
.intro-video-copy p{
  color:rgba(229,231,235,.82);
  line-height:1.75;
}
.intro-video-copy ul{
  margin:18px 0 0;
  padding-left:18px;
  color:rgba(229,231,235,.82);
  line-height:1.8;
}
.video-section-header{
  margin-bottom:24px;
}
.video-section-header h2{
  margin-bottom:12px;
}
.video-section-header p{
  max-width:880px;
  color:rgba(229,231,235,.82);
  line-height:1.75;
}
.tutorial-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:18px;
  margin-top:22px;
}
.tutorial-card{
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:18px;
}
.tutorial-card.is-current{
  border-color:rgba(96,165,250,.32);
  background:rgba(59,130,246,.07);
}
.tutorial-card h3{
  margin:0 0 8px;
  font-size:18px;
}
.tutorial-card p{
  margin:0 0 14px;
  color:rgba(229,231,235,.76);
  line-height:1.65;
  font-size:14px;
}
.tutorial-badge{
  display:inline-block;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(59,130,246,.13);
  border:1px solid rgba(96,165,250,.24);
  color:#bfdbfe;
  font-size:12px;
  font-weight:650;
}
.tutorial-badge.muted{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
  color:rgba(229,231,235,.66);
}
.tutorial-link{
  color:#93c5fd;
  font-weight:650;
}
.tutorial-link:hover{
  color:#dbeafe;
}
.hero-preview{
  margin-top:54px;
  display:flex;
  justify-content:center;
}
.preview-shell{
  width:1080px;
  max-width:100%;
  background:#020617;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.55);
  overflow:hidden;
}
.preview-topbar{
  background:#020617;
  padding:10px 16px;
  border-bottom:1px solid rgba(255,255,255,.05);
  display:flex;
  gap:8px;
}
.dot{width:12px;height:12px;border-radius:50%}
.dot.red{background:#ef4444}
.dot.yellow{background:#f59e0b}
.dot.green{background:#22c55e}
.preview-body{
  padding:18px;
  background:linear-gradient(180deg,rgba(59,130,246,.08),rgba(2,6,23,0));
}
.preview-click{
  display:block;
  border:0;
  background:transparent;
  width:100%;
  padding:0;
  cursor:pointer;
}
.preview-click img{
  width:100%;
  height:560px;
  object-fit:contain;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.06);
  background:#0b1120;
}
.preview-note{
  margin-top:28px;
  opacity:.72;
  font-size:14px;
}

.section{
  padding:84px 60px;
  max-width:1280px;
  margin:auto;
}
.section h2{
  font-size:38px;
  margin:0 0 14px;
}
.section > p{
  margin:0 0 28px;
  font-size:17px;
  line-height:1.7;
  opacity:.82;
}

.info-strip{
  max-width:1280px;
  margin:0 auto;
  padding:0 60px;
  transform:translateY(-34px);
}
.info-strip-inner{
  background:linear-gradient(180deg,rgba(59,130,246,.12),rgba(2,6,23,.95));
  border:1px solid rgba(96,165,250,.20);
  border-radius:18px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.info-strip h3{
  margin:0 0 8px;
  font-size:18px;
}
.info-strip p,
.info-strip li{
  margin:0;
  opacity:.84;
  line-height:1.7;
  font-size:14px;
}
.info-strip ul{
  margin:0;
  padding-left:18px;
}
.mini-stat{
  height:100%;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:18px;
}
.mini-stat strong{
  display:block;
  font-size:15px;
  margin-bottom:6px;
}

.features,
.use-grid,
.capability-grid,
.proof-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:24px;
}
.card{
  background:#020617;
  padding:28px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.20);
}
.card h3{
  margin:0 0 12px;
  font-size:20px;
}
.card p{
  margin:0;
  opacity:.84;
  line-height:1.72;
}
.card ul{
  margin:0;
  padding-left:18px;
  opacity:.84;
  line-height:1.75;
}
.card .eyebrow{
  display:inline-block;
  font-size:12px;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#93c5fd;
  margin-bottom:10px;
}

.workflow-diagram{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:18px;
  align-items:center;
  margin-top:20px;
}
.workflow-box{
  background:#020617;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:24px;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
}
.workflow-box h3{
  margin:0 0 8px;
  font-size:18px;
}
.workflow-box p{
  margin:0;
  opacity:.8;
  font-size:14px;
  line-height:1.6;
}
.workflow-arrow{
  font-size:28px;
  opacity:.75;
  animation:flowPulse 1.8s ease-in-out infinite;
}
.workflow-caption{
  margin-top:18px;
  text-align:center;
  opacity:.72;
  font-size:14px;
}
@keyframes flowPulse{
  0%,100%{transform:translateX(0);opacity:.45}
  50%{transform:translateX(6px);opacity:1}
}

.video-shell{
  background:#020617;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}
.video-frame{
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:32px;
  background:
    radial-gradient(circle at 50% 20%, rgba(59,130,246,.12), transparent 35%),
    linear-gradient(180deg, rgba(17,24,39,.92), rgba(2,6,23,.98));
}
.video-frame-inner{
  max-width:760px;
}
.video-play{
  width:84px;
  height:84px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(59,130,246,.14);
  border:1px solid rgba(96,165,250,.30);
  font-size:34px;
  color:#bfdbfe;
}
.video-frame h3{
  margin:0 0 12px;
  font-size:28px;
}
.video-frame p{
  margin:0 auto;
  max-width:680px;
  opacity:.8;
  line-height:1.7;
}
.video-plan{
  padding:22px 24px 26px;
  border-top:1px solid rgba(255,255,255,.06);
}
.video-points{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:14px;
}
.video-point{
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  padding:16px;
}
.video-point strong{
  display:block;
  margin-bottom:8px;
}
.video-point span{
  display:block;
  opacity:.78;
  line-height:1.6;
  font-size:14px;
}

.screens{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:24px;
  margin-top:24px;
}
.screen{
  background:#020617;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.screen:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(0,0,0,.32);
  border-color:rgba(96,165,250,.45);
}
.screen-btn{
  display:block;
  width:100%;
  border:0;
  background:transparent;
  color:inherit;
  padding:0;
  cursor:pointer;
  text-align:left;
}
.screen-image-wrap{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)), #111827;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.screen-image-wrap img{
  width:100%;
  height:320px;
  object-fit:contain;
  border-radius:10px;
  background:#0b1120;
}
.screen-zoom{
  position:absolute;
  top:12px;
  right:12px;
  background:rgba(2,6,23,.78);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  padding:8px 10px;
  border-radius:999px;
  backdrop-filter:blur(4px);
}
.screen-caption{
  padding:16px 18px 18px;
}
.screen-caption h3{
  margin:0 0 6px;
  font-size:18px;
}
.screen-caption p{
  margin:0;
  opacity:.76;
  line-height:1.6;
  font-size:14px;
}

.pricing-tax-note{
  width:100%;
  margin:12px 0 28px;
  padding:12px 16px;
  border:1px solid rgba(96,165,250,.18);
  border-radius:12px;
  background:rgba(59,130,246,.06);
  color:rgba(229,231,235,.78);
  font-size:14px;
  line-height:1.65;
}
.trial-band{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 22px;
  margin-bottom:26px;
  border-radius:16px;
  background:linear-gradient(90deg,rgba(59,130,246,.08),rgba(2,6,23,.88));
  border:1px solid rgba(96,165,250,.18);
}
.trial-pill{
  flex:0 0 auto;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(96,165,250,.24);
  color:#bfdbfe;
  font-size:13px;
  font-weight:650;
}
.trial-copy{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
  line-height:1.5;
}
.trial-copy strong{
  color:#f3f4f6;
  font-size:16px;
}
.trial-copy span{
  color:rgba(229,231,235,.72);
  font-size:14px;
}
.trial-link{
  flex:0 0 auto;
  padding:14px 22px;
  border-radius:10px;
  border:1px solid var(--blue);
  background:var(--blue);
  color:#fff;
  font-size:14px;
  font-weight:600;
  box-shadow:0 10px 28px rgba(59,130,246,.20);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.trial-link:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(59,130,246,.28);
}
.pricing{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.price{
  background:#020617;
  padding:28px 21px;
  border-radius:16px;
  text-align:center;
  border:1px solid rgba(255,255,255,.08);
  position:relative;
}
.price.featured{
  transform:translateY(-6px);
  border-color:#3b82f6;
  box-shadow:0 10px 30px rgba(59,130,246,.18);
}
.badge{
  position:absolute;
  top:14px;
  right:14px;
  background:#3b82f6;
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  font-weight:600;
}
.price p{line-height:1.75}

.cta-panel{
  background:linear-gradient(180deg,rgba(59,130,246,.11),rgba(2,6,23,.95));
  border:1px solid rgba(96,165,250,.18);
  border-radius:20px;
  padding:34px;
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.cta-panel h2{margin-top:0}
.cta-actions{margin-top:14px}

footer{
  text-align:center;
  padding:40px 20px;
  background:#020617;
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:12px;
}
.footer-brand img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.footer-brand strong{
  letter-spacing:2px;
  font-size:18px;
}
footer p{
  margin:0;
  opacity:.76;
}
.footer-links{
  margin:18px 0 12px;
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  font-size:17px;
  font-weight:600;
}
.footer-links a{
  color:#ffffff;
  opacity:1;
  text-decoration:none;
  text-shadow:0 0 10px rgba(96,165,250,.18);
  transition:color .18s ease, transform .18s ease, text-shadow .18s ease;
}
.footer-links a:hover{
  color:#93c5fd;
  transform:translateY(-1px);
  text-shadow:0 0 14px rgba(96,165,250,.34);
}

.lightbox{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.93);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, visibility .2s ease;
  z-index:9999;
}
.lightbox.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.lightbox-inner{
  position:relative;
  width:min(96vw,1540px);
  max-height:94vh;
  background:#020617;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:0 25px 80px rgba(0,0,0,.55);
  overflow:hidden;
}
.lightbox-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0b1220;
}
.lightbox-left{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.lightbox-logo{
  width:30px;
  height:30px;
  object-fit:contain;
  flex:0 0 auto;
}
.lightbox-title-wrap{min-width:0}
.lightbox-title{
  font-size:16px;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.lightbox-sub{
  font-size:12px;
  color:rgba(229,231,235,.60);
  margin-top:2px;
}
.lightbox-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.lightbox-btn{
  border:1px solid rgba(255,255,255,.16);
  background:#111827;
  color:#fff;
  border-radius:10px;
  padding:10px 12px;
  cursor:pointer;
  font-size:14px;
  min-width:44px;
}
.lightbox-btn:hover{background:#1f2937}
.lightbox-stage{
  position:relative;
  background:#050b17;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 80px;
  min-height:70vh;
  overflow:hidden;
}
.lightbox-image{
  max-width:100%;
  max-height:76vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  transform-origin:center center;
  transition:transform .15s ease;
  user-select:none;
  -webkit-user-drag:none;
}
.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(15,23,42,.82);
  color:#fff;
  font-size:22px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-nav:hover{background:rgba(31,41,55,.92)}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
.lightbox-caption{
  padding:14px 18px 18px;
  border-top:1px solid rgba(255,255,255,.06);
  color:rgba(229,231,235,.78);
  font-size:14px;
  line-height:1.65;
}
.lightbox-counter{
  font-size:12px;
  color:rgba(229,231,235,.62);
}

.video-play-overlay{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:88px;
  height:88px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.34);
  background:rgba(7,15,28,.72);
  color:#fff;
  display:none;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(0,0,0,.35);
  backdrop-filter:blur(8px);
  z-index:4;
}
.video-play-overlay:hover{
  background:rgba(12,25,46,.90);
}
.video-play-overlay span{
  font-size:34px;
  line-height:1;
  margin-left:4px;
}
.video-player-wrap{
  position:absolute;
  inset:0;
  background:#05070b;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:5;
}
.video-player-wrap.active{
  display:flex;
}
.feature-video{
  width:100%;
  height:100%;
  max-height:76vh;
  object-fit:contain;
  background:#000;
}
.close-video-button{
  position:absolute;
  top:16px;
  right:16px;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(7,15,28,.82);
  color:#fff;
  cursor:pointer;
  z-index:6;
}
.close-video-button:hover{
  background:rgba(12,25,46,.92);
}


@media (max-width:1100px){
  .pricing{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
  .pricing{grid-template-columns:1fr}
  .trial-band{flex-direction:column;align-items:flex-start}
  .trial-link{width:100%;text-align:center}
  .price.featured{transform:none}
}

@media (max-width:1100px){
  .info-strip-inner{grid-template-columns:1fr}
}

@media (max-width:980px){
  header{
    padding:16px 20px;
    flex-direction:column;
    gap:12px;
  }
  nav{justify-content:center}
  nav a{margin:6px 10px}
  .hero{padding:28px 20px 70px}
  .hero h1{font-size:34px;max-width:760px}
  .hero p{font-size:18px}
  .hero-banner-showcase{margin:0 auto 28px}
  .hero-banner-showcase img{border-radius:12px}
  .section{padding:60px 20px}
  .info-strip{padding:0 20px}
  .intro-video-panel{grid-template-columns:1fr;padding:22px}
  .workflow-diagram{grid-template-columns:1fr;gap:14px}
  .workflow-arrow{transform:rotate(90deg);text-align:center}
  .workflow-arrow:nth-of-type(2){animation:none}
  .screens{grid-template-columns:1fr}
  .screen-image-wrap{min-height:260px}
  .screen-image-wrap img{height:260px}
  .preview-click img{height:300px}
  .lightbox-stage{padding:20px 56px;min-height:58vh}
  .lightbox-nav{width:46px;height:46px}
}

@media (max-width:640px){
  .brand-text span{display:none}
  .hero-brand img{width:70px;height:70px}
  .hero-brand .hero-brand-name{font-size:18px}
  .hero h1{font-size:29px}
  .section h2{font-size:30px}
  .lightbox-toolbar{flex-direction:column;align-items:stretch}
  .lightbox-actions{justify-content:flex-start}
  .lightbox-stage{padding:16px 16px 70px}
  .lightbox-prev{left:14px;top:auto;bottom:10px;transform:none}
  .lightbox-next{right:14px;top:auto;bottom:10px;transform:none}
}


.download-choices{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);
  gap:26px;
  margin-top:30px;
  align-items:start;
}
.store-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:22px;
  border:1px solid rgba(96,165,250,.24);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.18), transparent 34%),
    linear-gradient(180deg, rgba(15,23,42,.98), rgba(2,6,23,.98));
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
.store-card::after{
  content:"";
  position:absolute;
  inset:auto -40px -70px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(59,130,246,.16), transparent 62%);
  pointer-events:none;
}
.store-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:18px;
}
.store-badge-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(34,197,94,.12);
  color:#bbf7d0;
  border:1px solid rgba(34,197,94,.22);
  font-size:13px;
  font-weight:700;
  letter-spacing:.2px;
}
.store-badge-pill .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 12px rgba(34,197,94,.55);
}
.store-web-link{
  font-size:13px;
  color:#93c5fd;
  opacity:.92;
}
.store-header{
  display:flex;
  align-items:center;
  gap:18px;
}
.store-icon-wrap{
  width:72px;
  height:72px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(59,130,246,.16), rgba(59,130,246,.07));
  border:1px solid rgba(96,165,250,.28);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 12px 30px rgba(2,6,23,.35);
}
.store-icon-wrap svg{
  width:40px;
  height:40px;
  display:block;
  margin:0 auto;
}
.store-title-area h3{
  margin:0 0 6px;
  font-size:30px;
}
.store-title-area p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.store-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:22px 0 20px;
}
.store-point{
  padding:14px 14px 13px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
}
.store-point strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
  color:#fff;
}
.store-point span{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:rgba(229,231,235,.8);
}
.store-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:4px;
}
.btn-store{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 22px;
  border-radius:14px;
  background:linear-gradient(135deg,#60a5fa,#2563eb);
  color:#fff;
  font-weight:700;
  box-shadow:0 14px 34px rgba(37,99,235,.28);
}
.btn-store:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(37,99,235,.34)}
.btn-store .inline-icon,
.btn-store-lite .inline-icon,
.download-box .inline-icon{width:18px;height:18px;display:inline-block;flex:0 0 18px}
.btn-store svg,.btn-store-lite svg,.download-box svg{width:100%;height:100%;display:block}
.btn-store-lite{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 18px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#dbeafe;
  border:1px solid rgba(96,165,250,.22);
  font-weight:600;
}
.btn-store-lite:hover{transform:translateY(-2px);background:rgba(59,130,246,.09)}
.store-footnote{
  margin-top:14px;
  font-size:13px;
  color:rgba(229,231,235,.68);
}
.download-side{
  display:grid;
  gap:26px;
}
.download-box{
  padding:26px 24px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(15,23,42,.82);
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}
.download-box .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.4px;
  color:#bfdbfe;
  text-transform:uppercase;
}
.download-box h3{
  margin:0 0 12px;
  font-size:28px;
}
.download-box p{
  margin:0 0 16px;
  line-height:1.7;
  color:var(--muted);
}
.download-box ul{
  list-style:none;
  padding:0;
  margin:0 0 18px;
  display:grid;
  gap:9px;
  font-size:14px;
  color:rgba(229,231,235,.86);
}
.download-box li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.download-box li::before{
  content:"•";
  color:#60a5fa;
  line-height:1;
  margin-top:2px;
}
.download-box .btn{margin-top:0}
.requirements-compact{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.requirements-compact .spec{
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}
.requirements-compact .spec strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}
.requirements-compact .spec span{
  font-size:13px;
  color:rgba(229,231,235,.82);
  line-height:1.55;
}
.store-bottom-note{
  margin-top:16px;
  opacity:.74;
  font-size:14px;
}
@media (max-width: 980px){
  .download-choices{grid-template-columns:1fr}
  .store-highlights{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .store-card,.download-box{padding:22px 18px}
  .store-card-top,.store-header,.store-actions{display:block}
  .store-card-top>*+*,.store-header>*+*,.store-actions>*+*{margin-top:12px}
  .store-title-area h3,.download-box h3{font-size:24px}
  .requirements-compact{grid-template-columns:1fr}
}
