@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.site-header {
  background: linear-gradient(160deg, #0d1821 0%, #162130 55%, #1a2a3a 100%);
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid rgba(122, 152, 182, 0.18);
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
  position: relative;
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg,
      rgba(122, 152, 182, 0.03) 0px,
      rgba(122, 152, 182, 0.03) 1px,
      transparent 1px,
      transparent 64px);
  pointer-events: none;
}

.hd-top {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 24px 12px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hd-contact-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.hd-contact-item {
  font-size: 14px;
  line-height: 1.15;
  color: #9CB2C1;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.hd-contact-item:hover,
.hd-contact-item:focus {
  color: #D8E0E8;
  outline: none;
}

.hd-contact-label {
  font-size: 14px;
  line-height: 1.15;
  color: rgba(156, 178, 193, 0.55);
  font-style: normal;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.brand-mono {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #D8E0E8;
  font-family: "Montserrat", sans-serif;
  user-select: none;
}

.brand-mono span {
  color: #7A98B6;
}

.brand-sub {
  font-size: 14px;
  line-height: 1.15;
  color: rgba(156, 178, 193, 0.6);
  font-weight: 400;
  text-align: right;
}

.logo-guard {
  border: 1px solid rgba(122, 152, 182, 0.3);
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05), 0 0 0 2px rgba(122, 152, 182, 0.08);
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.logo-guard img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.hd-bottom {
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  border-top: 1px solid rgba(122, 152, 182, 0.1);
}

.hd-divider-line {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(122, 152, 182, 0.35);
  flex-shrink: 0;
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hd-nav li {
  margin: 0;
  padding: 0;
}

.hd-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  color: #9CB2C1;
  text-decoration: none;
  padding: 12px 6px;
  display: inline-block;
  border-radius: 4px;
  transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.hd-nav-link:hover,
.hd-nav-link:focus {
  color: #D8E0E8;
  outline: 3px solid #7A98B6;
  outline-offset: 2px;
}

.hd-nav-link.active {
  color: #D8E0E8;
  box-shadow: inset 0 -2px 0 0 #7A98B6;
}

.site-footer {
  font-family: "Montserrat", sans-serif;
  background: #0b1620;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(122, 152, 182, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.ft-upper {
  background: #0f1e2d;
  border-bottom: 1px solid rgba(122, 152, 182, 0.14);
  position: relative;
}

.ft-upper-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft-logo-guard {
  border: 1px solid rgba(122, 152, 182, 0.25);
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.ft-logo-guard img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}

.ft-brand-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: #D8E0E8;
}

.ft-founding {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(156, 178, 193, 0.55);
}

.ft-address-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-col-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  color: #7A98B6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ft-addr {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  font-style: normal;
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-contact-link {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  text-decoration: none;
  display: block;
  transition: color 0.48s ease-in-out;
}

.ft-contact-link:hover,
.ft-contact-link:focus {
  color: #D8E0E8;
  outline: 3px solid #7A98B6;
  outline-offset: 2px;
  border-radius: 4px;
}

.ft-lower {
  position: relative;
}

.ft-lower-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ft-copy {
  font-size: 14px;
  line-height: 1.15;
  color: rgba(156, 178, 193, 0.45);
}

.ft-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-policy-nav li {
  margin: 0;
  padding: 0;
}

.ft-policy-link {
  font-size: 14px;
  line-height: 1.15;
  color: rgba(156, 178, 193, 0.55);
  text-decoration: none;
  transition: color 0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 6px 0;
  display: inline-block;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.ft-policy-link:hover,
.ft-policy-link:focus {
  color: #D8E0E8;
  outline: 3px solid #7A98B6;
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .hd-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px 24px 12px 24px;
  }

  .brand-mark {
    align-items: flex-start;
  }

  .brand-sub {
    text-align: left;
  }

  .hd-contact-strip {
    align-items: flex-start;
  }

  .ft-upper-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 24px;
  }

  .ft-lower-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-mono {
    font-size: 48px;
  }
}

.legal-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
  background: rgba(122, 152, 182, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 4px;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
}

.legal-section h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin-bottom: 24px;
  margin-top: 0;
}

.legal-section h2 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  margin-top: 48px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(156, 178, 193, 0.25);
}

.legal-section h3 {
  font-size: 17px;
  line-height: 1.15;
  color: #9CB2C1;
  margin-top: 24px;
  margin-bottom: 12px;
}

.legal-section h4,
.legal-section h5,
.legal-section h6 {
  font-size: 15px;
  line-height: 1.15;
  color: #9CB2C1;
  margin-top: 24px;
  margin-bottom: 6px;
}

.legal-section p {
  font-size: 15px;
  line-height: 1.7;
  color: #c8d4de;
  margin-top: 0;
  margin-bottom: 12px;
}

.legal-section strong,
.legal-section b {
  color: #D8E0E8;
  font-weight: 700;
}

.legal-section em,
.legal-section i {
  color: #9CB2C1;
  font-style: italic;
}

.legal-section hr {
  border: none;
  border-top: 1px solid rgba(122, 152, 182, 0.22);
  margin-top: 48px;
  margin-bottom: 48px;
}

.legal-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.legal-section thead {
  background: rgba(122, 152, 182, 0.18);
}

.legal-section thead th {
  color: #D8E0E8;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(156, 178, 193, 0.3);
}

.legal-section tbody tr {
  border-bottom: 1px solid rgba(122, 152, 182, 0.1);
  transition: background 0.55s ease-in-out;
}

.legal-section tbody tr:last-child {
  border-bottom: none;
}

