html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}

*:focus {
  outline: 2px dashed #F77E00;
  outline-offset: 3px;
}

.top-bar {
  background: #02ADC4;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-bar-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.12s ease-out;
}

.top-bar-link:hover {
  color: #F77E00;
}

.top-bar-link svg {
  flex-shrink: 0;
}

.top-bar-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.35);
}

.site-header {
  background: #ffffff;
  border-bottom: 2px solid #F77E00;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  position: relative;
}

.header-plate {
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-pod {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}

.brand-mark {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px dashed #F77E00;
  padding: 4px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-tag {
  font-size: 14px;
  line-height: 1.1;
  color: #02ADC4;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.primary-nav a {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #1b1b1b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: color 0.18s ease-out, border-color 0.18s ease-out, background 0.22s ease-out;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.primary-nav a:hover {
  color: #F77E00;
  border-color: #F77E00;
  background: rgba(247, 126, 0, 0.05);
}

.primary-nav a.active {
  color: #F77E00;
  border-color: #F77E00;
}

.header-action {
  flex-shrink: 0;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  background: linear-gradient(135deg, #F77E00 0%, #FF1242 100%);
  border: none;
  min-height: 44px;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: box-shadow 0.14s ease-out, background 0.28s ease-out;
}

.contact-btn:hover {
  background: linear-gradient(200deg, #FF1242 0%, #F77E00 100%);
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  color: #ffffff;
}

.contact-btn svg {
  flex-shrink: 0;
}

.site-footer {
  background: #1b2a2e;
  border-top: 3px solid #02ADC4;
  box-shadow: 0 -6px 20px 0 rgba(2, 173, 196, 0.10);
  padding: 64px 32px 32px;
}

.footer-deck {
  max-width: 1024px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(2, 173, 196, 0.25);
}

.footer-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px;
}

.footer-logo-mark {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px dashed rgba(2, 173, 196, 0.7);
  padding: 4px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
}

.footer-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
  background: #fff;
}

.footer-brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.footer-slogan {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.footer-nav-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav-label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #02ADC4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.footer-nav-list a {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.12s ease-out;
}

.footer-nav-list a:hover {
  color: #F77E00;
}

.footer-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
}

.footer-contact-label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #02ADC4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact-link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.12s ease-out;
}

.footer-contact-link:hover {
  color: #F77E00;
}

.footer-bottom {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.footer-policy-link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.footer-policy-link:hover {
  color: #02ADC4;
}

.footer-cookie-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  transition: color 0.15s ease-out;
}

.footer-cookie-btn:hover {
  color: #02ADC4;
}

.cookie-card {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 2000;
  max-width: 340px;
  width: calc(100vw - 64px);
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid #F77E00;
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  padding: 32px;
  transform: translateX(calc(-100% - 64px));
  transition: transform 0.22s ease-out;
  display: none;
}

.cookie-card.visible {
  transform: translateX(0);
}

.cookie-desc {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #1b2a2e;
  margin: 0 0 16px 0;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-accept {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  background: linear-gradient(135deg, #F77E00 0%, #FF1242 100%);
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
  min-height: 44px;
  transition: box-shadow 0.14s ease-out, background 0.28s ease-out;
}

.cookie-accept:hover {
  background: linear-gradient(200deg, #FF1242 0%, #F77E00 100%);
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.cookie-decline {
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #1b2a2e;
  background: none;
  border: 2px solid rgba(27, 42, 46, 0.25);
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: border-color 0.12s ease-out, color 0.12s ease-out;
}

.cookie-decline:hover {
  border-color: #FF1242;
  color: #FF1242;
}

.legal-block {
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #111111;
}

.legal-block h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  margin-top: 0;
  color: #111111;
  padding-bottom: 16px;
  border-bottom: 3px solid #F77E00;
}

.legal-block h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #111111;
}

.legal-block h3 {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.legal-block h4 {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.legal-block h5 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-block h6 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #555555;
  letter-spacing: 0.04em;
}

.legal-block p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
  color: #222222;
}

.legal-block strong,
.legal-block b {
  font-weight: 700;
  color: #111111;
}

.legal-block em,
.legal-block i {
  font-style: italic;
  color: #333333;
}

.legal-block a {
  color: #F77E00;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.12s ease-out, text-decoration-color 0.12s ease-out;
}

.legal-block a:hover {
  color: #02ADC4;
  text-decoration-color: #02ADC4;
}

.legal-block a:visited {
  color: #c96200;
}

.legal-block ul,
.legal-block ol {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #222222;
}

.legal-block li {
  margin-bottom: 8px;
}

.legal-block li:last-child {
  margin-bottom: 0;
}

.legal-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

.legal-block thead {
  background-color: #F77E00;
}

.legal-block thead th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px;
  text-align: left;
  border: none;
}

.legal-block tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.1s ease-out;
}

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

.legal-block tbody tr:nth-child(even) {
  background-color: #fdf6ee;
}

.legal-block tbody tr:hover {
  background-color: #fff3e0;
}

.legal-block th,
.legal-block td {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  vertical-align: top;
}

.legal-block td {
  border: none;
}

.legal-block div {
  font-size: 17px;
  line-height: 1.6;
}

.legal-block blockquote {
  margin: 32px 0;
  padding: 16px 32px;
  background-color: #fff8f0;
  border-top: 3px solid #F77E00;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.legal-block blockquote p:last-child {
  margin-bottom: 0;
}

.legal-block hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 64px 0;
}

.legal-block code {
  font-size: 14px;
  background-color: #f4f4f4;
  color: #FF1242;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.legal-block pre {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 32px;
  overflow-x: auto;
  margin: 32px 0;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
}

.legal-block pre code {
  background: none;
  border: none;
  padding: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .legal-block {
    padding: 32px 16px;
  }

  .legal-block h1 {
    font-size: 28px;
  }

  .legal-block h2 {
    font-size: 21px;
    margin-top: 32px;
  }

  .legal-block h3 {
    font-size: 17px;
    margin-top: 32px;
  }

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

.mcd {
  max-width: 100%;
  overflow-x: hidden;
}

.mcd .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.mcd .reveal-up {
  animation: revealUp 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mcd .reveal-up:nth-child(2) {
  animation-delay: 0.12s;
}

.mcd .reveal-up:nth-child(3) {
  animation-delay: 0.22s;
}

.mcd .reveal-up:nth-child(4) {
  animation-delay: 0.32s;
}

.mcd .tb {
  position: relative;
  padding: 96px 0 64px;
  background: linear-gradient(135deg, #fff8f0 0%, #e8f9fb 60%, #fff0f4 100%);
  background-size: 400% 400%;
  animation: gradShift 9s ease-in-out infinite alternate;
}

@keyframes gradShift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.mcd .tb-depth {
  position: absolute;
  top: -16px;
  left: 32px;
  font-size: 200px;
  font-weight: 900;
  line-height: 1.1;
  color: rgba(247, 126, 0, 0.06);
  pointer-events: none;
  user-select: none;
  letter-spacing: -8px;
  overflow: hidden;
}

.mcd .tb-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start;
}

.mcd .tb-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.mcd .tb-badge {
  display: inline-block;
  padding: 4px 16px;
  background: #F77E00;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mcd .tb-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mcd .tb-meta-label {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mcd .tb-meta-val {
  font-size: 17px;
  line-height: 1.6;
  color: #1b1b1b;
  font-weight: 600;
}

.mcd .tb-center {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mcd .tb-problem {
  font-size: 17px;
  line-height: 1.6;
  color: #02ADC4;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.mcd .tb-h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  background: linear-gradient(110deg, #02ADC4 0%, #F77E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mcd .tb-sub {
  font-size: 21px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0;
  max-width: 560px;
}

.mcd .tb-img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
}

.mcd .tb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mcd .tb-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(2, 173, 196, 0.55) 0%, transparent 70%);
}

