:root{
  --bg:#071018;
  --bg-2:#0b1622;
  --bg-3:#0e1d2d;
  --panel:rgba(15,26,38,.76);
  --panel-solid:#101b28;
  --panel-soft:rgba(255,255,255,.04);
  --stroke:rgba(255,255,255,.08);
  --stroke-strong:rgba(255,255,255,.14);
  --text:#ecf3ff;
  --muted:#9bb0c9;
  --accent:#7c5cff;
  --accent-2:#22d3ee;
  --success:#22c55e;
  --warning:#f59e0b;
  --danger:#ef4444;
  --shadow:0 20px 60px rgba(0,0,0,.35);
  --shadow-soft:0 14px 35px rgba(0,0,0,.22);
  --radius:22px;
  --container:1200px;
  --header-h:84px;
  --mobile-nav-h:82px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top left, rgba(124,92,255,.16), transparent 30%),
    radial-gradient(circle at top right, rgba(34,211,238,.12), transparent 28%),
    linear-gradient(180deg, #050b12 0%, #08121c 100%);
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}

.site-bg-orb{
  position:fixed;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
  z-index:0;
  opacity:.5;
}
.orb-1{
  width:320px;
  height:320px;
  left:-100px;
  top:100px;
  background:rgba(124,92,255,.18);
}
.orb-2{
  width:280px;
  height:280px;
  right:-80px;
  top:220px;
  background:rgba(34,211,238,.14);
}

.site-bg-grid{
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.05));
  pointer-events:none;
  z-index:0;
}

#app-shell{
  position:relative;
  z-index:1;
}

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

#site-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(18px);
  background:rgba(4,10,16,.6);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.header-inner{
  min-height:var(--header-h);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
}

.site-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.logo-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:white;
  box-shadow:0 10px 30px rgba(124,92,255,.3);
  font-size:1.2rem;
  flex-shrink:0;
}

.logo-text-wrap{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.logo-text{
  font-weight:800;
  letter-spacing:.2px;
  font-size:1.02rem;
}

.logo-subtext{
  color:var(--muted);
  font-size:.78rem;
}

.desktop-nav{
  display:flex;
  justify-content:center;
  gap:10px;
}

.desktop-nav a,
.footer-links a,
.mobile-nav-item{
  color:var(--muted);
  transition:.25s ease;
}

.desktop-nav a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  position:relative;
}

.desktop-nav a:hover,
.desktop-nav a.is-active{
  color:var(--text);
  background:rgba(255,255,255,.06);
}

.desktop-nav a.is-active{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06), 0 8px 24px rgba(124,92,255,.12);
}

.header-actions{
  display:flex;
  justify-content:flex-end;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:none;
  border-radius:999px;
  padding:12px 20px;
  font-weight:700;
  transition:.25s ease;
  cursor:pointer;
  text-decoration:none;
}

.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg, var(--accent), #5ce1e6);
  color:white;
  box-shadow:0 16px 35px rgba(124,92,255,.28);
}
.btn-primary:hover{
  color:white;
  box-shadow:0 20px 40px rgba(124,92,255,.34);
}
.btn-secondary{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:var(--text);
}
.btn-secondary:hover{color:var(--text)}
.btn-lg{padding:15px 24px;font-size:1rem}
.btn-sm{padding:9px 14px;font-size:.92rem}

.site-play-btn{
  min-width:140px;
}

.section{
  padding:72px 0;
}

.page-hero,
.hero-section{
  padding:72px 0 40px;
}

.page-hero-compact{
  padding-bottom:20px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:30px;
  align-items:center;
}

.eyebrow,
.section-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  color:#9be7ff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  font-weight:700;
}

.hero-copy h1,
.page-hero h1{
  font-size:clamp(2.2rem, 5vw, 4.6rem);
  line-height:1.02;
  margin:0 0 18px;
  letter-spacing:-.04em;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.feature-card p,
.showcase-copy p,
.prose-card p,
.article-body p,
.contact-card p,
.blog-card p,
.empty-state-card p{
  color:var(--muted);
  line-height:1.75;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.hero-mini-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.proof-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--stroke);
  color:#dfeaff;
  font-size:.9rem;
}

.hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.stat-pill{
  min-width:120px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow-soft);
}

.stat-pill strong{
  display:block;
  font-size:1.08rem;
}
.stat-pill span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:.9rem;
}

.hero-media-card,
.feature-card,
.blog-card,
.contact-card,
.prose-card,
.cta-panel,
.video-teaser-card,
.empty-state-card,
.blog-filter-bar,
.skeleton-panel,
.article-body{
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}

.hero-media-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:560px;
}

.hero-media-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-floating-badge{
  position:absolute;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(8,14,22,.72);
  border:1px solid rgba(255,255,255,.08);
  color:#eef5ff;
  font-size:.85rem;
  backdrop-filter:blur(12px);
}

.badge-top-left{
  top:18px;
  left:18px;
}
.badge-top-right{
  top:18px;
  right:18px;
}

.hero-media-overlay{
  position:absolute;
  inset:auto 20px 20px 20px;
  padding:18px;
  border-radius:20px;
  background:rgba(5,10,18,.62);
  border:1px solid rgba(255,255,255,.08);
}

.live-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  padding:8px 12px;
  border-radius:999px;
  font-size:.76rem;
  font-weight:800;
  background:rgba(34,197,94,.16);
  color:#8af0a6;
}

.hero-overlay-actions{
  margin-top:16px;
}

.section-heading{
  max-width:720px;
  margin-bottom:28px;
}

.section-heading h2,
.showcase-copy h2,
.cta-panel h2{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 4vw, 3rem);
  line-height:1.1;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.feature-card{
  padding:24px;
  border-radius:24px;
  transition:.25s ease;
}
.feature-card:hover{
  transform:translateY(-4px);
  border-color:var(--stroke-strong);
}

.feature-icon{
  font-size:1.8rem;
  margin-bottom:14px;
}

.showcase-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
}

.showcase-list{
  display:grid;
  gap:10px;
  margin:18px 0 0;
}

.showcase-list-item{
  display:flex;
  align-items:center;
  gap:10px;
  color:#dfeaff;
}
.showcase-list-item i{
  color:#8af0a6;
}

.showcase-media-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.showcase-media-grid img,
.video-teaser-card{
  border-radius:20px;
  overflow:hidden;
  min-height:180px;
}

.showcase-media-grid img{
  object-fit:cover;
  height:100%;
  border:1px solid var(--stroke);
}

.video-teaser-card{
  position:relative;
}

.video-teaser-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.video-teaser-overlay{
  position:absolute;
  inset:auto 14px 14px 14px;
  padding:14px;
  border-radius:16px;
  background:rgba(8,14,22,.65);
  display:flex;
  flex-direction:column;
  gap:8px;
}

.highlight-band{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(124,92,255,.12), rgba(34,211,238,.08));
  border:1px solid rgba(255,255,255,.07);
}

.highlight-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:rgba(7,16,24,.46);
  border:1px solid var(--stroke);
  color:#eaf3ff;
}

.cta-panel{
  border-radius:28px;
  padding:28px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.blog-card{
  border-radius:24px;
  overflow:hidden;
  transition:.25s ease;
}

.blog-card:hover{
  transform:translateY(-4px);
  border-color:var(--stroke-strong);
}

.blog-card-thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.blog-card-body{
  padding:20px;
}

.blog-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:var(--muted);
  font-size:.9rem;
  margin-bottom:12px;
}

.blog-card h3,
.feature-card h3,
.contact-card h3,
.empty-state-card h3{
  margin:0 0 10px;
  font-size:1.15rem;
}

.blog-tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}

.blog-tags span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  font-size:.8rem;
  background:rgba(255,255,255,.06);
  color:#c9d8eb;
}

.blog-card-action{
  margin-top:18px;
}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#9be7ff;
  font-weight:600;
}

.text-link:hover{
  color:#c8f3ff;
}

.blog-filter-bar{
  border-radius:24px;
  padding:18px;
  margin-bottom:24px;
}

.blog-search-wrap{
  position:relative;
  margin-bottom:16px;
}

.blog-search-wrap i{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--muted);
}

.blog-search-wrap input{
  width:100%;
  height:52px;
  padding:0 16px 0 44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:var(--text);
  outline:none;
}

