@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: 'Lora', Georgia, serif;
}

.pg-hdr {
  background: #000A2E;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.pg-hdr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #003EA5 0%, #000A2E 60%, #003EA5 100%);
}

.hdr-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 40px 16px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.brand-img-wrap {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06), 0 7px 18px 1px rgba(0, 10, 46, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 70px;
}

.brand-img-wrap img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.brand-name {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hdr-contact-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 8px;
}

.hdr-contact-label {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.hdr-phone {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.5s ease-in-out;
}

.hdr-phone:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}

.hdr-phone:hover {
  color: rgba(255, 255, 255, 0.75);
}

.hdr-phone .ri-phone-line {
  font-size: 17px;
  color: #003EA5;
}

.hdr-nav-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 62, 165, 0.18);
  padding: 0 40px;
}

.hdr-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}

.hdr-nav-inner a {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.5s ease-in-out, border-color 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  box-sizing: border-box;
  white-space: nowrap;
}

.hdr-nav-inner a:hover {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.hdr-nav-inner a:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}

.hdr-nav-inner a.active {
  color: #FFFFFF;
  border-bottom-color: #003EA5;
  font-weight: 700;
}

.pg-ftr {
  background: #000A2E;
  font-family: 'Lora', Georgia, serif;
}

.ftr-accent {
  height: 4px;
  background: linear-gradient(90deg, #003EA5 0%, #000A2E 50%, #003EA5 100%);
}

.ftr-upper {
  padding: 40px 40px 24px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ftr-upper .row {
  align-items: flex-start;
}

.ftr-col-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.ftr-col-brand .brand-img-wrap {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06), 0 7px 18px 1px rgba(0, 10, 46, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 70px;
}

.ftr-col-brand .brand-img-wrap img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.ftr-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  max-width: 240px;
}

.ftr-col-head {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.ftr-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr-link-list li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.5s ease-in-out;
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ftr-link-list li a:hover {
  color: #FFFFFF;
}

.ftr-link-list li a:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}

.ftr-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr-services-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ftr-services-list li .ri-checkbox-blank-circle-fill {
  font-size: 6px;
  color: #003EA5;
  margin-top: 6px;
  flex-shrink: 0;
}

.ftr-contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
}

.ftr-contact-item i {
  color: #003EA5;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ftr-contact-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.ftr-contact-item a:hover {
  color: #FFFFFF;
}

.ftr-contact-item a:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}

.ftr-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 40px;
  max-width: 1100px;
}

.ftr-bottom {
  padding: 24px 40px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  box-sizing: border-box;
}

.ftr-legal-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.ftr-legal-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.5s ease-in-out;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ftr-legal-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ftr-legal-links a:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}

.ftr-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.2;
}

.ftr-logo-strip {
  display: flex;
  justify-content: center;
  padding: 24px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ftr-logo-strip .brand-img-wrap {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 70px;
}

.ftr-logo-strip .brand-img-wrap img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .hdr-top {
    padding: 24px 16px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .hdr-contact-strip {
    align-items: center;
  }

  .hdr-nav-bar {
    padding: 0 16px;
  }

  .hdr-nav-inner {
    justify-content: center;
  }

  .hdr-nav-inner a {
    padding: 16px 16px;
    font-size: 14px;
  }

  .ftr-upper {
    padding: 40px 16px 24px;
  }

  .ftr-divider {
    margin: 0 16px;
  }

  .ftr-bottom {
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ftr-legal-links {
    justify-content: center;
  }

  .ftr-logo-strip {
    padding: 24px 16px;
  }
}

@media (max-width: 390px) {
  .hdr-nav-inner a {
    padding: 16px 8px;
    font-size: 14px;
  }

  .brand-img-wrap {
    width: 120px;
    height: 60px;
  }

  .brand-img-wrap img {
    width: 100px;
    height: 50px;
  }
}

.terms-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px;
  color: #000A2E;
}

.terms-box p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
  color: #000A2E;
}

.terms-box strong,
.terms-box b {
  font-weight: 700;
  color: #000A2E;
}

.terms-box em,
.terms-box i {
  font-style: italic;
  color: #003EA5;
}

.terms-box a {
  color: #003EA5;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.5s ease-in-out, text-decoration-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.terms-box a:hover {
  color: #000A2E;
  text-decoration-color: #000A2E;
}

.terms-box a:visited {
  color: #003EA5;
}

.terms-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.terms-box thead {
  background-color: #000A2E;
  color: #FFFFFF;
}

.terms-box tbody {
  background-color: #FFFFFF;
}

.terms-box tr {
  border-bottom: 1px solid rgba(0, 62, 165, 0.12);
  transition: background-color 0.5s ease-in-out;
}

.terms-box tbody tr:hover {
  background-color: rgba(0, 62, 165, 0.05);
}

.terms-box tbody tr:last-child {
  border-bottom: none;
}

.terms-box th {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 0;
}

.terms-box td {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.65;
  color: #000A2E;
  vertical-align: top;
}

.terms-box hr {
  border: none;
  border-top: 1px solid rgba(0, 62, 165, 0.18);
  margin: 40px 0;
}

.terms-box div {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .terms-box {
    padding: 40px 24px;
  }

  .terms-box p {
    font-size: 17px;
    line-height: 1.65;
  }

  .terms-box table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .terms-box th,
  .terms-box td {
    padding: 16px;
    min-width: 140px;
  }
}

@media (max-width: 390px) {
  .terms-box {
    padding: 24px 16px;
  }

  .terms-box p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .terms-box th,
  .terms-box td {
    padding: 8px 16px;
    font-size: 14px;
  }

  .terms-box hr {
    margin: 24px 0;
  }
}

.svc-det {
  background: #fff;
  overflow-x: clip;
}

.svc-det .top-anchor {
  display: block;
  height: 0;
  visibility: hidden;
}

.svc-det .pg-band {
  background: #000A2E;
  padding: 40px 0 72px;
  position: relative;
  overflow: hidden;
}

.svc-det .pg-band::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(ellipse at 30% 30%, rgba(0, 62, 165, 0.45) 0%, rgba(0, 10, 46, 0) 70%);
  border-radius: 40px;
  pointer-events: none;
}

.svc-det .pg-band::after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(ellipse at 60% 60%, rgba(0, 62, 165, 0.25) 0%, rgba(0, 10, 46, 0) 65%);
  border-radius: 40px;
  pointer-events: none;
}

.svc-det .band-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
}

.svc-det .band-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.svc-det .band-right {
  flex: 0 0 380px;
  position: relative;
  z-index: 2;
}

.svc-det .meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.svc-det .meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 62, 165, 0.22);
  color: #b8ccf5;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 62, 165, 0.4);
}

.svc-det .meta-badge i {
  font-size: 14px;
}

.svc-det .seats-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #e8edf8;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.svc-det .seats-badge .cnt-num {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.svc-det .band-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  position: relative;
}

.svc-det .band-h1::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 16px;
  animation: line-draw 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes line-draw {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 64px;
    opacity: 1;
  }
}

.svc-det .band-sub {
  font-size: 17px;
  line-height: 1.65;
  color: #b8ccf5;
  margin: 0;
  max-width: 520px;
}

.svc-det .price-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.svc-det .price-val {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.svc-det .price-label {
  font-size: 14px;
  line-height: 1.45;
  color: #7a9ad4;
}

.svc-det .btn-enroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  padding: 16px 40px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(0, 62, 165, 0.06);
}

.svc-det .btn-enroll:hover {
  background: #002d7a;
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.22);
}

.svc-det .band-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.28);
}

.svc-det .band-img-wrap img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.svc-det .band-img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 10, 46, 0.7) 0%, rgba(0, 10, 46, 0) 100%);
  pointer-events: none;
}

.svc-det .like-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.svc-det .like-row i {
  color: #7a9ad4;
  font-size: 17px;
}

.svc-det .like-count {
  font-size: 14px;
  color: #7a9ad4;
  line-height: 1.2;
}

.svc-det .pub-date {
  font-size: 14px;
  color: #7a9ad4;
  line-height: 1.2;
}

.svc-det .divider-mono {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background: #fff;
  gap: 16px;
}

.svc-det .divider-mono::before,
.svc-det .divider-mono::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d0d8ec;
  max-width: 420px;
}

.svc-det .mono-sym {
  font-size: 36px;
  line-height: 1.2;
  color: #003EA5;
  font-weight: 700;
  letter-spacing: -2px;
  user-select: none;
}

.svc-det .desc-sec {
  background: #f4f6fb;
  padding: 72px 0;
  position: relative;
}

.svc-det .desc-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23003EA5' fill-opacity='0.04'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.svc-det .desc-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.svc-det .desc-aside {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.svc-det .aside-label {
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.svc-det .aside-note {
  font-size: 14px;
  line-height: 1.65;
  color: #4a5a7a;
}

.svc-det .curved-connector {
  width: 32px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-det .curved-connector svg {
  width: 32px;
  height: 100%;
  min-height: 80px;
}

.svc-det .desc-body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.svc-det .desc-body p {
  font-size: 17px;
  line-height: 1.65;
  color: #1a2a4a;
  margin: 0;
}

.svc-det .desc-body h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0;
  position: relative;
  display: inline-block;
}

.svc-det .desc-body h2::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svc-det .desc-body h2:hover::after {
  width: 100%;
}

.svc-det .desc-body cite {
  display: block;
  font-size: 17px;
  line-height: 1.65;
  color: #003EA5;
  font-style: italic;
  padding: 16px 24px;
  border-top: 2px solid #003EA5;
  border-bottom: 2px solid #003EA5;
  margin: 8px 0;
}

.svc-det .desc-body small {
  font-size: 14px;
  line-height: 1.45;
  color: #4a5a7a;
}

