.product-page {
  --product-accent: #0b5cff;
  --product-ink: #0848c7;
  --product-soft: #eaf1ff;
  background: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--product-soft) 55%, #fff) 0, #fff 34%, #fff 100%);
}

.product-page.tone-blue {
  --product-accent: #0b5cff;
  --product-ink: #0848c7;
  --product-soft: #eaf1ff;
}

.product-page.tone-teal {
  --product-accent: #009c9c;
  --product-ink: #006f73;
  --product-soft: #e5f8f7;
}

.product-page.tone-indigo {
  --product-accent: #4c59df;
  --product-ink: #3945b7;
  --product-soft: #eef0ff;
}

.product-page.tone-orange {
  --product-accent: #ff6b19;
  --product-ink: #a83c00;
  --product-soft: #fff1e8;
}

.product-page.tone-purple {
  --product-accent: #7c3aed;
  --product-ink: #6230c8;
  --product-soft: #f3eefe;
}

.product-page.tone-emerald {
  --product-accent: #009e77;
  --product-ink: #007355;
  --product-soft: #e4f7f1;
}

.product-page.tone-navy {
  --product-accent: #0b3f9c;
  --product-ink: #082f75;
  --product-soft: #eaf0fb;
}

.product-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  background: color-mix(in srgb, var(--product-soft) 32%, rgba(255, 255, 255, 0.96));
}

.product-page .site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--product-accent), color-mix(in srgb, var(--product-accent) 18%, transparent) 52%, transparent);
}

.product-logo-mark {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  background: url("entegre-logo.png") center / contain no-repeat;
}

@supports ((-webkit-mask: url("")) or (mask: url(""))) {
  .product-logo-mark {
    background: var(--product-accent);
    -webkit-mask: url("entegre-logo.png") center / contain no-repeat;
    mask: url("entegre-logo.png") center / contain no-repeat;
  }
}

.brand-logo-shell {
  display: grid;
  width: 51px;
  height: 51px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--product-accent) 26%, #fff);
  border-radius: 15px;
  background: color-mix(in srgb, var(--product-soft) 88%, #fff);
  box-shadow: 0 9px 24px color-mix(in srgb, var(--product-accent) 14%, transparent);
}

.brand-logo-shell .product-logo-mark {
  width: 35px;
  height: 35px;
}

.product-page .site-header .brand > span:last-child {
  color: color-mix(in srgb, var(--product-ink) 58%, var(--navy-950));
}

.product-page .site-footer .brand-logo-shell {
  border-color: color-mix(in srgb, var(--product-accent) 55%, rgba(255, 255, 255, 0.5));
  background: rgba(255, 255, 255, 0.96);
}

.product-page .button.product-button {
  color: #fff;
  border-color: var(--product-ink);
  background: var(--product-ink);
  background: linear-gradient(135deg, var(--product-ink), color-mix(in srgb, var(--product-ink) 74%, var(--product-accent)));
  box-shadow: 0 14px 30px color-mix(in srgb, var(--product-accent) 24%, transparent);
}

.product-page .button.product-button:hover {
  filter: brightness(0.94);
}

.product-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  padding: 96px 0 78px;
  background: #fff;
  background:
    linear-gradient(102deg, rgba(255, 255, 255, 0.99) 5%, color-mix(in srgb, var(--product-soft) 34%, rgba(255, 255, 255, 0.88)) 58%, rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 78% 45%, color-mix(in srgb, var(--product-accent) 17%, #fff), transparent 51%);
}

.product-hero::before {
  position: absolute;
  z-index: -2;
  top: -280px;
  right: -180px;
  width: 780px;
  height: 780px;
  content: "";
  border: 1px solid color-mix(in srgb, var(--product-accent) 14%, transparent);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px color-mix(in srgb, var(--product-accent) 3%, transparent),
    0 0 0 150px color-mix(in srgb, var(--product-accent) 2%, transparent);
}

.product-glow {
  position: absolute;
  z-index: -1;
  top: 28%;
  right: 17%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--product-accent) 12%, transparent);
  filter: blur(85px);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
}

.product-hero-copy {
  min-width: 0;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 31px;
  color: #61708d;
  font-size: 13px;
  font-weight: 750;
}