.blog-search-wrap input::placeholder{
  color:var(--muted);
}

.blog-tag-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.tag-filter-btn{
  border:none;
  background:rgba(255,255,255,.06);
  color:var(--muted);
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  padding:10px 14px;
  transition:.2s ease;
}

.tag-filter-btn:hover,
.tag-filter-btn.is-active{
  color:var(--text);
  background:rgba(124,92,255,.18);
  border-color:rgba(124,92,255,.28);
}

.article-layout{
  max-width:900px;
}

.article-header{
  max-width:900px;
}

.article-cover{
  border-radius:24px;
  margin-bottom:24px;
  border:1px solid var(--stroke);
}

.article-body{
  border-radius:24px;
  padding:28px;
}

.prose-card{
  border-radius:24px;
  padding:28px;
  max-width:900px;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.contact-card{
  border-radius:24px;
  padding:24px;
}

.contact-card a{
  color:#9be7ff;
}

.empty-state-card{
  border-radius:24px;
  padding:40px 24px;
  text-align:center;
  max-width:720px;
  margin:0 auto;
}

.empty-state-icon{
  width:74px;
  height:74px;
  margin:0 auto 16px;
  border-radius:22px;
  display:grid;
  place-items:center;
  font-size:1.8rem;
  background:linear-gradient(135deg, rgba(124,92,255,.2), rgba(34,211,238,.16));
  color:#eaf4ff;
}

.skeleton{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:rgba(255,255,255,.06);
}
.skeleton::after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.08),
    transparent
  );
  animation:shimmer 1.4s infinite;
}

.skeleton-line{
  height:14px;
  margin-bottom:14px;
}
.skeleton-line.lg{
  height:22px;
}
.skeleton-box{
  height:44px;
  border-radius:14px;
}
.skeleton-media{
  height:220px;
}
.skeleton-card{
  border-radius:24px;
  overflow:hidden;
}
.skeleton-panel{
  border-radius:24px;
  padding:18px;
}
.w-25{width:25%}
.w-50{width:50%}
.w-75{width:75%}
.w-100{width:100%}
.mb-3{margin-bottom:1rem}
.mb-4{margin-bottom:1.5rem}
.pt-0{padding-top:0}

.route-fade{
  transition:opacity .2s ease, transform .2s ease;
}
.route-leave{
  opacity:.3;
  transform:translateY(10px);
}
.route-enter{
  opacity:1;
  transform:translateY(0);
}

#site-footer{
  padding:24px 0 calc(var(--mobile-nav-h) + 18px);
  border-top:1px solid rgba(255,255,255,.05);
  margin-top:24px;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.footer-brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:white;
  box-shadow:0 10px 24px rgba(124,92,255,.24);
}

.footer-brand-name{
  font-weight:700;
  color:#eff6ff;
}

.footer-brand-copy,
.footer-links a{
  color:var(--muted);
}

.footer-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.footer-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

#mobile-bottom-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1001;
  padding:10px 14px 14px;
  display:none;
}

.mobile-nav-inner{
  width:min(520px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:8px;
  background:rgba(9,15,24,.66);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:10px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.mobile-nav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:58px;
  border-radius:16px;
  font-size:.92rem;
}

.mobile-nav-item i{
  font-size:1.15rem;
}

.mobile-nav-item:hover,
.mobile-nav-item.is-active{
  color:var(--text);
  background:rgba(255,255,255,.07);
}

.showcase-grid-phase3{
  grid-template-columns: .85fr 1.15fr;
}

.showcase-media-stack{
  display:grid;
  gap:16px;
}

.media-group-card{
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
  border-radius:24px;
  padding:18px;
  overflow:hidden;
}

.media-group-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

.media-group-kicker{
  display:inline-flex;
  align-items:center;
  color:#9be7ff;
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:8px;
}

.media-group-head h3{
  margin:0;
  font-size:1.1rem;
}

.screenshot-carousel{
  position:relative;
}

.screenshot-track{
  display:flex;
  transition:transform .35s ease;
  width:100%;
}

.screenshot-slide{
  min-width:100%;
  border-radius:18px;
  overflow:hidden;
}

.screenshot-slide img{
  width:100%;
  height:360px;
  object-fit:cover;
  border:1px solid var(--stroke);
  border-radius:18px;
}

.carousel-controls{
  display:flex;
  gap:8px;
}

.carousel-btn{
  width:40px;
  height:40px;
  border:none;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:var(--text);
  border:1px solid rgba(255,255,255,.08);
  transition:.2s ease;
}

.carousel-btn:hover{
  background:rgba(255,255,255,.12);
}

.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}