.svc-det .desc-body ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-det .desc-body ul li {
  font-size: 17px;
  line-height: 1.65;
  color: #1a2a4a;
}

.svc-det .desc-body figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.svc-det .desc-body figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.svc-det .desc-body figcaption {
  font-size: 14px;
  line-height: 1.45;
  color: #4a5a7a;
  padding: 8px 16px;
  background: #eef1f8;
}

.svc-det .desc-body details {
  border: 1px solid #d0d8ec;
  border-radius: 2px;
  padding: 16px;
}

.svc-det .desc-body summary {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.svc-det .desc-body summary::-webkit-details-marker {
  display: none;
}

.svc-det .divider-alt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  background: #f4f6fb;
  gap: 16px;
}

.svc-det .divider-alt::before,
.svc-det .divider-alt::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #b0bcd8);
  max-width: 420px;
}

.svc-det .divider-alt::after {
  background: linear-gradient(to left, transparent, #b0bcd8);
}

.svc-det .divider-alt .alt-sym {
  width: 32px;
  height: 32px;
  border: 2px solid #003EA5;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003EA5;
  font-size: 14px;
}

.svc-det .prog-sec {
  background: #000A2E;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.svc-det .prog-sec::before {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at 40% 60%, rgba(0, 62, 165, 0.3) 0%, rgba(0, 10, 46, 0) 65%);
  pointer-events: none;
}

.svc-det .prog-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.svc-det .prog-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.svc-det .prog-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
}

.svc-det .prog-h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  animation: line-draw 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.svc-det .prog-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.svc-det .prog-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #7a9ad4;
}

.svc-det .prog-meta-item i {
  font-size: 14px;
}

.svc-det .timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.svc-det .tl-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transform: translateY(16px);
  animation: tl-appear 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.svc-det .tl-item:nth-child(1) {
  animation-delay: 0.1s;
}

.svc-det .tl-item:nth-child(2) {
  animation-delay: 0.2s;
}

.svc-det .tl-item:nth-child(3) {
  animation-delay: 0.3s;
}

.svc-det .tl-item:nth-child(4) {
  animation-delay: 0.4s;
}

.svc-det .tl-item:nth-child(5) {
  animation-delay: 0.5s;
}

.svc-det .tl-item:nth-child(6) {
  animation-delay: 0.6s;
}

.svc-det .tl-item:nth-child(7) {
  animation-delay: 0.7s;
}

.svc-det .tl-item:nth-child(8) {
  animation-delay: 0.8s;
}

@keyframes tl-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.svc-det .tl-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
}

.svc-det .tl-dot {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #003EA5;
  border: 2px solid #4a7fd4;
  flex-shrink: 0;
  margin-top: 4px;
  transition: background 0.5s ease-in-out;
}

.svc-det .tl-item:hover .tl-dot {
  background: #fff;
}

.svc-det .tl-line {
  flex: 1;
  width: 2px;
  background: rgba(0, 62, 165, 0.35);
  min-height: 32px;
}

.svc-det .tl-card {
  flex: 1 1 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 62, 165, 0.3);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 16px;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.svc-det .tl-item:hover .tl-card {
  background: rgba(0, 62, 165, 0.12);
  border-color: rgba(0, 62, 165, 0.6);
}

.svc-det .tl-card h3,
.svc-det .tl-card h2 {
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
  margin: 0 0 8px;
}

.svc-det .tl-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #b8ccf5;
  margin: 0;
}

.svc-det .tl-card ol {
  margin: 8px 0 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-det .tl-card ol li {
  font-size: 14px;
  line-height: 1.65;
  color: #b8ccf5;
}

.svc-det .tl-card cite {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #7a9ad4;
  font-style: italic;
  margin-top: 8px;
}

.svc-det .tl-card dl {
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-det .tl-card dt {
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  font-weight: 700;
}

.svc-det .tl-card dd {
  font-size: 14px;
  line-height: 1.65;
  color: #b8ccf5;
  margin-left: 16px;
}

.svc-det .tl-card mark {
  background: rgba(0, 62, 165, 0.3);
  color: #b8ccf5;
  padding: 2px 8px;
  border-radius: 2px;
}

.svc-det .tl-card details {
  margin-top: 8px;
}

.svc-det .tl-card summary {
  font-size: 14px;
  line-height: 1.45;
  color: #7a9ad4;
  cursor: pointer;
  list-style: none;
}

.svc-det .tl-card summary::-webkit-details-marker {
  display: none;
}

.svc-det .back-top-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0;
  background: #000A2E;
}

.svc-det .back-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a9ad4;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  padding: 8px 24px;
  border: 1px solid rgba(0, 62, 165, 0.35);
  border-radius: 2px;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.svc-det .back-top-link:hover {
  color: #fff;
  border-color: #003EA5;
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.13);
}

@media (max-width: 1280px) {

  .svc-det .band-inner,
  .svc-det .desc-inner,
  .svc-det .prog-inner {
    padding: 0 24px;
  }

  .svc-det .band-right {
    flex: 0 0 300px;
  }
}

@media (max-width: 768px) {
  .svc-det .band-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }

  .svc-det .band-right {
    flex: 0 0 auto;
    width: 100%;
  }

  .svc-det .band-h1 {
    font-size: 36px;
  }

  .svc-det .desc-inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }

  .svc-det .desc-aside {
    flex: 0 0 auto;
    width: 100%;
  }

  .svc-det .curved-connector {
    display: none;
  }

  .svc-det .prog-inner {
    padding: 0 16px;
  }

  .svc-det .prog-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .svc-det .prog-meta {
    align-items: flex-start;
  }

  .svc-det .pg-band {
    padding: 40px 0 40px;
  }

  .svc-det .desc-sec {
    padding: 40px 0;
  }

  .svc-det .prog-sec {
    padding: 40px 0;
  }
}

@media (max-width: 390px) {
  .svc-det .band-h1 {
    font-size: 36px;
  }

  .svc-det .price-val {
    font-size: 36px;
  }

  .svc-det .band-inner,
  .svc-det .desc-inner,
  .svc-det .prog-inner {
    padding: 0 16px;
  }

  .svc-det .meta-row {
    gap: 8px;
  }

  .svc-det .tl-card {
    padding: 16px;
  }
}

.qt-pg {
  background: #ffffff;
  overflow-x: clip;
  position: relative;
}

.qt-pg .schema-data {
  display: none;
}

.qt-pg .rpt-band {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.qt-pg .pill-lbl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 16px;
  border-radius: 40px;
  font-weight: 600;
}

.qt-pg .pill-lbl.alt {
  background: #000A2E;
  color: #ffffff;
}

.qt-pg .pill-lbl.ghost {
  background: transparent;
  color: #003EA5;
  border: 2px solid #003EA5;
}

.qt-pg .divider-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.qt-pg .divider-strip .dv-inner {
  width: 80px;
  height: 4px;
  background: #003EA5;
  border-radius: 40px;
  position: relative;
}

.qt-pg .divider-strip .dv-inner::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 8px;
  height: 4px;
  background: #000A2E;
  border-radius: 40px;
}

.qt-pg .divider-strip .dv-inner::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 8px;
  height: 4px;
  background: #000A2E;
  border-radius: 40px;
}

.qt-pg .divider-dot {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.qt-pg .divider-dot span {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #003EA5;
  display: inline-block;
  margin: 0 8px;
}

.qt-pg .divider-dot span:nth-child(2) {
  background: #000A2E;
  width: 24px;
}

.qt-pg .divider-dot span:nth-child(3) {
  background: #003EA5;
}

.qt-pg .animated-ul {
  position: relative;
  display: inline-block;
}

.qt-pg .animated-ul::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qt-pg .animated-ul:hover::after,
.qt-pg .animated-ul:focus-within::after {
  width: 100%;
}

.qt-pg .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.5s ease-in-out, background 0.5s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(0, 62, 165, 0.06);
}

.qt-pg .btn-prim:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.13);
  background: #000A2E;
}

.qt-pg .btn-prim:focus {
  outline: 3px solid #003EA5;
  outline-offset: 3px;
}

.qt-pg .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #003EA5;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 24px;
  border: 2px solid #003EA5;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.48s ease-in-out, background 0.48s ease-in-out, color 0.48s ease-in-out;
}

.qt-pg .btn-sec:hover {
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.08);
  background: #003EA5;
  color: #ffffff;
}

.qt-pg .btn-sec:focus {
  outline: 3px solid #000A2E;
  outline-offset: 3px;
}

.qt-pg .dbl-border {
  border: 2px solid #003EA5;
  outline: 5px solid rgba(0, 62, 165, 0.12);
  outline-offset: 3px;
}

.qt-pg .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: #003EA5;
  display: inline-block;
  flex-shrink: 0;
}

.qt-pg .status-dot.active {
  background: #003EA5;
  box-shadow: 0 0 0 3px rgba(0, 62, 165, 0.2);
}

/* ===== SECTION 1: TITLE BLOCK ===== */
.qt-pg .title-blk {
  position: relative;
  padding: 72px 0 40px;
  overflow: hidden;
  background: #000A2E;
}

.qt-pg .title-blk .bg-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(0, 62, 165, 0.55) 0%, rgba(0, 10, 46, 0.0) 70%);
  pointer-events: none;
}

.qt-pg .title-blk .scan-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.qt-pg .title-blk .scan-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg,
      transparent 0px,
      transparent 6px,
      rgba(255, 255, 255, 0.018) 6px,
      rgba(255, 255, 255, 0.018) 7px);
  animation: scanDrift 12s linear infinite;
}

@keyframes scanDrift {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(56px);
  }
}

.qt-pg .title-blk .pattern-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.qt-pg .title-blk .pattern-dots::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
}

.qt-pg .title-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.qt-pg .title-counter-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.qt-pg .title-counter {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}

.qt-pg .title-counter .count-num {
  color: #003EA5;
  display: inline-block;
  position: relative;
}

