/* Sishy Marin / Wave Gimbal product page */
.wg-page {
  background:
    radial-gradient(circle at 72% 18%, rgba(8,174,178,.18), transparent 34%),
    radial-gradient(circle at 22% 8%, rgba(20,91,173,.20), transparent 30%),
    linear-gradient(180deg, #040708 0%, #071113 48%, #030607 100%);
}

.wg-product-rail {
  position: sticky;
  top: var(--header-h);
  z-index: 60;
  background: rgba(245, 252, 253, .96);
  color: #0d171a;
  border-bottom: 1px solid rgba(8, 174, 178, .14);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.wg-rail-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.wg-rail-item {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 18px 12px 20px;
  border-left: 1px solid rgba(8, 174, 178, .10);
  transition: background .18s ease, transform .18s ease;
}
.wg-rail-item:last-child { border-right: 1px solid rgba(8, 174, 178, .10); }
.wg-rail-item:hover,
.wg-rail-item.active { background: rgba(8, 174, 178, .08); }
.wg-rail-item:hover { transform: translateY(-1px); }
.wg-rail-item.disabled { opacity: .56; }
.wg-rail-item strong {
  font-size: 13px;
  letter-spacing: .12em;
  color: #0a555b;
}
.wg-rail-item em {
  font-style: normal;
  font-size: 15px;
  font-weight: 800;
}
.wg-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 46px;
  opacity: .78;
}
.wg-icon::before,
.wg-icon::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(9, 54, 60, .42);
}
.wg-icon-gimbal::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  right: 3px;
  top: 4px;
}
.wg-icon-gimbal::after {
  width: 26px;
  height: 16px;
  border-radius: 16px 0 0 16px;
  left: 2px;
  top: 14px;
  border-right: 0;
}
.wg-icon-sensor::before {
  width: 42px;
  height: 32px;
  left: 8px;
  top: 7px;
  border-radius: 6px;
}
.wg-icon-sensor::after {
  width: 24px;
  height: 1px;
  left: 17px;
  top: 22px;
  border-width: 1px 0 0;
}
.wg-icon-control::before {
  width: 36px;
  height: 36px;
  left: 10px;
  top: 4px;
  border-radius: 8px;
}
.wg-icon-control::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 22px;
  top: 16px;
}
.wg-icon-support::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: 12px;
  top: 5px;
}
.wg-icon-support::after {
  width: 22px;
  height: 8px;
  border-radius: 999px;
  left: 18px;
  top: 18px;
  border-width: 2px 0 0;
}

.wg-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.34) 44%, rgba(0,0,0,.72)),
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.14), transparent 28%),
    radial-gradient(circle at 78% 48%, rgba(8,174,178,.16), transparent 38%),
    #050708;
}
.wg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 190px;
  background: linear-gradient(180deg, transparent, rgba(8,22,27,.92));
  pointer-events: none;
}
.wg-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(8,174,178,.13) 58.2% 61%, transparent 61.2%),
    radial-gradient(circle at 82% 36%, rgba(255,255,255,.12), transparent 22%);
  opacity: .9;
}
.wg-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  min-height: calc(100svh - var(--header-h) - 132px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 42px;
  padding: 70px 28px 82px;
}
.wg-hero-copy { max-width: 640px; }
.wg-hero-copy h1 {
  font-size: clamp(54px, 6.7vw, 102px);
  line-height: .94;
  letter-spacing: -.06em;
  margin-bottom: 26px;
}
.wg-hero-copy > p:not(.eyebrow) {
  color: rgba(237,248,248,.78);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.78;
  max-width: 620px;
  margin-bottom: 30px;
}
.wg-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.wg-note {
  margin-top: 18px;
  color: rgba(237,248,248,.54);
  font-size: 13px;
  line-height: 1.6;
}