.carousel-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:rgba(255,255,255,.18);
  transition:.2s ease;
}

.carousel-dot.is-active{
  width:28px;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
}

.video-preview-card{
  padding-bottom:18px;
}

.video-preview-trigger{
  position:relative;
  width:100%;
  padding:0;
  border:none;
  background:transparent;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
}

.video-preview-trigger img{
  width:100%;
  height:280px;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--stroke);
}

.video-play-badge{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(8,14,22,.74);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:1.8rem;
  box-shadow:0 18px 30px rgba(0,0,0,.28);
}

.video-preview-overlay{
  position:absolute;
  inset:auto 16px 16px 16px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px;
  border-radius:16px;
  background:rgba(8,14,22,.65);
  color:#eff6ff;
  text-align:left;
}

.video-preview-overlay small{
  color:var(--muted);
}

.video-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(4,10,16,.76);
  backdrop-filter:blur(8px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:2000;
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
}

.video-modal-backdrop.is-open{
  opacity:1;
  pointer-events:auto;
}

.video-modal-dialog{
  position:relative;
  width:min(960px, 100%);
}

.video-modal-close{
  position:absolute;
  top:-10px;
  right:-6px;
  width:44px;
  height:44px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  z-index:2;
}

.video-modal-frame-wrap{
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  background:#000;
}

.video-modal-frame-wrap iframe{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
}

body.modal-open{
  overflow:hidden;
}

.faq-list{
  display:grid;
  gap:14px;
  max-width:900px;
}

.faq-item{
  background:var(--panel);
  border:1px solid var(--stroke);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.faq-question{
  width:100%;
  border:none;
  background:transparent;
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  padding:20px 22px;
  font-weight:700;
}

.faq-question i{
  transition:.2s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease;
}

.faq-answer p{
  margin:0;
  padding:0 22px 20px;
  color:var(--muted);
  line-height:1.75;
}

.faq-item.is-open .faq-answer{
  max-height:220px;
}

.faq-item.is-open .faq-question i{
  transform:rotate(45deg);
}

.contact-page-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.contact-form-card{
  grid-column:1 / -1;
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  border-radius:24px;
  padding:24px;
}

.contact-form{
  margin-top:22px;
}

.form-row{
  margin-bottom:16px;
}

.form-row.two-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.form-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.form-group label{
  font-weight:600;
  color:#e8f2ff;
}

.form-group input,
.form-group textarea{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:var(--text);
  padding:14px 16px;
  outline:none;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
  color:var(--muted);
}

.contact-form-actions{
  display:flex;
  justify-content:flex-start;
}

.form-feedback{
  margin-top:16px;
  border-radius:16px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.form-feedback-loading{
  background:rgba(245,158,11,.12);
  color:#ffd98c;
  border:1px solid rgba(245,158,11,.2);
}

.form-feedback-success{
  background:rgba(34,197,94,.12);
  color:#a6f2b8;
  border:1px solid rgba(34,197,94,.2);
}

.spin{
  animation:spin 1s linear infinite;
}

.reveal-on-scroll{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .45s ease, transform .45s ease;
}

.reveal-on-scroll.is-revealed{
  opacity:1;
  transform:translateY(0);
}

.announcement-bar{
  padding:14px 0 0;
}

.announcement-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(124,92,255,.18), rgba(34,211,238,.12));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow-soft);
}

.announcement-copy{
  display:flex;
  align-items:center;
  gap:10px;
  color:#eef6ff;
}

.announcement-copy i{
  color:#9be7ff;
}

.announcement-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#9be7ff;
  font-weight:700;
  white-space:nowrap;
}

.site-ticker{
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.02);
  margin-top:20px;
}

