/* ==========================================================
   OMEGA WEB APPS — PREMIUM PRODUCTION STYLESHEET
   2026 · Pure HTML + WordPress catalogue
   Full replacement for /assets/css/premium.css
   ========================================================== */

:root {
  --bg: #06090f;
  --bg-soft: #0a1019;
  --panel: #0d1623;
  --panel-2: #111d2d;
  --panel-3: #172437;
  --text: #f7f9fc;
  --text-soft: #d8e1ec;
  --muted: #9eacbe;
  --line: #293a51;
  --line-soft: rgba(255,255,255,.09);
  --gold: #f5c542;
  --gold-light: #ffe89a;
  --gold-deep: #9e6908;
  --blue: #4fb4ff;
  --green: #57e58a;
  --red: #ff6472;
  --purple: #b784ff;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 22px rgba(0,0,0,.24);
  --shadow: 0 22px 60px rgba(0,0,0,.35);
  --shadow-deep: 0 30px 90px rgba(0,0,0,.52);
  --max: 1500px;
  --content: 1320px;
  --ease: cubic-bezier(.2,.8,.2,1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% -15%, rgba(52,77,112,.34) 0, rgba(13,22,35,.18) 28%, transparent 52%),
    linear-gradient(180deg, #070b12 0%, #06090f 100%);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: #92cfff; text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: absolute; left: -9999px; top: 10px; }
.skip-link:focus {
  left: 10px;
  z-index: 99999;
  padding: .7rem 1rem;
  border-radius: 10px;
  background: #fff;
  color: #000;
}

/* ==========================================================
   HEADER + NAVIGATION
   ========================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6,9,15,.90);
  border-bottom: 1px solid rgba(245,197,66,.14);
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.nav-shell {
  width: min(var(--max), 96vw);
  min-height: 92px;
  margin: auto;
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  align-items: center;
  gap: 22px;
}

.brand-link { display: block; width: max-content; max-width: 100%; }
.brand-link picture { display: block; }
.brand-logo {
  display: block;
  width: 165px;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.main-nav > a,
.nav-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 46px;
  padding: .68rem 1rem;
  border: 1px solid #415673;
  border-bottom-color: #172234;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.13) 0, rgba(255,255,255,.035) 16%, transparent 17%),
    linear-gradient(180deg, #26364d 0%, #172437 48%, #0d1623 100%);
  color: #f8fbff;
  font-weight: 850;
  font-size: .94rem;
  letter-spacing: .012em;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
  box-shadow:
    0 4px 0 #080e17,
    0 8px 18px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.42);
  transition: transform .16s var(--ease), border-color .16s var(--ease), box-shadow .16s var(--ease), background .16s var(--ease);
  cursor: pointer;
}

.main-nav > a::after,
.nav-drop::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,197,66,.34), transparent);
  opacity: .8;
}

.main-nav > a:hover,
.nav-drop:hover,
.main-nav > a:focus-visible,
.nav-drop:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(245,197,66,.60);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16) 0, rgba(255,255,255,.04) 16%, transparent 17%),
    linear-gradient(180deg, #30445f 0%, #1c2c43 50%, #101a29 100%);
  box-shadow:
    0 6px 0 #080e17,
    0 12px 24px rgba(0,0,0,.38),
    0 0 0 1px rgba(245,197,66,.08),
    inset 0 1px 0 rgba(255,255,255,.24);
}

.main-nav > a:active,
.nav-drop:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #080e17, 0 5px 10px rgba(0,0,0,.30), inset 0 2px 6px rgba(0,0,0,.34);
}

.nav-group { position: relative; }
.drop-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  padding: 10px;
  border: 1px solid #354a66;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,29,45,.99), rgba(7,12,20,.99));
  box-shadow: var(--shadow-deep);
}
.nav-group:hover .drop-menu,
.nav-group:focus-within .drop-menu { display: grid; }
.drop-menu a {
  padding: .75rem .88rem;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #eaf1fa;
  font-weight: 750;
  transition: background .16s var(--ease), border-color .16s var(--ease), transform .16s var(--ease);
}
.drop-menu a:hover,
.drop-menu a:focus-visible {
  transform: translateX(3px);
  border-color: rgba(245,197,66,.24);
  background: linear-gradient(90deg, rgba(245,197,66,.11), rgba(38,56,82,.64));
  color: #fff;
}
.nav-toggle { display: none; }

/* ==========================================================
   TYPOGRAPHY — CLEAN PREMIUM, NO TEXT-CLIP GRADIENTS
   ========================================================== */

h1, h2, h3, h4 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

h1,
.hero h1,
.page-hero h1,
.doc-hero h1,
.download-shell h1,
.content-page h1 {
  margin: .15em 0 .28em;
  color: #f8fafc;
  font-size: clamp(2.45rem, 5.4vw, 5.7rem);
  line-height: .98;
  font-weight: 920;
  letter-spacing: -.045em;
  text-shadow: 0 3px 18px rgba(0,0,0,.38);
}

.home-hero h1 span,
.theme-gold h1 strong,
.theme-gold h1 span { color: var(--gold-light); }

h2,
.section-head h2,
.split h2,
.cta-band h2,
.content-page h2,
.doc-content h2,
.price-card h2 {
  margin: .22em 0 .45em;
  color: #f1f5f9;
  font-weight: 880;
  letter-spacing: -.03em;
  line-height: 1.07;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}

.section-head h2,
.split h2,
.cta-band h2 { font-size: clamp(2rem, 3.7vw, 3.55rem); }
.content-page h2,
.doc-content h2 { font-size: clamp(1.65rem, 2.7vw, 2.35rem); }

/* restrained gold marker instead of coloured text gradients */
.section-head h2::after,
.content-page main h2::after,
.doc-content h2::after,
.split h2::after,
.cta-band h2::after {
  content: "";
  display: block;
  width: clamp(54px, 7vw, 92px);
  height: 3px;
  margin-top: .45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent, var(--gold)), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent, var(--gold)) 22%, transparent);
}