.wg-device-stage {
  position: relative;
  min-height: 580px;
  filter: drop-shadow(0 32px 80px rgba(0,0,0,.55));
}
.wg-pump {
  position: absolute;
  width: 560px;
  height: 330px;
  right: 6%;
  top: 46%;
  transform: translateY(-50%) rotate(-10deg);
}
.wg-pump-body {
  position: absolute;
  width: 360px;
  height: 220px;
  right: 110px;
  top: 78px;
  border-radius: 110px 46px 46px 110px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 18%),
    linear-gradient(90deg, #2d3336, #111517 56%, #282d2e);
  box-shadow: inset 0 0 36px rgba(255,255,255,.08), inset -42px 0 50px rgba(0,0,0,.50);
}
.wg-pump-body::before,
.wg-pump-body::after {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(0,0,0,.28));
}
.wg-pump-body::before { left: 66px; }
.wg-pump-body::after { left: 134px; }
.wg-pump-head {
  position: absolute;
  width: 210px;
  height: 210px;
  right: 0;
  top: 76px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 36%, #3c4447, #171b1d 64%, #050607);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 0 22px rgba(255,255,255,.08), 0 0 44px rgba(8,174,178,.10);
}
.wg-grille {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 12px solid rgba(0,0,0,.28);
  background:
    repeating-conic-gradient(from 6deg, rgba(255,255,255,.08) 0 3deg, transparent 3deg 12deg),
    radial-gradient(circle, transparent 0 38%, rgba(0,0,0,.38) 39% 62%, transparent 63%);
}
.wg-label {
  position: absolute;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  left: 68px;
  top: 68px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: white;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 0 32px rgba(8,174,178,.38);
}
.wg-bracket {
  position: absolute;
  width: 54px;
  height: 190px;
  right: 284px;
  top: -38px;
  border-radius: 28px 28px 18px 18px;
  background: linear-gradient(90deg, #30383b, #101416 68%, #2c3336);
  transform: rotate(5deg);
}
.wg-bracket::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 34px;
  border-radius: 999px;
  left: -34px;
  top: -20px;
  background: linear-gradient(90deg, #1b2022, #4a5356, #151819);
}
.wg-ring {
  position: absolute;
  border: 1px solid rgba(98,237,242,.26);
  border-radius: 50%;
  right: 22%;
  top: 48%;
  transform: translateY(-50%);
}
.wg-ring-a { width: 440px; height: 440px; }
.wg-ring-b { width: 620px; height: 620px; opacity: .42; }
.wg-axis {
  position: absolute;
  width: 560px;
  height: 2px;
  right: 6%;
  top: 49%;
  background: linear-gradient(90deg, transparent, rgba(98,237,242,.42), transparent);
  transform: rotate(-8deg);
}
.wg-angle-mark {
  position: absolute;
  padding: 6px 10px;
  border: 1px solid rgba(98,237,242,.28);
  border-radius: 999px;
  color: var(--cyan-2);
  font-weight: 800;
  font-size: 13px;
  background: rgba(5,16,19,.62);
}
.mark-left { left: 8%; bottom: 24%; }
.mark-right { right: 10%; top: 18%; }
.wg-flow {
  position: absolute;
  width: 170px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(98,237,242,0), rgba(98,237,242,.34), rgba(98,237,242,0));
  filter: blur(3px);
}
.flow-a { right: 43%; top: 36%; transform: rotate(-18deg); }
.flow-b { right: 38%; bottom: 26%; transform: rotate(14deg); }

.wg-blue-band {
  height: 118px;
  background:
    linear-gradient(128deg, #064f86 0 38%, #0b63a9 38.3% 64%, #06437b 64.3%),
    linear-gradient(90deg, var(--blue), var(--cyan));
  border-top: 1px solid rgba(98,237,242,.22);
  border-bottom: 1px solid rgba(98,237,242,.18);
}

.wg-section,
.wg-spec-panel,
.wg-cta {
  max-width: var(--container);
  margin: 0 auto;
  padding: 92px 28px;
}
.wg-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}
.wg-section h2,
.wg-spec-copy h2,
.wg-cta h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin-bottom: 18px;
}
.wg-section-head p:not(.eyebrow),
.wg-spec-copy p:not(.eyebrow),
.wg-cta p:not(.eyebrow) {
  color: rgba(237,248,248,.72);
  line-height: 1.8;
  font-size: 17px;
}
.wg-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.wg-feature-grid article {
  min-height: 245px;
  padding: 30px 24px;
  border: 1px solid rgba(151,235,238,.16);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(14,32,37,.92), rgba(4,8,10,.84)),
    radial-gradient(circle at 80% 20%, rgba(8,174,178,.14), transparent 34%);
}
.wg-feature-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--cyan-2);
  font-weight: 800;
  letter-spacing: .12em;
}
.wg-feature-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.wg-feature-grid p {
  color: rgba(237,248,248,.68);
  line-height: 1.75;
}

.wg-spec-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
  border-top: 1px solid rgba(151,235,238,.12);
}
.wg-spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.wg-spec-list div {
  min-height: 150px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(151,235,238,.16);
  background: rgba(8, 22, 27, .74);
}
.wg-spec-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan-2);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}
.wg-spec-list span {
  color: rgba(237,248,248,.72);
  font-weight: 700;
}
.wg-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(151,235,238,.12);
}
.wg-cta > div { max-width: 780px; }

