body.service-page-body {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.025) 0%, rgba(123, 63, 228, 0) 28%),
    radial-gradient(circle at top right, rgba(224, 216, 236, 0.14) 0%, rgba(224, 216, 236, 0) 26%),
    var(--body);
}

.service-page-header {
  position: sticky;
  top: 0;
  z-index: 60;
  margin-bottom: 0;
}

.service-page-header .header-inner {
  background: rgba(255, 252, 247, 0.9);
  backdrop-filter: blur(14px);
}

.header-phone-btn {
  gap: 10px;
  align-items: center;
}

.header-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  line-height: 1;
}

.header-phone-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.service-page-hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: center;
}

.service-page-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-page-eyebrow,
.service-page-rating {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 31, 58, 0.08);
  color: #526f9d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page-rating {
  color: #7b3fe4;
}

.service-page-title {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(40px, 4.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.service-page-text,
.service-page-section-copy,
.service-page-value-panel p,
.service-page-value-item span,
.service-page-card p,
.service-page-visual-note .text {
  color: #516179;
  font-size: 18px;
  line-height: 1.7;
}

.service-page-actions,
.service-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.service-page-bullets {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.page-summary-links {
  margin-top: 14px;
}

.service-page-bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #0b1f3a;
  font-weight: 600;
}

.service-page-bullet .icon {
  margin-top: 5px;
  color: #7b3fe4;
}

.service-page-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-page-chips span,
.service-page-related-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(11, 31, 58, 0.08);
  color: #0b1f3a;
  font-weight: 600;
}

.service-page-visual-panel {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.22), transparent 32%),
    linear-gradient(180deg, #fffdf9 0%, #f0f5ff 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 30px 60px rgba(11, 31, 58, 0.08);
  overflow: hidden;
}

.service-page-image {
  width: 100%;
  max-width: 620px;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}

.service-page-visual-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(11, 31, 58, 0.92);
  color: #ffffff;
}

.service-page-visual-note .label {
  color: #99bdf7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.service-page-visual-note .text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.service-page-trust {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-page-trust-card,
.service-page-card,
.service-page-value-panel,
.service-page-value-item,
.service-page-cta-wrap {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 20px 40px rgba(11, 31, 58, 0.05);
}

.service-page-trust-card {
  padding: 24px;
}

.service-page-trust-card strong {
  display: block;
  color: #0b1f3a;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.service-page-trust-card span {
  color: #60718c;
  line-height: 1.6;
}

.service-page-section {
  padding: 84px 0 0;
}

.service-page-section-alt {
  padding-top: 72px;
}

body.service-page-body .services-page-home-clone.section-process {
  padding-top: 44px !important;
}

.service-page-section-head {
  max-width: 720px;
  margin-bottom: 32px;
}

.service-page-section-head.compact {
  margin-bottom: 22px;
}

.service-page-section-head .heading-title,
.service-page-value-panel h2,
.service-page-cta-wrap h2 {
  color: #0b1f3a;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}

.service-page-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.service-page-card-grid.wide-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-page-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px;
  text-decoration: none;
}

.service-page-card h3 {
  color: #0b1f3a;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0;
}

.service-page-card-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.service-page-link {
  margin-top: auto;
  color: #7b3fe4;
  font-weight: 700;
}

.service-page-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
}

.service-page-value-panel,
.service-page-value-item {
  padding: 30px;
}

.service-page-value-list {
  display: grid;
  gap: 18px;
}

.service-page-value-item strong {
  display: block;
  color: #0b1f3a;
  font-size: 21px;
  margin-bottom: 8px;
}

.service-page-related {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.service-page-related-card {
  min-height: 100%;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  text-decoration: none;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 243, 251, 0.9) 100%);
  border: 1px solid rgba(11, 31, 58, 0.07);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.55) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 34px 0px rgba(11, 31, 58, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-page-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.55) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 22px 42px 0px rgba(11, 31, 58, 0.1);
}

.service-page-related-card-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6d7d94;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-page-related-card h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  font-family: "Roboto", sans-serif;
}

.service-page-related-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7b3fe4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-page-related-card-link::after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.service-page-related-card:hover .service-page-related-card-link::after {
  transform: translate(2px, -2px);
}

.service-page-cta {
  padding: 64px 0 36px;
}

.service-page-cta-wrap {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.service-page-cta-wrap .heading-sub {
  margin-bottom: 14px;
}

.service-page-cta-copy {
  max-width: 640px;
}

.service-page-cta-copy p {
  margin: 14px 0 0;
  color: #60718c;
  font-size: 16px;
  line-height: 1.78;
}

.service-page-cta-points,
.product-detail-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-page-cta-points span,
.product-detail-cta-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(49, 82, 127, 0.06);
  border: 1px solid rgba(49, 82, 127, 0.12);
  color: #183153;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.service-page-cta-rail,
.product-detail-cta-rail {
  width: min(100%, 520px);
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 241, 250, 0.96) 100%);
  box-shadow:
    0 -4px 0 0 rgba(214, 228, 255, 0.72) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 40px 0 rgba(11, 31, 58, 0.1);
}

.service-page-cta-rail-head,
.product-detail-cta-rail-head {
  display: grid;
  gap: 10px;
}

.service-page-cta-rail-kicker,
.product-detail-cta-rail-kicker {
  color: #0b1f3a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.service-page-cta-rail-head p,
.product-detail-cta-rail-head p {
  margin: 0;
  color: #365072;
  font-size: 16px;
  line-height: 1.7;
}

.service-page-cta-actions {
  margin-top: 22px;
}

.service-page-cta-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  width: 100%;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 31, 58, 0.08);
  color: #6c7b92;
  font-size: 14px;
  line-height: 1.5;
}

