/* Services content: shared About typography, white sections, compact grids.
   Header and footer continue to use site.css. */
.services-content {
  --service-ink: #0b1220;
  --service-muted: #5c6675;
  --service-blue: #2563eb;
  --service-line: #e6eaf0;
  background: #fff;
  color: var(--service-muted);
  padding: 72px 0;
}
.services-content .container {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}
.services-content :is(.service-detail, .service-article, .service-document) {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.services-content :is(h1, h2, h3, h4, dt) {
  color: var(--service-ink);
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -.025em;
}
.services-content h1 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  max-width: 980px;
}
.services-content h2 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.25;
}
.services-content h3 {
  margin: 24px 0 10px;
  font-size: 19px;
  line-height: 1.35;
}
.services-content h4 { margin: 22px 0 10px; font-size: 16px; line-height: 1.4; }
.services-content p { margin: 0 0 14px; color: var(--service-muted); font-size: 16px; line-height: 1.65; }
.services-content p:last-child { margin-bottom: 0; }
.services-content a { color: var(--service-blue); }
.services-content a:focus-visible,
.services-content button:focus-visible { outline: 2px solid var(--service-blue); outline-offset: 4px; }
.services-content :is(.service-document__header, .services-catalog__head) { margin-bottom: 32px; }
.services-content :is(.service-document__header, .services-catalog__head, .services-engagement header, .services-process header) > span {
  display: block;
  color: var(--service-blue);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.services-content .service-document__header p { max-width: none; }
.service-document__section {
  padding: 32px 0;
  border-top: 1px solid var(--service-line);
}
.service-document__section:last-child { padding-bottom: 0; }
.services-content :is(ul, ol, dl) { margin: 18px 0; }
.services-content :is(ul, ol, dl):last-child { margin-bottom: 0; }
.services-content li { font-size: 15px; line-height: 1.6; }
.services-content .service-document__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}
.service-document__list > li {
  padding: 12px 16px;
  border: 1px solid var(--service-line);
  border-radius: 12px;
}
.service-document__list > li > strong { color: var(--service-ink); }
.services-content :is(.service-document__text-groups, .service-document__columns, .service-document__definitions) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}
.services-content :is(.service-document__text-groups, .service-document__columns, .service-document__definitions):last-child { margin-bottom: 0; }
.services-content :is(.service-document__text-groups, .service-document__columns, .service-document__definitions) > :is(section, div) {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--service-line);
  border-radius: 16px;
}
.services-content :is(.service-document__text-groups, .service-document__columns) h3 { margin-top: 0; font-size: 17px; }
.services-content :is(.service-document__text-groups, .service-document__columns, .service-document__definitions) p { font-size: 15px; }
.services-content dt { margin: 0 0 8px; font-size: 17px; line-height: 1.4; }
.services-content dd { margin: 0; font-size: 15px; line-height: 1.65; }
/* Lists inside cards are plain content, avoiding nested rows of boxes. */
.services-content :is(.service-document__text-groups, .service-document__columns) .service-document__list {
  display: block;
  padding-left: 18px;
  list-style: disc;
}
.services-content :is(.service-document__text-groups, .service-document__columns) .service-document__list > li {
  margin: 6px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.services-content .service-document__process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}
