@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root {
  --bg: #070910;
  --surface: rgba(18, 22, 34, 0.72);
  --surface-solid: #111522;
  --line: rgba(255,255,255,.09);
  --text: #f7f8fb;
  --muted: #9298a8;
  --accent: #7c5cff;
  --accent-two: #28d8c3;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(124,92,255,.14), transparent 34rem),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  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: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -2;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.noise {
  position: fixed;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.orb { position: fixed; border-radius: 50%; filter: blur(90px); opacity: .16; z-index: -1; }
.orb-one { width: 28rem; height: 28rem; background: var(--accent); top: 25%; left: -15rem; }
.orb-two { width: 24rem; height: 24rem; background: var(--accent-two); top: 55%; right: -15rem; }

.site-header {
  width: min(var(--max), calc(100% - 40px));
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(124,92,255,.3), rgba(40,216,195,.07));
  border-radius: 11px;
  font-family: Manrope, sans-serif; font-weight: 800;
  box-shadow: inset 0 1px rgba(255,255,255,.12);
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 800 .84rem/1 Manrope, sans-serif; letter-spacing: .18em; }
.brand small { color: var(--muted); font-size: .62rem; letter-spacing: .08em; margin-top: 6px; }
.nav-links { display: flex; align-items: center; gap: 32px; color: #aeb3c1; font-size: .86rem; font-weight: 600; }
.nav-links a { transition: color .2s, transform .2s; }
.nav-links a:hover { color: white; }
.nav-cta {
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 9px;
  color: white !important; background: rgba(255,255,255,.04);
}
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: white; border-radius: 2px; }