.legal-section tbody tr:hover {
  background: rgba(122, 152, 182, 0.08);
}

.legal-section td {
  color: #c8d4de;
  font-size: 14px;
  padding: 12px 24px;
  vertical-align: top;
}

@media (max-width: 640px) {
  .legal-section {
    padding: 24px 12px;
  }

  .legal-section h1 {
    font-size: 17px;
  }

  .legal-section table {
    display: block;
    overflow-x: auto;
  }

  .legal-section thead th,
  .legal-section td {
    padding: 12px;
  }
}

.strt {
  background: #13181f;
  color: #d0dae4;
  overflow-x: hidden;
  position: relative;
}

.strt .bg-drift {
  position: fixed;
  top: -120px;
  left: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(ellipse at 40% 60%, rgba(122, 152, 182, 0.07) 0%, transparent 70%);
  animation: driftMove 12s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes driftMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 60px);
  }
}

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

.strt .pg-limit.wide {
  max-width: 1024px;
  margin: 0 auto;
}

/* SECTION 1 - Title block */
.strt .title-blk {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.strt .title-blk .txt-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 48px 96px 24px;
  position: relative;
  z-index: 2;
}

.strt .title-blk .circ-deco {
  position: absolute;
  border-radius: 36px;
  opacity: 0.06;
  pointer-events: none;
}

.strt .title-blk .circ-deco.c1 {
  width: 260px;
  height: 260px;
  border: 2px solid #7A98B6;
  top: -60px;
  left: -80px;
  border-radius: 50%;
}

.strt .title-blk .circ-deco.c2 {
  width: 140px;
  height: 140px;
  border: 2px solid #9CB2C1;
  bottom: 40px;
  left: 120px;
  border-radius: 50%;
}

.strt .title-blk .circ-deco.c3 {
  width: 80px;
  height: 80px;
  background: rgba(122, 152, 182, 0.12);
  top: 80px;
  left: 60px;
  border-radius: 50%;
}

.strt .lbl-pre {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #7A98B6;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.strt .title-blk h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #d8e0e8;
  margin-bottom: 24px;
  font-weight: 900;
}

.strt .title-blk h1 .acc-word {
  text-transform: uppercase;
  color: #7A98B6;
}

.strt .title-blk .sub-line {
  font-size: 17px;
  line-height: 1.7;
  color: #9CB2C1;
  margin-bottom: 48px;
  max-width: 380px;
}

.strt .btn-main {
  display: inline-block;
  padding: 12px 48px;
  background: linear-gradient(180deg, #9CB2C1 0%, #7A98B6 100%);
  color: #13181f;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  align-self: flex-start;
}

.strt .btn-main:hover {
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.22);
  transform: translateY(-2px);
}

.strt .title-blk .img-col {
  position: relative;
  overflow: hidden;
}

.strt .title-blk .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 1/1;
}

.strt .title-blk .img-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(180deg, transparent 0%, #13181f 100%);
  pointer-events: none;
}

.strt .title-blk .img-grad-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(90deg, #13181f 0%, transparent 100%);
  pointer-events: none;
}

/* SVG divider */
.strt .div-tri {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
}

.strt .div-tri svg {
  display: block;
  width: 100%;
}

/* SECTION 2 - Community / environment */
.strt .env-blk {
  background: #181e27;
  padding: 96px 0 48px;
  position: relative;
}

.strt .env-blk .noise-layer {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  pointer-events: none;
}

.strt .env-blk .env-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.strt .env-blk h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: #d8e0e8;
}

.strt .env-blk h2 .acc-word {
  text-transform: uppercase;
  color: #9CB2C1;
}

.strt .env-blk .env-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #9CB2C1;
  max-width: 540px;
  margin-top: 12px;
}

.strt .env-card {
  background: rgba(122, 152, 182, 0.06);
  border: 1px solid rgba(122, 152, 182, 0.12);
  border-radius: 4px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.55s ease-in-out, box-shadow 0.55s ease-in-out;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.strt .env-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #9CB2C1 0%, #7A98B6 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.strt .env-card:hover::before {
  transform: scaleY(1);
}

.strt .env-card:hover {
  border-color: rgba(122, 152, 182, 0.3);
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
}

.strt .env-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #d8e0e8;
  margin-bottom: 12px;
  line-height: 1.15;
}

.strt .env-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

/* SVG divider 2 */
.strt .div-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(122, 152, 182, 0.2), transparent);
  margin: 0;
}

/* SECTION 3 - What graduation looks like */
.strt .grad-blk {
  padding: 96px 0;
  background: #13181f;
  position: relative;
}

.strt .grad-blk .diam-deco {
  position: absolute;
  top: 48px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: rgba(122, 152, 182, 0.08);
  transform: rotate(45deg);
  border: 1px solid rgba(122, 152, 182, 0.15);
  pointer-events: none;
}

.strt .grad-blk .layout-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

.strt .grad-blk h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: #d8e0e8;
  margin-bottom: 24px;
}

.strt .grad-blk h2 .acc-word {
  text-transform: uppercase;
  color: #7A98B6;
}

.strt .grad-blk .pull-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.strt .grad-blk .pull-q {
  font-size: 17px;
  line-height: 1.7;
  color: #7A98B6;
  font-weight: 700;
  border-right: 2px solid rgba(122, 152, 182, 0.25);
  padding-right: 24px;
}

.strt .grad-blk .body-col p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin-bottom: 12px;
}

.strt .checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.strt .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #d0dae4;
}

.strt .checklist li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.strt .grad-blk .side-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
}

