:root {
  --bg: #070a16;
  --bg-2: #0c1024;
  --card: rgba(255, 255, 255, .075);
  --card-2: rgba(255, 255, 255, .115);
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(119, 171, 255, .35);
  --text: #f8fbff;
  --muted: #aeb8d3;
  --soft: #dfe7ff;
  --purple: #8b5cf6;
  --blue: #3b82f6;
  --cyan: #22d3ee;
  --green: #22c55e;
  --gold: #ffd166;
  --radius: 28px;
  --shadow: 0 26px 80px rgba(0,0,0,.42);
  --glow: 0 0 50px rgba(139,92,246,.28), 0 0 90px rgba(34,211,238,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
p { color: var(--muted); line-height: 1.8; }

.site-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; background:
  radial-gradient(circle at 18% 8%, rgba(139,92,246,.22), transparent 32rem),
  radial-gradient(circle at 82% 10%, rgba(34,211,238,.16), transparent 28rem),
  radial-gradient(circle at 50% 70%, rgba(59,130,246,.12), transparent 38rem),
  linear-gradient(180deg, #060816 0%, #0c1024 46%, #070a16 100%);
}
.grid-noise { position: absolute; inset: 0; opacity: .13; 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: 54px 54px; mask-image: linear-gradient(#000 0 45%, transparent 85%); }
.orb { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(75px); opacity: .35; }
.orb-1 { left: -180px; top: 80px; background: var(--purple); }
.orb-2 { right: -220px; top: 160px; background: var(--cyan); }
.orb-3 { left: 35%; bottom: -260px; background: #2447ff; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.section { padding: 96px 0; position: relative; z-index: 1; }
.section-pad { padding: 72px 0 40px; position: relative; z-index: 1; }

.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(7,10,22,.72); border-bottom: 1px solid var(--line); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand-icon { width: 42px; height: 42px; border-radius: 14px; display: inline-grid; place-items: center; flex: 0 0 auto; color: white; font-size: 13px; font-weight: 1000; letter-spacing: -.06em; background: linear-gradient(135deg, var(--purple), var(--blue) 48%, var(--cyan)); box-shadow: 0 0 0 1px rgba(255,255,255,.22) inset, 0 16px 35px rgba(104,83,255,.3); transform: skew(-2deg); }
.brand-icon.mini { width: 32px; height: 32px; border-radius: 10px; font-size: 11px; }
.brand-text { font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: var(--soft); font-size: 13px; font-weight: 800; }
.nav-links a { opacity: .82; transition: opacity .2s ease, color .2s ease; }
.nav-links a:hover { opacity: 1; color: white; }
.menu-btn { display: none; border: 1px solid var(--line); background: var(--card); color: white; width: 42px; height: 42px; border-radius: 14px; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 16px; color: white; font-weight: 900; border: 1px solid rgba(255,255,255,.14); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--glow); border-color: rgba(255,255,255,.28); }
.btn-primary { background: linear-gradient(135deg, var(--purple), #6757ff 48%, var(--cyan)); box-shadow: 0 20px 48px rgba(103,87,255,.28); }
.btn-soft { background: rgba(255,255,255,.07); border-color: var(--line); }
.btn-nav { min-height: 42px; padding: 0 16px; border-radius: 13px; font-size: 13px; background: linear-gradient(135deg, var(--purple), var(--cyan)); box-shadow: 0 16px 38px rgba(34,211,238,.16); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .86fr); align-items: center; gap: 74px; min-height: 690px; }
.premium-pill, .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #e7ecff; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06)); padding: 9px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.premium-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
h1 { max-width: 780px; margin: 20px 0 20px; font-size: clamp(44px, 6.8vw, 84px); line-height: .96; letter-spacing: -.075em; }
h1 span, .final-cta h2 span { background: linear-gradient(135deg, #a78bfa, #60a5fa, #22d3ee); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { margin: 12px 0 14px; font-size: clamp(32px, 4.8vw, 58px); line-height: 1; letter-spacing: -.06em; }
h3 { letter-spacing: -.04em; }
.hero-text { max-width: 650px; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.hero-badges { display: grid; grid-template-columns: repeat(4, max-content); gap: 18px; color: var(--soft); font-size: 13px; font-weight: 800; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; opacity: .92; }

.hero-showcase { min-height: 570px; position: relative; display: grid; place-items: center; }
.glow-ring { position: absolute; width: 430px; height: 140px; bottom: 50px; border: 2px solid rgba(139,92,246,.35); border-radius: 50%; transform: perspective(600px) rotateX(68deg); box-shadow: 0 0 50px rgba(139,92,246,.5), inset 0 0 35px rgba(34,211,238,.25); }
.phone-premium { width: 332px; padding: 14px; border-radius: 42px; border: 1px solid rgba(255,255,255,.25); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07)); box-shadow: var(--shadow), 0 0 70px rgba(139,92,246,.26); position: relative; z-index: 2; }
.phone-premium::before { content: ""; position: absolute; inset: 8px; border-radius: 35px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.phone-head { display: flex; justify-content: space-between; color: white; opacity: .75; font-size: 11px; padding: 8px 12px 10px; }
.phone-card-top { border-radius: 28px; overflow: hidden; background: #101422; border: 1px solid var(--line); }
.phone-brand { display: flex; align-items: center; gap: 10px; padding: 14px; }
.phone-brand b, .phone-brand small { display: block; }
.phone-brand small { color: var(--muted); font-size: 11px; }
.phone-banner { margin: 0 12px 12px; min-height: 126px; border-radius: 22px; overflow: hidden; background: linear-gradient(135deg, rgba(255,142,50,.95), rgba(72,23,11,.9)); position: relative; padding: 18px; }
.phone-banner img { position: absolute; right: -8px; top: 0; height: 100%; width: 48%; object-fit: cover; border-radius: 22px 0 0 22px; opacity: .95; }
.phone-banner small, .phone-banner strong, .phone-banner span { display: block; position: relative; z-index: 1; }
.phone-banner strong { font-size: 30px; letter-spacing: -.05em; }
.phone-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px 0; }
.phone-icons span { background: rgba(255,255,255,.08); border: 1px solid var(--line); padding: 10px 0; border-radius: 14px; font-size: 10px; text-align: center; color: var(--soft); }
.phone-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.phone-products div { background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 18px; padding: 8px; }
.phone-products img { height: 78px; width: 100%; object-fit: cover; border-radius: 13px; margin-bottom: 8px; }
.phone-products b, .phone-products small { display: block; font-size: 11px; }
.phone-products small { color: var(--muted); }
.phone-wa { width: 100%; margin-top: 12px; min-height: 48px; border: 0; border-radius: 16px; background: linear-gradient(135deg, #22c55e, #10b981); color: white; font-weight: 900; }

.trust-strip { margin-top: -24px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; border: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(18,32,67,.82), rgba(10,16,34,.78)); backdrop-filter: blur(18px); border-radius: 22px; overflow: hidden; box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.trust-strip div { padding: 18px; border-right: 1px solid rgba(255,255,255,.08); display: grid; gap: 3px; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { font-size: 22px; }
.trust-strip small { color: var(--muted); font-size: 11px; font-weight: 700; }
.trust-strip b { font-size: 14px; }
.trust-strip .stat strong { font-size: 25px; color: #a78bfa; letter-spacing: -.05em; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { font-size: 16px; }
.demo-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.demo-card { border: 1px solid var(--line); border-radius: 28px; padding: 12px; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.052)); box-shadow: 0 20px 70px rgba(0,0,0,.28); transition: transform .2s ease, border-color .2s ease; }
.demo-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.28); }
.demo-preview { height: 292px; overflow: hidden; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); padding: 18px; position: relative; background: linear-gradient(135deg, rgba(13,70,42,.88), rgba(10,15,30,.98)); }
.demo-card.rose .demo-preview { background: linear-gradient(135deg, rgba(82,22,65,.92), rgba(10,15,30,.98)); }
.demo-card.blue .demo-preview { background: linear-gradient(135deg, rgba(20,45,95,.92), rgba(10,15,30,.98)); }
.demo-top { display: flex; justify-content: space-between; color: white; opacity: .9; font-size: 13px; }
.demo-preview h3 { max-width: 230px; margin: 35px 0 8px; font-size: 28px; line-height: 1.05; }
.demo-preview p { max-width: 200px; font-size: 13px; color: #d9e0f7; }
.demo-preview img { position: absolute; right: -32px; bottom: -28px; width: 230px; height: 230px; border-radius: 50%; object-fit: cover; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.demo-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 8px 4px; }
.demo-foot div { display: flex; align-items: center; gap: 10px; }
.demo-foot span { font-size: 22px; }
.demo-foot a { border: 1px solid var(--line); border-radius: 14px; padding: 10px 14px; font-weight: 900; color: var(--soft); }

.template-section { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.055)); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.template-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.template-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)); box-shadow: 0 20px 70px rgba(0,0,0,.22); position: relative; }
.template-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top, var(--themeGlow), transparent 55%); opacity: .28; pointer-events: none; }
.template-art { height: 180px; overflow: hidden; position: relative; }
.template-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.06); }
.template-art span { position: absolute; left: 14px; bottom: 14px; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-weight: 1000; background: rgba(255,255,255,.18); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(0,0,0,.28); }
.template-body { padding: 20px; position: relative; z-index: 1; }
.template-body h3 { margin-bottom: 8px; font-size: 21px; }
.template-body p { font-size: 13px; min-height: 86px; }
.template-meta { display: flex; justify-content: space-between; align-items: center; margin: 14px 0 16px; font-size: 13px; }
.template-meta span { color: var(--muted); font-weight: 900; }
.template-meta b { color: white; }
.template-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.template-actions .btn { min-height: 46px; padding: 0 12px; font-size: 13px; border-radius: 15px; }