.mcd .tb-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.mcd .tb-price-box {
  border: 2px dashed #F77E00;
  border-radius: 6px;
  padding: 16px;
  background: rgba(247, 126, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mcd .tb-price-label {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mcd .tb-price-val {
  font-size: 28px;
  line-height: 1.1;
  color: #F77E00;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mcd .tb-enroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #F77E00;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.18s ease-out, box-shadow 0.18s ease-out;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.mcd .tb-enroll-btn:hover {
  background: #d96a00;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.mcd .tb-enroll-btn:focus {
  outline: 3px solid #02ADC4;
  outline-offset: 2px;
}

.mcd .tb-enroll-btn .btn-arrow {
  display: inline-block;
  transition: transform 0.12s ease-out;
}

.mcd .tb-enroll-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.mcd .tb-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mcd .tb-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.mcd .stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #02ADC4;
  flex-shrink: 0;
}

.mcd .div-double {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mcd .div-double .dl1 {
  height: 2px;
  background: #F77E00;
  border-radius: 4px;
}

.mcd .div-double .dl2 {
  height: 2px;
  background: #02ADC4;
  border-radius: 4px;
}

.mcd .detail-sec {
  padding: 64px 0;
  background: #fff;
}

.mcd .detail-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start;
}

.mcd .prog-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mcd .prog-label {
  font-size: 14px;
  line-height: 1.6;
  color: #F77E00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.mcd .prog-box {
  border: 2px dashed #02ADC4;
  border-radius: 6px;
  padding: 16px;
  background: rgba(2, 173, 196, 0.03);
}

.mcd .prog-box h2 {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #1b1b1b;
  font-weight: 700;
}

.mcd .prog-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 8px;
}

.mcd .prog-box ul,
.mcd .prog-box ol {
  padding-left: 16px;
  margin: 0 0 8px;
}

.mcd .prog-box li {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 4px;
}

.mcd .prog-box dl {
  margin: 0;
}

.mcd .prog-box dt {
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.6;
}

.mcd .prog-box dd {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 8px 16px;
}

.mcd .prog-box details {
  margin-bottom: 8px;
}

.mcd .prog-box summary {
  font-size: 14px;
  font-weight: 700;
  color: #02ADC4;
  cursor: pointer;
  line-height: 1.6;
  transition: color 0.12s ease-out;
}

.mcd .prog-box summary:hover {
  color: #F77E00;
}

.mcd .desc-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mcd .desc-heading {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  background: linear-gradient(110deg, #F77E00 0%, #02ADC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mcd .desc-body {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
}

.mcd .desc-body p {
  margin: 0 0 16px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.mcd .desc-body p:last-child {
  margin-bottom: 0;
}

.mcd .desc-body h2 {
  font-size: 21px;
  line-height: 1.1;
  color: #1b1b1b;
  margin: 16px 0 8px;
  letter-spacing: -0.01em;
}

.mcd .desc-body ul {
  padding-left: 16px;
  margin: 0 0 16px;
}

.mcd .desc-body li {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.mcd .desc-body blockquote {
  border-left: 4px solid #F77E00;
  border-top: 1px solid #F77E00;
  margin: 16px 0;
  padding: 16px;
  background: rgba(247, 126, 0, 0.04);
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}

.mcd .desc-body cite {
  font-size: 14px;
  color: #888;
  font-style: normal;
}

.mcd .desc-body abbr {
  text-decoration: underline dotted #02ADC4;
  cursor: help;
}

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

.mcd .side-card {
  position: relative;
  border-radius: 6px;
  padding: 16px;
  background: #fff;
  border: 1.5px solid #eee;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
  overflow: hidden;
}

.mcd .side-card::before {
  content: '';
  position: absolute;
  top: -18px;
  right: -18px;
  width: 56px;
  height: 56px;
  background: #F77E00;
  transform: rotate(45deg);
  opacity: 0.85;
}

.mcd .side-card::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  background: #FF1242;
  transform: rotate(45deg);
  opacity: 0.5;
}

.mcd .side-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.mcd .side-card-body {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.mcd .side-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #02ADC4;
  text-decoration: none;
  transition: color 0.1s ease-out, transform 0.12s ease-out;
}

.mcd .side-link:hover {
  color: #F77E00;
  transform: rotate(-2deg);
}

.mcd .side-link:focus {
  outline: 2px solid #F77E00;
  outline-offset: 2px;
  border-radius: 4px;
}

.mcd .num-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: numlist;
}

.mcd .num-list li {
  counter-increment: numlist;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  position: relative;
}

.mcd .num-list li::before {
  content: counter(numlist, decimal-leading-zero);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: rgba(247, 126, 0, 0.15);
  min-width: 32px;
  flex-shrink: 0;
  letter-spacing: -0.03em;
}

.mcd .cycle-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mcd .cycle-item {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1.5px solid #e8e8e8;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  background: #fff;
  animation: cycleHL 3s ease-in-out infinite;
}

.mcd .cycle-item:nth-child(1) {
  animation-delay: 0s;
}

.mcd .cycle-item:nth-child(2) {
  animation-delay: 1s;
}

.mcd .cycle-item:nth-child(3) {
  animation-delay: 2s;
}

@keyframes cycleHL {

  0%,
  30%,
  100% {
    background: #fff;
    border-color: #e8e8e8;
    color: #555;
  }

  10%,
  20% {
    background: rgba(247, 126, 0, 0.08);
    border-color: #F77E00;
    color: #1b1b1b;
  }
}

@media (max-width: 768px) {

  .mcd .tb-inner,
  .mcd .detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mcd .tb-h1 {
    font-size: 28px;
  }

  .mcd .tb-depth {
    font-size: 100px;
  }

  .mcd .tb {
    padding: 64px 0 32px;
  }

  .mcd .tb-img-wrap {
    max-width: 100%;
  }
}

.lp-prog {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.lp-prog .lp-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.lp-prog .grad-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #F77E00, #02ADC4, transparent);
  border: none;
  margin: 0;
}

.lp-prog .label-up {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02ADC4;
  margin-bottom: 16px;
}

.lp-prog .grad-text {
  background: linear-gradient(120deg, #02ADC4, #F77E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

::selection {
  background: #111;
  color: #fff;
}

.lp-prog a {
  transition: transform 0.12s ease-out, color 0.1s linear;
}

.lp-prog a:hover {
  transform: rotate(-2deg);
}

.lp-prog .btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(110deg, #F77E00, #FF1242);
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  transition: background 0.18s ease-out, box-shadow 0.14s linear;
}

.lp-prog .btn-arrow:hover {
  background: linear-gradient(200deg, #FF1242, #F77E00);
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  transform: none;
}

.lp-prog .btn-arrow svg {
  flex-shrink: 0;
  transition: transform 0.12s ease-out;
}

.lp-prog .btn-arrow:hover svg {
  transform: translateX(4px);
}

.lp-prog .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #02ADC4;
  background: transparent;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #02ADC4;
  cursor: pointer;
  transition: background 0.15s ease-out, color 0.12s linear;
}

.lp-prog .btn-sec:hover {
  background: #02ADC4;
  color: #fff;
  transform: none;
}

.lp-prog .flicker-bg {
  animation: accentFlicker 6s ease-in-out infinite;
}

@keyframes accentFlicker {

  0%,
  100% {
    opacity: 1;
  }

  30% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0.85;
  }

  85% {
    opacity: 1;
  }
}

.lp-prog .num-large {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  color: #F77E00;
  opacity: 0.13;
  position: absolute;
  top: -16px;
  left: -8px;
  pointer-events: none;
  user-select: none;
}

.lp-prog .hanging-p {
  font-size: 17px;
  line-height: 1.6;
  color: #222;
  text-indent: -24px;
  padding-left: 24px;
  margin-bottom: 16px;
}

.lp-prog .hanging-p:last-child {
  margin-bottom: 0;
}

.lp-prog .divider-accent {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #02ADC4 40%, transparent);
  margin: 0;
}

.lp-prog .title-blk {
  padding: 64px 0 0;
  position: relative;
}

.lp-prog .title-blk .tb-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

.lp-prog .title-blk .tb-text {
  padding-top: 32px;
  position: relative;
}

.lp-prog .title-blk .quote-anchor {
  font-size: 70px;
  line-height: 1.1;
  color: #F77E00;
  opacity: 0.12;
  position: absolute;
  top: 0;
  left: -16px;
  pointer-events: none;
  user-select: none;
  font-weight: 900;
}

.lp-prog .title-blk h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 16px;
  margin-top: 0;
}

.lp-prog .title-blk .tb-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 32px;
  max-width: 480px;
}

.lp-prog .title-blk .tb-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.lp-prog .title-blk .tb-img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.lp-prog .title-blk .tb-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
}

