@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Instrument+Serif:ital@1&display=swap');

/* Zurbit 2.1: dark surfaces, with every rule scoped to the hero. */
.zb-next {
  --zb-paper: #111111;
  --zb-ink: #f4f4f6;
  --zb-muted: #aaaab6;
  --zb-purple: #b79aff;
  --zb-action: #7c3aed;
  --zb-line: #2c2c34;
  --zb-card: #1b1b21;
  background: var(--zb-paper);
  color: var(--zb-ink);
  font: 16px/1.5 'DM Sans', Arial, sans-serif;
  text-align: left;
  padding: 0 clamp(22px, 4vw, 64px);
  isolation: isolate;
  /* No container queries are used. Inline-size containment makes Elementor's
     wrapping column flex layout reserve a taller intrinsic widget height. */
  container-type: normal;
}
.zb-next *, .zb-next *::before, .zb-next *::after { box-sizing: border-box; }
.zb-next a { color: inherit; text-decoration: none; }
.zb-next button { font: inherit; cursor: pointer; }
.zb-next a:focus-visible, .zb-next button:focus-visible { outline: 3px solid var(--zb-purple); outline-offset: 5px; }
.zb-next p, .zb-next h1, .zb-next h2 { margin: 0; }
.zb-next svg { flex-shrink: 0; }
.zb-next__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 74px); padding: 22px 0 20px; }
.zb-next__copy { padding: 3px 0 0; min-width: 0; }
.zb-next__eyebrow { color: var(--zb-muted); font-size: 12px; letter-spacing: .09em; font-weight: 550; display: flex; align-items: center; gap: 12px; }
.zb-next__accent-line { height: 2px; width: 27px; background: var(--zb-purple); display: block; }
.zb-next h1 { font-family: 'DM Sans', Arial, sans-serif; font-size: clamp(48px, 5.65vw, 80px); font-weight: 550; letter-spacing: -.06em; line-height: 1.04; color: var(--zb-ink); margin: 24px 0 24px; }
.zb-next h1 em { font-family: 'Instrument Serif', Georgia, serif; color: var(--zb-purple); font-size: 1.24em; line-height: .89; letter-spacing: -.04em; font-weight: 400; font-style: italic; }
.zb-next .zb-next__description { max-width: 390px; color: var(--zb-muted); font-size: 16px; line-height: 1.65; letter-spacing: -.01em; }
.zb-next__actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 24px; }
.zb-next .zb-next__primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--zb-action); color: #fff; padding: 16px 20px 16px 23px; font-size: 15px; font-weight: 550; border: 1px solid var(--zb-action); border-radius: 5px; transition: background .2s, border-color .2s; }
.zb-next__primary svg { width: 20px; height: 20px; transition: transform .2s; }
.zb-next .zb-next__primary:hover { background: #8b4ef5; border-color: #8b4ef5; }
.zb-next__primary:hover svg { transform: translate(2px, -2px); }
.zb-next .zb-next__help { color: #d2d2da; font-size: 14px; display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid #50505e; padding: 5px 0; }
.zb-next__help svg { width: 16px; height: 16px; }
.zb-next .zb-next__help:hover { color: var(--zb-purple); }

.zb-next .zb-next__showroom { min-width: 0; display: flex; flex-direction: column; gap: 0; }
.zb-next__showroom-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; font-size: 12px; font-weight: 500; letter-spacing: .065em; color: var(--zb-muted); }
.zb-next .zb-next__tabs { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; height: auto; padding: 0; gap: 0; margin: 0 0 13px; border-radius: 0; border-bottom: 1px solid var(--zb-line); background: none; }
.zb-next .zb-next__tab { display: flex; align-items: center; justify-content: space-between; padding: 10px 13px 12px; margin: 0; border: 0; border-radius: 0; height: auto; min-height: 46px; box-shadow: none; background: transparent; color: var(--zb-muted); font-size: 15px; font-weight: 450; white-space: normal; text-transform: none; letter-spacing: 0; transition: color .2s; position: relative; }
.zb-next .zb-next__tab:first-child { padding-left: 0; }
.zb-next .zb-next__tab::after { position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; width: auto; background: var(--zb-purple); opacity: 0; content: ''; transition: opacity .2s; }
.zb-next .zb-next__tab[data-active], .zb-next .zb-next__tab[aria-selected=true] { color: var(--zb-ink); font-weight: 600; background: none; box-shadow: none; }
.zb-next .zb-next__tab[data-active]::after, .zb-next .zb-next__tab[aria-selected=true]::after { opacity: 1; }
.zb-next .zb-next__tab svg { width: 15px; height: 15px; opacity: 0; transform: translate(-3px, 3px); transition: opacity .2s, transform .2s; }
.zb-next .zb-next__tab[data-active] svg, .zb-next .zb-next__tab[aria-selected=true] svg { opacity: 1; transform: translate(0, 0); color: var(--zb-purple); }
.zb-next .zb-next__tab:hover { color: var(--zb-purple); }

.zb-next__stage { position: relative; min-height: 422px; aspect-ratio: 1.3; overflow: hidden; background: transparent; border-radius: 0; isolation: isolate; }
.zb-next .zb-next__photograph { position: absolute; inset: 0; width: 100%; height: calc(100% - 80px); object-fit: cover; object-position: 55% 60%; transform: scale(1.015); transform-origin: center top; transition: transform 1.2s ease; filter: saturate(.8) brightness(.94); border-radius: 0; }
.zb-next__stage:hover .zb-next__photograph { transform: scale(1.045); }
.zb-next__photo-shade { position: absolute; inset: 0 0 65%; background: linear-gradient(180deg, rgba(17,17,17,.16), transparent 65%); pointer-events: none; }
.zb-next__photo-caption { position: absolute; top: 17px; left: 19px; display: flex; align-items: center; gap: 9px; padding: 7px 10px; background: rgba(20,20,25,.93); border: 1px solid #ffffff20; border-radius: 0; color: #ececf1; font-size: 12px; font-weight: 500; letter-spacing: .035em; }
.zb-next__photo-caption > span:last-child { animation: zb-next-reveal .45s ease both; }
.zb-next__photo-dot { height: 5px; width: 5px; background: var(--zb-purple); border-radius: 50%; }
.zb-next .zb-next__panel { position: absolute; left: 18px; right: 18px; bottom: 0; outline-offset: 4px; animation: zb-next-reveal .45s cubic-bezier(.22,1,.36,1) both; }
.zb-next__panel[hidden] { display: none !important; }
.zb-next { box-sizing: border-box; }
.zb-next [hidden] { display: none !important; }
.zb-next__categories { max-width:1320px; margin:0 auto; background:transparent; border:0; border-top:1px solid var(--zb-line); border-radius:0; padding:18px 0 16px; }
.zb-next__categories-heading { font-size:14px; font-weight:600; color:var(--zb-ink); margin:0 0 6px; letter-spacing:-.015em; }
.zb-next__category-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:4px 24px; }
.zb-next .zb-next__category { display:flex; align-items:center; gap:12px; min-height:76px; padding:12px 0; border-radius:0; transition:background .18s; min-width:0; }
.zb-next .zb-next__category:hover { background:#ffffff08; }
.zb-next__category-icon { color:var(--zb-purple); display:flex; flex:0 0 24px; }
.zb-next__category-icon svg { width:24px; height:24px; }
.zb-next__category-copy { min-width:0; flex:1; }
.zb-next__category-copy strong { display:block; font-size:14px; font-weight:600; line-height:1.35; color:var(--zb-ink); overflow-wrap:anywhere; }
.zb-next__category-copy>span { display:block; font-size:12px; line-height:1.5; color:var(--zb-muted); margin-top:3px; overflow-wrap:anywhere; }
.zb-next__category-arrow { color:#8e879e; display:flex; }
.zb-next__category-arrow svg { width:14px; height:14px; transition:transform .18s; }
.zb-next__category:hover .zb-next__category-arrow svg { transform:translate(2px,-2px); color:var(--zb-purple); }
.zb-next .zb-next__tabs { display:flex; overflow-x:auto; overflow-y:hidden; scrollbar-width:thin; }
.zb-next .zb-next__tab { flex:1 0 auto; min-width:90px; max-width:220px; gap:10px; }
.zb-next .zb-next__product-info h2,.zb-next h1,.zb-next__description { overflow-wrap:anywhere; }
@media(max-width:1000px) { .zb-next__category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:760px) {
  .zb-next__categories { padding:16px 0 12px; margin-left:0; margin-right:0; }
  .zb-next__categories-heading { margin:0 0 6px; }
  .zb-next .zb-next__category { gap:9px; padding:12px 0; min-height:88px; }
  .zb-next__category-icon { flex-basis:20px; }
  .zb-next__category-icon svg { width:20px; height:20px; }
  .zb-next__category-arrow { display:none; }
}
@media(max-width:340px) { .zb-next .zb-next__category { align-items:flex-start; flex-direction:column; gap:8px; } .zb-next__category-copy { flex:initial; } }
.zb-next__product { background: var(--zb-card); border: 1px solid #34343f; box-shadow: 0 10px 30px #00000038; padding: 15px 18px; border-radius: 0; }
.zb-next__product-main { display: flex; align-items: center; gap: 15px; margin: 0 0 12px; }
.zb-next__product-image-link { display: block; flex: 0 0 48px; width: 48px; }
.zb-next__product-image-link img { display: block; width: 48px; height: 60px; object-fit: contain; transition: transform .2s; }
.zb-next__product-image-link:hover img { transform: translateY(-3px); }
.zb-next__product-info { min-width: 0; }
.zb-next .zb-next__product-info h2 { font-size: 19px; letter-spacing: -.025em; line-height: 1.25; font-weight: 550; color: var(--zb-ink); margin: 0 0 6px; }
.zb-next__compatibility { display: block; font-size: 12px; line-height: 1.4; color: var(--zb-muted); }
.zb-next__product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 12px; border-top: 1px solid #34343f; }
.zb-next .zb-next__price { font-size: 26px; font-weight: 550; letter-spacing: -.04em; line-height: 1; white-space: nowrap; color: var(--zb-ink); }
.zb-next .zb-next__price .amount, .zb-next .zb-next__price bdi, .zb-next .zb-next__price .woocommerce-Price-currencySymbol { color: inherit; }
.zb-next__currency { font-size: 18px; vertical-align: top; line-height: 1.2; margin-right: 1px; }
.zb-next__usd { font-size: 12px; font-weight: 400; letter-spacing: 0; margin-left: 7px; color: var(--zb-muted); }
.zb-next .zb-next__current-price { font-size: 20px; }
.zb-next .zb-next__product-link { display: inline-flex; align-items: center; gap: 14px; min-height: 30px; font-size: 14px; font-weight: 550; color: var(--zb-purple); }
.zb-next__product-link svg { width: 18px; height: 18px; transition: transform .2s; }
.zb-next__product-link:hover svg { transform: translate(2px, -2px); }
.zb-next .zb-next__category-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; min-height: 42px; padding: 12px 0 0; color: var(--zb-muted); }
.zb-next__category-link svg { width: 16px; height: 16px; }
.zb-next .zb-next__category-link:hover { color: var(--zb-purple); }

.zb-next__assurances { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 22px 0 24px; border-top: 1px solid var(--zb-line); gap: 25px; }
.zb-next__assurances > a { display: flex; align-items: center; gap: 14px; }
.zb-next__assurances > a:nth-child(2) { justify-content: center; }
.zb-next__assurances > a:nth-child(3) { justify-content: flex-end; }
.zb-next__assurances > a > svg { width: 23px; height: 23px; stroke-width: 1.25; color: #a7a0bb; }
.zb-next__assurances strong { display: block; font-size: 14px; font-weight: 500; letter-spacing: -.01em; color: #e4e4ea; }
.zb-next__assurances a > span > span { font-size: 12px; color: var(--zb-muted); display: block; margin-top: 3px; }
.zb-next__assurances a:hover strong { color: var(--zb-purple); }
@keyframes zb-next-reveal { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width:761px) and (max-width:1100px) {
  .zb-next__grid { gap: 34px; }
  .zb-next h1 { font-size: clamp(44px,5.6vw,62px); }
  .zb-next__actions { gap: 17px; }
  .zb-next__stage { min-height: 432px; }
  .zb-next .zb-next__panel { left: 12px; right: 12px; }
  .zb-next__product { padding: 14px; }
  .zb-next__product-main { gap: 11px; }
  .zb-next .zb-next__product-info h2 { font-size: 17px; }
  .zb-next__assurances { gap: 16px; }
  .zb-next__assurances > a { gap: 10px; }
  .zb-next__assurances strong { font-size: 13px; }
}
@media (max-width:760px) {
  .zb-next { padding: 0 6%; }
  .zb-next__grid { grid-template-columns: 1fr; gap: 34px; padding: 20px 0 18px; }
  .zb-next__copy { padding: 0; }
  .zb-next__eyebrow { letter-spacing: .04em; }
  .zb-next h1 { font-size: clamp(46px,11.7vw,70px); margin: 23px 0; line-height: 1.04; }
  .zb-next .zb-next__description { max-width: 420px; }
  .zb-next__actions { margin-top: 22px; gap: 20px; }
  .zb-next .zb-next__primary { font-size: 14px; padding: 16px 18px; gap: 20px; }
  .zb-next .zb-next__help { font-size: 14px; }
  .zb-next__stage { min-height: 420px; }
  .zb-next .zb-next__photograph { height: calc(100% - 78px); }
  .zb-next .zb-next__tab { font-size: 14px; }
  .zb-next__assurances { grid-template-columns: 1fr; gap: 22px; padding: 24px 0; }
  .zb-next__assurances > a, .zb-next__assurances > a:nth-child(2), .zb-next__assurances > a:nth-child(3) { justify-content: flex-start; gap: 15px; }
  .zb-next__assurances a > span > span { font-size: 13px; }
}
@media (max-width:400px) {
  .zb-next h1 { font-size: clamp(36px,11.7vw,46px); }
  .zb-next__eyebrow { letter-spacing: 0; }
  .zb-next .zb-next__panel { left: 10px; right: 10px; }
  .zb-next__product { padding: 14px; }
  .zb-next__product-main { gap: 11px; }
  .zb-next .zb-next__product-info h2 { font-size: 17px; }
  .zb-next__photo-caption { left: 15px; }
  .zb-next .zb-next__product-link { gap: 8px; font-size: 13px; }
  .zb-next__actions { gap: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .zb-next *, .zb-next *::before, .zb-next *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .zb-next__stage:hover .zb-next__photograph { transform: none; }
}

/* Brand geometry is supplied as local SVG masks and follows the saved accent color. */
.zb-next__brand-icon { display:block; width:24px; height:24px; background:currentColor; mask:no-repeat center / contain; -webkit-mask:no-repeat center / contain; }
.zb-next__brand-icon--windows { mask-image:url('assets/windows-logo.svg'); -webkit-mask-image:url('assets/windows-logo.svg'); }
.zb-next__brand-icon--office { mask-image:url('assets/office-logo.svg'); -webkit-mask-image:url('assets/office-logo.svg'); }
.zb-next .zb-next__rotation { display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; min-height:32px; padding:3px 8px; border:1px solid var(--zb-line); border-radius:0; background:transparent; box-shadow:none; color:var(--zb-muted); font-size:12px; line-height:1.4; letter-spacing:0; text-transform:none; }
.zb-next .zb-next__rotation:hover { color:var(--zb-purple); border-color:var(--zb-purple); }
.zb-next .zb-next__product-image-link img { border-radius:0; }
@media(max-width:760px) { .zb-next__brand-icon { width:20px; height:20px; } .zb-next__category-grid { column-gap:18px; } }