.service-page-cta-meta a {
  color: #31527f;
  font-weight: 700;
}

.service-page-cta-meta-card,
.product-detail-cta-meta-card {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 0;
}

.service-page-cta-meta-label,
.product-detail-cta-meta-label {
  color: #2f4c73;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.service-page-cta-meta-card strong,
.product-detail-cta-meta-card strong {
  color: #183153;
  font-size: 16px;
  line-height: 1.45;
  word-break: break-word;
}

.service-page-cta-meta-copy,
.product-detail-cta-meta-copy {
  color: #5f6f87;
}

body.service-page-body footer {
  padding-top: 8px;
}

body.service-page-body footer .footer-content {
  padding-top: 34px;
}

.services-page-hero {
    padding-top: 30px;
    padding-bottom: 52px;
  }

.services-page-hero-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 44px 34px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.10), transparent 34%),
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 241, 250, 0.92) 100%);
  box-shadow: 0px -8px 0px 0px rgba(214, 228, 255, 0.7) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 40px 0px rgba(11, 31, 58, 0.08);
}

.services-page-hero-copy {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.services-page-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 2px;
}

.services-page-hero-copy .service-page-eyebrow,
.services-page-hero-copy .service-page-rating,
.services-page-hero-copy .service-page-title,
.services-page-hero-copy .service-page-text {
  margin-left: auto;
  margin-right: auto;
}

.services-page-hero-copy .service-page-title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.services-page-title-brand {
  display: inline-block;
  background: linear-gradient(90deg, #1E90FF 0%, #7B3FE4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-page-title-rest {
  color: #0b1f3a;
}

.detail-service-hero {
    padding-top: 30px;
    padding-bottom: 54px;
  }

.detail-service-hero-shell {
  max-width: 1080px;
}

.detail-service-hero-copy {
  max-width: 900px;
  gap: 16px;
}

.detail-service-title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.detail-service-bullets {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.detail-service-bullet {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(11, 31, 58, 0.08);
  color: #0b1f3a;
  box-shadow: 0px 6px 16px rgba(11, 31, 58, 0.05);
  font-weight: 600;
}

.detail-service-bullet .icon {
  color: #7b3fe4;
  font-size: 14px;
}

.detail-service-summary-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: 18px;
  margin-top: 28px;
}

.detail-service-summary-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.detail-service-summary-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.detail-service-summary-image .service-page-image {
  max-width: 100%;
  max-height: 230px;
}

.detail-service-summary-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.detail-service-summary-label {
  margin-bottom: 10px;
  color: #526f9d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-service-summary-note h2 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-family: "Roboto", sans-serif;
}

.detail-service-summary-note p {
  margin: 0;
  color: #60718c;
  font-size: 17px;
  line-height: 1.78;
}

.detail-service-summary-section {
  padding-top: 22px;
}

.detail-service-summary-panel {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.detail-service-summary-panel .heading-sub,
.detail-service-summary-panel h2,
.detail-service-summary-panel p {
  margin-left: auto;
  margin-right: auto;
}

.detail-service-summary-panel h2 {
  max-width: 780px;
}

.detail-service-summary-panel p {
  max-width: 760px;
}

.detail-service-summary-bullets {
  margin-top: 22px;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-service-summary-bullets .service-page-bullet {
  text-align: left;
}

.services-page-hero-copy .service-page-text {
  max-width: 710px;
  margin-bottom: 0;
  color: #5a6980;
  font-size: 18px;
  line-height: 1.82;
}

.services-page-hero-actions,
.services-page-hero-points {
  justify-content: center;
}

.services-page-hero-actions {
  margin-top: 10px;
}

.services-page-hero-note {
  max-width: 640px;
  margin: 2px auto 0;
  color: #6c7b92;
  font-size: 15px;
  line-height: 1.7;
}

.services-page-hero-points {
  margin-top: 12px;
  gap: 10px;
}

.services-page-hero-points span {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 6px 16px rgba(11, 31, 58, 0.05);
}

.services-page-trust {
  max-width: 980px;
  margin: 18px auto 0;
  gap: 16px;
}

.services-page-trust .service-page-trust-card {
  min-height: 100%;
  padding: 24px 22px;
  text-align: center;
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.services-page-trust .service-page-trust-card strong {
  font-size: 26px;
}

.services-page-section {
  padding-top: 60px;
}

.services-page-section-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  text-align: center;
}

.services-page-section-head .heading-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 10px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(235, 242, 255, 0.96) 0%, rgba(245, 240, 252, 0.94) 100%);
  border: 1px solid rgba(122, 149, 197, 0.16);
  box-shadow: 0px -4px 0px 0px rgba(214, 228, 255, 0.7) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 10px 22px 0px rgba(11, 31, 58, 0.05);
  color: #31527f;
  letter-spacing: 0.04em;
}

.services-page-section-head .heading-sub::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex: 0 0 7px;
  background: linear-gradient(180deg, #1E90FF 0%, #7B3FE4 100%);
}

.services-page-section-head .heading-title {
  margin-bottom: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.services-page-section-head .service-page-section-copy {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #5a6980;
  line-height: 1.8;
}

.services-page-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.services-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 100%;
  padding: 32px 26px 28px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(11, 31, 58, 0.06);
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.10), transparent 26%),
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 244, 251, 0.90) 100%);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.52) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.84) inset, 0px 18px 32px 0px rgba(11, 31, 58, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.services-page-card-process {
  padding: 24px;
  align-items: stretch;
  text-align: left;
  border-radius: 40px;
  background-color: var(--neutral-100);
  box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset, 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border: 0;
}

.services-page-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(30, 144, 255, 0.9) 0%, rgba(123, 63, 228, 0.9) 100%);
}