.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature-card, .step-card, .price-card, .testimonial-card, .faq-item, .addon-grid article { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.046)); box-shadow: 0 18px 58px rgba(0,0,0,.19); }
.feature-card { padding: 22px; text-align: center; }
.feature-card span { font-size: 32px; display: block; margin-bottom: 16px; filter: drop-shadow(0 0 18px rgba(139,92,246,.55)); }
.feature-card h3 { margin: 0 0 8px; font-size: 17px; }
.feature-card p { margin: 0; font-size: 12px; line-height: 1.65; }

.how-section { background: radial-gradient(circle at 50% 20%, rgba(139,92,246,.16), transparent 40rem); }
.steps-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 34px; }
.step-card { padding: 24px; position: relative; }
.step-card span { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(139,92,246,.35), rgba(34,211,238,.22)); color: white; font-weight: 1000; border: 1px solid rgba(255,255,255,.2); box-shadow: var(--glow); }
.step-card h3 { margin: 16px 0 8px; }
.step-card p { margin: 0; font-size: 14px; }
.custom-panel { margin-top: 34px; border: 1px solid var(--line-strong); border-radius: 32px; padding: 34px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; background: linear-gradient(135deg, rgba(139,92,246,.13), rgba(34,211,238,.06)); box-shadow: var(--shadow); }
.custom-panel h2 { font-size: clamp(30px, 4vw, 48px); }
.custom-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-content: center; }
.custom-list span { padding: 14px 16px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--soft); font-weight: 800; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { padding: 26px; position: relative; display: flex; flex-direction: column; min-height: 440px; }
.price-card.featured { border-color: rgba(34,211,238,.55); box-shadow: 0 0 0 1px rgba(139,92,246,.35), 0 0 60px rgba(139,92,246,.28); transform: translateY(-10px); }
.price-card .popular { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); padding: 8px 14px; border-radius: 999px; background: linear-gradient(135deg, var(--purple), var(--cyan)); font-weight: 1000; font-size: 12px; }
.price-card div:not(.popular) { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.price-card h3 { margin: 0; font-size: 22px; }
.price-card strong { font-size: 34px; letter-spacing: -.06em; }
.price-card p { font-size: 14px; }
.price-card ul { margin: 4px 0 24px; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--soft); font-size: 14px; }
.price-card li::before { content: "✓"; color: #56f2a7; font-weight: 1000; margin-right: 10px; }
.price-card .btn { margin-top: auto; }

.addon-section { padding-top: 40px; }
.addon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.addon-grid article { padding: 22px; }
.addon-grid b, .addon-grid span { display: block; }
.addon-grid strong { display: block; margin: 14px 0 4px; font-size: 32px; letter-spacing: -.06em; background: linear-gradient(135deg, #fff, #80eaff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.addon-grid span { color: var(--muted); font-size: 13px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { padding: 22px; }
.testimonial-card > div { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.testimonial-card span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--purple), var(--cyan)); font-weight: 1000; }
.testimonial-card b, .testimonial-card small { display: block; }
.testimonial-card small { color: var(--muted); }
.testimonial-card p { font-size: 14px; min-height: 88px; }
.testimonial-card strong { color: var(--gold); letter-spacing: .08em; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-item { overflow: hidden; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: transparent; color: white; border: 0; padding: 18px 20px; cursor: pointer; font-weight: 900; text-align: left; }
.faq-item button b { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); transition: transform .2s ease; }
.faq-item p { max-height: 0; overflow: hidden; margin: 0; padding: 0 20px; transition: max-height .24s ease, padding .24s ease; font-size: 14px; }
.faq-item.open p { max-height: 180px; padding: 0 20px 20px; }
.faq-item.open button b { transform: rotate(45deg); background: linear-gradient(135deg, var(--purple), var(--cyan)); }

.final-section { padding-top: 42px; }
.final-cta { border: 1px solid rgba(34,211,238,.42); border-radius: 34px; padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: radial-gradient(circle at left top, rgba(139,92,246,.32), transparent 28rem), linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: var(--glow), var(--shadow); }
.final-cta h2 { margin-bottom: 10px; }
.final-cta p { margin-bottom: 0; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.final-notes { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; color: var(--soft); border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; font-size: 13px; font-weight: 800; }

.footer { border-top: 1px solid var(--line); padding: 34px 0; position: relative; z-index: 1; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer-inner p { margin: 0; font-size: 14px; }
.footer-inner a:last-child { color: white; font-weight: 900; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, #22c55e, #10b981); box-shadow: 0 18px 40px rgba(34,197,94,.32); border: 1px solid rgba(255,255,255,.22); font-size: 24px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 36px; }
  .hero-showcase { min-height: 520px; }
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .template-grid, .addon-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta, .custom-panel { grid-template-columns: 1fr; }
  .final-actions { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 82px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(7,10,22,.94); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .menu-btn { display: grid; place-items: center; }
  .btn-nav { display: none; }
  .hero-badges { grid-template-columns: repeat(2, max-content); }
  .demo-showcase, .pricing-grid, .testimonial-grid, .steps-line, .faq-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: 10px; }
  .custom-list { grid-template-columns: 1fr; }
  h1 { font-size: 48px; }
  .section { padding: 68px 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-text { font-size: 16px; }
  .hero-actions, .final-actions { flex-direction: column; align-items: stretch; }
  .hero-badges, .trust-strip, .feature-grid, .template-grid, .addon-grid { grid-template-columns: 1fr; }
  .phone-premium { width: min(100%, 310px); }
  .glow-ring { width: 320px; }
  .template-actions { grid-template-columns: 1fr; }
  .final-cta, .custom-panel { padding: 24px; border-radius: 26px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
}

/* Demo cards upgrade - aligned with dynamic store demos */
.demo-showcase.upgraded {
  grid-template-columns: repeat(4, 1fr);
}

.demo-card.cyan .demo-preview {
  background: linear-gradient(135deg, rgba(14, 116, 144, .92), rgba(10, 15, 30, .98));
}

.demo-chip {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 900;
}

.demo-showcase.upgraded .demo-preview {
  height: 330px;
}

.demo-showcase.upgraded .demo-preview h3 {
  margin-top: 18px;
  font-size: 25px;
  max-width: 245px;
}

.demo-showcase.upgraded .demo-preview p {
  max-width: 230px;
  line-height: 1.5;
}

.demo-showcase.upgraded .demo-preview img {
  width: 205px;
  height: 205px;
  right: -28px;
  bottom: -24px;
}

.upgraded-foot a {
  color: white;
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}

.demo-cta {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 0% 0%, rgba(124, 58, 237, .22), transparent 38%),
              radial-gradient(circle at 100% 100%, rgba(34, 211, 238, .18), transparent 36%),
              rgba(255,255,255,.065);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
}

.demo-cta div {
  display: grid;
  gap: 6px;
}

.demo-cta b {
  font-size: 20px;
  letter-spacing: -.04em;
}

.demo-cta span {
  color: var(--muted);
  line-height: 1.6;
}

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

.template-tags span {
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.07);
  color: var(--muted);
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .demo-showcase.upgraded {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .demo-showcase.upgraded {
    grid-template-columns: 1fr;
  }
  .demo-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .demo-cta .btn {
    width: 100%;
  }
}