.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: calc(100vh - 84px); padding: 100px 0 70px; text-align: center; position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: #b6bac8; font-size: .7rem; font-weight: 700; letter-spacing: .18em;
}
.eyebrow span { width: 20px; height: 1px; background: linear-gradient(90deg, var(--accent-two), var(--accent)); }
.hero h1, h2 {
  margin: 22px 0 20px; font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: 1.05;
}
.hero h1 { font-size: clamp(3.4rem, 8vw, 7.1rem); }
.hero h1 span, .bundle-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.58);
}
.hero-copy { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  gap: 22px; padding: 0 22px; border-radius: 10px; font-size: .87rem; font-weight: 700;
  transition: transform .2s, border-color .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: white; background: linear-gradient(115deg, var(--accent), #6950de);
  box-shadow: 0 12px 35px rgba(124,92,255,.24), inset 0 1px rgba(255,255,255,.25);
}
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #c2c6d2; }
.hero-meta { display: flex; justify-content: center; gap: 0; margin: 62px auto 0; }
.hero-meta div { min-width: 175px; padding: 0 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.hero-meta div:last-child { border: 0; }
.hero-meta strong { font-family: Manrope; font-size: 1.15rem; }
.hero-meta span { color: var(--muted); font-size: .72rem; margin-top: 3px; }

.dashboard-preview {
  width: min(950px, 100%); margin: 85px auto 0; border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; overflow: hidden; text-align: left;
  background: rgba(12,15,24,.82); box-shadow: 0 35px 100px rgba(0,0,0,.5), 0 0 70px rgba(124,92,255,.09);
  transform: perspective(1200px) rotateX(2deg);
}
.preview-topbar { height: 53px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #b5bac8; font-size: .62rem; letter-spacing: .14em; }
.preview-brand { display: flex; align-items: center; gap: 9px; }
.preview-brand span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(124,92,255,.23); color: white; font-weight: 800; }
.preview-status { display: flex; align-items: center; gap: 8px; }
.preview-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-two); box-shadow: 0 0 13px var(--accent-two); }
.preview-grid { min-height: 410px; display: grid; grid-template-columns: 62px 1fr; }
.preview-sidebar { padding-top: 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 22px; }
.preview-sidebar span { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; }
.preview-sidebar span.active { background: var(--accent); border-color: transparent; box-shadow: 0 0 18px rgba(124,92,255,.35); }
.preview-content { padding: 32px; }
.preview-heading { display: flex; justify-content: space-between; align-items: end; }
.preview-heading div { display: flex; flex-direction: column; }
.preview-heading small { color: #717789; font-size: .56rem; letter-spacing: .14em; }
.preview-heading strong { margin-top: 5px; font: 700 1rem Manrope; }
.preview-heading button { color: #aeb4c2; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 7px; padding: 7px 11px; font-size: .65rem; }
.preview-cards { margin-top: 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.preview-cards article { min-height: 128px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); display: flex; flex-direction: column; }
.mini-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--accent-two); background: rgba(40,216,195,.08); border: 1px solid rgba(40,216,195,.14); margin-bottom: 16px; }
.preview-cards strong { font-size: .78rem; }
.preview-cards small { color: #707687; margin-top: 4px; font-size: .62rem; }
.preview-chart { height: 135px; margin-top: 16px; border: 1px solid var(--line); border-radius: 12px; padding: 18px; display: flex; gap: 20px; align-items: stretch; }
.chart-label { width: 120px; display: flex; flex-direction: column; justify-content: center; }
.chart-label span { color: #717789; font-size: .62rem; }
.chart-label strong { font-size: .82rem; margin-top: 5px; }
.bars { flex: 1; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.06); }
.bars i { flex: 1; max-width: 34px; background: linear-gradient(to top, rgba(124,92,255,.15), var(--accent)); border-radius: 4px 4px 0 0; opacity: .75; }

.products-section { padding: 130px 0 50px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 0; }
.section-heading > p { max-width: 430px; color: var(--muted); margin: 0 0 8px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card {
  min-height: 455px; padding: 26px; display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  position: relative; overflow: hidden; transition: transform .25s, border-color .25s, background .25s;
}
.product-card::before {
  content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%;
  background: var(--accent); filter: blur(85px); opacity: 0; top: -80px; right: -80px; transition: opacity .3s;
}
.product-card:hover { transform: translateY(-5px); border-color: rgba(124,92,255,.35); background: linear-gradient(145deg, rgba(124,92,255,.07), rgba(255,255,255,.015)); }
.product-card:hover::before { opacity: .13; }
.product-card.featured { border-color: rgba(124,92,255,.28); }
.product-top { display: flex; justify-content: space-between; align-items: start; position: relative; }
.product-icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px;
  color: #bcb0ff; background: rgba(124,92,255,.1); border: 1px solid rgba(124,92,255,.2);
  font-size: 1.3rem;
}
.product-tag { color: #777d8d; border: 1px solid var(--line); border-radius: 99px; padding: 5px 9px; font-size: .54rem; font-weight: 700; letter-spacing: .11em; }
.product-card h3 { margin: 28px 0 8px; font: 700 1.35rem Manrope; letter-spacing: -.025em; }
.product-card > p { color: var(--muted); font-size: .87rem; margin: 0; }
.product-card ul { list-style: none; padding: 0; margin: 24px 0 32px; color: #b2b7c5; font-size: .76rem; }
.product-card li { margin: 9px 0; }
.product-card li::before { content: "✓"; color: var(--accent-two); margin-right: 9px; }
.product-bottom { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.product-bottom div { display: flex; flex-direction: column; }
.product-bottom small { color: #73798a; font-size: .54rem; letter-spacing: .12em; }
.product-bottom strong { font: 700 1.25rem Manrope; margin-top: 4px; }
.product-bottom a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.055); border: 1px solid var(--line); transition: background .2s, transform .2s; }
.product-bottom a:hover { background: var(--accent); transform: rotate(5deg); }

.bundle-section { padding: 110px 0 60px; }
.bundle-card {
  min-height: 490px; border: 1px solid rgba(124,92,255,.3); border-radius: 22px; overflow: hidden;
  background: linear-gradient(120deg, rgba(124,92,255,.1), rgba(12,15,24,.8) 45%, rgba(40,216,195,.045));
  display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.bundle-glow { position: absolute; width: 350px; height: 350px; border-radius: 50%; background: var(--accent); filter: blur(130px); opacity: .16; left: -70px; bottom: -170px; }
.bundle-copy { padding: 65px; position: relative; }
.bundle-copy h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 22px 0; }
.bundle-copy > p { max-width: 600px; color: var(--muted); }
.bundle-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.bundle-badges span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: #aeb3c1; font-size: .67rem; background: rgba(255,255,255,.025); }
.bundle-price { margin: 35px; padding: 42px 32px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,10,17,.68); display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.launch-pill { padding: 6px 10px; background: rgba(40,216,195,.09); color: var(--accent-two); border: 1px solid rgba(40,216,195,.17); border-radius: 99px; font-size: .58rem; font-weight: 800; letter-spacing: .11em; }
.old-price { color: #73798a; text-decoration: line-through; margin-top: 22px; font-size: .9rem; }
.bundle-price > strong { font: 800 clamp(3.4rem, 6vw, 5rem) Manrope; letter-spacing: -.07em; line-height: 1; margin: 4px 0 8px; }
.bundle-price > small { color: #73798a; font-size: .55rem; letter-spacing: .13em; }
.bundle-price .button { width: 100%; margin-top: 28px; }
.bundle-price p { color: #73798a; font-size: .68rem; margin: 13px 0 0; }

.values-section { padding: 120px 0 80px; }
.section-heading.compact { margin-bottom: 45px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.value-grid article { min-height: 260px; padding: 30px; background: #0b0e16; }
.value-grid article > span { color: var(--accent-two); font: 600 .65rem Manrope; }
.value-grid h3 { font: 700 1rem Manrope; margin: 60px 0 12px; }
.value-grid p { color: var(--muted); font-size: .8rem; margin: 0; }

.faq-section { padding: 110px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.faq-intro p { color: var(--muted); max-width: 320px; }
.text-link { display: inline-block; color: #c3baff; font-size: .84rem; font-weight: 700; margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .91rem; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--muted); font-size: 1.1rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); font-size: .8rem; margin: -8px 45px 24px 0; max-width: 650px; }

.final-cta { margin-top: 50px; margin-bottom: 70px; min-height: 310px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { font-size: clamp(2.3rem, 4.5vw, 4.1rem); margin-bottom: 0; }
.final-cta .button { flex-shrink: 0; }

footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 35px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.footer-brand { grid-row: 1 / span 2; }
footer > p { color: var(--muted); font-size: .75rem; text-align: right; margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; color: #aeb3c1; font-size: .72rem; }
.copyright { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; color: #606676; font-size: .63rem; }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .bundle-card { grid-template-columns: 1fr; }
  .bundle-price { margin: 0 35px 35px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .nav-links {
    position: absolute; display: none; top: 64px; left: 0; right: 0; padding: 20px;
    flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line);
    border-radius: 14px; background: rgba(10,12,19,.97); box-shadow: 0 20px 50px rgba(0,0,0,.4);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px; }
  .hero { padding-top: 75px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-actions { flex-direction: column; max-width: 310px; margin-left: auto; margin-right: auto; }
  .hero-meta { gap: 0; flex-wrap: wrap; }
  .hero-meta div { min-width: 33%; padding: 0 8px; }
  .dashboard-preview { margin-top: 60px; }
  .preview-grid { grid-template-columns: 44px 1fr; min-height: 350px; }
  .preview-content { padding: 20px; }
  .preview-cards { grid-template-columns: 1fr; }
  .preview-cards article:nth-child(n+2), .preview-chart { display: none; }
  .section-heading { flex-direction: column; align-items: start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 420px; }
  .bundle-copy { padding: 42px 28px; }
  .bundle-price { margin: 0 20px 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 210px; }
  .value-grid h3 { margin-top: 38px; }
  .final-cta { align-items: start; flex-direction: column; justify-content: center; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 430px) {
  .section, .site-header, footer { width: min(100% - 28px, var(--max)); }
  .hero h1 { font-size: 2.9rem; }
  .hero-meta span { font-size: .58rem; }
  .preview-topbar { padding: 0 12px; }
  .preview-status { display: none; }
}


/* Product image cards and individual product pages */
.product-card { padding: 0; min-height: 530px; color: inherit; }
.product-card::before { z-index: 1; pointer-events: none; }
.product-image-wrap { aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #0d111c; border-bottom: 1px solid var(--line); }
.product-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, filter .4s ease; }
.product-card:hover .product-image { transform: scale(1.045); filter: brightness(.72); }
.view-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 12px; background: rgba(7,9,16,.28); opacity: 0; color: white; font-size: .8rem; font-weight: 700; letter-spacing: .04em; transition: opacity .25s; }
.product-card:hover .view-overlay { opacity: 1; }
.product-card-body { padding: 25px 26px 26px; display: flex; flex: 1; flex-direction: column; }
.product-card h3 { margin-top: 22px; }
.product-card-body > p { color: var(--muted); font-size: .87rem; margin: 0; }
.product-open { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.055); border: 1px solid var(--line); transition: background .2s, transform .2s; }
.product-card:hover .product-open { background: var(--accent); transform: rotate(5deg); }

.product-page-main { min-height: 70vh; }
.product-detail { padding: 75px 0 85px; }
.product-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 32px; color: #747b8c; font-size: .75rem; }
.product-breadcrumb a { color: #bdc2cf; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 60px; align-items: start; }
.product-gallery { min-width: 0; }
.main-product-image { width: 100%; aspect-ratio: 16 / 9; padding: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0d111c; cursor: zoom-in; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.main-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.main-product-image:hover img { transform: scale(1.015); }
.main-product-image > span { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #d3d6df; background: rgba(6,8,14,.76); backdrop-filter: blur(10px); font-size: .62rem; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gallery-thumb { aspect-ratio: 16 / 9; padding: 0; overflow: hidden; cursor: pointer; border: 1px solid var(--line); border-radius: 11px; background: #0d111c; opacity: .62; transition: opacity .2s, border-color .2s, transform .2s; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb:hover, .gallery-thumb.active { opacity: 1; border-color: rgba(124,92,255,.65); transform: translateY(-2px); }
.image-help { margin: 14px 2px 0; color: #73798a; font-size: .67rem; }
.image-help strong { color: #aeb4c1; }
.product-summary { padding-top: 18px; }
.product-summary h1 { margin: 20px 0 16px; font: 800 clamp(3rem, 5.4vw, 5.3rem)/.98 Manrope, sans-serif; letter-spacing: -.065em; }
.product-lead { color: var(--muted); font-size: .97rem; }
.detail-price-row { margin: 32px 0 18px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.detail-price-row > div { display: flex; flex-direction: column; }
.detail-price-row small { color: #6f7586; font-size: .58rem; letter-spacing: .13em; }
.detail-price-row strong { font: 800 2rem Manrope; letter-spacing: -.04em; margin-top: 4px; }
.framework-pill { padding: 7px 11px; border: 1px solid rgba(40,216,195,.19); border-radius: 99px; background: rgba(40,216,195,.07); color: var(--accent-two); font-size: .64rem; font-weight: 700; }
.buy-button { width: 100%; }
.checkout-note { margin: 10px 0 0; text-align: center; color: #686e7e; font-size: .65rem; }
.detail-highlights { margin-top: 31px; display: grid; gap: 12px; }
.detail-highlights > div { display: flex; gap: 12px; align-items: center; }
.detail-highlights > div > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 8px; border: 1px solid rgba(40,216,195,.15); background: rgba(40,216,195,.06); color: var(--accent-two); font-size: .7rem; }
.detail-highlights p { margin: 0; display: flex; flex-direction: column; }
.detail-highlights strong { font-size: .76rem; }
.detail-highlights small { color: #747a8a; font-size: .65rem; }
.detail-information { padding: 90px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr .65fr; gap: 80px; }
.detail-information h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
.feature-list-large { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-list-large li { min-height: 62px; padding: 17px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); color: #b9becb; font-size: .78rem; }
.feature-list-large li span { color: var(--accent-two); }
.detail-information aside { display: grid; gap: 15px; align-content: start; }
.requirements-card, .support-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.requirements-card > small, .support-card > small { color: #6e7485; letter-spacing: .13em; font-size: .55rem; }
.requirements-card h3, .support-card h3 { margin: 11px 0 16px; font: 700 1.2rem Manrope; }
.requirements-card ul { margin: 0; padding-left: 18px; color: #aab0bf; font-size: .76rem; }
.requirements-card li { margin: 9px 0; }
.support-card p { color: var(--muted); font-size: .75rem; }
.support-card a { color: #c1b7ff; font-size: .76rem; font-weight: 700; }
.related-products-section { padding: 75px 0 120px; border-top: 1px solid var(--line); }
.related-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-product-card { min-width: 0; padding: 13px; display: grid; grid-template-columns: 90px 1fr auto; gap: 15px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); transition: transform .2s, border-color .2s; }
.related-product-card:hover { transform: translateY(-3px); border-color: rgba(124,92,255,.38); }
.related-product-card img { width: 90px; height: 62px; object-fit: cover; border-radius: 9px; }
.related-product-card div { min-width: 0; }
.related-product-card small { color: #73798a; font-size: .5rem; letter-spacing: .1em; }
.related-product-card h3 { margin: 2px 0; font: 700 .85rem Manrope; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.related-product-card p { margin: 0; color: #b5bac7; font-size: .68rem; }
.related-product-card > span { color: #949aaa; }
.image-lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 40px; background: rgba(3,4,8,.92); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.image-lightbox.open { opacity: 1; visibility: visible; }
.image-lightbox img { max-width: min(1400px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.lightbox-close { position: absolute; top: 20px; right: 25px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.05); color: white; font-size: 1.6rem; cursor: pointer; }

@media (max-width: 980px) {
  .product-detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-summary { padding-top: 0; max-width: 760px; }
  .detail-information { grid-template-columns: 1fr; gap: 45px; }
  .related-products { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .product-card { min-height: 500px; }
  .product-detail { padding-top: 45px; }
  .product-summary h1 { font-size: clamp(2.9rem, 15vw, 4.5rem); }
  .feature-list-large { grid-template-columns: 1fr; }
  .gallery-thumbs { gap: 7px; }
  .image-lightbox { padding: 15px; }
}