h3 { color: #eef3f9; font-weight: 830; line-height: 1.22; }

.eyebrow {
  margin: 0 0 .65rem;
  color: var(--accent, var(--gold));
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.lede,
.page-hero > p,
.doc-hero > p,
.download-shell > p {
  max-width: 850px;
  color: #cbd5e1;
  font-size: clamp(1.06rem, 1.55vw, 1.34rem);
}

/* ==========================================================
   HEROES
   ========================================================== */

.hero,
.page-hero,
.doc-hero,
.download-shell {
  position: relative;
  width: min(var(--max), 94vw);
  margin: 42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 16%, rgba(245,197,66,.11), transparent 34%),
    linear-gradient(135deg, rgba(24,38,59,.96), rgba(8,13,22,.99));
  box-shadow: var(--shadow);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(30px, 4.6vw, 72px);
}

.hero-art {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-art picture,
.brand-hero picture,
.product-hero .hero-art picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Main homepage artwork: fills its right column but never crops */
.home-hero .hero-art .brand-logo,
.home-hero .brand-hero .brand-logo {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  max-height: none;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
}

/* Product hero artwork is 1536×1024 = 3:2 */
.product-hero .hero-art .product-image,
.hero-art .product-image {
  display: block;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  background: #070c13;
  box-shadow: 0 18px 52px rgba(0,0,0,.44);
}

.price-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0;
}

/* ==========================================================
   PREMIUM 3D PRICING — ALL PAGES
   ========================================================== */

.price-lockup strong,
.price-big,
.card-price strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #171006;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.035em;
  border: 1px solid #ffea9f;
  border-bottom-color: #956000;
  background:
    linear-gradient(180deg, rgba(255,255,255,.56) 0, rgba(255,255,255,.12) 14%, transparent 15%),
    linear-gradient(180deg, #ffe98d 0%, #f7c842 47%, #d9950f 100%);
  text-shadow: 0 1px 0 rgba(255,255,255,.50);
  box-shadow:
    0 6px 0 #744b00,
    0 12px 26px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.68),
    inset 0 -1px 0 rgba(84,49,0,.20);
}

.price-lockup strong,
.price-big {
  min-width: 176px;
  padding: .22em .35em .25em;
  border-radius: 15px;
  font-size: clamp(2.35rem, 4.3vw, 4.35rem);
}

.card-price strong {
  min-width: 112px;
  padding: .34rem .62rem .38rem;
  border-radius: 11px;
  font-size: 1.65rem;
}

.price-lockup span,
.price-sub,
.card-price span {
  color: #cbd6e3;
  font-weight: 760;
}

.price-sub {
  margin-top: .9rem;
  font-size: .92rem;
}