.services-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.52) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.84) inset, 0px 24px 42px 0px rgba(11, 31, 58, 0.11);
}

.services-page-card-process:hover {
  box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset, 0px 12px 22px 0px rgba(0, 0, 0, 0.0784313725), 0px 5px 6px 0px rgba(0, 0, 0, 0.1098039216);
}

.services-page-card-process::before {
  display: none;
}

.services-page-card-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(30, 144, 255, 0.08) 0%, rgba(123, 63, 228, 0.11) 100%);
  border: 1px solid rgba(11, 31, 58, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 16px rgba(15, 23, 42, 0.05);
  flex: 0 0 56px;
}

.service-page-card-icon-font {
  font-size: 22px;
  line-height: 1;
  color: #1e3148;
}

.services-page-card .service-page-card-icon {
  width: 62px;
  height: 62px;
  margin: 2px auto 14px;
  padding: 11px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, rgba(30, 144, 255, 0.13) 0%, rgba(123, 63, 228, 0.17) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 18px rgba(123, 63, 228, 0.08);
}

.services-page-card-process .service-page-card-icon {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.services-page-card-process-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.services-page-card-process-content {
  flex-grow: 1;
  margin-bottom: 20px;
  text-align: center;
}

.services-page-card h3 {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 1.22;
  max-width: 220px;
}

.services-page-card p {
  max-width: 240px;
  color: #60718c;
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 0;
}

.services-page-card-process h3 {
  position: relative;
  max-width: none;
  flex: 1 1 auto;
  margin: 0;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.services-page-card-process h3::after {
  display: none;
}

.services-page-card-process p {
  max-width: none;
  text-align: center;
}

.services-page-card .service-page-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.services-page-card .service-page-link::after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.services-page-card:hover .service-page-link::after {
  transform: translate(2px, -2px);
}

.services-page-card-process-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.services-page-card-process .service-page-link {
  margin: 0;
  padding: 8px 15px 7px 15px;
  border-radius: 99px;
  border: 1px solid var(--neutral-300);
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 700;
  color: #31527f;
}

.services-page-section-alt {
  padding-top: 58px;
}

.services-page-process-section,
.services-page-benefits-section {
  padding-top: 58px;
}

.services-page-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.services-page-process-card,
.services-page-benefit-card,
.services-page-benefits-stats {
  border-radius: 28px;
  border: 1px solid rgba(11, 31, 58, 0.07);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 243, 251, 0.9) 100%);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.55) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 34px 0px rgba(11, 31, 58, 0.06);
}

.services-page-process-card {
  position: relative;
  min-height: 100%;
  padding: 30px 26px 28px;
}

.services-page-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(30, 144, 255, 0.12) 0%, rgba(123, 63, 228, 0.16) 100%);
  color: #31527f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.services-page-process-card h3,
.services-page-benefit-card h3 {
  margin: 0 0 10px;
  color: #0b1f3a;
  font-size: 24px;
  line-height: 1.26;
  font-family: "Roboto", sans-serif;
}

.services-page-process-card p,
.services-page-benefit-card p {
  margin: 0;
  color: #60718c;
  font-size: 16px;
  line-height: 1.76;
}

.services-page-benefits-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.services-page-benefits-stats {
  padding: 30px 28px;
}

.services-page-benefit-stat + .services-page-benefit-stat {
  margin-top: 22px;
}

.services-page-benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.services-page-benefit-top span,
.services-page-benefit-top strong {
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.services-page-benefit-top strong {
  font-size: 17px;
  color: #31527f;
}

.services-page-benefit-bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.08);
  overflow: hidden;
}

.services-page-benefit-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1e90ff 0%, #7b3fe4 100%);
}

.services-page-benefit-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.services-page-benefit-card {
  min-height: 100%;
  padding: 28px 28px 26px;
}

.services-page-operating {
  max-width: 1020px;
  margin: 0 auto;
}

.detail-service-operating {
  max-width: 1040px;
}

.detail-service-pillars {
  margin-top: 10px;
}

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

.detail-service-home-clone {
  padding-top: 76px !important;
}

.detail-service-tools {
  padding-top: 18px !important;
  padding-bottom: 56px !important;
}

.detail-service-tools .tf-btn {
  display: table;
  margin: 0 auto;
}

.detail-service-faq-section {
  padding-top: 18px;
}

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

.services-page-pillar {
  min-height: 100%;
  text-align: center;
}

.services-page-faq-section {
  padding-top: 58px;
}

.services-page-faq-grid {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.services-page-faq-card {
  min-height: 100%;
  padding: 26px 24px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 243, 251, 0.88) 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0px -6px 0px 0px rgba(214, 228, 255, 0.55) inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 16px 30px 0px rgba(11, 31, 58, 0.06);
}

.services-page-faq-card h3 {
  margin: 0 0 10px;
  color: #0b1f3a;
  font-size: 22px;
  line-height: 1.28;
}

.services-page-faq-card p {
  margin: 0;
  color: #60718c;
  font-size: 16px;
  line-height: 1.72;
}

.contact-page-hero {
    padding-top: 36px;
    padding-bottom: 64px;
  }

.contact-page-shell {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px 44px 38px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(243, 240, 252, 0.92) 100%);
  box-shadow: 0px -8px 0px 0px rgba(214, 228, 255, 0.7) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 40px 0px rgba(11, 31, 58, 0.08);
}