.qt-pg .title-counter .count-num::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #003EA5;
  border-radius: 2px;
}

.qt-pg .title-h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  max-width: 760px;
}

.qt-pg .title-h1 .qt-accent {
  color: #003EA5;
}

.qt-pg .title-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
}

.qt-pg .title-img-wrap {
  position: relative;
  width: 100%;
  max-width: 820px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.qt-pg .title-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.qt-pg .title-img-wrap .img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 10, 46, 0.85) 100%);
  pointer-events: none;
}

.qt-pg .title-img-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: rgba(0, 62, 165, 0.18);
  pointer-events: none;
}

.qt-pg .title-ctas {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===== SECTION 2: OFFER DETAILS ===== */
.qt-pg .offer-blk {
  padding: 72px 0 40px;
  background: #ffffff;
  position: relative;
}

.qt-pg .offer-blk .ofr-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.qt-pg .offer-blk .ofr-left {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qt-pg .offer-blk .ofr-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qt-pg .side-note {
  font-size: 14px;
  line-height: 1.65;
  color: #003EA5;
  font-weight: 600;
  border-top: 2px solid #003EA5;
  padding-top: 8px;
}

.qt-pg .side-note.dim {
  color: #000A2E;
  border-color: rgba(0, 10, 46, 0.2);
  font-weight: 400;
}

.qt-pg .ofr-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #000A2E;
}

.qt-pg .ofr-body {
  font-size: 17px;
  line-height: 1.65;
  color: #000A2E;
}

.qt-pg .ofr-body .qt-quote {
  color: #003EA5;
  font-weight: 700;
}

.qt-pg .detail-card {
  background: #000A2E;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.qt-pg .detail-card .dc-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.qt-pg .detail-card .dc-title {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qt-pg .detail-card .dc-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.qt-pg .detail-card .dc-row:last-child {
  border-bottom: none;
}

.qt-pg .detail-card .dc-label {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

.qt-pg .detail-card .dc-val {
  font-size: 14px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 600;
}

.qt-pg .detail-card .dc-val.hi {
  color: #6cb4ff;
}

.qt-pg .feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.qt-pg .feat-item {
  background: rgba(0, 62, 165, 0.05);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(0, 62, 165, 0.12);
  transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.qt-pg .feat-item:hover {
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.08);
  border-color: #003EA5;
}

.qt-pg .feat-item .fi-icon {
  width: 40px;
  height: 40px;
  background: #003EA5;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  flex-shrink: 0;
}

.qt-pg .feat-item .fi-label {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #000A2E;
}

.qt-pg .feat-item .fi-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.7);
}

/* ===== SECTION 3: IMAGE + SERVICE DETAIL ===== */
.qt-pg .svc-blk {
  padding: 72px 0;
  position: relative;
  background: #000A2E;
}

.qt-pg .svc-blk .svc-bg-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.qt-pg .svc-blk .svc-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: grayscale(40%) brightness(0.6);
}

.qt-pg .svc-blk .svc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 46, 0.82);
  pointer-events: none;
}

.qt-pg .svc-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
}

.qt-pg .svc-col-a {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qt-pg .svc-col-b {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qt-pg .svc-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.qt-pg .svc-body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.qt-pg .svc-metric-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.qt-pg .svc-metric {
  flex: 1 1 120px;
  background: rgba(0, 62, 165, 0.25);
  border: 1px solid rgba(0, 62, 165, 0.4);
  border-radius: 24px;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qt-pg .svc-metric .sm-num {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
}

.qt-pg .svc-metric .sm-label {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.65);
}

.qt-pg .svc-step-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qt-pg .svc-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  position: relative;
}

.qt-pg .svc-step .step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #003EA5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
}

.qt-pg .svc-step .step-txt {
  flex: 1 1 0;
  padding-top: 8px;
}

.qt-pg .svc-step .step-txt .st-head {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}

.qt-pg .svc-step .step-txt .st-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}

/* ===== SECTION 4: CONTACT / NEXT STEP ===== */
.qt-pg .contact-blk {
  padding: 72px 0;
  background: rgba(0, 62, 165, 0.04);
  position: relative;
}

.qt-pg .contact-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #003EA5 30%, #000A2E 70%, transparent 100%);
}

.qt-pg .contact-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.qt-pg .contact-col-main {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qt-pg .contact-col-side {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qt-pg .ct-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #000A2E;
}

.qt-pg .ct-body {
  font-size: 17px;
  line-height: 1.65;
  color: #000A2E;
}

.qt-pg .ct-aside {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.65);
  border-top: 2px solid rgba(0, 62, 165, 0.3);
  padding-top: 8px;
}

.qt-pg .contact-card {
  background: #000A2E;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.qt-pg .contact-card .cc-head {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.qt-pg .contact-card .cc-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.qt-pg .contact-card .cc-item:last-child {
  border-bottom: none;
}

.qt-pg .contact-card .cc-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 62, 165, 0.35);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}

.qt-pg .contact-card .cc-txt {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.qt-pg .contact-card .cc-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.qt-pg .contact-card .cc-val {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.48s ease-in-out;
}

.qt-pg .contact-card .cc-val:hover {
  color: #6cb4ff;
}

.qt-pg .contact-card .cc-val:focus {
  outline: 2px solid #6cb4ff;
  outline-offset: 2px;
  border-radius: 2px;
}

.qt-pg .slide-lbl-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 40px;
}

.qt-pg .slide-lbl-wrap .sl-base {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 62, 165, 0.08);
  color: #003EA5;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid rgba(0, 62, 165, 0.2);
  transition: background 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qt-pg .slide-lbl-wrap:hover .sl-base {
  background: #003EA5;
  color: #ffffff;
}

.qt-pg .rating-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.qt-pg .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.qt-pg .rating-stars .star {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qt-pg .rating-stars .star svg {
  width: 18px;
  height: 18px;
}

.qt-pg .rating-txt {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 10, 46, 0.6);
}

.qt-pg .rating-txt strong {
  color: #000A2E;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .qt-pg .title-h1 {
    font-size: 36px;
  }

  .qt-pg .title-counter {
    font-size: 36px;
  }

  .qt-pg .title-img-wrap img {
    height: 240px;
  }

  .qt-pg .offer-blk .ofr-layout {
    flex-direction: column;
  }

  .qt-pg .offer-blk .ofr-left {
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .qt-pg .feat-grid {
    grid-template-columns: 1fr;
  }

  .qt-pg .svc-inner {
    flex-direction: column;
  }

  .qt-pg .contact-inner {
    flex-direction: column;
  }

  .qt-pg .contact-col-side {
    flex: none;
    width: 100%;
  }

  .qt-pg .svc-metric-row {
    gap: 8px;
  }

  .qt-pg .title-blk {
    padding: 40px 0 40px;
  }
}

@media (max-width: 390px) {
  .qt-pg .title-h1 {
    font-size: 36px;
  }

  .qt-pg .title-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .qt-pg .btn-prim,
  .qt-pg .btn-sec {
    justify-content: center;
    padding: 16px 24px;
  }

  .qt-pg .svc-metric {
    flex: 1 1 100%;
  }

  .qt-pg .offer-blk,
  .qt-pg .svc-blk,
  .qt-pg .contact-blk {
    padding: 40px 0;
  }
}

@media (min-width: 1280px) {
  .qt-pg .title-img-wrap img {
    height: 440px;
  }
}

.bse {
  background: #f2f4f8;
  overflow-x: clip;
  position: relative;
}

.bse .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.bse .dbl-border-outer {
  border: 2px solid rgba(0, 62, 165, 0.18);
  border-radius: 40px;
  padding: 8px;
  margin: 40px 24px;
}

.bse .dbl-border-inner {
  border: 1.5px solid rgba(0, 10, 46, 0.09);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

/* ===================== SECTION 1: TITLE BLOCK ===================== */
.bse .ttl-blk {
  position: relative;
  padding: 72px 40px 72px 40px;
  background: #fff;
  overflow: hidden;
}

.bse .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
}

.bse .ttl-blk::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle at 60% 40%, rgba(0, 62, 165, 0.07) 0%, rgba(242, 244, 248, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.bse .ttl-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.bse .ttl-text {
  flex: 1 1 0;
  min-width: 0;
}

.bse .ttl-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bse .ttl-label i {
  font-size: 14px;
}

.bse .ttl-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #000A2E;
  font-weight: 800;
  margin-bottom: 24px;
  max-width: 580px;
}

.bse .ttl-h1 span {
  color: #003EA5;
  position: relative;
  display: inline-block;
}

.bse .ttl-h1 span::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #003EA5;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: draw-line 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
}

@keyframes draw-line {
  to {
    transform: scaleX(1);
  }
}

.bse .ttl-quote {
  font-size: 17px;
  line-height: 1.65;
  color: #003EA5;
  font-style: italic;
  font-weight: 500;
  border-left: none;
  padding: 16px 24px;
  background: rgba(0, 62, 165, 0.06);
  border-radius: 2px;
  max-width: 520px;
  margin-bottom: 40px;
}

.bse .ttl-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bse .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000A2E;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #000A2E;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s ease-in-out;
  cursor: pointer;
}

.bse .btn-prim:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
  background: #003EA5;
  border-color: #003EA5;
}

.bse .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #000A2E;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #000A2E;
  transition: box-shadow 0.45s ease-in-out, color 0.45s ease-in-out, background 0.45s ease-in-out;
}

.bse .btn-sec:hover {
  background: #000A2E;
  color: #fff;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.bse .ttl-img-col {
  flex: 0 0 340px;
  width: 340px;
}

.bse .ttl-img-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.bse .ttl-img-card img {
  width: 340px;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .ttl-img-card:hover img {
  filter: blur(0px);
}

.bse .ttl-img-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 10, 46, 0.18) 100%);
  pointer-events: none;
}