/* ==========================================================
   BUTTONS — BODY 3D STYLE
   ========================================================== */

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.button,
.gold-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: .78rem 1.15rem;
  border-radius: 12px;
  font-weight: 880;
  letter-spacing: .008em;
  text-align: center;
  cursor: pointer;
  transition: transform .16s var(--ease), box-shadow .16s var(--ease), border-color .16s var(--ease), filter .16s var(--ease);
}

.button.primary,
.gold-btn {
  border: 1px solid #ffe89c;
  border-bottom-color: #956000;
  background:
    linear-gradient(180deg, rgba(255,255,255,.48) 0, rgba(255,255,255,.10) 15%, transparent 16%),
    linear-gradient(180deg, #ffd963 0%, #edb226 54%, #c77d08 100%);
  color: #171006;
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
  box-shadow:
    0 5px 0 #734900,
    0 10px 22px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.button.primary:hover,
.gold-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.045);
  box-shadow:
    0 7px 0 #734900,
    0 14px 26px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.68);
}

.button.secondary {
  border: 1px solid #506783;
  border-bottom-color: #172438;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), transparent 18%),
    linear-gradient(180deg, #2c3f59, #18273a 58%, #0f1927);
  color: #f8fbff;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  box-shadow:
    0 5px 0 #09101a,
    0 10px 20px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.button.secondary:hover {
  transform: translateY(-2px);
  border-color: #7994b5;
  background: linear-gradient(180deg, #36506f, #20334b 58%, #122033);
  box-shadow: 0 7px 0 #09101a, 0 14px 24px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.22);
}

.button:active,
.gold-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #09101a, 0 5px 10px rgba(0,0,0,.24);
}

.button:disabled,
.button[disabled] {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(.25);
}

/* ==========================================================
   TRUST STRIP + PILLS
   ========================================================== */

.trust-strip {
  width: min(1420px, 92vw);
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-strip span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .78rem;
  border: 1px solid #334761;
  border-radius: 999px;
  background: linear-gradient(180deg, #142033, #0c1521);
  color: #d9e4ef;
  font-size: .81rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 5px 12px rgba(0,0,0,.13);
}

/* ==========================================================
   SECTIONS + LAYOUT
   ========================================================== */

.section {
  width: min(var(--content), 92vw);
  margin: 86px auto;
}
.section-head { max-width: 900px; margin-bottom: 32px; }
.section-head p:not(.eyebrow), .split p { color: var(--muted); font-size: 1.06rem; }

.feature-grid,
.three-grid,
.platform-panels,
.catalogue-grid,
.docs-grid,
.pricing-grid {
  display: grid;
  gap: 20px;
}
.feature-grid,
.three-grid,
.platform-panels,
.docs-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.catalogue-grid { grid-template-columns: repeat(5, minmax(0,1fr)); margin-bottom: 34px; }
.pricing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

.feature-card,
.three-grid article,
.platform-panels article,
.docs-card,
.spec-card,
.doc-feature {
  min-width: 0;
  padding: 26px;
  border: 1px solid #293d58;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #111c2c, #090f18);
  box-shadow: 0 15px 36px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.035);
}

.feature-card h3 { margin-top: .75rem; font-size: 1.06rem; }
.feature-dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent, var(--gold));
  box-shadow: 0 0 18px var(--accent, var(--gold));
}

.split {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr);
  gap: 32px;
  align-items: start;
}
.steps { padding-left: 1.4rem; }
.steps li { margin: .72rem 0; color: #d9e2ec; }

.spec-card dl { margin: 0; }
.spec-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: .8rem 0;
  border-bottom: 1px solid #26384f;
}
.spec-card dt { color: #9fb0c3; }
.spec-card dd { margin: 0; font-weight: 850; text-align: right; }

.cta-band {
  width: min(var(--content), 92vw);
  margin: 86px auto;
  padding: 32px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(245,197,66,.30);
  border-radius: 24px;
  background: linear-gradient(115deg, #201a1a, #121e2e);
  box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}

/* ==========================================================
   PRODUCT + PRICING CARDS — CORRECT 3:2 ARTWORK
   ========================================================== */

.product-card,
.price-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #2d415b;
  border-radius: 22px;
  background: linear-gradient(145deg, #101a29, #080d15);
  box-shadow: 0 18px 42px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.025);
  transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.product-card:hover,
.price-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent, var(--gold)) 40%, #31455f);
  box-shadow: 0 24px 52px rgba(0,0,0,.29), 0 0 0 1px color-mix(in srgb, var(--accent, var(--gold)) 8%, transparent);
}