.strt .grad-blk .side-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* SECTION 4 - The gap */
.strt .gap-blk {
  padding: 96px 0;
  background: #181e27;
  position: relative;
}

.strt .gap-blk .gap-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.strt .gap-blk .img-side {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
}

.strt .gap-blk .img-side img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
}

.strt .gap-blk .img-side .img-over {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(19, 24, 31, 0.7) 100%);
  pointer-events: none;
}

.strt .gap-blk h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: #d8e0e8;
  margin-bottom: 24px;
}

.strt .gap-blk h2 .acc-word {
  text-transform: uppercase;
  color: #9CB2C1;
}

.strt .gap-blk .dash-pre {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #7A98B6;
  margin-right: 6px;
  vertical-align: middle;
}

.strt .gap-blk .gap-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #9CB2C1;
  margin-bottom: 24px;
}

.strt .gap-blk .gap-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin-bottom: 12px;
}

.strt .gap-steps {
  list-style: decimal;
  padding-left: 24px;
  margin: 24px 0 0;
}

.strt .gap-steps li {
  font-size: 15px;
  line-height: 1.7;
  color: #d0dae4;
  margin-bottom: 6px;
  padding-left: 6px;
}

/* SECTION 5 - Numbers / scale */
.strt .scale-blk {
  padding: 96px 0;
  background: #13181f;
  position: relative;
}

.strt .scale-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

.strt .scale-blk h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: #d8e0e8;
  margin-bottom: 12px;
  text-align: center;
}

.strt .scale-blk h2 .acc-word {
  text-transform: uppercase;
  color: #7A98B6;
}

.strt .scale-blk .scale-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #9CB2C1;
  text-align: center;
  max-width: 540px;
  margin: 0 auto 48px;
}

.strt .scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.strt .scale-item {
  background: rgba(122, 152, 182, 0.05);
  border: 1px solid rgba(122, 152, 182, 0.1);
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  transition: box-shadow 0.6s ease-in-out, border-color 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.strt .scale-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7A98B6, #9CB2C1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.strt .scale-item:hover::after {
  transform: scaleX(1);
}

.strt .scale-item:hover {
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  border-color: rgba(122, 152, 182, 0.25);
}

.strt .scale-num {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.15;
  color: #7A98B6;
  display: block;
}

.strt .scale-lbl {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  display: block;
  margin-top: 6px;
}

.strt .review-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  background: rgba(122, 152, 182, 0.06);
  border: 1px solid rgba(122, 152, 182, 0.12);
  border-radius: 4px;
  padding: 24px;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  max-width: 680px;
  margin: 0 auto;
}

.strt .review-row .port-wrap {
  width: 72px;
  height: 108px;
  overflow: hidden;
  flex-shrink: 0;
}