.contact-page-head {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.contact-page-head .service-page-eyebrow,
.contact-page-head .service-page-title,
.contact-page-head .service-page-text {
  margin-left: auto;
  margin-right: auto;
}

.contact-page-head .service-page-eyebrow {
  margin-bottom: 0;
}

.contact-page-head .service-page-title {
  max-width: 760px;
  margin-bottom: 0;
}

.contact-page-head .service-page-text {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.8;
}

.contact-page-hero-note,
.about-page-hero-note,
.careers-page-note,
.legal-page-note,
.notfound-page-note {
  max-width: 680px;
  margin: 2px auto 0;
  color: #6c7b92;
  font-size: 15px;
  line-height: 1.72;
}

.contact-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.contact-page-mini-kicker,
.contact-page-card-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6d7d94;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page-card-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 10px;
}

.contact-page-card {
  width: min(100%, 430px);
  min-height: 100%;
  padding: 20px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  border-radius: 28px;
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-page-card:hover {
  color: var(--brand);
}

.contact-page-card-copy {
  min-width: 0;
}

.contact-page-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 16px;
  background: linear-gradient(180deg, #1E90FF 0%, #7B3FE4 100%);
  box-shadow: 0px -3px 0px 0px rgba(11, 31, 58, 0.25) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.32) inset, 0px 6px 14px 0px rgba(30, 144, 255, 0.18), 0px 10px 18px 0px rgba(123, 63, 228, 0.14);
  color: #ffffff;
  font-weight: 700;
}

.contact-page-card h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.45;
}

.contact-page-note {
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 24px 0;
  text-align: center;
  border-top: 1px solid rgba(11, 31, 58, 0.08);
}

.contact-page-note-title {
  margin-bottom: 8px;
  color: #0b1f3a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.contact-page-note p {
  margin: 0;
  color: #516179;
  font-size: 17px;
  line-height: 1.75;
}

.contact-page-faq-section {
  padding: 0 0 72px;
}

.contact-page-faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 38px 44px 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.06);
}

.contact-page-faq-head {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.contact-page-faq-head .service-page-eyebrow {
  margin-bottom: 10px;
}

.contact-page-faq-head h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.contact-page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-page-faq-item {
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 14px 28px rgba(11, 31, 58, 0.05);
}

.contact-page-faq-item h3 {
  margin: 0 0 10px;
  color: #0b1f3a;
  font-size: 21px;
  line-height: 1.35;
}

.contact-page-faq-item p {
  margin: 0;
  color: #516179;
  font-size: 16px;
  line-height: 1.72;
}

.about-page-hero {
  padding-bottom: 36px;
}

.about-page-hero-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.about-page-hero-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-page-hero-copy .service-page-eyebrow,
.about-page-hero-copy .service-page-title,
.about-page-hero-copy .service-page-text {
  margin-left: auto;
  margin-right: auto;
}

.about-page-hero-copy .service-page-title {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.about-page-hero-copy .service-page-text {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.78;
}

.about-page-hero-actions {
  justify-content: center;
  margin-top: 18px;
}

.about-page-hero-note {
  max-width: 700px;
}

.about-page-showcase {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.about-page-showcase-main {
  min-height: 420px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0px -8px 0px 0px rgba(214, 228, 255, 0.68) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 40px 0px rgba(11, 31, 58, 0.08);
}

.about-page-showcase-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
}

.about-page-showcase-main .service-page-image,
.about-page-showcase-side-image .service-page-image {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-showcase-note {
  padding: 24px 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 243, 255, 0.94) 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.08);
}

.about-page-showcase-side-image {
  min-height: 190px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0px -8px 0px 0px rgba(214, 228, 255, 0.68) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.82) inset, 0px 18px 40px 0px rgba(11, 31, 58, 0.08);
}

.about-page-showcase-note .label {
  margin-bottom: 8px;
  color: #5d6f97;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-page-showcase-note .text {
  color: #516179;
  font-size: 14px;
  line-height: 1.7;
}

.about-page-trust {
  margin-top: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-page-trust-card {
  min-height: 182px;
  text-align: center;
  padding: 26px 22px;
  border-radius: 24px;
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.about-page-stat-label,
.about-page-proof-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6d7d94;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-page-trust-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0b1f3a;
  font-size: 30px;
  line-height: 1.08;
}

.about-page-trust-card span:last-child {
  color: #60718c;
  line-height: 1.6;
}

.about-page-section-head {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-page-story {
  padding-top: 60px;
}

.about-page-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.about-page-value-panel {
  min-height: 100%;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

.about-page-value-panel h2 {
  font-size: clamp(28px, 2.4vw, 40px);
}

.about-page-proof {
  padding-top: 64px;
}

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

.about-page-capability-card {
  min-height: 100%;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.88);
}

.about-page-capability-card h3 {
  font-size: 28px;
  line-height: 1.2;
}

.about-page-operating-panel {
  margin-top: 24px;
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 26px;
  align-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 243, 255, 0.94) 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.about-page-operating-copy h2 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.about-page-operating-copy p {
  margin: 0;
  color: #516179;
  font-size: 17px;
  line-height: 1.78;
}

.about-page-operating-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.about-page-operating-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 31, 58, 0.08);
  color: #5d6f97;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-page-hero {
  padding-top: 30px;
  padding-bottom: 48px;
}

.saas-page-hero-shell {
  max-width: 1080px;
}

.saas-page-hero-copy {
  max-width: 860px;
  gap: 16px;
}

.saas-page-hero-note {
  max-width: 640px;
  margin: 2px auto 0;
  color: #6c7b92;
  font-size: 15px;
  line-height: 1.7;
}

.saas-page-title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.saas-page-showcase-grid {
  display: block;
  margin-top: 28px;
}

