.page-service-dev {
  background: #fff;
  color: #212121;
}

.svr-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.svr-hero {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  background: linear-gradient(180deg, #f2f6ff 0%, #f6f9ff 100%);
}

.svr-hero__bg {
  position: absolute;
  inset: 0;
}

.svr-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 580px;
  padding: 96px 0 64px;
}

.svr-hero__copy {
  max-width: 636px;
  padding-right: 32px;
}

.svr-hero__copy .site-page-heading {
  margin: 0 0 12px;
}

.svr-hero__subtitle {
  margin: 0 0 20px;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

.svr-hero__desc {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

.svr-services {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #fff;
}

.svr-services::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
}

.svr-section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}

.svr-section-head .site-section-subtitle {
  max-width: 920px;
  margin: 12px auto 0;
}

.svr-service-grid,
.svr-adv-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}

.svr-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svr-service-card,
.svr-adv-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.svr-service-card {
  min-height: 286px;
  padding: 24px 24px 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(245, 249, 255, 0.92)
    ),
    linear-gradient(270deg, #eaf3ff 0%, #ffffff 100%);
}

.svr-service-card::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 213px;
  height: 141px;
  pointer-events: none;
  z-index: 0;
}

.svr-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(77, 150, 255, 0.06) 72%,
      rgba(77, 150, 255, 0.12)
    ),
    radial-gradient(
      circle at 84% 22%,
      rgba(78, 159, 255, 0.14),
      transparent 36%
    );
  pointer-events: none;
}

.svr-service-card > * {
  position: relative;
  z-index: 1;
}

.svr-adv-card::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -1px;
  right: -1px;
  height: 141px;
  pointer-events: none;
  z-index: 0;
}

.svr-adv-card > * {
  position: relative;
  z-index: 1;
}

.svr-service-card:hover,
.svr-adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(21, 73, 176, 0.1);
}

.svr-service-card .site-card-title,
.svr-adv-card .site-card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.svr-service-card .site-card-copy,
.svr-adv-card .site-card-copy {
  position: relative;
  z-index: 1;
}

.svr-icon {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  margin-bottom: 12px;
}

.svr-icon--center {
  margin-left: auto;
  margin-right: auto;
}

.svr-icon__shell,
.svr-icon__main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.svr-icon__main--enterprise {
  width: 110px;
  height: 110px;
}

.svr-icon__main--mobile {
  inset: 11px 0 0 13px;
  width: 84px;
  height: 84px;
}

.svr-icon__main--web {
  inset: 0 0 0 9px;
  width: 88px;
  height: 88px;
}

.svr-icon__main--upgrade {
  inset: 10px 0 0 19px;
  width: 72px;
  height: 72px;
}

.svr-icon__main--team {
  inset: 17px 0 0 22px;
  width: 66px;
  height: 66px;
}

.svr-icon__main--process {
  inset: 8px 0 0 12px;
  width: 86px;
  height: 86px;
}

.svr-icon__main--secure {
  inset: 0 0 0 8px;
  width: 88px;
  height: 88px;
}

.svr-icon__main--cost {
  inset: -6px 0 0 2px;
  width: 102px;
  height: 102px;
}

.svr-icon__main--support {
  inset: -10px 0 0 12px;
  width: 86px;
  height: 86px;
}

.svr-philosophy {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
}

.svr-philosophy__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.svr-philosophy__eyebrow,
.svr-philosophy .cta-en {
  margin-bottom: 12px;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.svr-philosophy .cta-title {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
}

.svr-philosophy .cta-desc {
  max-width: 1080px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.svr-philosophy__actions,
.svr-cta__panel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svr-philosophy__actions {
  gap: 20px;
  margin-top: 0;
}

.page-service .btn-rect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  cursor: pointer;
}

.page-service .btn-rect:hover {
  transform: translateY(-2px);
}

.page-service .btn-rect-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.page-service .btn-rect-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-service .btn-rect-solid {
  background: #ffffff;
  color: #0066ff;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.page-service .btn-rect-solid:hover {
  background: #f4f7fc;
  color: #0066ff;
}

.page-service .btn-rect-primary {
  background: #0066ff;
  color: #ffffff;
  border: 1px solid #0066ff;
  box-shadow: none;
}

.page-service .btn-rect-primary:hover {
  background: #0057db;
  color: #ffffff;
  border-color: #0057db;
}

.svr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  cursor: pointer;
}
.svr-cta-gy {
  margin-bottom: 32px;
}
.svr-btn:hover {
  transform: translateY(-2px);
}

.svr-btn--ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.svr-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.svr-btn--solid {
  background: #ffffff;
  color: #0066ff;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.svr-btn--solid:hover {
  background: #f4f7fc;
  color: #0066ff;
}