.service-document__process > :is(li, div) { padding: 18px; border: 1px solid var(--service-line); border-radius: 14px; }
.services-content figure { margin: 24px 0; min-width: 0; }
.services-content img { display: block; max-width: 100%; width: 100%; height: auto; }
.service-document__media-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 32px;
  align-items: center;
  margin: 24px 0;
}
.service-document__media-row--image-first { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.service-document__media-row:first-child { margin-top: 0; }
.service-document__media-row:last-child { margin-bottom: 0; }
.services-content .service-document__media-row figure { margin: 0; }
.services-content .service-document__media-row h3:first-child { margin-top: 0; }
.services-content .service-document__media-row img { max-height: 360px; object-fit: contain; border-radius: 16px; }
.services-content .service-document__wide { padding: 16px; border: 1px solid var(--service-line); border-radius: 16px; }
.services-content .service-document__wide img { max-height: 440px; object-fit: contain; }
.services-content :is(.service-document__gallery, .service-document__media-gallery) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.services-content :is(.service-document__gallery, .service-document__media-gallery) figure { margin: 0; }
.services-content :is(.service-document__gallery, .service-document__media-gallery) img { max-height: 440px; object-fit: contain; border-radius: 14px; }
.services-content .service-gallery {
  display: block;
  margin-top: 24px;
}
.service-gallery,
.service-gallery-lightbox {
  -webkit-user-select: none;
  user-select: none;
}
.service-gallery img,
.service-gallery-lightbox img {
  -webkit-user-drag: none;
  user-select: none;
}
.service-gallery__stage {
  position: relative;
  display: grid;
  min-height: 360px;
  border: 1px solid var(--service-line);
  border-radius: 16px;
  background: #f8fafc;
  overflow: hidden;
}
.service-gallery__image-button {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 24px 64px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.services-content .service-gallery__image-button img {
  place-self: center;
  width: 100%;
  height: min(52vw, 560px);
  max-height: 560px;
  object-fit: contain;
  border-radius: 10px;
}
.service-gallery__zoom {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(11, 18, 32, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--service-ink);
}
.service-gallery__zoom svg,
.service-gallery__arrow svg,
.service-gallery-lightbox button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-gallery__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(11, 18, 32, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--service-ink);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
  transform: translateY(-50%);
  cursor: pointer;
}
.service-gallery__arrow--previous { left: 14px; }
.service-gallery__arrow--next { right: 14px; }
.service-gallery__arrow:hover { border-color: #2563eb; color: #2563eb; }
.service-gallery__counter {
  position: absolute;
  right: 16px;
  bottom: 12px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(11, 18, 32, .78);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.service-gallery__navigation { display: flex; justify-content: center; padding-top: 14px; }
.service-gallery__dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.service-gallery__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
}
.service-gallery__dot.is-active { width: 22px; border-radius: 999px; background: #2563eb; }
.service-gallery :is(button, [role="tab"]):focus-visible,
.service-gallery-lightbox button:focus-visible { outline: 3px solid rgba(37, 99, 235, .35); outline-offset: 3px; }
.service-gallery-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.service-gallery-lightbox::backdrop { background: rgba(2, 8, 23, .88); }
.service-gallery-lightbox__panel { position: relative; display: grid; place-items: center; min-height: min(86vh, 820px); }
.service-gallery-lightbox figure { display: grid; place-items: center; width: 100%; margin: 0; }
.service-gallery-lightbox img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 12px;
}
.service-gallery-lightbox button {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(2, 8, 23, .72);
  color: #fff;
  cursor: pointer;
}
.service-gallery-lightbox__close { top: 8px; right: 8px; }
.service-gallery-lightbox__arrow { top: 50%; transform: translateY(-50%); }
.service-gallery-lightbox__arrow--previous { left: 8px; }
.service-gallery-lightbox__arrow--next { right: 8px; }
.service-gallery-lightbox__counter { position: absolute; bottom: 8px; margin: 0; color: #fff; font-size: 14px; }
.service-document__video { width: min(100%, 800px); margin: 24px auto 0; aspect-ratio: 16 / 9; }
.service-document__video iframe { width: 100%; height: 100%; border: 0; border-radius: 14px; }
.service-document__project-list > section { padding: 28px 0; border-top: 1px solid var(--service-line); }
.service-document__project-list > section:first-child { padding-top: 0; border-top: 0; }
.service-document__project-list > section:last-child { padding-bottom: 0; }
.services-content .service-document__project-list h3:first-child { margin-top: 0; font-size: 22px; }
/* Short technology descriptions can fill three columns; long cards stay paired. */
.services-content .technologies-document .service-document__definitions,
.services-content .services-get-started-document .service-document__definitions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-content .software-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-content .software-visual { margin: 24px 0; }
.services-content .software-visual__content { margin-bottom: 20px; }
.services-content .software-visual__content :is(h2, h3) { margin-top: 0; }
.services-content .software-visual__content p:last-child { margin-bottom: 0; }
.services-content .software-visual figure {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--service-line);
  border-radius: 16px;
  background: #f8fafc;
}
.services-content .software-visual img { max-height: 520px; object-fit: contain; }
.services-content .software-visual--process { margin-top: 0; }
.services-content .services-get-started-document > .service-document__section:last-child .service-document__list {
  display: block;
  list-style: disc;
  padding-left: 20px;
}
.services-content .services-get-started-document > .service-document__section:last-child .service-document__list > li {
  padding: 0;
  margin-top: 10px;
  border: 0;
}
/* The get-started page uses the same image-led introduction and four-step track as About. */
.services-content .services-get-started-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 24px;
}
.services-content .services-get-started-hero__copy > span {
  display: block;
  color: var(--service-blue);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.services-content .services-get-started-hero h1 {
  max-width: none;
  margin: 10px 0 14px;
  font-size: clamp(34px, 4.4vw, 52px);
}
.services-content .services-get-started-hero p { max-width: 650px; line-height: 1.7; }
.services-content .services-get-started-hero__visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--service-line);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(15, 39, 68, .08);
}
.services-content .services-get-started-hero__visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.services-content .services-get-started-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.services-content .services-get-started-steps::before {
  position: absolute;
  top: 6px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: #dbe3ee;
  content: "";
}
.services-content .services-get-started-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.services-content .services-get-started-step::before {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #0f2744;
  box-shadow: 0 0 0 6px #fff;
  content: "";
}
.services-content .services-get-started-step__panel {
  flex: 1;
  padding: 20px;
  border: 1px solid var(--service-line);
  border-radius: 18px;
  background: #fff;
}
.services-content .services-get-started-step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}
.services-content .services-get-started-step p { margin: 0; font-size: 15px; }
.services-content .services-get-started-step a { font-weight: 700; }
.services-content .service-document__media-row--onsite { align-items: start; }
@media (max-width: 1040px) {
  .services-content .services-get-started-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-content .services-get-started-steps::before { display: none; }
}
@media (min-width: 901px) {
  .services-content .service-document__media-row--onsite > figure {
    position: sticky;
    top: 96px;
    align-self: start;
  }
  .services-content .testing-capabilities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* BOT tabs read left-to-right above their content, with keyboard behavior retained. */
.bot-phase-explorer__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.bot-phase-explorer__tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--service-line);
  border-radius: 14px;
  background: #fff;
  color: var(--service-ink);
  font: 750 17px var(--font-display);
  cursor: pointer;
}
.bot-phase-explorer__tabs button[aria-selected="true"] { border-color: var(--service-blue); background: #eff6ff; }
.bot-phase-explorer__media { display: block; width: 52px; flex: 0 0 52px; }
.services-content .bot-phase-explorer__media img { width: 52px; height: 52px; object-fit: contain; }
.bot-phase-explorer__panels > section { padding: 22px; border: 1px solid var(--service-line); border-radius: 16px; }
.services-content .bot-phase-explorer__panels h3 { margin-top: 0; }
.bot-advantage { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 28px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--service-line); }
.bot-advantage:last-child { padding-bottom: 0; border: 0; }
.services-content .bot-advantage figure { margin: 0; }
.services-content .bot-advantage img { max-height: 150px; object-fit: contain; }
.services-content .bot-advantage h3 { margin-top: 0; }
/* Services catalog uses the same section rhythm as the detail pages. */
.services-content .services-catalog__head em { color: inherit; font-style: normal; }
.services-catalog__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.services-catalog__grid article { display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--service-line); border-radius: 16px; }
.services-content .services-catalog__grid h3 { margin: 16px 0 10px; font-size: 19px; }
.services-content .services-catalog__grid p { font-size: 15px; }
.services-catalog__grid a { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; padding-top: 12px; font-size: 14px; font-weight: 750; }
.services-content svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.services-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #eff6ff; color: var(--service-blue); font-style: normal; font-weight: 800; }
.services-engagement, .services-process { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--service-line); }
.services-content :is(.services-engagement, .services-process) header { margin-bottom: 24px; }
.services-content :is(.services-engagement, .services-process) h2 { margin-top: 10px; }
.services-engagement__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.services-engagement__grid article { padding: 20px; border: 1px solid var(--service-line); border-radius: 14px; }
.services-content .services-engagement__grid h3 { margin-top: 12px; font-size: 17px; }
.services-content .services-engagement__grid p { font-size: 15px; }
.services-content .services-process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 0; list-style: none; }
.services-process li { border-top: 2px solid var(--service-line); padding-top: 16px; }
.services-content .services-process h3 { margin: 12px 0 8px; }
.services-content .services-process p { font-size: 15px; }
@media (max-width: 900px) {
  .services-content .services-get-started-hero { grid-template-columns: 1fr; gap: 24px; }
  .service-document__media-row, .service-document__media-row--image-first { grid-template-columns: 1fr; gap: 20px; }
  .services-catalog__grid, .services-engagement__grid,
  .services-content .technologies-document .service-document__definitions,
  .services-content .services-get-started-document .service-document__definitions,
  .services-content .software-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-content .services-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-content .service-document__media-row figure { order: 1; }
}
@media (max-width: 640px) {
  .services-content .services-get-started-hero__visual img { height: min(60vw, 300px); }
  .services-content .services-get-started-steps { grid-template-columns: 1fr; }
  .services-content { padding: 56px 0; }
  .services-content .container { width: calc(100% - 32px); }
  .services-content h2 { font-size: 24px; }
  .service-document__section { padding: 28px 0; }
  .services-content :is(.service-document__list, .service-document__text-groups, .service-document__columns, .service-document__definitions, .service-document__process, .service-document__gallery, .service-document__media-gallery),
  .services-catalog__grid, .services-engagement__grid,
  .services-content .technologies-document .service-document__definitions,
  .services-content .services-get-started-document .service-document__definitions,
  .services-content .software-grid--three { grid-template-columns: 1fr; }
  .services-content .services-process ol { grid-template-columns: 1fr; }
  .service-gallery__stage { min-height: 240px; }
  .service-gallery__image-button { padding: 16px 44px; }
  .services-content .service-gallery__image-button img { height: min(72vw, 420px); }
  .service-gallery__arrow { width: 36px; height: 36px; }
  .service-gallery__arrow--previous { left: 8px; }
  .service-gallery__arrow--next { right: 8px; }
  .service-gallery__zoom { top: 8px; right: 8px; width: 32px; height: 32px; }
  .bot-advantage { grid-template-columns: 1fr; gap: 16px; }
  .bot-phase-explorer__tabs { gap: 8px; }
  .bot-phase-explorer__tabs button { flex-direction: column; padding: 12px 6px; font-size: 14px; gap: 8px; }
  .bot-phase-explorer__panels > section { padding: 18px; }
  .services-engagement, .services-process { margin-top: 36px; padding-top: 28px; }
}