.saas-page-showcase-copy,
.saas-page-showcase-card {
  background-color: var(--neutral-100);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.saas-page-showcase-copy {
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.saas-page-showcase-label {
  margin-bottom: 10px;
  color: #526f9d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.saas-page-showcase-copy h2 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-family: "Roboto", sans-serif;
}

.saas-page-showcase-copy p {
  margin: 0;
  color: #60718c;
  font-size: 17px;
  line-height: 1.78;
}

.saas-page-showcase-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.saas-page-showcase-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saas-page-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.0784313725), 0px 5px 6px 0px rgba(0, 0, 0, 0.1098039216), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.saas-page-showcase-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.saas-page-showcase-card-head .service-page-card-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.saas-page-showcase-card strong {
  color: #0b1f3a;
  font-size: 20px;
  line-height: 1.24;
  font-family: "Roboto", sans-serif;
}

.saas-page-showcase-card span {
  color: #60718c;
  font-size: 15px;
  line-height: 1.7;
}

.saas-page-showcase-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #7b3fe4;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.saas-page-showcase-card em::after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
}

.product-detail-hero {
  padding-bottom: 56px;
}

.product-detail-hero-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.product-detail-hero-copy {
  max-width: 820px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.product-detail-hero-copy .service-page-eyebrow,
.product-detail-hero-copy .service-page-rating,
.product-detail-hero-copy .service-page-title,
.product-detail-hero-copy .service-page-text {
  margin-left: auto;
  margin-right: auto;
}

.product-detail-hero-copy .service-page-title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.product-detail-hero-copy .service-page-text {
  max-width: 700px;
  color: #5a6980;
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 0;
}

.product-detail-hero-copy .service-page-actions,
.product-detail-hero-copy .service-page-bullets {
  justify-content: center;
}

.product-detail-hero-copy .service-page-actions {
  margin-top: 10px;
}

.product-detail-hero-note {
  max-width: 660px;
  margin: 2px auto 0;
  color: #6c7b92;
  font-size: 15px;
  line-height: 1.72;
}

.product-detail-hero-copy .service-page-bullets {
  max-width: 860px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.product-detail-hero-stats {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.detail-service-hero-note {
  max-width: 640px;
  margin: 2px auto 0;
  color: #6c7b92;
  font-size: 15px;
  line-height: 1.72;
}

.product-detail-hero-stat {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.06), transparent 28%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 244, 251, 0.92) 100%);
  box-shadow:
    0px 14px 28px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.82);
  text-align: center;
}

.product-detail-hero-stat strong {
  display: block;
  color: #0b1f3a;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-detail-hero-stat span {
  display: block;
  margin-top: 8px;
  color: #60718c;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-detail-hero-copy .service-page-bullet {
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(11, 31, 58, 0.07);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 244, 251, 0.9) 100%);
  box-shadow:
    0px 12px 24px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.82);
  text-align: left;
}

.product-detail-hero-visual {
  max-width: 900px;
  margin: 28px auto 0;
}

.product-detail-hero-visual .service-page-visual-panel {
  min-height: 460px;
}

.product-detail-hero--tripdraft-itinerary-generator .product-detail-hero-visual .service-page-visual-panel,
.product-detail-hero--appointment-booking-system .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.13), transparent 26%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 255, 0.94) 100%);
}

.product-detail-hero--free-seo-site-checkup .product-detail-hero-visual .service-page-visual-panel,
.product-detail-hero--ticketing-system .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.11), transparent 26%),
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 251, 0.94) 100%);
}

.product-detail-hero--hr-management-system .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.1), transparent 28%),
    radial-gradient(circle at bottom right, rgba(72, 187, 120, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 243, 251, 0.95) 100%);
}

.product-detail-hero--inventory-management-system .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 252, 0.95) 100%);
}

.product-detail-hero--chatbot .product-detail-hero-visual .service-page-visual-panel,
.product-detail-hero--ai-chatbot .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.14), transparent 24%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 247, 255, 0.95) 100%);
}

.product-detail-hero--server-monitoring .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(11, 31, 58, 0.1), transparent 26%),
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(240, 247, 252, 0.95) 100%);
}

.product-detail-hero--website-analytics .product-detail-hero-visual .service-page-visual-panel {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.12), transparent 25%),
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.12), transparent 29%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 242, 252, 0.95) 100%);
}

.product-detail-hero--chatbot .product-detail-hero-stats .product-detail-hero-stat strong,
.product-detail-hero--ai-chatbot .product-detail-hero-stats .product-detail-hero-stat strong,
.product-detail-hero--website-analytics .product-detail-hero-stats .product-detail-hero-stat strong {
  font-size: 22px;
}

.product-detail-hero--server-monitoring .product-detail-hero-stats .product-detail-hero-stat {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.07), transparent 26%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(242, 247, 252, 0.93) 100%);
}

.product-detail-hero--chatbot .product-detail-hero-copy .service-page-bullet,
.product-detail-hero--ai-chatbot .product-detail-hero-copy .service-page-bullet,
.product-detail-hero--website-analytics .product-detail-hero-copy .service-page-bullet {
  text-align: center;
}

.product-detail-hero--server-monitoring .product-detail-hero-copy .service-page-bullet {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 247, 252, 0.92) 100%);
  border-color: rgba(11, 31, 58, 0.08);
}

.product-detail-hero--website-analytics .product-detail-hero-stats .product-detail-hero-stat {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.08), transparent 26%),
    radial-gradient(circle at bottom right, rgba(30, 144, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 242, 252, 0.93) 100%);
}