.product-back span {
  color: var(--product-ink);
  font-size: 19px;
}

.product-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.product-logo-box {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--product-accent) 30%, #fff);
  border-radius: 18px;
  background: color-mix(in srgb, var(--product-soft) 82%, #fff);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--product-accent) 12%, transparent);
}

.product-logo-box .product-logo-mark {
  width: 37px;
  height: 37px;
}

.product-identity small,
.product-identity strong {
  display: block;
}

.product-identity small {
  margin-bottom: 3px;
  color: var(--product-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-identity strong {
  color: var(--navy-950);
  font-size: 20px;
}

.product-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 17px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--product-accent) 17%, #fff);
  border-radius: 999px;
  background: var(--product-soft);
  color: var(--product-ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.product-status::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 13%, transparent);
}

.product-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(45px, 4.25vw, 70px);
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.product-hero-copy > p {
  max-width: 700px;
  margin: 25px 0 0;
  color: #596783;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
}

.product-hero .hero-actions {
  margin-top: 33px;
}

.button-soft {
  color: #30405e;
  border: 1px solid #dbe3ef;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-sm);
}

.product-hero-visual {
  min-width: 0;
}

.product-media,
.product-console {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent) 18%, #dfe6f2);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 32px 90px color-mix(in srgb, var(--product-accent) 15%, rgba(14, 40, 92, 0.13));
}

.product-media::before,
.product-console::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--product-accent), color-mix(in srgb, var(--product-accent) 24%, #fff));
}

.media-window {
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  background: #f4f7fc;
}

.media-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.media-crop-backup .media-window img {
  object-position: center 5%;
}

.product-media figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 19px;
  color: #62708a;
  border-top: 1px solid #e9edf5;
  font-size: 11px;
  font-weight: 750;
}

.product-media figcaption i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--product-accent);
  box-shadow: 0 0 0 4px var(--product-soft);
}

.product-console {
  min-height: 490px;
  padding: 23px;
  background:
    radial-gradient(circle at 75% 20%, color-mix(in srgb, var(--product-accent) 10%, transparent), transparent 33%),
    #fff;
}

.console-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e7ecf4;
}

.console-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4dbea;
}

.console-top b {
  margin-left: auto;
  padding: 5px 9px;
  color: var(--product-ink);
  border-radius: 999px;
  background: var(--product-soft);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.console-brand {
  display: grid;
  width: 120px;
  height: 120px;
  margin: 35px auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--product-accent) 20%, #fff);
  border-radius: 34px;
  background: var(--product-soft);
  transform: rotate(8deg);
}

.console-brand .product-logo-mark {
  width: 76px;
  height: 76px;
  transform: rotate(-8deg);
}

.console-lines {
  display: grid;
  gap: 10px;
}

.console-lines > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 13px;
  border: 1px solid #e5eaf3;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}

.console-lines i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--product-ink);
  border-radius: 11px;
  background: var(--product-soft);
}

.console-lines svg,
.feature-icon svg,
.scope-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.console-lines strong,
.console-lines small {
  display: block;
}

.console-lines strong {
  margin-bottom: 2px;
  color: var(--navy-950);
  font-size: 12px;
}

.console-lines small {
  overflow: hidden;
  color: #71809b;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-facts-section {
  position: relative;
  z-index: 2;
  margin-top: -25px;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent) 18%, #e0e7f1);
  border-radius: 20px;
  background: #fff;
  background: linear-gradient(110deg, #fff 0%, color-mix(in srgb, var(--product-soft) 55%, #fff) 100%);
  box-shadow: 0 20px 50px rgba(22, 52, 112, 0.1);
}

.product-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #e7ecf4;
}

.product-fact:last-child {
  border-right: 0;
}

.product-fact > span,
.feature-number {
  color: var(--product-ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-fact strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy-950);
  font-size: 13px;
}

.product-fact p {
  margin: 0;
  color: #6d7890;
  font-size: 11px;
  line-height: 1.55;
}

.product-section {
  padding: 110px 0;
}

.product-page #ozellikler {
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--product-soft) 42%, #fff) 100%);
}

.product-section-heading {
  max-width: 750px;
  margin-bottom: 48px;
}