/* =========================================================
   GAME DEVELOPMENT
   ========================================================= */
 
body[data-page="game-development"] .service-document{
  width:100%;
}
 
body[data-page="game-development"] .service-document__header{
  margin-bottom:48px;
}
 
body[data-page="game-development"] .service-document__header h1{
  margin:0;
}
 
body[data-page="game-development"] .service-document__header p{
  margin-top:22px;
  color:#536178;
  font-size:1rem;
  line-height:1.72;
}
 
 
/* GAME PRODUCTS */
 
body[data-page="game-development"]{
  --game-thumb-w:360px;
  --game-thumb-h:200px;
}
 
body[data-page="game-development"] .game-products{
  display:grid;
  gap:16px;
  width:100%;
}
 
body[data-page="game-development"] .game-product{
  display:grid;
  grid-template-columns:var(--game-thumb-w) minmax(0,1fr);
  gap:34px;
  align-items:start;
  padding:18px;
  border:1px solid #dce4ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(6,29,70,.04);
  transition:border-color 180ms ease,box-shadow 180ms ease;
}
 
body[data-page="game-development"] .game-product:hover{
  border-color:#ccd8e5;
  box-shadow:0 12px 30px rgba(6,29,70,.07);
}
 
 
/* Image */
body[data-page="game-development"] .game-product__media{
  width:var(--game-thumb-w);
  height:var(--game-thumb-h);
  margin:0;
  overflow:hidden;
  border-radius:14px;
  background:#eef3f7;
}
 