.product-detail-hero--website-analytics .product-detail-hero-copy .service-page-bullet {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 243, 251, 0.91) 100%);
}

.product-detail-hero--server-monitoring .product-detail-hero-visual .service-page-image,
.product-detail-hero--website-analytics .product-detail-hero-visual .service-page-image {
  max-width: 84%;
  max-height: 310px;
  margin-top: 8px;
  padding: 12px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow:
    0 20px 38px rgba(11, 31, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.product-detail-hero--server-monitoring .product-detail-hero-visual .service-page-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(243, 248, 252, 0.84) 100%);
}

.product-detail-hero--website-analytics .product-detail-hero-visual .service-page-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(247, 243, 251, 0.86) 100%);
}

.product-detail-hero--server-monitoring .product-detail-hero-visual .service-page-visual-note {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(242, 247, 252, 0.95) 100%);
}

.product-detail-hero--website-analytics .product-detail-hero-visual .service-page-visual-note {
  background:
    radial-gradient(circle at top left, rgba(123, 63, 228, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 243, 251, 0.95) 100%);
}

.product-detail-hero--server-monitoring .product-detail-hero-visual .service-page-visual-note .label {
  color: #2473c5;
}

.product-detail-hero--website-analytics .product-detail-hero-visual .service-page-visual-note .label {
  color: #7b3fe4;
}

.product-detail-hero-visual .service-page-visual-note {
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 251, 0.94) 100%);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow:
    0 16px 30px rgba(11, 31, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #0b1f3a;
}

.product-detail-hero-visual .service-page-visual-note .label {
  color: #6f54b8;
}

.product-detail-hero-visual .service-page-visual-note .text {
  color: #5a6980;
}

.product-detail-overview .service-page-section-head,
.product-detail-modules .service-page-section-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-detail-overview .service-page-section-copy,
.product-detail-modules .service-page-section-copy {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-overview .service-page-value-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-detail-overview .service-page-value-panel {
  min-height: 100%;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 247, 255, 0.93) 100%);
  box-shadow:
    0px -6px 0px 0px rgba(214, 228, 255, 0.5) inset,
    0px 3px 0px 0px rgba(255, 255, 255, 0.85) inset,
    0px 20px 36px 0px rgba(11, 31, 58, 0.06);
}

.product-detail-overview .service-page-value-panel .heading-sub {
  margin-bottom: 14px;
}

.product-detail-overview .service-page-value-panel h2 {
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.1;
  margin-bottom: 14px;
  font-family: "Roboto", sans-serif;
}

.product-detail-overview .service-page-value-panel p {
  color: #5c6c84;
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-modules-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-detail-modules-grid .service-page-card {
  min-height: 100%;
  padding: 28px;
  gap: 16px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 243, 251, 0.92) 100%);
  border: 1px solid rgba(11, 31, 58, 0.07);
  box-shadow:
    0px -6px 0px 0px rgba(214, 228, 255, 0.45) inset,
    0px 3px 0px 0px rgba(255, 255, 255, 0.86) inset,
    0px 18px 34px 0px rgba(11, 31, 58, 0.06);
}

.product-detail-modules-grid .service-page-card-icon {
  width: 54px;
  height: 54px;
}

.product-detail-modules-grid .service-page-card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.22;
}

.product-detail-modules-grid .service-page-card p {
  color: #5c6c84;
  line-height: 1.74;
}

.saas-page-trust {
  margin-top: 18px;
}

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

.saas-page-card {
  min-height: 100%;
}

.saas-page-portfolio-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.saas-page-featured-item {
  border-radius: 28px;
}

.saas-page-featured-item .view-project-inline {
  font-size: 14px;
  font-weight: 700;
  color: #31527f;
}

.saas-page-value-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.saas-page-value-panel {
  background:
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.88);
}

.saas-page-story-section,
.saas-page-usecases-section,
.saas-page-support-section {
  position: relative;
}

.saas-page-section-head-center {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.saas-page-section-head-center .service-page-section-copy {
  margin: 0 auto;
  max-width: 720px;
}

.saas-page-value-grid {
  align-items: stretch;
  gap: 24px;
}

.saas-page-value-panel {
  min-height: 100%;
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow:
    0px 18px 36px rgba(11, 31, 58, 0.06),
    inset 0px 3px 0px rgba(255, 255, 255, 0.8),
    inset 0px -8px 0px rgba(215, 225, 242, 0.4);
}

.saas-page-value-panel .heading-sub {
  margin-bottom: 16px;
}

.saas-page-value-panel p {
  max-width: 520px;
  color: #60718c;
  font-size: 16px;
  line-height: 1.8;
}

.saas-page-value-list {
  gap: 20px;
}

.saas-page-value-list .service-page-value-item {
  min-height: 100%;
  padding: 28px 30px;
  border-radius: 26px;
  border: 1px solid rgba(11, 31, 58, 0.07);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.92) 100%);
  box-shadow:
    0px 14px 28px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.82),
    inset 0px -6px 0px rgba(214, 228, 255, 0.42);
}

.saas-page-value-list .service-page-value-item strong {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.saas-page-value-list .service-page-value-item span {
  color: #60718c;
  line-height: 1.75;
}

.saas-page-usecase-grid,
.saas-page-faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.saas-page-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.saas-page-support-card,
.saas-page-usecase-card,
.saas-page-faq-card {
  min-height: 100%;
}

.saas-page-usecase-card,
.saas-page-support-card {
  padding: 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(11, 31, 58, 0.07);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 25%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.94) 100%);
  box-shadow:
    0px 16px 32px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.84),
    inset 0px -7px 0px rgba(214, 228, 255, 0.42);
}