.lp-prog .title-blk .tb-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(2, 173, 196, 0.08) 0%, rgba(0, 0, 0, 0.38) 100%);
  border-radius: 6px;
  pointer-events: none;
}

.lp-prog .title-blk .tb-stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #eee;
}

.lp-prog .title-blk .tb-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-prog .title-blk .tb-stat-val {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: #F77E00;
}

.lp-prog .title-blk .tb-stat-lbl {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.lp-prog .title-blk .tb-bottom-strip {
  margin-top: 32px;
  padding: 16px 0;
}

.lp-prog .scope-blk {
  padding: 64px 0;
  background: #F8FEFF;
}

.lp-prog .scope-blk .sb-grid {
  display: grid;
  grid-template-columns: 200px 1fr 160px 1fr;
  gap: 32px;
  align-items: start;
}

.lp-prog .scope-blk .sb-label-col {
  padding-top: 8px;
}

.lp-prog .scope-blk .sb-label-col .col-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #02ADC4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.lp-prog .scope-blk .sb-text-col h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  margin-top: 0;
  color: #111;
}

.lp-prog .scope-blk .sb-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
}

.lp-prog .scope-blk .sb-icon-col .ico-box {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, #F77E00, #FF1242);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.lp-prog .scope-blk .sb-second-col h3 {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  margin-top: 0;
  color: #111;
}

.lp-prog .scope-blk .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-prog .scope-blk .item-list li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

.lp-prog .scope-blk .item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 3px;
  background: #F77E00;
  border-radius: 4px;
}

.lp-prog .scope-blk .item-num {
  font-size: 14px;
  font-weight: 700;
  color: #F77E00;
  margin-top: 4px;
}

.lp-prog .method-blk {
  background: #111;
  padding: 64px 0;
  position: relative;
}

.lp-prog .method-blk .mb-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
}

.lp-prog .method-blk .mb-head h2 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  max-width: 560px;
}

.lp-prog .method-blk .mb-head-right {
  max-width: 320px;
  padding-top: 8px;
}

.lp-prog .method-blk .mb-head-right p {
  font-size: 17px;
  line-height: 1.6;
  color: #aaa;
  margin: 0;
}

.lp-prog .method-blk .mb-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lp-prog .method-blk .step-card {
  background: #1a2020;
  border-radius: 6px;
  padding: 32px 16px;
  border-top: 3px solid #F77E00;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: border-color 0.14s ease-out, box-shadow 0.18s ease-out;
}

.lp-prog .method-blk .step-card:nth-child(2) {
  border-top-color: #02ADC4;
}

.lp-prog .method-blk .step-card:nth-child(3) {
  border-top-color: #FF1242;
}

.lp-prog .method-blk .step-card:nth-child(4) {
  border-top-color: #F77E00;
}

.lp-prog .method-blk .step-card:hover {
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  border-top-color: #F77E00;
}

.lp-prog .method-blk .step-num {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;
  color: #F77E00;
  opacity: 0.18;
  margin-bottom: 8px;
}

.lp-prog .method-blk .step-card:nth-child(2) .step-num {
  color: #02ADC4;
}

.lp-prog .method-blk .step-card:nth-child(3) .step-num {
  color: #FF1242;
}

.lp-prog .method-blk .step-h {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}

.lp-prog .method-blk .step-p {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  margin: 0;
}

.lp-prog .method-blk .mb-img-row {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: center;
}

.lp-prog .method-blk .mb-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.lp-prog .method-blk .mb-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lp-prog .method-blk .mb-quote-zone {
  position: relative;
  padding: 32px;
  background: #1a2020;
  border-radius: 6px;
  border-left: 4px solid #02ADC4;
  border-top: 1px solid #222;
}

.lp-prog .method-blk .mb-quote-mark {
  font-size: 70px;
  line-height: 1.1;
  color: #02ADC4;
  opacity: 0.15;
  position: absolute;
  top: 8px;
  left: 16px;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
}

.lp-prog .method-blk .mb-quote-text {
  font-size: 17px;
  line-height: 1.6;
  color: #ccc;
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
}

.lp-prog .method-blk .mb-quote-attr {
  font-size: 14px;
  color: #02ADC4;
  font-weight: 700;
}

.lp-prog .team-blk {
  padding: 64px 0;
  background: #fff;
}

.lp-prog .team-blk .tm-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

.lp-prog .team-blk .tm-top h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #111;
  margin: 0 0 16px;
}

.lp-prog .team-blk .tm-top-right {
  padding-top: 4px;
}