body[data-page="game-development"] .game-product__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
 
 
/* Content */
body[data-page="game-development"] .game-product__content{
  display:grid;
  min-width:0;
  min-height:var(--game-thumb-h);
  grid-template-rows:auto minmax(0,1fr) auto;
  row-gap:14px;
  padding:2px 8px 2px 0;
}
 
body[data-page="game-development"] .game-product__content h2{
  margin:0;
  color:#071b54;
  font-size:clamp(1.5rem,1.75vw,1.8rem);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.035em;
}
 
body[data-page="game-development"] .game-product__content>p{
  max-width:780px;
  margin:0;
  color:#5b6980;
  font-size:.94rem;
  line-height:1.55;
}
 
 
/* Links */
body[data-page="game-development"] .game-product__links{
  display:grid;
  gap:9px;
  align-self:end;
  margin-top:auto;
}
 
body[data-page="game-development"] .game-product__link{
  display:grid;
  min-width:0;
  grid-template-columns:28px minmax(0,1fr);
  gap:11px;
  align-items:center;
  color:#071b54;
  text-decoration:none;
}
 
body[data-page="game-development"] .game-product__link-icon{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  overflow:hidden;
  border-radius:7px;
  color:#fff;
  box-shadow:0 2px 7px rgba(0,0,0,.09);
  transition:transform 180ms ease,filter 180ms ease;
}
 
 
/* YouTube icon */
body[data-page="game-development"] .game-product__link-icon--youtube{
  background:#ff0033;
}
 