/* ===================== SECTION 2: CLIENT CASES ===================== */
.bse .cases-sec {
  padding: 72px 40px;
  background: #000A2E;
  position: relative;
}

.bse .cases-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 80%, rgba(0, 62, 165, 0.22) 0%, transparent 60%);
  pointer-events: none;
}

.bse .cases-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.bse .cases-head-text h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.bse .cases-head-text h2::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  animation: draw-line 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

.bse .cases-head-text p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 420px;
}

.bse .cases-stat-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border: 3px solid #003EA5;
  border-radius: 2px;
  background: rgba(0, 62, 165, 0.12);
  position: relative;
}

.bse .cases-stat-box .stat-num {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}

.bse .cases-stat-box .stat-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 0 8px;
}

.bse .cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.bse .case-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.bse .case-card:hover {
  background: rgba(0, 62, 165, 0.18);
  border-color: rgba(0, 62, 165, 0.5);
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.13);
}

.bse .case-card-img {
  width: 100%;
  height: 160px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}

.bse .case-card-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  filter: blur(2px);
  transition: filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .case-card:hover .case-card-img img {
  filter: blur(0);
}

.bse .case-client {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bse .case-avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #003EA5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.bse .case-name {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.bse .case-role {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
}

.bse .case-body {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.bse .case-outcome {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(0, 62, 165, 0.25);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  font-weight: 600;
}

.bse .case-outcome i {
  color: #003EA5;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ===================== SECTION 3: OUTCOMES ===================== */
.bse .out-sec {
  padding: 72px 40px;
  background: #f2f4f8;
  position: relative;
}

.bse .out-sec-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bse .out-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  display: block;
}

.bse .out-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.bse .out-aside {
  flex: 0 0 200px;
  width: 200px;
}

.bse .out-aside-note {
  font-size: 14px;
  line-height: 1.65;
  color: #003EA5;
  font-weight: 500;
  writing-mode: horizontal-tb;
  padding-top: 8px;
}

.bse .out-main {
  flex: 1 1 0;
  min-width: 0;
}

.bse .out-main h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.bse .out-main h2::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  animation: draw-line 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.bse .out-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.bse .out-item {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.bse .out-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #003EA5;
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .out-item:hover::before {
  transform: scaleX(1);
}

.bse .out-item:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
  transform: translateY(-4px);
}

.bse .out-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: rgba(0, 62, 165, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003EA5;
  font-size: 20px;
  flex-shrink: 0;
}

.bse .out-item h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 700;
  margin: 0;
}

.bse .out-item p {
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
  margin: 0;
}

.bse .out-img-wrap {
  flex: 0 0 320px;
  width: 320px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
  align-self: center;
}

.bse .out-img-wrap img {
  width: 320px;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .out-img-wrap:hover img {
  filter: blur(0);
}

/* ===================== SECTION 4: TEAM ===================== */
.bse .team-sec {
  padding: 72px 40px;
  background: #fff;
  position: relative;
}

.bse .team-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

.bse .team-inner {
  position: relative;
  z-index: 1;
}

.bse .team-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.bse .team-top-img {
  flex: 0 0 280px;
  width: 280px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.bse .team-top-img img {
  width: 280px;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: blur(2px);
  transition: filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .team-top-img:hover img {
  filter: blur(0);
}

.bse .team-top-text {
  flex: 1 1 0;
  min-width: 0;
}

.bse .team-top-text h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.bse .team-top-text h2::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  animation: draw-line 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.bse .team-top-text p {
  font-size: 17px;
  line-height: 1.65;
  color: #4a5568;
  margin-bottom: 16px;
}

.bse .team-aside-note {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 62, 165, 0.7);
  font-style: italic;
}

.bse .team-cols {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: start;
}

.bse .team-col-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bse .team-qual {
  background: #f2f4f8;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.5s ease-in-out;
}

.bse .team-qual:hover {
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.bse .team-qual h5 {
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bse .team-qual h5 i {
  color: #003EA5;
  font-size: 17px;
}

.bse .team-qual p {
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
  margin: 0;
}

.bse .team-col-center {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bse .team-member {
  background: #000A2E;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bse .team-member:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.bse .team-member-av {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: #003EA5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
}

.bse .team-member-info h5 {
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.bse .team-member-info .mbr-role {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.bse .team-member-info p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.bse .team-cta-box {
  background: rgba(0, 62, 165, 0.07);
  border: 1.5px solid rgba(0, 62, 165, 0.2);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.bse .team-cta-box p {
  font-size: 14px;
  line-height: 1.65;
  color: #000A2E;
  margin: 0;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1280px) {
  .bse .dbl-border-outer {
    margin: 24px 16px;
  }

  .bse .ttl-blk {
    padding: 72px 40px;
  }

  .bse .ttl-img-col {
    flex: 0 0 280px;
    width: 280px;
  }

  .bse .ttl-img-card img {
    width: 280px;
    height: 340px;
  }

  .bse .cases-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bse .team-cols {
    grid-template-columns: 1fr 1fr;
  }

  .bse .team-col-side:last-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .bse .dbl-border-outer {
    margin: 16px 8px;
    padding: 8px;
  }

  .bse .ttl-blk {
    padding: 40px 24px;
  }

  .bse .ttl-row {
    flex-direction: column;
    gap: 40px;
  }

  .bse .ttl-img-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .bse .ttl-img-card img {
    width: 100%;
    height: 260px;
  }

  .bse .ttl-h1 {
    font-size: 36px;
  }

  .bse .cases-sec {
    padding: 40px 24px;
  }

  .bse .cases-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .bse .cases-grid {
    grid-template-columns: 1fr;
  }

  .bse .out-sec {
    padding: 40px 24px;
  }

  .bse .out-row {
    flex-direction: column;
    gap: 24px;
  }

  .bse .out-aside {
    flex: 0 0 auto;
    width: 100%;
  }

  .bse .out-img-wrap {
    flex: 0 0 auto;
    width: 100%;
  }

  .bse .out-img-wrap img {
    width: 100%;
    height: 240px;
  }

  .bse .out-list {
    grid-template-columns: 1fr;
  }

  .bse .team-sec {
    padding: 40px 24px;
  }

  .bse .team-top {
    flex-direction: column;
    gap: 24px;
  }

  .bse .team-top-img {
    flex: 0 0 auto;
    width: 100%;
  }

  .bse .team-top-img img {
    width: 100%;
    height: 220px;
  }

  .bse .team-cols {
    grid-template-columns: 1fr;
  }

  .bse .team-col-side:last-child {
    display: flex;
  }

  .bse .team-member {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .bse .ttl-h1 {
    font-size: 36px;
  }

  .bse .btn-prim,
  .bse .btn-sec {
    padding: 16px 24px;
    font-size: 14px;
  }

  .bse .ttl-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bse .cases-stat-box {
    width: 110px;
    height: 110px;
  }
}

.ct-us {
  background: #ffffff;
  overflow-x: clip;
}

.ct-us .reach-band {
  background: #000A2E;
  padding: 72px 24px;
  position: relative;
}

.ct-us .reach-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,
      rgba(0, 62, 165, 0.07) 0px,
      rgba(0, 62, 165, 0.07) 1px,
      transparent 1px,
      transparent 48px);
  pointer-events: none;
}

.ct-us .reach-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
}

.ct-us .reach-img-col {
  flex: 0 0 340px;
  position: relative;
}

.ct-us .reach-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.ct-us .reach-img-wrap img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  display: block;
}

.ct-us .reach-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 62, 165, 0.22);
  pointer-events: none;
}

.ct-us .reach-dots-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
}

.ct-us .reach-dots-row span {
  display: block;
  border-radius: 40px;
  background: #003EA5;
  opacity: 0.55;
}

.ct-us .reach-dots-row span:nth-child(1) {
  width: 6px;
  height: 6px;
  opacity: 0.3;
}

.ct-us .reach-dots-row span:nth-child(2) {
  width: 8px;
  height: 8px;
  opacity: 0.45;
}

.ct-us .reach-dots-row span:nth-child(3) {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}

.ct-us .reach-dots-row span:nth-child(4) {
  width: 8px;
  height: 8px;
  opacity: 0.45;
}

.ct-us .reach-dots-row span:nth-child(5) {
  width: 6px;
  height: 6px;
  opacity: 0.3;
}

.ct-us .reach-dots-row span:nth-child(6) {
  width: 4px;
  height: 4px;
  opacity: 0.2;
}

.ct-us .reach-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ct-us .reach-label {
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.ct-us .reach-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin: 8px 0 0;
}

.ct-us .reach-h1 em {
  font-style: normal;
  color: #003EA5;
}

.ct-us .reach-desc {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 520px;
}

.ct-us .reach-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-us .reach-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 62, 165, 0.28);
  border-radius: 24px;
  padding: 24px;
  transition: background 0.55s ease-in-out, border-color 0.55s ease-in-out;
}

.ct-us .reach-card:hover {
  background: rgba(0, 62, 165, 0.14);
  border-color: rgba(0, 62, 165, 0.55);
}

.ct-us .reach-card-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #003EA5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

.ct-us .reach-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ct-us .reach-card-label {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.ct-us .reach-card-val {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ct-us .reach-card-val:hover {
  color: #003EA5;
}

.ct-us .reach-card-sub {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
}

.ct-us .form-band {
  background: #f4f6fb;
  padding: 72px 24px;
  position: relative;
}

.ct-us .form-band-dots-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg,
      #003EA5 0px,
      #003EA5 3px,
      transparent 3px,
      transparent 9px);
  pointer-events: none;
}

.ct-us .form-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
}