.strt .review-row .port-wrap img {
  width: 72px;
  height: 108px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.strt .review-row .rev-body h5 {
  font-size: 15px;
  font-weight: 700;
  color: #d8e0e8;
  margin-bottom: 6px;
  line-height: 1.15;
}

.strt .review-row .rev-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.strt .review-row .rev-body .rev-role {
  font-size: 14px;
  color: #7A98B6;
  margin-top: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .strt .title-blk {
    grid-template-columns: 1fr;
  }

  .strt .title-blk .img-col {
    height: 280px;
  }

  .strt .title-blk .txt-col {
    padding: 48px 24px;
  }

  .strt .title-blk h1 {
    font-size: 48px;
  }

  .strt .env-blk .env-grid {
    grid-template-columns: 1fr;
  }

  .strt .grad-blk .layout-split {
    grid-template-columns: 1fr;
  }

  .strt .grad-blk .pull-wrap {
    grid-template-columns: 1fr;
  }

  .strt .grad-blk .pull-q {
    border-right: none;
    border-bottom: 2px solid rgba(122, 152, 182, 0.25);
    padding-right: 0;
    padding-bottom: 12px;
  }

  .strt .gap-blk .gap-inner {
    grid-template-columns: 1fr;
  }

  .strt .scale-grid {
    grid-template-columns: 1fr 1fr;
  }

  .strt .review-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .strt .scale-grid {
    grid-template-columns: 1fr;
  }
}

.ctc-us {
  background: #0e1318;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}

.ctc-us .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.ctc-us .blk-reach {
  padding: 96px 24px 48px;
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ctc-us .reach-img-col {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.ctc-us .reach-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctc-us .reach-img-col .img-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 40%, #0e1318 100%);
  pointer-events: none;
}

.ctc-us .reach-img-col .grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(122, 152, 182, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 152, 182, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.ctc-us .reach-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
}

.ctc-us .reach-txt .lbl-tag {
  font-size: 14px;
  line-height: 1.15;
  color: #7A98B6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ctc-us .reach-txt h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
}

.ctc-us .reach-txt h1 span {
  color: #7A98B6;
  text-transform: uppercase;
}

.ctc-us .reach-txt .sub-p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.ctc-us .reach-txt .pull-q {
  font-size: 17px;
  line-height: 1.7;
  color: #D8E0E8;
  border-left: 3px solid #7A98B6;
  border-top: 1px solid rgba(122, 152, 182, 0.2);
  padding: 12px 24px;
  margin: 0;
  background: rgba(122, 152, 182, 0.05);
  border-radius: 4px;
  box-shadow: inset -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.ctc-us .info-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.ctc-us .info-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.ctc-us .info-ico {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(122, 152, 182, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.ctc-us .info-ico svg {
  width: 16px;
  height: 16px;
  stroke: #7A98B6;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ctc-us .info-det {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ctc-us .info-det .det-lbl {
  font-size: 14px;
  line-height: 1.15;
  color: #7A98B6;
}

.ctc-us .info-det .det-val {
  font-size: 15px;
  line-height: 1.7;
  color: #D8E0E8;
}

.ctc-us .info-det .det-val a {
  color: #9CB2C1;
  text-decoration: none !important;
  transition: color 0.5s ease-in-out;
}

.ctc-us .info-det .det-val a:hover {
  color: #D8E0E8;
}

.ctc-us .svg-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
}

.ctc-us .svg-divider svg {
  display: block;
  width: 100%;
}

.ctc-us .blk-form-area {
  background: linear-gradient(to top, #131a22 0%, #0e1318 100%);
  padding: 48px 24px 96px;
  position: relative;
}

.ctc-us .blk-form-area .tex-bg {
  position: absolute;
  inset: 0;
  background-image: url("./graphic_assets/IMG-4072.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  pointer-events: none;
}

.ctc-us .form-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  gap: 48px;
  align-items: start;
}

.ctc-us .form-brief {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 6px;
}

.ctc-us .form-brief h2 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.ctc-us .form-brief .brief-sep {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #7A98B6, transparent);
  border-radius: 4px;
}

.ctc-us .form-brief .brief-p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.ctc-us .form-brief .q-block {
  border-radius: 4px;
  background: rgba(122, 152, 182, 0.07);
  padding: 24px;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  position: relative;
  overflow: hidden;
}

.ctc-us .form-brief .q-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent #7A98B6 transparent transparent;
}

.ctc-us .form-brief .q-block .q-text {
  font-size: 15px;
  line-height: 1.7;
  color: #D8E0E8;
  margin: 0 0 12px;
}

.ctc-us .form-brief .q-block .q-attr {
  font-size: 14px;
  line-height: 1.15;
  color: #7A98B6;
  margin: 0;
}

.ctc-us .form-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ctc-us .form-col h3 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 700;
}

.ctc-us .frm {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ctc-us .fld-grp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ctc-us .fld-grp label {
  font-size: 14px;
  line-height: 1.15;
  color: #9CB2C1;
}

.ctc-us .fld-grp input[type="text"],
.ctc-us .fld-grp input[type="tel"],
.ctc-us .fld-grp select {
  background: rgba(122, 152, 182, 0.08);
  border: 1px solid rgba(122, 152, 182, 0.2);
  border-radius: 4px;
  color: #D8E0E8;
  font-size: 15px;
  line-height: 1.7;
  padding: 12px;
  width: 100%;
  outline: none;
  transition: border-color 0.5s ease-in-out, box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  appearance: none;
  -webkit-appearance: none;
}

.ctc-us .fld-grp select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A98B6' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

.ctc-us .fld-grp select option {
  background: #131a22;
  color: #D8E0E8;
}

.ctc-us .fld-grp input[type="text"]:focus,
.ctc-us .fld-grp input[type="tel"]:focus,
.ctc-us .fld-grp select:focus {
  border-color: #7A98B6;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11), inset -1px 3px 3px 1px rgba(122, 152, 182, 0.08);
}

.ctc-us .fld-grp input::placeholder {
  color: rgba(156, 178, 193, 0.45);
  font-size: 14px;
}

.ctc-us .chan-grp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ctc-us .chan-grp .chan-lbl {
  font-size: 14px;
  line-height: 1.15;
  color: #9CB2C1;
}

.ctc-us .chan-opts {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.ctc-us .chan-opt {
  position: relative;
}

.ctc-us .chan-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ctc-us .chan-opt label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  border-radius: 36px;
  border: 1px solid rgba(122, 152, 182, 0.2);
  background: rgba(122, 152, 182, 0.06);
  color: #9CB2C1;
  font-size: 14px;
  line-height: 1.15;
  cursor: pointer;
  transition: border-color 0.5s ease-in-out, background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.ctc-us .chan-opt label svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.ctc-us .chan-opt input[type="radio"]:checked+label {
  border-color: #7A98B6;
  background: rgba(122, 152, 182, 0.18);
  color: #D8E0E8;
}

.ctc-us .chan-opt label:hover {
  border-color: #9CB2C1;
  color: #D8E0E8;
}

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

.ctc-us .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #7A98B6;
  cursor: pointer;
  margin-top: 2px;
}

.ctc-us .privacy-row .prv-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.ctc-us .privacy-row .prv-txt a {
  color: #7A98B6;
  text-decoration: none !important;
  transition: color 0.5s ease-in-out;
}

.ctc-us .privacy-row .prv-txt a:hover {
  color: #D8E0E8;
}

.ctc-us .btn-send {
  background: linear-gradient(to top, #7A98B6, #9CB2C1);
  color: #0e1318;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
  padding: 12px 48px;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
  transition: opacity 0.5s ease-in-out, box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
}

.ctc-us .btn-send:hover {
  opacity: 0.88;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.22);
}

.ctc-us .btn-send:focus {
  outline: 2px solid #7A98B6;
  outline-offset: 3px;
}

.ctc-us .btn-send:active {
  opacity: 0.75;
}

@keyframes shake-once {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

.ctc-us .btn-send.shake {
  animation: shake-once 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes letter-drop {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ctc-us .reach-txt h1 .ld {
  display: inline-block;
  opacity: 0;
  animation: letter-drop 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ctc-us .reach-txt h1 .ld:nth-child(1) {
  animation-delay: 0.05s;
}

.ctc-us .reach-txt h1 .ld:nth-child(2) {
  animation-delay: 0.10s;
}

.ctc-us .reach-txt h1 .ld:nth-child(3) {
  animation-delay: 0.15s;
}

.ctc-us .reach-txt h1 .ld:nth-child(4) {
  animation-delay: 0.20s;
}

.ctc-us .reach-txt h1 .ld:nth-child(5) {
  animation-delay: 0.25s;
}

.ctc-us .reach-txt h1 .ld:nth-child(6) {
  animation-delay: 0.30s;
}

.ctc-us .reach-txt h1 .ld:nth-child(7) {
  animation-delay: 0.35s;
}

.ctc-us .reach-txt h1 .ld:nth-child(8) {
  animation-delay: 0.40s;
}

.ctc-us .reach-txt h1 .ld:nth-child(9) {
  animation-delay: 0.45s;
}

.ctc-us .reach-txt h1 .ld:nth-child(10) {
  animation-delay: 0.50s;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ctc-us .anim-1 {
  animation: fade-up 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.ctc-us .anim-2 {
  animation: fade-up 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s both;
}

.ctc-us .anim-3 {
  animation: fade-up 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s both;
}

.ctc-us .anim-4 {
  animation: fade-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.96s both;
}

@media (max-width: 768px) {
  .ctc-us .blk-reach {
    grid-template-columns: 1fr;
    padding: 48px 24px 24px;
    gap: 24px;
  }

  .ctc-us .reach-img-col {
    max-height: 260px;
  }

  .ctc-us .form-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ctc-us .reach-txt h1 {
    font-size: 48px;
  }
}

@media (max-width: 540px) {
  .ctc-us .chan-opts {
    flex-direction: column;
  }
}

.abt-us {
  background: #141820;
  color: #D8E0E8;
  overflow-x: clip;
  position: relative;
}

.abt-us .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-us .cross-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  overflow: hidden;
}

.abt-us .cross-divider span {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  flex-shrink: 0;
}

.abt-us .cross-divider span::before,
.abt-us .cross-divider span::after {
  content: "";
  position: absolute;
  background: #7A98B6;
  opacity: 0.4;
}

.abt-us .cross-divider span::before {
  width: 8px;
  height: 2px;
  top: 3px;
  left: 0;
}

.abt-us .cross-divider span::after {
  width: 2px;
  height: 8px;
  top: 0;
  left: 3px;
}

.abt-us .cross-divider .div-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #7A98B6 30%, #7A98B6 70%, transparent);
  opacity: 0.2;
}

.abt-us .title-blk {
  padding: 48px 0 24px;
  position: relative;
  border-bottom: 1px solid rgba(122, 152, 182, 0.15);
}

.abt-us .title-blk::before {
  content: "";
  display: block;
  width: 3px;
  height: 64px;
  background: linear-gradient(to top, #9CB2C1, #7A98B6);
  position: absolute;
  left: 0;
  top: 48px;
  border-radius: 4px;
}

.abt-us .title-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: end;
  padding-left: 24px;
}

.abt-us .title-txt h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0 0 24px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.abt-us .title-txt h1 .accent-word {
  color: #7A98B6;
  text-transform: uppercase;
}

.abt-us .title-txt .desc {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.abt-us .title-img-col {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.abt-us .title-img-wrap {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
}

.abt-us .title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) brightness(0.85) contrast(1.1) sepia(0.15);
  display: block;
}

.abt-us .about-detail {
  padding: 96px 0 48px;
  background: #161b23;
}

.abt-us .about-detail .pg-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}

.abt-us .pull-quote {
  position: sticky;
  top: 24px;
}

.abt-us .pull-quote blockquote {
  font-size: 17px;
  line-height: 1.7;
  color: #7A98B6;
  font-weight: 700;
  margin: 0;
  padding: 24px;
  border-radius: 4px;
  background: rgba(122, 152, 182, 0.07);
  box-shadow: inset -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  border-top: 2px solid #7A98B6;
  border-right: 1px solid rgba(122, 152, 182, 0.2);
}

.abt-us .detail-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abt-us .detail-body h2 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}

.abt-us .detail-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.abt-us .detail-body ol {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abt-us .detail-body ol li {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
}

.abt-us .detail-body ol li strong {
  color: #D8E0E8;
}

.abt-us .roles-blk {
  padding: 96px 0;
  background: #7A98B6;
  position: relative;
}

.abt-us .roles-blk::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #9CB2C1 0%, #7A98B6 100%);
  opacity: 0.9;
}

.abt-us .roles-blk .pg-wrap {
  position: relative;
}

.abt-us .roles-blk h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #141820;
  font-weight: 900;
  margin: 0 0 48px;
}

.abt-us .roles-blk h2 .accent-word {
  text-transform: uppercase;
}

.abt-us .roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.abt-us .role-card {
  background: rgba(20, 24, 32, 0.88);
  border-radius: 4px;
  padding: 24px;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  border: 1px solid rgba(216, 224, 232, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 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);
}

.abt-us .role-card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
}

.abt-us .role-card h4 {
  font-size: 15px;
  line-height: 1.15;
  color: #7A98B6;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.abt-us .role-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.abt-us .role-card .role-tag {
  display: inline-block;
  font-size: 14px;
  color: #D8E0E8;
  background: rgba(122, 152, 182, 0.15);
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid rgba(122, 152, 182, 0.25);
  width: fit-content;
}

.abt-us .team-sub {
  padding: 96px 0;
  background: #141820;
}

.abt-us .team-sub .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
}

.abt-us .team-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abt-us .team-txt h3 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.abt-us .team-txt p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.abt-us .expert-card {
  background: rgba(122, 152, 182, 0.07);
  border-radius: 36px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  border: 1px solid rgba(122, 152, 182, 0.15);
  text-align: center;
}

.abt-us .expert-img-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  border: 2px solid rgba(122, 152, 182, 0.3);
  flex-shrink: 0;
}

.abt-us .expert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.abt-us .expert-card h5 {
  font-size: 15px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 900;
  margin: 0;
}

.abt-us .expert-card .expert-role {
  font-size: 14px;
  line-height: 1.7;
  color: #7A98B6;
  margin: 0;
}

.abt-us .subscribe-blk {
  padding: 96px 0;
  background: #18202c;
  position: relative;
}

.abt-us .subscribe-blk::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: rgba(122, 152, 182, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.abt-us .subscribe-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.abt-us .sub-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abt-us .sub-txt h3 {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.abt-us .sub-txt p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.abt-us .sub-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
  max-width: 280px;
}

.abt-us .sub-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.75) saturate(0.8);
}

.abt-us .sub-form-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abt-us .sub-form {
  background: rgba(122, 152, 182, 0.06);
  border: 1px solid rgba(122, 152, 182, 0.15);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: inset -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.abt-us .field-grp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.abt-us .field-lbl {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1.15;
  color: #9CB2C1;
  font-weight: 700;
}

.abt-us .lbl-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.abt-us .lbl-icon.mail-ic {
  border: 1.5px solid #7A98B6;
  border-radius: 4px;
  position: relative;
}

.abt-us .lbl-icon.mail-ic::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 8px;
  height: 5px;
  border-top: 1.5px solid #7A98B6;
  border-left: 1.5px solid #7A98B6;
  border-right: 1.5px solid #7A98B6;
}

.abt-us .lbl-icon.freq-ic {
  border: 1.5px solid #7A98B6;
  border-radius: 50%;
  position: relative;
}

.abt-us .lbl-icon.freq-ic::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 1.5px;
  height: 5px;
  background: #7A98B6;
}

.abt-us .lbl-icon.freq-ic::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 6px;
  height: 1.5px;
  background: #7A98B6;
}