@media (max-width: 1100px) {
  .wg-hero-inner { grid-template-columns: 1fr; padding-top: 54px; }
  .wg-device-stage { min-height: 460px; }
  .wg-pump { right: 50%; transform: translate(50%, -50%) rotate(-10deg) scale(.86); }
  .wg-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .wg-product-rail { position: relative; top: auto; }
  .wg-rail-inner { min-height: auto; grid-template-columns: repeat(2, 1fr); }
  .wg-rail-item { min-height: 118px; }
  .wg-hero-copy h1 { font-size: clamp(44px, 14vw, 66px); }
  .wg-device-stage { min-height: 360px; overflow: hidden; }
  .wg-pump { transform: translate(50%, -50%) rotate(-10deg) scale(.64); }
  .wg-ring-a { width: 320px; height: 320px; right: 18%; }
  .wg-ring-b { width: 460px; height: 460px; right: 2%; }
  .wg-blue-band { height: 72px; }
  .wg-feature-grid,
  .wg-spec-panel,
  .wg-spec-list { grid-template-columns: 1fr; }
  .wg-section,
  .wg-spec-panel,
  .wg-cta { padding: 64px 22px; }
  .wg-cta { align-items: flex-start; flex-direction: column; }
}


/* Phase 05: remove product rail and switch WG product page to a clean white product style */
.wg-page {
  background: #ffffff;
  color: #102126;
}
.wg-product-rail { display: none; }
.wg-hero {
  min-height: calc(100svh - var(--header-h));
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.80) 48%, rgba(255,255,255,.96)),
    radial-gradient(circle at 77% 42%, rgba(8,174,178,.16), transparent 32%),
    radial-gradient(circle at 16% 85%, rgba(20,91,173,.08), transparent 34%),
    #ffffff;
  color: #102126;
}
.wg-hero::after {
  background: linear-gradient(180deg, transparent, #ffffff);
  height: 120px;
}
.wg-hero-bg {
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(8,174,178,.10) 58.2% 61%, transparent 61.2%),
    radial-gradient(circle at 82% 36%, rgba(8,174,178,.12), transparent 22%);
  opacity: 1;
}
.wg-hero-inner {
  min-height: calc(100svh - var(--header-h));
  padding-top: 72px;
  padding-bottom: 76px;
}
.wg-hero-copy > p:not(.eyebrow) { color: #405963; }
.wg-note { color: #6a7e86; }
.wg-blue-band {
  background: linear-gradient(135deg, #08aeb2, #145bad);
  min-height: 88px;
  border-top: 0;
  border-bottom: 0;
}
.wg-section,
.wg-spec-panel,
.wg-cta { background: #ffffff; color: #102126; }
.wg-section-head p,
.wg-spec-copy p,
.wg-cta p { color: #4a6068; }
.wg-feature-grid article,
.wg-spec-panel,
.wg-cta {
  background: #ffffff;
  border-color: rgba(8,122,130,.16);
  box-shadow: 0 24px 70px rgba(9, 62, 76, .08);
}
.wg-feature-grid article p,
.wg-spec-list span { color: #5c7178; }
.wg-feature-grid article span,
.wg-spec-list strong { color: #08aeb2; }
.wg-device-stage { filter: drop-shadow(0 34px 70px rgba(9, 62, 76, .20)); }
.wg-pump-body {
  background:
    linear-gradient(135deg, rgba(255,255,255,.58), transparent 18%),
    linear-gradient(90deg, #d7e3e6, #a9b8bc 56%, #e6eef0);
  box-shadow: inset 0 0 36px rgba(255,255,255,.55), inset -42px 0 50px rgba(30,62,72,.14);
}
.wg-pump-head {
  background: radial-gradient(circle at 40% 36%, #e7f0f2, #bac8cc 64%, #89979c);
  border-color: rgba(8,122,130,.18);
  box-shadow: inset 0 0 22px rgba(255,255,255,.50), 0 0 44px rgba(8,174,178,.18);
}
.wg-bracket {
  background: linear-gradient(180deg, #e9f1f3, #a9b8bc);
}
.wg-ring { border-color: rgba(8,174,178,.20); }
.wg-axis, .wg-flow { background: rgba(8,174,178,.13); }
.wg-angle-mark {
  background: #ffffff;
  border-color: rgba(8,174,178,.34);
  color: #078f96;
}
@media (max-width: 980px) {
  .wg-hero-inner { min-height: auto; grid-template-columns: 1fr; }
}


/* Phase 07: WG white-theme readability fix */
.wg-page,
.wg-page main,
.wg-hero,
.wg-section,
.wg-spec-panel,
.wg-cta {
  background: #ffffff !important;
  color: #102126 !important;
}
.wg-hero {
  border-bottom: 1px solid rgba(8,122,130,.12);
}
.wg-hero-copy h1,
.wg-section h2,
.wg-spec-copy h2,
.wg-cta h2,
.wg-feature-grid h3 {
  color: #102126 !important;
}
.wg-hero-copy > p:not(.eyebrow),
.wg-section-head p:not(.eyebrow),
.wg-spec-copy p:not(.eyebrow),
.wg-cta p:not(.eyebrow),
.wg-feature-grid p,
.wg-spec-list span,
.wg-note {
  color: #405963 !important;
}
.wg-blue-band {
  height: 56px !important;
  min-height: 56px !important;
  background: linear-gradient(90deg, #08aeb2 0%, #11a8b9 46%, #145bad 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}
.wg-section,
.wg-spec-panel,
.wg-cta {
  box-shadow: none !important;
}
.wg-section-head {
  max-width: 840px;
}
.wg-feature-grid article {
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,250,252,.92)),
    radial-gradient(circle at 86% 18%, rgba(8,174,178,.12), transparent 38%) !important;
  border: 1px solid rgba(8,122,130,.16) !important;
  box-shadow: 0 24px 70px rgba(9,62,76,.08) !important;
}
.wg-feature-grid article:hover {
  border-color: rgba(8,174,178,.34) !important;
  transform: translateY(-2px);
  transition: transform .18s ease, border-color .18s ease;
}
.wg-feature-grid span,
.wg-spec-list strong,
.wg-angle-mark {
  color: #08aeb2 !important;
}
.wg-spec-panel {
  border-top: 1px solid rgba(8,122,130,.12) !important;
}
.wg-spec-list div {
  background: linear-gradient(145deg, #ffffff, #f2fbfc) !important;
  border: 1px solid rgba(8,122,130,.16) !important;
  box-shadow: 0 22px 60px rgba(9,62,76,.08) !important;
}
.wg-cta {
  border-top: 1px solid rgba(8,122,130,.12) !important;
}
.wg-cta .btn-primary,
.wg-hero-actions .btn-primary {
  background: linear-gradient(135deg, #08aeb2, #145bad) !important;
  color: #ffffff !important;
}
.wg-cta .btn-ghost,
.wg-hero-actions .btn-ghost {
  background: #ffffff !important;
  border-color: rgba(8,122,130,.32) !important;
  color: #0c4f62 !important;
}
.wg-pump-body {
  background:
    linear-gradient(135deg, rgba(255,255,255,.62), transparent 18%),
    linear-gradient(90deg, #d7e3e6, #9cafb5 56%, #e8f0f2) !important;
}
.wg-pump-head {
  background: radial-gradient(circle at 40% 36%, #eef6f7, #b8c8cc 64%, #87979c) !important;
}

/* Phase 08: unify WG page with the white SISHY system */
.wg-page, .wg-hero, .wg-section, .wg-cta { background: #ffffff !important; color: #102126 !important; }
.wg-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99), rgba(255,255,255,.90) 48%, rgba(255,255,255,.99)),
    radial-gradient(circle at 78% 38%, rgba(8,174,178,.10), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(8,174,178,.06), transparent 38%) !important;
}
.wg-hero::after { background: linear-gradient(180deg, transparent, #ffffff) !important; }
.wg-hero-bg { opacity: .55 !important; background: linear-gradient(115deg, transparent 0 58%, rgba(8,174,178,.08) 58.2% 60%, transparent 60.2%), radial-gradient(circle at 82% 36%, rgba(8,174,178,.08), transparent 26%) !important; }
.wg-hero-copy h1, .wg-section h2, .wg-cta h2, .wg-card h3, .wg-spec-list strong { color: #102126 !important; }
.wg-hero-copy > p:not(.eyebrow), .wg-section-head p:not(.eyebrow), .wg-cta p:not(.eyebrow), .wg-card p, .wg-note, .wg-spec-list span { color: #405963 !important; }
.wg-blue-band { height: 1px !important; max-width: var(--container) !important; margin: 0 auto !important; background: rgba(8,122,130,.14) !important; }
.wg-card, .wg-spec-card { background: linear-gradient(145deg, #ffffff, #f6fcfd) !important; border: 1px solid rgba(8,122,130,.16) !important; box-shadow: 0 20px 54px rgba(9,62,76,.08) !important; }
.wg-card span, .wg-section .eyebrow, .wg-hero .eyebrow, .wg-cta .eyebrow { color: #078f96 !important; }
.wg-cta { border-top: 1px solid rgba(8,122,130,.14) !important; }
.wg-cta .btn-primary, .wg-hero-actions .btn-primary { background: #08aeb2 !important; border-color: #08aeb2 !important; color: #ffffff !important; }
.wg-cta .btn-ghost, .wg-hero-actions .btn-ghost { background: #ffffff !important; border-color: rgba(8,122,130,.30) !important; color: #0c4f62 !important; }