.product-section-heading h2,
.workflow-copy h2,
.scope-shell h2,
.related-shell h2 {
  margin: 12px 0 0;
  color: var(--navy-950);
  font-size: clamp(34px, 3.3vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.product-section-heading p,
.workflow-copy p,
.related-shell p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.product-kicker {
  color: var(--product-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

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

.feature-card {
  position: relative;
  min-width: 0;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent) 14%, #e1e7f1);
  border-radius: 20px;
  background: #fff;
  background: linear-gradient(150deg, #fff 60%, color-mix(in srgb, var(--product-soft) 58%, #fff));
  box-shadow: var(--shadow-sm);
}

.feature-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--product-accent), color-mix(in srgb, var(--product-accent) 12%, transparent));
}

.feature-card::after {
  position: absolute;
  right: -35px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid var(--product-accent);
  border-radius: 50%;
  opacity: 0.07;
  box-shadow: 0 0 0 24px var(--product-accent);
}

.feature-number {
  position: absolute;
  top: 26px;
  right: 27px;
}

.feature-icon,
.scope-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--product-ink);
  border-radius: 14px;
  background: var(--product-soft);
}

.feature-card h3 {
  margin: 24px 0 9px;
  color: var(--navy-950);
  font-size: 19px;
  letter-spacing: -0.025em;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.workflow-section {
  background: #f6f8fc;
  background: linear-gradient(135deg, color-mix(in srgb, var(--product-soft) 64%, #f8faff), #f8faff 68%);
}

.workflow-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(55px, 8vw, 120px);
}

.workflow-copy {
  position: sticky;
  top: 130px;
}

.workflow-list {
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: flow;
  list-style: none;
}

.workflow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 0 0 35px;
}

.workflow-list li:not(:last-child)::after {
  position: absolute;
  top: 54px;
  bottom: 4px;
  left: 30px;
  width: 1px;
  content: "";
  background: color-mix(in srgb, var(--product-accent) 22%, #dce4f0);
}

.workflow-list li > span {
  display: grid;
  z-index: 1;
  width: 62px;
  height: 54px;
  place-items: center;
  color: var(--product-ink);
  border: 1px solid color-mix(in srgb, var(--product-accent) 24%, #dfe6f2);
  border-radius: 15px;
  background: #fff;
  font-size: 11px;
  font-weight: 850;
}

.workflow-list strong {
  display: block;
  margin: 2px 0 6px;
  color: var(--navy-950);
  font-size: 18px;
}

.workflow-list p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-gallery-section {
  background: #fff;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--product-soft) 35%, #fff));
}

.capability-status-section {
  padding-bottom: 0;
  background: #fff;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--product-soft) 52%, #fff));
}

.capability-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.capability-status-card {
  position: relative;
  min-width: 0;
  min-height: 225px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent) 16%, #dfe6f1);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.capability-status-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid var(--product-accent);
  border-radius: 50%;
  opacity: 0.08;
  box-shadow: 0 0 0 22px var(--product-accent);
}

.capability-status-badge {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.capability-verified .capability-status-badge {
  color: #087a54;
  background: #ddf8ed;
}

.capability-development .capability-status-badge {
  color: var(--product-ink);
  background: var(--product-soft);
}

.capability-planned .capability-status-badge {
  color: #48607f;
  background: #edf1f7;
}

.capability-status-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--navy-950);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.capability-status-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent) 13%, #dfe6f1);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.gallery-image {
  aspect-ratio: 16 / 9.4;
  overflow: hidden;
  background: #f2f5fa;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.gallery-card figcaption {
  display: grid;
  gap: 5px;
  padding: 20px;
}

.gallery-card strong {
  color: var(--navy-950);
  font-size: 15px;
}

.gallery-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.scope-section {
  padding-top: 0;
}

.scope-shell {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: start;
  gap: 23px;
  padding: 38px;
  border: 1px solid color-mix(in srgb, var(--product-accent) 18%, #dfe6f2);
  border-radius: 24px;
  background: linear-gradient(120deg, var(--product-soft), #fff 72%);
}

.scope-icon {
  width: 74px;
  height: 74px;
  background: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--product-accent) 10%, transparent);
}

.scope-icon svg {
  width: 31px;
  height: 31px;
}

.scope-shell h2 {
  font-size: clamp(27px, 2.6vw, 39px);
}