.lp-prog .team-blk .tm-metrics {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.lp-prog .team-blk .tm-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-prog .team-blk .tm-metric-val {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: #FF1242;
}

.lp-prog .team-blk .tm-metric-lbl {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.lp-prog .team-blk .tm-profiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.lp-prog .team-blk .profile-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
  padding: 32px;
  border-radius: 6px;
  background: #F8FEFF;
  border: 1px solid #e0f5f8;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
  transition: box-shadow 0.18s ease-out;
}

.lp-prog .team-blk .profile-card:hover {
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.lp-prog .team-blk .portrait-wrap {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 7/9;
}

.lp-prog .team-blk .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lp-prog .team-blk .profile-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-prog .team-blk .profile-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #111;
}

.lp-prog .team-blk .profile-role {
  font-size: 14px;
  color: #02ADC4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lp-prog .team-blk .profile-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.lp-prog .team-blk .tm-bottom-row {
  margin-top: 64px;
  padding: 32px;
  background: linear-gradient(110deg, #FFF5EC, #E8FBFD);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.lp-prog .team-blk .tm-bottom-text h3 {
  font-size: 21px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 8px;
}

.lp-prog .team-blk .tm-bottom-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0;
  max-width: 520px;
}

@media (max-width: 800px) {
  .lp-prog .title-blk .tb-grid {
    grid-template-columns: 1fr;
  }

  .lp-prog .title-blk .tb-img-wrap {
    order: -1;
  }

  .lp-prog .scope-blk .sb-grid {
    grid-template-columns: 1fr;
  }

  .lp-prog .scope-blk .sb-label-col .col-tag {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .lp-prog .method-blk .mb-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-prog .method-blk .mb-img-row {
    grid-template-columns: 1fr;
  }

  .lp-prog .method-blk .mb-head {
    flex-direction: column;
  }

  .lp-prog .team-blk .tm-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lp-prog .team-blk .tm-profiles {
    grid-template-columns: 1fr;
  }

  .lp-prog .team-blk .profile-card {
    grid-template-columns: 100px 1fr;
  }

  .lp-prog .title-blk .tb-stat-row {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .lp-prog .lp-inner {
    padding: 0 16px;
  }

  .lp-prog .title-blk h1 {
    font-size: 28px;
  }

  .lp-prog .method-blk .mb-head h2 {
    font-size: 28px;
  }

  .lp-prog .method-blk .mb-steps {
    grid-template-columns: 1fr;
  }

  .lp-prog .team-blk .profile-card {
    grid-template-columns: 1fr;
  }
}

.mstr {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  overflow: hidden;
}

.mstr .flip-load {
  animation: flipIn 0.45s ease-out both;
}

@keyframes flipIn {
  from {
    transform: rotateX(90deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.mstr .pg-band {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 0 8px;
  border-bottom: 2px solid #F77E00;
  margin-bottom: 64px;
}

.mstr .pg-band .band-label {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mstr .band-line {
  flex: 1;
  height: 1px;
  background: #F77E00;
  opacity: 0.3;
}

.mstr .band-word {
  font-size: 14px;
  color: #F77E00;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mstr .title-blk {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start;
  padding: 64px 0 64px;
  position: relative;
}

.mstr .title-blk::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #F77E00, #02ADC4);
  border-radius: 4px;
}

.mstr .title-text {
  padding-left: 32px;
}

.mstr .title-tag {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #02ADC4;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}

.mstr .title-h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  background: linear-gradient(120deg, #02ADC4, #F77E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mstr .title-sub {
  font-size: 21px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 32px;
}

.mstr .title-para {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.mstr .title-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #F77E00;
  text-decoration: none;
  border-bottom: 2px solid #F77E00;
  padding-bottom: 4px;
  transition: color 0.12s ease-out, border-color 0.2s linear;
}

.mstr .title-cta:hover {
  color: #FF1242;
  border-color: #FF1242;
}

.mstr .title-cta svg {
  transition: transform 0.15s ease-out;
}

.mstr .title-cta:hover svg {
  transform: translateX(4px);
}

.mstr .title-img-card {
  position: relative;
  padding: 32px 16px 16px 16px;
  background: #f2f8fa;
  border-radius: 6px;
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.mstr .title-img-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(to top, #f2f8fa, transparent);
  border-radius: 0 0 6px 6px;
  pointer-events: none;
}

.mstr .img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 220px;
  transition: box-shadow 0.18s ease-out;
}

.mstr .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) hue-rotate(0deg) brightness(0.95);
  display: block;
}

.mstr .img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color 0.18s ease-out;
  z-index: 1;
  pointer-events: none;
}

.mstr .img-wrap:hover::before {
  border-color: #02ADC4;
}

.mstr .img-caption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}

.mstr .dashed-path {
  position: absolute;
  right: -16px;
  top: 32px;
  width: 60px;
  height: 180px;
  pointer-events: none;
}

.mstr .divider-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 64px 0;
}

.mstr .divider-txt::before,
.mstr .divider-txt::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.mstr .divider-word {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mstr .courses-hd {
  margin-bottom: 32px;
}

.mstr .courses-hd h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #02ADC4, #F77E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.mstr .courses-hd p {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.mstr .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}

.mstr .course-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  border: 1.5px solid #eee;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s ease-out, border-color 0.12s ease-out;
  animation: flipIn 0.45s ease-out both;
  position: relative;
  overflow: hidden;
}

.mstr .card-grid:hover .course-card:not(:hover) {
  opacity: 0.6;
  transition: opacity 0.18s ease-out;
}

.mstr .course-card:hover {
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  border-color: #F77E00;
}

.mstr .card-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.mstr .card-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f6f8 0%, #fef3e2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mstr .card-thumb-placeholder svg {
  opacity: 0.5;
}

.mstr .card-thumb-label {
  font-size: 14px;
  color: #02ADC4;
  letter-spacing: 0.06em;
}

.mstr .card-price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #F77E00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 36px;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.mstr .card-body {
  padding: 16px 16px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mstr .card-title {
  font-size: 21px;
  line-height: 1.1;
  color: #1a2a3a;
  letter-spacing: -0.01em;
  margin: 0;
}

.mstr .card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.mstr .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 16px 16px;
  border-top: 1px solid #f0f0f0;
}

.mstr .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #888;
}

.mstr .meta-item svg {
  flex-shrink: 0;
}

.mstr .card-footer {
  padding: 0 16px 16px;
  position: relative;
}

.mstr .card-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
  pointer-events: none;
  border-radius: 0 0 6px 6px;
}

.mstr .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #02ADC4;
  text-decoration: none;
  transition: color 0.12s ease-out, transform 0.15s ease-out;
}

.mstr .card-link:hover {
  color: #F77E00;
  transform: rotate(-1deg);
}

.mstr .card-link svg {
  transition: transform 0.12s ease-out;
}

.mstr .card-link:hover svg {
  transform: translateX(4px);
}

.mstr .divider-txt2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 64px 0;
}

.mstr .divider-txt2::before,
.mstr .divider-txt2::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #02ADC4, transparent);
}

.mstr .divider-word2 {
  font-size: 14px;
  color: #02ADC4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mstr .about-blk {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
  padding: 64px 0;
  background: radial-gradient(ellipse at 60% 40%, #e8f6f8 0%, #fff7ef 100%);
  border-radius: 6px;
  padding: 64px 32px;
  margin-bottom: 64px;
}

.mstr .about-stat-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mstr .stat-box {
  border-left: 4px solid #F77E00;
  border-bottom: 1.5px solid #eee;
  padding: 16px 16px 16px 16px;
  border-radius: 0 4px 4px 0;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: box-shadow 0.2s linear;
}

.mstr .stat-box:hover {
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.mstr .stat-num {
  font-size: 54px;
  line-height: 1.1;
  color: #F77E00;
  letter-spacing: -0.03em;
  display: block;
}

.mstr .stat-label {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.mstr .about-text-col h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #F77E00, #02ADC4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.mstr .about-text-col p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.mstr .infographic {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  border: 1.5px solid #e8f6f8;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
}

.mstr .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  text-align: center;
}

.mstr .info-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mstr .info-val {
  font-size: 21px;
  line-height: 1.1;
  color: #333;
  font-weight: 700;
}

.mstr .info-lbl {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.mstr .info-sep {
  width: 1px;
  background: #eee;
  align-self: stretch;
}

.mstr .divider-txt3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 64px 0;
}

.mstr .divider-txt3::before,
.mstr .divider-txt3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #F77E00, transparent);
}

