:root {
  --surface: #ffffff;
  --text: #142033;
  --muted: #5b6c84;
  --line: #d8e3f1;
  --primary: #0164e4;
  --primary-deep: #0f172a;
  --primary-soft: #dceaff;
  --focus-ring: 0 0 0 3px rgba(220, 234, 255, 0.95), 0 0 0 6px rgba(1, 100, 228, 0.28);
  --shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(1, 100, 228, 0.08), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #f4f8fc 100%);
  color: var(--text);
  font-family: "Inter-Regular", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 34px 0;
  scroll-margin-top: 92px;
}

.page-hero {
  padding: 54px 0 26px;
}

.page-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: stretch;
  gap: 28px;
  min-height: 560px;
  padding: 40px;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(135deg, #0f172a 0%, #17263f 58%, #114ea7 100%);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(130, 180, 255, 0.28), transparent 32%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0) 100%);
  pointer-events: none;
}

.product-page-shell .hero-copy,
.product-page-shell .media-shell {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 0;
  min-width: 0;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  color: #ffffff;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.lead {
  margin: 0 0 28px;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker {
  margin-bottom: 16px;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.18s ease;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta-list li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(1, 100, 228, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(1, 100, 228, 0.26);
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: none;
  color: #ffffff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.media-shell {
  min-height: 180px;
}

.product-image-shell {
  display: grid;
  align-items: center;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.product-image-shell img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 30px;
}

.section-soft .info-card,
.info-card,
.spec-card,
.faq-item,
.cta-panel,
.summary-card,
.compare-card,
.overview-panel,
.overview-side,
.support-panel {
  border: 1px solid rgba(216, 227, 241, 0.95);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.two-column,
.feature-grid,
.spec-grid,
.faq-list,
.summary-grid,
.overview-layout,
.support-layout,
.compare-grid,
.gallery-grid,
.product-jump-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-layout,
.support-layout,
.compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-grid,
.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.product-jump-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.info-card,
.spec-card,
.faq-item,
.cta-panel,
.summary-card,
.compare-card,
.overview-panel,
.overview-side,
.support-panel {
  padding: 30px;
  border-radius: 28px;
}

.section-soft {
  background: transparent;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.section-heading .eyebrow,
.section-heading .section-kicker {
  margin-bottom: 14px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
}

.section-heading p {
  margin: 0;
}

.info-card .eyebrow,
.info-card .section-kicker,
.spec-card .eyebrow,
.spec-card .section-kicker,
.faq-item .eyebrow,
.faq-item .section-kicker,
.cta-panel .eyebrow,
.cta-panel .section-kicker {
  margin-bottom: 14px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
}

.info-card h3,
.spec-card h3,
.faq-item h3,
.summary-card h3,
.compare-card h3,
.overview-panel h2,
.overview-side h3,
.support-panel h3,
.cta-panel h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-family: "Inter-Bold", Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.info-card h3,
.spec-card h3,
.faq-item h3,
.summary-card h3,
.compare-card h3,
.overview-side h3,
.support-panel h3 {
  font-size: 22px;
}

.overview-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.cta-panel h2 {
  font-size: clamp(30px, 4vw, 40px);
}

.info-card p,
.spec-card p,
.faq-item p,
.summary-card p,
.compare-card p,
.overview-panel p,
.overview-side p,
.support-panel p,
.cta-panel p,
.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.module-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #edf4ff 0%, #dceaff 100%);
  border: 1px solid rgba(1, 100, 228, 0.14);
  color: var(--primary);
  box-shadow: 0 10px 20px rgba(1, 100, 228, 0.08);
}

.module-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-icon-small {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.module-icon-small svg {
  width: 18px;
  height: 18px;
}

.summary-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.summary-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.summary-card h3 {
  margin-bottom: 2px;
}

.overview-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.overview-panel .eyebrow,
.overview-side .eyebrow,
.support-panel .eyebrow {
  margin-bottom: 14px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
}

.overview-panel p + p {
  margin-top: 2px;
}

.overview-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.mini-stack {
  display: grid;
  gap: 14px;
}

.mini-card {
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fbff 0%, #edf4ff 100%);
  border: 1px solid rgba(1, 100, 228, 0.1);
}

.mini-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.mini-card strong {
  display: block;
  color: var(--text);
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.mini-card p {
  font-size: 14px;
  line-height: 1.65;
}

.support-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.support-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-panel-head .section-kicker {
  margin-bottom: 0;
}

.support-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 0 0;
  border-top: 1px solid rgba(216, 227, 241, 0.95);
}

.support-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.support-list span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 12px;
}

.support-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.support-list p {
  font-size: 14px;
  line-height: 1.65;
}

.compare-card {
  display: grid;
  gap: 12px;
  align-content: start;
  background:
    radial-gradient(circle at top right, rgba(1, 100, 228, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.96);
}

.compare-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 14px;
}

.compare-link:hover {
  text-decoration: underline;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(216, 227, 241, 0.95);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.product-jump-link {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(216, 227, 241, 0.95);
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  border-radius: 24px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
}

.product-jump-link:hover {
  transform: translateY(-3px);
  border-color: rgba(1, 100, 228, 0.2);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.product-jump-link:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.product-jump-link img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.22s ease;
}

.product-jump-link:hover img {
  transform: scale(1.035);
}

.product-jump-link span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 14px 12px 18px;
  color: var(--text);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
}

.product-jump-link span::before {
  content: "View Product";
  grid-column: 1 / 2;
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.18s ease, transform 0.18s ease;
}

.product-jump-link span::after {
  content: "↗";
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(1, 100, 228, 0.08);
  color: var(--primary);
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.product-jump-link:hover span {
  color: var(--primary);
}

.product-jump-link:hover span::before {
  color: var(--primary);
  transform: translateY(-1px);
}

.product-jump-link:hover span::after {
  transform: translate(1px, -1px);
  background: rgba(1, 100, 228, 0.14);
}

.spec-card > .module-icon {
  margin-bottom: 14px;
}

.cta-panel {
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(1, 100, 228, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.96);
}

.cta-panel .eyebrow {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.cta-panel .btn {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .page-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-image-shell img {
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .summary-grid,
  .two-column,
  .overview-layout,
  .feature-grid,
  .support-layout,
  .spec-grid,
  .faq-list,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    text-align: left;
    margin-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .section {
    padding: 26px 0;
  }

  .page-hero {
    padding: 30px 0 18px;
  }

  .page-shell {
    padding: 24px;
    border-radius: 28px;
    gap: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .meta-list li {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .product-image-shell,
  .info-card,
  .spec-card,
  .faq-item,
  .cta-panel,
  .summary-card,
  .compare-card,
  .overview-panel,
  .overview-side,
  .support-panel {
    border-radius: 24px;
  }

  .product-image-shell img {
    min-height: 0;
  }
}