body[data-page="game-development"] .game-product__link-icon--youtube svg{
  width:18px;
  height:18px;
}
 
body[data-page="game-development"] .game-product__link-icon--youtube svg rect{
  fill:#fff;
  stroke:none;
}
 
body[data-page="game-development"] .game-product__link-icon--youtube svg path{
  fill:#ff0033;
  stroke:none;
}
 
 
/* App Store icon */
body[data-page="game-development"] .game-product__link-icon--store{
  background:linear-gradient(180deg,#36b5ff 0%,#1687f8 100%);
}
 
body[data-page="game-development"] .game-product__link-icon--store svg{
  width:17px;
  height:17px;
  overflow:visible;
  fill:none;
  stroke:#fff;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
 
 
/* Text */
body[data-page="game-development"] .game-product__link-text{
  display:flex;
  min-width:0;
  align-items:center;
  gap:7px;
  font-size:.86rem;
  line-height:1.35;
}
 
body[data-page="game-development"] .game-product__link-text strong{
  flex:0 0 auto;
  color:#10285d;
  font-weight:750;
}
 
body[data-page="game-development"] .game-product__url{
  display:block;
  min-width:0;
  overflow:hidden;
  color:#168cf4;
  font-weight:500;
  text-overflow:ellipsis;
  white-space:nowrap;
}
 
 
/* States */
body[data-page="game-development"] .game-product__link:hover .game-product__link-icon{
  filter:brightness(.96);
  transform:translateY(-1px);
}
 
body[data-page="game-development"] .game-product__link:hover .game-product__url{
  text-decoration:underline;
}
 
body[data-page="game-development"] .game-product__link:focus-visible{
  border-radius:5px;
  outline:3px solid rgba(22,140,244,.2);
  outline-offset:4px;
}
 
 
/* TABLET 768 - 1023 */
 
@media(min-width:768px) and (max-width:1023px){
  body[data-page="game-development"]{
    --game-thumb-w:320px;
    --game-thumb-h:190px;
  }
 
  body[data-page="game-development"] .service-document__header{
    margin-bottom:40px;
  }
 
  body[data-page="game-development"] .game-product{
    gap:24px;
    padding:14px;
    border-radius:16px;
  }
 
  body[data-page="game-development"] .game-product__media{
    border-radius:12px;
  }
 
  body[data-page="game-development"] .game-product__content{
    row-gap:11px;
    padding-right:2px;
  }
 
  body[data-page="game-development"] .game-product__content h2{
    font-size:1.4rem;
  }
 
  body[data-page="game-development"] .game-product__content>p{
    font-size:.88rem;
    line-height:1.5;
  }
 
  body[data-page="game-development"] .game-product__links{
    gap:8px;
  }
 
  body[data-page="game-development"] .game-product__link{
    grid-template-columns:26px minmax(0,1fr);
    gap:9px;
  }
 
  body[data-page="game-development"] .game-product__link-icon{
    width:26px;
    height:26px;
    border-radius:6px;
  }
 
  body[data-page="game-development"] .game-product__link-text{
    display:block;
    font-size:.82rem;
    line-height:1.35;
  }
 
  body[data-page="game-development"] .game-product__url{
    margin-top:2px;
  }
}
 
 
/* MOBILE 0 - 767 */
 
@media(max-width:767px){
  body[data-page="game-development"] .service-document__header{
    margin-bottom:32px;
  }
 
  body[data-page="game-development"] .service-document__header p{
    margin-top:18px;
    font-size:.92rem;
    line-height:1.65;
  }
 
  body[data-page="game-development"] .game-products{
    gap:14px;
  }
 
  body[data-page="game-development"] .game-product{
    grid-template-columns:1fr;
    gap:18px;
    padding:12px;
    border-radius:15px;
  }
 
  body[data-page="game-development"] .game-product__media{
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    border-radius:11px;
  }
 
  body[data-page="game-development"] .game-product__media img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
 
  body[data-page="game-development"] .game-product__content{
    min-height:auto;
    row-gap:11px;
    padding:2px 6px 8px;
  }
 
  body[data-page="game-development"] .game-product__content h2{
    font-size:1.45rem;
  }
 
  body[data-page="game-development"] .game-product__content>p{
    font-size:.88rem;
    line-height:1.52;
  }
 
  body[data-page="game-development"] .game-product__links{
    gap:10px;
    margin-top:2px;
  }
 
  body[data-page="game-development"] .game-product__link{
    grid-template-columns:26px minmax(0,1fr);
    gap:9px;
    align-items:start;
  }
 
  body[data-page="game-development"] .game-product__link-icon{
    width:26px;
    height:26px;
    border-radius:6px;
  }
 
  body[data-page="game-development"] .game-product__link-icon--youtube svg{
    width:16px;
    height:16px;
  }
 
  body[data-page="game-development"] .game-product__link-icon--store svg{
    width:15px;
    height:15px;
  }
 
  body[data-page="game-development"] .game-product__link-text{
    display:block;
    font-size:.82rem;
    line-height:1.35;
  }
 
  body[data-page="game-development"] .game-product__url{
    max-width:100%;
    margin-top:2px;
  }
}
 
 
/* REDUCED MOTION */
 
@media(prefers-reduced-motion:reduce){
  body[data-page="game-development"] .game-product,
  body[data-page="game-development"] .game-product__link-icon{
    transition:none!important;
  }
}