.mstr .divider-txt3::after {
  background: linear-gradient(270deg, #F77E00, transparent);
}

.mstr .divider-word3 {
  font-size: 14px;
  color: #F77E00;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mstr .process-blk {
  padding: 64px 0;
  margin-bottom: 64px;
}

.mstr .process-blk h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #02ADC4, #F77E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
}

.mstr .steps-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding-left: 64px;
}

.mstr .steps-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #F77E00, #02ADC4, #FF1242);
  border-radius: 4px;
}

.mstr .step-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  position: relative;
}

.mstr .step-num {
  position: absolute;
  left: -52px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 36px;
  background: #F77E00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.mstr .step-num.alt {
  background: #02ADC4;
}

.mstr .step-num.err {
  background: #FF1242;
}

.mstr .step-card {
  flex: 1;
  background: #fff;
  border: 1.5px solid #eee;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
  transition: border-color 0.12s ease-out, box-shadow 0.2s linear;
}

.mstr .step-card:hover {
  border-color: #02ADC4;
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.mstr .step-card h4 {
  font-size: 17px;
  line-height: 1.1;
  color: #222;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.mstr .step-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.mstr .step-aside {
  width: 200px;
  flex-shrink: 0;
}

.mstr .step-aside-box {
  background: linear-gradient(135deg, #e8f6f8, #fff7ef);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  border: 1px solid #e0eef2;
}

.mstr .step-aside-box strong {
  color: #F77E00;
  display: block;
  margin-bottom: 4px;
}

.mstr .divider-txt4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 64px 0;
}

.mstr .divider-txt4::before,
.mstr .divider-txt4::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background: #eee;
}

.mstr .divider-word4 {
  font-size: 14px;
  color: #FF1242;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mstr .feedback-blk {
  padding: 64px 32px;
  background: radial-gradient(ellipse at 30% 60%, #fff7ef 0%, #e8f6f8 100%);
  border-radius: 6px;
  margin-bottom: 64px;
}

.mstr .feedback-blk h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #F77E00, #FF1242);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.mstr .feedback-blk .fb-sub {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 32px;
}

.mstr .review-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.mstr .review-card {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  border: 1.5px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.18s ease-out;
}

.mstr .review-card:hover {
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.mstr .review-quote {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

.mstr .review-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.mstr .author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.mstr .author-name {
  font-size: 14px;
  color: #444;
  font-weight: 700;
}

.mstr .author-role {
  font-size: 14px;
  color: #aaa;
}

.mstr .contact-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background: #222;
  border-radius: 6px;
  margin-bottom: 64px;
  gap: 32px;
}

.mstr .contact-strip h3 {
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}

.mstr .contact-strip p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
}

.mstr .strip-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #F77E00;
  text-decoration: none;
  border: 2px solid #F77E00;
  padding: 8px 32px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.18s linear, color 0.12s ease-out;
  flex-shrink: 0;
}

.mstr .strip-link:hover {
  background: #F77E00;
  color: #fff;
}

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

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

  .mstr .about-blk {
    grid-template-columns: 1fr;
  }

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

  .mstr .contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .mstr .step-aside {
    display: none;
  }

  .mstr .step-row {
    flex-direction: column;
  }
}

.ctus-pg {
  max-width: 100%;
  overflow-x: hidden;
}

.ctus-pg .pg-bound {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.ctus-pg .band-dark {
  background: #111318;
  padding: 32px 0;
  position: relative;
}

.ctus-pg .band-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 126, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 126, 0, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.ctus-pg .band-dark .spot-drift {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 173, 196, 0.09) 0%, transparent 70%);
  top: -60px;
  right: -40px;
  animation: spotmove 18s ease-in-out infinite alternate;
  pointer-events: none;
}

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

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

.ctus-pg .hband-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 1;
}

.ctus-pg .hband-text {
  flex: 1;
}

.ctus-pg .hband-label {
  font-size: 14px;
  color: #02ADC4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.ctus-pg .hband-h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f0ede8;
  margin: 0 0 16px 0;
  background: linear-gradient(135deg, #e8ddd0 0%, #b8cfd4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ctus-pg .hband-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #8a9099;
  margin: 0;
  max-width: 480px;
}

.ctus-pg .hband-img-col {
  flex-shrink: 0;
  width: 260px;
}

.ctus-pg .hband-img-frame {
  width: 260px;
  height: 180px;
  overflow: hidden;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
  border-radius: 4px;
}

.ctus-pg .hband-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.2) brightness(0.85);
  display: block;
}

.ctus-pg .form-strip {
  background: #fff;
  padding: 64px 0;
  position: relative;
}

.ctus-pg .form-strip::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  height: 28px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  z-index: 2;
}

.ctus-pg .form-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  align-items: start;
}

.ctus-pg .form-col {}

.ctus-pg .form-eyebrow {
  font-size: 14px;
  color: #F77E00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
}

.ctus-pg .form-heading {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 8px 0;
  background: linear-gradient(110deg, #02ADC4 0%, #F77E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ctus-pg .form-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3d44;
  margin: 0 0 32px 0;
}

.ctus-pg .cf-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ctus-pg .field-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ctus-pg .field-label {
  font-size: 14px;
  color: #444850;
  letter-spacing: 0.04em;
}

.ctus-pg .field-input {
  border: 2px solid #d8dce4;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 17px;
  color: #1a2030;
  background: #f7f8fa;
  outline: none;
  transition: border-color 0.12s ease-out, box-shadow 0.18s ease-out;
  width: 100%;
  box-sizing: border-box;
}

.ctus-pg .field-input::placeholder {
  color: #aab0bc;
}

.ctus-pg .field-input:focus {
  border-color: #02ADC4;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
}

.ctus-pg .radio-group-label {
  font-size: 14px;
  color: #444850;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  display: block;
}

.ctus-pg .radio-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.ctus-pg .radio-opt {
  position: relative;
}

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

.ctus-pg .radio-opt label {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #d8dce4;
  border-radius: 36px;
  font-size: 14px;
  color: #3a3d44;
  cursor: pointer;
  transition: border-color 0.1s linear, background 0.1s linear, color 0.1s linear;
  user-select: none;
}

.ctus-pg .radio-opt input[type="radio"]:focus+label {
  outline: 2px solid #F77E00;
  outline-offset: 2px;
}

.ctus-pg .radio-opt input[type="radio"]:checked+label {
  border-color: #F77E00;
  background: #F77E00;
  color: #fff;
}

.ctus-pg .radio-opt label:hover {
  border-color: #F77E00;
  color: #F77E00;
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.ctus-pg .privacy-row input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #F77E00;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.ctus-pg .privacy-text {
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
}

.ctus-pg .privacy-text a {
  color: #02ADC4;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.1s ease-out;
}

.ctus-pg .privacy-text a:hover {
  color: #F77E00;
}

.ctus-pg .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #F77E00;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.14s ease-out, box-shadow 0.2s ease-out;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  align-self: flex-start;
  margin-top: 8px;
}

.ctus-pg .submit-btn:hover {
  background: #d96b00;
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
}

.ctus-pg .submit-btn:focus {
  outline: 2px solid #02ADC4;
  outline-offset: 3px;
}

.ctus-pg .submit-btn:active {
  background: #bf5f00;
}

.ctus-pg .btn-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.ctus-pg .info-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px;
}

.ctus-pg .info-block {
  border-left: 3px solid #02ADC4;
  border-top: 1px solid rgba(2, 173, 196, 0.18);
  border-radius: 4px;
  padding: 16px 16px 16px 20px;
  background: #f4fbfc;
  box-shadow: 0 3px 5px 0 rgba(2, 173, 196, 0.05);
}