.ticker-track{
  display:flex;
  gap:28px;
  width:max-content;
  padding:12px 0;
  animation:tickerScroll 26s linear infinite;
}

.ticker-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#dbe9fb;
  white-space:nowrap;
  font-weight:600;
}

.ticker-item i{
  color:#8ce8ff;
}

.hero-counters{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-top:22px;
}

.counter-card{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow-soft);
}

.counter-value{
  display:block;
  font-size:1.6rem;
  line-height:1;
  margin-bottom:8px;
}

.counter-card span{
  color:var(--muted);
  line-height:1.45;
  font-size:.92rem;
}

.featured-post-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  overflow:hidden;
  border-radius:28px;
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
}

.featured-post-media img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
}

.featured-post-body{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.featured-post-body h2{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 4vw, 2.5rem);
  line-height:1.08;
}

.install-prompt-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border-radius:28px;
  padding:28px;
  background:
    radial-gradient(circle at top right, rgba(124,92,255,.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(34,211,238,.12), transparent 30%),
    var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
}

.install-prompt-copy{
  max-width:780px;
}

.install-prompt-copy h2{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 4vw, 2.8rem);
  line-height:1.08;
}

.install-points{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.install-point{
  display:flex;
  align-items:center;
  gap:10px;
  color:#eaf3ff;
}

.install-point i{
  color:#8af0a6;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.testimonial-card{
  border-radius:24px;
  padding:24px;
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow-soft);
}

.testimonial-quote-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(124,92,255,.18), rgba(34,211,238,.14));
  color:#eef5ff;
  margin-bottom:16px;
  font-size:1.3rem;
}

.testimonial-quote{
  color:#e7f0ff;
  line-height:1.8;
  margin-bottom:18px;
}

.testimonial-author{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.testimonial-author strong{
  color:#fff;
}

.testimonial-author span{
  color:var(--muted);
  font-size:.92rem;
}

.hero-parallax-zone{
  overflow:hidden;
}

@keyframes tickerScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

@media (max-width: 980px){
  .hero-counters,
  .testimonial-grid,
  .featured-post-card{
    grid-template-columns:1fr;
  }

  .install-prompt-card{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 760px){
  .announcement-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 640px){
  .hero-counters{
    grid-template-columns:1fr;
  }

  .featured-post-media img{
    min-height:220px;
  }

  .featured-post-body{
    padding:20px;
  }

  .install-prompt-card{
    padding:22px;
  }
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

@media (max-width: 980px){
  .showcase-grid-phase3,
  .contact-page-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .form-row.two-cols{
    grid-template-columns:1fr;
  }

  .screenshot-slide img,
  .video-preview-trigger img{
    height:240px;
  }

  .media-group-head{
    flex-direction:column;
  }
}

@keyframes shimmer{
  100%{transform:translateX(100%)}
}

@media (max-width: 980px){
  .hero-grid,
  .showcase-grid,
  .feature-grid,
  .blog-grid,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .hero-media-card{
    min-height:420px;
  }

  .cta-panel{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 760px){
  .header-inner{
    grid-template-columns:auto 1fr auto;
  }

  .desktop-nav{
    display:none;
  }

  #mobile-bottom-nav{
    display:block;
  }

  .section,
  .hero-section,
  .page-hero{
    padding:56px 0 28px;
  }

  .hero-copy h1,
  .page-hero h1{
    font-size:clamp(2rem, 8vw, 3rem);
  }

  .showcase-media-grid{
    grid-template-columns:1fr 1fr;
  }

  .site-play-btn{
    min-width:auto;
    padding-inline:16px;
  }

  .site-play-btn span{
    display:none;
  }

  .site-play-btn i{
    font-size:1.1rem;
    margin:0;
  }
}

@media (max-width: 480px){
  .container{
    width:min(var(--container), calc(100% - 22px));
  }

  .btn{
    padding:11px 16px;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .showcase-media-grid{
    grid-template-columns:1fr;
  }

  .blog-card-thumb img{
    height:190px;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .logo-subtext{
    display:none;
  }

  .hero-floating-badge{
    font-size:.76rem;
    padding:8px 12px;
  }

  .badge-top-right{
    top:64px;
    right:18px;
  }
}