.saas-page-usecase-card h3,
.saas-page-support-card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.saas-page-usecase-card p,
.saas-page-support-card p {
  color: #60718c;
  line-height: 1.75;
}

.legal-richtext {
  padding: 36px;
}

.legal-richtext p,
.legal-richtext li,
.legal-richtext strong {
  color: #516179;
  line-height: 1.8;
}

.legal-richtext strong {
  color: #0b1f3a;
}

@media (max-width: 1199px) {
  .detail-service-summary-grid {
    grid-template-columns: 1fr;
  }

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

  .service-page-hero-wrap,
  .service-page-value-grid,
  .service-page-trust,
  .service-page-card-grid,
  .service-page-card-grid.wide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-page-cta-meta {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  .services-page-process-grid,
  .services-page-benefits-wrap {
    grid-template-columns: 1fr;
  }

  .services-page-pillars {
    grid-template-columns: 1fr;
  }

  .services-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .about-page-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-page-showcase {
    grid-template-columns: 1fr;
  }

  .about-page-showcase-main {
    min-height: 360px;
  }

  .about-page-showcase-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .about-page-showcase {
    margin-top: 24px;
  }

  .about-page-operating-panel {
    grid-template-columns: 1fr;
  }

  .about-page-operating-points {
    justify-content: flex-start;
  }

  .saas-page-showcase-grid,
  .saas-page-value-grid {
    grid-template-columns: 1fr;
  }

  .saas-page-showcase-cards,
  .saas-page-grid,
  .saas-page-usecase-grid,
  .saas-page-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-hero-copy .service-page-bullets {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  }

@media (max-width: 767px) {
  .service-page-hero {
    padding-top: 30px;
  }

  .service-page-related-grid {
    grid-template-columns: 1fr;
  }

  .detail-service-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .service-page-hero-wrap,
  .service-page-trust,
  .service-page-card-grid,
  .service-page-card-grid.wide-grid,
  .service-page-value-grid {
    grid-template-columns: 1fr;
  }

  .service-page-visual-panel {
    min-height: 420px;
    padding: 20px;
  }

  .service-page-visual-note {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .service-page-card,
  .service-page-value-panel,
  .service-page-value-item,
  .service-page-cta-wrap,
  .service-page-trust-card {
    border-radius: 22px;
  }

  .contact-page-hero {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .services-page-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .saas-page-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .services-page-hero-shell {
    padding: 32px 22px 26px;
    border-radius: 28px;
  }

  .saas-page-showcase-copy,
  .saas-page-showcase-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .product-detail-hero-note,
  .detail-service-hero-note {
    font-size: 14px;
  }

  .saas-page-hero-note {
    font-size: 14px;
  }

  .saas-page-showcase-copy {
    text-align: center;
  }

  .detail-service-summary-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .detail-service-summary-note {
    text-align: center;
  }

  .detail-service-bullets {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-service-bullet {
    justify-content: center;
    text-align: center;
  }

  .detail-service-summary-bullets {
    grid-template-columns: 1fr;
  }

  .detail-service-summary-bullets .service-page-bullet {
    text-align: center;
  }

  .services-page-meta {
    gap: 10px;
  }

  .services-page-hero-note {
    font-size: 14px;
  }

  .services-page-card-grid {
    grid-template-columns: 1fr;
  }

  .services-page-card {
    padding: 24px 20px;
  }

  .services-page-card-process {
    padding: 24px;
    border-radius: 24px;
  }

  .services-page-card-process-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .services-page-card-process-content {
    margin-bottom: 18px;
  }

  .services-page-card-process h3 {
    font-size: 22px;
  }

  .service-page-cta-copy p {
    font-size: 15px;
  }

  .service-page-cta-rail,
  .product-detail-cta-rail {
    width: 100%;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .service-page-cta-points,
  .product-detail-cta-points {
    gap: 10px;
    margin-top: 18px;
  }

  .saas-page-showcase-cards,
  .saas-page-grid,
  .saas-page-usecase-grid,
  .saas-page-faq-grid,
  .saas-page-support-grid {
    grid-template-columns: 1fr;
  }

  .services-page-process-card,
  .services-page-benefits-stats,
  .services-page-benefit-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .services-page-process-card h3,
  .services-page-benefit-card h3 {
    font-size: 20px;
  }

  .contact-page-shell {
    gap: 20px;
    padding: 30px 18px 26px;
    border-radius: 24px;
  }

  .contact-page-card,
  .contact-page-note {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .contact-page-card {
    gap: 18px;
  }

  .contact-page-card h3 {
    font-size: 17px;
  }

  .contact-page-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-faq {
    padding: 28px 18px 30px;
    border-radius: 24px;
  }

  .contact-page-note-title {
    font-size: 24px;
  }

  .contact-page-hero-note,
  .about-page-hero-note,
  .careers-page-note,
  .legal-page-note,
  .notfound-page-note {
    font-size: 14px;
  }

  .about-page-showcase {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-page-showcase-main {
    min-height: 260px;
    border-radius: 24px;
  }

  .about-page-showcase-side {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-page-showcase-side-image {
    min-height: 160px;
    border-radius: 22px;
  }

  .about-page-showcase-note {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .about-page-story-grid,
  .about-page-trust {
    grid-template-columns: 1fr;
  }

  .about-page-capability-card h3 {
    font-size: 24px;
  }

  .about-page-value-panel {
    padding: 26px 20px;
  }

  .about-page-operating-panel {
    margin-top: 20px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .about-page-operating-copy h2 {
    font-size: 28px;
  }

  .about-page-operating-points {
    gap: 10px;
  }

  .about-page-operating-points span {
    padding: 12px 16px;
    font-size: 12px;
  }

  .saas-page-product-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .saas-page-product-card,
  .saas-page-product-card-1,
  .saas-page-product-card-2,
  .saas-page-product-card-3,
  .saas-page-product-card-4 {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .saas-page-grid,
  .saas-page-usecase-grid,
  .saas-page-faq-grid,
.saas-page-support-grid {
  grid-template-columns: 1fr;
}

  .product-detail-hero-stats {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

.careers-page-hero {
  padding-bottom: 46px;
}

.careers-page-hero-shell,
.careers-job-hero-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.careers-page-head,
.careers-job-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.careers-page-head .service-page-eyebrow {
  margin-bottom: 14px;
}

.careers-page-head .service-page-title {
  margin-bottom: 18px;
}

.careers-page-head .service-page-text {
  max-width: 720px;
  margin: 0 auto;
}

.careers-page-head .service-page-actions {
  margin-top: 26px;
}

.careers-page-note {
  max-width: 700px;
}

.careers-page-stats {
  max-width: 860px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.careers-page-stat {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.93) 100%);
  box-shadow:
    0px 16px 30px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.84);
  text-align: center;
}

.careers-page-stat strong {
  display: block;
  color: #0b1f3a;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.careers-page-stat span {
  display: block;
  margin-top: 8px;
  color: #60718c;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.careers-page-openings {
  padding-top: 24px;
}

.careers-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.careers-page-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  text-decoration: none;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(123, 63, 228, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.93) 100%);
  border: 1px solid rgba(11, 31, 58, 0.07);
  box-shadow:
    0px -6px 0px 0px rgba(214, 228, 255, 0.45) inset,
    0px 3px 0px 0px rgba(255, 255, 255, 0.86) inset,
    0px 18px 34px 0px rgba(11, 31, 58, 0.06);
}

.careers-page-meta {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(123, 63, 228, 0.08);
  color: #6f54b8;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.careers-page-card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.careers-page-card p {
  color: #5c6c84;
  line-height: 1.74;
}

.careers-job-hero {
  padding-bottom: 44px;
}

.careers-job-hero-shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.careers-job-copy .service-page-text {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.careers-job-summary {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.careers-job-stats {
  margin-top: 22px;
}

.careers-job-body {
  padding-top: 18px;
}

.careers-job-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.careers-job-panel {
  min-height: 100%;
}

.careers-job-panel .service-page-bullets {
  grid-template-columns: 1fr;
}

.careers-job-cta {
  margin-top: 26px;
  padding: 28px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.93) 100%);
  border: 1px solid rgba(11, 31, 58, 0.07);
  box-shadow:
    0px -6px 0px 0px rgba(214, 228, 255, 0.45) inset,
    0px 3px 0px 0px rgba(255, 255, 255, 0.86) inset,
    0px 18px 34px 0px rgba(11, 31, 58, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.careers-job-cta-copy h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.careers-job-cta-copy p {
  color: #5c6c84;
  line-height: 1.74;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .careers-page-stats,
  .careers-page-grid,
  .careers-job-grid {
    grid-template-columns: 1fr;
  }

  .careers-job-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.legal-page-hero {
  padding-bottom: 40px;
}

.legal-page-hero-shell,
.notfound-page-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.legal-page-meta {
  max-width: 840px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.legal-page-note,
.notfound-page-note {
  max-width: 720px;
}

.legal-page-meta-item {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(123, 63, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.93) 100%);
  box-shadow:
    0px 16px 30px rgba(11, 31, 58, 0.05),
    inset 0px 3px 0px rgba(255, 255, 255, 0.84);
  text-align: center;
}

.legal-page-meta-item strong {
  display: block;
  color: #0b1f3a;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.legal-page-meta-item span,
.legal-page-meta-item span a {
  display: block;
  margin-top: 8px;
  color: #60718c;
  font-size: 14px;
  line-height: 1.65;
}

.legal-page-meta-item span a:hover {
  color: #6f54b8;
}

.legal-page-section {
  padding-top: 8px;
}

.legal-page-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 36px;
}

.legal-richtext h2,
.legal-richtext h3,
.legal-richtext h4 {
  font-family: "Roboto", sans-serif;
  color: #0b1f3a;
  letter-spacing: -0.03em;
}

.legal-richtext h2 {
  font-size: 34px;
  line-height: 1.14;
  margin-bottom: 18px;
}

.legal-richtext h3,
.legal-richtext h4 {
  font-size: 24px;
  line-height: 1.22;
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-richtext p,
.legal-richtext li {
  color: #55657d;
  font-size: 16px;
  line-height: 1.8;
}

.legal-richtext p + p {
  margin-top: 10px;
}

.legal-richtext ul,
.legal-richtext ol {
  padding-left: 22px;
  margin: 12px 0 18px;
}

.legal-richtext strong {
  color: #0b1f3a;
}

.notfound-page-hero {
  padding-bottom: 56px;
}

.notfound-page-code {
  margin: 8px 0 14px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(72px, 10vw, 136px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
  background: linear-gradient(135deg, #1e90ff 0%, #7b3fe4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.notfound-page-links {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.notfound-page-links a {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  background:
    radial-gradient(circle at top left, rgba(30, 144, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 244, 251, 0.94) 100%);
  color: #52637d;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow:
    0px 10px 22px rgba(11, 31, 58, 0.05),
    inset 0px 2px 0px rgba(255, 255, 255, 0.82);
}

.notfound-page-links a:hover {
  color: #6f54b8;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .legal-page-meta {
    grid-template-columns: 1fr;
  }

  .legal-page-content {
    padding: 28px 22px;
  }
}