.ctus-pg .info-block-label {
  font-size: 14px;
  color: #02ADC4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
}

.ctus-pg .info-block-val {
  font-size: 17px;
  line-height: 1.6;
  color: #1a2030;
  margin: 0;
}

.ctus-pg .info-block-val a {
  color: #1a2030;
  text-decoration: none;
  transition: color 0.12s ease-out;
}

.ctus-pg .info-block-val a:hover {
  color: #F77E00;
}

.ctus-pg .process-strip {
  background: #f4f6f8;
  padding: 64px 0 64px;
  position: relative;
  z-index: 1;
}

.ctus-pg .process-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 32px;
}

.ctus-pg .process-hed {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 8px 0;
  background: linear-gradient(110deg, #F77E00 0%, #02ADC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ctus-pg .process-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3d44;
  margin: 0;
  max-width: 420px;
}

.ctus-pg .process-img-wrap {
  width: 220px;
  flex-shrink: 0;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

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

.ctus-pg .steps-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
}

.ctus-pg .step-item {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 24px 20px 20px;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
}

.ctus-pg .step-item+.step-item {
  margin-left: 0;
}

.ctus-pg .steps-row .step-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.ctus-pg .step-num {
  font-size: 54px;
  line-height: 1.1;
  color: rgba(247, 126, 0, 0.10);
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 12px;
  letter-spacing: -0.03em;
  pointer-events: none;
  user-select: none;
}

.ctus-pg .step-hed {
  font-size: 17px;
  line-height: 1.1;
  color: #1a2030;
  margin: 0 0 8px 0;
}

.ctus-pg .step-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  margin: 0;
}

.ctus-pg .step-icon-wrap {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  position: relative;
}

.ctus-pg .step-icon-wrap svg {
  width: 32px;
  height: 32px;
}

.ctus-pg .icon-outline-anim {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: traceout 1.8s ease-out 0.4s forwards;
}

@keyframes traceout {
  to {
    stroke-dashoffset: 0;
  }
}

.ctus-pg .arrow-svg {
  width: 24px;
  height: 24px;
  opacity: 0.35;
}

.ctus-pg .load-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: revealup 0.45s ease-out forwards;
}

.ctus-pg .load-reveal:nth-child(1) {
  animation-delay: 0.05s;
}

.ctus-pg .load-reveal:nth-child(2) {
  animation-delay: 0.15s;
}

.ctus-pg .load-reveal:nth-child(3) {
  animation-delay: 0.25s;
}

.ctus-pg .load-reveal:nth-child(4) {
  animation-delay: 0.35s;
}

@keyframes revealup {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ctus-pg .hanging-p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

@media (max-width: 768px) {
  .ctus-pg .hband-row {
    flex-direction: column;
    gap: 32px;
  }

  .ctus-pg .hband-img-col {
    width: 100%;
  }

  .ctus-pg .hband-img-frame {
    width: 100%;
    height: 160px;
  }

  .ctus-pg .hband-h1 {
    font-size: 28px;
  }

  .ctus-pg .form-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ctus-pg .process-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctus-pg .process-img-wrap {
    width: 100%;
    height: 140px;
  }

  .ctus-pg .steps-row {
    flex-direction: column;
    gap: 16px;
  }

  .ctus-pg .steps-row .step-arrow {
    display: none;
  }
}

.prm {
  max-width: 100%;
  overflow-x: hidden;
}

.prm .pg-bound {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.prm .grad-text {
  background: linear-gradient(110deg, #02ADC4 0%, #F77E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prm .arr-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}

.prm .arr-divider span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #F77E00;
  border-bottom: 2px solid #F77E00;
  transform: rotate(-45deg);
  opacity: 0.5;
}

.prm .arr-divider span:nth-child(2) {
  opacity: 0.35;
}

.prm .arr-divider span:nth-child(3) {
  opacity: 0.2;
}

.prm .t-block {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
  background-image: 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%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  border-right: 3px solid #F77E00;
}

.prm .t-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 30% 50%, rgba(247, 126, 0, 0.05) 0%, rgba(2, 173, 196, 0.03) 60%, transparent 100%);
  pointer-events: none;
}

.prm .t-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: center;
}

.prm .t-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #02ADC4;
  border-bottom: 2px solid #02ADC4;
  padding-bottom: 4px;
  margin-bottom: 16px;
  animation: fadeUp 0.4s ease-out both;
}

.prm .t-h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 16px;
  animation: fadeUp 0.45s ease-out 0.1s both;
}

.prm .t-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  max-width: 480px;
  animation: fadeUp 0.5s ease-out 0.2s both;
}

.prm .t-img-col {
  animation: fadeUp 0.55s ease-out 0.3s both;
}

.prm .t-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
  filter: saturate(0.6) contrast(1.05);
  transition: filter 0.25s ease-out;
}

.prm .t-img-wrap:hover {
  filter: saturate(0.85) contrast(1.05);
}

.prm .t-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prm .scope-sec {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(160deg, rgba(255, 18, 66, 0.04) 0%, rgba(255, 255, 255, 1) 55%, rgba(2, 173, 196, 0.04) 100%);
  border-right: 3px solid #02ADC4;
}

.prm .scope-head {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 8px;
}

.prm .scope-sub {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 32px;
  max-width: 540px;
}

.prm .scope-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.prm .scope-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.prm .scope-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.55);
  transition: filter 0.22s ease-out;
}

.prm .scope-img-wrap:hover img {
  filter: saturate(0.85);
}

.prm .scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prm .scope-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  animation: fadeUp 0.4s ease-out both;
}

.prm .scope-list li:nth-child(1) {
  animation-delay: 0.08s;
}

.prm .scope-list li:nth-child(2) {
  animation-delay: 0.16s;
}

.prm .scope-list li:nth-child(3) {
  animation-delay: 0.24s;
}

.prm .scope-list li:nth-child(4) {
  animation-delay: 0.32s;
}

.prm .sc-num {
  font-size: 28px;
  line-height: 1.1;
  color: rgba(255, 18, 66, 0.15);
  font-weight: 700;
  flex-shrink: 0;
  width: 36px;
}

.prm .sc-text {
  font-size: 17px;
  line-height: 1.6;
  color: #222;
}

.prm .sc-text strong {
  color: #FF1242;
  font-weight: 600;
}

.prm .appr-sec {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
  border-right: 3px solid #F77E00;
}

.prm .appr-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 32px;
}

.prm .appr-h {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 16px;
}

.prm .appr-p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  text-indent: -18px;
  padding-left: 18px;
}

.prm .appr-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05), 0 8px 52px 0 rgba(247, 126, 0, 0.11);
}

.prm .appr-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6);
  transition: filter 0.28s ease-out;
}

.prm .appr-img-wrap:hover img {
  filter: saturate(0.9);
}

.prm .appr-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.prm .metric-card {
  background: linear-gradient(155deg, rgba(247, 126, 0, 0.06) 0%, rgba(2, 173, 196, 0.04) 100%);
  border: 1px solid rgba(247, 126, 0, 0.2);
  border-radius: 6px;
  padding: 16px;
  transition: border-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

.prm .metric-card:hover {
  border-color: #F77E00;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.prm .metric-val {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #F77E00;
  display: block;
  margin-bottom: 4px;
}

.prm .metric-lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.prm .ctx-sec {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(170deg, rgba(2, 173, 196, 0.06) 0%, rgba(255, 255, 255, 1) 60%, rgba(247, 126, 0, 0.04) 100%);
  border-right: 3px solid #02ADC4;
}

.prm .ctx-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
}