.scope-shell p {
  max-width: 1060px;
  margin: 13px 0 0;
  color: #5e6d88;
  font-size: 14px;
  line-height: 1.75;
}

.related-section {
  padding: 0 0 110px;
}

.related-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  overflow: hidden;
  padding: 48px 52px;
  color: #fff;
  border-radius: 27px;
  background: #071640;
  background:
    radial-gradient(circle at 90% 30%, color-mix(in srgb, var(--product-accent) 70%, #fff), transparent 26%),
    linear-gradient(125deg, #071640, color-mix(in srgb, var(--product-accent) 72%, #09245f));
  box-shadow: 0 25px 70px color-mix(in srgb, var(--product-accent) 18%, rgba(5, 24, 69, 0.18));
}

.related-shell::after {
  position: absolute;
  right: -85px;
  bottom: -170px;
  width: 320px;
  height: 320px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.04), 0 0 0 80px rgba(255, 255, 255, 0.025);
}

.related-shell > * {
  position: relative;
  z-index: 1;
}

.related-shell .product-kicker,
.related-shell h2 {
  color: #fff;
}

.related-shell h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.related-shell p {
  color: #cad8f5;
}

.button-white {
  flex: 0 0 auto;
  color: var(--product-ink);
  background: #fff;
}

@media (max-width: 1120px) {
  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-copy {
    max-width: 850px;
  }

  .product-hero-visual {
    max-width: 900px;
  }

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

  .product-fact:nth-child(2) {
    border-right: 0;
  }

  .product-fact:nth-child(-n + 2) {
    border-bottom: 1px solid #e7ecf4;
  }
}

@media (max-width: 900px) {
  .feature-grid,
  .capability-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-status-card:last-child {
    grid-column: 1 / -1;
  }

  .workflow-shell {
    grid-template-columns: 1fr;
  }

  .workflow-copy {
    position: static;
  }

  .product-gallery,
  .product-gallery-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand-logo-shell {
    width: 43px;
    height: 43px;
  }

  .brand-logo-shell .product-logo-mark {
    width: 30px;
    height: 30px;
  }

  .product-hero {
    min-height: 0;
    padding: 63px 0 57px;
  }

  .product-hero-grid {
    gap: 44px;
  }

  .product-back {
    margin-bottom: 24px;
  }

  .product-identity {
    align-items: flex-start;
  }

  .product-hero h1 {
    font-size: clamp(39px, 12vw, 55px);
  }

  .product-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-hero .hero-actions .button {
    width: 100%;
  }

  .product-console {
    min-height: 420px;
    padding: 18px;
  }

  .media-window {
    aspect-ratio: 4 / 3;
  }

  .product-facts-section {
    margin-top: 22px;
  }

  .product-facts,
  .feature-grid,
  .capability-status-grid {
    grid-template-columns: 1fr;
  }

  .capability-status-card:last-child {
    grid-column: auto;
  }

  .product-fact,
  .product-fact:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e7ecf4;
  }

  .product-fact:last-child {
    border-bottom: 0;
  }

  .product-section {
    padding: 78px 0;
  }

  .product-section-heading {
    margin-bottom: 35px;
  }

  .feature-card {
    min-height: 240px;
  }

  .scope-section {
    padding-top: 0;
  }

  .scope-shell {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .related-section {
    padding-bottom: 75px;
  }

  .related-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 28px;
  }

  .related-shell .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .product-page .brand > span:last-child {
    display: none;
  }

  .product-logo-box {
    width: 54px;
    height: 54px;
  }

  .product-identity strong {
    font-size: 18px;
  }

  .product-media,
  .product-console {
    border-radius: 19px;
  }

  .console-brand {
    width: 98px;
    height: 98px;
    margin: 27px auto;
  }

  .console-brand .product-logo-mark {
    width: 63px;
    height: 63px;
  }

  .console-lines > div {
    grid-template-columns: 36px 1fr;
    gap: 9px;
    padding: 10px;
  }

  .console-lines i {
    width: 36px;
    height: 36px;
  }

  .workflow-list li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .workflow-list li > span {
    width: 50px;
    height: 48px;
  }

  .workflow-list li:not(:last-child)::after {
    top: 48px;
    left: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-card:hover img {
    transform: none;
  }
}