.ct-us .form-meta {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ct-us .form-meta-tag {
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ct-us .form-meta-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: inline-block;
}

.ct-us .form-meta-h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  transition: width 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ct-us .form-meta:hover .form-meta-h2::after {
  width: 100%;
}

.ct-us .form-meta-aside {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.ct-us .form-meta-aside-note {
  flex: 0 0 80px;
  font-size: 14px;
  line-height: 1.65;
  color: #003EA5;
  font-weight: 600;
  border-right: 1px solid rgba(0, 62, 165, 0.2);
  padding-right: 16px;
}

.ct-us .form-meta-aside-body {
  font-size: 17px;
  line-height: 1.65;
  color: #000A2E;
  opacity: 0.75;
}

.ct-us .form-meta-quote {
  font-size: 17px;
  line-height: 1.65;
  color: #003EA5;
  font-style: italic;
  border-radius: 2px;
  padding: 16px;
  background: rgba(0, 62, 165, 0.07);
}

.ct-us .form-meta-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.ct-us .form-meta-img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  transition: filter 0.65s ease-in-out;
}

.ct-us .form-meta-img-wrap:hover img {
  filter: saturate(1.15);
}

.ct-us .form-col {
  flex: 1;
}

.ct-us .ct-form {
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ct-us .form-row-2 {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.ct-us .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.ct-us .form-field label {
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 600;
}

.ct-us .form-field input,
.ct-us .form-field select,
.ct-us .form-field textarea {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  background: #f4f6fb;
  border: 1.5px solid rgba(0, 10, 46, 0.15);
  border-radius: 24px;
  padding: 16px 24px;
  outline: none;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.ct-us .form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000A2E' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 48px;
  cursor: pointer;
}

.ct-us .form-field input::placeholder,
.ct-us .form-field textarea::placeholder {
  color: rgba(0, 10, 46, 0.35);
}

.ct-us .form-field input:focus,
.ct-us .form-field select:focus,
.ct-us .form-field textarea:focus {
  border-color: #003EA5;
  box-shadow: 0 3px 5px 1px rgba(0, 62, 165, 0.06);
}

.ct-us .form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.ct-us .form-extras {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-us .form-extras-label {
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 600;
}

.ct-us .form-checks {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.ct-us .form-check-opt {
  position: relative;
}

.ct-us .form-check-opt input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ct-us .form-check-opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  background: #f4f6fb;
  border: 1.5px solid rgba(0, 10, 46, 0.15);
  border-radius: 40px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
  user-select: none;
}

.ct-us .form-check-opt input[type="checkbox"]:checked+label {
  background: #003EA5;
  border-color: #003EA5;
  color: #ffffff;
}

.ct-us .form-check-opt label:hover {
  border-color: #003EA5;
}

.ct-us .form-check-opt input[type="checkbox"]:focus-visible+label {
  outline: 2px solid #003EA5;
  outline-offset: 2px;
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.ct-us .privacy-row input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  accent-color: #003EA5;
  margin-top: 2px;
  cursor: pointer;
}

.ct-us .privacy-row p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.65);
  margin: 0;
}

.ct-us .privacy-row p a {
  color: #003EA5;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.5s ease-in-out;
}

.ct-us .privacy-row p a:hover {
  color: #000A2E;
}

.ct-us .submit-btn {
  align-self: flex-start;
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  background: #003EA5;
  border: none;
  border-radius: 24px;
  padding: 16px 40px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.ct-us .submit-btn:hover {
  background: #000A2E;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.ct-us .submit-btn:focus-visible {
  outline: 2px solid #003EA5;
  outline-offset: 3px;
}

.ct-us .submit-btn:active {
  background: #000A2E;
  box-shadow: inset 0 3px 5px 1px rgba(0, 10, 46, 0.13);
}

@keyframes desat-cycle {
  0% {
    filter: saturate(1);
  }

  45% {
    filter: saturate(0.25);
  }

  100% {
    filter: saturate(1);
  }
}

.ct-us .reach-band {
  animation: desat-cycle 9s ease-in-out infinite;
}

@media (max-width: 1280px) {

  .ct-us .reach-inner,
  .ct-us .form-inner {
    gap: 40px;
  }

  .ct-us .reach-img-col {
    flex: 0 0 280px;
  }

  .ct-us .reach-img-wrap img {
    width: 280px;
    height: 360px;
  }

  .ct-us .form-meta {
    flex: 0 0 260px;
  }
}

@media (max-width: 768px) {
  .ct-us .reach-inner {
    flex-direction: column;
    gap: 40px;
  }

  .ct-us .reach-img-col {
    flex: none;
    width: 100%;
  }

  .ct-us .reach-img-wrap img {
    width: 100%;
    height: 260px;
  }

  .ct-us .reach-h1 {
    font-size: 36px;
  }

  .ct-us .form-inner {
    flex-direction: column;
    gap: 40px;
  }

  .ct-us .form-meta {
    flex: none;
    width: 100%;
  }

  .ct-us .form-row-2 {
    flex-direction: column;
    gap: 16px;
  }

  .ct-us .ct-form {
    padding: 24px;
    border-radius: 24px;
  }

  .ct-us .form-checks {
    flex-direction: column;
  }
}

@media (max-width: 390px) {

  .ct-us .reach-band,
  .ct-us .form-band {
    padding: 40px 16px;
  }

  .ct-us .reach-h1 {
    font-size: 36px;
  }

  .ct-us .form-meta-h2 {
    font-size: 36px;
  }

  .ct-us .ct-form {
    padding: 16px;
    gap: 16px;
  }

  .ct-us .submit-btn {
    width: 100%;
    justify-content: center;
  }
}

.srv-pg {
  background: #ffffff;
  overflow-x: clip;
  position: relative;
}

.srv-pg .pg-limit {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.srv-pg .chevron-div {
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.srv-pg .chevron-div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000A2E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.srv-pg .chevron-div.inv::after {
  background: #f2f5fc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.srv-pg .chevron-div.dark-to-white::after {
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── HERO ── */
.srv-pg .hero-area {
  background: #000A2E;
  padding: 72px 0 40px;
  position: relative;
}

.srv-pg .hero-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 8% 15%, rgba(0, 62, 165, 0.55) 0%, transparent 62%);
  pointer-events: none;
}

.srv-pg .hero-frame {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(0, 62, 165, 0.28);
  border-radius: 2px;
  pointer-events: none;
}

.srv-pg .hero-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(0, 62, 165, 0.12);
  border-radius: 2px;
}

.srv-pg .hero-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.srv-pg .hero-text {
  flex: 1 1 0;
  min-width: 0;
}

.srv-pg .hero-label {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 62, 165, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  display: block;
}

.srv-pg .hero-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 24px;
}

.srv-pg .hero-h1 span {
  color: #003EA5;
}

.srv-pg .hero-desc {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  max-width: 540px;
  margin: 0 0 40px;
}

.srv-pg .hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srv-pg .hero-link:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.38);
}

.srv-pg .hero-img-col {
  flex: 0 0 320px;
  position: relative;
}

.srv-pg .hero-img-wrap {
  width: 320px;
  height: 260px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.45;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.28);
}

.srv-pg .hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── CHEVRON dark-to-light ── */
.srv-pg .chev-dark {
  background: #000A2E;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.srv-pg .chev-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f5fc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── SERVICES GRID ── */
.srv-pg .grid-area {
  background: #f2f5fc;
  padding: 72px 0 40px;
  position: relative;
}

.srv-pg .grid-area::before {
  content: '';
  position: absolute;
  top: 40px;
  right: -40px;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(circle, rgba(0, 62, 165, 0.07) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 40px;
  pointer-events: none;
  transform: rotate(12deg);
}

.srv-pg .grid-head {
  margin-bottom: 40px;
}

.srv-pg .grid-head h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
}

.srv-pg .grid-head h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srv-pg .grid-head h2:hover::after,
.srv-pg .grid-area:hover .grid-head h2::after {
  width: 100%;
}

.srv-pg .grid-head p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.65);
  max-width: 520px;
  margin: 0;
}

.srv-pg .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.srv-pg .svc-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
  transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.srv-pg .svc-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #003EA5;
  border-radius: 24px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.srv-pg .svc-card:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.18);
  transform: translateY(-4px);
}

.srv-pg .svc-card:hover::before {
  opacity: 1;
}

.srv-pg .svc-card-img {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #000A2E 0%, #003EA5 100%);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.srv-pg .svc-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-pg .svc-card-img-placeholder i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.25);
}

.srv-pg .svc-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.srv-pg .svc-card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.srv-pg .svc-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 10, 46, 0.5);
}

.srv-pg .svc-meta-item i {
  font-size: 14px;
  color: #003EA5;
}

.srv-pg .svc-card-title {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  margin: 0 0 16px;
  font-weight: 700;
}

.srv-pg .svc-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.65);
  margin: 0 0 24px;
  flex: 1 1 auto;
}

.srv-pg .svc-card-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.srv-pg .svc-price {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 700;
}

.srv-pg .svc-seats {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 10, 46, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}

.srv-pg .svc-seats i {
  color: #003EA5;
}

.srv-pg .svc-likes {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 10, 46, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}

.srv-pg .svc-likes i {
  color: #003EA5;
}

.srv-pg .svc-card-link {
  display: block;
  margin-top: 24px;
  background: #000A2E;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  padding: 16px 24px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.45s ease-in-out;
}

.srv-pg .svc-card-link:hover {
  background: #003EA5;
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.22);
}

/* ── CHEVRON light-to-dark ── */
.srv-pg .chev-light {
  background: #f2f5fc;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.srv-pg .chev-light::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000A2E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── PROCESS BLOCK ── */
.srv-pg .proc-area {
  background: #000A2E;
  padding: 72px 0 40px;
  position: relative;
}

.srv-pg .proc-area::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: -30px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(0, 62, 165, 0.18);
  border-radius: 40px;
  transform: rotate(25deg);
  pointer-events: none;
}