.prm .ctx-portrait-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(2, 173, 196, 0.10);
}

.prm .ctx-portrait-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.65);
  transition: filter 0.2s ease-out;
}

.prm .ctx-portrait-wrap:hover img {
  filter: saturate(0.9);
}

.prm .ctx-portrait-cap {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-top: 8px;
  text-align: center;
}

.prm .ctx-h {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 16px;
}

.prm .ctx-p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
  text-indent: -18px;
  padding-left: 18px;
}

.prm .ctx-p a {
  color: #02ADC4;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.12s linear, transform 0.12s ease-out;
  display: inline-block;
}

.prm .ctx-p a:hover {
  color: #F77E00;
  transform: rotate(-2deg);
}

.prm .ctx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.prm .ctx-tag {
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 16px;
  border-radius: 4px;
  background: rgba(2, 173, 196, 0.08);
  border: 1px solid rgba(2, 173, 196, 0.25);
  color: #02ADC4;
  transition: background 0.15s ease-out, border-color 0.15s ease-out;
}

.prm .ctx-tag:hover {
  background: rgba(2, 173, 196, 0.18);
  border-color: #02ADC4;
}

.prm .pattern-sec {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
  border-right: 3px solid #FF1242;
}

.prm .pattern-h {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 8px;
}

.prm .pattern-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  max-width: 560px;
  margin-bottom: 32px;
}

.prm .donut-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: center;
}

.prm .donut-fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.prm .donut-svg-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}

.prm .donut-svg-wrap svg {
  width: 180px;
  height: 180px;
  transform: rotate(-90deg);
}

.prm .donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.prm .donut-num {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  display: block;
}

.prm .donut-unit {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.prm .donut-legend {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prm .leg-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.prm .leg-dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  flex-shrink: 0;
}

.prm .pattern-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prm .pat-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 6px;
  background: linear-gradient(120deg, rgba(255, 18, 66, 0.03) 0%, rgba(247, 126, 0, 0.04) 100%);
  border: 1px solid rgba(255, 18, 66, 0.1);
  transition: border-color 0.15s ease-out;
}

.prm .pat-item:hover {
  border-color: rgba(255, 18, 66, 0.3);
}

.prm .pat-num {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
  color: rgba(255, 18, 66, 0.18);
  flex-shrink: 0;
  width: 28px;
}

.prm .pat-body {
  flex: 1;
}

.prm .pat-title {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.prm .pat-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.prm .out-sec {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(145deg, rgba(247, 126, 0, 0.05) 0%, rgba(255, 255, 255, 1) 50%, rgba(2, 173, 196, 0.05) 100%);
  border-right: 3px solid #F77E00;
}

.prm .out-h {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #111;
  margin-bottom: 8px;
}

.prm .out-intro {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  max-width: 600px;
  margin-bottom: 32px;
}

.prm .out-img-strip {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.prm .out-img-strip img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.55);
  transition: filter 0.3s ease-out;
}

.prm .out-img-strip:hover img {
  filter: saturate(0.85);
}

.prm .out-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.prm .out-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prm .out-col-head {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 600;
  color: #F77E00;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(247, 126, 0, 0.2);
}

.prm .out-col-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.prm .disc-wrap {
  margin-top: 32px;
  border: 1px solid rgba(2, 173, 196, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.prm .disc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  background: rgba(2, 173, 196, 0.05);
  user-select: none;
  transition: background 0.12s ease-out;
}

.prm .disc-toggle:hover {
  background: rgba(2, 173, 196, 0.1);
}

.prm .disc-toggle-label {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 600;
  color: #02ADC4;
}

.prm .disc-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.prm .disc-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease-out, padding 0.2s ease-out;
}

.prm .disc-body.open {
  max-height: 600px;
  padding: 16px;
}

.prm .disc-p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

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

.prm .disc-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding-left: 16px;
  border-left: 2px solid #F77E00;
}

.prm .mask-reveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.prm .mask-reveal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
  transition: opacity 0.35s ease-out;
  pointer-events: none;
}

.prm .mask-reveal:hover::after {
  opacity: 0;
}

@media (max-width: 768px) {
  .prm .t-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .t-h1 {
    font-size: 28px;
  }

  .prm .scope-cols {
    grid-template-columns: 1fr;
  }

  .prm .appr-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .appr-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .prm .ctx-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .donut-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .out-cols {
    grid-template-columns: 1fr;
  }
}

.abt-us {
  max-width: 100%;
  overflow-x: hidden;
}

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

.abt-us .divider-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
}

.abt-us .divider-cross::before,
.abt-us .divider-cross::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background: #F77E00;
}

.abt-us .divider-cross .cross-mark {
  width: 10px;
  height: 10px;
  position: relative;
  flex-shrink: 0;
}

.abt-us .divider-cross .cross-mark::before,
.abt-us .divider-cross .cross-mark::after {
  content: "";
  position: absolute;
  background: #02ADC4;
}

.abt-us .divider-cross .cross-mark::before {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}

.abt-us .divider-cross .cross-mark::after {
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px;
}

.abt-us .grad-text {
  background: linear-gradient(112deg, #02ADC4 0%, #F77E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.abt-us .corner-bracket {
  position: relative;
}

.abt-us .corner-bracket::before,
.abt-us .corner-bracket::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.abt-us .corner-bracket::before {
  top: -4px;
  left: -4px;
  border-top: 3px solid #F77E00;
  border-left: 3px solid #F77E00;
}

.abt-us .corner-bracket::after {
  bottom: -4px;
  right: -4px;
  border-bottom: 3px solid #02ADC4;
  border-right: 3px solid #02ADC4;
}

.abt-us .img-wrap {
  overflow: hidden;
  border-radius: 6px;
}

.abt-us .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease-out;
}

.abt-us .img-wrap:hover img {
  transform: scale(1.05);
}

.abt-us .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F77E00;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: color 0.12s linear;
}

.abt-us .link-arrow:hover {
  color: #FF1242;
}

.abt-us .link-arrow .arr {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition: width 0.18s ease-out;
}

.abt-us .link-arrow .arr::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.abt-us .link-arrow:hover .arr {
  width: 26px;
}

.abt-us .inline-link {
  color: #02ADC4;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.13s ease-out, color 0.1s linear;
}

.abt-us .inline-link:hover {
  color: #F77E00;
  transform: rotate(-2deg);
}

.abt-us .title-band {
  padding: 64px 0 96px;
  background: #fff;
  position: relative;
}

.abt-us .title-band .pg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.abt-us .title-img-frame {
  position: relative;
  padding: 16px;
}

.abt-us .title-img-frame .frame-inner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.abt-us .title-img-frame .frame-inner img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  transition: transform 0.45s ease-out;
}

.abt-us .title-img-frame .frame-inner:hover img {
  transform: scale(1.04);
}

.abt-us .title-img-frame .vignette {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgba(247, 126, 0, 0.18) 0%, transparent 40%, transparent 60%, rgba(2, 173, 196, 0.22) 100%);
  pointer-events: none;
}

.abt-us .title-img-frame .shape-tri {
  position: absolute;
  bottom: -8px;
  left: -16px;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 48px solid rgba(247, 126, 0, 0.15);
  pointer-events: none;
}