.abt-us .email-inp {
  background: rgba(20, 24, 32, 0.8);
  border: 1px solid rgba(122, 152, 182, 0.2);
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  color: #D8E0E8;
  outline: none;
  width: 100%;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.abt-us .email-inp::placeholder {
  color: rgba(156, 178, 193, 0.45);
}

.abt-us .email-inp:focus {
  border-color: #7A98B6;
  box-shadow: inset -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.abt-us .radio-grp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abt-us .radio-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
}

.abt-us .radio-opt input[type="radio"] {
  accent-color: #7A98B6;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

.abt-us .radio-opt:hover {
  color: #D8E0E8;
}

.abt-us .sub-btn {
  background: linear-gradient(to top, #9CB2C1, #7A98B6);
  color: #141820;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: opacity 0.5s ease-in-out, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
}

.abt-us .sub-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.abt-us .sub-btn:active {
  transform: translateY(0);
}

.abt-us .sub-btn.shake {
  animation: btn-shake 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes btn-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}

.abt-us .sub-note {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(156, 178, 193, 0.6);
  margin: 0;
}

.abt-us .bg-anim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.abt-us .bg-anim::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(122, 152, 182, 0.03);
  border-radius: 50%;
  animation: bg-shift 8s ease-in-out infinite alternate;
}

.abt-us .bg-anim::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: rgba(156, 178, 193, 0.025);
  border-radius: 50%;
  animation: bg-shift-rev 10s ease-in-out infinite alternate;
}

@keyframes bg-shift {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes bg-shift-rev {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}

.abt-us .title-blk,
.abt-us .about-detail,
.abt-us .roles-blk,
.abt-us .team-sub,
.abt-us .subscribe-blk {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-us .title-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-us .title-txt h1 {
    font-size: 48px;
  }

  .abt-us .title-img-col {
    justify-content: flex-start;
  }

  .abt-us .title-img-wrap {
    max-width: 100%;
  }

  .abt-us .about-detail .pg-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-us .pull-quote {
    position: static;
  }

  .abt-us .roles-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .abt-us .roles-blk h2 {
    font-size: 17px;
  }

  .abt-us .team-sub .pg-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-us .subscribe-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .abt-us .sub-img-wrap {
    max-width: 100%;
  }
}

.prtns {
  background: #0e1318;
  min-height: 100vh;
  overflow-x: clip;
}

.prtns .pg-lead {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}

.prtns .pg-lead-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prtns .pg-lead-text h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
}

.prtns .pg-lead-text h1 span {
  text-transform: uppercase;
}

.prtns .lead-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #7A98B6, #9CB2C1);
}