.srv-pg .proc-head {
  margin-bottom: 40px;
}

.srv-pg .proc-head h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
}

.srv-pg .proc-head h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srv-pg .proc-area:hover .proc-head h2::after {
  width: 100%;
}

.srv-pg .proc-head p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin: 0;
}

.srv-pg .proc-steps {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.srv-pg .proc-step {
  flex: 1 1 0;
  background: rgba(0, 62, 165, 0.12);
  border-radius: 24px;
  padding: 40px 24px;
  position: relative;
  border: 1px solid rgba(0, 62, 165, 0.22);
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.srv-pg .proc-step:hover {
  background: rgba(0, 62, 165, 0.22);
  border-color: rgba(0, 62, 165, 0.5);
}

.srv-pg .proc-num {
  font-size: 48px;
  line-height: 1.2;
  color: rgba(0, 62, 165, 0.3);
  font-weight: 900;
  display: block;
  margin-bottom: 16px;
}

.srv-pg .proc-step h5 {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  margin: 0 0 16px;
}

.srv-pg .proc-step p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.srv-pg .proc-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  color: rgba(0, 62, 165, 0.5);
}

/* ── CHEVRON dark-to-white ── */
.srv-pg .chev-d2w {
  background: #000A2E;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.srv-pg .chev-d2w::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── FEATURE DETAIL BLOCK ── */
.srv-pg .feat-area {
  background: #ffffff;
  padding: 72px 0 40px;
  position: relative;
}

.srv-pg .feat-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.srv-pg .feat-aside {
  flex: 0 0 200px;
}

.srv-pg .feat-aside-note {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.5);
  border-top: 2px solid #003EA5;
  padding-top: 16px;
}

.srv-pg .feat-body {
  flex: 1 1 0;
  min-width: 0;
}

.srv-pg .feat-body h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0 0 24px;
  position: relative;
  display: inline-block;
}

.srv-pg .feat-body h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.55s ease-in-out;
}

.srv-pg .feat-area:hover .feat-body h2::after {
  width: 100%;
}

.srv-pg .feat-body p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.7);
  margin: 0 0 24px;
}

.srv-pg .feat-quote {
  font-size: 17px;
  line-height: 1.65;
  color: #003EA5;
  border-top: 1px solid rgba(0, 62, 165, 0.2);
  border-bottom: 1px solid rgba(0, 62, 165, 0.2);
  padding: 16px 0;
  margin: 0 0 24px;
}

.srv-pg .feat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.srv-pg .feat-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.75);
}

.srv-pg .feat-list li i {
  color: #003EA5;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}

.srv-pg .feat-preview {
  background: linear-gradient(158deg, #000A2E 0%, #003EA5 100%);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.18);
}

.srv-pg .feat-preview::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  transform: rotate(20deg);
  pointer-events: none;
}

.srv-pg .feat-preview-text {
  flex: 1 1 0;
  min-width: 0;
}

.srv-pg .feat-preview-text h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  margin: 0 0 16px;
}

.srv-pg .feat-preview-text p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.srv-pg .feat-preview-metrics {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.srv-pg .feat-metric {
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding: 16px 24px;
}

.srv-pg .feat-metric-val {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 900;
  display: block;
}

.srv-pg .feat-metric-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}

/* ── CHEVRON white-to-blue ── */
.srv-pg .chev-w2b {
  background: #ffffff;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.srv-pg .chev-w2b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f5fc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── FAQ ── */
.srv-pg .faq-area {
  background: #f2f5fc;
  padding: 72px 0 40px;
  position: relative;
}

.srv-pg .faq-area::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 62, 165, 0.12);
  border-radius: 40px;
  transform: rotate(-15deg);
  pointer-events: none;
}

.srv-pg .faq-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.srv-pg .faq-col-left {
  flex: 0 0 280px;
}

.srv-pg .faq-col-left h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
}

.srv-pg .faq-col-left h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.6s ease-in-out;
}

.srv-pg .faq-area:hover .faq-col-left h2::after {
  width: 100%;
}

.srv-pg .faq-col-left p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.55);
  margin: 0;
}

.srv-pg .faq-col-right {
  flex: 1 1 0;
  min-width: 0;
}

.srv-pg .faq-item {
  border-bottom: 1px solid rgba(0, 10, 46, 0.1);
  padding: 24px 0;
}

.srv-pg .faq-item:first-child {
  border-top: 1px solid rgba(0, 10, 46, 0.1);
}

.srv-pg .faq-q {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 700;
  margin: 0 0 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.srv-pg .faq-q i {
  color: #003EA5;
  flex-shrink: 0;
  font-size: 17px;
  margin-top: 2px;
}

.srv-pg .faq-a {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 10, 46, 0.65);
  margin: 0;
  padding-left: 33px;
}

/* ── CHEVRON faq-to-cta ── */
.srv-pg .chev-b2d {
  background: #f2f5fc;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.srv-pg .chev-b2d::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000A2E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ── CTA ── */
.srv-pg .cta-area {
  background: #000A2E;
  padding: 72px 0;
  position: relative;
}

.srv-pg .cta-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 80%, rgba(0, 62, 165, 0.4) 0%, transparent 55%);
  pointer-events: none;
}

.srv-pg .cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.srv-pg .cta-text h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px;
}

.srv-pg .cta-text p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 480px;
}

.srv-pg .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: pulse-btn 3s ease-in-out infinite;
}

.srv-pg .cta-btn:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.5);
  animation: none;
}

@keyframes pulse-btn {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 1280px) {
  .srv-pg .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .srv-pg .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .srv-pg .hero-img-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .srv-pg .hero-img-wrap {
    width: 100%;
    height: 200px;
  }

  .srv-pg .hero-h1 {
    font-size: 36px;
  }

  .srv-pg .svc-grid {
    grid-template-columns: 1fr;
  }

  .srv-pg .proc-steps {
    flex-direction: column;
  }

  .srv-pg .feat-inner {
    flex-direction: column;
  }

  .srv-pg .feat-aside {
    flex: 0 0 auto;
  }

  .srv-pg .feat-preview {
    flex-direction: column;
  }

  .srv-pg .feat-preview-metrics {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .srv-pg .feat-list {
    grid-template-columns: 1fr;
  }

  .srv-pg .faq-layout {
    flex-direction: column;
  }

  .srv-pg .faq-col-left {
    flex: 0 0 auto;
  }

  .srv-pg .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .srv-pg .hero-h1 {
    font-size: 36px;
  }

  .srv-pg .hero-link,
  .srv-pg .cta-btn {
    padding: 16px 24px;
    font-size: 14px;
  }

  .srv-pg .feat-preview {
    padding: 24px;
  }

  .srv-pg .proc-step {
    padding: 24px 16px;
  }
}

.gds-pg {
  background: #FFFFFF;
  overflow-x: clip;
}

.gds-pg .gds-lmt {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.gds-pg .gds-hero {
  background: linear-gradient(160deg, #000A2E 0%, #003EA5 55%, #001f6b 100%);
  padding-top: 72px;
  padding-bottom: 72px;
}

.gds-pg .gds-hero-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}

.gds-pg .gds-hero-text {
  flex: 1 1 0;
  min-width: 0;
}

.gds-pg .gds-hero-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
  color: #FFFFFF;
  background: rgba(0, 62, 165, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  padding: 8px 16px;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gds-pg .gds-hero-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  font-weight: 800;
}

.gds-pg .gds-hero-h1 .gds-mark {
  display: inline;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  padding: 0 8px;
  color: #FFFFFF;
}

.gds-pg .gds-hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 40px 0;
  max-width: 520px;
}

.gds-pg .gds-hero-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 16px 40px;
  text-decoration: none;
  font-weight: 700;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gds-pg .gds-hero-link:hover {
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
  background: #e8f0ff;
}

.gds-pg .gds-hero-img-col {
  flex: 0 0 340px;
  position: relative;
}

.gds-pg .gds-hero-deco {
  position: absolute;
  inset: -16px -16px -16px -16px;
  background: radial-gradient(ellipse at 60% 40%, rgba(0, 62, 165, 0.38) 0%, transparent 70%);
  border-radius: 40px;
  pointer-events: none;
  z-index: 0;
}

.gds-pg .gds-hero-img {
  display: block;
  width: 340px;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  filter: saturate(0.55) brightness(0.88);
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.gds-pg .gds-guides-row {
  background: #FFFFFF;
  padding-top: 72px;
  padding-bottom: 40px;
}

.gds-pg .gds-row-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.gds-pg .gds-row-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.gds-pg .gds-row-h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 0;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  animation: gds-underline-draw 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

@keyframes gds-underline-draw {
  to {
    width: 100%;
  }
}

.gds-pg .gds-row-desc {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a6b;
  max-width: 380px;
  margin: 0;
}

.gds-pg .gds-cards-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gds-pg .gds-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 62, 165, 0.13);
  border-radius: 24px;
  overflow: hidden;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06);
  animation: gds-clip-expand 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  clip-path: inset(0 50% 0 50%);
}

@keyframes gds-clip-expand {
  to {
    clip-path: inset(0 0% 0 0%);
  }
}

.gds-pg .gds-card:nth-child(1) {
  animation-delay: 0.05s;
}

.gds-pg .gds-card:nth-child(2) {
  animation-delay: 0.15s;
}

.gds-pg .gds-card:nth-child(3) {
  animation-delay: 0.25s;
}

.gds-pg .gds-card:nth-child(4) {
  animation-delay: 0.35s;
}

.gds-pg .gds-card:nth-child(5) {
  animation-delay: 0.45s;
}

.gds-pg .gds-card:hover {
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.08);
  border-color: rgba(0, 62, 165, 0.32);
}

.gds-pg .gds-card-num {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000A2E;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  border-radius: 24px 0 0 24px;
  position: relative;
}