.product-card picture,
.price-card picture,
.responsive-picture {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #070c13;
}

.product-card img,
.price-card img,
.product-card .product-image,
.price-card .product-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  margin: 0;
  border-radius: 0;
  background: #070c13;
}

.product-card-body { padding: 22px; }
.product-card h3,
.price-card h2 { font-size: 1.38rem; margin: .55rem 0; }
.card-price { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin: 18px 0 22px; }

/* Pricing page cards have internal padding but artwork remains full width */
.price-card { padding: 24px; }
.price-card picture {
  margin: -24px -24px 22px;
  width: calc(100% + 48px);
  border-bottom: 1px solid #2c4059;
}
.price-card img { border-radius: 0; margin: 0; }

.platform-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #5b7495;
  border-radius: 14px;
  background: linear-gradient(180deg, #22334c, #121e2e);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  box-shadow: 0 5px 0 #090f18, 0 10px 18px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.15);
}

/* ==========================================================
   PAGE / DOC / DOWNLOAD
   ========================================================== */

.page-hero,
.doc-hero,
.download-shell { padding: clamp(34px, 5.5vw, 78px); }
.page-hero h1,
.doc-hero h1,
.download-shell h1 { font-size: clamp(2.45rem, 4.8vw, 4.75rem); }

.doc-tabs {
  width: min(var(--content), 92vw);
  margin: 20px auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.doc-tabs a {
  padding: .55rem .82rem;
  border: 1px solid #344a66;
  border-radius: 999px;
  background: #101927;
  color: #dce6f3;
  font-weight: 800;
}
.doc-tabs a:hover { border-color: rgba(245,197,66,.48); color: #fff; }
.doc-content { max-width: 1050px; }
.doc-content h2 { margin-top: 2em; }
.doc-content h3 { margin-top: 1.6em; font-size: 1.23rem; }
.doc-content li { margin: .5rem 0; }

.notice,
.site-update-banner,
.legal-update {
  max-width: 1200px;
  margin: 24px auto;
  padding: 18px 22px;
  border: 1px solid rgba(245,197,66,.31);
  border-radius: 16px;
  background: #1b1820;
}
.site-update-banner { margin-top: 30px; }

.download-shell { max-width: 960px; text-align: center; }
.download-shell picture {
  display: block;
  width: min(720px, 100%);
  aspect-ratio: 3 / 2;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 20px;
  background: #070c13;
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
}
.download-shell picture img,
.download-shell .product-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 0;
  background: #070c13;
}
.download-panel {
  margin: 30px 0;
  padding: 28px;
  border: 1px solid #344a66;
  border-radius: 20px;
  background: #0d1623;
}

/* ==========================================================
   LEGACY / CONTENT PAGES
   ========================================================== */

.content-page main { padding: 1px 4vw; }
.content-page main > section:not(.site-update-banner):not(.legal-update),
.content-page main > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-page table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.content-page th,
.content-page td { padding: .8rem; border: 1px solid #344862; }
.content-page pre,
.content-page code { white-space: pre-wrap; overflow-wrap: anywhere; }
.content-page img { max-width: 100%; height: auto; object-fit: contain; }

.page-wrap { width: min(1200px, 92vw); margin: 40px auto; }
.gold-frame {
  border: 1px solid rgba(245,197,66,.45) !important;
  border-radius: 20px;
  background: linear-gradient(145deg, #111821, #080c12) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.035);
}
.small-label { color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

/* ==========================================================
   THEMES
   ========================================================== */

.theme-blue { --accent: var(--blue); }
.theme-green { --accent: var(--green); }
.theme-red { --accent: var(--red); }
.theme-gold { --accent: var(--gold); }
.theme-purple { --accent: var(--purple); }

/* ==========================================================
   FOOTER — DISTINCT BUTTON STYLE
   ========================================================== */

.site-footer {
  margin-top: 100px;
  border-top: 1px solid #26384f;
  background: linear-gradient(180deg, #070b11, #05070b);
}
.footer-grid {
  width: min(1450px, 94vw);
  margin: auto;
  padding: 54px 0;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0,1fr));
  gap: 34px;
}
.footer-grid section { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-grid h2 {
  margin: 0 0 .55rem;
  padding-bottom: .48rem;
  border-bottom: 1px solid rgba(245,197,66,.18);
  color: #f4d66f;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.footer-brand {
  color: var(--gold) !important;
  font-size: 1.68rem;
  font-weight: 950;
}
.footer-price { color: #e7cc78; font-weight: 800; }

.footer-grid section > a:not(.footer-brand) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: .55rem .68rem;
  border: 1px solid rgba(112,139,173,.22);
  border-left: 3px solid rgba(245,197,66,.44);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(25,38,56,.78), rgba(10,16,25,.72));
  color: #c4d1df;
  font-size: .88rem;
  font-weight: 730;
  box-shadow: 0 3px 8px rgba(0,0,0,.17), inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease), background .15s var(--ease);
}
.footer-grid section > a:not(.footer-brand)::after { content: "›"; color: #d8b84e; font-weight: 950; }
.footer-grid section > a:not(.footer-brand):hover {
  transform: translateX(3px);
  border-color: rgba(245,197,66,.38);
  border-left-color: var(--gold);
  background: linear-gradient(180deg, rgba(47,43,28,.82), rgba(17,27,41,.92));
  color: #fff;
}

.footer-bottom {
  width: min(1450px, 94vw);
  margin: auto;
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #1f2c3e;
  color: #8796aa;
  font-size: .86rem;
}

/* Legacy footer helpers */
.footer-wrapper { width: min(1450px, 94vw); margin: auto; }
.footer-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid #a77c22;
  border-radius: 10px;
  background: linear-gradient(180deg, #e9be4b, #b8790b);
  color: #111;
  font-weight: 850;
  box-shadow: 0 4px 0 #674300, 0 9px 16px rgba(0,0,0,.25);
}

/* ==========================================================
   PURCHASE DIALOG
   ========================================================== */

.purchase-dialog {
  width: min(620px, 92vw);
  padding: 0;
  border: 1px solid #455f80;
  border-radius: 22px;
  background: #0d1521;
  color: #fff;
  box-shadow: 0 30px 100px rgba(0,0,0,.65);
}
.purchase-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(4px); }
.purchase-dialog form { position: relative; padding: 30px; }
.dialog-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.licence-summary {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid #2b405b;
  border-radius: 14px;
  background: #111d2d;
}
.terms-check { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0; }
.terms-check input { width: 20px; height: 20px; margin-top: 4px; }
.checkout-note, .micro { color: #aab8c9; font-size: .88rem; }

/* ==========================================================
   FOCUS + ACCESSIBILITY
   ========================================================== */

.main-nav a:focus-visible,
.nav-drop:focus-visible,
.button:focus-visible,
.gold-btn:focus-visible,
.footer-grid a:focus-visible,
.drop-menu a:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid #ffe27a;
  outline-offset: 3px;
}

/* ==========================================================
   RESPONSIVE — LARGE TABLET / SMALL LAPTOP
   ========================================================== */

@media (max-width: 1240px) {
  .catalogue-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nav-shell { grid-template-columns: 160px minmax(0,1fr); }
  .main-nav { gap: 6px; }
  .main-nav > a, .nav-drop { padding: .6rem .76rem; font-size: .88rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 28px; }
  .feature-grid, .three-grid, .platform-panels, .docs-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* ==========================================================
   RESPONSIVE — TABLET / MOBILE NAV
   ========================================================== */

@media (max-width: 820px) {
  .nav-shell {
    grid-template-columns: minmax(0,1fr) auto;
    min-height: 78px;
    gap: 12px;
  }
  .brand-logo { width: 145px; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .62rem .88rem;
    border: 1px solid #4d6686;
    border-radius: 10px;
    background: linear-gradient(180deg, #2b3f5b, #15243a);
    color: #fff;
    font-weight: 850;
    box-shadow: 0 4px 0 #09101a, 0 8px 16px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.15);
  }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: stretch;
    padding: 2px 0 16px;
  }
  .main-nav.open { display: grid; gap: 8px; }
  .main-nav > a,
  .main-nav .nav-group,
  .main-nav .nav-drop { width: 100%; text-align: left; }
  .main-nav > a,
  .nav-drop { justify-content: flex-start; }
  .drop-menu {
    position: static;
    width: 100%;
    margin-top: 7px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.25);
  }

  .hero-grid,
  .split { grid-template-columns: 1fr; }
  .hero-grid { padding: 34px 24px; }
  .home-hero .hero-art { max-width: 680px; margin: 0 auto; }
  .home-hero .hero-art .brand-logo,
  .home-hero .brand-hero .brand-logo { width: 100% !important; }

  .pricing-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .price-card picture { aspect-ratio: 3 / 2; }
}

/* ==========================================================
   RESPONSIVE — PHONE
   ========================================================== */

@media (max-width: 580px) {
  body { line-height: 1.6; }
  .nav-shell { width: 94vw; }
  .brand-logo { width: 128px; }

  .hero,
  .page-hero,
  .doc-hero,
  .download-shell {
    width: 94vw;
    margin-top: 20px;
    border-radius: 21px;
  }
  .hero-grid { padding: 28px 20px; }
  .page-hero,
  .doc-hero,
  .download-shell { padding: 30px 21px; }

  h1,
  .hero h1,
  .page-hero h1,
  .doc-hero h1,
  .download-shell h1,
  .content-page h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
    letter-spacing: -.035em;
  }

  .section { width: 92vw; margin: 58px auto; }
  .section-head h2,
  .split h2,
  .cta-band h2 { font-size: clamp(1.8rem, 8vw, 2.45rem); }

  .catalogue-grid,
  .feature-grid,
  .three-grid,
  .platform-panels,
  .docs-grid,
  .pricing-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .feature-card,
  .three-grid article,
  .platform-panels article,
  .docs-card,
  .spec-card,
  .doc-feature,
  .price-card { padding: 21px; }

  .price-card picture {
    margin: -21px -21px 20px;
    width: calc(100% + 42px);
  }

  .actions { align-items: stretch; }
  .actions .button,
  .actions .gold-btn { width: 100%; }

  .price-lockup { align-items: flex-start; flex-direction: column; }
  .price-lockup strong,
  .price-big { min-width: 0; width: auto; font-size: clamp(2.2rem, 12vw, 3.4rem); }

  .cta-band { padding: 25px 21px; }
  .footer-bottom { flex-direction: column; }
  .footer-grid section > a:not(.footer-brand) { max-width: none; }
  .spec-card dl div { flex-direction: column; gap: 4px; }
  .spec-card dd { text-align: left; }
}

@media (max-width: 380px) {
  .hero-grid { padding: 24px 17px; }
  .page-hero, .doc-hero, .download-shell { padding: 26px 18px; }
  .button, .gold-btn { padding-left: .85rem; padding-right: .85rem; }
  .trust-strip { width: 94vw; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ==========================================================
   OMEGA WEB APPS
   LOGO-COLOUR H1 + H2 SYSTEM — SITE WIDE
   ========================================================== */

/* ----------------------------------------------------------
   H1 — PRIMARY OMEGA LOGO COLOUR
   Gold → amber → electric blue → violet
   ---------------------------------------------------------- */

h1,
.hero h1,
.page-hero h1,
.doc-hero h1,
.download-shell h1,
.content-page h1 {
    color: #f5c542;

    background:
        linear-gradient(
            105deg,
            #fff4b0 0%,
            #ffd85a 16%,
            #f3aa24 31%,
            #59c8ff 52%,
            #348cff 69%,
            #986cff 85%,
            #d28aff 100%
        );

    background-size: 100% 100%;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    font-weight: 950;

    text-shadow: none;

    filter:
        drop-shadow(0 2px 0 rgba(0,0,0,.85))
        drop-shadow(0 5px 8px rgba(0,0,0,.50))
        drop-shadow(0 0 8px rgba(75,170,255,.10));

    letter-spacing: -.04em;
}


/* ----------------------------------------------------------
   H2 — SAME LOGO FAMILY, DIFFERENT BALANCE
   More blue/purple so H2 remains distinct from H1
   ---------------------------------------------------------- */

h2,
.section-head h2,
.split h2,
.cta-band h2,
.content-page h2,
.doc-content h2,
.product-card h2,
.price-card h2 {
    color: #67c9ff;

    background:
        linear-gradient(
            105deg,
            #ffe47a 0%,
            #f3b52d 20%,
            #65d2ff 42%,
            #3998ff 61%,
            #876aff 80%,
            #c48aff 100%
        );

    background-size: 100% 100%;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    font-weight: 900;

    text-shadow: none;

    filter:
        drop-shadow(0 2px 0 rgba(0,0,0,.80))
        drop-shadow(0 4px 7px rgba(0,0,0,.40));

    letter-spacing: -.025em;
}


/* ----------------------------------------------------------
   HOME HERO H1 HIGHLIGHT
   Keep highlighted span bright Omega gold
   ---------------------------------------------------------- */

.home-hero h1 span {
    color: #ffd85a;

    background:
        linear-gradient(
            180deg,
            #fff7c2 0%,
            #ffe268 30%,
            #f5bd32 65%,
            #db8c10 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    filter:
        drop-shadow(0 2px 0 rgba(70,42,0,.90))
        drop-shadow(0 4px 7px rgba(0,0,0,.45))
        drop-shadow(0 0 10px rgba(245,197,66,.16));
}


/* ----------------------------------------------------------
   H1/H2 ACCENT DETAIL
   ---------------------------------------------------------- */

.section-head h2::after,
.doc-content h2::after,
.content-page main h2::after {
    content: "";

    display: block;

    width: clamp(60px, 8vw, 110px);
    height: 3px;

    margin-top: .45rem;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #f5c542 0%,
            #55c7ff 48%,
            #9b72ff 100%
        );

    box-shadow:
        0 0 10px rgba(79,180,255,.20);
}


/* Don't put title underline inside cards */

.product-card h2::after,
.price-card h2::after,
.cta-band h2::after,
.footer-grid h2::after {
    content: none;
}


/* ----------------------------------------------------------
   PRODUCT PAGE COLOUR IDENTITY
   Retain logo palette but favour each engine's own colour
   ---------------------------------------------------------- */

.theme-blue h1,
.theme-blue main h2 {
    background-image:
        linear-gradient(
            105deg,
            #fff0a1 0%,
            #f6c344 20%,
            #76d8ff 43%,
            #3da7ff 68%,
            #8875ff 100%
        );
}

.theme-green h1,
.theme-green main h2 {
    background-image:
        linear-gradient(
            105deg,
            #fff0a1 0%,
            #f6c344 20%,
            #75efa4 45%,
            #3dcf87 67%,
            #55bfff 100%
        );
}

.theme-red h1,
.theme-red main h2 {
    background-image:
        linear-gradient(
            105deg,
            #fff0a1 0%,
            #f6bd38 21%,
            #ff8a76 45%,
            #ff5e72 67%,
            #aa72ff 100%
        );
}

.theme-gold h1,
.theme-gold main h2 {
    background-image:
        linear-gradient(
            105deg,
            #fff8c7 0%,
            #ffe36c 27%,
            #f3b52c 52%,
            #5bcaff 77%,
            #9973ff 100%
        );
}

.theme-purple h1,
.theme-purple main h2 {
    background-image:
        linear-gradient(
            105deg,
            #fff0a1 0%,
            #f4bc39 19%,
            #68cfff 41%,
            #8b72ff 66%,
            #d18cff 100%
        );
}


/* ----------------------------------------------------------
   FOOTER H2
   Footer headings stay simpler for hierarchy/readability
   ---------------------------------------------------------- */

.footer-grid h2 {
    background: none;

    -webkit-background-clip: initial;
    background-clip: initial;

    -webkit-text-fill-color: #f5c542;

    color: #f5c542;

    filter: none;

    letter-spacing: .07em;
}


/* ----------------------------------------------------------
   RESPONSIVE TYPOGRAPHY
   ---------------------------------------------------------- */

@media (max-width: 820px) {

    h1,
    .hero h1,
    .page-hero h1,
    .doc-hero h1,
    .download-shell h1,
    .content-page h1 {
        letter-spacing: -.032em;
    }

    h2,
    .section-head h2,
    .split h2,
    .cta-band h2,
    .content-page h2,
    .doc-content h2 {
        letter-spacing: -.018em;
    }
}


@media (max-width: 560px) {

    h1,
    .hero h1,
    .page-hero h1,
    .doc-hero h1,
    .download-shell h1,
    .content-page h1 {
        line-height: 1.02;
        letter-spacing: -.025em;
    }

    h2,
    .section-head h2,
    .split h2,
    .cta-band h2,
    .content-page h2,
    .doc-content h2 {
        line-height: 1.08;
        letter-spacing: -.012em;
    }
}