.prtns .pg-lead-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .lead-pts {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prtns .lead-pts li {
  font-size: 15px;
  line-height: 1.7;
  color: #D8E0E8;
}

.prtns .lead-img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.prtns .lead-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prtns .lead-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, #0e1318 100%);
}

.prtns .lead-img-deco {
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 60%;
  background: linear-gradient(to bottom, #7A98B6, transparent);
  z-index: 1;
}

.prtns .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.prtns .wave-divider svg {
  display: block;
  width: 100%;
}

.prtns .funnel-row {
  background: #111820;
  box-shadow: inset 0 0 80px 0 rgba(122, 152, 182, 0.06);
  padding: 96px 24px 48px;
}

.prtns .funnel-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.prtns .funnel-label {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px;
}

.prtns .funnel-label h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
}

.prtns .funnel-label p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .funnel-chart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prtns .f-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.prtns .f-bar-wrap {
  flex: 1;
  background: rgba(122, 152, 182, 0.08);
  border-radius: 4px;
  height: 48px;
  overflow: hidden;
}

.prtns .f-bar {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prtns .f-bar.w-full {
  width: 100%;
  background: linear-gradient(to top, #7A98B6, #9CB2C1);
}

.prtns .f-bar.w-75 {
  width: 75%;
  background: linear-gradient(to top, #6a88a6, #8aa2b1);
}

.prtns .f-bar.w-55 {
  width: 55%;
  background: linear-gradient(to top, #5a7896, #7a92a1);
}

.prtns .f-bar.w-35 {
  width: 35%;
  background: linear-gradient(to top, #4a6886, #6a8291);
}

.prtns .f-bar span {
  font-size: 14px;
  color: #0e1318;
  font-weight: 700;
  white-space: nowrap;
}

.prtns .f-lbl {
  font-size: 14px;
  color: #9CB2C1;
  width: 140px;
  flex-shrink: 0;
  line-height: 1.15;
}

.prtns .wave-divider-2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.prtns .wave-divider-2 svg {
  display: block;
  width: 100%;
}

.prtns .team-row {
  background: #0e1318;
  padding: 48px 24px 96px;
  position: relative;
}

.prtns .team-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(122, 152, 182, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.prtns .team-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.prtns .team-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prtns .team-head h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
}

.prtns .team-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
  max-width: 560px;
}

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

.prtns .person-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(122, 152, 182, 0.06);
  border-radius: 36px;
  padding: 24px;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  border-right: 2px solid rgba(156, 178, 193, 0.18);
  border-top: 1px solid rgba(122, 152, 182, 0.08);
}

.prtns .person-img-wrap {
  border-radius: 36px;
  overflow: hidden;
  aspect-ratio: 3/4;
  width: 100%;
}

.prtns .person-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prtns .person-name {
  font-size: 17px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 700;
  margin: 0;
}

.prtns .person-role {
  font-size: 14px;
  line-height: 1.15;
  color: #7A98B6;
  margin: 0;
}

.prtns .person-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .featured-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(156, 178, 193, 0.07);
  border-radius: 36px;
  padding: 48px;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
  border-right: 2px solid rgba(156, 178, 193, 0.22);
  border-top: 1px solid rgba(122, 152, 182, 0.1);
}

.prtns .featured-card .pull-quote {
  font-size: 17px;
  line-height: 1.7;
  color: #D8E0E8;
  font-weight: 700;
  border-left: 3px solid #7A98B6;
  padding-left: 24px;
  margin: 0;
}

.prtns .featured-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .featured-card .person-name {
  font-size: 17px;
}

.prtns .no-portrait-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: rgba(122, 152, 182, 0.04);
  border-radius: 4px;
  border-left: 2px solid rgba(122, 152, 182, 0.3);
  border-right: 2px solid rgba(156, 178, 193, 0.12);
}

.prtns .wave-divider-3 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.prtns .wave-divider-3 svg {
  display: block;
  width: 100%;
}

.prtns .collab-row {
  background: #111820;
  padding: 96px 24px 96px;
  position: relative;
}

.prtns .collab-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 80%, rgba(122, 152, 182, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.prtns .collab-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.prtns .collab-head {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: start;
}

.prtns .collab-head-left {
  flex: 1;
}

.prtns .collab-head-left h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 900;
  margin: 0 0 12px;
}

.prtns .collab-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #7A98B6, transparent);
  margin-bottom: 24px;
}