.gds-pg .gds-card-num .gds-abbr {
  position: absolute;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  pointer-events: none;
  line-height: 1;
  user-select: none;
}

.gds-pg .gds-card-body {
  flex: 1 1 0;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.gds-pg .gds-card-tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gds-pg .gds-card-h3 {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  margin: 0;
  font-weight: 800;
}

.gds-pg .gds-card-p {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4a6b;
  margin: 0;
}

.gds-pg .gds-card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.gds-pg .gds-card-pill {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  background: rgba(0, 10, 46, 0.06);
  border-radius: 2px;
  padding: 4px 8px;
}

.gds-pg .gds-card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.45s ease-in-out, color 0.45s ease-in-out;
  margin-left: auto;
}

.gds-pg .gds-card-link:hover {
  border-bottom-color: #003EA5;
  color: #000A2E;
}

.gds-pg .gds-card-aside {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 62, 165, 0.04);
  gap: 8px;
  padding: 24px 16px;
}

.gds-pg .gds-card-aside .gds-step-ico {
  font-size: 36px;
  color: #003EA5;
  line-height: 1;
}

.gds-pg .gds-card-aside .gds-step-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  font-weight: 700;
  text-align: center;
}

.gds-pg .gds-glow-card {
  animation: gds-border-glow 3s ease-in-out infinite;
}

@keyframes gds-border-glow {

  0%,
  100% {
    border-color: rgba(0, 62, 165, 0.13);
    box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06);
  }

  50% {
    border-color: rgba(0, 62, 165, 0.45);
    box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.13);
  }
}

.gds-pg .gds-tips {
  background: #000A2E;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

.gds-pg .gds-tips-fade-l {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to right, #000A2E, transparent);
  pointer-events: none;
}

.gds-pg .gds-tips-fade-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to left, #000A2E, transparent);
  pointer-events: none;
}

.gds-pg .gds-tips-inner {
  position: relative;
  z-index: 1;
}

.gds-pg .gds-tips-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.gds-pg .gds-tips-h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 0;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  animation: gds-underline-draw 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.gds-pg .gds-tips-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 40px 0;
  max-width: 560px;
}

.gds-pg .gds-tips-sub .gds-quote {
  color: #FFFFFF;
  font-style: italic;
}

.gds-pg .gds-tips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.gds-pg .gds-tip-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.55s ease-in-out, background 0.55s ease-in-out;
}

.gds-pg .gds-tip-item:hover {
  border-color: rgba(0, 62, 165, 0.55);
  background: rgba(0, 62, 165, 0.10);
}

.gds-pg .gds-tip-ico-wrap {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #003EA5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gds-pg .gds-tip-ico-wrap i {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1;
}

.gds-pg .gds-tip-h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #FFFFFF;
  margin: 0;
  font-weight: 700;
}

.gds-pg .gds-tip-p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.gds-pg .gds-tip-aside {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.gds-pg .gds-tip-aside i {
  font-size: 14px;
  color: #003EA5;
}

.gds-pg .gds-howto {
  background: #FFFFFF;
  padding-top: 72px;
  padding-bottom: 72px;
}

.gds-pg .gds-howto-split {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.gds-pg .gds-howto-left {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gds-pg .gds-howto-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.gds-pg .gds-howto-h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 0;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  animation: gds-underline-draw 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

.gds-pg .gds-howto-note {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4a6b;
  margin: 0;
  border-top: 1.5px solid rgba(0, 62, 165, 0.13);
  padding-top: 16px;
}

.gds-pg .gds-howto-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gds-pg .gds-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 10, 46, 0.08);
  position: relative;
}

.gds-pg .gds-step:last-child {
  border-bottom: none;
}

.gds-pg .gds-step-num-wrap {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gds-pg .gds-step-num {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #003EA5;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  animation: gds-border-glow-step 4s ease-in-out infinite;
}

@keyframes gds-border-glow-step {

  0%,
  100% {
    box-shadow: 0 3px 5px 1px rgba(0, 62, 165, 0.06);
  }

  50% {
    box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.22);
  }
}

.gds-pg .gds-step-content {
  flex: 1 1 0;
  min-width: 0;
}

.gds-pg .gds-step-h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.gds-pg .gds-step-p {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4a6b;
  margin: 0;
}

.gds-pg .gds-step-tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  background: rgba(0, 62, 165, 0.08);
  border-radius: 2px;
  padding: 4px 8px;
  margin-top: 8px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .gds-pg .gds-hero-h1 {
    font-size: 36px;
  }

  .gds-pg .gds-hero-img-col {
    flex: 0 0 280px;
  }

  .gds-pg .gds-hero-img {
    width: 280px;
    height: 220px;
  }

  .gds-pg .gds-tips-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .gds-pg .gds-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .gds-pg .gds-hero-img-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .gds-pg .gds-hero-img {
    width: 100%;
    height: 200px;
  }

  .gds-pg .gds-hero-h1 {
    font-size: 36px;
  }

  .gds-pg .gds-row-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .gds-pg .gds-card {
    flex-direction: column;
  }

  .gds-pg .gds-card-num {
    flex: 0 0 56px;
    border-radius: 24px 24px 0 0;
    flex-direction: row;
    height: 56px;
    width: 100%;
  }

  .gds-pg .gds-card-aside {
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 24px;
  }

  .gds-pg .gds-card-body {
    padding: 16px 24px;
  }

  .gds-pg .gds-tips-grid {
    grid-template-columns: 1fr;
  }

  .gds-pg .gds-howto-split {
    flex-direction: column;
  }

  .gds-pg .gds-howto-left {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .gds-pg .gds-hero {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .gds-pg .gds-hero-h1 {
    font-size: 36px;
  }

  .gds-pg .gds-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gds-pg .gds-card-link {
    margin-left: 0;
  }

  .gds-pg .gds-tips-h2,
  .gds-pg .gds-howto-h2,
  .gds-pg .gds-row-h2 {
    font-size: 36px;
  }
}

.abt-us {
  background: #ffffff;
  overflow-x: clip;
}

.abt-us .pg-schema {
  display: none;
}

/* ── TITLE BLOCK ── */
.abt-us .tb {
  position: relative;
  padding: 72px 24px 72px;
  background: #000A2E;
  overflow: hidden;
}

.abt-us .tb-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.abt-us .tb-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.abt-us .tb-text-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 680px;
}

.abt-us .tb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  background: rgba(0, 62, 165, 0.12);
  border: 1px solid rgba(0, 62, 165, 0.3);
  border-radius: 2px;
  padding: 8px 16px;
  width: fit-content;
}

.abt-us .tb-h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

.abt-us .tb-h1 span {
  color: #003EA5;
}

.abt-us .tb-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.abt-us .tb-img-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end;
}

.abt-us .tb-img-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  flex: 0 0 480px;
  height: 300px;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.abt-us .tb-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: filter 0.55s ease-in-out;
}

.abt-us .tb-img-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 10, 46, 0.55) 100%);
  pointer-events: none;
}

.abt-us .tb-stat-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.abt-us .tb-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-us .tb-stat-num {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}

.abt-us .tb-stat-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

/* ── SECTION 2: STORY / ZIGZAG ── */
.abt-us .story {
  padding: 72px 24px;
  background: #f0f3fa;
  position: relative;
}

.abt-us .story::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: #ffffff;
  clip-path: ellipse(55% 100% at 50% 0%);
  pointer-events: none;
}

.abt-us .story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.abt-us .story-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.abt-us .story-row.rev {
  flex-direction: row-reverse;
}

.abt-us .story-img-wrap {
  position: relative;
  flex: 0 0 420px;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.abt-us .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .story-img-wrap:hover img {
  transform: scale(1.04);
}

.abt-us .story-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 46, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease-in-out;
}

.abt-us .story-img-wrap:hover .story-img-overlay {
  background: rgba(0, 10, 46, 0.65);
}

.abt-us .story-img-overlay-txt {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  text-align: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.abt-us .story-img-wrap:hover .story-img-overlay-txt {
  opacity: 1;
}

.abt-us .story-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .story-aside {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.abt-us .story-note {
  flex: 0 0 80px;
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
  text-align: right;
  padding-top: 4px;
}

.abt-us .story-body {
  flex: 1;
}

.abt-us .story-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0 0 8px;
  position: relative;
  display: inline-block;
}

.abt-us .story-h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .story-row:hover .story-h2::after {
  width: 100%;
}

.abt-us .story-p {
  font-size: 17px;
  line-height: 1.65;
  color: #2a3560;
  margin: 0;
}

.abt-us .story-quote {
  font-size: 17px;
  line-height: 1.65;
  color: #003EA5;
  border-top: 2px solid #003EA5;
  padding-top: 16px;
  margin: 8px 0 0;
}

.abt-us .story-checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.abt-us .story-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #2a3560;
}

.abt-us .chk-icon {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #003EA5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.abt-us .chk-icon i {
  font-size: 12px;
  color: #ffffff;
}

