/* TX Software Store - Dark Neon Theme */
:root{
  --bg:#030712;
  --bg2:#07111f;
  --panel:#0b1424;
  --panel2:#101b2e;
  --line:rgba(148,163,184,.23);
  --line2:rgba(34,211,238,.28);
  --text:#f8fafc;
  --muted:#b9c4d5;
  --dim:#7f8da3;
  --cyan:#22d3ee;
  --blue:#2f7cff;
  --pink:#ff2bbd;
  --purple:#8b5cf6;
  --green:#31f27d;
  --yellow:#ffd21f;
  --red:#ef4444;
  --shadow:0 24px 80px rgba(0,0,0,.38);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 16% 0%,rgba(34,211,238,.16),transparent 32%),
    radial-gradient(circle at 86% 5%,rgba(139,92,246,.14),transparent 30%),
    linear-gradient(180deg,#020617 0%,#030712 100%);
  line-height:1.55;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.wrap{width:min(1240px,calc(100% - 36px));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(3,7,18,.82);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-mark{
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 70% 30%,var(--pink),transparent 18%),
    linear-gradient(135deg,var(--blue),var(--purple));
  border:1px solid rgba(34,211,238,.45);
  box-shadow:0 0 30px rgba(34,211,238,.22);
  font-weight:1000;
  letter-spacing:-.06em;
}
.brand strong{display:block;font-size:1.02rem}
.brand small{display:block;color:var(--muted);font-size:.78rem;margin-top:-2px}
.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav-links a{
  font-size:.94rem;
  font-weight:850;
  color:#dbeafe;
}
.nav-links a:hover{color:var(--cyan)}
.header-buy{
  padding:10px 14px;
  border-radius:13px;
  color:#020617!important;
  background:linear-gradient(135deg,var(--cyan),#60a5fa);
}
.hero{
  padding:86px 0 72px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.eyebrow{
  margin:0 0 12px;
  color:var(--cyan);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:1000;
}
h1,h2,h3{margin:0;line-height:1.05;letter-spacing:-.045em}
h1{font-size:clamp(2.55rem,6vw,5.6rem);max-width:990px}
h2{font-size:clamp(2rem,4vw,3.45rem)}
h3{font-size:1.55rem}
.lead{
  margin:22px 0 0;
  max-width:790px;
  color:var(--muted);
  font-size:1.18rem;
}
.hero-actions,.card-actions,.buy-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.btn{
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  font-weight:1000;
  transition:.18s transform,.18s box-shadow,.18s background;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  color:#020617;
  background:linear-gradient(135deg,var(--cyan),#60a5fa);
  box-shadow:0 0 30px rgba(34,211,238,.22);
}
.btn.secondary{
  color:#fff;
  background:rgba(15,23,42,.82);
  border-color:var(--line2);
}
.btn.ghost{
  color:#dbeafe;
  background:rgba(15,23,42,.72);
  border-color:var(--line);
}
.btn.full{width:100%}
.hero-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:38px;
}
.hero-strip div{
  padding:16px;
  border-radius:20px;
  background:rgba(15,23,42,.72);
  border:1px solid var(--line);
  box-shadow:0 12px 40px rgba(0,0,0,.20);
}
.hero-strip strong{display:block}
.hero-strip span{display:block;color:var(--muted);margin-top:3px;font-size:.92rem}
.section{padding:82px 0;border-bottom:1px solid rgba(148,163,184,.12)}
.section.alt{
  background:
    radial-gradient(circle at 12% 0%,rgba(47,124,255,.10),transparent 28%),
    rgba(15,23,42,.32);
}
.section-title{max-width:910px;margin-bottom:34px}
.section-title p:not(.eyebrow){
  color:var(--muted);
  font-size:1.08rem;
  margin:14px 0 0;
}
.product-showcase{display:grid;gap:34px}
.product-row{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:26px;
  align-items:stretch;
  padding:18px;
  border:1px solid var(--line);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(15,23,42,.92),rgba(8,13,26,.92));
  box-shadow:var(--shadow);
}
.product-row.reverse{grid-template-columns:.82fr 1.18fr}
.product-row.reverse .product-image{order:2}
.product-row.reverse .product-copy{order:1}
.product-image{
  overflow:hidden;
  border-radius:24px;
  background:#020617;
  border:1px solid var(--line2);
  min-height:380px;
  box-shadow:0 0 40px rgba(34,211,238,.12);
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-copy{
  padding:18px 14px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-copy p{color:var(--muted)}
.price-line{
  margin:18px 0 0;
  display:flex;
  align-items:flex-end;
  gap:12px;
}
.price,.big-price{
  font-size:3.5rem;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.06em;
  color:#fff;
}
.price-label{
  color:var(--dim);
  font-weight:900;
  margin-bottom:8px;
}
.feature-list{
  list-style:none;
  padding:0;
  margin:22px 0 0;
}
.feature-list li{
  position:relative;
  padding-left:30px;
  margin:11px 0;
  color:#dbeafe;
  font-weight:700;
}
.feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--green);
  font-weight:1000;
}
.note{
  margin-top:20px;
  border:1px solid rgba(255,210,31,.45);
  background:rgba(255,210,31,.09);
  color:#fff3b0;
  border-radius:18px;
  padding:14px 16px;
  font-weight:700;
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.info-card,.price-card,.detail-card,.faq details,.bundle-card{
  background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(8,13,26,.92));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.info-card,.price-card,.detail-card{padding:26px}
.info-card p,.price-card p,.detail-card p{color:var(--muted)}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.price-card.emphasis{border-color:rgba(34,211,238,.40);box-shadow:0 0 50px rgba(34,211,238,.10)}
.badge{
  display:inline-flex;
  border-radius:999px;
  padding:6px 10px;
  background:rgba(34,211,238,.13);
  color:var(--cyan);
  border:1px solid rgba(34,211,238,.28);
  font-weight:1000;
  font-size:.78rem;
  margin-bottom:14px;
}
.badge.dark{
  background:rgba(255,43,189,.12);
  color:#ff9be4;
  border-color:rgba(255,43,189,.30);
}
.bundle-card{
  margin-top:24px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.bundle-card p{color:var(--muted);margin:.5rem 0 0}
.bundle-buy{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.bundle-buy strong{
  font-size:3rem;
  letter-spacing:-.06em;
}
.page-hero{
  padding:62px 0;
  border-bottom:1px solid var(--line);
}
.page-hero-grid{
  display:grid;
  grid-template-columns:.90fr 1.10fr;
  gap:34px;
  align-items:center;
}
.page-hero .product-image{min-height:auto}
.page-hero h1{font-size:clamp(2.35rem,5vw,4.7rem)}
.detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  background:rgba(15,23,42,.86);
}
table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}
th,td{
  text-align:left;
  padding:18px;
  border-bottom:1px solid var(--line);
  vertical-align:top;
  color:#e2e8f0;
}
th{
  background:rgba(2,6,23,.70);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.86rem;
}
tr:last-child td{border-bottom:0}
.faq{display:grid;gap:14px}
.faq details{padding:18px 20px}
summary{
  cursor:pointer;
  font-size:1.05rem;
  font-weight:1000;
}
details p{color:var(--muted);margin:12px 0 0}
.footer{
  background:#020617;
  color:#cbd5e1;
  padding:34px 0;
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}
.footer p{color:#94a3b8;margin:.4rem 0 0}
.footer a{color:#7dd3fc;font-weight:900}
.footer-right{display:grid;gap:6px;text-align:right}
@media(max-width:940px){
  .nav{align-items:flex-start;flex-direction:column;padding:14px 0}
  .nav-links{width:100%;overflow:auto;padding-bottom:4px}
  .hero-strip,.cards,.pricing-grid,.page-hero-grid,.detail-grid{
    grid-template-columns:1fr;
  }
  .product-row,.product-row.reverse{grid-template-columns:1fr}
  .product-row.reverse .product-image,.product-row.reverse .product-copy{order:initial}
  .product-image{min-height:auto}
  .bundle-card,.footer-grid{flex-direction:column;align-items:flex-start}
  .footer-right{text-align:left}
}
@media(max-width:520px){
  .btn{width:100%}
  .bundle-buy{width:100%}
}