.svr-btn--primary {
  min-width: 110px;
  height: 64px;
  color: #fff;
  background: linear-gradient(90deg, #1ed4ff 1.212%, #0044ff 100%);
  box-shadow: 0 18px 36px rgba(0, 86, 244, 0.18);
  margin-top: 48px;
}

.svr-advantages {
  padding: 110px 0;
  background: #fff;
}

.svr-adv-grid--top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.svr-adv-grid--bottom {
  grid-template-columns: repeat(2, minmax(0, 384px));
  justify-content: center;
}

.svr-adv-card {
  min-height: 286px;
  padding: 24px;
  text-align: center;
  background: linear-gradient(180deg, #eaf3ff 0%, #ffffff 100%);
}

.svr-adv-card .site-card-copy {
  margin-bottom: 0;
}

.svr-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    linear-gradient(
      180deg,
      rgba(234, 245, 255, 0.96),
      rgba(235, 246, 255, 0.98)
    ),
    #eef6ff;
}

.svr-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.96;
  pointer-events: none;
}

.svr-cta__panel {
  position: relative;
  z-index: 1;
  flex-direction: column;
  text-align: center;
}

.svr-cta__panel .site-section-heading {
  margin: 0;
}

.svr-cta__copy {
  max-width: 1050px;
  margin-top: 12px;
}

.svr-cta__copy .site-copy {
  margin: 0;
}

.svr-cta__copy .site-copy + .site-copy {
  margin-top: 8px;
}

.rjkf-reveal {
  opacity: 1;
  transform: none;
}

body.js-ready .rjkf-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

body.js-ready .rjkf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.js-ready .svr-service-grid .rjkf-reveal:nth-child(1),
body.js-ready .svr-adv-grid .rjkf-reveal:nth-child(1) {
  transition-delay: 0.04s;
}

body.js-ready .svr-service-grid .rjkf-reveal:nth-child(2),
body.js-ready .svr-adv-grid .rjkf-reveal:nth-child(2) {
  transition-delay: 0.14s;
}

body.js-ready .svr-service-grid .rjkf-reveal:nth-child(3),
body.js-ready .svr-adv-grid .rjkf-reveal:nth-child(3) {
  transition-delay: 0.24s;
}

body.js-ready .svr-service-grid .rjkf-reveal:nth-child(4),
body.js-ready .svr-adv-grid .rjkf-reveal:nth-child(4) {
  transition-delay: 0.34s;
}

body.js-ready .svr-adv-grid .rjkf-reveal:nth-child(5) {
  transition-delay: 0.44s;
}

@media (max-width: 1279px) {
  .svr-hero__inner {
    padding: 88px 0 60px;
  }

  .svr-hero__subtitle {
    font-size: 20px;
  }

  .svr-service-grid,
  .svr-adv-grid--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .svr-container {
    width: min(1200px, calc(100% - 32px));
  }

  .svr-hero {
    min-height: auto;
  }

  .svr-hero__inner {
    padding: 84px 0 56px;
  }

  .svr-hero__copy {
    max-width: none;
    padding-right: 0;
  }

  .svr-services,
  .svr-advantages,
  .svr-cta {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .svr-philosophy {
    padding: 88px 0;
  }

  .svr-service-grid,
  .svr-adv-grid--top,
  .svr-adv-grid--bottom {
    grid-template-columns: 1fr;
  }

  .svr-adv-grid--bottom {
    justify-content: stretch;
  }

  .svr-adv-card::after {
    height: 124px;
  }

  .svr-service-card::before {
    width: 186px;
    height: 124px;
    background-size: 276px 124px;
  }

  .svr-philosophy__actions {
    flex-direction: column;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .svr-hero__inner {
    padding: 72px 0 44px;
  }

  .svr-hero__subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .svr-hero__desc,
  .svr-philosophy .cta-desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .svr-services,
  .svr-advantages,
  .svr-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .svr-philosophy {
    padding: 72px 0;
  }

  .svr-service-card,
  .svr-adv-card {
    padding: 20px 18px 22px;
  }

  .svr-adv-card::after {
    top: 20px;
    height: 98px;
  }

  .svr-service-card::before {
    top: 20px;
    width: 148px;
    height: 98px;
    background-size: 218px 98px;
  }

  .svr-philosophy .cta-en {
    font-size: 16px;
  }

  .svr-philosophy .cta-title {
    font-size: 32px;
    letter-spacing: 1.5px;
  }

  .page-service .btn-rect {
    width: 100%;
    min-width: 0;
  }

  .svr-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 17px;
  }
}