.abt-us .cross-icon {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: rgba(0, 10, 46, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.abt-us .cross-icon i {
  font-size: 12px;
  color: #000A2E;
}

/* ── PROGRESS / CAPABILITY BLOCK ── */
.abt-us .cap {
  padding: 72px 24px;
  background: #ffffff;
  position: relative;
}

.abt-us .cap::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: #f0f3fa;
  clip-path: ellipse(55% 100% at 50% 0%);
  pointer-events: none;
}

.abt-us .cap-bg-math {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 220px;
  line-height: 1;
  color: rgba(0, 62, 165, 0.04);
  font-weight: 700;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.abt-us .cap-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.abt-us .cap-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.abt-us .cap-top-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .cap-h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0;
  position: relative;
  display: inline-block;
}

.abt-us .cap-h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003EA5;
  transition: width 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .cap-inner:hover .cap-h2::after {
  width: 100%;
}

.abt-us .cap-p {
  font-size: 17px;
  line-height: 1.65;
  color: #2a3560;
  margin: 0;
  max-width: 520px;
}

.abt-us .cap-diagram {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #000A2E;
  border-radius: 24px;
  padding: 24px;
}

.abt-us .cap-diagram-ttl {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.abt-us .cap-legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .cap-legend-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-us .cap-legend-lbl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
}

.abt-us .cap-legend-pct {
  color: #003EA5;
}

.abt-us .cap-bar-track {
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 10px;
}

.abt-us .cap-seg {
  flex: 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.5s ease-in-out;
}

.abt-us .cap-seg.on {
  background: #003EA5;
}

.abt-us .cap-seg.on-lt {
  background: rgba(0, 62, 165, 0.45);
}

/* team grid */
.abt-us .cap-team {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.abt-us .tm-card {
  flex: 1 1 200px;
  background: #f0f3fa;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.5s ease-in-out;
}

.abt-us .tm-card:hover {
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.abt-us .tm-card-img {
  width: 100%;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0 3px 5px 1px rgba(0, 10, 46, 0.06);
}

.abt-us .tm-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .tm-card:hover .tm-card-img img {
  transform: scale(1.05);
}

.abt-us .tm-name {
  font-size: 17px;
  line-height: 1.45;
  color: #000A2E;
}

.abt-us .tm-role {
  font-size: 14px;
  line-height: 1.45;
  color: #003EA5;
}

.abt-us .tm-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #2a3560;
}

/* scattered geo bg */
.abt-us .geo-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.abt-us .geo-shape {
  position: absolute;
  opacity: 0.05;
}

.abt-us .geo-sq1 {
  width: 40px;
  height: 40px;
  background: #003EA5;
  border-radius: 2px;
  top: 15%;
  left: 5%;
  transform: rotate(18deg);
}

.abt-us .geo-sq2 {
  width: 24px;
  height: 24px;
  background: #000A2E;
  border-radius: 2px;
  top: 60%;
  left: 12%;
  transform: rotate(-12deg);
}

.abt-us .geo-tri {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 34px solid #003EA5;
  top: 35%;
  right: 8%;
  background: transparent;
}

.abt-us .geo-circ {
  width: 32px;
  height: 32px;
  border: 3px solid #003EA5;
  border-radius: 40px;
  top: 75%;
  right: 15%;
}

/* cta strip */
.abt-us .cta-strip {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.abt-us .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003EA5;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  padding: 16px 40px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s ease-in-out;
}

.abt-us .btn-primary:hover {
  background: #002e7a;
  box-shadow: 0 10px 44px 1px rgba(0, 62, 165, 0.25);
}

.abt-us .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #000A2E;
  font-size: 17px;
  line-height: 1.45;
  padding: 16px 40px;
  border-radius: 40px;
  border: 2px solid #000A2E;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.45s ease-in-out, border-color 0.45s ease-in-out;
}

.abt-us .btn-outline:hover {
  border-color: #003EA5;
  color: #003EA5;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

/* color wash animation */
@keyframes color-wash {
  0% {
    background-color: #f0f3fa;
  }

  50% {
    background-color: #e8edfa;
  }

  100% {
    background-color: #f0f3fa;
  }
}

.abt-us .story {
  animation: color-wash 8s ease-in-out infinite;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .abt-us .tb-img-main {
    flex: 0 0 360px;
  }

  .abt-us .story-img-wrap {
    flex: 0 0 340px;
  }

  .abt-us .cap-diagram {
    flex: 0 0 280px;
  }
}

@media (max-width: 768px) {
  .abt-us .tb-h1 {
    font-size: 36px;
  }

  .abt-us .tb-img-row {
    flex-direction: column;
  }

  .abt-us .tb-img-main {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .abt-us .tb-stat-col {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .abt-us .tb-stat {
    flex: 1 1 140px;
  }

  .abt-us .story-row,
  .abt-us .story-row.rev {
    flex-direction: column;
  }

  .abt-us .story-img-wrap {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .abt-us .cap-top {
    flex-direction: column;
  }

  .abt-us .cap-diagram {
    flex: none;
    width: 100%;
  }

  .abt-us .cap-bg-math {
    font-size: 120px;
  }
}

@media (max-width: 390px) {
  .abt-us .tb {
    padding: 40px 16px 40px;
  }

  .abt-us .story {
    padding: 40px 16px;
  }

  .abt-us .cap {
    padding: 40px 16px;
  }

  .abt-us .tb-h1 {
    font-size: 36px;
  }

  .abt-us .story-aside {
    flex-direction: column;
  }

  .abt-us .story-note {
    text-align: left;
    flex: none;
  }

  .abt-us .btn-primary,
  .abt-us .btn-outline {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
  }

  .abt-us .cap-team {
    flex-direction: column;
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: #ffffff;
}

.success-pg .success-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.success-pg .success-card {
  background: #ffffff;
  border: 2px solid #003EA5;
  border-radius: 24px;
  padding: 72px 40px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
  text-align: center;
}

.success-pg .success-card .icon-ring {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #000A2E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.success-pg .success-card .icon-ring svg {
  display: block;
}

.success-pg .success-card .success-title {
  font-size: 36px;
  line-height: 1.2;
  color: #000A2E;
  margin: 0;
}

.success-pg .success-card .success-title span {
  color: #003EA5;
}

.success-pg .success-card .success-body {
  font-size: 17px;
  line-height: 1.65;
  color: #000A2E;
  margin: 0;
  max-width: 460px;
}

.success-pg .success-card .divider-line {
  width: 64px;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
}

.success-pg .success-card .info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #f4f7ff;
  border-radius: 24px;
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
}

.success-pg .success-card .info-row i {
  font-size: 22px;
  color: #003EA5;
  flex-shrink: 0;
}

.success-pg .success-card .info-row .info-text {
  font-size: 14px;
  line-height: 1.45;
  color: #000A2E;
  margin: 0;
  text-align: left;
}

.success-pg .success-card .info-row .info-text strong {
  display: block;
  font-size: 14px;
  color: #003EA5;
  margin-bottom: 4px;
}

.success-pg .success-card .btn-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000A2E;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #000A2E;
  transition: background 0.5s ease-in-out, box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s ease-in-out;
}

.success-pg .success-card .btn-home:hover {
  background: #003EA5;
  border-color: #003EA5;
  box-shadow: 0 7px 18px 1px rgba(0, 62, 165, 0.08), 0 10px 44px 1px rgba(0, 62, 165, 0.13);
}

.success-pg .success-card .btn-home:focus {
  outline: 2px solid #003EA5;
  outline-offset: 4px;
}

.success-pg .success-card .btn-home i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .success-pg {
    padding: 40px 16px;
  }

  .success-pg .success-card {
    padding: 40px 24px;
    gap: 16px;
  }

  .success-pg .success-card .success-title {
    font-size: 36px;
  }

  .success-pg .success-card .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 390px) {
  .success-pg .success-card {
    padding: 40px 16px;
  }

  .success-pg .success-card .success-title {
    font-size: 36px;
  }

  .success-pg .success-card .btn-home {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
  }
}

.not-found-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: #ffffff;
  text-align: center;
}

.not-found-page .err-code {
  font-size: 48px;
  line-height: 1.2;
  color: #000A2E;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.not-found-page .err-code::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #003EA5;
  border-radius: 2px;
  margin-top: 8px;
  animation: line-draw 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

@keyframes line-draw {
  to {
    width: 100%;
  }
}

.not-found-page .err-wrap {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.not-found-page .err-label {
  font-size: 17px;
  line-height: 1.45;
  color: #003EA5;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
}

.not-found-page .err-desc {
  font-size: 17px;
  line-height: 1.65;
  color: #000A2E;
  margin-bottom: 40px;
}

.not-found-page .err-divider {
  width: 48px;
  height: 2px;
  background: #003EA5;
  border-radius: 2px;
  margin: 0 auto 40px auto;
  opacity: 0.35;
}

.not-found-page .err-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.not-found-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #000A2E;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #000A2E;
  transition: box-shadow 0.5s ease-in-out, background 0.5s ease-in-out;
}

.not-found-page .btn-primary:hover {
  background: #003EA5;
  border-color: #003EA5;
  box-shadow: 0 10px 44px 1px rgba(0, 10, 46, 0.13);
}

.not-found-page .btn-primary:focus-visible {
  outline: 3px solid #003EA5;
  outline-offset: 3px;
}

.not-found-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: transparent;
  color: #000A2E;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #000A2E;
  transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.45s ease-in-out, background 0.45s ease-in-out;
}

.not-found-page .btn-secondary:hover {
  background: #000A2E;
  color: #ffffff;
  box-shadow: 0 7px 18px 1px rgba(0, 10, 46, 0.08);
}

.not-found-page .btn-secondary:focus-visible {
  outline: 3px solid #003EA5;
  outline-offset: 3px;
}

.not-found-page .err-deco {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.not-found-page .err-deco .dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #003EA5;
  opacity: 0.18;
}

.not-found-page .err-deco .dot-mid {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #003EA5;
  opacity: 0.45;
}

.not-found-page .err-note {
  font-size: 14px;
  line-height: 1.65;
  color: #003EA5;
  margin-top: 40px;
  opacity: 0.7;
}

.not-found-page .err-note a {
  color: #000A2E;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.5s ease-in-out;
}

.not-found-page .err-note a:hover {
  opacity: 0.65;
}

@media (max-width: 768px) {
  .not-found-page {
    padding: 72px 16px;
  }

  .not-found-page .err-actions {
    flex-direction: column;
    align-items: center;
  }

  .not-found-page .btn-primary,
  .not-found-page .btn-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .not-found-page .err-code {
    font-size: 36px;
  }
}