.abt-us .title-img-frame .shape-dot {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  border-radius: 36px;
  background: rgba(2, 173, 196, 0.18);
  pointer-events: none;
}

.abt-us .title-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-us .title-text .eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02ADC4;
  font-weight: 700;
}

.abt-us .title-text h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111;
  margin: 0;
}

.abt-us .title-text .sub {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.abt-us .story-band {
  padding: 64px 0;
  background: linear-gradient(160deg, #f5fdfe 0%, #fffaf5 100%);
  position: relative;
}

.abt-us .story-band .pg-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.abt-us .story-row {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 64px;
  align-items: start;
}

.abt-us .story-row.rev {
  grid-template-columns: 4fr 5fr;
}

.abt-us .story-row.rev .story-img-col {
  order: -1;
}

.abt-us .story-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .story-text-col h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}

.abt-us .story-text-col p {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.abt-us .story-img-col .img-wrap {
  height: 280px;
}

.abt-us .story-img-col .img-wrap img {
  height: 280px;
}

.abt-us .story-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}

.abt-us .metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-top: 3px solid #F77E00;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
}

.abt-us .metric-item:hover {
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  transform: translateY(-2px);
}

.abt-us .metric-item .num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #F77E00;
}

.abt-us .metric-item .label {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.abt-us .story-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: story-cnt;
}

.abt-us .story-list li {
  counter-increment: story-cnt;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
}

.abt-us .story-list li::before {
  content: counter(story-cnt, decimal-leading-zero);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: rgba(2, 173, 196, 0.22);
  flex-shrink: 0;
  width: 40px;
}

.abt-us .team-band {
  padding: 64px 0;
  background: #fff;
}

.abt-us .team-band .pg-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.abt-us .team-hd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.abt-us .team-hd h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}

.abt-us .team-hd p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.abt-us .team-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
}

.abt-us .team-portrait-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .portrait-wrap {
  width: 100%;
  aspect-ratio: 5/7;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.abt-us .portrait-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease-out;
}

.abt-us .portrait-wrap:hover img {
  transform: scale(1.04);
}

.abt-us .portrait-name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.abt-us .portrait-role {
  font-size: 14px;
  color: #02ADC4;
  margin: 0;
}

.abt-us .team-others {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-us .team-member-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 4px;
  border-left: 4px solid #F77E00;
  border-top: 1px solid rgba(247, 126, 0, 0.15);
  border-bottom: 1px solid rgba(247, 126, 0, 0.15);
  border-right: 1px solid rgba(247, 126, 0, 0.15);
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: box-shadow 0.2s ease-out;
  cursor: default;
}

.abt-us .team-member-row:active {
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11), inset 0 2px 4px rgba(247, 126, 0, 0.08);
}

.abt-us .team-member-row:hover {
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.abt-us .tmr-name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.abt-us .tmr-role {
  font-size: 14px;
  color: #02ADC4;
}

.abt-us .tmr-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 8px 0 0;
}

.abt-us .approach-band {
  padding: 64px 0 64px;
  background: linear-gradient(148deg, #fff8f0 0%, #f0fdff 100%);
  position: relative;
}

.abt-us .approach-band .pg-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.abt-us .approach-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.abt-us .approach-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .approach-text h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}

.abt-us .approach-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.abt-us .approach-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.abt-us .approach-imgs .img-wrap {
  height: 180px;
  border-radius: 6px;
}

.abt-us .approach-imgs .img-wrap img {
  height: 180px;
}

.abt-us .approach-imgs .img-wrap.tall {
  height: 376px;
  grid-row: span 2;
}

.abt-us .approach-imgs .img-wrap.tall img {
  height: 376px;
}

.abt-us .cta-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 52px 0 rgba(2, 173, 196, 0.11);
  border-top: 3px solid #02ADC4;
}

.abt-us .cta-strip .cta-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.abt-us .cta-strip .cta-text h3 {
  font-size: 21px;
  line-height: 1.1;
  margin: 0;
  color: #111;
}

.abt-us .cta-strip .cta-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.abt-us .cta-links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-shrink: 0;
}

.abt-us .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(112deg, #F77E00 0%, #FF1242 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  transition: background 0.22s ease-out, box-shadow 0.18s ease-out;
}

.abt-us .btn-prim:hover {
  background: linear-gradient(200deg, #F77E00 0%, #FF1242 100%);
  box-shadow: 0 8px 52px 0 rgba(247, 126, 0, 0.11);
}

.abt-us .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #02ADC4;
  font-size: 17px;
  font-weight: 700;
  border: 2px solid #02ADC4;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease-out, color 0.12s linear;
}

.abt-us .btn-sec:hover {
  background: #02ADC4;
  color: #fff;
}

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

  .abt-us .title-text h1 {
    font-size: 28px;
  }

  .abt-us .story-row,
  .abt-us .story-row.rev {
    grid-template-columns: 1fr;
  }

  .abt-us .story-row.rev .story-img-col {
    order: 0;
  }

  .abt-us .story-metrics {
    grid-template-columns: 1fr;
  }

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

  .abt-us .approach-top {
    grid-template-columns: 1fr;
  }

  .abt-us .approach-imgs {
    grid-template-columns: 1fr;
  }

  .abt-us .approach-imgs .img-wrap.tall {
    grid-row: span 1;
    height: 220px;
  }

  .abt-us .approach-imgs .img-wrap.tall img {
    height: 220px;
  }

  .abt-us .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .abt-us .cta-links {
    flex-direction: column;
  }

  .abt-us .pg-inner {
    padding: 0 16px;
  }
}

.success-pg {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  background: #fff;
}

.success-pg .frame-wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.success-pg .icon-mark {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.success-pg .icon-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

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

.success-pg .msg-block .status-label {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02ADC4;
  font-weight: 700;
}

.success-pg .msg-block .main-heading {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111;
  margin: 0;
  background: linear-gradient(112deg, #F77E00, #02ADC4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.success-pg .msg-block .sub-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  max-width: 520px;
  margin: 0;
}

.success-pg .divider-strip {
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #F77E00, #02ADC4);
}

.success-pg .detail-card {
  border: 3px solid #111;
  border-radius: 6px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.success-pg .detail-card .card-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.success-pg .detail-card .row-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.success-pg .detail-card .row-text {
  font-size: 17px;
  line-height: 1.6;
  color: #222;
  margin: 0;
}

.success-pg .detail-card .row-text strong {
  color: #111;
}

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

.success-pg .btn-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #F77E00;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  border: 3px solid #111;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 3px 5px 0 rgba(247, 126, 0, 0.05);
  transition: background 0.12s ease-out, box-shadow 0.18s ease-out;
  cursor: pointer;
}

.success-pg .btn-home:hover {
  background: #d96800;
  box-shadow: 0 6px 20px 0 rgba(247, 126, 0, 0.10);
}

.success-pg .btn-home:focus {
  outline: 3px solid #02ADC4;
  outline-offset: 2px;
}

.success-pg .btn-home .arrow-shape {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.success-pg .link-contact {
  font-size: 17px;
  line-height: 1.6;
  color: #02ADC4;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.10s linear;
}

.success-pg .link-contact:hover {
  color: #F77E00;
  transform: rotate(-1.5deg);
  display: inline-block;
}

.success-pg .link-contact:focus {
  outline: 3px solid #F77E00;
  outline-offset: 2px;
  border-radius: 4px;
}

.success-pg .company-note {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  max-width: 420px;
  margin: 0;
}