.prtns .collab-head-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}

.prtns .collab-head-right p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .collab-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prtns .collab-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: rgba(122, 152, 182, 0.05);
  border-radius: 4px;
  border-right: 2px solid rgba(156, 178, 193, 0.15);
  border-top: 1px solid rgba(122, 152, 182, 0.07);
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.prtns .collab-item:hover {
  background: rgba(122, 152, 182, 0.1);
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
}

.prtns .collab-num {
  font-size: 17px;
  line-height: 1.15;
  color: #7A98B6;
  font-weight: 700;
}

.prtns .collab-text h4 {
  font-size: 15px;
  line-height: 1.15;
  color: #D8E0E8;
  font-weight: 700;
  margin: 0 0 6px;
}

.prtns .collab-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.prtns .collab-tag {
  font-size: 14px;
  color: #7A98B6;
  background: rgba(122, 152, 182, 0.1);
  border-radius: 4px;
  padding: 6px 12px;
  white-space: nowrap;
  box-shadow: inset 0 1px 4px rgba(122, 152, 182, 0.08);
}

.prtns .collab-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 48px;
  background: rgba(122, 152, 182, 0.07);
  border-radius: 36px;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12);
}

.prtns .collab-cta p {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
  flex: 1;
}

.prtns .btn-prim {
  display: inline-block;
  background: linear-gradient(to top, #7A98B6, #9CB2C1);
  color: #0e1318;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 48px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out, box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  flex-shrink: 0;
}

.prtns .btn-prim:hover {
  opacity: 0.88;
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.22);
}

.prtns .btn-prim:focus {
  outline: 2px solid #9CB2C1;
  outline-offset: 3px;
}

@keyframes shake-once {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

.prtns .collab-item:nth-child(3) {
  animation: shake-once 0.55s ease-in-out 2.5s both;
}

@media (max-width: 768px) {
  .prtns .pg-lead {
    grid-template-columns: 1fr;
    padding: 48px 24px 48px;
  }

  .prtns .pg-lead-text h1 {
    font-size: 48px;
  }

  .prtns .funnel-inner {
    grid-template-columns: 1fr;
  }

  .prtns .funnel-label {
    position: static;
  }

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

  .prtns .featured-card {
    grid-column: 1 / -1;
  }

  .prtns .collab-head {
    flex-direction: column;
    gap: 24px;
  }

  .prtns .collab-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .prtns .collab-item {
    grid-template-columns: 48px 1fr;
  }

  .prtns .collab-tag {
    display: none;
  }
}

@media (max-width: 520px) {
  .prtns .team-grid {
    grid-template-columns: 1fr;
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #0d1117;
}

.success-pg .result-wrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.success-pg .icon-ring {
  width: 96px;
  height: 96px;
  border-radius: 36px;
  border: 2px solid #7A98B6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131c26;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11), inset 0 1px 8px rgba(122, 152, 182, 0.08);
  flex-shrink: 0;
  transition: box-shadow 0.55s ease-in-out;
}

.success-pg .icon-ring svg {
  display: block;
}

.success-pg .msg-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.success-pg .msg-block .heading {
  font-size: 48px;
  line-height: 1.15;
  color: #D8E0E8;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.success-pg .msg-block .heading span {
  color: #7A98B6;
  text-transform: uppercase;
}

.success-pg .msg-block .desc {
  font-size: 17px;
  line-height: 1.7;
  color: #9CB2C1;
  max-width: 480px;
  margin: 0;
}

.success-pg .divider-line {
  width: 64px;
  height: 2px;
  background: linear-gradient(to top, #9CB2C1, #7A98B6);
  border-radius: 4px;
}

.success-pg .action-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.success-pg .action-row .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: linear-gradient(to top, #7A98B6, #9CB2C1);
  color: #0d1117;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05), -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease-in-out;
}

.success-pg .action-row .btn-primary:hover {
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.12), inset 0 1px 4px rgba(255, 255, 255, 0.1);
  opacity: 0.92;
}

.success-pg .action-row .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: transparent;
  color: #9CB2C1;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #7A98B6;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
}

.success-pg .action-row .btn-ghost:hover {
  background: rgba(122, 152, 182, 0.08);
  color: #D8E0E8;
}

.success-pg .note-box {
  border: 1px solid rgba(156, 178, 193, 0.18);
  border-radius: 4px;
  padding: 24px;
  background: rgba(19, 28, 38, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 480px;
  width: 100%;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05), inset 0 1px 6px rgba(122, 152, 182, 0.06);
}

.success-pg .note-box .note-label {
  font-size: 14px;
  line-height: 1.15;
  color: #7A98B6;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.success-pg .note-box .note-text {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.success-pg .note-box .note-text a {
  color: #D8E0E8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.45s ease-in-out;
}

.success-pg .note-box .note-text a:hover {
  color: #7A98B6;
}

.not-found-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0d1117;
  padding: 96px 24px;
}

.not-found-page .err-wrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 96px;
}

.not-found-page .err-code {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.not-found-page .err-code .num {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: #7A98B6;
  letter-spacing: -2px;
  background: linear-gradient(0deg, #7A98B6 0%, #D8E0E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  box-shadow: none;
}

.not-found-page .err-code .label {
  font-size: 14px;
  line-height: 1.7;
  color: #9CB2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.not-found-page .err-divider {
  width: 1px;
  height: 120px;
  background: linear-gradient(0deg, transparent 0%, #7A98B6 50%, transparent 100%);
  flex: 0 0 auto;
  box-shadow: -1px 3px 3px 1px rgba(122, 152, 182, 0.05);
}

.not-found-page .err-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.not-found-page .err-body .err-heading {
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
  color: #D8E0E8;
  margin: 0;
}

.not-found-page .err-body .err-heading .accent-word {
  color: #7A98B6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}

.not-found-page .err-body .err-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #9CB2C1;
  margin: 0;
}

.not-found-page .err-body .err-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.not-found-page .err-body .err-actions .btn-home {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #7A98B6 0%, #9CB2C1 100%);
  color: #0d1117;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-shadow: -1px 6px 20px 1px rgba(122, 152, 182, 0.11);
  transition: box-shadow 0.5s ease-in-out, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.not-found-page .err-body .err-actions .btn-home:hover {
  box-shadow: -1px 8px 36px 1px rgba(122, 152, 182, 0.22);
  transform: translateY(-2px);
}

.not-found-page .err-body .err-actions .btn-home:focus {
  outline: 2px solid #D8E0E8;
  outline-offset: 3px;
}

.not-found-page .err-body .err-actions .btn-contact {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #9CB2C1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #7A98B6;
  border-top: 2px solid #D8E0E8;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(216, 224, 232, 0.07);
  transition: background 0.55s ease-in-out, color 0.5s ease-in-out;
}

.not-found-page .err-body .err-actions .btn-contact:hover {
  background: rgba(122, 152, 182, 0.1);
  color: #D8E0E8;
}

.not-found-page .err-body .err-actions .btn-contact:focus {
  outline: 2px solid #D8E0E8;
  outline-offset: 3px;
}

.not-found-page .err-deco {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-top: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #7A98B6 40%, #9CB2C1 60%, transparent 100%);
  opacity: 0.3;
}

@media (max-width: 640px) {
  .not-found-page .err-wrap {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .not-found-page .err-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #7A98B6 50%, transparent 100%);
  }

  .not-found-page {
    padding: 48px 24px;
  }
}